commit f15fa97ec0a78c5734a0ff0678b85961723d6f84 Author: Philip Smart Date: Fri Mar 11 11:51:52 2022 +0000 First push diff --git a/CUPL/SFD800.PLD b/CUPL/SFD800.PLD new file mode 100644 index 0000000..0c224f9 --- /dev/null +++ b/CUPL/SFD800.PLD @@ -0,0 +1,51 @@ +Name SFD800 ; +PartNo PAL12L6 ; +Date 20/05/2021 ; +Revision 01 ; +Designer Philip Smart ; +Company engineers@work ; +Assembly SFD800 ; +Location ; +Device g16v8a; + +/* *************** INPUT PINS *********************/ +PIN 1 = A0 ; /* Address bus A0 */ +PIN 2 = A1 ; /* A1 */ +PIN 3 = A2 ; /* A2 */ +PIN 4 = A3 ; /* A3 */ +PIN 6 = A4 ; /* A4 */ +PIN 7 = A5 ; /* A5 */ +PIN 8 = A6 ; /* A6 */ +PIN 9 = A7 ; /* A7 */ +PIN 19 = IORQn ; /* Z80 IORQ active low */ +PIN 11 = WRn ; /* Z80 WR active low */ +PIN 12 = RDn ; /* Z80 RD active low */ +PIN 5 = RESET ; /* System Reset active high */ + +/* *************** OUTPUT PINS *********************/ +PIN 13 = BUSn ; /* BUS direction, low = read into Z80, high = write to FD IC's */ +PIN 18 = FDCn ; /* WD1773 Chip Select active low I/O - Address 0xD8 .. 0xDB */ +PIN 14 = DRIVEn ; /* Disk Drive Select active low - Address 0xDC */ +PIN 17 = DDENn ; /* Drive Density select active low - Address 0xDE */ +PIN 15 = RESn ; /* Peripheral Reset active low */ +PIN 16 = SIDEn ; /* Disk Head Select active low - Address 0xDD */ + +/* Decoder equations. */ +FIELD ADDR = [A7..A0]; +WD1773SEL = !IORQn & ADDR:[D8..DB]; +SIDESEL = !IORQn & !WRn & ADDR:[DD..DD]; +DRIVESEL = !IORQn & !WRn & ADDR:[DC..DC]; +DDENSEL = !IORQn & !WRn & ADDR:[DE..DE]; +BUSREAD = !IORQn & !RDn & ADDR:[D8..DE]; + +/* Assign output pins based on equations. */ +BUSn = !BUSREAD; +RESn = !RESET; +FDCn = !WD1773SEL; +SIDEn = !SIDESEL; +DRIVEn = !DRIVESEL; +DDENn = !DDENSEL; + + + + diff --git a/CUPL/SFD800.abs b/CUPL/SFD800.abs new file mode 100644 index 0000000..fbab9d5 Binary files /dev/null and b/CUPL/SFD800.abs differ diff --git a/CUPL/SFD800.doc b/CUPL/SFD800.doc new file mode 100644 index 0000000..5d9dfd7 --- /dev/null +++ b/CUPL/SFD800.doc @@ -0,0 +1,210 @@ + +******************************************************************************* + SFD800 +******************************************************************************* + +CUPL(WM) 5.0a Serial# 60008009 +Device g16v8as Library DLIB-h-40-2 +Created Sun May 23 11:28:44 2021 +Name SFD800 +Partno 00 +Revision 01 +Date 20/05/2021 +Designer Philip Smart +Company tba +Assembly None +Location + +=============================================================================== + Expanded Product Terms +=============================================================================== + +ADDR => + A7 , A6 , A5 , A4 , A3 , A2 , A1 , A0 + +BUSREAD => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + +BUSn => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + +CSn => + IORQn + # !A7 + # !A6 + # A5 + # !A4 + # !A3 + # A2 + +DDENSEL => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DDENn => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DRIVESEL => + !A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DRIVEn => + !A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +RESn => + !RESET + +SIDESEL => + A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +SIDEn => + A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +WD1773SEL => + !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn + + +=============================================================================== + Symbol Table +=============================================================================== + +Pin Variable Pterms Max Min +Pol Name Ext Pin Type Used Pterms Level +--- -------- --- --- ---- ------ ------ ----- + + A0 1 V - - - + A1 2 V - - - + A2 3 V - - - + A3 4 V - - - + A4 6 V - - - + A5 7 V - - - + A6 8 V - - - + A7 9 V - - - + ADDR 0 F - - - + BUSREAD 0 I 3 - - + BUSn 13 V 3 8 1 + CSn 0 I 7 - - + DDENSEL 0 I 1 - - + DDENn 17 V 1 8 1 + DRIVESEL 0 I 1 - - + DRIVEn 14 V 1 8 1 + FDCn 18 V - - - + IORQn 19 V - - - + RDn 12 V - - - + RESET 5 V - - - + RESn 15 V 1 8 1 + SIDESEL 0 I 1 - - + SIDEn 16 V 1 8 1 + WD1773SEL 0 I 1 - - + WRn 11 V - - - + + +LEGEND D : default variable F : field G : group + I : intermediate variable N : node M : extended node + U : undefined V : variable X : extended variable + T : function + + +=============================================================================== + Fuse Plot +=============================================================================== + +Syn 02192 - Ac0 02193 x + +Pin #19 02048 Pol x 02120 Ac1 - + 00000 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00032 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00064 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00096 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00128 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00160 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00192 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00224 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #18 02049 Pol x 02121 Ac1 - + 00256 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00288 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00320 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00352 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00384 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00416 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00448 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00480 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #17 02050 Pol x 02122 Ac1 x + 00512 x--xx--xx-------x----x--x---x--x + 00544 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00576 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00608 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00640 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00672 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00704 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00736 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #16 02051 Pol x 02123 Ac1 x + 00768 -xx-x--xx-------x----x--x---x--x + 00800 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00832 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00864 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00896 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00928 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00960 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 00992 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #15 02052 Pol - 02124 Ac1 x + 01024 -------------x------------------ + 01056 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01088 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01120 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01152 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01184 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01216 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01248 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #14 02053 Pol x 02125 Ac1 x + 01280 -x-xx--xx-------x----x--x---x--x + 01312 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01344 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01376 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01408 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01440 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01472 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01504 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #13 02054 Pol x 02126 Ac1 x + 01536 x--xx--xx-------x----x--x--xx--- + 01568 -----x-xx-------x----x--x--xx--- + 01600 -x--x--xx-------x----x--x--xx--- + 01632 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01664 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01696 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01728 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01760 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx +Pin #12 02055 Pol x 02127 Ac1 - + 01792 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01824 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01856 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01888 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01920 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01952 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 01984 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + 02016 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx + + +LEGEND X : fuse not blown + - : fuse blown + +=============================================================================== + Chip Diagram +=============================================================================== + + ______________ + | SFD800 | + A0 x---|1 20|---x Vcc + A1 x---|2 19|---x IORQn + A2 x---|3 18|---x FDCn + A3 x---|4 17|---x DDENn + RESET x---|5 16|---x SIDEn + A4 x---|6 15|---x RESn + A5 x---|7 14|---x DRIVEn + A6 x---|8 13|---x BUSn + A7 x---|9 12|---x RDn + GND x---|10 11|---x WRn + |______________| + diff --git a/CUPL/SFD800.jed b/CUPL/SFD800.jed new file mode 100644 index 0000000..28ea71e --- /dev/null +++ b/CUPL/SFD800.jed @@ -0,0 +1,30 @@ + +CUPL(WM) 5.0a Serial# 60008009 +Device g16v8as Library DLIB-h-40-2 +Created Sun May 23 11:58:38 2021 +Name SFD800 +Partno 00 +Revision 01 +Date 20/05/2021 +Designer Philip Smart +Company tba +Assembly None +Location +*QP20 +*QF2194 +*G0 +*F0 +*L00256 11111010011111110111101101110111 +*L00512 01100110011111110111101101110110 +*L00768 10010110011111110111101101110110 +*L01024 11111111111110111111111111111111 +*L01280 10100110011111110111101101110110 +*L01536 01100110011111110111101101100111 +*L01568 11111010011111110111101101100111 +*L01600 10110110011111110111101101100111 +*L02048 00001000001100000011000000100000 +*L02112 00000000100000011111111111111111 +*L02144 11111111111111111111111111111111 +*L02176 111111111111111110 +*C2135 +*AA96 \ No newline at end of file diff --git a/CUPL/SFD800.pdf b/CUPL/SFD800.pdf new file mode 100644 index 0000000..204f7c5 --- /dev/null +++ b/CUPL/SFD800.pdf @@ -0,0 +1,193 @@ +{COMPONENT C:\WINCUPL\WINCUPL\SFD800.SYM + + {ENVIRONMENT + {PDIFvrev 3.00} + {Program "CUPL(WM) Version 5.0a"} + {DBtype "Schematic"} + {DBvrev 1.01} + {DBtime "Sun May 23 11:58:38 2021 "} + {DBunit "MIL"} + {DBgrid 10} + {Lyrstr "WIRES" 1 "BUS" 1 "GATE" 2 "IEEE" 2 "PINFUN" 3 "PINNUM" 1 + "PINNAM" 6 "PINCON" 4 "REFDES" 2 "ATTR" 6 "SDOT" 1 + "DEVICE" 5 "OUTLIN" 5 "ATTR2" 6 "NOTES" 6 "NETNAM" 4 + "CMPNAM" 5 "BORDER" 5} + } + + {USER + {VIEW + {Mode SYMB} + {Nlst OPEN} + {Vw 0 0 2} + {Lv 12 2 2 2 0 0 2 2 2 2 0 0 2 1 2 0 0 0 0} + {Gs 10 10} + } + } + + {DISPLAY + [Ly "PINNUM"] + [Ls "SOLID"][Wd 0] + [Ts 15][Tj "LC"][Tr 0][Tm "N"] + } + + {SYMBOL + {PIN_DEF + [Ly "PINCON"] + {P A0 {Pt "INPUT"}{Lq 0}{Ploc 100 240}} + {P A1 {Pt "INPUT"}{Lq 0}{Ploc 100 220}} + {P A2 {Pt "INPUT"}{Lq 0}{Ploc 100 200}} + {P A3 {Pt "INPUT"}{Lq 0}{Ploc 100 180}} + {P RESET {Pt "INPUT"}{Lq 0}{Ploc 100 160}} + {P A4 {Pt "INPUT"}{Lq 0}{Ploc 100 140}} + {P A5 {Pt "INPUT"}{Lq 0}{Ploc 100 120}} + {P A6 {Pt "INPUT"}{Lq 0}{Ploc 100 100}} + {P A7 {Pt "INPUT"}{Lq 0}{Ploc 100 80}} + {P WRN {Pt "INPUT"}{Lq 0}{Ploc 100 60}} + {P RDN {Pt "INPUT"}{Lq 0}{Ploc 100 40}} + {P IORQN {Pt "INPUT"}{Lq 0}{Ploc 100 20}} + {P BUSN {Pt "I/O"}{Lq 0}{Ploc 310 20}} + {P DRIVEN {Pt "I/O"}{Lq 0}{Ploc 310 40}} + {P RESN {Pt "I/O"}{Lq 0}{Ploc 310 60}} + {P SIDEN {Pt "I/O"}{Lq 0}{Ploc 310 80}} + {P DDENN {Pt "I/O"}{Lq 0}{Ploc 310 100}} + {P FDCN {Pt "I/O"}{Lq 0}{Ploc 310 120}} + } + + {PKG + [Ly "REFDES"] + [Ts 25][Tj "CB"][Tr 0][Tm "N"] + {Rdl 205 270} + + [Ly "PINNUM"] + [Ts 15][Tj "RC"] + {Pnl 120 250} + {Pnl 120 230} + {Pnl 120 210} + {Pnl 120 190} + {Pnl 120 170} + {Pnl 120 150} + {Pnl 120 130} + {Pnl 120 110} + {Pnl 120 90} + {Pnl 120 70} + {Pnl 120 50} + {Pnl 120 30} + [Ts 15][Tj "LC"] + {Pnl 290 30} + {Pnl 290 50} + {Pnl 290 70} + {Pnl 290 90} + {Pnl 290 110} + {Pnl 290 130} + + {Sd A 1 2 3 4 5 6 7 8 9 11 12 19 13 14 15 16 17 18} + } + + {PIC + [Ly "GATE"] + [Ts 15][Tj "LC"][Tr 0][Tm "N"] + {R 130 260 280 0} + {L 130 240 100 240} + {L 130 220 100 220} + {L 130 200 100 200} + {L 130 180 100 180} + {L 130 160 100 160} + {L 130 140 100 140} + {L 130 120 100 120} + {L 130 100 100 100} + {L 130 80 100 80} + {L 130 60 100 60} + {L 130 40 100 40} + {L 130 20 100 20} + {L 280 20 310 20} + {L 280 40 310 40} + {L 280 60 310 60} + {L 280 80 310 80} + {L 280 100 310 100} + {L 280 120 310 120} + [Ly "PINNAM"] + [Tj "LC"] + {T "A0" 140 240} + {T "A1" 140 220} + {T "A2" 140 200} + {T "A3" 140 180} + {T "RESET" 140 160} + {T "A4" 140 140} + {T "A5" 140 120} + {T "A6" 140 100} + {T "A7" 140 80} + {T "WRN" 140 60} + {T "RDN" 140 40} + {T "IORQN" 140 20} + [Tj "RC"] + {T "BUSN" 270 20} + {T "DRIVEN" 270 40} + {T "RESN" 270 60} + {T "SIDEN" 270 80} + {T "DDENN" 270 100} + {T "FDCN" 270 120} + [Ly "DEVICE"] + [Tj "CT"] + {T "G16V8AS" 205 -10} + } + + {ATR + {IN + {Org 100 20} + {Ty 255} + } + {EX + [Ly "ATTR2"] + [Ts 12][Tj "CT"][Tr 0][Tm "N"] + {At PLD C:\WINCUPL\WINCUPL\SFD800 205 260} + } + } + } + + {DETAIL + {ANNOTATE + } + + {NET_DEF + {N A0 + } + {N A1 + } + {N A2 + } + {N A3 + } + {N RESET + } + {N A4 + } + {N A5 + } + {N A6 + } + {N A7 + } + {N WRN + } + {N RDN + } + {N IORQN + } + {N BUSN + } + {N DRIVEN + } + {N RESN + } + {N SIDEN + } + {N DDENN + } + {N FDCN + } + } + + {SUBCOMP + } + } +} diff --git a/CUPL/SFD800.sim b/CUPL/SFD800.sim new file mode 100644 index 0000000..3a8c91d --- /dev/null +++ b/CUPL/SFD800.sim @@ -0,0 +1,64 @@ +%SIGNAL +PIN 1 = A0 +PIN 2 = A1 +PIN 3 = A2 +PIN 4 = A3 +PIN 6 = A4 +PIN 7 = A5 +PIN 8 = A6 +PIN 9 = A7 +PIN 13 = BUSn +PIN 17 = DDENn +PIN 14 = DRIVEn +PIN 18 = FDCn +PIN 19 = IORQn +PIN 12 = RDn +PIN 5 = RESET +PIN 15 = RESn +PIN 16 = SIDEn +PIN 11 = WRn +%END + +%FIELD +FIELD ADDR = A7,A6,A5,A4,A3,A2,A1,A0 +%END + +%EQUATION +BUSREAD => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + +BUSn => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + # !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !RDn + +DDENSEL => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DDENn => + !A0 & A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DRIVESEL => + !A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +DRIVEn => + !A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +FDCn => + !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn + +RESn => + !RESET + +SIDESEL => + A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +SIDEn => + A0 & !A1 & A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn & !WRn + +WD1773SEL => + !A2 & A3 & A4 & !A5 & A6 & A7 & !IORQn + +%END diff --git a/CUPL/wincupl.cfg b/CUPL/wincupl.cfg new file mode 100644 index 0000000..c563061 Binary files /dev/null and b/CUPL/wincupl.cfg differ diff --git a/kicad/Graphic.pretty/Argo.kicad_mod b/kicad/Graphic.pretty/Argo.kicad_mod new file mode 100644 index 0000000..9f1d135 --- /dev/null +++ b/kicad/Graphic.pretty/Argo.kicad_mod @@ -0,0 +1,38 @@ +(module LOGO (layer F.Cu) + (at 0 0) + (fp_text reference "G***" (at 0 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_poly (pts (xy -0.196711 -1.697674) (xy -0.119057 -1.509220) (xy -0.123862 -1.374646) (xy -0.129716 -1.236468) (xy -0.097802 -1.005898) (xy -0.040397 -0.733497) (xy 0.030224 -0.469826) (xy 0.101784 -0.265448) + (xy 0.162008 -0.170922) (xy 0.168777 -0.169333) (xy 0.297274 -0.239711) (xy 0.418671 -0.402675) (xy 0.473805 -0.550333) (xy 0.846667 -0.550333) (xy 0.889000 -0.508000) (xy 0.931334 -0.550333) + (xy 0.889000 -0.592666) (xy 0.846667 -0.550333) (xy 0.473805 -0.550333) (xy 0.487114 -0.585975) (xy 0.485719 -0.668727) (xy 0.495617 -0.762000) (xy 0.677334 -0.762000) (xy 0.706220 -0.679534) + (xy 0.714670 -0.677333) (xy 0.786956 -0.736662) (xy 0.804334 -0.762000) (xy 0.799138 -0.822397) (xy 1.029648 -0.822397) (xy 1.050249 -0.775082) (xy 1.135499 -0.684188) (xy 1.184509 -0.702834) + (xy 1.185334 -0.714670) (xy 1.125197 -0.786282) (xy 1.087585 -0.812418) (xy 1.029648 -0.822397) (xy 0.799138 -0.822397) (xy 0.797621 -0.840019) (xy 0.766997 -0.846666) (xy 0.680779 -0.785206) + (xy 0.677334 -0.762000) (xy 0.495617 -0.762000) (xy 0.505644 -0.856480) (xy 0.624365 -1.028153) (xy 0.791038 -1.128901) (xy 0.910773 -1.127241) (xy 1.170170 -0.981838) (xy 1.285822 -0.795551) + (xy 1.248936 -0.594056) (xy 1.137308 -0.465666) (xy 1.067352 -0.336069) (xy 1.005777 -0.104897) (xy 0.985426 0.021808) (xy 0.920256 0.322464) (xy 0.815971 0.590829) (xy 0.694853 0.780788) + (xy 0.586867 0.846667) (xy 0.575880 0.909525) (xy 0.641139 1.063944) (xy 0.658515 1.095201) (xy 0.726206 1.266176) (xy 0.733212 1.398144) (xy 0.690360 1.450964) (xy 0.608475 1.384498) + (xy 0.588729 1.353962) (xy 0.450158 1.132796) (xy 0.363474 1.033710) (xy 0.297936 1.030982) (xy 0.250149 1.070652) (xy 0.200922 1.175320) (xy 0.246623 1.223107) (xy 0.317233 1.330489) + (xy 0.336440 1.480789) (xy 0.300627 1.592584) (xy 0.263738 1.608667) (xy 0.168533 1.544953) (xy 0.050119 1.397000) (xy -0.082394 1.252472) (xy -0.214153 1.185741) (xy -0.301843 1.204755) + (xy -0.302145 1.317462) (xy -0.295986 1.333500) (xy -0.227278 1.587595) (xy -0.271288 1.731367) (xy -0.305906 1.750912) (xy -0.399063 1.705438) (xy -0.497227 1.549604) (xy -0.503121 1.535778) + (xy -0.611474 1.370919) (xy -0.752758 1.261874) (xy -0.885274 1.222116) (xy -0.967321 1.265117) (xy -0.963085 1.387172) (xy -0.903244 1.650363) (xy -0.936925 1.795537) (xy -1.025706 1.842257) + (xy -1.126508 1.813155) (xy -1.192810 1.655719) (xy -1.216266 1.533882) (xy -1.275255 1.302339) (xy -1.374047 1.194145) (xy -1.460560 1.170048) (xy -1.583689 1.124967) (xy -1.647763 1.003995) + (xy -1.677737 0.768791) (xy -1.683021 0.485785) (xy -1.663297 0.241036) (xy -1.653231 0.190414) (xy -1.622443 0.112889) (xy -0.310444 0.112889) (xy -0.298822 0.163223) (xy -0.254000 0.169334) + (xy -0.184310 0.138355) (xy -0.197555 0.112889) (xy -0.298035 0.102756) (xy -0.310444 0.112889) (xy -1.622443 0.112889) (xy -1.601404 0.059914) (xy -1.499755 0.016846) (xy -1.292184 0.038596) + (xy -1.281169 0.040446) (xy -1.009246 0.053143) (xy -0.960053 0.028222) (xy -0.056444 0.028222) (xy -0.044822 0.078557) (xy 0.000000 0.084667) (xy 0.069690 0.053689) (xy 0.056445 0.028222) + (xy -0.044035 0.018089) (xy -0.056444 0.028222) (xy -0.960053 0.028222) (xy -0.894251 -0.005113) (xy 0.315397 -0.005113) (xy 0.423832 -0.037049) (xy 0.604454 -0.162045) (xy 0.724868 -0.293695) + (xy 0.740159 -0.388329) (xy 0.738268 -0.390389) (xy 0.643174 -0.379791) (xy 0.489029 -0.271038) (xy 0.443859 -0.228343) (xy 0.315472 -0.071602) (xy 0.315397 -0.005113) (xy -0.894251 -0.005113) + (xy -0.872412 -0.016176) (xy -0.787661 -0.169333) (xy -0.423333 -0.169333) (xy -0.358904 -0.087127) (xy -0.338666 -0.084666) (xy -0.256460 -0.149096) (xy -0.254000 -0.169333) (xy -0.318429 -0.251540) + (xy -0.338666 -0.254000) (xy -0.420873 -0.189571) (xy -0.423333 -0.169333) (xy -0.787661 -0.169333) (xy -0.776919 -0.188745) (xy -0.751219 -0.254000) (xy -0.592666 -0.254000) (xy -0.561688 -0.184310) + (xy -0.536222 -0.197555) (xy -0.526089 -0.298035) (xy -0.536222 -0.310444) (xy -0.586556 -0.298822) (xy -0.592666 -0.254000) (xy -0.751219 -0.254000) (xy -0.701200 -0.381000) (xy -0.338666 -0.381000) + (xy -0.296333 -0.338666) (xy -0.254000 -0.381000) (xy -0.296333 -0.423333) (xy -0.338666 -0.381000) (xy -0.701200 -0.381000) (xy -0.671894 -0.455408) (xy -0.668608 -0.465666) (xy -0.169333 -0.465666) + (xy -0.127000 -0.423333) (xy -0.084666 -0.465666) (xy -0.127000 -0.508000) (xy -0.169333 -0.465666) (xy -0.668608 -0.465666) (xy -0.627916 -0.592666) (xy -0.338666 -0.592666) (xy -0.307688 -0.522976) + (xy -0.282222 -0.536222) (xy -0.272089 -0.636702) (xy -0.282222 -0.649111) (xy -0.332556 -0.637489) (xy -0.338666 -0.592666) (xy -0.627916 -0.592666) (xy -0.573639 -0.762062) (xy -0.498454 -1.054600) + (xy -0.462643 -1.278920) (xy -0.467437 -1.360244) (xy -0.468878 -1.556926) (xy -0.420620 -1.698403) (xy -0.323859 -1.879202) (xy -0.196711 -1.697674) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 1.664232 -1.400084) (xy 1.647878 -1.266812) (xy 1.641503 -1.256210) (xy 1.591774 -1.076543) (xy 1.594935 -0.994833) (xy 1.571229 -0.873555) (xy 1.460270 -0.869531) (xy 1.291925 -0.977713) + (xy 1.206500 -1.060486) (xy 1.053024 -1.253391) (xy 1.042188 -1.372092) (xy 1.179190 -1.441292) (xy 1.291167 -1.462976) (xy 1.539212 -1.469081) (xy 1.664232 -1.400084) )(layer F.SilkS) (width 0.010000) + ) +) diff --git a/kicad/Graphic.pretty/CycloneInside.kicad_mod b/kicad/Graphic.pretty/CycloneInside.kicad_mod new file mode 100644 index 0000000..6fc95bd --- /dev/null +++ b/kicad/Graphic.pretty/CycloneInside.kicad_mod @@ -0,0 +1,144 @@ +(module LOGO (layer F.Cu) + (at 0 0) + (fp_text reference "G***" (at 0 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_poly (pts (xy 20.320000 11.430000) (xy -20.320000 11.430000) (xy -20.320000 2.328333) (xy -7.664854 2.328333) (xy -7.664517 3.169628) (xy -7.663551 3.894108) (xy -7.662009 4.495699) (xy -7.659949 4.968330) + (xy -7.657424 5.305929) (xy -7.654491 5.502422) (xy -7.651204 5.551739) (xy -7.647618 5.447805) (xy -7.643790 5.184550) (xy -7.641203 4.925728) (xy -7.635603 4.092708) (xy -7.632362 3.153739) + (xy -7.631479 2.166748) (xy -7.632954 1.189663) (xy -7.636787 0.280410) (xy -7.641222 -0.323606) (xy -7.642993 -0.484984) (xy -6.771487 -0.484984) (xy -6.771474 0.052156) (xy -6.770845 1.138488) + (xy -6.769531 2.068586) (xy -6.767174 2.855548) (xy -6.763411 3.512474) (xy -6.757881 4.052461) (xy -6.750225 4.488610) (xy -6.740080 4.834018) (xy -6.727087 5.101784) (xy -6.710883 5.305007) + (xy -6.691109 5.456786) (xy -6.667403 5.570219) (xy -6.639405 5.658406) (xy -6.615432 5.715726) (xy -6.421061 6.028752) (xy -6.151020 6.320817) (xy -5.855005 6.545727) (xy -5.607614 6.652515) + (xy -5.406707 6.700003) (xy -5.291667 6.731721) (xy -5.161919 6.745496) (xy -4.880348 6.754902) (xy -4.464402 6.760113) (xy -3.931530 6.761305) (xy -3.299180 6.758653) (xy -2.584802 6.752332) + (xy -1.805845 6.742519) (xy -0.979757 6.729387) (xy -0.123986 6.713113) (xy 0.744018 6.693871) (xy 1.606806 6.671838) (xy 2.116666 6.657292) (xy 2.996480 6.630209) (xy 3.722551 6.605515) + (xy 4.310437 6.582205) (xy 4.775693 6.559272) (xy 5.133876 6.535709) (xy 5.400543 6.510510) (xy 5.591251 6.482668) (xy 5.721557 6.451176) (xy 5.799866 6.418977) (xy 6.121365 6.194411) + (xy 6.355295 5.892533) (xy 6.482640 5.629891) (xy 6.511143 5.548232) (xy 6.535422 5.441631) (xy 6.555767 5.297154) (xy 6.572465 5.101866) (xy 6.585806 4.842829) (xy 6.596079 4.507110) + (xy 6.603573 4.081771) (xy 6.608575 3.553878) (xy 6.611375 2.910495) (xy 6.612262 2.138686) (xy 6.611525 1.225515) (xy 6.609452 0.158048) (xy 6.609010 -0.030467) (xy 6.606262 -1.146976) + (xy 6.603111 -2.107079) (xy 6.598603 -2.923701) (xy 6.591781 -3.609767) (xy 6.581690 -4.178205) (xy 6.567375 -4.641939) (xy 6.547880 -5.013895) (xy 6.522249 -5.306999) (xy 6.489529 -5.534178) + (xy 6.448761 -5.708355) (xy 6.398993 -5.842459) (xy 6.339267 -5.949413) (xy 6.268629 -6.042145) (xy 6.186123 -6.133580) (xy 6.155459 -6.166390) (xy 5.874140 -6.404025) (xy 5.534401 -6.554749) + (xy 5.083347 -6.641968) (xy 5.079911 -6.642381) (xy 4.861089 -6.658551) (xy 4.500242 -6.673057) (xy 4.015703 -6.685874) (xy 3.425804 -6.696974) (xy 2.748878 -6.706332) (xy 2.003258 -6.713921) + (xy 1.207276 -6.719715) (xy 0.379264 -6.723687) (xy -0.462444 -6.725812) (xy -1.299517 -6.726064) (xy -2.113621 -6.724415) (xy -2.886425 -6.720839) (xy -3.599595 -6.715311) (xy -4.234799 -6.707804) + (xy -4.773705 -6.698291) (xy -5.197980 -6.686747) (xy -5.489291 -6.673144) (xy -5.628302 -6.657739) (xy -5.990847 -6.483959) (xy -6.324626 -6.193369) (xy -6.578501 -5.837008) (xy -6.669533 -5.618479) + (xy -6.692396 -5.494824) (xy -6.711979 -5.281513) (xy -6.728453 -4.969105) (xy -6.741986 -4.548160) (xy -6.752748 -4.009239) (xy -6.760910 -3.342900) (xy -6.766641 -2.539705) (xy -6.770110 -1.590213) + (xy -6.771487 -0.484984) (xy -7.642993 -0.484984) (xy -7.645185 -0.684613) (xy -7.648939 -0.882506) (xy -7.652429 -0.923505) (xy -7.655599 -0.813828) (xy -7.658395 -0.559694) (xy -7.660760 -0.167324) + (xy -7.662639 0.357065) (xy -7.663977 1.007253) (xy -7.664718 1.777020) (xy -7.664854 2.328333) (xy -20.320000 2.328333) (xy -20.320000 -7.672903) (xy -6.478304 -7.672903) (xy -6.424897 -7.668404) + (xy -6.226186 -7.664571) (xy -5.890181 -7.661533) (xy -5.424891 -7.659422) (xy -4.838327 -7.658366) (xy -4.572000 -7.658269) (xy -3.939245 -7.658866) (xy -3.424567 -7.660572) (xy -3.035974 -7.663255) + (xy -2.781477 -7.666786) (xy -2.669085 -7.671035) (xy -2.706808 -7.675872) (xy -2.902657 -7.681165) (xy -3.026834 -7.683378) (xy -3.680906 -7.690679) (xy -4.426929 -7.693658) (xy -5.187575 -7.692314) + (xy -5.885516 -7.686648) (xy -6.117167 -7.683378) (xy -6.378397 -7.677938) (xy -6.478304 -7.672903) (xy -20.320000 -7.672903) (xy -20.320000 -11.430000) (xy 20.320000 -11.430000) (xy 20.320000 11.430000) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 5.372712 -5.975089) (xy 5.593398 -5.843407) (xy 5.723466 -5.723467) (xy 6.011333 -5.435601) (xy 6.011333 -0.507409) (xy 6.010943 0.538103) (xy 6.009560 1.426526) (xy 6.006865 2.170104) + (xy 6.002540 2.781083) (xy 5.996266 3.271704) (xy 5.987725 3.654212) (xy 5.976597 3.940852) (xy 5.962564 4.143866) (xy 5.945308 4.275498) (xy 5.924510 4.347993) (xy 5.899850 4.373594) + (xy 5.884333 4.372048) (xy 5.791894 4.379676) (xy 5.758467 4.518627) (xy 5.757333 4.574657) (xy 5.795532 4.774350) (xy 5.884333 4.826000) (xy 5.977043 4.888364) (xy 6.010818 5.089201) + (xy 6.011333 5.130799) (xy 5.973132 5.378053) (xy 5.836003 5.602092) (xy 5.723466 5.723466) (xy 5.435600 6.011333) (xy 4.105741 6.011333) (xy 3.600050 6.009444) (xy 3.241283 6.002298) + (xy 3.007056 5.987676) (xy 2.874987 5.963359) (xy 2.822693 5.927129) (xy 2.824617 5.884333) (xy 2.820326 5.855029) (xy 2.774102 5.830533) (xy 2.672580 5.810427) (xy 2.502397 5.794291) + (xy 2.250189 5.781709) (xy 1.902591 5.772262) (xy 1.446240 5.765532) (xy 0.867772 5.761100) (xy 0.153822 5.758549) (xy -0.708974 5.757460) (xy -1.234173 5.757333) (xy -5.341697 5.757333) + (xy -5.549516 5.549515) (xy -5.757334 5.341696) (xy -5.757334 4.275666) (xy -2.286000 4.275666) (xy -2.272082 4.530681) (xy -2.236178 4.699823) (xy -2.201334 4.741333) (xy -2.154967 4.664781) + (xy -2.124214 4.467308) (xy -2.117019 4.284602) (xy -1.862667 4.284602) (xy -1.844627 4.567814) (xy -1.800856 4.714001) (xy -1.746877 4.715060) (xy -1.698212 4.562888) (xy -1.677035 4.381500) + (xy -1.644654 4.146581) (xy -1.574696 4.032734) (xy -1.460500 3.994611) (xy -1.343781 3.994415) (xy -1.287841 4.065218) (xy -1.270816 4.248323) (xy -1.270000 4.354444) (xy -1.252522 4.585145) + (xy -1.208042 4.723192) (xy -1.180909 4.741333) (xy -1.130595 4.662767) (xy -1.112815 4.446703) (xy -1.117409 4.296833) (xy -1.127662 4.118744) (xy -0.902350 4.118744) (xy -0.888065 4.150180) + (xy -0.769490 4.250404) (xy -0.626776 4.321126) (xy -0.455334 4.422331) (xy -0.446061 4.513717) (xy -0.592766 4.567329) (xy -0.682331 4.572000) (xy -0.856697 4.595764) (xy -0.886476 4.660742) + (xy -0.886051 4.661438) (xy -0.771289 4.716430) (xy -0.570551 4.725585) (xy -0.563555 4.724938) (xy -0.359462 4.671141) (xy -0.275187 4.542724) (xy -0.269919 4.513388) (xy -0.300092 4.352540) + (xy -0.387713 4.275666) (xy -0.084667 4.275666) (xy -0.070749 4.530681) (xy -0.034845 4.699823) (xy 0.000000 4.741333) (xy 0.046366 4.664781) (xy 0.077119 4.467308) (xy 0.084666 4.275666) + (xy 0.083310 4.250803) (xy 0.269870 4.250803) (xy 0.292167 4.392979) (xy 0.368155 4.521945) (xy 0.498550 4.672459) (xy 0.663254 4.721359) (xy 0.828785 4.713450) (xy 1.143000 4.681496) + (xy 1.160858 4.275666) (xy 1.354666 4.275666) (xy 1.385645 4.494896) (xy 1.456266 4.639733) (xy 1.609781 4.714417) (xy 1.818975 4.739091) (xy 2.002935 4.710804) (xy 2.070943 4.662150) + (xy 2.032605 4.601632) (xy 1.873954 4.559062) (xy 1.849627 4.556317) (xy 1.627167 4.503527) (xy 1.541911 4.424225) (xy 1.598891 4.351401) (xy 1.803139 4.318047) (xy 1.813277 4.318000) + (xy 2.023905 4.297842) (xy 2.108778 4.223901) (xy 2.116666 4.165600) (xy 2.043168 3.949693) (xy 1.851611 3.825320) (xy 1.735666 3.810000) (xy 1.504644 3.877091) (xy 1.378593 4.075405) + (xy 1.354666 4.275666) (xy 1.160858 4.275666) (xy 1.168326 4.105974) (xy 1.169013 3.793267) (xy 1.153633 3.640666) (xy 2.201333 3.640666) (xy 2.232311 3.710356) (xy 2.257777 3.697111) + (xy 2.262046 3.654777) (xy 2.370666 3.654777) (xy 2.439444 3.717431) (xy 2.497666 3.725333) (xy 2.610443 3.687123) (xy 2.624666 3.654777) (xy 2.555889 3.592124) (xy 2.497666 3.584222) + (xy 2.384890 3.622431) (xy 2.370666 3.654777) (xy 2.262046 3.654777) (xy 2.267910 3.596631) (xy 2.257777 3.584222) (xy 2.207443 3.595844) (xy 2.201333 3.640666) (xy 1.153633 3.640666) + (xy 1.144915 3.554173) (xy 1.104826 3.441626) (xy 1.040034 3.428992) (xy 1.016331 3.571384) (xy 1.016000 3.603385) (xy 0.996701 3.777047) (xy 0.903513 3.843833) (xy 0.745283 3.853151) + (xy 0.511927 3.897541) (xy 0.357501 4.059292) (xy 0.348153 4.075410) (xy 0.269870 4.250803) (xy 0.083310 4.250803) (xy 0.070748 4.020651) (xy 0.034844 3.851510) (xy 0.000000 3.810000) + (xy -0.046367 3.886551) (xy -0.077120 4.084024) (xy -0.084667 4.275666) (xy -0.387713 4.275666) (xy -0.461748 4.210713) (xy -0.523919 4.174931) (xy -0.804334 4.022085) (xy -0.527560 3.995225) + (xy -0.342425 3.945436) (xy -0.311328 3.873449) (xy -0.430568 3.818648) (xy -0.544964 3.810000) (xy -0.739519 3.859920) (xy -0.874397 3.978449) (xy -0.902350 4.118744) (xy -1.127662 4.118744) + (xy -1.143000 3.852333) (xy -1.502834 3.840102) (xy -1.862667 3.827870) (xy -1.862667 4.284602) (xy -2.117019 4.284602) (xy -2.116667 4.275666) (xy -2.130586 4.020651) (xy -2.166490 3.851510) + (xy -2.201334 3.810000) (xy -2.247700 3.886551) (xy -2.278453 4.084024) (xy -2.286000 4.275666) (xy -5.757334 4.275666) (xy -5.757334 3.556000) (xy -2.286000 3.556000) (xy -2.221571 3.638206) + (xy -2.201334 3.640666) (xy -2.119127 3.576237) (xy -2.116667 3.556000) (xy -0.084667 3.556000) (xy -0.020238 3.638206) (xy 0.000000 3.640666) (xy 0.082206 3.576237) (xy 0.084666 3.556000) + (xy 0.020237 3.473793) (xy 0.000000 3.471333) (xy -0.082207 3.535762) (xy -0.084667 3.556000) (xy -2.116667 3.556000) (xy -2.181096 3.473793) (xy -2.201334 3.471333) (xy -2.283540 3.535762) + (xy -2.286000 3.556000) (xy -5.757334 3.556000) (xy -5.757334 1.869730) (xy -4.996663 1.869730) (xy -4.971479 2.183726) (xy -4.879127 2.389573) (xy -4.619363 2.600455) (xy -4.281975 2.685732) + (xy -3.996401 2.654896) (xy -3.837751 2.568669) (xy -3.818668 2.462862) (xy -3.920497 2.378231) (xy -4.124586 2.355530) (xy -4.133051 2.356328) (xy -4.423679 2.333578) (xy -4.595991 2.190732) + (xy -4.656454 1.922162) (xy -4.656667 1.900680) (xy -4.598300 1.605151) (xy -4.436783 1.424253) (xy -4.192492 1.378193) (xy -4.138091 1.386415) (xy -3.946031 1.388296) (xy -3.837038 1.325575) + (xy -3.845371 1.229005) (xy -3.904987 1.177163) (xy -4.065704 1.129472) (xy -3.640667 1.129472) (xy -3.603083 1.212733) (xy -3.505247 1.400655) (xy -3.388201 1.616306) (xy -3.250219 1.911037) + (xy -3.157875 2.193204) (xy -3.134201 2.349500) (xy -3.110561 2.544937) (xy -3.024306 2.619051) (xy -2.963334 2.624666) (xy -2.849317 2.593539) (xy -2.800138 2.470402) (xy -2.791358 2.307166) + (xy -2.735470 1.998341) (xy -2.688034 1.889366) (xy -2.211876 1.889366) (xy -2.160433 2.199145) (xy -2.010834 2.429798) (xy -1.736755 2.630150) (xy -1.474662 2.695615) (xy -1.206500 2.655969) + (xy -1.143206 2.624666) (xy -0.768593 2.624666) (xy -0.257297 2.624666) (xy 0.038759 2.615024) (xy 0.198176 2.580818) (xy 0.252828 2.514133) (xy 0.254000 2.497666) (xy 0.198076 2.409359) + (xy 0.012697 2.372971) (xy -0.084667 2.370666) (xy -0.423334 2.370666) (xy -0.423334 1.869964) (xy 0.373091 1.869964) (xy 0.457104 2.236232) (xy 0.649902 2.511966) (xy 0.918621 2.659223) + (xy 1.222485 2.672229) (xy 1.520713 2.545205) (xy 1.672166 2.408369) (xy 1.831801 2.106451) (xy 1.840400 1.856778) (xy 2.116666 1.856778) (xy 2.119455 2.220472) (xy 2.132542 2.446976) + (xy 2.163009 2.568400) (xy 2.217937 2.616856) (xy 2.286000 2.624666) (xy 2.382356 2.605012) (xy 2.434019 2.519805) (xy 2.454948 2.329674) (xy 2.458640 2.137833) (xy 2.461948 1.651000) + (xy 2.733807 2.136684) (xy 2.910650 2.422246) (xy 3.054431 2.575587) (xy 3.190521 2.623421) (xy 3.196166 2.623518) (xy 3.286122 2.615380) (xy 3.342120 2.568090) (xy 3.372190 2.449317) + (xy 3.384362 2.226729) (xy 3.386666 1.867995) (xy 3.386666 1.856458) (xy 3.383442 1.492295) (xy 3.369737 1.267184) (xy 3.339500 1.150903) (xy 3.286681 1.113227) (xy 3.238500 1.116359) + (xy 3.143694 1.178091) (xy 3.083680 1.342290) (xy 3.048000 1.609400) (xy 3.005666 2.074333) (xy 2.751666 1.608666) (xy 2.553796 1.297672) (xy 2.380213 1.140068) (xy 2.307166 1.115944) + (xy 2.217263 1.110895) (xy 2.161295 1.147689) (xy 2.131229 1.257565) (xy 2.119031 1.471760) (xy 2.116671 1.821512) (xy 2.116666 1.856778) (xy 1.840400 1.856778) (xy 1.843955 1.753564) + (xy 1.738798 1.445388) (xy 1.532174 1.208347) (xy 1.254750 1.100666) (xy 3.725333 1.100666) (xy 3.725333 2.624666) (xy 4.233333 2.624666) (xy 4.528305 2.614913) (xy 4.686675 2.580338) + (xy 4.740331 2.512968) (xy 4.741333 2.497666) (xy 4.685410 2.409359) (xy 4.500030 2.372971) (xy 4.402666 2.370666) (xy 4.181098 2.356466) (xy 4.083174 2.299072) (xy 4.064000 2.201333) + (xy 4.097148 2.084625) (xy 4.226555 2.037535) (xy 4.360333 2.032000) (xy 4.579506 2.004460) (xy 4.656130 1.916566) (xy 4.656666 1.905000) (xy 4.592407 1.811068) (xy 4.387322 1.778229) + (xy 4.360333 1.778000) (xy 4.159935 1.762185) (xy 4.077895 1.691020) (xy 4.064000 1.566333) (xy 4.082484 1.429960) (xy 4.169675 1.369347) (xy 4.373173 1.354742) (xy 4.402666 1.354666) + (xy 4.638151 1.333695) (xy 4.640556 1.331972) (xy 5.037779 1.331972) (xy 5.074402 1.476172) (xy 5.169982 1.500320) (xy 5.274043 1.439883) (xy 5.267976 1.365794) (xy 5.262836 1.285377) + (xy 5.340778 1.314696) (xy 5.416891 1.351433) (xy 5.380075 1.288241) (xy 5.342459 1.241099) (xy 5.193592 1.129134) (xy 5.081811 1.176315) (xy 5.037779 1.331972) (xy 4.640556 1.331972) + (xy 4.735186 1.264178) (xy 4.741333 1.227666) (xy 4.702319 1.153923) (xy 4.564019 1.114331) (xy 4.294541 1.100917) (xy 4.233333 1.100666) (xy 3.725333 1.100666) (xy 1.254750 1.100666) + (xy 1.249749 1.098725) (xy 0.934704 1.123456) (xy 0.652918 1.271031) (xy 0.438633 1.537516) (xy 0.373091 1.869964) (xy -0.423334 1.869964) (xy -0.423334 1.729458) (xy -0.427668 1.402898) + (xy -0.445903 1.213102) (xy -0.485886 1.127608) (xy -0.555464 1.113956) (xy -0.571500 1.116577) (xy -0.644916 1.154710) (xy -0.692692 1.256867) (xy -0.722133 1.455547) (xy -0.740540 1.783246) + (xy -0.744130 1.884786) (xy -0.768593 2.624666) (xy -1.143206 2.624666) (xy -1.037800 2.572536) (xy -1.017963 2.476196) (xy -1.132467 2.398521) (xy -1.337734 2.370666) (xy -1.634272 2.331909) + (xy -1.800752 2.201101) (xy -1.861190 1.956441) (xy -1.862667 1.894114) (xy -1.803453 1.601867) (xy -1.640245 1.422966) (xy -1.394696 1.378609) (xy -1.344091 1.386415) (xy -1.152031 1.388296) + (xy -1.043038 1.325575) (xy -1.051371 1.229005) (xy -1.110987 1.177163) (xy -1.373583 1.099241) (xy -1.677142 1.132627) (xy -1.945822 1.266036) (xy -1.993516 1.308484) (xy -2.155916 1.571730) + (xy -2.211876 1.889366) (xy -2.688034 1.889366) (xy -2.595287 1.676300) (xy -2.580125 1.651000) (xy -2.422497 1.360774) (xy -2.379587 1.182661) (xy -2.449786 1.105721) (xy -2.499037 1.100666) + (xy -2.615052 1.170671) (xy -2.741480 1.344191) (xy -2.768718 1.397000) (xy -2.871317 1.586226) (xy -2.950478 1.687822) (xy -2.963334 1.693333) (xy -3.030145 1.624606) (xy -3.129844 1.453857) + (xy -3.157949 1.397000) (xy -3.314584 1.168849) (xy -3.469964 1.100666) (xy -3.608535 1.112701) (xy -3.640667 1.129472) (xy -4.065704 1.129472) (xy -4.167583 1.099241) (xy -4.471142 1.132627) + (xy -4.739822 1.266036) (xy -4.787516 1.308484) (xy -4.933265 1.553474) (xy -4.996663 1.869730) (xy -5.757334 1.869730) (xy -5.757334 0.013228) (xy -5.757161 -1.069521) (xy -5.756604 -1.743675) + (xy -3.711635 -1.743675) (xy -3.574742 -1.284565) (xy -3.289798 -0.878399) (xy -2.863805 -0.539611) (xy -2.311015 -0.285094) (xy -1.806872 -0.164262) (xy -1.195619 -0.097525) (xy -0.531053 -0.086230) + (xy 0.133029 -0.131721) (xy 0.635000 -0.211404) (xy 1.035477 -0.308953) (xy 1.486832 -0.439421) (xy 1.841500 -0.557191) (xy 2.150918 -0.672706) (xy 2.333732 -0.760066) (xy 2.423216 -0.846903) + (xy 2.452645 -0.960848) (xy 2.455333 -1.066924) (xy 2.447111 -1.259492) (xy 2.426974 -1.352983) (xy 2.423535 -1.354667) (xy 2.335111 -1.323650) (xy 2.138636 -1.243288) (xy 1.936701 -1.156934) + (xy 1.427305 -0.950769) (xy 0.968201 -0.805153) (xy 0.508979 -0.710647) (xy -0.000772 -0.657817) (xy -0.611464 -0.637223) (xy -0.846667 -0.635892) (xy -1.332451 -0.637187) (xy -1.685583 -0.645268) + (xy -1.942739 -0.665196) (xy -2.140591 -0.702032) (xy -2.315814 -0.760837) (xy -2.505081 -0.846675) (xy -2.556785 -0.871917) (xy -2.971954 -1.130303) (xy -3.235795 -1.434223) (xy -3.364995 -1.808110) + (xy -3.384808 -2.084327) (xy -3.351158 -2.392926) (xy -3.307053 -2.562822) (xy -2.624667 -2.562822) (xy -2.609220 -2.150594) (xy -2.557479 -1.883098) (xy -2.461351 -1.738098) (xy -2.312739 -1.693360) + (xy -2.308104 -1.693334) (xy -1.953926 -1.693334) (xy -1.738963 -1.693334) (xy -1.626672 -1.701665) (xy -1.562408 -1.751269) (xy -1.532781 -1.879058) (xy -1.524405 -2.121944) (xy -1.524000 -2.286000) + (xy -1.520888 -2.595636) (xy -1.502765 -2.772847) (xy -1.456453 -2.854532) (xy -1.368775 -2.877588) (xy -1.312334 -2.878667) (xy -1.201750 -2.869952) (xy -1.138460 -2.819207) (xy -1.109287 -2.689535) + (xy -1.101053 -2.444036) (xy -1.100667 -2.286000) (xy -1.097555 -1.976365) (xy -1.079431 -1.799154) (xy -1.033120 -1.717469) (xy -0.945442 -1.694413) (xy -0.889000 -1.693334) (xy -0.780936 -1.701355) + (xy -0.717796 -1.749310) (xy -0.687520 -1.873035) (xy -0.678049 -2.108369) (xy -0.677334 -2.322286) (xy -0.681460 -2.435770) (xy -0.409982 -2.435770) (xy -0.388173 -2.154107) (xy -0.335939 -1.965438) + (xy -0.297819 -1.895384) (xy -0.143415 -1.748129) (xy 0.035122 -1.689245) (xy 0.185046 -1.721859) (xy 0.253608 -1.849100) (xy 0.254000 -1.862667) (xy 0.201060 -2.000571) (xy 0.127000 -2.032000) + (xy 0.047134 -2.077320) (xy 0.008126 -2.234228) (xy 0.001735 -2.408133) (xy 0.372266 -2.408133) (xy 0.435888 -2.133280) (xy 0.551451 -1.894552) (xy 0.662517 -1.781228) (xy 0.897175 -1.710921) + (xy 1.192089 -1.703227) (xy 1.460467 -1.755624) (xy 1.562977 -1.807410) (xy 1.651489 -1.921337) (xy 1.583822 -2.008405) (xy 1.372047 -2.060839) (xy 1.150873 -2.072749) (xy 0.924746 -2.098811) + (xy 0.793960 -2.162844) (xy 0.783984 -2.180167) (xy 0.815869 -2.244822) (xy 0.980356 -2.278371) (xy 1.220611 -2.286000) (xy 1.693333 -2.286000) (xy 1.693333 -2.555710) (xy 1.629811 -2.866248) + (xy 1.463507 -3.077860) (xy 1.230817 -3.188075) (xy 0.968133 -3.194426) (xy 0.711850 -3.094443) (xy 0.498362 -2.885656) (xy 0.384603 -2.644505) (xy 0.372266 -2.408133) (xy 0.001735 -2.408133) + (xy 0.000000 -2.455334) (xy 0.013595 -2.721552) (xy 0.060668 -2.851578) (xy 0.127000 -2.878667) (xy 0.230428 -2.949253) (xy 0.254000 -3.048000) (xy 0.201060 -3.185905) (xy 0.127000 -3.217334) + (xy 0.025051 -3.291247) (xy 0.000000 -3.434889) (xy -0.027640 -3.593466) (xy -0.139218 -3.630722) (xy -0.190500 -3.625389) (xy -0.281901 -3.601175) (xy -0.339980 -3.537506) (xy -0.374118 -3.400473) + (xy -0.393697 -3.156163) (xy -0.405604 -2.847884) (xy -0.409982 -2.435770) (xy -0.681460 -2.435770) (xy -0.692029 -2.726435) (xy -0.751410 -2.989474) (xy -0.878418 -3.138225) (xy -1.095993 -3.199510) + (xy -1.427078 -3.200151) (xy -1.428142 -3.200095) (xy -1.905000 -3.175000) (xy -1.953926 -1.693334) (xy -2.308104 -1.693334) (xy -2.252424 -1.731997) (xy -2.221657 -1.865467) (xy -2.212656 -2.119968) + (xy -2.219204 -2.434167) (xy -2.233901 -2.790460) (xy -2.255616 -3.011579) (xy -2.293909 -3.131664) (xy -2.358335 -3.184857) (xy -2.434167 -3.202056) (xy -2.529257 -3.206534) (xy -2.585930 -3.164377) + (xy -2.614103 -3.042301) (xy -2.623696 -2.807025) (xy -2.624667 -2.562822) (xy -3.307053 -2.562822) (xy -3.265879 -2.721426) (xy -3.148700 -3.013898) (xy -3.019349 -3.214409) (xy -2.972150 -3.254219) + (xy -2.888712 -3.381060) (xy -2.878667 -3.448756) (xy -2.918545 -3.510962) (xy -3.022652 -3.453373) (xy -3.167698 -3.301156) (xy -3.330394 -3.079478) (xy -3.487450 -2.813505) (xy -3.513256 -2.763004) + (xy -3.693473 -2.241299) (xy -3.711635 -1.743675) (xy -5.756604 -1.743675) (xy -5.756395 -1.995719) (xy -5.754661 -2.778149) (xy -5.751584 -3.429592) (xy -5.750068 -3.598334) (xy -2.624667 -3.598334) + (xy -2.598557 -3.436563) (xy -2.492100 -3.396280) (xy -2.434167 -3.401945) (xy -2.274884 -3.486055) (xy -2.243667 -3.598334) (xy -2.312841 -3.749744) (xy -2.434167 -3.794722) (xy -2.575248 -3.784133) + (xy -2.622482 -3.665975) (xy -2.624667 -3.598334) (xy -5.750068 -3.598334) (xy -5.748167 -3.810000) (xy 1.947333 -3.810000) (xy 1.947333 -2.840541) (xy 1.950603 -2.412868) (xy 1.963279 -2.123805) + (xy 1.989664 -1.942702) (xy 2.034058 -1.838914) (xy 2.095500 -1.784782) (xy 2.246918 -1.711918) (xy 2.307166 -1.695908) (xy 2.331215 -1.774208) (xy 2.351086 -1.989874) (xy 2.364857 -2.310952) + (xy 2.370606 -2.705490) (xy 2.370666 -2.751667) (xy 2.370666 -3.721625) (xy 2.580041 -3.721625) (xy 2.584125 -3.595802) (xy 2.673409 -3.456619) (xy 2.793693 -3.386849) (xy 2.799370 -3.386667) + (xy 2.901698 -3.448409) (xy 2.929892 -3.485722) (xy 2.934413 -3.550604) (xy 2.864333 -3.536128) (xy 2.755262 -3.546556) (xy 2.737555 -3.598334) (xy 2.797348 -3.670762) (xy 2.864333 -3.660540) + (xy 2.947760 -3.656324) (xy 2.929892 -3.710946) (xy 2.795846 -3.801716) (xy 2.638663 -3.778627) (xy 2.580041 -3.721625) (xy 2.370666 -3.721625) (xy 2.370666 -3.810000) (xy 1.947333 -3.810000) + (xy -5.748167 -3.810000) (xy -5.746793 -3.962833) (xy -5.746375 -3.988871) (xy -2.093822 -3.988871) (xy -1.983098 -4.014111) (xy -1.982390 -4.014389) (xy -1.412501 -4.232949) (xy -0.951272 -4.391237) + (xy -0.553073 -4.498761) (xy -0.172275 -4.565025) (xy 0.236753 -4.599536) (xy 0.719639 -4.611798) (xy 0.889000 -4.612565) (xy 1.369740 -4.611102) (xy 1.717949 -4.601846) (xy 1.970401 -4.579997) + (xy 2.163871 -4.540756) (xy 2.335133 -4.479326) (xy 2.497544 -4.402667) (xy 2.909202 -4.120557) (xy 3.178048 -3.772342) (xy 3.300075 -3.382396) (xy 3.271278 -2.975091) (xy 3.087650 -2.574799) + (xy 2.844377 -2.292409) (xy 2.694024 -2.096989) (xy 2.625130 -1.899011) (xy 2.624666 -1.885455) (xy 2.624666 -1.683760) (xy 2.890676 -1.836714) (xy 3.109348 -2.003868) (xy 3.333330 -2.236189) + (xy 3.394536 -2.314156) (xy 3.612404 -2.737355) (xy 3.694071 -3.196890) (xy 3.643096 -3.652919) (xy 3.463038 -4.065600) (xy 3.212570 -4.351349) (xy 2.751864 -4.637201) (xy 2.176253 -4.831479) + (xy 1.513461 -4.933879) (xy 0.791211 -4.944101) (xy 0.037228 -4.861843) (xy -0.720765 -4.686803) (xy -1.455044 -4.418681) (xy -1.491332 -4.402514) (xy -1.765936 -4.267795) (xy -1.977712 -4.143208) + (xy -2.076721 -4.060137) (xy -2.093822 -3.988871) (xy -5.746375 -3.988871) (xy -5.739911 -4.390653) (xy -5.730566 -4.725834) (xy -5.718383 -4.981159) (xy -5.702989 -5.169411) (xy -5.684010 -5.303372) + (xy -5.661071 -5.395824) (xy -5.633800 -5.459550) (xy -5.601821 -5.507333) (xy -5.595622 -5.515121) (xy -5.524706 -5.591927) (xy -5.437054 -5.647671) (xy -5.304393 -5.687225) (xy -5.098450 -5.715460) + (xy -4.790951 -5.737248) (xy -4.353622 -5.757462) (xy -4.139266 -5.766069) (xy -3.559591 -5.795330) (xy -3.143839 -5.830826) (xy -2.893849 -5.872351) (xy -2.812255 -5.914236) (xy -2.749397 -5.942679) + (xy -2.574984 -5.965703) (xy -2.278998 -5.983641) (xy -1.851418 -5.996830) (xy -1.282225 -6.005602) (xy -0.561399 -6.010293) (xy 0.096718 -6.011334) (xy 0.773092 -6.009284) (xy 1.390289 -6.003462) + (xy 1.929266 -5.994355) (xy 2.370979 -5.982451) (xy 2.696385 -5.968241) (xy 2.886440 -5.952211) (xy 2.928426 -5.938683) (xy 2.982040 -5.895360) (xy 3.165518 -5.850494) (xy 3.439749 -5.813518) + (xy 3.452596 -5.812285) (xy 3.919417 -5.773831) (xy 4.248746 -5.762679) (xy 4.470487 -5.780577) (xy 4.614542 -5.829268) (xy 4.686904 -5.884334) (xy 4.853719 -5.969777) (xy 5.093627 -6.010722) + (xy 5.124752 -6.011334) (xy 5.372712 -5.975089) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 0.906161 4.047079) (xy 0.991472 4.223723) (xy 0.969880 4.414594) (xy 0.862420 4.537391) (xy 0.696139 4.570723) (xy 0.546130 4.513136) (xy 0.492324 4.423833) (xy 0.480336 4.166654) + (xy 0.581728 4.013432) (xy 0.716816 3.979333) (xy 0.906161 4.047079) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 1.917840 4.015752) (xy 1.947333 4.064000) (xy 1.874727 4.127106) (xy 1.730669 4.148666) (xy 1.586619 4.121790) (xy 1.566333 4.064000) (xy 1.685753 3.992874) (xy 1.782996 3.979333) + (xy 1.917840 4.015752) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 1.203804 1.370387) (xy 1.363434 1.486272) (xy 1.474953 1.678747) (xy 1.513301 1.917624) (xy 1.453413 2.172713) (xy 1.436354 2.206899) (xy 1.300517 2.320331) (xy 1.095862 2.371474) + (xy 0.899298 2.351452) (xy 0.800787 2.280262) (xy 0.745786 2.083830) (xy 0.744008 1.822276) (xy 0.791027 1.583894) (xy 0.840465 1.489138) (xy 1.021127 1.361279) (xy 1.203804 1.370387) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 1.230201 -2.829291) (xy 1.300617 -2.751667) (xy 1.294996 -2.663758) (xy 1.166521 -2.627975) (xy 1.058333 -2.624667) (xy 0.863480 -2.641842) (xy 0.805298 -2.703900) (xy 0.816048 -2.751667) + (xy 0.929803 -2.852008) (xy 1.058333 -2.878667) (xy 1.230201 -2.829291) )(layer F.SilkS) (width 0.010000) + ) +) diff --git a/kicad/Graphic.pretty/IntelInside.kicad_mod b/kicad/Graphic.pretty/IntelInside.kicad_mod new file mode 100644 index 0000000..b8ebe29 --- /dev/null +++ b/kicad/Graphic.pretty/IntelInside.kicad_mod @@ -0,0 +1,291 @@ +(module LOGO (layer F.Cu) + (at 0 0) + (fp_text reference "G***" (at 0 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_text value "LOGO" (at 0.75 0) (layer F.SilkS) hide + (effects (font (thickness 0.3))) + ) + (fp_poly (pts (xy 8.466667 7.817556) (xy -8.466666 7.817556) (xy -8.464703 4.596694) (xy -8.464458 4.277820) (xy -8.464121 3.971283) (xy -8.463698 3.678066) (xy -8.463192 3.399151) (xy -8.462608 3.135521) + (xy -8.461950 2.888159) (xy -8.461223 2.658048) (xy -8.460431 2.446170) (xy -8.459578 2.253509) (xy -8.458670 2.081046) (xy -8.457709 1.929765) (xy -8.456702 1.800648) (xy -8.455651 1.694679) + (xy -8.454562 1.612839) (xy -8.453439 1.556112) (xy -8.452287 1.525479) (xy -8.451109 1.521925) (xy -8.450913 1.524000) (xy -8.402748 1.960265) (xy -8.328861 2.385305) (xy -8.229389 2.798814) + (xy -8.104465 3.200490) (xy -7.954224 3.590029) (xy -7.778802 3.967125) (xy -7.578332 4.331475) (xy -7.352949 4.682776) (xy -7.102788 5.020722) (xy -6.827984 5.345011) (xy -6.695722 5.487026) + (xy -6.402913 5.774996) (xy -6.096517 6.041887) (xy -5.775823 6.288003) (xy -5.440117 6.513648) (xy -5.088688 6.719126) (xy -4.720823 6.904741) (xy -4.335810 7.070797) (xy -3.932936 7.217598) + (xy -3.511489 7.345448) (xy -3.070757 7.454651) (xy -2.610026 7.545511) (xy -2.128586 7.618333) (xy -1.625723 7.673420) (xy -1.559278 7.679248) (xy -1.479975 7.684435) (xy -1.376871 7.688746) + (xy -1.254355 7.692180) (xy -1.116815 7.694738) (xy -0.968639 7.696420) (xy -0.814217 7.697226) (xy -0.657937 7.697157) (xy -0.504187 7.696212) (xy -0.357357 7.694391) (xy -0.221836 7.691695) + (xy -0.102010 7.688123) (xy -0.002271 7.683677) (xy 0.063500 7.679204) (xy 0.425585 7.643407) (xy 0.772453 7.598780) (xy 1.108840 7.544216) (xy 1.439480 7.478609) (xy 1.769111 7.400852) + (xy 2.102466 7.309839) (xy 2.444281 7.204463) (xy 2.799292 7.083618) (xy 3.126684 6.963484) (xy 3.606132 6.769421) (xy 4.066235 6.557180) (xy 4.506375 6.327140) (xy 4.925931 6.079684) + (xy 5.324286 5.815192) (xy 5.700820 5.534046) (xy 6.054915 5.236626) (xy 6.298663 5.009665) (xy 6.606242 4.691162) (xy 6.890212 4.357233) (xy 7.150527 4.007941) (xy 7.387140 3.643349) + (xy 7.600003 3.263522) (xy 7.627326 3.210278) (xy 7.817482 2.806158) (xy 7.979901 2.397826) (xy 8.114532 1.985605) (xy 8.221325 1.569818) (xy 8.300227 1.150788) (xy 8.351189 0.728838) + (xy 8.374160 0.304291) (xy 8.369087 -0.122529) (xy 8.335921 -0.551300) (xy 8.282044 -0.938389) (xy 8.205818 -1.313387) (xy 8.105307 -1.675719) (xy 7.979887 -2.026819) (xy 7.828939 -2.368119) + (xy 7.651842 -2.701055) (xy 7.447973 -3.027061) (xy 7.267441 -3.280833) (xy 7.014269 -3.595142) (xy 6.741333 -3.889588) (xy 6.449530 -4.163530) (xy 6.139761 -4.416329) (xy 5.812923 -4.647343) + (xy 5.469916 -4.855933) (xy 5.111639 -5.041457) (xy 4.738990 -5.203276) (xy 4.395611 -5.326957) (xy 4.190796 -5.390185) (xy 3.984290 -5.446197) (xy 3.770846 -5.496123) (xy 3.545213 -5.541092) + (xy 3.302142 -5.582236) (xy 3.036384 -5.620684) (xy 3.023306 -5.622436) (xy 2.977445 -5.628559) (xy 2.977445 -4.083770) (xy 3.171472 -4.066273) (xy 3.537603 -4.020876) (xy 3.905101 -3.951215) + (xy 4.268842 -3.858679) (xy 4.623702 -3.744657) (xy 4.964558 -3.610537) (xy 5.131143 -3.534945) (xy 5.418554 -3.385258) (xy 5.693020 -3.216358) (xy 5.951714 -3.030431) (xy 6.191808 -2.829660) + (xy 6.410474 -2.616228) (xy 6.595963 -2.403510) (xy 6.827183 -2.097424) (xy 7.030522 -1.790989) (xy 7.206316 -1.483468) (xy 7.354904 -1.174124) (xy 7.476623 -0.862220) (xy 7.571811 -0.547019) + (xy 7.640805 -0.227785) (xy 7.665033 -0.070556) (xy 7.674404 0.024772) (xy 7.680463 0.141378) (xy 7.683307 0.272524) (xy 7.683033 0.411472) (xy 7.679739 0.551484) (xy 7.673523 0.685824) + (xy 7.664480 0.807753) (xy 7.652710 0.910533) (xy 7.650654 0.924278) (xy 7.581417 1.285238) (xy 7.486924 1.638636) (xy 7.366741 1.985419) (xy 7.220430 2.326537) (xy 7.047555 2.662936) + (xy 6.847680 2.995564) (xy 6.620369 3.325368) (xy 6.432681 3.570111) (xy 6.131339 3.924303) (xy 5.810063 4.258767) (xy 5.469367 4.573226) (xy 5.109767 4.867402) (xy 4.731779 5.141016) + (xy 4.335918 5.393790) (xy 3.922698 5.625448) (xy 3.492637 5.835710) (xy 3.046248 6.024298) (xy 2.584048 6.190936) (xy 2.106551 6.335345) (xy 1.614273 6.457246) (xy 1.107730 6.556362) + (xy 0.808905 6.603114) (xy 0.482478 6.645970) (xy 0.177008 6.678338) (xy -0.112584 6.700620) (xy -0.391377 6.713218) (xy -0.627944 6.716613) (xy -1.122422 6.704365) (xy -1.615041 6.667932) + (xy -2.102746 6.607790) (xy -2.582482 6.524418) (xy -3.051193 6.418293) (xy -3.505824 6.289894) (xy -3.647722 6.244217) (xy -4.063474 6.093329) (xy -4.459718 5.923138) (xy -4.836127 5.733864) + (xy -5.192374 5.525723) (xy -5.528132 5.298934) (xy -5.843077 5.053715) (xy -6.136880 4.790284) (xy -6.409215 4.508858) (xy -6.618945 4.261477) (xy -6.856772 3.948239) (xy -7.067695 3.638271) + (xy -7.252583 3.329831) (xy -7.412306 3.021178) (xy -7.547734 2.710571) (xy -7.659735 2.396267) (xy -7.674791 2.342444) (xy -3.485444 2.342444) (xy -3.485416 2.409472) (xy -3.485108 2.433191) + (xy -3.484222 2.483022) (xy -3.482802 2.556865) (xy -3.480890 2.652616) (xy -3.478531 2.768173) (xy -3.475769 2.901434) (xy -3.472646 3.050296) (xy -3.469206 3.212658) (xy -3.465494 3.386417) + (xy -3.461553 3.569470) (xy -3.457426 3.759716) (xy -3.456994 3.779552) (xy -3.451363 4.031438) (xy -3.446049 4.255610) (xy -3.441035 4.452576) (xy -3.436304 4.622841) (xy -3.431839 4.766914) + (xy -3.427623 4.885300) (xy -3.423639 4.978507) (xy -3.419870 5.047040) (xy -3.416299 5.091408) (xy -3.412910 5.112117) (xy -3.412506 5.113052) (xy -3.374061 5.166748) (xy -3.321814 5.215183) + (xy -3.265149 5.250666) (xy -3.229031 5.263439) (xy -3.178368 5.269963) (xy -3.112025 5.272596) (xy -3.037435 5.271719) (xy -2.962027 5.267710) (xy -2.893233 5.260951) (xy -2.838485 5.251821) + (xy -2.807334 5.241876) (xy -2.793346 5.234632) (xy -2.780821 5.227141) (xy -2.769670 5.217874) (xy -2.759800 5.205307) (xy -2.751120 5.187914) (xy -2.743538 5.164167) (xy -2.736964 5.132543) + (xy -2.731306 5.091513) (xy -2.726473 5.039552) (xy -2.722373 4.975135) (xy -2.718915 4.896735) (xy -2.716008 4.802825) (xy -2.713560 4.691881) (xy -2.711480 4.562375) (xy -2.709676 4.412783) + (xy -2.708058 4.241577) (xy -2.706534 4.047232) (xy -2.705012 3.828221) (xy -2.703402 3.583019) (xy -2.702835 3.496028) (xy -2.701607 3.297630) (xy -2.700708 3.125677) (xy -2.700160 2.978390) + (xy -2.699985 2.853993) (xy -2.700204 2.750708) (xy -2.700841 2.666759) (xy -2.701916 2.600370) (xy -2.703452 2.549762) (xy -2.705471 2.513159) (xy -2.707995 2.488785) (xy -2.711046 2.474861) + (xy -2.714645 2.469612) (xy -2.715531 2.469444) (xy -2.735664 2.464227) (xy -2.775738 2.450052) (xy -2.829778 2.429141) (xy -2.886493 2.405944) (xy -3.038058 2.342444) (xy -3.485444 2.342444) + (xy -7.674791 2.342444) (xy -7.749180 2.076525) (xy -7.781883 1.932393) (xy -7.834667 1.627653) (xy -7.863936 1.322519) (xy -7.869703 1.013520) (xy -7.851978 0.697187) (xy -7.810773 0.370050) + (xy -7.787371 0.233500) (xy -7.761821 0.117819) (xy -7.724523 -0.017957) (xy -7.677121 -0.169084) (xy -7.621262 -0.330815) (xy -7.558591 -0.498406) (xy -7.490753 -0.667110) (xy -7.419393 -0.832181) + (xy -7.412869 -0.846667) (xy -7.331973 -1.011558) (xy -5.979507 -1.011558) (xy -5.973560 -0.862084) (xy -5.972228 -0.824761) (xy -5.970160 -0.761666) (xy -5.967430 -0.675238) (xy -5.964112 -0.567917) + (xy -5.960279 -0.442140) (xy -5.956006 -0.300348) (xy -5.951365 -0.144980) (xy -5.946431 0.021527) (xy -5.941277 0.196732) (xy -5.935978 0.378197) (xy -5.933621 0.459310) (xy -5.928280 0.639248) + (xy -5.922931 0.811447) (xy -5.917656 0.973766) (xy -5.912535 1.124065) (xy -5.907649 1.260200) (xy -5.903077 1.380032) (xy -5.898901 1.481418) (xy -5.895201 1.562219) (xy -5.892057 1.620291) + (xy -5.889550 1.653494) (xy -5.888453 1.660432) (xy -5.862275 1.699055) (xy -5.818126 1.736844) (xy -5.765523 1.766575) (xy -5.734270 1.777438) (xy -5.693998 1.782867) (xy -5.633804 1.785321) + (xy -5.561811 1.784977) (xy -5.486142 1.782013) (xy -5.414921 1.776608) (xy -5.387883 1.773102) (xy -3.499555 1.773102) (xy -3.490062 1.816225) (xy -3.466528 1.855376) (xy -3.439836 1.876456) + (xy -3.417835 1.889656) (xy -3.378630 1.917131) (xy -3.326964 1.955408) (xy -3.267578 2.001016) (xy -3.238500 2.023877) (xy -3.173395 2.075142) (xy -3.125560 2.111359) (xy -3.090259 2.135152) + (xy -3.062759 2.149148) (xy -3.038326 2.155971) (xy -3.012224 2.158246) (xy -2.995680 2.158508) (xy -2.922193 2.159000) (xy -2.752564 1.950861) (xy -2.681485 1.862215) (xy -2.629221 1.791078) + (xy -2.596032 1.733692) (xy -2.582178 1.686301) (xy -2.587918 1.645147) (xy -2.593383 1.636889) (xy -2.356555 1.636889) (xy -2.355895 1.689806) (xy -2.355296 1.711026) (xy -2.353731 1.758496) + (xy -2.351269 1.830259) (xy -2.347981 1.924362) (xy -2.343935 2.038849) (xy -2.339203 2.171766) (xy -2.333853 2.321158) (xy -2.327955 2.485070) (xy -2.321580 2.661549) (xy -2.314796 2.848638) + (xy -2.307675 3.044384) (xy -2.302321 3.191105) (xy -2.249406 4.639488) (xy -2.214786 4.690314) (xy -2.189803 4.721527) (xy -2.168201 4.739513) (xy -2.162528 4.741237) (xy -2.146119 4.749188) + (xy -2.144889 4.753732) (xy -2.131950 4.772854) (xy -2.096691 4.786337) (xy -2.044443 4.794175) (xy -1.980540 4.796360) (xy -1.910316 4.792886) (xy -1.839104 4.783745) (xy -1.772237 4.768930) + (xy -1.728611 4.754279) (xy -1.671813 4.727168) (xy -1.633144 4.696017) (xy -1.609950 4.655417) (xy -1.599578 4.599962) (xy -1.599372 4.524243) (xy -1.601050 4.494389) (xy -1.613313 4.303409) + (xy -1.623265 4.137735) (xy -1.630766 3.994537) (xy -1.635678 3.870982) (xy -1.637863 3.764239) (xy -1.637180 3.671476) (xy -1.633491 3.589860) (xy -1.626656 3.516562) (xy -1.616538 3.448748) + (xy -1.602997 3.383587) (xy -1.585894 3.318247) (xy -1.565089 3.249897) (xy -1.540445 3.175705) (xy -1.535642 3.161660) (xy -1.499568 3.065014) (xy -1.457414 2.966011) (xy -1.411533 2.869031) + (xy -1.364283 2.778453) (xy -1.318017 2.698658) (xy -1.275092 2.634025) (xy -1.237863 2.588935) (xy -1.219033 2.572946) (xy -1.189600 2.557407) (xy -1.165611 2.559351) (xy -1.146273 2.569062) + (xy -1.119893 2.585711) (xy -1.098720 2.604740) (xy -1.081589 2.629789) (xy -1.067333 2.664499) (xy -1.054788 2.712510) (xy -1.042790 2.777463) (xy -1.030172 2.862997) (xy -1.015770 2.972753) + (xy -1.014911 2.979498) (xy -1.004640 3.061370) (xy -0.991669 3.166542) (xy -0.976568 3.290280) (xy -0.959909 3.427851) (xy -0.942265 3.574522) (xy -0.924208 3.725560) (xy -0.906309 3.876233) + (xy -0.896188 3.961914) (xy -0.880095 4.096997) (xy -0.864605 4.224227) (xy -0.850096 4.340710) (xy -0.836942 4.443550) (xy -0.825520 4.529853) (xy -0.816206 4.596723) (xy -0.809376 4.641266) + (xy -0.805474 4.660414) (xy -0.786798 4.690564) (xy -0.756372 4.723821) (xy -0.722664 4.752361) (xy -0.694144 4.768361) (xy -0.687333 4.769556) (xy -0.660869 4.778747) (xy -0.654666 4.783756) + (xy -0.631643 4.797662) (xy -0.591113 4.815066) (xy -0.542912 4.832468) (xy -0.496876 4.846369) (xy -0.462840 4.853270) (xy -0.458611 4.853501) (xy -0.426839 4.849124) (xy -0.385228 4.837978) + (xy -0.378074 4.835575) (xy -0.324962 4.811717) (xy -0.283360 4.779148) (xy -0.251608 4.734283) (xy -0.228044 4.673537) (xy -0.211007 4.593324) (xy -0.198835 4.490059) (xy -0.194860 4.440148) + (xy -0.191369 4.370863) (xy -0.188877 4.277828) (xy -0.187336 4.165495) (xy -0.186694 4.038315) (xy -0.186901 3.900740) (xy -0.187908 3.757223) (xy -0.189663 3.612215) (xy -0.192118 3.470169) + (xy -0.195222 3.335537) (xy -0.198924 3.212770) (xy -0.203175 3.106321) (xy -0.207925 3.020642) (xy -0.211326 2.977444) (xy -0.227937 2.809316) (xy -0.243920 2.666580) (xy -0.259715 2.546426) + (xy -0.275759 2.446044) (xy -0.292492 2.362624) (xy -0.310352 2.293355) (xy -0.325223 2.247686) (xy -0.347300 2.184725) (xy -0.367411 2.124267) (xy -0.382220 2.076449) (xy -0.385629 2.064213) + (xy -0.402544 2.019084) (xy -0.429581 1.965587) (xy -0.451128 1.930282) (xy -0.486334 1.884126) (xy -0.525746 1.848910) (xy -0.553570 1.831943) (xy -0.181899 1.831943) (xy -0.176734 1.918662) + (xy -0.155602 2.013093) (xy -0.140509 2.062213) (xy -0.122347 2.108815) (xy -0.099251 2.155284) (xy -0.069356 2.204004) (xy -0.030797 2.257360) (xy 0.018291 2.317737) (xy 0.079774 2.387520) + (xy 0.155517 2.469094) (xy 0.247385 2.564842) (xy 0.357244 2.677151) (xy 0.388960 2.709333) (xy 0.481827 2.803826) (xy 0.556361 2.880920) (xy 0.614303 2.943056) (xy 0.657393 2.992672) + (xy 0.687371 3.032209) (xy 0.705980 3.064106) (xy 0.714959 3.090801) (xy 0.716049 3.114735) (xy 0.710992 3.138347) (xy 0.705765 3.153282) (xy 0.694624 3.173328) (xy 0.669181 3.213833) + (xy 0.631239 3.272086) (xy 0.582606 3.345370) (xy 0.525085 3.430974) (xy 0.460483 3.526183) (xy 0.390604 3.628284) (xy 0.366117 3.663863) (xy 0.294884 3.767637) (xy 0.228330 3.865395) + (xy 0.168258 3.954433) (xy 0.116469 4.032041) (xy 0.074766 4.095514) (xy 0.044952 4.142144) (xy 0.028829 4.169224) (xy 0.026789 4.173491) (xy 0.018079 4.229175) (xy 0.026675 4.294796) + (xy 0.050783 4.359514) (xy 0.060362 4.376473) (xy 0.089462 4.412933) (xy 0.134626 4.458009) (xy 0.188195 4.505028) (xy 0.242513 4.547318) (xy 0.289920 4.578205) (xy 0.295087 4.580989) + (xy 0.347928 4.596334) (xy 0.415563 4.598633) (xy 0.487904 4.588166) (xy 0.533243 4.574430) (xy 0.572816 4.558491) (xy 0.608111 4.541340) (xy 0.641346 4.520584) (xy 0.674736 4.493830) + (xy 0.710497 4.458686) (xy 0.750848 4.412760) (xy 0.798003 4.353658) (xy 0.854180 4.278989) (xy 0.921595 4.186360) (xy 1.002464 4.073379) (xy 1.019195 4.049889) (xy 1.112923 3.916470) + (xy 1.190363 3.801774) (xy 1.253075 3.702666) (xy 1.302623 3.616011) (xy 1.340569 3.538672) (xy 1.368474 3.467514) (xy 1.387902 3.399401) (xy 1.400413 3.331198) (xy 1.406676 3.272133) + (xy 1.409463 3.201453) (xy 1.404026 3.142165) (xy 1.388669 3.078203) (xy 1.384835 3.065331) (xy 1.370060 3.014518) (xy 1.359306 2.973399) (xy 1.354706 2.950186) (xy 1.354667 2.949195) + (xy 1.346430 2.926636) (xy 1.324103 2.887228) (xy 1.291261 2.836132) (xy 1.251476 2.778512) (xy 1.208325 2.719527) (xy 1.165382 2.664339) (xy 1.126220 2.618111) (xy 1.122714 2.614251) + (xy 1.044197 2.535676) (xy 0.953213 2.456289) (xy 0.857950 2.382582) (xy 0.766594 2.321045) (xy 0.717268 2.292773) (xy 0.645602 2.247908) (xy 0.600453 2.201860) (xy 0.580125 2.152680) + (xy 0.578556 2.133202) (xy 0.583919 2.101733) (xy 0.597079 2.062629) (xy 0.613640 2.026519) (xy 0.629208 2.004033) (xy 0.632999 2.001543) (xy 0.649172 1.987952) (xy 0.679300 1.955926) + (xy 0.720155 1.909420) (xy 0.768512 1.852390) (xy 0.821144 1.788791) (xy 0.874824 1.722578) (xy 0.926325 1.657706) (xy 0.972422 1.598130) (xy 1.009888 1.547806) (xy 1.035495 1.510689) + (xy 1.041465 1.500835) (xy 1.070758 1.454513) (xy 1.112365 1.395870) (xy 1.159878 1.333701) (xy 1.191543 1.294794) (xy 1.247463 1.224918) (xy 1.284431 1.168065) (xy 1.303863 1.117728) + (xy 1.307178 1.067399) (xy 1.295793 1.010568) (xy 1.271125 0.940727) (xy 1.269541 0.936708) (xy 1.221367 0.827964) (xy 1.182568 0.762000) (xy 1.594556 0.762000) (xy 1.594556 0.880128) + (xy 1.595000 0.941897) (xy 1.596280 1.025497) (xy 1.598322 1.128524) (xy 1.601048 1.248572) (xy 1.604382 1.383237) (xy 1.608249 1.530113) (xy 1.612572 1.686795) (xy 1.617274 1.850878) + (xy 1.622280 2.019958) (xy 1.627514 2.191628) (xy 1.632899 2.363484) (xy 1.638359 2.533121) (xy 1.643818 2.698133) (xy 1.649199 2.856116) (xy 1.654428 3.004665) (xy 1.659426 3.141374) + (xy 1.664119 3.263838) (xy 1.668430 3.369652) (xy 1.672282 3.456412) (xy 1.675601 3.521712) (xy 1.678308 3.563146) (xy 1.679997 3.577546) (xy 1.709646 3.635228) (xy 1.764390 3.680442) + (xy 1.844387 3.713309) (xy 1.866633 3.719197) (xy 1.916809 3.727498) (xy 1.982949 3.733250) (xy 2.056213 3.736259) (xy 2.127760 3.736334) (xy 2.188749 3.733280) (xy 2.229556 3.727120) + (xy 2.263048 3.705100) (xy 2.291767 3.662772) (xy 2.296780 3.651197) (xy 2.301235 3.636846) (xy 2.305220 3.617785) (xy 2.308822 3.592076) (xy 2.312129 3.557785) (xy 2.315229 3.512976) + (xy 2.318208 3.455712) (xy 2.321155 3.384059) (xy 2.324157 3.296079) (xy 2.327302 3.189838) (xy 2.330677 3.063399) (xy 2.334369 2.914828) (xy 2.338467 2.742187) (xy 2.343057 2.543542) + (xy 2.343755 2.513051) (xy 2.348926 2.286548) (xy 2.555815 2.286548) (xy 2.562652 2.481578) (xy 2.579597 2.654847) (xy 2.607161 2.808833) (xy 2.645855 2.946016) (xy 2.696188 3.068874) + (xy 2.758671 3.179887) (xy 2.799822 3.238686) (xy 2.840495 3.290316) (xy 2.873601 3.324592) (xy 2.906773 3.347933) (xy 2.947647 3.366762) (xy 2.955935 3.369985) (xy 3.060339 3.397604) + (xy 3.159705 3.397935) (xy 3.256514 3.370896) (xy 3.282595 3.358862) (xy 3.333030 3.330437) (xy 3.378288 3.299462) (xy 3.403360 3.277724) (xy 3.422436 3.253641) (xy 3.453423 3.210125) + (xy 3.493260 3.151667) (xy 3.538889 3.082759) (xy 3.587250 3.007892) (xy 3.588669 3.005667) (xy 3.648957 2.911400) (xy 3.696367 2.838359) (xy 3.733011 2.783854) (xy 3.760997 2.745198) + (xy 3.782435 2.719701) (xy 3.799434 2.704675) (xy 3.814105 2.697431) (xy 3.828556 2.695279) (xy 3.832240 2.695222) (xy 3.866445 2.695222) (xy 3.866445 3.023558) (xy 3.866510 3.128023) + (xy 3.866949 3.208184) (xy 3.868126 3.267957) (xy 3.870408 3.311259) (xy 3.874157 3.342009) (xy 3.879741 3.364123) (xy 3.887522 3.381518) (xy 3.897868 3.398112) (xy 3.901893 3.404060) + (xy 3.925425 3.432885) (xy 3.954751 3.454630) (xy 3.995681 3.471849) (xy 4.054028 3.487100) (xy 4.120445 3.500204) (xy 4.198174 3.508134) (xy 4.279078 3.506024) (xy 4.351805 3.494625) + (xy 4.389963 3.482315) (xy 4.440759 3.460434) (xy 4.449575 3.257745) (xy 4.450962 3.218973) (xy 4.452922 3.153840) (xy 4.455409 3.064203) (xy 4.458378 2.951917) (xy 4.461783 2.818836) + (xy 4.465579 2.666817) (xy 4.469722 2.497715) (xy 4.474165 2.313385) (xy 4.478863 2.115682) (xy 4.483771 1.906463) (xy 4.488844 1.687581) (xy 4.494036 1.460893) (xy 4.499302 1.228254) + (xy 4.499868 1.203042) (xy 4.724845 1.203042) (xy 4.733684 1.410728) (xy 4.759730 1.598110) (xy 4.803984 1.767986) (xy 4.867445 1.923155) (xy 4.951111 2.066417) (xy 5.055983 2.200570) + (xy 5.096752 2.244714) (xy 5.182242 2.324792) (xy 5.262833 2.380638) (xy 5.342698 2.414743) (xy 5.402115 2.427239) (xy 5.485686 2.435030) (xy 5.579073 2.438937) (xy 5.674552 2.439085) + (xy 5.764400 2.435596) (xy 5.840894 2.428596) (xy 5.891952 2.419390) (xy 6.035456 2.368200) (xy 6.168606 2.293237) (xy 6.287603 2.197619) (xy 6.388645 2.084465) (xy 6.467932 1.956892) + (xy 6.476033 1.940278) (xy 6.501588 1.891741) (xy 6.527808 1.850530) (xy 6.546084 1.828602) (xy 6.572168 1.791772) (xy 6.594691 1.735929) (xy 6.610822 1.670274) (xy 6.617730 1.604007) + (xy 6.617801 1.595522) (xy 6.604762 1.509272) (xy 6.566677 1.435867) (xy 6.503760 1.375564) (xy 6.416225 1.328621) (xy 6.387175 1.317852) (xy 6.298768 1.300429) (xy 6.217395 1.310089) + (xy 6.144500 1.346251) (xy 6.081528 1.408336) (xy 6.052142 1.452462) (xy 5.974369 1.569940) (xy 5.887785 1.666458) (xy 5.818788 1.725276) (xy 5.740937 1.781302) (xy 5.677902 1.817119) + (xy 5.625719 1.833583) (xy 5.580424 1.831551) (xy 5.538051 1.811880) (xy 5.511934 1.791575) (xy 5.485170 1.763194) (xy 5.464935 1.728561) (xy 5.450412 1.683625) (xy 5.440787 1.624335) + (xy 5.435241 1.546639) (xy 5.432960 1.446488) (xy 5.432778 1.398765) (xy 5.432934 1.317990) (xy 5.433897 1.260488) (xy 5.436408 1.221310) (xy 5.441209 1.195507) (xy 5.449042 1.178130) + (xy 5.460648 1.164231) (xy 5.469156 1.156043) (xy 5.489618 1.139727) (xy 5.513883 1.128864) (xy 5.548739 1.121835) (xy 5.600975 1.117023) (xy 5.643231 1.114539) (xy 5.712214 1.109804) + (xy 5.763694 1.102448) (xy 5.808390 1.089826) (xy 5.857019 1.069294) (xy 5.888748 1.053958) (xy 6.003186 0.982650) (xy 6.110712 0.886742) (xy 6.209401 0.769413) (xy 6.297325 0.633843) + (xy 6.372559 0.483210) (xy 6.433176 0.320692) (xy 6.477250 0.149470) (xy 6.493220 0.056444) (xy 6.503294 -0.092481) (xy 6.489738 -0.226449) (xy 6.453360 -0.344619) (xy 6.394966 -0.446154) + (xy 6.315363 -0.530215) (xy 6.215357 -0.595963) (xy 6.095756 -0.642560) (xy 5.957365 -0.669168) (xy 5.800993 -0.674947) (xy 5.789928 -0.674571) (xy 5.719818 -0.671446) (xy 5.669056 -0.666959) + (xy 5.628779 -0.658941) (xy 5.590125 -0.645223) (xy 5.544231 -0.623637) (xy 5.509311 -0.605892) (xy 5.435756 -0.564268) (xy 5.379789 -0.524431) (xy 5.349985 -0.494807) (xy 5.318914 -0.458274) + (xy 5.277257 -0.414274) (xy 5.245277 -0.383020) (xy 5.156250 -0.283414) (xy 5.072743 -0.156992) (xy 4.995212 -0.004703) (xy 4.924115 0.172505) (xy 4.859907 0.373684) (xy 4.833142 0.472722) + (xy 4.781719 0.695342) (xy 4.746917 0.897932) (xy 4.728364 1.082993) (xy 4.724845 1.203042) (xy 4.499868 1.203042) (xy 4.501375 1.135944) (xy 4.506695 0.902235) (xy 4.512052 0.674230) + (xy 4.517396 0.453743) (xy 4.522674 0.242587) (xy 4.527838 0.042573) (xy 4.532836 -0.144486) (xy 4.537617 -0.316777) (xy 4.542130 -0.472488) (xy 4.546325 -0.609807) (xy 4.550152 -0.726920) + (xy 4.553558 -0.822016) (xy 4.556495 -0.893282) (xy 4.558910 -0.938905) (xy 4.559757 -0.949982) (xy 4.566492 -1.024734) (xy 4.568558 -1.077446) (xy 4.563060 -1.114245) (xy 4.547105 -1.141257) + (xy 4.517799 -1.164608) (xy 4.472247 -1.190424) (xy 4.437500 -1.208806) (xy 4.345855 -1.252293) (xy 4.260930 -1.279909) (xy 4.172626 -1.293802) (xy 4.070847 -1.296119) (xy 4.033403 -1.294749) + (xy 3.956074 -1.289764) (xy 3.899620 -1.282473) (xy 3.856708 -1.271546) (xy 3.821157 -1.256250) (xy 3.770499 -1.228654) (xy 3.738410 -1.204315) (xy 3.720657 -1.175733) (xy 3.713012 -1.135406) + (xy 3.711243 -1.075834) (xy 3.711222 -1.061325) (xy 3.711857 -1.019618) (xy 3.713646 -0.953939) (xy 3.716418 -0.868509) (xy 3.720003 -0.767547) (xy 3.724228 -0.655272) (xy 3.728924 -0.535905) + (xy 3.733918 -0.413664) (xy 3.739040 -0.292771) (xy 3.744117 -0.177444) (xy 3.748980 -0.071903) (xy 3.753457 0.019632) (xy 3.757376 0.092942) (xy 3.759449 0.127353) (xy 3.766294 0.233540) + (xy 3.643434 0.262889) (xy 3.538905 0.292271) (xy 3.445967 0.329200) (xy 3.355471 0.378104) (xy 3.258268 0.443411) (xy 3.234701 0.460697) (xy 3.121402 0.550369) (xy 3.019333 0.642061) + (xy 2.932518 0.731760) (xy 2.864977 0.815451) (xy 2.838049 0.856542) (xy 2.757742 1.015203) (xy 2.690332 1.197571) (xy 2.636182 1.402065) (xy 2.595659 1.627104) (xy 2.569127 1.871107) + (xy 2.558575 2.067278) (xy 2.555815 2.286548) (xy 2.348926 2.286548) (xy 2.349335 2.268660) (xy 2.354264 2.050939) (xy 2.358558 1.858343) (xy 2.362232 1.689327) (xy 2.365300 1.542347) + (xy 2.367778 1.415858) (xy 2.369680 1.308314) (xy 2.371021 1.218172) (xy 2.371816 1.143886) (xy 2.372079 1.083913) (xy 2.371827 1.036706) (xy 2.371073 1.000722) (xy 2.369832 0.974416) + (xy 2.368120 0.956242) (xy 2.365950 0.944657) (xy 2.363339 0.938116) (xy 2.360300 0.935073) (xy 2.358938 0.934479) (xy 2.343457 0.917521) (xy 2.342445 0.910991) (xy 2.330135 0.898976) + (xy 2.296584 0.879420) (xy 2.246864 0.854993) (xy 2.186043 0.828364) (xy 2.183695 0.827391) (xy 2.024945 0.761781) (xy 1.809750 0.761891) (xy 1.594556 0.762000) (xy 1.182568 0.762000) + (xy 1.173171 0.746024) (xy 1.124012 0.689488) (xy 1.085205 0.662533) (xy 1.045466 0.645036) (xy 1.007257 0.636165) (xy 0.964759 0.636394) (xy 0.912154 0.646199) (xy 0.843624 0.666052) + (xy 0.779313 0.687466) (xy 0.691421 0.728404) (xy 0.595219 0.792690) (xy 0.493463 0.877708) (xy 0.388912 0.980845) (xy 0.284323 1.099487) (xy 0.182452 1.231019) (xy 0.135154 1.298222) + (xy 0.083595 1.373100) (xy 0.031638 1.447232) (xy -0.016255 1.514342) (xy -0.055623 1.568156) (xy -0.073663 1.591923) (xy -0.131808 1.675998) (xy -0.167405 1.753529) (xy -0.181899 1.831943) + (xy -0.553570 1.831943) (xy -0.579353 1.816221) (xy -0.598326 1.806346) (xy -0.642411 1.784612) (xy -0.677724 1.770418) (xy -0.712440 1.762188) (xy -0.754733 1.758346) (xy -0.812778 1.757316) + (xy -0.852326 1.757369) (xy -0.928256 1.758641) (xy -0.983515 1.762533) (xy -1.025611 1.770068) (xy -1.062050 1.782272) (xy -1.074549 1.787696) (xy -1.151882 1.835142) (xy -1.221775 1.904794) + (xy -1.286339 1.998998) (xy -1.319104 2.059656) (xy -1.351067 2.126613) (xy -1.370705 2.177623) (xy -1.380577 2.220717) (xy -1.383236 2.261024) (xy -1.384794 2.305281) (xy -1.392048 2.330903) + (xy -1.409662 2.347458) (xy -1.430959 2.358927) (xy -1.467802 2.373125) (xy -1.489992 2.370083) (xy -1.494112 2.366688) (xy -1.499710 2.348410) (xy -1.504049 2.305488) (xy -1.507164 2.237074) + (xy -1.509092 2.142319) (xy -1.509868 2.020375) (xy -1.509889 1.993900) (xy -1.509889 1.636889) (xy -2.356555 1.636889) (xy -2.593383 1.636889) (xy -2.613514 1.606474) (xy -2.659224 1.566526) + (xy -2.725309 1.521544) (xy -2.784838 1.484432) (xy -2.888446 1.421637) (xy -2.971267 1.373488) (xy -3.035833 1.338729) (xy -3.084673 1.316110) (xy -3.120320 1.304375) (xy -3.145304 1.302272) + (xy -3.150744 1.303242) (xy -3.176572 1.319995) (xy -3.213180 1.358445) (xy -3.257752 1.415559) (xy -3.266968 1.428383) (xy -3.313735 1.494246) (xy -3.365266 1.566818) (xy -3.412427 1.633232) + (xy -3.424723 1.650548) (xy -3.457779 1.698877) (xy -3.483368 1.739670) (xy -3.497741 1.766791) (xy -3.499555 1.773102) (xy -5.387883 1.773102) (xy -5.357705 1.769189) (xy -5.321902 1.759522) + (xy -5.295606 1.741939) (xy -5.276910 1.712216) (xy -5.263908 1.666131) (xy -5.254693 1.599459) (xy -5.248715 1.527727) (xy -5.246531 1.487012) (xy -5.243852 1.420656) (xy -5.240750 1.331236) + (xy -5.237299 1.221327) (xy -5.233571 1.093505) (xy -5.229639 0.950347) (xy -5.225574 0.794427) (xy -5.221450 0.628323) (xy -5.217339 0.454609) (xy -5.213313 0.275863) (xy -5.212795 0.252173) + (xy -5.208387 0.049169) (xy -5.204611 -0.127504) (xy -5.201473 -0.279732) (xy -5.198976 -0.409399) (xy -5.197126 -0.518390) (xy -5.195926 -0.608590) (xy -5.195381 -0.681884) (xy -5.195495 -0.740157) + (xy -5.196273 -0.785293) (xy -5.197720 -0.819178) (xy -5.199838 -0.843696) (xy -5.202634 -0.860732) (xy -5.206111 -0.872171) (xy -5.210273 -0.879897) (xy -5.215126 -0.885796) (xy -5.215449 -0.886144) + (xy -5.238919 -0.902731) (xy -5.282386 -0.926044) (xy -5.339437 -0.952863) (xy -5.397500 -0.977502) (xy -5.552722 -1.040092) (xy -5.766115 -1.025825) (xy -5.979507 -1.011558) (xy -7.331973 -1.011558) + (xy -7.223603 -1.232448) (xy -7.008350 -1.611216) (xy -6.904461 -1.771651) (xy -6.106861 -1.771651) (xy -6.094077 -1.740694) (xy -6.067779 -1.705312) (xy -6.029901 -1.662388) (xy -5.933942 -1.557806) + (xy -5.849082 -1.469181) (xy -5.776592 -1.397716) (xy -5.717747 -1.344615) (xy -5.673819 -1.311079) (xy -5.646081 -1.298312) (xy -5.644422 -1.298222) (xy -5.625621 -1.303660) (xy -5.597498 -1.321229) + (xy -5.557748 -1.352812) (xy -5.504068 -1.400295) (xy -5.434153 -1.465561) (xy -5.400741 -1.497436) (xy -5.337872 -1.558547) (xy -5.282639 -1.613870) (xy -5.238106 -1.660202) (xy -5.207336 -1.694337) + (xy -5.193394 -1.713072) (xy -5.192889 -1.714825) (xy -5.204312 -1.755591) (xy -5.237490 -1.810004) (xy -5.290791 -1.875920) (xy -5.362580 -1.951193) (xy -5.401172 -1.988194) (xy -5.454267 -2.039011) + (xy -5.499763 -2.084764) (xy -5.533633 -2.121238) (xy -5.551850 -2.144216) (xy -5.553662 -2.147851) (xy -5.573145 -2.167768) (xy -5.610724 -2.180799) (xy -5.656696 -2.184925) (xy -5.700500 -2.178396) + (xy -5.723741 -2.165037) (xy -5.763251 -2.135699) (xy -5.814797 -2.093800) (xy -5.874148 -2.042758) (xy -5.925285 -1.996832) (xy -5.998408 -1.929383) (xy -6.051905 -1.877049) (xy -6.086997 -1.835921) + (xy -6.104909 -1.802091) (xy -6.106861 -1.771651) (xy -6.904461 -1.771651) (xy -6.768883 -1.981023) (xy -6.589970 -2.226193) (xy -4.903216 -2.226193) (xy -4.902543 -2.185687) (xy -4.901197 -2.121134) + (xy -4.899228 -2.034615) (xy -4.896688 -1.928211) (xy -4.893627 -1.804005) (xy -4.890097 -1.664079) (xy -4.886149 -1.510514) (xy -4.881833 -1.345392) (xy -4.877200 -1.170795) (xy -4.874372 -1.065389) + (xy -4.869308 -0.876956) (xy -4.864310 -0.690028) (xy -4.859454 -0.507486) (xy -4.854815 -0.332213) (xy -4.850469 -0.167091) (xy -4.846491 -0.015002) (xy -4.842957 0.121174) (xy -4.839942 0.238552) + (xy -4.837522 0.334253) (xy -4.835773 0.405393) (xy -4.835429 0.419868) (xy -4.832904 0.522130) (xy -4.830475 0.600106) (xy -4.827698 0.657731) (xy -4.824130 0.698934) (xy -4.819325 0.727649) + (xy -4.812841 0.747808) (xy -4.804232 0.763342) (xy -4.795272 0.775393) (xy -4.769831 0.802768) (xy -4.749101 0.817097) (xy -4.746371 0.817664) (xy -4.727393 0.829694) (xy -4.722759 0.837944) + (xy -4.702616 0.855664) (xy -4.661260 0.870353) (xy -4.605641 0.880729) (xy -4.542716 0.885508) (xy -4.479436 0.883409) (xy -4.477387 0.883204) (xy -4.398307 0.870858) (xy -4.320726 0.851302) + (xy -4.251875 0.826967) (xy -4.198984 0.800281) (xy -4.175611 0.781807) (xy -4.163496 0.767321) (xy -4.155068 0.750697) (xy -4.149730 0.726977) (xy -4.146886 0.691200) (xy -4.145939 0.638410) + (xy -4.146291 0.563645) (xy -4.146521 0.540093) (xy -4.147927 0.460309) (xy -4.150594 0.360583) (xy -4.154247 0.249155) (xy -4.158615 0.134262) (xy -4.163425 0.024144) (xy -4.164064 0.010699) + (xy -4.169719 -0.130735) (xy -4.171135 -0.249938) (xy -4.167249 -0.352725) (xy -4.156997 -0.444908) (xy -4.139315 -0.532301) (xy -4.113142 -0.620716) (xy -4.077412 -0.715967) (xy -4.031064 -0.823867) + (xy -3.998195 -0.896056) (xy -3.949323 -0.997732) (xy -3.901053 -1.090311) (xy -3.855361 -1.170538) (xy -3.814219 -1.235157) (xy -3.779602 -1.280914) (xy -3.753484 -1.304553) (xy -3.749350 -1.306374) + (xy -3.715402 -1.303740) (xy -3.682740 -1.274596) (xy -3.652389 -1.220652) (xy -3.625378 -1.143619) (xy -3.607636 -1.070301) (xy -3.596796 -1.010123) (xy -3.583654 -0.924475) (xy -3.568535 -0.815989) + (xy -3.551763 -0.687294) (xy -3.533662 -0.541023) (xy -3.514555 -0.379804) (xy -3.494768 -0.206270) (xy -3.474624 -0.023050) (xy -3.454447 0.167224) (xy -3.450569 0.204611) (xy -3.435763 0.346030) + (xy -3.422851 0.462263) (xy -3.411039 0.556219) (xy -3.399532 0.630807) (xy -3.387535 0.688936) (xy -3.374255 0.733512) (xy -3.358897 0.767446) (xy -3.340667 0.793645) (xy -3.318770 0.815018) + (xy -3.292413 0.834474) (xy -3.275516 0.845546) (xy -3.227645 0.874283) (xy -3.180057 0.899794) (xy -3.160889 0.908816) (xy -3.101667 0.924610) (xy -3.029562 0.930012) (xy -2.957882 0.924924) + (xy -2.903245 0.910683) (xy -2.843608 0.872438) (xy -2.792669 0.810338) (xy -2.749235 0.723414) (xy -2.741615 0.704124) (xy -2.735278 0.685587) (xy -2.730108 0.665134) (xy -2.725988 0.640096) + (xy -2.722804 0.607805) (xy -2.720439 0.565591) (xy -2.718778 0.510785) (xy -2.717706 0.440719) (xy -2.717106 0.352723) (xy -2.716862 0.244128) (xy -2.716860 0.112266) (xy -2.716963 -0.021167) + (xy -2.718060 -0.255191) (xy -2.721079 -0.464215) (xy -2.726255 -0.651409) (xy -2.733822 -0.819946) (xy -2.744013 -0.972997) (xy -2.757064 -1.113732) (xy -2.773208 -1.245323) (xy -2.792680 -1.370942) + (xy -2.815714 -1.493760) (xy -2.831101 -1.566333) (xy -2.870252 -1.707786) (xy -2.921030 -1.833003) (xy -2.981844 -1.939606) (xy -3.051102 -2.025215) (xy -3.127214 -2.087454) (xy -3.202959 -2.122337) + (xy -3.248848 -2.132174) (xy -3.307016 -2.139374) (xy -3.370054 -2.143688) (xy -3.430558 -2.144864) (xy -3.481119 -2.142652) (xy -3.514330 -2.136802) (xy -3.521428 -2.133110) (xy -3.541773 -2.121639) + (xy -3.578522 -2.105650) (xy -3.601464 -2.096817) (xy -3.676898 -2.059030) (xy -3.745226 -2.002517) (xy -3.809181 -1.924366) (xy -3.871494 -1.821664) (xy -3.886614 -1.792833) (xy -3.928026 -1.706766) + (xy -3.954366 -1.640207) (xy -3.965015 -1.594755) (xy -3.965222 -1.589585) (xy -3.969884 -1.552348) (xy -3.986645 -1.533828) (xy -3.994508 -1.530718) (xy -4.020849 -1.526203) (xy -4.031063 -1.528693) + (xy -4.033386 -1.544209) (xy -4.036141 -1.584100) (xy -4.039156 -1.644522) (xy -4.042255 -1.721635) (xy -4.045267 -1.811597) (xy -4.047638 -1.895705) (xy -4.050539 -1.993776) (xy -4.053858 -2.082440) + (xy -4.057393 -2.157818) (xy -4.060941 -2.216032) (xy -4.064303 -2.253202) (xy -4.066859 -2.265352) (xy -4.082254 -2.266835) (xy -4.121500 -2.267293) (xy -4.180316 -2.266851) (xy -4.254419 -2.265637) + (xy -4.339525 -2.263779) (xy -4.431352 -2.261402) (xy -4.525618 -2.258634) (xy -4.618039 -2.255601) (xy -4.704332 -2.252431) (xy -4.780216 -2.249250) (xy -4.841407 -2.246186) (xy -4.883622 -2.243364) + (xy -4.902579 -2.240913) (xy -4.903164 -2.240569) (xy -4.903216 -2.226193) (xy -6.589970 -2.226193) (xy -6.506979 -2.339918) (xy -6.224414 -2.685952) (xy -5.976468 -2.958387) (xy -3.568630 -2.958387) + (xy -3.564991 -2.927955) (xy -3.554539 -2.888735) (xy -3.549875 -2.872724) (xy -3.531451 -2.823350) (xy -3.503719 -2.776735) (xy -3.461283 -2.724474) (xy -3.439229 -2.700368) (xy -3.390536 -2.652074) + (xy -3.329334 -2.596798) (xy -3.262833 -2.540544) (xy -3.198241 -2.489320) (xy -3.142768 -2.449130) (xy -3.120895 -2.435164) (xy -3.101912 -2.436999) (xy -3.059010 -2.449673) (xy -2.994040 -2.472519) + (xy -2.908854 -2.504873) (xy -2.805303 -2.546066) (xy -2.750069 -2.568598) (xy -2.656991 -2.606554) (xy -2.572731 -2.640369) (xy -2.500717 -2.668709) (xy -2.444377 -2.690244) (xy -2.407141 -2.703642) + (xy -2.392437 -2.707571) (xy -2.392383 -2.707531) (xy -2.391342 -2.692948) (xy -2.389808 -2.651979) (xy -2.387823 -2.586457) (xy -2.385431 -2.498213) (xy -2.382675 -2.389077) (xy -2.379597 -2.260883) + (xy -2.376241 -2.115462) (xy -2.372650 -1.954645) (xy -2.368867 -1.780264) (xy -2.364934 -1.594151) (xy -2.360896 -1.398136) (xy -2.356794 -1.194053) (xy -2.356642 -1.186372) (xy -2.351850 -0.945917) + (xy -2.347524 -0.732063) (xy -2.343603 -0.543193) (xy -2.340032 -0.377693) (xy -2.336751 -0.233945) (xy -2.333703 -0.110333) (xy -2.330830 -0.005242) (xy -2.328074 0.082946) (xy -2.325377 0.155846) + (xy -2.322681 0.215074) (xy -2.319929 0.262247) (xy -2.317062 0.298982) (xy -2.314022 0.326893) (xy -2.310753 0.347598) (xy -2.307195 0.362712) (xy -2.303290 0.373852) (xy -2.300531 0.379744) + (xy -2.246711 0.454235) (xy -2.169440 0.516092) (xy -2.137833 0.534010) (xy -2.072835 0.555683) (xy -1.994373 0.564417) (xy -1.914100 0.560151) (xy -1.843666 0.542822) (xy -1.827389 0.535668) + (xy -1.752595 0.497908) (xy -1.699451 0.469176) (xy -1.664169 0.446275) (xy -1.642960 0.426011) (xy -1.632036 0.405187) (xy -1.627610 0.380608) (xy -1.626671 0.366342) (xy -1.625997 0.343380) + (xy -1.624925 0.294253) (xy -1.623489 0.221019) (xy -1.623169 0.203723) (xy 1.566988 0.203723) (xy 1.569286 0.220775) (xy 1.577618 0.238552) (xy 1.594944 0.260026) (xy 1.624224 0.288169) + (xy 1.668418 0.325954) (xy 1.730487 0.376351) (xy 1.771681 0.409222) (xy 1.839353 0.462733) (xy 1.901935 0.511645) (xy 1.955080 0.552604) (xy 1.994446 0.582261) (xy 2.014443 0.596480) + (xy 2.059870 0.613995) (xy 2.103958 0.605354) (xy 2.149558 0.569818) (xy 2.159478 0.559000) (xy 2.184820 0.528664) (xy 2.221821 0.482530) (xy 2.265137 0.427327) (xy 2.301819 0.379753) + (xy 2.345998 0.323241) (xy 2.388195 0.271514) (xy 2.423189 0.230846) (xy 2.443308 0.209718) (xy 2.469201 0.180891) (xy 2.482569 0.156916) (xy 2.483087 0.153088) (xy 2.469779 0.114934) + (xy 2.431805 0.064655) (xy 2.369728 0.002773) (xy 2.284112 -0.070193) (xy 2.175521 -0.153720) (xy 2.065579 -0.232632) (xy 2.022431 -0.260848) (xy 1.990760 -0.274505) (xy 1.960181 -0.276897) + (xy 1.935450 -0.273886) (xy 1.890345 -0.260720) (xy 1.869377 -0.238679) (xy 1.868849 -0.237136) (xy 1.855706 -0.212195) (xy 1.830090 -0.174419) (xy 1.801159 -0.136570) (xy 1.760836 -0.084045) + (xy 1.719838 -0.026670) (xy 1.697177 0.007388) (xy 1.663931 0.055018) (xy 1.628026 0.099473) (xy 1.609246 0.119390) (xy 1.576077 0.162214) (xy 1.566988 0.203723) (xy -1.623169 0.203723) + (xy -1.621725 0.125730) (xy -1.619668 0.010443) (xy -1.617355 -0.122788) (xy -1.614820 -0.271907) (xy -1.612099 -0.434859) (xy -1.609228 -0.609590) (xy -1.606243 -0.794044) (xy -1.603178 -0.986166) + (xy -1.602261 -1.044222) (xy -1.599042 -1.246002) (xy -1.596012 -1.431756) (xy -1.292297 -1.431756) (xy -1.278421 -1.260125) (xy -1.248445 -1.104264) (xy -1.202010 -0.962088) (xy -1.138758 -0.831510) + (xy -1.058330 -0.710447) (xy -0.995706 -0.634788) (xy -0.932497 -0.566171) (xy -0.879683 -0.514741) (xy -0.830448 -0.475315) (xy -0.777976 -0.442711) (xy -0.715454 -0.411748) (xy -0.683886 -0.397694) + (xy -0.630587 -0.376170) (xy -0.584731 -0.363126) (xy -0.535227 -0.356440) (xy -0.470984 -0.353989) (xy -0.454488 -0.353814) (xy -0.378996 -0.356038) (xy -0.297899 -0.362865) (xy -0.226542 -0.372925) + (xy -0.214699 -0.375224) (xy -0.053995 -0.421711) (xy 0.091348 -0.491215) (xy 0.220056 -0.582874) (xy 0.330859 -0.695829) (xy 0.399064 -0.790222) (xy 0.429762 -0.835597) (xy 0.459519 -0.874480) + (xy 0.478087 -0.894715) (xy 0.500109 -0.920812) (xy 0.508000 -0.941001) (xy 0.513209 -0.963454) (xy 0.526790 -1.002735) (xy 0.543592 -1.044968) (xy 0.573683 -1.125664) (xy 0.587657 -1.190669) + (xy 0.585896 -1.247187) (xy 0.568784 -1.302424) (xy 0.558436 -1.324379) (xy 0.525178 -1.377674) (xy 0.491777 -1.408547) (xy 0.484477 -1.412007) (xy 0.445780 -1.430733) (xy 0.409471 -1.453267) + (xy 0.370882 -1.473759) (xy 0.321926 -1.491210) (xy 0.307874 -1.494773) (xy 0.223927 -1.500405) (xy 0.146612 -1.479503) (xy 0.078499 -1.433460) (xy 0.022158 -1.363670) (xy 0.003661 -1.329764) + (xy -0.029009 -1.276799) (xy -0.079042 -1.213133) (xy -0.141011 -1.144712) (xy -0.209489 -1.077482) (xy -0.279049 -1.017388) (xy -0.287676 -1.010575) (xy -0.323566 -0.985772) (xy -0.355009 -0.975733) + (xy -0.396257 -0.976658) (xy -0.409398 -0.978113) (xy -0.478127 -0.991265) (xy -0.520585 -1.011180) (xy -0.536155 -1.037560) (xy -0.536222 -1.039635) (xy -0.546702 -1.066533) (xy -0.558330 -1.078443) + (xy -0.576669 -1.106956) (xy -0.589485 -1.158928) (xy -0.596484 -1.230086) (xy -0.597373 -1.316157) (xy -0.591857 -1.412867) (xy -0.585461 -1.473340) (xy -0.575671 -1.547430) (xy -0.566964 -1.598644) + (xy -0.557925 -1.632221) (xy -0.547136 -1.653395) (xy -0.533179 -1.667405) (xy -0.532894 -1.667622) (xy -0.503331 -1.682011) (xy -0.486534 -1.678974) (xy -0.463144 -1.674526) (xy -0.419711 -1.678874) + (xy -0.362426 -1.690416) (xy -0.297482 -1.707548) (xy -0.231070 -1.728667) (xy -0.169383 -1.752170) (xy -0.126499 -1.772186) (xy -0.029813 -1.835166) (xy 0.067310 -1.920857) (xy 0.160491 -2.024162) + (xy 0.245351 -2.139985) (xy 0.317510 -2.263229) (xy 0.345412 -2.321412) (xy 0.388371 -2.434140) (xy 0.422801 -2.557083) (xy 0.447707 -2.683553) (xy 0.462095 -2.806864) (xy 0.464971 -2.920327) + (xy 0.455341 -3.017255) (xy 0.451524 -3.035360) (xy 0.409906 -3.156741) (xy 0.346509 -3.260184) (xy 0.261367 -3.345658) (xy 0.154514 -3.413132) (xy 0.025986 -3.462575) (xy -0.043661 -3.479950) + (xy -0.174895 -3.494213) (xy -0.305365 -3.481095) (xy -0.435493 -3.440427) (xy -0.565699 -3.372040) (xy -0.696407 -3.275767) (xy -0.804333 -3.175818) (xy -0.899091 -3.062388) (xy -0.984539 -2.922911) + (xy -1.060727 -2.757254) (xy -1.127708 -2.565283) (xy -1.185536 -2.346864) (xy -1.234262 -2.101865) (xy -1.240902 -2.062121) (xy -1.273179 -1.830669) (xy -1.290430 -1.621242) (xy -1.292297 -1.431756) + (xy -1.596012 -1.431756) (xy -1.595776 -1.446195) (xy -1.592511 -1.642147) (xy -1.589293 -1.831200) (xy -1.586171 -2.010697) (xy -1.583192 -2.177981) (xy -1.580402 -2.330397) (xy -1.577850 -2.465286) + (xy -1.575583 -2.579993) (xy -1.573647 -2.671860) (xy -1.572090 -2.738231) (xy -1.572057 -2.739532) (xy -1.563101 -3.087230) (xy -1.194300 -3.231749) (xy -1.073628 -3.279246) (xy -0.976635 -3.318456) + (xy -0.900681 -3.351274) (xy -0.843122 -3.379594) (xy -0.801318 -3.405308) (xy -0.772626 -3.430312) (xy -0.754403 -3.456500) (xy -0.744009 -3.485765) (xy -0.738800 -3.520001) (xy -0.736183 -3.560164) + (xy -0.738076 -3.650111) (xy -0.754819 -3.718643) (xy -0.787594 -3.769037) (xy -0.821123 -3.795527) (xy -0.861026 -3.813084) (xy -0.905281 -3.823010) (xy -0.943337 -3.823760) (xy -0.962700 -3.816263) + (xy -0.978357 -3.808982) (xy -1.016629 -3.794088) (xy -1.073414 -3.773058) (xy -1.144608 -3.747372) (xy -1.226110 -3.718506) (xy -1.313818 -3.687939) (xy -1.403627 -3.657149) (xy -1.416285 -3.652853) + (xy -1.463116 -3.639139) (xy -1.500876 -3.631942) (xy -1.518591 -3.632290) (xy -1.525669 -3.640215) (xy -1.530894 -3.660043) (xy -1.534509 -3.695166) (xy -1.536756 -3.748974) (xy -1.537880 -3.824860) + (xy -1.538133 -3.904807) (xy -1.538903 -4.013394) (xy -1.541841 -4.097585) (xy -1.547918 -4.161179) (xy -1.558106 -4.207978) (xy -1.573378 -4.241780) (xy -1.594703 -4.266387) (xy -1.623055 -4.285599) + (xy -1.637391 -4.293023) (xy -1.658570 -4.302036) (xy -1.682040 -4.307979) (xy -1.712751 -4.311034) (xy -1.755654 -4.311383) (xy -1.815697 -4.309206) (xy -1.897832 -4.304685) (xy -1.919614 -4.303379) + (xy -2.008148 -4.298575) (xy -2.096582 -4.294745) (xy -2.176816 -4.292176) (xy -2.240749 -4.291152) (xy -2.262598 -4.291282) (xy -2.325532 -4.290700) (xy -2.366232 -4.285686) (xy -2.390460 -4.275372) + (xy -2.395196 -4.271296) (xy -2.401379 -4.262608) (xy -2.406001 -4.248458) (xy -2.409100 -4.225786) (xy -2.410719 -4.191530) (xy -2.410896 -4.142630) (xy -2.409674 -4.076024) (xy -2.407091 -3.988650) + (xy -2.403190 -3.877449) (xy -2.401136 -3.822066) (xy -2.397468 -3.715001) (xy -2.394771 -3.617139) (xy -2.393091 -3.532009) (xy -2.392472 -3.463141) (xy -2.392960 -3.414066) (xy -2.394601 -3.388312) + (xy -2.395538 -3.385372) (xy -2.414627 -3.375548) (xy -2.449618 -3.362475) (xy -2.462389 -3.358333) (xy -2.493841 -3.347929) (xy -2.546381 -3.329911) (xy -2.614530 -3.306184) (xy -2.692806 -3.278656) + (xy -2.765778 -3.252778) (xy -2.865543 -3.218514) (xy -2.981675 -3.180635) (xy -3.103219 -3.142597) (xy -3.219218 -3.107854) (xy -3.284898 -3.089107) (xy -3.383071 -3.061649) (xy -3.457021 -3.039618) + (xy -3.509651 -3.020646) (xy -3.543861 -3.002363) (xy -3.562554 -2.982400) (xy -3.568630 -2.958387) (xy -5.976468 -2.958387) (xy -5.922963 -3.017176) (xy -5.604401 -3.331639) (xy -5.270505 -3.627394) + (xy -4.923051 -3.902490) (xy -4.563814 -4.154978) (xy -4.194569 -4.382909) (xy -4.188710 -4.386276) (xy -4.134091 -4.416468) (xy -4.057647 -4.457039) (xy -3.963009 -4.506181) (xy -3.853803 -4.562080) + (xy -3.733660 -4.622926) (xy -3.606206 -4.686907) (xy -3.475073 -4.752213) (xy -3.343887 -4.817031) (xy -3.216277 -4.879550) (xy -3.095873 -4.937960) (xy -2.986303 -4.990448) (xy -2.891196 -5.035204) + (xy -2.857500 -5.050772) (xy -2.403040 -5.253809) (xy -2.212459 -5.333951) (xy 0.558897 -5.333951) (xy 0.589724 -4.871837) (xy 0.595069 -4.791725) (xy 0.602114 -4.686149) (xy 0.610679 -4.557806) + (xy 0.620585 -4.409390) (xy 0.631652 -4.243598) (xy 0.643699 -4.063126) (xy 0.656547 -3.870669) (xy 0.670015 -3.668922) (xy 0.683923 -3.460583) (xy 0.698093 -3.248346) (xy 0.712343 -3.034908) + (xy 0.719006 -2.935111) (xy 0.733128 -2.723379) (xy 0.747161 -2.512510) (xy 0.760936 -2.305101) (xy 0.774281 -2.103746) (xy 0.787025 -1.911042) (xy 0.798996 -1.729585) (xy 0.810025 -1.561970) + (xy 0.819938 -1.410794) (xy 0.828567 -1.278653) (xy 0.835738 -1.168142) (xy 0.841281 -1.081857) (xy 0.843445 -1.047717) (xy 0.851444 -0.922161) (xy 0.858504 -0.821521) (xy 0.865486 -0.742548) + (xy 0.873252 -0.681995) (xy 0.882663 -0.636612) (xy 0.894581 -0.603150) (xy 0.909868 -0.578362) (xy 0.929384 -0.558999) (xy 0.953990 -0.541811) (xy 0.982049 -0.525020) (xy 1.011454 -0.509657) + (xy 1.040765 -0.500475) (xy 1.077867 -0.496317) (xy 1.130647 -0.496024) (xy 1.171658 -0.497173) (xy 1.239124 -0.500482) (xy 1.287005 -0.506257) (xy 1.323932 -0.516350) (xy 1.358536 -0.532614) + (xy 1.371694 -0.540106) (xy 1.417435 -0.572789) (xy 1.451781 -0.613994) (xy 1.477092 -0.659676) (xy 1.516945 -0.740833) (xy 1.529628 -2.992260) (xy 1.530978 -3.242951) (xy 1.532167 -3.486453) + (xy 1.533194 -3.721224) (xy 1.534055 -3.945722) (xy 1.534751 -4.158404) (xy 1.535278 -4.357729) (xy 1.535634 -4.542154) (xy 1.535818 -4.710138) (xy 1.535828 -4.860138) (xy 1.535661 -4.990611) + (xy 1.535316 -5.100016) (xy 1.534791 -5.186811) (xy 1.534084 -5.249454) (xy 1.533193 -5.286402) (xy 1.532527 -5.295843) (xy 1.517415 -5.343636) (xy 1.490211 -5.382238) (xy 1.448474 -5.412454) + (xy 1.389765 -5.435089) (xy 1.311643 -5.450948) (xy 1.211669 -5.460834) (xy 1.087402 -5.465555) (xy 1.016000 -5.466227) (xy 0.892265 -5.464289) (xy 0.793330 -5.457404) (xy 0.716099 -5.444895) + (xy 0.657475 -5.426086) (xy 0.614361 -5.400299) (xy 0.587777 -5.372632) (xy 0.558897 -5.333951) (xy -2.212459 -5.333951) (xy -1.966398 -5.437423) (xy -1.545493 -5.602202) (xy -1.138241 -5.748735) + (xy -0.742562 -5.877610) (xy -0.356372 -5.989416) (xy 0.022411 -6.084740) (xy 0.395869 -6.164171) (xy 0.766083 -6.228297) (xy 1.135137 -6.277707) (xy 1.505113 -6.312989) (xy 1.643945 -6.322662) + (xy 1.768565 -6.328570) (xy 1.918135 -6.332309) (xy 2.089464 -6.333843) (xy 2.279359 -6.333136) (xy 2.413000 -6.331429) (xy 2.784449 -6.320606) (xy 3.132226 -6.300243) (xy 3.459375 -6.269906) + (xy 3.768937 -6.229158) (xy 4.063954 -6.177566) (xy 4.347470 -6.114694) (xy 4.622525 -6.040108) (xy 4.769556 -5.994500) (xy 4.949465 -5.932310) (xy 5.121905 -5.865103) (xy 5.283535 -5.794524) + (xy 5.431014 -5.722219) (xy 5.561000 -5.649834) (xy 5.670154 -5.579014) (xy 5.755134 -5.511406) (xy 5.760714 -5.506254) (xy 5.786694 -5.484450) (xy 5.802697 -5.475647) (xy 5.804216 -5.476140) + (xy 5.806971 -5.490773) (xy 5.813335 -5.531053) (xy 5.822972 -5.594682) (xy 5.835546 -5.679364) (xy 5.850719 -5.782800) (xy 5.868158 -5.902692) (xy 5.887524 -6.036744) (xy 5.908482 -6.182656) + (xy 5.930695 -6.338131) (xy 5.942943 -6.424195) (xy 6.076826 -7.366223) (xy 5.927663 -7.414196) (xy 5.714759 -7.476866) (xy 5.477641 -7.536114) (xy 5.220178 -7.591294) (xy 4.946243 -7.641755) + (xy 4.659705 -7.686850) (xy 4.364437 -7.725930) (xy 4.064307 -7.758346) (xy 3.763189 -7.783450) (xy 3.697111 -7.787932) (xy 3.690884 -7.789229) (xy 3.711795 -7.790496) (xy 3.758760 -7.791728) + (xy 3.830692 -7.792917) (xy 3.926510 -7.794057) (xy 4.045126 -7.795143) (xy 4.185459 -7.796167) (xy 4.346421 -7.797124) (xy 4.526931 -7.798006) (xy 4.725901 -7.798808) (xy 4.942250 -7.799524) + (xy 5.174891 -7.800146) (xy 5.422740 -7.800668) (xy 5.684713 -7.801085) (xy 5.959725 -7.801389) (xy 5.993695 -7.801418) (xy 8.466667 -7.803444) (xy 8.466667 7.817556) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy -3.058583 -7.800979) (xy -2.670244 -7.800791) (xy -2.289441 -7.800584) (xy -1.917124 -7.800360) (xy -1.554242 -7.800120) (xy -1.201746 -7.799865) (xy -0.860586 -7.799596) (xy -0.531711 -7.799315) + (xy -0.216072 -7.799022) (xy 0.085381 -7.798719) (xy 0.371699 -7.798408) (xy 0.641932 -7.798089) (xy 0.895129 -7.797763) (xy 1.130340 -7.797433) (xy 1.346616 -7.797098) (xy 1.543006 -7.796760) + (xy 1.718561 -7.796421) (xy 1.872331 -7.796082) (xy 2.003365 -7.795743) (xy 2.110714 -7.795406) (xy 2.193428 -7.795073) (xy 2.250557 -7.794744) (xy 2.281150 -7.794420) (xy 2.286000 -7.794174) + (xy 2.249770 -7.791720) (xy 2.192025 -7.787835) (xy 2.119409 -7.782963) (xy 2.038566 -7.777552) (xy 1.996722 -7.774756) (xy 1.618883 -7.743022) (xy 1.223924 -7.697489) (xy 0.818770 -7.639142) + (xy 0.410343 -7.568963) (xy 0.062357 -7.500023) (xy -0.466106 -7.374979) (xy -0.996037 -7.222422) (xy -1.526069 -7.042919) (xy -2.054839 -6.837034) (xy -2.580980 -6.605336) (xy -3.103130 -6.348391) + (xy -3.619921 -6.066765) (xy -4.129990 -5.761024) (xy -4.134555 -5.758159) (xy -4.498916 -5.521227) (xy -4.859961 -5.270495) (xy -5.213379 -5.009316) (xy -5.554860 -4.741042) (xy -5.880091 -4.469024) + (xy -6.184764 -4.196615) (xy -6.374075 -4.016694) (xy -6.676371 -3.702259) (xy -6.957651 -3.369927) (xy -7.217240 -3.021129) (xy -7.454463 -2.657295) (xy -7.668648 -2.279854) (xy -7.859119 -1.890236) + (xy -8.025202 -1.489872) (xy -8.166222 -1.080192) (xy -8.281505 -0.662625) (xy -8.370377 -0.238602) (xy -8.432164 0.190447) (xy -8.451220 0.388056) (xy -8.452164 0.385738) (xy -8.453101 0.356249) + (xy -8.454026 0.300638) (xy -8.454938 0.219956) (xy -8.455831 0.115253) (xy -8.456703 -0.012420) (xy -8.457550 -0.162013) (xy -8.458368 -0.332476) (xy -8.459155 -0.522759) (xy -8.459905 -0.731810) + (xy -8.460617 -0.958580) (xy -8.461286 -1.202019) (xy -8.461909 -1.461075) (xy -8.462483 -1.734699) (xy -8.463003 -2.021841) (xy -8.463467 -2.321449) (xy -8.463871 -2.632474) (xy -8.464211 -2.953865) + (xy -8.464483 -3.284571) (xy -8.464685 -3.623544) (xy -8.464692 -3.637139) (xy -8.466666 -7.803444) (xy -3.058583 -7.800979) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 3.785338 -5.198665) (xy 3.834758 -5.193518) (xy 3.877054 -5.182541) (xy 3.922745 -5.163771) (xy 3.929945 -5.160440) (xy 4.030979 -5.099756) (xy 4.114562 -5.021999) (xy 4.178470 -4.931015) + (xy 4.220482 -4.830649) (xy 4.238375 -4.724745) (xy 4.233344 -4.635564) (xy 4.200493 -4.516113) (xy 4.144443 -4.410841) (xy 4.067568 -4.322248) (xy 3.972245 -4.252836) (xy 3.860849 -4.205107) + (xy 3.812833 -4.192755) (xy 3.746196 -4.181106) (xy 3.691973 -4.179418) (xy 3.637028 -4.188426) (xy 3.577167 -4.205940) (xy 3.468157 -4.255730) (xy 3.374732 -4.328690) (xy 3.302053 -4.418408) + (xy 3.249015 -4.524477) (xy 3.222049 -4.634705) (xy 3.220111 -4.745422) (xy 3.242159 -4.852955) (xy 3.287150 -4.953635) (xy 3.307618 -4.981222) (xy 3.541889 -4.981222) (xy 3.541889 -4.430889) + (xy 3.577167 -4.430889) (xy 3.595111 -4.432208) (xy 3.605629 -4.440128) (xy 3.610703 -4.460594) (xy 3.612315 -4.499550) (xy 3.612445 -4.536722) (xy 3.612445 -4.642556) (xy 3.660831 -4.642556) + (xy 3.685257 -4.640758) (xy 3.704909 -4.632216) (xy 3.724893 -4.612207) (xy 3.750311 -4.576007) (xy 3.775181 -4.536722) (xy 3.807388 -4.486060) (xy 3.830363 -4.454846) (xy 3.849478 -4.438380) + (xy 3.870105 -4.431962) (xy 3.896127 -4.430889) (xy 3.930938 -4.433491) (xy 3.949927 -4.439973) (xy 3.951111 -4.442333) (xy 3.942515 -4.457477) (xy 3.919497 -4.488417) (xy 3.886212 -4.529702) + (xy 3.867913 -4.551469) (xy 3.784715 -4.649162) (xy 3.824404 -4.665850) (xy 3.878140 -4.696300) (xy 3.909226 -4.736191) (xy 3.921964 -4.792210) (xy 3.922889 -4.818944) (xy 3.917327 -4.878271) + (xy 3.898595 -4.922058) (xy 3.863626 -4.952258) (xy 3.809349 -4.970824) (xy 3.732698 -4.979711) (xy 3.667970 -4.981222) (xy 3.541889 -4.981222) (xy 3.307618 -4.981222) (xy 3.354040 -5.043790) + (xy 3.441788 -5.119749) (xy 3.513196 -5.161597) (xy 3.556584 -5.180923) (xy 3.596406 -5.192504) (xy 3.642678 -5.198211) (xy 3.705417 -5.199917) (xy 3.718278 -5.199944) (xy 3.785338 -5.198665) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 3.740402 0.943480) (xy 3.747739 0.953785) (xy 3.753630 0.966865) (xy 3.758231 0.985703) (xy 3.761700 1.013283) (xy 3.764195 1.052590) (xy 3.765873 1.106609) (xy 3.766891 1.178322) + (xy 3.767408 1.270715) (xy 3.767580 1.386771) (xy 3.767585 1.458535) (xy 3.767168 1.576621) (xy 3.766021 1.689306) (xy 3.764242 1.792555) (xy 3.761928 1.882333) (xy 3.759176 1.954603) + (xy 3.756085 2.005330) (xy 3.753922 2.024944) (xy 3.739842 2.080674) (xy 3.715276 2.147848) (xy 3.683915 2.218737) (xy 3.649446 2.285612) (xy 3.615561 2.340744) (xy 3.586320 2.376071) + (xy 3.554165 2.406364) (xy 3.529876 2.430983) (xy 3.481507 2.481928) (xy 3.444654 2.517531) (xy 3.412570 2.543971) (xy 3.386667 2.562104) (xy 3.331699 2.592816) (xy 3.287981 2.606003) + (xy 3.259132 2.600917) (xy 3.250958 2.590170) (xy 3.247131 2.564372) (xy 3.245132 2.515156) (xy 3.244787 2.447256) (xy 3.245919 2.365403) (xy 3.248350 2.274331) (xy 3.251907 2.178773) + (xy 3.256411 2.083462) (xy 3.261687 1.993130) (xy 3.267558 1.912512) (xy 3.273849 1.846339) (xy 3.280382 1.799344) (xy 3.280415 1.799167) (xy 3.326518 1.593070) (xy 3.384493 1.408557) + (xy 3.453821 1.246791) (xy 3.533988 1.108936) (xy 3.624475 0.996155) (xy 3.646920 0.973667) (xy 3.713137 0.910167) (xy 3.740402 0.943480) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 5.950832 -0.108548) (xy 5.990470 -0.082473) (xy 5.997640 -0.074083) (xy 6.012234 -0.053140) (xy 6.020512 -0.031116) (xy 6.023400 -0.000716) (xy 6.021826 0.045357) (xy 6.018568 0.090797) + (xy 5.994953 0.247179) (xy 5.949045 0.387332) (xy 5.879870 0.513523) (xy 5.788241 0.626162) (xy 5.747176 0.664833) (xy 5.697601 0.705671) (xy 5.645598 0.744348) (xy 5.597248 0.776537) + (xy 5.558631 0.797907) (xy 5.537933 0.804333) (xy 5.518349 0.792947) (xy 5.511899 0.782012) (xy 5.507335 0.756503) (xy 5.504267 0.713213) (xy 5.503432 0.672651) (xy 5.511614 0.571270) + (xy 5.534368 0.461495) (xy 5.569335 0.348529) (xy 5.614153 0.237578) (xy 5.666463 0.133846) (xy 5.723904 0.042537) (xy 5.784116 -0.031144) (xy 5.844739 -0.081992) (xy 5.846056 -0.082813) + (xy 5.903286 -0.108628) (xy 5.950832 -0.108548) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy -0.045813 -2.921426) (xy -0.024497 -2.880847) (xy -0.009619 -2.814088) (xy -0.004270 -2.766284) (xy -0.001895 -2.717228) (xy -0.004963 -2.673459) (xy -0.015035 -2.625462) (xy -0.033673 -2.563719) + (xy -0.041279 -2.540765) (xy -0.103875 -2.386905) (xy -0.180923 -2.256515) (xy -0.273357 -2.148291) (xy -0.382108 -2.060931) (xy -0.386715 -2.057915) (xy -0.429632 -2.031038) (xy -0.463523 -2.011662) + (xy -0.481355 -2.003797) (xy -0.481696 -2.003778) (xy -0.493295 -2.015760) (xy -0.502573 -2.040521) (xy -0.508953 -2.096691) (xy -0.506531 -2.171537) (xy -0.496269 -2.257255) (xy -0.479126 -2.346041) + (xy -0.456065 -2.430091) (xy -0.453733 -2.437151) (xy -0.402112 -2.573390) (xy -0.345580 -2.690439) (xy -0.285415 -2.786625) (xy -0.222894 -2.860276) (xy -0.159294 -2.909720) (xy -0.095894 -2.933285) + (xy -0.073274 -2.935111) (xy -0.045813 -2.921426) )(layer F.SilkS) (width 0.010000) + ) + (fp_poly (pts (xy 3.756222 -4.902438) (xy 3.805510 -4.878984) (xy 3.833175 -4.842154) (xy 3.838222 -4.813052) (xy 3.827101 -4.768900) (xy 3.793000 -4.738217) (xy 3.734814 -4.720245) (xy 3.696582 -4.715805) + (xy 3.612445 -4.709719) (xy 3.612445 -4.910667) (xy 3.688153 -4.910667) (xy 3.756222 -4.902438) )(layer F.SilkS) (width 0.010000) + ) +) diff --git a/kicad/Output/v1.0/SFD800-B_Cu.gbr b/kicad/Output/v1.0/SFD800-B_Cu.gbr new file mode 100644 index 0000000..2bbc7ae --- /dev/null +++ b/kicad/Output/v1.0/SFD800-B_Cu.gbr @@ -0,0 +1,13135 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Copper,L2,Bot* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.750000*% +%ADD11C,0.200000*% +%ADD12C,3.050000*% +%ADD13R,1.520000X1.520000*% +%ADD14C,1.520000*% +%ADD15R,1.500000X13.000000*% +%ADD16C,1.500000*% +%ADD17O,1.600000X1.600000*% +%ADD18R,1.600000X1.600000*% +%ADD19O,1.400000X1.400000*% +%ADD20C,1.400000*% +%ADD21C,1.600000*% +%ADD22C,0.800000*% +%ADD23C,0.812800*% +%ADD24C,0.500000*% +%ADD25C,0.250000*% +%ADD26C,0.254000*% +G04 APERTURE END LIST* +D10* +X192417142Y-51140476D02* +X192417142Y-55140476D01* +X194131428Y-51140476D02* +X192845714Y-53426190D01* +X194131428Y-55140476D02* +X192417142Y-52854761D01* +X197845714Y-51140476D02* +X197702857Y-51140476D01* +X197417142Y-51330952D01* +X196988571Y-51902380D01* +X196274285Y-53045238D01* +X195988571Y-53616666D01* +X195845714Y-54188095D01* +X195845714Y-54569047D01* +X195988571Y-54950000D01* +X196274285Y-55140476D01* +X196417142Y-55140476D01* +X196702857Y-54950000D01* +X196845714Y-54569047D01* +X196845714Y-54378571D01* +X196702857Y-53997619D01* +X196560000Y-53807142D01* +X195702857Y-53045238D01* +X195560000Y-52854761D01* +X195417142Y-52473809D01* +X195417142Y-51902380D01* +X195560000Y-51521428D01* +X195702857Y-51330952D01* +X195988571Y-51140476D01* +X196417142Y-51140476D01* +X196702857Y-51330952D01* +X196845714Y-51521428D01* +X197274285Y-52283333D01* +X197417142Y-52854761D01* +X197417142Y-53235714D01* +X199131428Y-51140476D02* +X199131428Y-55140476D01* +X200274285Y-55140476D01* +X200560000Y-54950000D01* +X200702857Y-54759523D01* +X200845714Y-54378571D01* +X200845714Y-53807142D01* +X200702857Y-53426190D01* +X200560000Y-53235714D01* +X200274285Y-53045238D01* +X199131428Y-53045238D01* +X192267142Y-45070952D02* +X192810000Y-44880476D01* +X193714761Y-44880476D01* +X194076666Y-45070952D01* +X194257619Y-45261428D01* +X194438571Y-45642380D01* +X194438571Y-46023333D01* +X194257619Y-46404285D01* +X194076666Y-46594761D01* +X193714761Y-46785238D01* +X192990952Y-46975714D01* +X192629047Y-47166190D01* +X192448095Y-47356666D01* +X192267142Y-47737619D01* +X192267142Y-48118571D01* +X192448095Y-48499523D01* +X192629047Y-48690000D01* +X192990952Y-48880476D01* +X193895714Y-48880476D01* +X194438571Y-48690000D01* +X197333809Y-46975714D02* +X196067142Y-46975714D01* +X196067142Y-44880476D02* +X196067142Y-48880476D01* +X197876666Y-48880476D01* +X199324285Y-44880476D02* +X199324285Y-48880476D01* +X200229047Y-48880476D01* +X200771904Y-48690000D01* +X201133809Y-48309047D01* +X201314761Y-47928095D01* +X201495714Y-47166190D01* +X201495714Y-46594761D01* +X201314761Y-45832857D01* +X201133809Y-45451904D01* +X200771904Y-45070952D01* +X200229047Y-44880476D01* +X199324285Y-44880476D01* +X203667142Y-47166190D02* +X203305238Y-47356666D01* +X203124285Y-47547142D01* +X202943333Y-47928095D01* +X202943333Y-48118571D01* +X203124285Y-48499523D01* +X203305238Y-48690000D01* +X203667142Y-48880476D01* +X204390952Y-48880476D01* +X204752857Y-48690000D01* +X204933809Y-48499523D01* +X205114761Y-48118571D01* +X205114761Y-47928095D01* +X204933809Y-47547142D01* +X204752857Y-47356666D01* +X204390952Y-47166190D01* +X203667142Y-47166190D01* +X203305238Y-46975714D01* +X203124285Y-46785238D01* +X202943333Y-46404285D01* +X202943333Y-45642380D01* +X203124285Y-45261428D01* +X203305238Y-45070952D01* +X203667142Y-44880476D01* +X204390952Y-44880476D01* +X204752857Y-45070952D01* +X204933809Y-45261428D01* +X205114761Y-45642380D01* +X205114761Y-46404285D01* +X204933809Y-46785238D01* +X204752857Y-46975714D01* +X204390952Y-47166190D01* +X207467142Y-48880476D02* +X207829047Y-48880476D01* +X208190952Y-48690000D01* +X208371904Y-48499523D01* +X208552857Y-48118571D01* +X208733809Y-47356666D01* +X208733809Y-46404285D01* +X208552857Y-45642380D01* +X208371904Y-45261428D01* +X208190952Y-45070952D01* +X207829047Y-44880476D01* +X207467142Y-44880476D01* +X207105238Y-45070952D01* +X206924285Y-45261428D01* +X206743333Y-45642380D01* +X206562380Y-46404285D01* +X206562380Y-47356666D01* +X206743333Y-48118571D01* +X206924285Y-48499523D01* +X207105238Y-48690000D01* +X207467142Y-48880476D01* +X211086190Y-48880476D02* +X211448095Y-48880476D01* +X211810000Y-48690000D01* +X211990952Y-48499523D01* +X212171904Y-48118571D01* +X212352857Y-47356666D01* +X212352857Y-46404285D01* +X212171904Y-45642380D01* +X211990952Y-45261428D01* +X211810000Y-45070952D01* +X211448095Y-44880476D01* +X211086190Y-44880476D01* +X210724285Y-45070952D01* +X210543333Y-45261428D01* +X210362380Y-45642380D01* +X210181428Y-46404285D01* +X210181428Y-47356666D01* +X210362380Y-48118571D01* +X210543333Y-48499523D01* +X210724285Y-48690000D01* +X211086190Y-48880476D01* +D11* +X194814761Y-42585238D02* +X194719523Y-42537619D01* +X194529047Y-42537619D01* +X194433809Y-42585238D01* +X194386190Y-42680476D01* +X194386190Y-43061428D01* +X194433809Y-43156666D01* +X194529047Y-43204285D01* +X194719523Y-43204285D01* +X194814761Y-43156666D01* +X194862380Y-43061428D01* +X194862380Y-42966190D01* +X194386190Y-42870952D01* +X195290952Y-43204285D02* +X195290952Y-42537619D01* +X195290952Y-43109047D02* +X195338571Y-43156666D01* +X195433809Y-43204285D01* +X195576666Y-43204285D01* +X195671904Y-43156666D01* +X195719523Y-43061428D01* +X195719523Y-42537619D01* +X196624285Y-43204285D02* +X196624285Y-42394761D01* +X196576666Y-42299523D01* +X196529047Y-42251904D01* +X196433809Y-42204285D01* +X196290952Y-42204285D01* +X196195714Y-42251904D01* +X196624285Y-42585238D02* +X196529047Y-42537619D01* +X196338571Y-42537619D01* +X196243333Y-42585238D01* +X196195714Y-42632857D01* +X196148095Y-42728095D01* +X196148095Y-43013809D01* +X196195714Y-43109047D01* +X196243333Y-43156666D01* +X196338571Y-43204285D01* +X196529047Y-43204285D01* +X196624285Y-43156666D01* +X197100476Y-42537619D02* +X197100476Y-43204285D01* +X197100476Y-43537619D02* +X197052857Y-43490000D01* +X197100476Y-43442380D01* +X197148095Y-43490000D01* +X197100476Y-43537619D01* +X197100476Y-43442380D01* +X197576666Y-43204285D02* +X197576666Y-42537619D01* +X197576666Y-43109047D02* +X197624285Y-43156666D01* +X197719523Y-43204285D01* +X197862380Y-43204285D01* +X197957619Y-43156666D01* +X198005238Y-43061428D01* +X198005238Y-42537619D01* +X198862380Y-42585238D02* +X198767142Y-42537619D01* +X198576666Y-42537619D01* +X198481428Y-42585238D01* +X198433809Y-42680476D01* +X198433809Y-43061428D01* +X198481428Y-43156666D01* +X198576666Y-43204285D01* +X198767142Y-43204285D01* +X198862380Y-43156666D01* +X198910000Y-43061428D01* +X198910000Y-42966190D01* +X198433809Y-42870952D01* +X199719523Y-42585238D02* +X199624285Y-42537619D01* +X199433809Y-42537619D01* +X199338571Y-42585238D01* +X199290952Y-42680476D01* +X199290952Y-43061428D01* +X199338571Y-43156666D01* +X199433809Y-43204285D01* +X199624285Y-43204285D01* +X199719523Y-43156666D01* +X199767142Y-43061428D01* +X199767142Y-42966190D01* +X199290952Y-42870952D01* +X200195714Y-42537619D02* +X200195714Y-43204285D01* +X200195714Y-43013809D02* +X200243333Y-43109047D01* +X200290952Y-43156666D01* +X200386190Y-43204285D01* +X200481428Y-43204285D01* +X200767142Y-42585238D02* +X200862380Y-42537619D01* +X201052857Y-42537619D01* +X201148095Y-42585238D01* +X201195714Y-42680476D01* +X201195714Y-42728095D01* +X201148095Y-42823333D01* +X201052857Y-42870952D01* +X200910000Y-42870952D01* +X200814761Y-42918571D01* +X200767142Y-43013809D01* +X200767142Y-43061428D01* +X200814761Y-43156666D01* +X200910000Y-43204285D01* +X201052857Y-43204285D01* +X201148095Y-43156666D01* +X202243333Y-43013809D02* +X202195714Y-43061428D01* +X202100476Y-43109047D01* +X202005238Y-43109047D01* +X201910000Y-43061428D01* +X201862380Y-43013809D01* +X201814761Y-42918571D01* +X201814761Y-42823333D01* +X201862380Y-42728095D01* +X201910000Y-42680476D01* +X202005238Y-42632857D01* +X202100476Y-42632857D01* +X202195714Y-42680476D01* +X202243333Y-42728095D01* +X202243333Y-43109047D02* +X202243333Y-42728095D01* +X202290952Y-42680476D01* +X202338571Y-42680476D01* +X202433809Y-42728095D01* +X202481428Y-42823333D01* +X202481428Y-43061428D01* +X202386190Y-43204285D01* +X202243333Y-43299523D01* +X202052857Y-43347142D01* +X201862380Y-43299523D01* +X201719523Y-43204285D01* +X201624285Y-43061428D01* +X201576666Y-42870952D01* +X201624285Y-42680476D01* +X201719523Y-42537619D01* +X201862380Y-42442380D01* +X202052857Y-42394761D01* +X202243333Y-42442380D01* +X202386190Y-42537619D01* +X202814761Y-43204285D02* +X203005238Y-42537619D01* +X203195714Y-43013809D01* +X203386190Y-42537619D01* +X203576666Y-43204285D01* +X204100476Y-42537619D02* +X204005238Y-42585238D01* +X203957619Y-42632857D01* +X203910000Y-42728095D01* +X203910000Y-43013809D01* +X203957619Y-43109047D01* +X204005238Y-43156666D01* +X204100476Y-43204285D01* +X204243333Y-43204285D01* +X204338571Y-43156666D01* +X204386190Y-43109047D01* +X204433809Y-43013809D01* +X204433809Y-42728095D01* +X204386190Y-42632857D01* +X204338571Y-42585238D01* +X204243333Y-42537619D01* +X204100476Y-42537619D01* +X204862380Y-42537619D02* +X204862380Y-43204285D01* +X204862380Y-43013809D02* +X204910000Y-43109047D01* +X204957619Y-43156666D01* +X205052857Y-43204285D01* +X205148095Y-43204285D01* +X205481428Y-42537619D02* +X205481428Y-43537619D01* +X205576666Y-42918571D02* +X205862380Y-42537619D01* +X205862380Y-43204285D02* +X205481428Y-42823333D01* +X207005238Y-43442380D02* +X207052857Y-43490000D01* +X207148095Y-43537619D01* +X207386190Y-43537619D01* +X207481428Y-43490000D01* +X207529047Y-43442380D01* +X207576666Y-43347142D01* +X207576666Y-43251904D01* +X207529047Y-43109047D01* +X206957619Y-42537619D01* +X207576666Y-42537619D01* +X208195714Y-43537619D02* +X208290952Y-43537619D01* +X208386190Y-43490000D01* +X208433809Y-43442380D01* +X208481428Y-43347142D01* +X208529047Y-43156666D01* +X208529047Y-42918571D01* +X208481428Y-42728095D01* +X208433809Y-42632857D01* +X208386190Y-42585238D01* +X208290952Y-42537619D01* +X208195714Y-42537619D01* +X208100476Y-42585238D01* +X208052857Y-42632857D01* +X208005238Y-42728095D01* +X207957619Y-42918571D01* +X207957619Y-43156666D01* +X208005238Y-43347142D01* +X208052857Y-43442380D01* +X208100476Y-43490000D01* +X208195714Y-43537619D01* +X208910000Y-43442380D02* +X208957619Y-43490000D01* +X209052857Y-43537619D01* +X209290952Y-43537619D01* +X209386190Y-43490000D01* +X209433809Y-43442380D01* +X209481428Y-43347142D01* +X209481428Y-43251904D01* +X209433809Y-43109047D01* +X208862380Y-42537619D01* +X209481428Y-42537619D01* +X210433809Y-42537619D02* +X209862380Y-42537619D01* +X210148095Y-42537619D02* +X210148095Y-43537619D01* +X210052857Y-43394761D01* +X209957619Y-43299523D01* +X209862380Y-43251904D01* +D12* +X131160000Y-60220000D03* +X183480000Y-60220000D03* +D13* +X177640000Y-59460000D03* +D14* +X177640000Y-62000000D03* +X175100000Y-59460000D03* +X175100000Y-62000000D03* +X172560000Y-59460000D03* +X172560000Y-62000000D03* +X170020000Y-59460000D03* +X170020000Y-62000000D03* +X167480000Y-59460000D03* +X167480000Y-62000000D03* +X164940000Y-59460000D03* +X164940000Y-62000000D03* +X162400000Y-59460000D03* +X162400000Y-62000000D03* +X159860000Y-59460000D03* +X159860000Y-62000000D03* +X157320000Y-59460000D03* +X157320000Y-62000000D03* +X154780000Y-59460000D03* +X154780000Y-62000000D03* +X152240000Y-59460000D03* +X152240000Y-62000000D03* +X149700000Y-59460000D03* +X149700000Y-62000000D03* +X147160000Y-59460000D03* +X147160000Y-62000000D03* +X144620000Y-59460000D03* +X144620000Y-62000000D03* +X142080000Y-59460000D03* +X142080000Y-62000000D03* +X139540000Y-59460000D03* +X139540000Y-62000000D03* +X137000000Y-59460000D03* +X137000000Y-62000000D03* +D15* +X138670000Y-138153200D03* +X141210000Y-138153200D03* +X136130000Y-138153200D03* +X143750000Y-138153200D03* +X174230000Y-138153200D03* +X171690000Y-138153200D03* +X169150000Y-138153200D03* +X166610000Y-138153200D03* +X164070000Y-138153200D03* +X161530000Y-138153200D03* +X158990000Y-138153200D03* +X156450000Y-138153200D03* +X153910000Y-138153200D03* +X151370000Y-138153200D03* +X148830000Y-138153200D03* +X146290000Y-138153200D03* +X189470000Y-138153200D03* +X186930000Y-138153200D03* +X184390000Y-138153200D03* +X181850000Y-138153200D03* +X179310000Y-138153200D03* +X176770000Y-138153200D03* +D16* +X105600000Y-52600000D03* +X105600000Y-57500000D03* +D17* +X185000000Y-69830000D03* +X202780000Y-77450000D03* +X187540000Y-69830000D03* +X200240000Y-77450000D03* +X190080000Y-69830000D03* +X197700000Y-77450000D03* +X192620000Y-69830000D03* +X195160000Y-77450000D03* +X195160000Y-69830000D03* +X192620000Y-77450000D03* +X197700000Y-69830000D03* +X190080000Y-77450000D03* +X200240000Y-69830000D03* +X187540000Y-77450000D03* +X202780000Y-69830000D03* +D18* +X185000000Y-77450000D03* +D17* +X185160000Y-92970000D03* +X202940000Y-100590000D03* +X187700000Y-92970000D03* +X200400000Y-100590000D03* +X190240000Y-92970000D03* +X197860000Y-100590000D03* +X192780000Y-92970000D03* +X195320000Y-100590000D03* +X195320000Y-92970000D03* +X192780000Y-100590000D03* +X197860000Y-92970000D03* +X190240000Y-100590000D03* +X200400000Y-92970000D03* +X187700000Y-100590000D03* +X202940000Y-92970000D03* +D18* +X185160000Y-100590000D03* +D17* +X141000000Y-88760000D03* +X174020000Y-104000000D03* +X143540000Y-88760000D03* +X171480000Y-104000000D03* +X146080000Y-88760000D03* +X168940000Y-104000000D03* +X148620000Y-88760000D03* +X166400000Y-104000000D03* +X151160000Y-88760000D03* +X163860000Y-104000000D03* +X153700000Y-88760000D03* +X161320000Y-104000000D03* +X156240000Y-88760000D03* +X158780000Y-104000000D03* +X158780000Y-88760000D03* +X156240000Y-104000000D03* +X161320000Y-88760000D03* +X153700000Y-104000000D03* +X163860000Y-88760000D03* +X151160000Y-104000000D03* +X166400000Y-88760000D03* +X148620000Y-104000000D03* +X168940000Y-88760000D03* +X146080000Y-104000000D03* +X171480000Y-88760000D03* +X143540000Y-104000000D03* +X174020000Y-88760000D03* +D18* +X141000000Y-104000000D03* +D17* +X187000000Y-116380000D03* +X202240000Y-124000000D03* +X189540000Y-116380000D03* +X199700000Y-124000000D03* +X192080000Y-116380000D03* +X197160000Y-124000000D03* +X194620000Y-116380000D03* +X194620000Y-124000000D03* +X197160000Y-116380000D03* +X192080000Y-124000000D03* +X199700000Y-116380000D03* +X189540000Y-124000000D03* +X202240000Y-116380000D03* +D18* +X187000000Y-124000000D03* +D17* +X165000000Y-116380000D03* +X180240000Y-124000000D03* +X167540000Y-116380000D03* +X177700000Y-124000000D03* +X170080000Y-116380000D03* +X175160000Y-124000000D03* +X172620000Y-116380000D03* +X172620000Y-124000000D03* +X175160000Y-116380000D03* +X170080000Y-124000000D03* +X177700000Y-116380000D03* +X167540000Y-124000000D03* +X180240000Y-116380000D03* +D18* +X165000000Y-124000000D03* +D17* +X113800000Y-85630000D03* +X129040000Y-93250000D03* +X116340000Y-85630000D03* +X126500000Y-93250000D03* +X118880000Y-85630000D03* +X123960000Y-93250000D03* +X121420000Y-85630000D03* +X121420000Y-93250000D03* +X123960000Y-85630000D03* +X118880000Y-93250000D03* +X126500000Y-85630000D03* +X116340000Y-93250000D03* +X129040000Y-85630000D03* +D18* +X113800000Y-93250000D03* +D17* +X137000000Y-69830000D03* +X152240000Y-77450000D03* +X139540000Y-69830000D03* +X149700000Y-77450000D03* +X142080000Y-69830000D03* +X147160000Y-77450000D03* +X144620000Y-69830000D03* +X144620000Y-77450000D03* +X147160000Y-69830000D03* +X142080000Y-77450000D03* +X149700000Y-69830000D03* +X139540000Y-77450000D03* +X152240000Y-69830000D03* +D18* +X137000000Y-77450000D03* +D17* +X113800000Y-101380000D03* +X129040000Y-109000000D03* +X116340000Y-101380000D03* +X126500000Y-109000000D03* +X118880000Y-101380000D03* +X123960000Y-109000000D03* +X121420000Y-101380000D03* +X121420000Y-109000000D03* +X123960000Y-101380000D03* +X118880000Y-109000000D03* +X126500000Y-101380000D03* +X116340000Y-109000000D03* +X129040000Y-101380000D03* +D18* +X113800000Y-109000000D03* +D17* +X135000000Y-116380000D03* +X157860000Y-124000000D03* +X137540000Y-116380000D03* +X155320000Y-124000000D03* +X140080000Y-116380000D03* +X152780000Y-124000000D03* +X142620000Y-116380000D03* +X150240000Y-124000000D03* +X145160000Y-116380000D03* +X147700000Y-124000000D03* +X147700000Y-116380000D03* +X145160000Y-124000000D03* +X150240000Y-116380000D03* +X142620000Y-124000000D03* +X152780000Y-116380000D03* +X140080000Y-124000000D03* +X155320000Y-116380000D03* +X137540000Y-124000000D03* +X157860000Y-116380000D03* +D18* +X135000000Y-124000000D03* +D17* +X113800000Y-69830000D03* +X129040000Y-77450000D03* +X116340000Y-69830000D03* +X126500000Y-77450000D03* +X118880000Y-69830000D03* +X123960000Y-77450000D03* +X121420000Y-69830000D03* +X121420000Y-77450000D03* +X123960000Y-69830000D03* +X118880000Y-77450000D03* +X126500000Y-69830000D03* +X116340000Y-77450000D03* +X129040000Y-69830000D03* +D18* +X113800000Y-77450000D03* +D17* +X160250000Y-69830000D03* +X175490000Y-77450000D03* +X162790000Y-69830000D03* +X172950000Y-77450000D03* +X165330000Y-69830000D03* +X170410000Y-77450000D03* +X167870000Y-69830000D03* +X167870000Y-77450000D03* +X170410000Y-69830000D03* +X165330000Y-77450000D03* +X172950000Y-69830000D03* +X162790000Y-77450000D03* +X175490000Y-69830000D03* +D18* +X160250000Y-77450000D03* +D17* +X148970000Y-65810000D03* +X146430000Y-65810000D03* +X143890000Y-65810000D03* +X141350000Y-65810000D03* +X138810000Y-65810000D03* +D18* +X136270000Y-65810000D03* +D19* +X114790000Y-65110000D03* +D20* +X109710000Y-65110000D03* +D19* +X114810000Y-62670000D03* +D20* +X109730000Y-62670000D03* +D21* +X122360000Y-65140000D03* +X119860000Y-65140000D03* +X128510000Y-65120000D03* +X126010000Y-65120000D03* +X132790000Y-113230000D03* +X130290000Y-113230000D03* +X179140000Y-72620000D03* +X179140000Y-75120000D03* +X178090000Y-102120000D03* +X178090000Y-99620000D03* +X192970000Y-126910000D03* +X190470000Y-126910000D03* +X192990000Y-129970000D03* +X190490000Y-129970000D03* +X110540000Y-67930000D03* +X108040000Y-67930000D03* +X128800000Y-81660000D03* +X126300000Y-81660000D03* +X127180000Y-97210000D03* +X129680000Y-97210000D03* +D22* +X189440000Y-133900000D03* +X189440000Y-133020000D03* +X189480000Y-132130000D03* +X179310000Y-125950000D03* +X136230000Y-132130000D03* +X136200000Y-133850000D03* +X136210000Y-132990000D03* +X168490600Y-130584000D03* +X164971400Y-128189100D03* +X162499100Y-128833500D03* +X147560000Y-130584000D03* +X178268800Y-130907100D03* +X184254800Y-127952400D03* +X184794400Y-118729900D03* +X182984500Y-129157700D03* +X174492900Y-101136900D03* +X180789900Y-100135400D03* +X135791300Y-91086400D03* +X139990900Y-87532300D03* +X135048000Y-91845800D03* +X135285700Y-93392800D03* +X155994800Y-60553600D03* +X113390700Y-104099000D03* +X131605300Y-83128800D03* +X131605600Y-84631400D03* +X115864300Y-104694700D03* +X130182000Y-83824800D03* +X127124500Y-95145800D03* +X154861900Y-90070900D03* +X157384700Y-105777400D03* +X128238400Y-90860200D03* +X137334400Y-88704000D03* +X156253100Y-111592300D03* +X167153700Y-112146300D03* +X188620700Y-115166800D03* +X190314000Y-119094100D03* +D23* +X189480000Y-133020000D02* +X189480000Y-132130000D01* +X189480000Y-133860000D02* +X189480000Y-133020000D01* +D24* +X189440000Y-133020000D02* +X189480000Y-133020000D01* +X189470000Y-138153000D02* +X189470000Y-138153200D01* +D23* +X185000000Y-114380000D02* +X184700000Y-114380000D01* +X185820000Y-114380000D02* +X185000000Y-114380000D01* +X185820000Y-114380000D02* +X185400000Y-113960000D01* +X187000000Y-116380000D02* +X187000000Y-115560000D01* +X187000000Y-115560000D02* +X185820000Y-114380000D01* +X166900000Y-114480000D02* +X165000000Y-116380000D01* +X163080000Y-114460000D02* +X166920000Y-114460000D01* +X166920000Y-114460000D02* +X166900000Y-114480000D01* +X166900000Y-114480000D02* +X166190000Y-114480000D01* +X166190000Y-114480000D02* +X166040000Y-114630000D01* +X162900000Y-114460000D02* +X163080000Y-114460000D01* +X162390000Y-67690000D02* +X140410000Y-67690000D01* +X185000000Y-69830000D02* +X182860000Y-67690000D01* +X182860000Y-67690000D02* +X162390000Y-67690000D01* +X161656400Y-68423600D02* +X182264000Y-68423600D01* +X158844000Y-68423600D02* +X161656400Y-68423600D01* +X162390000Y-67690000D02* +X161656400Y-68423600D01* +X137000000Y-76380000D02* +X137000000Y-77450000D01* +X137000000Y-69830000D02* +X137000000Y-76380000D01* +X158354000Y-68423600D02* +X158844000Y-68423600D01* +X139750000Y-68350000D02* +X141620000Y-68350000D01* +X141620000Y-68350000D02* +X141694000Y-68423600D01* +X141694000Y-68423600D02* +X158354000Y-68423600D01* +X138480000Y-68350000D02* +X139750000Y-68350000D01* +X140410000Y-67690000D02* +X139750000Y-68350000D01* +X138480000Y-68350000D02* +X137000000Y-69830000D01* +X123960000Y-85630000D02* +X123960000Y-84830000D01* +X189480000Y-133860000D02* +X190490000Y-132850000D01* +X190490000Y-132850000D02* +X190490000Y-129970000D01* +X189440000Y-133900000D02* +X189480000Y-133860000D01* +X189440000Y-133900000D02* +X189480000Y-133860000D01* +X123960000Y-85630000D02* +X123960000Y-84830000D01* +X123960000Y-84830000D02* +X126300000Y-82490000D01* +X126300000Y-82490000D02* +X126300000Y-81660000D01* +X123960000Y-84830000D02* +X123960000Y-82410000D01* +X123960000Y-82410000D02* +X124710000Y-81660000D01* +X124710000Y-81660000D02* +X126300000Y-81660000D01* +X160250000Y-69830000D02* +X158844000Y-68423600D01* +X158844000Y-68423600D02* +X158354000Y-68423600D01* +X139540000Y-69830000D02* +X139540000Y-72370000D01* +X137000000Y-76380000D02* +X137730000Y-75650000D01* +X137730000Y-75650000D02* +X142590000Y-75650000D01* +X142590000Y-75650000D02* +X142705000Y-75535000D01* +X142705000Y-75535000D02* +X144620000Y-77450000D01* +X189770000Y-132090000D02* +X189770000Y-127610000D01* +X189770000Y-127610000D02* +X190470000Y-126910000D01* +X190490000Y-129970000D02* +X190490000Y-126930000D01* +X190490000Y-126930000D02* +X190470000Y-126910000D01* +X136270000Y-69100000D02* +X134930000Y-67760000D01* +X134930000Y-67760000D02* +X115870000Y-67760000D01* +X136270000Y-65810000D02* +X134657000Y-65810000D01* +X134657000Y-65810000D02* +X133607000Y-66860000D01* +X111610000Y-66860000D02* +X110540000Y-67930000D01* +X136270000Y-69100000D02* +X137000000Y-69830000D01* +X139120000Y-67670000D02* +X138130000Y-67670000D01* +X138130000Y-67670000D02* +X136270000Y-65810000D01* +X139120000Y-67670000D02* +X139120000Y-67710000D01* +X139120000Y-67710000D02* +X138480000Y-68350000D01* +X140410000Y-67690000D02* +X139140000Y-67690000D01* +X139140000Y-67690000D02* +X139120000Y-67670000D01* +X139750000Y-68350000D02* +X139540000Y-68560000D01* +X139540000Y-68560000D02* +X139540000Y-69830000D01* +X184700000Y-114380000D02* +X184600000Y-114480000D01* +X184600000Y-114480000D02* +X166900000Y-114480000D01* +X162900000Y-114460000D02* +X136920000Y-114460000D01* +X136920000Y-114460000D02* +X135000000Y-116380000D01* +X165000000Y-116380000D02* +X163080000Y-114460000D01* +X163080000Y-114460000D02* +X162900000Y-114460000D01* +X184700000Y-114380000D02* +X185000000Y-114380000D01* +X185000000Y-114380000D02* +X187000000Y-116380000D01* +X132790000Y-113230000D02* +X133921000Y-113230000D01* +X133921000Y-113230000D02* +X133971000Y-113180000D01* +X184660000Y-113180000D02* +X185860000Y-114380000D01* +X185860000Y-114380000D02* +X185820000Y-114380000D01* +X135000000Y-116380000D02* +X135000000Y-115440000D01* +X185820000Y-114380000D02* +X185060000Y-114380000D01* +X185060000Y-114380000D02* +X184530000Y-113850000D01* +X184530000Y-113850000D02* +X163320000Y-113850000D01* +X163320000Y-113850000D02* +X163270000Y-113900000D01* +X135790000Y-113900000D02* +X135650000Y-114040000D01* +X133600000Y-114040000D02* +X132790000Y-113230000D01* +X135000000Y-115440000D02* +X133600000Y-114040000D01* +X136850000Y-113180000D02* +X135110000Y-113180000D01* +X136850000Y-113180000D02* +X184660000Y-113180000D01* +X134250000Y-114040000D02* +X133600000Y-114040000D01* +X135960000Y-113660000D02* +X135580000Y-114040000D01* +X135960000Y-113180000D02* +X135960000Y-113660000D01* +X135960000Y-113180000D02* +X136850000Y-113180000D01* +X135650000Y-114040000D02* +X135580000Y-114040000D01* +X133971000Y-113180000D02* +X135960000Y-113180000D01* +X135960000Y-113660000D02* +X136200000Y-113900000D01* +X134610000Y-114040000D02* +X134250000Y-114040000D01* +X134610000Y-114250000D02* +X134610000Y-114040000D01* +X135580000Y-114040000D02* +X134610000Y-114040000D01* +X135540000Y-113900000D02* +X134965000Y-113325000D01* +X135790000Y-113900000D02* +X135540000Y-113900000D01* +X134965000Y-113325000D02* +X134250000Y-114040000D01* +X135110000Y-113180000D02* +X134965000Y-113325000D01* +X136130000Y-113900000D02* +X135195000Y-114835000D01* +X136200000Y-113900000D02* +X136130000Y-113900000D01* +X135195000Y-114835000D02* +X134610000Y-114250000D01* +X136900000Y-113900000D02* +X136540000Y-113900000D01* +X163270000Y-113900000D02* +X136900000Y-113900000D01* +X136540000Y-113900000D02* +X135000000Y-115440000D01* +X136900000Y-113900000D02* +X135790000Y-113900000D01* +X166190000Y-114480000D02* +X166130000Y-114480000D01* +X166130000Y-114480000D02* +X165140000Y-115470000D01* +X165140000Y-115470000D02* +X164760000Y-115470000D01* +X164760000Y-115470000D02* +X164190000Y-114900000D01* +X164190000Y-114900000D02* +X164210000Y-114920000D01* +X164210000Y-114920000D02* +X165090000Y-114920000D01* +X184200001Y-69030001D02* +X184129999Y-69030001D01* +X185000000Y-69830000D02* +X184200001Y-69030001D01* +X184129999Y-69030001D02* +X184099998Y-69000000D01* +X184099998Y-69000000D02* +X183520000Y-69000000D01* +X182943600Y-68423600D02* +X182264000Y-68423600D01* +X183520000Y-69000000D02* +X182943600Y-68423600D01* +X161656400Y-68423600D02* +X161035000Y-69045000D01* +X161035000Y-69045000D02* +X160065000Y-69045000D01* +X161035000Y-69045000D02* +X160250000Y-69830000D01* +X138140000Y-68350000D02* +X138480000Y-68350000D01* +X136800000Y-67010000D02* +X138140000Y-68350000D01* +X136800000Y-68190000D02* +X136800000Y-67010000D01* +X137100000Y-68490000D02* +X136800000Y-68190000D01* +X136490000Y-69100000D02* +X137100000Y-68490000D01* +X136270000Y-69100000D02* +X136490000Y-69100000D01* +X134040000Y-67240000D02* +X135470000Y-65810000D01* +X136060000Y-68000000D02* +X135300000Y-67240000D01* +X135300000Y-67240000D02* +X134040000Y-67240000D01* +X137210000Y-69000000D02* +X137210000Y-68000000D01* +X137220000Y-69010000D02* +X137210000Y-69000000D01* +X135470000Y-65810000D02* +X136270000Y-65810000D01* +X137210000Y-68000000D02* +X136060000Y-68000000D01* +X137600000Y-68630000D02* +X137220000Y-69010000D01* +X137600000Y-68490000D02* +X137600000Y-68630000D01* +X137100000Y-68490000D02* +X137600000Y-68490000D01* +X136270000Y-66840000D02* +X135460000Y-66840000D01* +X136270000Y-65810000D02* +X136270000Y-66840000D01* +X136270000Y-66840000D02* +X136270000Y-69100000D01* +X135060000Y-67240000D02* +X134040000Y-67240000D01* +X135460000Y-66840000D02* +X135060000Y-67240000D01* +X133607000Y-66860000D02* +X121260000Y-66860000D01* +X121260000Y-66860000D02* +X111610000Y-66860000D01* +X121150000Y-67240000D02* +X134040000Y-67240000D01* +X115560000Y-67240000D02* +X121150000Y-67240000D01* +X115940000Y-66860000D02* +X115560000Y-67240000D01* +X121260000Y-66860000D02* +X115940000Y-66860000D01* +X115560000Y-67240000D02* +X112090000Y-67240000D01* +X111339999Y-67130001D02* +X110540000Y-67930000D01* +X111980001Y-67130001D02* +X111339999Y-67130001D01* +X112090000Y-67240000D02* +X111980001Y-67130001D01* +X111671370Y-67930000D02* +X111761370Y-67840000D01* +X110540000Y-67930000D02* +X111671370Y-67930000D01* +X111761370Y-67840000D02* +X115130000Y-67840000D01* +X114425000Y-69205000D02* +X113800000Y-69830000D01* +X115130000Y-68500000D02* +X114425000Y-69205000D01* +X115130000Y-67840000D02* +X115130000Y-68500000D01* +X115870000Y-67760000D02* +X114425000Y-69205000D01* +X142100000Y-74930000D02* +X137730000Y-74930000D01* +X139540000Y-72370000D02* +X142100000Y-74930000D01* +X142100000Y-74930000D02* +X142705000Y-75535000D01* +X139180000Y-68920000D02* +X139540000Y-68560000D01* +X138750000Y-68920000D02* +X139180000Y-68920000D01* +X137660000Y-73670000D02* +X137660000Y-70010000D01* +X137660000Y-70010000D02* +X138750000Y-68920000D01* +X137730000Y-73740000D02* +X137660000Y-73670000D01* +X138458630Y-73951370D02* +X137730000Y-74680000D01* +X138458630Y-69780000D02* +X138458630Y-73951370D01* +X139540000Y-69830000D02* +X138740001Y-70629999D01* +X138260000Y-69978630D02* +X138458630Y-69780000D01* +X138260000Y-72830000D02* +X138260000Y-69978630D01* +X139380000Y-73880000D02* +X139310000Y-73880000D01* +X138790000Y-74470000D02* +X139380000Y-73880000D01* +X140790000Y-74470000D02* +X138790000Y-74470000D01* +X139310000Y-73880000D02* +X138260000Y-72830000D01* +X138740001Y-70629999D02* +X138740001Y-72420001D01* +X138740001Y-72420001D02* +X140790000Y-74470000D01* +X137730000Y-74680000D02* +X137730000Y-73740000D01* +X137730000Y-75650000D02* +X137730000Y-74680000D01* +X189189000Y-127081000D02* +X188900000Y-127370000D01* +X190470000Y-126910000D02* +X189338630Y-126910000D01* +X189189000Y-127059630D02* +X189189000Y-127081000D01* +X189470000Y-131880000D02* +X189470000Y-138153000D01* +X189338630Y-126910000D02* +X189189000Y-127059630D01* +X189189000Y-127059630D02* +X189189000Y-130979000D01* +X189470000Y-131880000D02* +X188900000Y-131310000D01* +X189470000Y-138153200D02* +X189470000Y-131880000D01* +X188900000Y-128700000D02* +X188900000Y-131310000D01* +X188900000Y-127370000D02* +X188900000Y-128700000D01* +X189170000Y-132910000D02* +X189170000Y-131580000D01* +X189330000Y-132910000D02* +X189170000Y-132910000D01* +X189170000Y-131580000D02* +X188900000Y-131310000D01* +X189440000Y-133020000D02* +X189330000Y-132910000D01* +X188900000Y-131550000D02* +X188900000Y-128700000D01* +X189480000Y-132130000D02* +X188900000Y-131550000D01* +D24* +X136220000Y-133000000D02* +X136130000Y-133090000D01* +X136130000Y-133090000D02* +X136130000Y-138153200D01* +D23* +X136220000Y-133000000D02* +X136220000Y-133870000D01* +X136220000Y-132130000D02* +X136220000Y-133000000D01* +X136220000Y-131050000D02* +X136220000Y-132130000D01* +D24* +X136230000Y-132130000D02* +X136220000Y-132130000D01* +X158990000Y-138153000D02* +X158990000Y-138153200D01* +D23* +X158990000Y-138153000D02* +X158990000Y-127240000D01* +X158990000Y-127240000D02* +X158910000Y-127160000D01* +X202780000Y-78581400D02* +X201701000Y-79660000D01* +X201701000Y-79660000D02* +X177700000Y-79660000D01* +X202780000Y-77450000D02* +X202780000Y-78581400D01* +X202780000Y-78581400D02* +X202780000Y-77450000D01* +X136220000Y-131050000D02* +X140110000Y-127160000D01* +X140110000Y-127160000D02* +X158910000Y-127160000D01* +X136200000Y-133850000D02* +X136200000Y-131070000D01* +X136200000Y-131070000D02* +X136220000Y-131050000D01* +X158910000Y-127160000D02* +X178080000Y-127160000D01* +X178080000Y-127160000D02* +X179915000Y-125325000D01* +X179915000Y-125325000D02* +X179915000Y-125345000D01* +X179915000Y-125345000D02* +X179310000Y-125950000D01* +X179915000Y-125325000D02* +X180240000Y-125000000D01* +X180240000Y-125000000D02* +X180240000Y-124000000D01* +X155860000Y-126000000D02* +X140730000Y-126000000D01* +X140730000Y-126000000D02* +X136220000Y-130510000D01* +X136220000Y-130510000D02* +X136220000Y-131050000D01* +X175490000Y-77450000D02* +X175490000Y-74390000D01* +X175490000Y-74390000D02* +X177630000Y-72250000D01* +X177630000Y-72250000D02* +X178770000Y-72250000D01* +X178770000Y-72250000D02* +X179140000Y-72620000D01* +X177700000Y-79660000D02* +X173590000Y-79660000D01* +X173590000Y-79660000D02* +X152760000Y-79660000D01* +X175490000Y-77450000D02* +X173590000Y-79350000D01* +X173590000Y-79350000D02* +X173590000Y-79660000D01* +X139940000Y-79660000D02* +X131250000Y-79660000D01* +X131250000Y-79660000D02* +X129040000Y-77450000D01* +X139940000Y-79660000D02* +X139540000Y-79260000D01* +X139540000Y-79260000D02* +X139540000Y-77450000D01* +X142520000Y-79660000D02* +X139940000Y-79660000D01* +X142520000Y-79660000D02* +X142080000Y-79220000D01* +X142080000Y-79220000D02* +X142080000Y-77450000D01* +X152760000Y-79660000D02* +X142520000Y-79660000D01* +X152760000Y-79660000D02* +X152240000Y-79140000D01* +X152240000Y-79140000D02* +X152240000Y-77450000D01* +X177700000Y-79660000D02* +X175490000Y-77450000D01* +X128800000Y-81660000D02* +X201350000Y-81660000D01* +X201350000Y-81660000D02* +X202800000Y-80210000D01* +X202800000Y-80210000D02* +X202780000Y-80190000D01* +X202780000Y-80190000D02* +X202780000Y-78581400D01* +X128800000Y-81660000D02* +X128800000Y-77690000D01* +X128800000Y-77690000D02* +X129040000Y-77450000D01* +X174020000Y-104000000D02* +X174020000Y-103680000D01* +X174020000Y-103680000D02* +X175610000Y-102090000D01* +X175610000Y-102090000D02* +X178060000Y-102090000D01* +X178060000Y-102090000D02* +X178090000Y-102120000D01* +X178090000Y-102120000D02* +X178420000Y-102450000D01* +X178420000Y-102450000D02* +X201080000Y-102450000D01* +X201080000Y-102450000D02* +X202940000Y-100590000D01* +X174020000Y-104000000D02* +X201780000Y-104000000D01* +X201780000Y-104000000D02* +X202940000Y-102840000D01* +X202940000Y-102840000D02* +X202940000Y-100590000D01* +X155860000Y-126000000D02* +X178240000Y-126000000D01* +X178240000Y-126000000D02* +X180240000Y-124000000D01* +X155860000Y-126000000D02* +X157860000Y-124000000D01* +X176290000Y-74840000D02* +X178510000Y-72620000D01* +X176290000Y-76650000D02* +X176290000Y-74840000D01* +X178510000Y-72620000D02* +X179140000Y-72620000D01* +X175490000Y-77450000D02* +X176290000Y-76650000D01* +X136230000Y-132130000D02* +X136230000Y-130470000D01* +X136230000Y-130470000D02* +X135980000Y-130220000D01* +X135980000Y-130220000D02* +X134180000Y-130220000D01* +X134180000Y-130220000D02* +X134070000Y-130330000D01* +X134070000Y-130330000D02* +X134070000Y-130930000D01* +X134070000Y-130930000D02* +X134300000Y-131160000D01* +X134300000Y-131160000D02* +X135700000Y-131160000D01* +X135700000Y-131160000D02* +X135770000Y-131090000D01* +X135980000Y-130220000D02* +X135190000Y-130220000D01* +X135980000Y-130220000D02* +X135980000Y-130280000D01* +X135980000Y-130280000D02* +X135540000Y-130720000D01* +X135540000Y-130720000D02* +X134510000Y-130720000D01* +X136130000Y-132403200D02* +X136130000Y-138153200D01* +X134510000Y-130783200D02* +X136130000Y-132403200D01* +X134510000Y-130720000D02* +X134510000Y-130783200D01* +X136130000Y-138153200D02* +X136130000Y-133550000D01* +X136130000Y-133550000D02* +X134130000Y-131550000D01* +X134130000Y-131550000D02* +X135180000Y-132600000D01* +X135180000Y-132600000D02* +X135180000Y-133890000D01* +X135180000Y-133890000D02* +X133660000Y-133890000D01* +X133660000Y-133890000D02* +X134150000Y-133400000D01* +X134150000Y-133400000D02* +X134150000Y-132160000D01* +X134150000Y-132160000D02* +X134150000Y-132710000D01* +X134150000Y-132710000D02* +X134740000Y-133300000D01* +X136130000Y-138153200D02* +X136130000Y-135450000D01* +X136130000Y-135450000D02* +X135170000Y-134490000D01* +X133847594Y-134330000D02* +X133651184Y-134133590D01* +X135010000Y-134330000D02* +X133847594Y-134330000D01* +X135170000Y-134490000D02* +X135010000Y-134330000D01* +X133651184Y-134133590D02* +X132770000Y-134133590D01* +X136130000Y-138153200D02* +X136130000Y-131860000D01* +X136130000Y-131860000D02* +X138410000Y-129580000D01* +D25* +X117610000Y-94069700D02* +X116340000Y-95339700D01* +X120130000Y-80985500D02* +X117610000Y-83505500D01* +X120130000Y-76440000D02* +X120130000Y-80985500D01* +X123030000Y-73540000D02* +X120130000Y-76440000D01* +X116340000Y-95339700D02* +X116340000Y-101380000D01* +X125340000Y-73540000D02* +X123030000Y-73540000D01* +X117610000Y-83505500D02* +X117610000Y-94069700D01* +X129040000Y-69840000D02* +X125340000Y-73540000D01* +X129040000Y-69830000D02* +X129040000Y-69840000D01* +X168490600Y-130584000D02* +X169150000Y-131243400D01* +X169150000Y-131243400D02* +X169150000Y-138153200D01* +X166610000Y-131327900D02* +X164971400Y-129689300D01* +X164971400Y-129689300D02* +X164971400Y-128189100D01* +X166610000Y-138153200D02* +X166610000Y-131327900D01* +X164070000Y-131327900D02* +X162499100Y-129757000D01* +X162499100Y-129757000D02* +X162499100Y-128833500D01* +X164070000Y-138153200D02* +X164070000Y-131327900D01* +X148830000Y-131970000D02* +X148830000Y-138153200D01* +X148830000Y-131854000D02* +X148830000Y-131970000D01* +X147560000Y-130584000D02* +X148830000Y-131854000D01* +X186930000Y-131327900D02* +X186930000Y-138153200D01* +X187917400Y-130340500D02* +X186930000Y-131327900D01* +X189389900Y-125759000D02* +X187917400Y-127231500D01* +X191119000Y-125759000D02* +X189389900Y-125759000D01* +X191720100Y-127610100D02* +X191720100Y-126360100D01* +X191720100Y-126360100D02* +X191119000Y-125759000D01* +X192182200Y-128072200D02* +X191720100Y-127610100D01* +X193446400Y-128072200D02* +X192182200Y-128072200D01* +X202240000Y-117224000D02* +X195890000Y-123574000D01* +X187917400Y-127231500D02* +X187917400Y-130340500D01* +X202240000Y-116380000D02* +X202240000Y-117224000D01* +X195890000Y-125628600D02* +X193446400Y-128072200D01* +X195890000Y-123574000D02* +X195890000Y-125628600D01* +X184390000Y-130230000D02* +X184390000Y-138153200D01* +X187307800Y-127204200D02* +X187307800Y-127312200D01* +X192864500Y-125125500D02* +X189386500Y-125125500D01* +X189386500Y-125125500D02* +X187307800Y-127204200D01* +X193281800Y-124708200D02* +X192864500Y-125125500D01* +X199700000Y-117224000D02* +X193281800Y-123642200D01* +X193281800Y-123642200D02* +X193281800Y-124708200D01* +X187307800Y-127312200D02* +X184390000Y-130230000D01* +X199700000Y-116380000D02* +X199700000Y-117224000D01* +X181850000Y-132055600D02* +X181850000Y-132760000D01* +X186857500Y-127017600D02* +X186857500Y-127048100D01* +X188389500Y-125485600D02* +X186857500Y-127017600D01* +X181850000Y-132760000D02* +X181850000Y-138153200D01* +X188389500Y-123530800D02* +X188389500Y-125485600D01* +X189503600Y-122416700D02* +X188389500Y-123530800D01* +X186857500Y-127048100D02* +X181850000Y-132055600D01* +X191093300Y-122416700D02* +X189503600Y-122416700D01* +X197130000Y-116380000D02* +X191093300Y-122416700D01* +X197160000Y-116380000D02* +X197130000Y-116380000D01* +X179310000Y-131948300D02* +X178268800Y-130907100D01* +X179310000Y-138153200D02* +X179310000Y-131948300D01* +X176770000Y-131327900D02* +X176770000Y-138153200D01* +X178152500Y-129945400D02* +X176770000Y-131327900D01* +X183323300Y-129945400D02* +X178152500Y-129945400D01* +X194620000Y-116380000D02* +X190307900Y-120692100D01* +X185388400Y-127880300D02* +X183323300Y-129945400D01* +X188219100Y-120692100D02* +X185388400Y-123522800D01* +X190307900Y-120692100D02* +X188219100Y-120692100D01* +X185388400Y-123522800D02* +X185388400Y-127880300D01* +X144110800Y-105125300D02* +X145236100Y-104000000D01* +X145236100Y-104000000D02* +X146080000Y-104000000D01* +X139246100Y-105125300D02* +X144110800Y-105125300D01* +X131627300Y-112744100D02* +X139246100Y-105125300D01* +X131627300Y-119502000D02* +X131627300Y-112744100D01* +X135000000Y-122874700D02* +X131627300Y-119502000D01* +X135000000Y-124000000D02* +X135000000Y-122874700D01* +X184254800Y-118729900D02* +X184254800Y-127952400D01* +X184254800Y-118729900D02* +X183715200Y-118729900D01* +X183715200Y-118729900D02* +X181365300Y-116380000D01* +X184794400Y-118729900D02* +X184254800Y-118729900D01* +X180240000Y-116380000D02* +X181365300Y-116380000D01* +X177700000Y-116380000D02* +X177700000Y-117505300D01* +X177700000Y-117505300D02* +X182984500Y-122789800D01* +X182984500Y-122789800D02* +X182984500Y-129157700D01* +X191654700Y-92970000D02* +X191654700Y-93233700D01* +X191654700Y-93233700D02* +X190793100Y-94095300D01* +X190793100Y-94095300D02* +X181534500Y-94095300D01* +X181534500Y-94095300D02* +X174492900Y-101136900D01* +X192780000Y-92970000D02* +X191654700Y-92970000D01* +X191654700Y-100590000D02* +X191654700Y-100308600D01* +X191654700Y-100308600D02* +X190810800Y-99464700D01* +X190810800Y-99464700D02* +X181460600Y-99464700D01* +X181460600Y-99464700D02* +X180789900Y-100135400D01* +X192780000Y-100590000D02* +X191654700Y-100590000D01* +X113800000Y-107874700D02* +X113800000Y-109000000D01* +X137000000Y-62000000D02* +X135289800Y-63710200D01* +X109270000Y-103344700D02* +X113800000Y-107874700D01* +X109270000Y-67390000D02* +X109270000Y-103344700D01* +X135289800Y-63710200D02* +X112949800Y-63710200D01* +X112949800Y-63710200D02* +X109270000Y-67390000D01* +X141350000Y-65810000D02* +X141350000Y-64684700D01* +X141350000Y-64684700D02* +X142080000Y-63954700D01* +X142080000Y-63954700D02* +X142080000Y-62000000D01* +X125230000Y-100817500D02* +X128554600Y-97492900D01* +X122060000Y-110210000D02* +X122690000Y-109580000D01* +X118880000Y-109000000D02* +X120090000Y-110210000D01* +X122690000Y-109580000D02* +X122690000Y-108469800D01* +X128554600Y-96743900D02* +X134212100Y-91086400D01* +X128554600Y-97492900D02* +X128554600Y-96743900D01* +X125230000Y-105929800D02* +X125230000Y-100817500D01* +X120090000Y-110210000D02* +X122060000Y-110210000D01* +X134212100Y-91086400D02* +X135791300Y-91086400D01* +X122690000Y-108469800D02* +X125230000Y-105929800D01* +X121420000Y-101380000D02* +X121420000Y-100254700D01* +X121420000Y-100254700D02* +X125230000Y-96444700D01* +X125230000Y-96444700D02* +X125230000Y-92785400D01* +X125230000Y-92785400D02* +X130483100Y-87532300D01* +X130483100Y-87532300D02* +X139990900Y-87532300D01* +X146430000Y-65810000D02* +X146430000Y-64684700D01* +X146430000Y-64684700D02* +X144620000Y-62874700D01* +X144620000Y-62874700D02* +X144620000Y-62000000D01* +X136032900Y-92830700D02* +X135048000Y-91845800D01* +X136032900Y-96083100D02* +X136032900Y-92830700D01* +X123960000Y-108156000D02* +X136032900Y-96083100D01* +X123960000Y-109000000D02* +X123960000Y-108156000D01* +X147640000Y-62480000D02* +X147160000Y-62000000D01* +X147640000Y-66360000D02* +X147640000Y-62480000D01* +X147041800Y-66958200D02* +X147640000Y-66360000D01* +X140802200Y-66958200D02* +X147041800Y-66958200D01* +X139654000Y-65810000D02* +X140802200Y-66958200D01* +X138810000Y-65810000D02* +X139654000Y-65810000D01* +X163720000Y-60680000D02* +X162400000Y-62000000D01* +X166180000Y-60000000D02* +X165500000Y-60680000D01* +X191350000Y-69449800D02* +X185359000Y-63458800D01* +X185359000Y-63458800D02* +X184080400Y-63458800D01* +X197140800Y-76020000D02* +X191350000Y-70229200D01* +X191350000Y-70229200D02* +X191350000Y-69449800D01* +X199396100Y-77450000D02* +X197966100Y-76020000D01* +X166180000Y-58910000D02* +X166180000Y-60000000D01* +X178978100Y-58356500D02* +X166733500Y-58356500D01* +X184080400Y-63458800D02* +X178978100Y-58356500D01* +X197966100Y-76020000D02* +X197140800Y-76020000D01* +X166733500Y-58356500D02* +X166180000Y-58910000D01* +X165500000Y-60680000D02* +X163720000Y-60680000D01* +X200240000Y-77450000D02* +X199396100Y-77450000D01* +X180237400Y-60888700D02* +X166051300Y-60888700D01* +X188810000Y-69461300D02* +X180237400Y-60888700D01* +X188810000Y-70218000D02* +X188810000Y-69461300D01* +X194543600Y-75951600D02* +X188810000Y-70218000D01* +X195881600Y-75951600D02* +X194543600Y-75951600D01* +X197380000Y-77450000D02* +X195881600Y-75951600D01* +X166051300Y-60888700D02* +X164940000Y-62000000D01* +X197700000Y-77450000D02* +X197380000Y-77450000D01* +X169520500Y-64040500D02* +X167480000Y-62000000D01* +X181200500Y-64040500D02* +X169520500Y-64040500D01* +X186270000Y-69110000D02* +X181200500Y-64040500D01* +X192041100Y-75950000D02* +X186270000Y-70178900D01* +X186270000Y-70178900D02* +X186270000Y-69110000D01* +X193410000Y-75950000D02* +X192041100Y-75950000D01* +X194910000Y-77450000D02* +X193410000Y-75950000D01* +X195160000Y-77450000D02* +X194910000Y-77450000D01* +X126500000Y-101380000D02* +X127625300Y-101380000D01* +X127625300Y-101380000D02* +X127625300Y-101053200D01* +X127625300Y-101053200D02* +X135285700Y-93392800D01* +X144040000Y-60720000D02* +X155828400Y-60720000D01* +X143360000Y-61400000D02* +X144040000Y-60720000D01* +X155828400Y-60720000D02* +X155994800Y-60553600D01* +X143890000Y-64684700D02* +X143360000Y-64154700D01* +X143360000Y-64154700D02* +X143360000Y-61400000D01* +X143890000Y-65810000D02* +X143890000Y-64684700D01* +X109710000Y-65110000D02* +X107527000Y-62927000D01* +X107527000Y-62927000D02* +X107527000Y-54527000D01* +X107527000Y-54527000D02* +X105600000Y-52600000D01* +X159124700Y-77450000D02* +X160250000Y-77450000D01* +X152240000Y-70565300D02* +X159124700Y-77450000D01* +X152240000Y-69830000D02* +X152240000Y-70565300D01* +X112190000Y-102898300D02* +X113390700Y-104099000D01* +X112190000Y-75105300D02* +X112190000Y-102898300D01* +X116340000Y-70955300D02* +X112190000Y-75105300D01* +X116340000Y-69830000D02* +X116340000Y-70955300D01* +X162939000Y-88760000D02* +X163860000Y-88760000D01* +X157307800Y-83128800D02* +X162939000Y-88760000D01* +X131605300Y-83128800D02* +X157307800Y-83128800D01* +X131605600Y-84631400D02* +X144491400Y-84631400D01* +X144491400Y-84631400D02* +X148620000Y-88760000D01* +X123960000Y-78575300D02* +X122648100Y-79887200D01* +X122648100Y-79887200D02* +X122648100Y-97123500D01* +X122648100Y-97123500D02* +X120294700Y-99476900D01* +X120294700Y-99476900D02* +X120294700Y-106749400D01* +X120294700Y-106749400D02* +X121420000Y-107874700D01* +X121420000Y-109000000D02* +X121420000Y-107874700D01* +X123960000Y-77450000D02* +X123960000Y-78575300D01* +X152856100Y-88760000D02* +X153700000Y-88760000D01* +X147350000Y-88320000D02* +X147350000Y-89125000D01* +X147350000Y-89125000D02* +X148110300Y-89885300D01* +X145809400Y-86779400D02* +X147350000Y-88320000D01* +X125316200Y-86079700D02* +X126015900Y-86779400D01* +X151730800Y-89885300D02* +X152856100Y-88760000D01* +X125316200Y-84640100D02* +X125316200Y-86079700D01* +X125230000Y-77020000D02* +X125230000Y-77980000D01* +X127480200Y-80230200D02* +X127480200Y-82476100D01* +X148110300Y-89885300D02* +X151730800Y-89885300D01* +X127480200Y-82476100D02* +X125316200Y-84640100D01* +X126015900Y-86779400D02* +X145809400Y-86779400D01* +X125230000Y-77980000D02* +X127480200Y-80230200D01* +X124510600Y-76300600D02* +X125230000Y-77020000D01* +X122579400Y-76300600D02* +X124510600Y-76300600D01* +X121430000Y-77450000D02* +X122579400Y-76300600D01* +X121420000Y-77450000D02* +X121430000Y-77450000D01* +X118880000Y-77450000D02* +X118880000Y-78575300D01* +X118880000Y-78575300D02* +X112640300Y-84815000D01* +X112640300Y-84815000D02* +X112640300Y-101855000D01* +X112640300Y-101855000D02* +X115480000Y-104694700D01* +X115480000Y-104694700D02* +X115864300Y-104694700D01* +X150316000Y-88760000D02* +X151160000Y-88760000D01* +X145436000Y-83880000D02* +X150316000Y-88760000D01* +X130237200Y-83880000D02* +X145436000Y-83880000D01* +X130182000Y-83824800D02* +X130237200Y-83880000D01* +X118880000Y-94375300D02* +X118880000Y-93250000D01* +X117754700Y-95500600D02* +X118880000Y-94375300D01* +X115160500Y-106424300D02* +X117754700Y-103830100D01* +X130872600Y-125194200D02* +X115160500Y-109482100D01* +X136015800Y-125194200D02* +X130872600Y-125194200D01* +X136320000Y-124890000D02* +X136015800Y-125194200D01* +X115160500Y-109482100D02* +X115160500Y-106424300D01* +X136320000Y-123524000D02* +X136320000Y-124890000D01* +X142620000Y-117224000D02* +X136320000Y-123524000D01* +X117754700Y-103830100D02* +X117754700Y-95500600D01* +X142620000Y-116380000D02* +X142620000Y-117224000D01* +X154861900Y-90070900D02* +X154597100Y-90335700D01* +X154597100Y-90335700D02* +X134325900Y-90335700D01* +X134325900Y-90335700D02* +X129515800Y-95145800D01* +X129515800Y-95145800D02* +X127124500Y-95145800D01* +X183754700Y-100870000D02* +X184034700Y-100590000D01* +X184034700Y-100590000D02* +X185160000Y-100590000D01* +X171480000Y-104000000D02* +X172324000Y-104000000D01* +X174468200Y-102187400D02* +X175785600Y-100870000D01* +X174136600Y-102187400D02* +X174468200Y-102187400D01* +X175785600Y-100870000D02* +X183754700Y-100870000D01* +X172324000Y-104000000D02* +X174136600Y-102187400D01* +X201814700Y-92970000D02* +X201814700Y-92688600D01* +X201814700Y-92688600D02* +X200970800Y-91844700D01* +X200970800Y-91844700D02* +X169310900Y-91844700D01* +X169310900Y-91844700D02* +X157384700Y-103770900D01* +X157384700Y-103770900D02* +X157384700Y-105777400D01* +X202940000Y-92970000D02* +X201814700Y-92970000D01* +X167620000Y-116380000D02* +X167540000Y-116380000D01* +X168745300Y-115254700D02* +X167620000Y-116380000D01* +X188391200Y-117538800D02* +X184562400Y-117538800D01* +X182278300Y-115254700D02* +X168745300Y-115254700D01* +X184562400Y-117538800D02* +X182278300Y-115254700D01* +X189540000Y-116390000D02* +X188391200Y-117538800D01* +X189540000Y-116380000D02* +X189540000Y-116390000D01* +X161244000Y-124000000D02* +X165000000Y-124000000D01* +X153624000Y-116380000D02* +X161244000Y-124000000D01* +X152780000Y-116380000D02* +X153624000Y-116380000D01* +X121420000Y-86755300D02* +X120294700Y-87880600D01* +X120294700Y-87880600D02* +X120294700Y-98840000D01* +X120294700Y-98840000D02* +X118880000Y-100254700D01* +X121420000Y-85630000D02* +X121420000Y-86755300D01* +X118880000Y-101380000D02* +X118880000Y-100254700D01* +X146078000Y-94477700D02* +X155602300Y-94477700D01* +X160520001Y-89559999D02* +X161320000Y-88760000D01* +X116340000Y-109000000D02* +X118000011Y-110660011D01* +X118000011Y-110660011D02* +X129895689Y-110660011D01* +X129895689Y-110660011D02* +X146078000Y-94477700D01* +X155602300Y-94477700D02* +X160520001Y-89559999D01* +X128238400Y-90860200D02* +X130394600Y-88704000D01* +X130394600Y-88704000D02* +X137334400Y-88704000D01* +X151160000Y-104000000D02* +X151160000Y-106499200D01* +X151160000Y-106499200D02* +X156253100Y-111592300D01* +X130785500Y-89885300D02* +X144110800Y-89885300D01* +X145236100Y-88760000D02* +X146080000Y-88760000D01* +X144110800Y-89885300D02* +X145236100Y-88760000D01* +X127420800Y-93250000D02* +X130785500Y-89885300D01* +X126500000Y-93250000D02* +X127420800Y-93250000D01* +X165556000Y-88760000D02* +X166400000Y-88760000D01* +X159187800Y-82391800D02* +X165556000Y-88760000D01* +X127625300Y-85348700D02* +X130582200Y-82391800D01* +X130582200Y-82391800D02* +X159187800Y-82391800D01* +X127625300Y-85630000D02* +X127625300Y-85348700D01* +X126500000Y-85630000D02* +X127625300Y-85630000D01* +X162690300Y-112146300D02* +X167153700Y-112146300D01* +X154544000Y-104000000D02* +X162690300Y-112146300D01* +X153700000Y-104000000D02* +X154544000Y-104000000D01* +X159623900Y-104000000D02* +X158780000Y-104000000D01* +X169485900Y-102874700D02* +X160749200Y-102874700D01* +X170210000Y-103598800D02* +X169485900Y-102874700D01* +X171841500Y-105954700D02* +X170210000Y-104323200D01* +X160749200Y-102874700D02* +X159623900Y-104000000D01* +X199700000Y-124000000D02* +X199700000Y-122874700D01* +X203372000Y-115894000D02* +X193432700Y-105954700D01* +X170210000Y-104323200D02* +X170210000Y-103598800D01* +X193432700Y-105954700D02* +X171841500Y-105954700D01* +X203372000Y-119202700D02* +X203372000Y-115894000D01* +X199700000Y-122874700D02* +X203372000Y-119202700D01* +X170612200Y-112448200D02* +X162164000Y-104000000D01* +X185902100Y-112448200D02* +X170612200Y-112448200D01* +X162164000Y-104000000D02* +X161320000Y-104000000D01* +X188620700Y-115166800D02* +X185902100Y-112448200D01* +X164703900Y-104000000D02* +X163860000Y-104000000D01* +X172065000Y-111361100D02* +X164703900Y-104000000D01* +X186521100Y-111361100D02* +X172065000Y-111361100D01* +X190800000Y-115640000D02* +X186521100Y-111361100D01* +X190800000Y-118608100D02* +X190800000Y-115640000D01* +X190314000Y-119094100D02* +X190800000Y-118608100D01* +X192080000Y-123420000D02* +X192080000Y-124000000D01* +X198480000Y-115480000D02* +X198480000Y-117020000D01* +X198480000Y-117020000D02* +X192080000Y-123420000D01* +X190366200Y-107366200D02* +X198480000Y-115480000D01* +X172306200Y-107366200D02* +X190366200Y-107366200D01* +X168940000Y-104000000D02* +X172306200Y-107366200D01* +X200400000Y-99464700D02* +X200400000Y-100590000D01* +X204080900Y-77080900D02* +X204080900Y-95783800D01* +X202030100Y-76309900D02* +X203309900Y-76309900D01* +X174919200Y-70955300D02* +X185214800Y-70955300D01* +X201510000Y-76830000D02* +X202030100Y-76309900D01* +X203309900Y-76309900D02* +X204080900Y-77080900D01* +X191350000Y-77833000D02* +X192092400Y-78575400D01* +X201510000Y-78030000D02* +X201510000Y-76830000D01* +X174075300Y-69830000D02* +X174075300Y-70111400D01* +X200964600Y-78575400D02* +X201510000Y-78030000D01* +X192092400Y-78575400D02* +X200964600Y-78575400D01* +X204080900Y-95783800D02* +X200400000Y-99464700D01* +X191350000Y-77090500D02* +X191350000Y-77833000D01* +X185214800Y-70955300D02* +X191350000Y-77090500D01* +X174075300Y-70111400D02* +X174919200Y-70955300D01* +X172950000Y-69830000D02* +X174075300Y-69830000D01* +D26* +G36* +X215594001Y-134594000D02* +G01* +X192157745Y-134594000D01* +X192164298Y-131284813D01* +X192208264Y-131483203D01* +X192518496Y-131606636D01* +X192846848Y-131667174D01* +X193180701Y-131662491D01* +X193507225Y-131592767D01* +X193771736Y-131483203D01* +X193838498Y-131181951D01* +X192990000Y-130333453D01* +X192975858Y-130347595D01* +X192612405Y-129984142D01* +X192626547Y-129970000D01* +X193353453Y-129970000D01* +X194201951Y-130818498D01* +X194503203Y-130751736D01* +X194626636Y-130441504D01* +X194687174Y-130113152D01* +X194682491Y-129779299D01* +X194612767Y-129452775D01* +X194503203Y-129188264D01* +X194201951Y-129121502D01* +X193353453Y-129970000D01* +X192626547Y-129970000D01* +X191778049Y-129121502D01* +X191476797Y-129188264D01* +X191443670Y-129271525D01* +X191407342Y-129217157D01* +X191277400Y-129087215D01* +X191277400Y-127855272D01* +X191297341Y-127892579D01* +X191360573Y-127969627D01* +X191379885Y-127985476D01* +X191806828Y-128412420D01* +X191822673Y-128431727D01* +X191899721Y-128494959D01* +X191987625Y-128541945D01* +X192083006Y-128570878D01* +X192092894Y-128571852D01* +X192157346Y-128578200D01* +X192157353Y-128578200D01* +X192180846Y-128580514D01* +X192141502Y-128758049D01* +X192990000Y-129606547D01* +X193838498Y-128758049D01* +X193772297Y-128459327D01* +X193805927Y-128431727D01* +X193821776Y-128412415D01* +X196230220Y-126003972D01* +X196249527Y-125988127D01* +X196312759Y-125911079D01* +X196359745Y-125823175D01* +X196388678Y-125727793D01* +X196396000Y-125653454D01* +X196396000Y-125653447D01* +X196398447Y-125628601D01* +X196396000Y-125603755D01* +X196396000Y-124900795D01* +X196500697Y-124986717D01* +X196705864Y-125096381D01* +X196928484Y-125163912D01* +X197101984Y-125181000D01* +X197218016Y-125181000D01* +X197391516Y-125163912D01* +X197614136Y-125096381D01* +X197819303Y-124986717D01* +X197999134Y-124839134D01* +X198146717Y-124659303D01* +X198256381Y-124454136D01* +X198323912Y-124231516D01* +X198346714Y-124000000D01* +X198323912Y-123768484D01* +X198256381Y-123545864D01* +X198146717Y-123340697D01* +X197999134Y-123160866D01* +X197819303Y-123013283D01* +X197614136Y-122903619D01* +X197391516Y-122836088D01* +X197347808Y-122831783D01* +X202580220Y-117599372D01* +X202599527Y-117583527D01* +X202662759Y-117506479D01* +X202675888Y-117481916D01* +X202694136Y-117476381D01* +X202866001Y-117384518D01* +X202866000Y-118993108D01* +X199359781Y-122499328D01* +X199340474Y-122515173D01* +X199277242Y-122592221D01* +X199252127Y-122639208D01* +X199230255Y-122680126D01* +X199201322Y-122775508D01* +X199191553Y-122874700D01* +X199194001Y-122899556D01* +X199194001Y-122931340D01* +X199040697Y-123013283D01* +X198860866Y-123160866D01* +X198713283Y-123340697D01* +X198603619Y-123545864D01* +X198536088Y-123768484D01* +X198513286Y-124000000D01* +X198536088Y-124231516D01* +X198603619Y-124454136D01* +X198713283Y-124659303D01* +X198860866Y-124839134D01* +X199040697Y-124986717D01* +X199245864Y-125096381D01* +X199468484Y-125163912D01* +X199641984Y-125181000D01* +X199758016Y-125181000D01* +X199931516Y-125163912D01* +X200154136Y-125096381D01* +X200359303Y-124986717D01* +X200539134Y-124839134D01* +X200686717Y-124659303D01* +X200687041Y-124658697D01* +X200757095Y-124821004D01* +X200945759Y-125094529D01* +X201184159Y-125325992D01* +X201463135Y-125506498D01* +X201724073Y-125614572D01* +X201983000Y-125448630D01* +X201983000Y-124257000D01* +X202497000Y-124257000D01* +X202497000Y-125448630D01* +X202755927Y-125614572D01* +X203016865Y-125506498D01* +X203295841Y-125325992D01* +X203534241Y-125094529D01* +X203722905Y-124821004D01* +X203854581Y-124515928D01* +X203691662Y-124257000D01* +X202497000Y-124257000D01* +X201983000Y-124257000D01* +X201963000Y-124257000D01* +X201963000Y-123743000D01* +X201983000Y-123743000D01* +X201983000Y-122551370D01* +X202497000Y-122551370D01* +X202497000Y-123743000D01* +X203691662Y-123743000D01* +X203854581Y-123484072D01* +X203722905Y-123178996D01* +X203534241Y-122905471D01* +X203295841Y-122674008D01* +X203016865Y-122493502D01* +X202755927Y-122385428D01* +X202497000Y-122551370D01* +X201983000Y-122551370D01* +X201724073Y-122385428D01* +X201463135Y-122493502D01* +X201184159Y-122674008D01* +X200945759Y-122905471D01* +X200757095Y-123178996D01* +X200687041Y-123341303D01* +X200686717Y-123340697D01* +X200539134Y-123160866D01* +X200359303Y-123013283D01* +X200305674Y-122984617D01* +X203712220Y-119578072D01* +X203731527Y-119562227D01* +X203794759Y-119485179D01* +X203841745Y-119397275D01* +X203860168Y-119336542D01* +X203870678Y-119301894D01* +X203871980Y-119288674D01* +X203878000Y-119227554D01* +X203878000Y-119227547D01* +X203880447Y-119202701D01* +X203878000Y-119177855D01* +X203878000Y-115918854D01* +X203880448Y-115894000D01* +X203870678Y-115794807D01* +X203841745Y-115699425D01* +X203828821Y-115675247D01* +X203794759Y-115611521D01* +X203731527Y-115534473D01* +X203712220Y-115518628D01* +X193808076Y-105614485D01* +X193792227Y-105595173D01* +X193715179Y-105531941D01* +X193627275Y-105484955D01* +X193531893Y-105456022D01* +X193457554Y-105448700D01* +X193457546Y-105448700D01* +X193432700Y-105446253D01* +X193407854Y-105448700D01* +X174886193Y-105448700D01* +X175075841Y-105325992D01* +X175314241Y-105094529D01* +X175502905Y-104821004D01* +X175634581Y-104515928D01* +X175471662Y-104257000D01* +X174277000Y-104257000D01* +X174277000Y-104277000D01* +X173763000Y-104277000D01* +X173763000Y-104257000D01* +X173743000Y-104257000D01* +X173743000Y-103743000D01* +X173763000Y-103743000D01* +X173763000Y-103723000D01* +X174277000Y-103723000D01* +X174277000Y-103743000D01* +X175471662Y-103743000D01* +X175634581Y-103484072D01* +X175568923Y-103331951D01* +X177241502Y-103331951D01* +X177308264Y-103633203D01* +X177618496Y-103756636D01* +X177946848Y-103817174D01* +X178280701Y-103812491D01* +X178607225Y-103742767D01* +X178871736Y-103633203D01* +X178938498Y-103331951D01* +X178090000Y-102483453D01* +X177241502Y-103331951D01* +X175568923Y-103331951D01* +X175502905Y-103178996D01* +X175314241Y-102905471D01* +X175075841Y-102674008D01* +X174845938Y-102525253D01* +X175995192Y-101376000D01* +X176561783Y-101376000D01* +X176453364Y-101648496D01* +X176392826Y-101976848D01* +X176397509Y-102310701D01* +X176467233Y-102637225D01* +X176576797Y-102901736D01* +X176878049Y-102968498D01* +X177726547Y-102120000D01* +X177712405Y-102105858D01* +X178075858Y-101742405D01* +X178090000Y-101756547D01* +X178104142Y-101742405D01* +X178467595Y-102105858D01* +X178453453Y-102120000D01* +X179301951Y-102968498D01* +X179603203Y-102901736D01* +X179726636Y-102591504D01* +X179787174Y-102263152D01* +X179782491Y-101929299D01* +X179712767Y-101602775D01* +X179618834Y-101376000D01* +X183729854Y-101376000D01* +X183754700Y-101378447D01* +X183779546Y-101376000D01* +X183779554Y-101376000D01* +X183853893Y-101368678D01* +X183949275Y-101339745D01* +X183977157Y-101324842D01* +X183977157Y-101390000D01* +X183984513Y-101464689D01* +X184006299Y-101536508D01* +X184041678Y-101602696D01* +X184089289Y-101660711D01* +X184147304Y-101708322D01* +X184213492Y-101743701D01* +X184285311Y-101765487D01* +X184360000Y-101772843D01* +X185960000Y-101772843D01* +X186034689Y-101765487D01* +X186106508Y-101743701D01* +X186172696Y-101708322D01* +X186230711Y-101660711D01* +X186278322Y-101602696D01* +X186313701Y-101536508D01* +X186335487Y-101464689D01* +X186342843Y-101390000D01* +X186342843Y-99970700D01* +X186691901Y-99970700D01* +X186603619Y-100135864D01* +X186536088Y-100358484D01* +X186513286Y-100590000D01* +X186536088Y-100821516D01* +X186603619Y-101044136D01* +X186713283Y-101249303D01* +X186860866Y-101429134D01* +X187040697Y-101576717D01* +X187245864Y-101686381D01* +X187468484Y-101753912D01* +X187641984Y-101771000D01* +X187758016Y-101771000D01* +X187931516Y-101753912D01* +X188154136Y-101686381D01* +X188359303Y-101576717D01* +X188539134Y-101429134D01* +X188686717Y-101249303D01* +X188796381Y-101044136D01* +X188863912Y-100821516D01* +X188886714Y-100590000D01* +X188863912Y-100358484D01* +X188796381Y-100135864D01* +X188708099Y-99970700D01* +X189231901Y-99970700D01* +X189143619Y-100135864D01* +X189076088Y-100358484D01* +X189053286Y-100590000D01* +X189076088Y-100821516D01* +X189143619Y-101044136D01* +X189253283Y-101249303D01* +X189400866Y-101429134D01* +X189580697Y-101576717D01* +X189785864Y-101686381D01* +X190008484Y-101753912D01* +X190181984Y-101771000D01* +X190298016Y-101771000D01* +X190471516Y-101753912D01* +X190694136Y-101686381D01* +X190899303Y-101576717D01* +X191079134Y-101429134D01* +X191226717Y-101249303D01* +X191336381Y-101044136D01* +X191351146Y-100995463D01* +X191372221Y-101012759D01* +X191460125Y-101059745D01* +X191555507Y-101088678D01* +X191654700Y-101098448D01* +X191679554Y-101096000D01* +X191711341Y-101096000D01* +X191793283Y-101249303D01* +X191940866Y-101429134D01* +X192120697Y-101576717D01* +X192325864Y-101686381D01* +X192548484Y-101753912D01* +X192721984Y-101771000D01* +X192838016Y-101771000D01* +X193011516Y-101753912D01* +X193234136Y-101686381D01* +X193439303Y-101576717D01* +X193619134Y-101429134D01* +X193766717Y-101249303D01* +X193876381Y-101044136D01* +X193943912Y-100821516D01* +X193966714Y-100590000D01* +X194133286Y-100590000D01* +X194156088Y-100821516D01* +X194223619Y-101044136D01* +X194333283Y-101249303D01* +X194480866Y-101429134D01* +X194660697Y-101576717D01* +X194865864Y-101686381D01* +X195088484Y-101753912D01* +X195261984Y-101771000D01* +X195378016Y-101771000D01* +X195551516Y-101753912D01* +X195774136Y-101686381D01* +X195979303Y-101576717D01* +X196159134Y-101429134D01* +X196306717Y-101249303D01* +X196416381Y-101044136D01* +X196483912Y-100821516D01* +X196506714Y-100590000D01* +X196673286Y-100590000D01* +X196696088Y-100821516D01* +X196763619Y-101044136D01* +X196873283Y-101249303D01* +X197020866Y-101429134D01* +X197200697Y-101576717D01* +X197405864Y-101686381D01* +X197628484Y-101753912D01* +X197801984Y-101771000D01* +X197918016Y-101771000D01* +X198091516Y-101753912D01* +X198314136Y-101686381D01* +X198519303Y-101576717D01* +X198699134Y-101429134D01* +X198846717Y-101249303D01* +X198956381Y-101044136D01* +X199023912Y-100821516D01* +X199046714Y-100590000D01* +X199023912Y-100358484D01* +X198956381Y-100135864D01* +X198846717Y-99930697D01* +X198699134Y-99750866D01* +X198519303Y-99603283D01* +X198314136Y-99493619D01* +X198091516Y-99426088D01* +X197918016Y-99409000D01* +X197801984Y-99409000D01* +X197628484Y-99426088D01* +X197405864Y-99493619D01* +X197200697Y-99603283D01* +X197020866Y-99750866D01* +X196873283Y-99930697D01* +X196763619Y-100135864D01* +X196696088Y-100358484D01* +X196673286Y-100590000D01* +X196506714Y-100590000D01* +X196483912Y-100358484D01* +X196416381Y-100135864D01* +X196306717Y-99930697D01* +X196159134Y-99750866D01* +X195979303Y-99603283D01* +X195774136Y-99493619D01* +X195551516Y-99426088D01* +X195378016Y-99409000D01* +X195261984Y-99409000D01* +X195088484Y-99426088D01* +X194865864Y-99493619D01* +X194660697Y-99603283D01* +X194480866Y-99750866D01* +X194333283Y-99930697D01* +X194223619Y-100135864D01* +X194156088Y-100358484D01* +X194133286Y-100590000D01* +X193966714Y-100590000D01* +X193943912Y-100358484D01* +X193876381Y-100135864D01* +X193766717Y-99930697D01* +X193619134Y-99750866D01* +X193439303Y-99603283D01* +X193234136Y-99493619D01* +X193011516Y-99426088D01* +X192838016Y-99409000D01* +X192721984Y-99409000D01* +X192548484Y-99426088D01* +X192325864Y-99493619D01* +X192120697Y-99603283D01* +X191940866Y-99750866D01* +X191883031Y-99821339D01* +X191186176Y-99124485D01* +X191170327Y-99105173D01* +X191093279Y-99041941D01* +X191005375Y-98994955D01* +X190909993Y-98966022D01* +X190835654Y-98958700D01* +X190835646Y-98958700D01* +X190810800Y-98956253D01* +X190785954Y-98958700D01* +X181485445Y-98958700D01* +X181460599Y-98956253D01* +X181435753Y-98958700D01* +X181435746Y-98958700D01* +X181361407Y-98966022D01* +X181266025Y-98994955D01* +X181178121Y-99041941D01* +X181101073Y-99105173D01* +X181085229Y-99124479D01* +X180855308Y-99354400D01* +X180712978Y-99354400D01* +X180562091Y-99384413D01* +X180419958Y-99443287D01* +X180292041Y-99528758D01* +X180183258Y-99637541D01* +X180097787Y-99765458D01* +X180038913Y-99907591D01* +X180008900Y-100058478D01* +X180008900Y-100212322D01* +X180038913Y-100363209D01* +X180039241Y-100364000D01* +X179013251Y-100364000D01* +X179136588Y-100179413D01* +X179225614Y-99964485D01* +X179271000Y-99736318D01* +X179271000Y-99503682D01* +X179225614Y-99275515D01* +X179136588Y-99060587D01* +X179007342Y-98867157D01* +X178842843Y-98702658D01* +X178649413Y-98573412D01* +X178434485Y-98484386D01* +X178206318Y-98439000D01* +X177973682Y-98439000D01* +X177889683Y-98455709D01* +X181744092Y-94601300D01* +X190768254Y-94601300D01* +X190793100Y-94603747D01* +X190817946Y-94601300D01* +X190817954Y-94601300D01* +X190892293Y-94593978D01* +X190987675Y-94565045D01* +X191075579Y-94518059D01* +X191152627Y-94454827D01* +X191168476Y-94435515D01* +X191875052Y-93728940D01* +X191940866Y-93809134D01* +X192120697Y-93956717D01* +X192325864Y-94066381D01* +X192548484Y-94133912D01* +X192721984Y-94151000D01* +X192838016Y-94151000D01* +X193011516Y-94133912D01* +X193234136Y-94066381D01* +X193439303Y-93956717D01* +X193619134Y-93809134D01* +X193766717Y-93629303D01* +X193876381Y-93424136D01* +X193943912Y-93201516D01* +X193966714Y-92970000D01* +X193943912Y-92738484D01* +X193876381Y-92515864D01* +X193788099Y-92350700D01* +X194311901Y-92350700D01* +X194223619Y-92515864D01* +X194156088Y-92738484D01* +X194133286Y-92970000D01* +X194156088Y-93201516D01* +X194223619Y-93424136D01* +X194333283Y-93629303D01* +X194480866Y-93809134D01* +X194660697Y-93956717D01* +X194865864Y-94066381D01* +X195088484Y-94133912D01* +X195261984Y-94151000D01* +X195378016Y-94151000D01* +X195551516Y-94133912D01* +X195774136Y-94066381D01* +X195979303Y-93956717D01* +X196159134Y-93809134D01* +X196306717Y-93629303D01* +X196416381Y-93424136D01* +X196483912Y-93201516D01* +X196506714Y-92970000D01* +X196483912Y-92738484D01* +X196416381Y-92515864D01* +X196328099Y-92350700D01* +X196851901Y-92350700D01* +X196763619Y-92515864D01* +X196696088Y-92738484D01* +X196673286Y-92970000D01* +X196696088Y-93201516D01* +X196763619Y-93424136D01* +X196873283Y-93629303D01* +X197020866Y-93809134D01* +X197200697Y-93956717D01* +X197405864Y-94066381D01* +X197628484Y-94133912D01* +X197801984Y-94151000D01* +X197918016Y-94151000D01* +X198091516Y-94133912D01* +X198314136Y-94066381D01* +X198519303Y-93956717D01* +X198699134Y-93809134D01* +X198846717Y-93629303D01* +X198956381Y-93424136D01* +X199023912Y-93201516D01* +X199046714Y-92970000D01* +X199023912Y-92738484D01* +X198956381Y-92515864D01* +X198868099Y-92350700D01* +X199391901Y-92350700D01* +X199303619Y-92515864D01* +X199236088Y-92738484D01* +X199213286Y-92970000D01* +X199236088Y-93201516D01* +X199303619Y-93424136D01* +X199413283Y-93629303D01* +X199560866Y-93809134D01* +X199740697Y-93956717D01* +X199945864Y-94066381D01* +X200168484Y-94133912D01* +X200341984Y-94151000D01* +X200458016Y-94151000D01* +X200631516Y-94133912D01* +X200854136Y-94066381D01* +X201059303Y-93956717D01* +X201239134Y-93809134D01* +X201386717Y-93629303D01* +X201496381Y-93424136D01* +X201511146Y-93375463D01* +X201532221Y-93392759D01* +X201620125Y-93439745D01* +X201715507Y-93468678D01* +X201814700Y-93478448D01* +X201839554Y-93476000D01* +X201871341Y-93476000D01* +X201953283Y-93629303D01* +X202100866Y-93809134D01* +X202280697Y-93956717D01* +X202485864Y-94066381D01* +X202708484Y-94133912D01* +X202881984Y-94151000D01* +X202998016Y-94151000D01* +X203171516Y-94133912D01* +X203394136Y-94066381D01* +X203574901Y-93969760D01* +X203574901Y-95574207D01* +X200059785Y-99089324D01* +X200040473Y-99105173D01* +X199977241Y-99182221D01* +X199930255Y-99270126D01* +X199901322Y-99365508D01* +X199894000Y-99439847D01* +X199894000Y-99439854D01* +X199891553Y-99464700D01* +X199894000Y-99489547D01* +X199894000Y-99521341D01* +X199740697Y-99603283D01* +X199560866Y-99750866D01* +X199413283Y-99930697D01* +X199303619Y-100135864D01* +X199236088Y-100358484D01* +X199213286Y-100590000D01* +X199236088Y-100821516D01* +X199303619Y-101044136D01* +X199413283Y-101249303D01* +X199560866Y-101429134D01* +X199740697Y-101576717D01* +X199945864Y-101686381D01* +X200168484Y-101753912D01* +X200341984Y-101771000D01* +X200458016Y-101771000D01* +X200631516Y-101753912D01* +X200854136Y-101686381D01* +X201059303Y-101576717D01* +X201239134Y-101429134D01* +X201386717Y-101249303D01* +X201387041Y-101248697D01* +X201457095Y-101411004D01* +X201645759Y-101684529D01* +X201884159Y-101915992D01* +X202163135Y-102096498D01* +X202424073Y-102204572D01* +X202683000Y-102038630D01* +X202683000Y-100847000D01* +X203197000Y-100847000D01* +X203197000Y-102038630D01* +X203455927Y-102204572D01* +X203716865Y-102096498D01* +X203995841Y-101915992D01* +X204234241Y-101684529D01* +X204422905Y-101411004D01* +X204554581Y-101105928D01* +X204391662Y-100847000D01* +X203197000Y-100847000D01* +X202683000Y-100847000D01* +X202663000Y-100847000D01* +X202663000Y-100333000D01* +X202683000Y-100333000D01* +X202683000Y-99141370D01* +X203197000Y-99141370D01* +X203197000Y-100333000D01* +X204391662Y-100333000D01* +X204554581Y-100074072D01* +X204422905Y-99768996D01* +X204234241Y-99495471D01* +X203995841Y-99264008D01* +X203716865Y-99083502D01* +X203455927Y-98975428D01* +X203197000Y-99141370D01* +X202683000Y-99141370D01* +X202424073Y-98975428D01* +X202163135Y-99083502D01* +X201884159Y-99264008D01* +X201645759Y-99495471D01* +X201457095Y-99768996D01* +X201387041Y-99931303D01* +X201386717Y-99930697D01* +X201239134Y-99750866D01* +X201059303Y-99603283D01* +X201005674Y-99574617D01* +X204421120Y-96159172D01* +X204440427Y-96143327D01* +X204503659Y-96066279D01* +X204550645Y-95978375D01* +X204579578Y-95882993D01* +X204586900Y-95808654D01* +X204589348Y-95783800D01* +X204586900Y-95758946D01* +X204586900Y-77105754D01* +X204589348Y-77080900D01* +X204579578Y-76981707D01* +X204550645Y-76886325D01* +X204520538Y-76830000D01* +X204503659Y-76798421D01* +X204440427Y-76721373D01* +X204421120Y-76705528D01* +X204081307Y-76365716D01* +X204074241Y-76355471D01* +X203965004Y-76249412D01* +X203685276Y-75969685D01* +X203669427Y-75950373D01* +X203592379Y-75887141D01* +X203504475Y-75840155D01* +X203409093Y-75811222D01* +X203334754Y-75803900D01* +X203334746Y-75803900D01* +X203309900Y-75801453D01* +X203285054Y-75803900D01* +X202054945Y-75803900D01* +X202030099Y-75801453D01* +X202005253Y-75803900D01* +X202005246Y-75803900D01* +X201940794Y-75810248D01* +X201930906Y-75811222D01* +X201908707Y-75817956D01* +X201835525Y-75840155D01* +X201747621Y-75887141D01* +X201670573Y-75950373D01* +X201654728Y-75969680D01* +X201169780Y-76454629D01* +X201150474Y-76470473D01* +X201087242Y-76547521D01* +X201085781Y-76550255D01* +X201061235Y-76596177D01* +X200899303Y-76463283D01* +X200694136Y-76353619D01* +X200471516Y-76286088D01* +X200298016Y-76269000D01* +X200181984Y-76269000D01* +X200008484Y-76286088D01* +X199785864Y-76353619D01* +X199580697Y-76463283D01* +X199400866Y-76610866D01* +X199343031Y-76681339D01* +X198341476Y-75679785D01* +X198325627Y-75660473D01* +X198248579Y-75597241D01* +X198160675Y-75550255D01* +X198065293Y-75521322D01* +X197990954Y-75514000D01* +X197990946Y-75514000D01* +X197966100Y-75511553D01* +X197941254Y-75514000D01* +X197350392Y-75514000D01* +X192832205Y-70995814D01* +X192851516Y-70993912D01* +X193074136Y-70926381D01* +X193279303Y-70816717D01* +X193459134Y-70669134D01* +X193606717Y-70489303D01* +X193607041Y-70488697D01* +X193677095Y-70651004D01* +X193865759Y-70924529D01* +X194104159Y-71155992D01* +X194383135Y-71336498D01* +X194644073Y-71444572D01* +X194903000Y-71278630D01* +X194903000Y-70087000D01* +X194883000Y-70087000D01* +X194883000Y-69573000D01* +X194903000Y-69573000D01* +X194903000Y-68381370D01* +X195417000Y-68381370D01* +X195417000Y-69573000D01* +X195437000Y-69573000D01* +X195437000Y-70087000D01* +X195417000Y-70087000D01* +X195417000Y-71278630D01* +X195675927Y-71444572D01* +X195936865Y-71336498D01* +X196215841Y-71155992D01* +X196454241Y-70924529D01* +X196642905Y-70651004D01* +X196712959Y-70488697D01* +X196713283Y-70489303D01* +X196860866Y-70669134D01* +X197040697Y-70816717D01* +X197245864Y-70926381D01* +X197468484Y-70993912D01* +X197641984Y-71011000D01* +X197758016Y-71011000D01* +X197931516Y-70993912D01* +X198154136Y-70926381D01* +X198359303Y-70816717D01* +X198539134Y-70669134D01* +X198686717Y-70489303D01* +X198796381Y-70284136D01* +X198863912Y-70061516D01* +X198886714Y-69830000D01* +X199053286Y-69830000D01* +X199076088Y-70061516D01* +X199143619Y-70284136D01* +X199253283Y-70489303D01* +X199400866Y-70669134D01* +X199580697Y-70816717D01* +X199785864Y-70926381D01* +X200008484Y-70993912D01* +X200181984Y-71011000D01* +X200298016Y-71011000D01* +X200471516Y-70993912D01* +X200694136Y-70926381D01* +X200899303Y-70816717D01* +X201079134Y-70669134D01* +X201226717Y-70489303D01* +X201336381Y-70284136D01* +X201403912Y-70061516D01* +X201426714Y-69830000D01* +X201593286Y-69830000D01* +X201616088Y-70061516D01* +X201683619Y-70284136D01* +X201793283Y-70489303D01* +X201940866Y-70669134D01* +X202120697Y-70816717D01* +X202325864Y-70926381D01* +X202548484Y-70993912D01* +X202721984Y-71011000D01* +X202838016Y-71011000D01* +X203011516Y-70993912D01* +X203234136Y-70926381D01* +X203439303Y-70816717D01* +X203619134Y-70669134D01* +X203766717Y-70489303D01* +X203876381Y-70284136D01* +X203943912Y-70061516D01* +X203966714Y-69830000D01* +X203943912Y-69598484D01* +X203876381Y-69375864D01* +X203766717Y-69170697D01* +X203619134Y-68990866D01* +X203439303Y-68843283D01* +X203234136Y-68733619D01* +X203011516Y-68666088D01* +X202838016Y-68649000D01* +X202721984Y-68649000D01* +X202548484Y-68666088D01* +X202325864Y-68733619D01* +X202120697Y-68843283D01* +X201940866Y-68990866D01* +X201793283Y-69170697D01* +X201683619Y-69375864D01* +X201616088Y-69598484D01* +X201593286Y-69830000D01* +X201426714Y-69830000D01* +X201403912Y-69598484D01* +X201336381Y-69375864D01* +X201226717Y-69170697D01* +X201079134Y-68990866D01* +X200899303Y-68843283D01* +X200694136Y-68733619D01* +X200471516Y-68666088D01* +X200298016Y-68649000D01* +X200181984Y-68649000D01* +X200008484Y-68666088D01* +X199785864Y-68733619D01* +X199580697Y-68843283D01* +X199400866Y-68990866D01* +X199253283Y-69170697D01* +X199143619Y-69375864D01* +X199076088Y-69598484D01* +X199053286Y-69830000D01* +X198886714Y-69830000D01* +X198863912Y-69598484D01* +X198796381Y-69375864D01* +X198686717Y-69170697D01* +X198539134Y-68990866D01* +X198359303Y-68843283D01* +X198154136Y-68733619D01* +X197931516Y-68666088D01* +X197758016Y-68649000D01* +X197641984Y-68649000D01* +X197468484Y-68666088D01* +X197245864Y-68733619D01* +X197040697Y-68843283D01* +X196860866Y-68990866D01* +X196713283Y-69170697D01* +X196712959Y-69171303D01* +X196642905Y-69008996D01* +X196454241Y-68735471D01* +X196215841Y-68504008D01* +X195936865Y-68323502D01* +X195675927Y-68215428D01* +X195417000Y-68381370D01* +X194903000Y-68381370D01* +X194644073Y-68215428D01* +X194383135Y-68323502D01* +X194104159Y-68504008D01* +X193865759Y-68735471D01* +X193677095Y-69008996D01* +X193607041Y-69171303D01* +X193606717Y-69170697D01* +X193459134Y-68990866D01* +X193279303Y-68843283D01* +X193074136Y-68733619D01* +X192851516Y-68666088D01* +X192678016Y-68649000D01* +X192561984Y-68649000D01* +X192388484Y-68666088D01* +X192165864Y-68733619D01* +X191960697Y-68843283D01* +X191780866Y-68990866D01* +X191703407Y-69085250D01* +X191690220Y-69074428D01* +X185734376Y-63118585D01* +X185718527Y-63099273D01* +X185641479Y-63036041D01* +X185553575Y-62989055D01* +X185458193Y-62960122D01* +X185383854Y-62952800D01* +X185383846Y-62952800D01* +X185359000Y-62950353D01* +X185334154Y-62952800D01* +X184289992Y-62952800D01* +X183463192Y-62126000D01* +X183667725Y-62126000D01* +X184035960Y-62052753D01* +X184382829Y-61909075D01* +X184695004Y-61700487D01* +X184960487Y-61435004D01* +X185169075Y-61122829D01* +X185312753Y-60775960D01* +X185386000Y-60407725D01* +X185386000Y-60032275D01* +X185312753Y-59664040D01* +X185169075Y-59317171D01* +X184960487Y-59004996D01* +X184695004Y-58739513D01* +X184382829Y-58530925D01* +X184035960Y-58387247D01* +X183667725Y-58314000D01* +X183292275Y-58314000D01* +X182924040Y-58387247D01* +X182577171Y-58530925D01* +X182264996Y-58739513D01* +X181999513Y-59004996D01* +X181790925Y-59317171D01* +X181647247Y-59664040D01* +X181574000Y-60032275D01* +X181574000Y-60236809D01* +X179353476Y-58016285D01* +X179337627Y-57996973D01* +X179260579Y-57933741D01* +X179172675Y-57886755D01* +X179077293Y-57857822D01* +X179002954Y-57850500D01* +X179002946Y-57850500D01* +X178978100Y-57848053D01* +X178953254Y-57850500D01* +X178682757Y-57850500D01* +X178575451Y-57817949D01* +X178400000Y-57800669D01* +X178120750Y-57805000D01* +X178075250Y-57850500D01* +X177204750Y-57850500D01* +X177159250Y-57805000D01* +X176880000Y-57800669D01* +X176704549Y-57817949D01* +X176597243Y-57850500D01* +X175500214Y-57850500D01* +X175233659Y-57802371D01* +X174907704Y-57808146D01* +X174712883Y-57850500D01* +X172960214Y-57850500D01* +X172693659Y-57802371D01* +X172367704Y-57808146D01* +X172172883Y-57850500D01* +X170420214Y-57850500D01* +X170153659Y-57802371D01* +X169827704Y-57808146D01* +X169632883Y-57850500D01* +X167880214Y-57850500D01* +X167613659Y-57802371D01* +X167287704Y-57808146D01* +X167092883Y-57850500D01* +X166758345Y-57850500D01* +X166733499Y-57848053D01* +X166708653Y-57850500D01* +X166708646Y-57850500D01* +X166644194Y-57856848D01* +X166634306Y-57857822D01* +X166538925Y-57886755D01* +X166451021Y-57933741D01* +X166373973Y-57996973D01* +X166358128Y-58016280D01* +X166102694Y-58271715D01* +X165933762Y-58102783D01* +X165759626Y-58276919D01* +X165697832Y-57979700D01* +X165394479Y-57860298D01* +X165073659Y-57802371D01* +X164747704Y-57808146D01* +X164429138Y-57877402D01* +X164182168Y-57979700D01* +X164120373Y-58276921D01* +X164940000Y-59096547D01* +X164954142Y-59082405D01* +X165317595Y-59445858D01* +X165303453Y-59460000D01* +X165317595Y-59474142D01* +X164954142Y-59837595D01* +X164940000Y-59823453D01* +X164925858Y-59837595D01* +X164562405Y-59474142D01* +X164576547Y-59460000D01* +X163923846Y-58807299D01* +X163880300Y-58702168D01* +X163802551Y-58686003D01* +X163756921Y-58640373D01* +X163670000Y-58658445D01* +X163583079Y-58640373D01* +X163537449Y-58686003D01* +X163459700Y-58702168D01* +X163419726Y-58803726D01* +X162763453Y-59460000D01* +X162777595Y-59474142D01* +X162414142Y-59837595D01* +X162400000Y-59823453D01* +X161580373Y-60643079D01* +X161642168Y-60940300D01* +X161824689Y-61012142D01* +X161672655Y-61113727D01* +X161513727Y-61272655D01* +X161388859Y-61459534D01* +X161302848Y-61667183D01* +X161259000Y-61887621D01* +X161259000Y-62112379D01* +X161302848Y-62332817D01* +X161388859Y-62540466D01* +X161513727Y-62727345D01* +X161672655Y-62886273D01* +X161859534Y-63011141D01* +X162067183Y-63097152D01* +X162287621Y-63141000D01* +X162512379Y-63141000D01* +X162732817Y-63097152D01* +X162940466Y-63011141D01* +X163127345Y-62886273D01* +X163286273Y-62727345D01* +X163411141Y-62540466D01* +X163497152Y-62332817D01* +X163541000Y-62112379D01* +X163541000Y-61887621D01* +X163497152Y-61667183D01* +X163482875Y-61632716D01* +X163929592Y-61186000D01* +X164140382Y-61186000D01* +X164053727Y-61272655D01* +X163928859Y-61459534D01* +X163842848Y-61667183D01* +X163799000Y-61887621D01* +X163799000Y-62112379D01* +X163842848Y-62332817D01* +X163928859Y-62540466D01* +X164053727Y-62727345D01* +X164212655Y-62886273D01* +X164399534Y-63011141D01* +X164607183Y-63097152D01* +X164827621Y-63141000D01* +X165052379Y-63141000D01* +X165272817Y-63097152D01* +X165480466Y-63011141D01* +X165667345Y-62886273D01* +X165826273Y-62727345D01* +X165951141Y-62540466D01* +X166037152Y-62332817D01* +X166081000Y-62112379D01* +X166081000Y-61887621D01* +X166037152Y-61667183D01* +X166022875Y-61632716D01* +X166260892Y-61394700D01* +X166512180Y-61394700D01* +X166468859Y-61459534D01* +X166382848Y-61667183D01* +X166339000Y-61887621D01* +X166339000Y-62112379D01* +X166382848Y-62332817D01* +X166468859Y-62540466D01* +X166593727Y-62727345D01* +X166752655Y-62886273D01* +X166939534Y-63011141D01* +X167147183Y-63097152D01* +X167367621Y-63141000D01* +X167592379Y-63141000D01* +X167812817Y-63097152D01* +X167847284Y-63082875D01* +X169145128Y-64380720D01* +X169160973Y-64400027D01* +X169238021Y-64463259D01* +X169318962Y-64506523D01* +X169325925Y-64510245D01* +X169421307Y-64539178D01* +X169520500Y-64548948D01* +X169545354Y-64546500D01* +X180990909Y-64546500D01* +X185097275Y-68652867D01* +X185058016Y-68649000D01* +X184941984Y-68649000D01* +X184933396Y-68649846D01* +X184784123Y-68500572D01* +X184759470Y-68470532D01* +X184729427Y-68445876D01* +X183444128Y-67160578D01* +X183419469Y-67130531D01* +X183299572Y-67032134D01* +X183162783Y-66959018D01* +X183014357Y-66913994D01* +X182898673Y-66902600D01* +X182898663Y-66902600D01* +X182860000Y-66898792D01* +X182821337Y-66902600D01* +X162428662Y-66902600D01* +X162389999Y-66898792D01* +X162351336Y-66902600D01* +X149431210Y-66902600D01* +X149629303Y-66796717D01* +X149809134Y-66649134D01* +X149956717Y-66469303D01* +X150066381Y-66264136D01* +X150133912Y-66041516D01* +X150156714Y-65810000D01* +X150133912Y-65578484D01* +X150066381Y-65355864D01* +X149956717Y-65150697D01* +X149809134Y-64970866D01* +X149629303Y-64823283D01* +X149424136Y-64713619D01* +X149201516Y-64646088D01* +X149028016Y-64629000D01* +X148911984Y-64629000D01* +X148738484Y-64646088D01* +X148515864Y-64713619D01* +X148310697Y-64823283D01* +X148146000Y-64958446D01* +X148146000Y-62578092D01* +X148171141Y-62540466D01* +X148257152Y-62332817D01* +X148301000Y-62112379D01* +X148301000Y-61887621D01* +X148257152Y-61667183D01* +X148171141Y-61459534D01* +X148046273Y-61272655D01* +X147999618Y-61226000D01* +X148860382Y-61226000D01* +X148813727Y-61272655D01* +X148688859Y-61459534D01* +X148602848Y-61667183D01* +X148559000Y-61887621D01* +X148559000Y-62112379D01* +X148602848Y-62332817D01* +X148688859Y-62540466D01* +X148813727Y-62727345D01* +X148972655Y-62886273D01* +X149159534Y-63011141D01* +X149367183Y-63097152D01* +X149587621Y-63141000D01* +X149812379Y-63141000D01* +X150032817Y-63097152D01* +X150240466Y-63011141D01* +X150427345Y-62886273D01* +X150586273Y-62727345D01* +X150711141Y-62540466D01* +X150797152Y-62332817D01* +X150841000Y-62112379D01* +X150841000Y-61887621D01* +X150797152Y-61667183D01* +X150711141Y-61459534D01* +X150586273Y-61272655D01* +X150539618Y-61226000D01* +X151400382Y-61226000D01* +X151353727Y-61272655D01* +X151228859Y-61459534D01* +X151142848Y-61667183D01* +X151099000Y-61887621D01* +X151099000Y-62112379D01* +X151142848Y-62332817D01* +X151228859Y-62540466D01* +X151353727Y-62727345D01* +X151512655Y-62886273D01* +X151699534Y-63011141D01* +X151907183Y-63097152D01* +X152127621Y-63141000D01* +X152352379Y-63141000D01* +X152572817Y-63097152D01* +X152780466Y-63011141D01* +X152967345Y-62886273D01* +X153126273Y-62727345D01* +X153251141Y-62540466D01* +X153337152Y-62332817D01* +X153381000Y-62112379D01* +X153381000Y-61887621D01* +X153337152Y-61667183D01* +X153251141Y-61459534D01* +X153126273Y-61272655D01* +X153079618Y-61226000D01* +X153940382Y-61226000D01* +X153893727Y-61272655D01* +X153768859Y-61459534D01* +X153682848Y-61667183D01* +X153639000Y-61887621D01* +X153639000Y-62112379D01* +X153682848Y-62332817D01* +X153768859Y-62540466D01* +X153893727Y-62727345D01* +X154052655Y-62886273D01* +X154239534Y-63011141D01* +X154447183Y-63097152D01* +X154667621Y-63141000D01* +X154892379Y-63141000D01* +X155112817Y-63097152D01* +X155320466Y-63011141D01* +X155507345Y-62886273D01* +X155666273Y-62727345D01* +X155791141Y-62540466D01* +X155877152Y-62332817D01* +X155921000Y-62112379D01* +X155921000Y-61887621D01* +X155877152Y-61667183D01* +X155791141Y-61459534D01* +X155666273Y-61272655D01* +X155649565Y-61255947D01* +X155766991Y-61304587D01* +X155917878Y-61334600D01* +X156071722Y-61334600D01* +X156222609Y-61304587D01* +X156364742Y-61245713D01* +X156492659Y-61160242D01* +X156601442Y-61051459D01* +X156652071Y-60975687D01* +X156744689Y-61012142D01* +X156592655Y-61113727D01* +X156433727Y-61272655D01* +X156308859Y-61459534D01* +X156222848Y-61667183D01* +X156179000Y-61887621D01* +X156179000Y-62112379D01* +X156222848Y-62332817D01* +X156308859Y-62540466D01* +X156433727Y-62727345D01* +X156592655Y-62886273D01* +X156779534Y-63011141D01* +X156987183Y-63097152D01* +X157207621Y-63141000D01* +X157432379Y-63141000D01* +X157652817Y-63097152D01* +X157860466Y-63011141D01* +X158047345Y-62886273D01* +X158206273Y-62727345D01* +X158331141Y-62540466D01* +X158417152Y-62332817D01* +X158461000Y-62112379D01* +X158461000Y-61887621D01* +X158719000Y-61887621D01* +X158719000Y-62112379D01* +X158762848Y-62332817D01* +X158848859Y-62540466D01* +X158973727Y-62727345D01* +X159132655Y-62886273D01* +X159319534Y-63011141D01* +X159527183Y-63097152D01* +X159747621Y-63141000D01* +X159972379Y-63141000D01* +X160192817Y-63097152D01* +X160400466Y-63011141D01* +X160587345Y-62886273D01* +X160746273Y-62727345D01* +X160871141Y-62540466D01* +X160957152Y-62332817D01* +X161001000Y-62112379D01* +X161001000Y-61887621D01* +X160957152Y-61667183D01* +X160871141Y-61459534D01* +X160746273Y-61272655D01* +X160587345Y-61113727D01* +X160438786Y-61014463D01* +X160617832Y-60940300D01* +X160679627Y-60643079D01* +X159860000Y-59823453D01* +X159040373Y-60643079D01* +X159102168Y-60940300D01* +X159284689Y-61012142D01* +X159132655Y-61113727D01* +X158973727Y-61272655D01* +X158848859Y-61459534D01* +X158762848Y-61667183D01* +X158719000Y-61887621D01* +X158461000Y-61887621D01* +X158417152Y-61667183D01* +X158331141Y-61459534D01* +X158206273Y-61272655D01* +X158047345Y-61113727D01* +X157898786Y-61014463D01* +X158077832Y-60940300D01* +X158139627Y-60643079D01* +X157320000Y-59823453D01* +X157305858Y-59837595D01* +X156942405Y-59474142D01* +X156956547Y-59460000D01* +X157683453Y-59460000D01* +X158336154Y-60112701D01* +X158379700Y-60217832D01* +X158457449Y-60233997D01* +X158503079Y-60279627D01* +X158590000Y-60261555D01* +X158676921Y-60279627D01* +X158722551Y-60233997D01* +X158800300Y-60217832D01* +X158840274Y-60116274D01* +X159496547Y-59460000D01* +X160223453Y-59460000D01* +X160876154Y-60112701D01* +X160919700Y-60217832D01* +X160997449Y-60233997D01* +X161043079Y-60279627D01* +X161130000Y-60261555D01* +X161216921Y-60279627D01* +X161262551Y-60233997D01* +X161340300Y-60217832D01* +X161380274Y-60116274D01* +X162036547Y-59460000D01* +X161383846Y-58807299D01* +X161340300Y-58702168D01* +X161262551Y-58686003D01* +X161216921Y-58640373D01* +X161130000Y-58658445D01* +X161043079Y-58640373D01* +X160997449Y-58686003D01* +X160919700Y-58702168D01* +X160879726Y-58803726D01* +X160223453Y-59460000D01* +X159496547Y-59460000D01* +X158843846Y-58807299D01* +X158800300Y-58702168D01* +X158722551Y-58686003D01* +X158676921Y-58640373D01* +X158590000Y-58658445D01* +X158503079Y-58640373D01* +X158457449Y-58686003D01* +X158379700Y-58702168D01* +X158339726Y-58803726D01* +X157683453Y-59460000D01* +X156956547Y-59460000D01* +X156303846Y-58807299D01* +X156260300Y-58702168D01* +X156182551Y-58686003D01* +X156136921Y-58640373D01* +X156050000Y-58658445D01* +X155963079Y-58640373D01* +X155917449Y-58686003D01* +X155839700Y-58702168D01* +X155799726Y-58803726D01* +X155143453Y-59460000D01* +X155157595Y-59474142D01* +X154794142Y-59837595D01* +X154780000Y-59823453D01* +X154765858Y-59837595D01* +X154402405Y-59474142D01* +X154416547Y-59460000D01* +X153763846Y-58807299D01* +X153720300Y-58702168D01* +X153642551Y-58686003D01* +X153596921Y-58640373D01* +X153510000Y-58658445D01* +X153423079Y-58640373D01* +X153377449Y-58686003D01* +X153299700Y-58702168D01* +X153259726Y-58803726D01* +X152603453Y-59460000D01* +X152617595Y-59474142D01* +X152254142Y-59837595D01* +X152240000Y-59823453D01* +X152225858Y-59837595D01* +X151862405Y-59474142D01* +X151876547Y-59460000D01* +X151223846Y-58807299D01* +X151180300Y-58702168D01* +X151102551Y-58686003D01* +X151056921Y-58640373D01* +X150970000Y-58658445D01* +X150883079Y-58640373D01* +X150837449Y-58686003D01* +X150759700Y-58702168D01* +X150719726Y-58803726D01* +X150063453Y-59460000D01* +X150077595Y-59474142D01* +X149714142Y-59837595D01* +X149700000Y-59823453D01* +X149685858Y-59837595D01* +X149322405Y-59474142D01* +X149336547Y-59460000D01* +X148683846Y-58807299D01* +X148640300Y-58702168D01* +X148562551Y-58686003D01* +X148516921Y-58640373D01* +X148430000Y-58658445D01* +X148343079Y-58640373D01* +X148297449Y-58686003D01* +X148219700Y-58702168D01* +X148179726Y-58803726D01* +X147523453Y-59460000D01* +X147537595Y-59474142D01* +X147174142Y-59837595D01* +X147160000Y-59823453D01* +X147145858Y-59837595D01* +X146782405Y-59474142D01* +X146796547Y-59460000D01* +X146143846Y-58807299D01* +X146100300Y-58702168D01* +X146022551Y-58686003D01* +X145976921Y-58640373D01* +X145890000Y-58658445D01* +X145803079Y-58640373D01* +X145757449Y-58686003D01* +X145679700Y-58702168D01* +X145639726Y-58803726D01* +X144983453Y-59460000D01* +X144997595Y-59474142D01* +X144634142Y-59837595D01* +X144620000Y-59823453D01* +X144605858Y-59837595D01* +X144242405Y-59474142D01* +X144256547Y-59460000D01* +X143603846Y-58807299D01* +X143560300Y-58702168D01* +X143482551Y-58686003D01* +X143436921Y-58640373D01* +X143350000Y-58658445D01* +X143263079Y-58640373D01* +X143217449Y-58686003D01* +X143139700Y-58702168D01* +X143099726Y-58803726D01* +X142443453Y-59460000D01* +X143096154Y-60112701D01* +X143139700Y-60217832D01* +X143217449Y-60233997D01* +X143263079Y-60279627D01* +X143350000Y-60261555D01* +X143436919Y-60279626D01* +X143262783Y-60453762D01* +X143426715Y-60617694D01* +X143019780Y-61024629D01* +X143000474Y-61040473D01* +X142937242Y-61117521D01* +X142923752Y-61142759D01* +X142893316Y-61199698D01* +X142807345Y-61113727D01* +X142658786Y-61014463D01* +X142837832Y-60940300D01* +X142899627Y-60643079D01* +X142080000Y-59823453D01* +X141260373Y-60643079D01* +X141322168Y-60940300D01* +X141504689Y-61012142D01* +X141352655Y-61113727D01* +X141193727Y-61272655D01* +X141068859Y-61459534D01* +X140982848Y-61667183D01* +X140939000Y-61887621D01* +X140939000Y-62112379D01* +X140982848Y-62332817D01* +X141068859Y-62540466D01* +X141193727Y-62727345D01* +X141352655Y-62886273D01* +X141539534Y-63011141D01* +X141574000Y-63025417D01* +X141574000Y-63745108D01* +X141009780Y-64309329D01* +X140990474Y-64325173D01* +X140927242Y-64402221D01* +X140902127Y-64449208D01* +X140880255Y-64490126D01* +X140851322Y-64585508D01* +X140841553Y-64684700D01* +X140844001Y-64709556D01* +X140844001Y-64741340D01* +X140690697Y-64823283D01* +X140510866Y-64970866D01* +X140363283Y-65150697D01* +X140253619Y-65355864D01* +X140186088Y-65578484D01* +X140181783Y-65622192D01* +X140029376Y-65469785D01* +X140013527Y-65450473D01* +X139936479Y-65387241D01* +X139911916Y-65374112D01* +X139906381Y-65355864D01* +X139796717Y-65150697D01* +X139649134Y-64970866D01* +X139469303Y-64823283D01* +X139264136Y-64713619D01* +X139041516Y-64646088D01* +X138868016Y-64629000D01* +X138751984Y-64629000D01* +X138578484Y-64646088D01* +X138355864Y-64713619D01* +X138150697Y-64823283D01* +X137970866Y-64970866D01* +X137823283Y-65150697D01* +X137713619Y-65355864D01* +X137646088Y-65578484D01* +X137623286Y-65810000D01* +X137646088Y-66041516D01* +X137659596Y-66086045D01* +X137452843Y-65879292D01* +X137452843Y-65010000D01* +X137445487Y-64935311D01* +X137423701Y-64863492D01* +X137388322Y-64797304D01* +X137340711Y-64739289D01* +X137282696Y-64691678D01* +X137216508Y-64656299D01* +X137144689Y-64634513D01* +X137070000Y-64627157D01* +X135470000Y-64627157D01* +X135395311Y-64634513D01* +X135323492Y-64656299D01* +X135257304Y-64691678D01* +X135199289Y-64739289D01* +X135151678Y-64797304D01* +X135116299Y-64863492D01* +X135094513Y-64935311D01* +X135087157Y-65010000D01* +X135087157Y-65022600D01* +X134695662Y-65022600D01* +X134656999Y-65018792D01* +X134618336Y-65022600D01* +X134618327Y-65022600D01* +X134502643Y-65033994D01* +X134354217Y-65079018D01* +X134217428Y-65152134D01* +X134217426Y-65152135D01* +X134217427Y-65152135D01* +X134127569Y-65225879D01* +X134127567Y-65225881D01* +X134097531Y-65250531D01* +X134072881Y-65280567D01* +X133280850Y-66072600D01* +X129826056Y-66072600D01* +X129721953Y-65968497D01* +X130023203Y-65901736D01* +X130146636Y-65591504D01* +X130207174Y-65263152D01* +X130202491Y-64929299D01* +X130132767Y-64602775D01* +X130023203Y-64338264D01* +X129721953Y-64271503D01* +X129777256Y-64216200D01* +X135264954Y-64216200D01* +X135289800Y-64218647D01* +X135314646Y-64216200D01* +X135314654Y-64216200D01* +X135388993Y-64208878D01* +X135484375Y-64179945D01* +X135572279Y-64132959D01* +X135649327Y-64069727D01* +X135665176Y-64050415D01* +X136632716Y-63082875D01* +X136667183Y-63097152D01* +X136887621Y-63141000D01* +X137112379Y-63141000D01* +X137332817Y-63097152D01* +X137540466Y-63011141D01* +X137727345Y-62886273D01* +X137886273Y-62727345D01* +X138011141Y-62540466D01* +X138097152Y-62332817D01* +X138141000Y-62112379D01* +X138141000Y-61887621D01* +X138399000Y-61887621D01* +X138399000Y-62112379D01* +X138442848Y-62332817D01* +X138528859Y-62540466D01* +X138653727Y-62727345D01* +X138812655Y-62886273D01* +X138999534Y-63011141D01* +X139207183Y-63097152D01* +X139427621Y-63141000D01* +X139652379Y-63141000D01* +X139872817Y-63097152D01* +X140080466Y-63011141D01* +X140267345Y-62886273D01* +X140426273Y-62727345D01* +X140551141Y-62540466D01* +X140637152Y-62332817D01* +X140681000Y-62112379D01* +X140681000Y-61887621D01* +X140637152Y-61667183D01* +X140551141Y-61459534D01* +X140426273Y-61272655D01* +X140267345Y-61113727D01* +X140118786Y-61014463D01* +X140297832Y-60940300D01* +X140359627Y-60643079D01* +X139540000Y-59823453D01* +X138720373Y-60643079D01* +X138782168Y-60940300D01* +X138964689Y-61012142D01* +X138812655Y-61113727D01* +X138653727Y-61272655D01* +X138528859Y-61459534D01* +X138442848Y-61667183D01* +X138399000Y-61887621D01* +X138141000Y-61887621D01* +X138097152Y-61667183D01* +X138011141Y-61459534D01* +X137886273Y-61272655D01* +X137727345Y-61113727D01* +X137578786Y-61014463D01* +X137757832Y-60940300D01* +X137819627Y-60643079D01* +X137000000Y-59823453D01* +X136180373Y-60643079D01* +X136242168Y-60940300D01* +X136424689Y-61012142D01* +X136272655Y-61113727D01* +X136113727Y-61272655D01* +X135988859Y-61459534D01* +X135902848Y-61667183D01* +X135859000Y-61887621D01* +X135859000Y-62112379D01* +X135902848Y-62332817D01* +X135917125Y-62367284D01* +X135080209Y-63204200D01* +X115750197Y-63204200D01* +X115813546Y-63085682D01* +X115875358Y-62881913D01* +X115896230Y-62670000D01* +X115875358Y-62458087D01* +X115813546Y-62254318D01* +X115713167Y-62066523D01* +X115578081Y-61901919D01* +X115413477Y-61766833D01* +X115225682Y-61666454D01* +X115021913Y-61604642D01* +X114863100Y-61589000D01* +X114756900Y-61589000D01* +X114598087Y-61604642D01* +X114394318Y-61666454D01* +X114206523Y-61766833D01* +X114041919Y-61901919D01* +X113906833Y-62066523D01* +X113806454Y-62254318D01* +X113744642Y-62458087D01* +X113723770Y-62670000D01* +X113744642Y-62881913D01* +X113806454Y-63085682D01* +X113869803Y-63204200D01* +X112974645Y-63204200D01* +X112949799Y-63201753D01* +X112924953Y-63204200D01* +X112924946Y-63204200D01* +X112850607Y-63211522D01* +X112755225Y-63240455D01* +X112667321Y-63287441D01* +X112590273Y-63350673D01* +X112574429Y-63369979D01* +X110791000Y-65153408D01* +X110791000Y-65003531D01* +X110749457Y-64794684D01* +X110667969Y-64597955D01* +X110549667Y-64420903D01* +X110399097Y-64270333D01* +X110222045Y-64152031D01* +X110025316Y-64070543D01* +X109816469Y-64029000D01* +X109603531Y-64029000D01* +X109394684Y-64070543D01* +X109388639Y-64073047D01* +X108033000Y-62717409D01* +X108033000Y-62563531D01* +X108649000Y-62563531D01* +X108649000Y-62776469D01* +X108690543Y-62985316D01* +X108772031Y-63182045D01* +X108890333Y-63359097D01* +X109040903Y-63509667D01* +X109217955Y-63627969D01* +X109414684Y-63709457D01* +X109623531Y-63751000D01* +X109836469Y-63751000D01* +X110045316Y-63709457D01* +X110242045Y-63627969D01* +X110419097Y-63509667D01* +X110569667Y-63359097D01* +X110687969Y-63182045D01* +X110769457Y-62985316D01* +X110811000Y-62776469D01* +X110811000Y-62563531D01* +X110769457Y-62354684D01* +X110687969Y-62157955D01* +X110569667Y-61980903D01* +X110419097Y-61830333D01* +X110242045Y-61712031D01* +X110045316Y-61630543D01* +X109836469Y-61589000D01* +X109623531Y-61589000D01* +X109414684Y-61630543D01* +X109217955Y-61712031D01* +X109040903Y-61830333D01* +X108890333Y-61980903D01* +X108772031Y-62157955D01* +X108690543Y-62354684D01* +X108649000Y-62563531D01* +X108033000Y-62563531D01* +X108033000Y-60032275D01* +X129254000Y-60032275D01* +X129254000Y-60407725D01* +X129327247Y-60775960D01* +X129470925Y-61122829D01* +X129679513Y-61435004D01* +X129944996Y-61700487D01* +X130257171Y-61909075D01* +X130604040Y-62052753D01* +X130972275Y-62126000D01* +X131347725Y-62126000D01* +X131715960Y-62052753D01* +X132062829Y-61909075D01* +X132375004Y-61700487D01* +X132640487Y-61435004D01* +X132849075Y-61122829D01* +X132992753Y-60775960D01* +X133066000Y-60407725D01* +X133066000Y-60032275D01* +X132992753Y-59664040D01* +X132852874Y-59326341D01* +X135342371Y-59326341D01* +X135348146Y-59652296D01* +X135417402Y-59970862D01* +X135519700Y-60217832D01* +X135816921Y-60279627D01* +X136636547Y-59460000D01* +X137363453Y-59460000D01* +X138016154Y-60112701D01* +X138059700Y-60217832D01* +X138137449Y-60233997D01* +X138183079Y-60279627D01* +X138270000Y-60261555D01* +X138356921Y-60279627D01* +X138402551Y-60233997D01* +X138480300Y-60217832D01* +X138520274Y-60116274D01* +X139176547Y-59460000D01* +X139903453Y-59460000D01* +X140556154Y-60112701D01* +X140599700Y-60217832D01* +X140677449Y-60233997D01* +X140723079Y-60279627D01* +X140810000Y-60261555D01* +X140896921Y-60279627D01* +X140942551Y-60233997D01* +X141020300Y-60217832D01* +X141060274Y-60116274D01* +X141716547Y-59460000D01* +X141063846Y-58807299D01* +X141020300Y-58702168D01* +X140942551Y-58686003D01* +X140896921Y-58640373D01* +X140810000Y-58658445D01* +X140723079Y-58640373D01* +X140677449Y-58686003D01* +X140599700Y-58702168D01* +X140559726Y-58803726D01* +X139903453Y-59460000D01* +X139176547Y-59460000D01* +X138523846Y-58807299D01* +X138480300Y-58702168D01* +X138402551Y-58686003D01* +X138356921Y-58640373D01* +X138270000Y-58658445D01* +X138183079Y-58640373D01* +X138137449Y-58686003D01* +X138059700Y-58702168D01* +X138019726Y-58803726D01* +X137363453Y-59460000D01* +X136636547Y-59460000D01* +X135816921Y-58640373D01* +X135519700Y-58702168D01* +X135400298Y-59005521D01* +X135342371Y-59326341D01* +X132852874Y-59326341D01* +X132849075Y-59317171D01* +X132640487Y-59004996D01* +X132375004Y-58739513D01* +X132062829Y-58530925D01* +X131715960Y-58387247D01* +X131347725Y-58314000D01* +X130972275Y-58314000D01* +X130604040Y-58387247D01* +X130257171Y-58530925D01* +X129944996Y-58739513D01* +X129679513Y-59004996D01* +X129470925Y-59317171D01* +X129327247Y-59664040D01* +X129254000Y-60032275D01* +X108033000Y-60032275D01* +X108033000Y-58276921D01* +X136180373Y-58276921D01* +X137000000Y-59096547D01* +X137819627Y-58276921D01* +X138720373Y-58276921D01* +X139540000Y-59096547D01* +X140359627Y-58276921D01* +X141260373Y-58276921D01* +X142080000Y-59096547D01* +X142899627Y-58276921D01* +X143800373Y-58276921D01* +X144620000Y-59096547D01* +X145439627Y-58276921D01* +X146340373Y-58276921D01* +X147160000Y-59096547D01* +X147979627Y-58276921D01* +X148880373Y-58276921D01* +X149700000Y-59096547D01* +X150519627Y-58276921D01* +X151420373Y-58276921D01* +X152240000Y-59096547D01* +X153059627Y-58276921D01* +X153960373Y-58276921D01* +X154780000Y-59096547D01* +X155599627Y-58276921D01* +X156500373Y-58276921D01* +X157320000Y-59096547D01* +X158139627Y-58276921D01* +X159040373Y-58276921D01* +X159860000Y-59096547D01* +X160679627Y-58276921D01* +X161580373Y-58276921D01* +X162400000Y-59096547D01* +X163219627Y-58276921D01* +X163157832Y-57979700D01* +X162854479Y-57860298D01* +X162533659Y-57802371D01* +X162207704Y-57808146D01* +X161889138Y-57877402D01* +X161642168Y-57979700D01* +X161580373Y-58276921D01* +X160679627Y-58276921D01* +X160617832Y-57979700D01* +X160314479Y-57860298D01* +X159993659Y-57802371D01* +X159667704Y-57808146D01* +X159349138Y-57877402D01* +X159102168Y-57979700D01* +X159040373Y-58276921D01* +X158139627Y-58276921D01* +X158077832Y-57979700D01* +X157774479Y-57860298D01* +X157453659Y-57802371D01* +X157127704Y-57808146D01* +X156809138Y-57877402D01* +X156562168Y-57979700D01* +X156500373Y-58276921D01* +X155599627Y-58276921D01* +X155537832Y-57979700D01* +X155234479Y-57860298D01* +X154913659Y-57802371D01* +X154587704Y-57808146D01* +X154269138Y-57877402D01* +X154022168Y-57979700D01* +X153960373Y-58276921D01* +X153059627Y-58276921D01* +X152997832Y-57979700D01* +X152694479Y-57860298D01* +X152373659Y-57802371D01* +X152047704Y-57808146D01* +X151729138Y-57877402D01* +X151482168Y-57979700D01* +X151420373Y-58276921D01* +X150519627Y-58276921D01* +X150457832Y-57979700D01* +X150154479Y-57860298D01* +X149833659Y-57802371D01* +X149507704Y-57808146D01* +X149189138Y-57877402D01* +X148942168Y-57979700D01* +X148880373Y-58276921D01* +X147979627Y-58276921D01* +X147917832Y-57979700D01* +X147614479Y-57860298D01* +X147293659Y-57802371D01* +X146967704Y-57808146D01* +X146649138Y-57877402D01* +X146402168Y-57979700D01* +X146340373Y-58276921D01* +X145439627Y-58276921D01* +X145377832Y-57979700D01* +X145074479Y-57860298D01* +X144753659Y-57802371D01* +X144427704Y-57808146D01* +X144109138Y-57877402D01* +X143862168Y-57979700D01* +X143800373Y-58276921D01* +X142899627Y-58276921D01* +X142837832Y-57979700D01* +X142534479Y-57860298D01* +X142213659Y-57802371D01* +X141887704Y-57808146D01* +X141569138Y-57877402D01* +X141322168Y-57979700D01* +X141260373Y-58276921D01* +X140359627Y-58276921D01* +X140297832Y-57979700D01* +X139994479Y-57860298D01* +X139673659Y-57802371D01* +X139347704Y-57808146D01* +X139029138Y-57877402D01* +X138782168Y-57979700D01* +X138720373Y-58276921D01* +X137819627Y-58276921D01* +X137757832Y-57979700D01* +X137454479Y-57860298D01* +X137133659Y-57802371D01* +X136807704Y-57808146D01* +X136489138Y-57877402D01* +X136242168Y-57979700D01* +X136180373Y-58276921D01* +X108033000Y-58276921D01* +X108033000Y-54551854D01* +X108035448Y-54527000D01* +X108025678Y-54427807D01* +X107996745Y-54332425D01* +X107949759Y-54244521D01* +X107886527Y-54167473D01* +X107867220Y-54151628D01* +X106675221Y-52959630D01* +X106687536Y-52929900D01* +X106731000Y-52711394D01* +X106731000Y-52488606D01* +X106687536Y-52270100D01* +X106602279Y-52064271D01* +X106478505Y-51879030D01* +X106320970Y-51721495D01* +X106135729Y-51597721D01* +X105929900Y-51512464D01* +X105711394Y-51469000D01* +X105488606Y-51469000D01* +X105270100Y-51512464D01* +X105064271Y-51597721D01* +X104879030Y-51721495D01* +X104721495Y-51879030D01* +X104597721Y-52064271D01* +X104512464Y-52270100D01* +X104469000Y-52488606D01* +X104469000Y-52711394D01* +X104512464Y-52929900D01* +X104597721Y-53135729D01* +X104721495Y-53320970D01* +X104879030Y-53478505D01* +X105064271Y-53602279D01* +X105270100Y-53687536D01* +X105488606Y-53731000D01* +X105711394Y-53731000D01* +X105929900Y-53687536D01* +X105959630Y-53675221D01* +X107021001Y-54736593D01* +X107021000Y-62902154D01* +X107018553Y-62927000D01* +X107021000Y-62951846D01* +X107021000Y-62951853D01* +X107028322Y-63026192D01* +X107057255Y-63121574D01* +X107104241Y-63209479D01* +X107167473Y-63286527D01* +X107186785Y-63302376D01* +X108673047Y-64788639D01* +X108670543Y-64794684D01* +X108629000Y-65003531D01* +X108629000Y-65216469D01* +X108670543Y-65425316D01* +X108752031Y-65622045D01* +X108870333Y-65799097D01* +X109020903Y-65949667D01* +X109197955Y-66067969D01* +X109394684Y-66149457D01* +X109603531Y-66191000D01* +X109753409Y-66191000D01* +X109231116Y-66713294D01* +X109062183Y-66544361D01* +X108888497Y-66718047D01* +X108821736Y-66416797D01* +X108511504Y-66293364D01* +X108183152Y-66232826D01* +X107849299Y-66237509D01* +X107522775Y-66307233D01* +X107258264Y-66416797D01* +X107191502Y-66718049D01* +X108040000Y-67566547D01* +X108054142Y-67552405D01* +X108417595Y-67915858D01* +X108403453Y-67930000D01* +X108417595Y-67944142D01* +X108054142Y-68307595D01* +X108040000Y-68293453D01* +X107191502Y-69141951D01* +X107258264Y-69443203D01* +X107568496Y-69566636D01* +X107896848Y-69627174D01* +X108230701Y-69622491D01* +X108557225Y-69552767D01* +X108764000Y-69467118D01* +X108764001Y-103319844D01* +X108761553Y-103344700D01* +X108771322Y-103443892D01* +X108800255Y-103539274D01* +X108818788Y-103573946D01* +X108847242Y-103627179D01* +X108910474Y-103704227D01* +X108929781Y-103720072D01* +X113026865Y-107817157D01* +X113000000Y-107817157D01* +X112925311Y-107824513D01* +X112853492Y-107846299D01* +X112787304Y-107881678D01* +X112729289Y-107929289D01* +X112681678Y-107987304D01* +X112646299Y-108053492D01* +X112624513Y-108125311D01* +X112617157Y-108200000D01* +X112617157Y-109800000D01* +X112624513Y-109874689D01* +X112646299Y-109946508D01* +X112681678Y-110012696D01* +X112729289Y-110070711D01* +X112787304Y-110118322D01* +X112853492Y-110153701D01* +X112925311Y-110175487D01* +X113000000Y-110182843D01* +X114600000Y-110182843D01* +X114674689Y-110175487D01* +X114746508Y-110153701D01* +X114812696Y-110118322D01* +X114870711Y-110070711D01* +X114918322Y-110012696D01* +X114938241Y-109975432D01* +X130497228Y-125534420D01* +X130513073Y-125553727D01* +X130590121Y-125616959D01* +X130670285Y-125659808D01* +X130678025Y-125663945D01* +X130773407Y-125692878D01* +X130872600Y-125702648D01* +X130897454Y-125700200D01* +X135990954Y-125700200D01* +X136015800Y-125702647D01* +X136040646Y-125700200D01* +X136040654Y-125700200D01* +X136114993Y-125692878D01* +X136210375Y-125663945D01* +X136298279Y-125616959D01* +X136375327Y-125553727D01* +X136391176Y-125534415D01* +X136660215Y-125265376D01* +X136679527Y-125249527D01* +X136742759Y-125172479D01* +X136789745Y-125084575D01* +X136818678Y-124989193D01* +X136823542Y-124939811D01* +X136880697Y-124986717D01* +X137085864Y-125096381D01* +X137308484Y-125163912D01* +X137481984Y-125181000D01* +X137598016Y-125181000D01* +X137771516Y-125163912D01* +X137994136Y-125096381D01* +X138199303Y-124986717D01* +X138379134Y-124839134D01* +X138526717Y-124659303D01* +X138636381Y-124454136D01* +X138703912Y-124231516D01* +X138726714Y-124000000D01* +X138893286Y-124000000D01* +X138916088Y-124231516D01* +X138983619Y-124454136D01* +X139093283Y-124659303D01* +X139240866Y-124839134D01* +X139420697Y-124986717D01* +X139625864Y-125096381D01* +X139848484Y-125163912D01* +X140021984Y-125181000D01* +X140138016Y-125181000D01* +X140311516Y-125163912D01* +X140534136Y-125096381D01* +X140739303Y-124986717D01* +X140919134Y-124839134D01* +X141066717Y-124659303D01* +X141176381Y-124454136D01* +X141243912Y-124231516D01* +X141266714Y-124000000D01* +X141433286Y-124000000D01* +X141456088Y-124231516D01* +X141523619Y-124454136D01* +X141633283Y-124659303D01* +X141780866Y-124839134D01* +X141960697Y-124986717D01* +X142165864Y-125096381D01* +X142388484Y-125163912D01* +X142561984Y-125181000D01* +X142678016Y-125181000D01* +X142851516Y-125163912D01* +X143074136Y-125096381D01* +X143279303Y-124986717D01* +X143459134Y-124839134D01* +X143606717Y-124659303D01* +X143716381Y-124454136D01* +X143783912Y-124231516D01* +X143806714Y-124000000D01* +X143973286Y-124000000D01* +X143996088Y-124231516D01* +X144063619Y-124454136D01* +X144173283Y-124659303D01* +X144320866Y-124839134D01* +X144500697Y-124986717D01* +X144705864Y-125096381D01* +X144928484Y-125163912D01* +X145101984Y-125181000D01* +X145218016Y-125181000D01* +X145391516Y-125163912D01* +X145614136Y-125096381D01* +X145819303Y-124986717D01* +X145999134Y-124839134D01* +X146146717Y-124659303D01* +X146256381Y-124454136D01* +X146323912Y-124231516D01* +X146346714Y-124000000D01* +X146513286Y-124000000D01* +X146536088Y-124231516D01* +X146603619Y-124454136D01* +X146713283Y-124659303D01* +X146860866Y-124839134D01* +X147040697Y-124986717D01* +X147245864Y-125096381D01* +X147468484Y-125163912D01* +X147641984Y-125181000D01* +X147758016Y-125181000D01* +X147931516Y-125163912D01* +X148154136Y-125096381D01* +X148359303Y-124986717D01* +X148539134Y-124839134D01* +X148686717Y-124659303D01* +X148796381Y-124454136D01* +X148863912Y-124231516D01* +X148886714Y-124000000D01* +X149053286Y-124000000D01* +X149076088Y-124231516D01* +X149143619Y-124454136D01* +X149253283Y-124659303D01* +X149400866Y-124839134D01* +X149580697Y-124986717D01* +X149785864Y-125096381D01* +X150008484Y-125163912D01* +X150181984Y-125181000D01* +X150298016Y-125181000D01* +X150471516Y-125163912D01* +X150694136Y-125096381D01* +X150899303Y-124986717D01* +X151079134Y-124839134D01* +X151226717Y-124659303D01* +X151336381Y-124454136D01* +X151403912Y-124231516D01* +X151426714Y-124000000D01* +X151593286Y-124000000D01* +X151616088Y-124231516D01* +X151683619Y-124454136D01* +X151793283Y-124659303D01* +X151940866Y-124839134D01* +X152120697Y-124986717D01* +X152325864Y-125096381D01* +X152548484Y-125163912D01* +X152721984Y-125181000D01* +X152838016Y-125181000D01* +X153011516Y-125163912D01* +X153234136Y-125096381D01* +X153439303Y-124986717D01* +X153619134Y-124839134D01* +X153766717Y-124659303D01* +X153876381Y-124454136D01* +X153943912Y-124231516D01* +X153966714Y-124000000D01* +X154133286Y-124000000D01* +X154156088Y-124231516D01* +X154223619Y-124454136D01* +X154333283Y-124659303D01* +X154480866Y-124839134D01* +X154660697Y-124986717D01* +X154865864Y-125096381D01* +X155088484Y-125163912D01* +X155261984Y-125181000D01* +X155378016Y-125181000D01* +X155551516Y-125163912D01* +X155774136Y-125096381D01* +X155979303Y-124986717D01* +X156159134Y-124839134D01* +X156306717Y-124659303D01* +X156307041Y-124658697D01* +X156377095Y-124821004D01* +X156565759Y-125094529D01* +X156804159Y-125325992D01* +X157083135Y-125506498D01* +X157344073Y-125614572D01* +X157603000Y-125448630D01* +X157603000Y-124257000D01* +X158117000Y-124257000D01* +X158117000Y-125448630D01* +X158375927Y-125614572D01* +X158636865Y-125506498D01* +X158915841Y-125325992D01* +X159154241Y-125094529D01* +X159342905Y-124821004D01* +X159474581Y-124515928D01* +X159311662Y-124257000D01* +X158117000Y-124257000D01* +X157603000Y-124257000D01* +X157583000Y-124257000D01* +X157583000Y-123743000D01* +X157603000Y-123743000D01* +X157603000Y-122551370D01* +X158117000Y-122551370D01* +X158117000Y-123743000D01* +X159311662Y-123743000D01* +X159474581Y-123484072D01* +X159342905Y-123178996D01* +X159154241Y-122905471D01* +X158915841Y-122674008D01* +X158636865Y-122493502D01* +X158375927Y-122385428D01* +X158117000Y-122551370D01* +X157603000Y-122551370D01* +X157344073Y-122385428D01* +X157083135Y-122493502D01* +X156804159Y-122674008D01* +X156565759Y-122905471D01* +X156377095Y-123178996D01* +X156307041Y-123341303D01* +X156306717Y-123340697D01* +X156159134Y-123160866D01* +X155979303Y-123013283D01* +X155774136Y-122903619D01* +X155551516Y-122836088D01* +X155378016Y-122819000D01* +X155261984Y-122819000D01* +X155088484Y-122836088D01* +X154865864Y-122903619D01* +X154660697Y-123013283D01* +X154480866Y-123160866D01* +X154333283Y-123340697D01* +X154223619Y-123545864D01* +X154156088Y-123768484D01* +X154133286Y-124000000D01* +X153966714Y-124000000D01* +X153943912Y-123768484D01* +X153876381Y-123545864D01* +X153766717Y-123340697D01* +X153619134Y-123160866D01* +X153439303Y-123013283D01* +X153234136Y-122903619D01* +X153011516Y-122836088D01* +X152838016Y-122819000D01* +X152721984Y-122819000D01* +X152548484Y-122836088D01* +X152325864Y-122903619D01* +X152120697Y-123013283D01* +X151940866Y-123160866D01* +X151793283Y-123340697D01* +X151683619Y-123545864D01* +X151616088Y-123768484D01* +X151593286Y-124000000D01* +X151426714Y-124000000D01* +X151403912Y-123768484D01* +X151336381Y-123545864D01* +X151226717Y-123340697D01* +X151079134Y-123160866D01* +X150899303Y-123013283D01* +X150694136Y-122903619D01* +X150471516Y-122836088D01* +X150298016Y-122819000D01* +X150181984Y-122819000D01* +X150008484Y-122836088D01* +X149785864Y-122903619D01* +X149580697Y-123013283D01* +X149400866Y-123160866D01* +X149253283Y-123340697D01* +X149143619Y-123545864D01* +X149076088Y-123768484D01* +X149053286Y-124000000D01* +X148886714Y-124000000D01* +X148863912Y-123768484D01* +X148796381Y-123545864D01* +X148686717Y-123340697D01* +X148539134Y-123160866D01* +X148359303Y-123013283D01* +X148154136Y-122903619D01* +X147931516Y-122836088D01* +X147758016Y-122819000D01* +X147641984Y-122819000D01* +X147468484Y-122836088D01* +X147245864Y-122903619D01* +X147040697Y-123013283D01* +X146860866Y-123160866D01* +X146713283Y-123340697D01* +X146603619Y-123545864D01* +X146536088Y-123768484D01* +X146513286Y-124000000D01* +X146346714Y-124000000D01* +X146323912Y-123768484D01* +X146256381Y-123545864D01* +X146146717Y-123340697D01* +X145999134Y-123160866D01* +X145819303Y-123013283D01* +X145614136Y-122903619D01* +X145391516Y-122836088D01* +X145218016Y-122819000D01* +X145101984Y-122819000D01* +X144928484Y-122836088D01* +X144705864Y-122903619D01* +X144500697Y-123013283D01* +X144320866Y-123160866D01* +X144173283Y-123340697D01* +X144063619Y-123545864D01* +X143996088Y-123768484D01* +X143973286Y-124000000D01* +X143806714Y-124000000D01* +X143783912Y-123768484D01* +X143716381Y-123545864D01* +X143606717Y-123340697D01* +X143459134Y-123160866D01* +X143279303Y-123013283D01* +X143074136Y-122903619D01* +X142851516Y-122836088D01* +X142678016Y-122819000D01* +X142561984Y-122819000D01* +X142388484Y-122836088D01* +X142165864Y-122903619D01* +X141960697Y-123013283D01* +X141780866Y-123160866D01* +X141633283Y-123340697D01* +X141523619Y-123545864D01* +X141456088Y-123768484D01* +X141433286Y-124000000D01* +X141266714Y-124000000D01* +X141243912Y-123768484D01* +X141176381Y-123545864D01* +X141066717Y-123340697D01* +X140919134Y-123160866D01* +X140739303Y-123013283D01* +X140534136Y-122903619D01* +X140311516Y-122836088D01* +X140138016Y-122819000D01* +X140021984Y-122819000D01* +X139848484Y-122836088D01* +X139625864Y-122903619D01* +X139420697Y-123013283D01* +X139240866Y-123160866D01* +X139093283Y-123340697D01* +X138983619Y-123545864D01* +X138916088Y-123768484D01* +X138893286Y-124000000D01* +X138726714Y-124000000D01* +X138703912Y-123768484D01* +X138636381Y-123545864D01* +X138526717Y-123340697D01* +X138379134Y-123160866D01* +X138199303Y-123013283D01* +X137994136Y-122903619D01* +X137771516Y-122836088D01* +X137727808Y-122831783D01* +X142960220Y-117599372D01* +X142979527Y-117583527D01* +X143042759Y-117506479D01* +X143055888Y-117481916D01* +X143074136Y-117476381D01* +X143279303Y-117366717D01* +X143459134Y-117219134D01* +X143606717Y-117039303D01* +X143716381Y-116834136D01* +X143783912Y-116611516D01* +X143806714Y-116380000D01* +X143783912Y-116148484D01* +X143716381Y-115925864D01* +X143606717Y-115720697D01* +X143459134Y-115540866D01* +X143279303Y-115393283D01* +X143074136Y-115283619D01* +X142954738Y-115247400D01* +X144825262Y-115247400D01* +X144705864Y-115283619D01* +X144500697Y-115393283D01* +X144320866Y-115540866D01* +X144173283Y-115720697D01* +X144063619Y-115925864D01* +X143996088Y-116148484D01* +X143973286Y-116380000D01* +X143996088Y-116611516D01* +X144063619Y-116834136D01* +X144173283Y-117039303D01* +X144320866Y-117219134D01* +X144500697Y-117366717D01* +X144705864Y-117476381D01* +X144928484Y-117543912D01* +X145101984Y-117561000D01* +X145218016Y-117561000D01* +X145391516Y-117543912D01* +X145614136Y-117476381D01* +X145819303Y-117366717D01* +X145999134Y-117219134D01* +X146146717Y-117039303D01* +X146256381Y-116834136D01* +X146323912Y-116611516D01* +X146346714Y-116380000D01* +X146323912Y-116148484D01* +X146256381Y-115925864D01* +X146146717Y-115720697D01* +X145999134Y-115540866D01* +X145819303Y-115393283D01* +X145614136Y-115283619D01* +X145494738Y-115247400D01* +X147365262Y-115247400D01* +X147245864Y-115283619D01* +X147040697Y-115393283D01* +X146860866Y-115540866D01* +X146713283Y-115720697D01* +X146603619Y-115925864D01* +X146536088Y-116148484D01* +X146513286Y-116380000D01* +X146536088Y-116611516D01* +X146603619Y-116834136D01* +X146713283Y-117039303D01* +X146860866Y-117219134D01* +X147040697Y-117366717D01* +X147245864Y-117476381D01* +X147468484Y-117543912D01* +X147641984Y-117561000D01* +X147758016Y-117561000D01* +X147931516Y-117543912D01* +X148154136Y-117476381D01* +X148359303Y-117366717D01* +X148539134Y-117219134D01* +X148686717Y-117039303D01* +X148796381Y-116834136D01* +X148863912Y-116611516D01* +X148886714Y-116380000D01* +X148863912Y-116148484D01* +X148796381Y-115925864D01* +X148686717Y-115720697D01* +X148539134Y-115540866D01* +X148359303Y-115393283D01* +X148154136Y-115283619D01* +X148034738Y-115247400D01* +X149905262Y-115247400D01* +X149785864Y-115283619D01* +X149580697Y-115393283D01* +X149400866Y-115540866D01* +X149253283Y-115720697D01* +X149143619Y-115925864D01* +X149076088Y-116148484D01* +X149053286Y-116380000D01* +X149076088Y-116611516D01* +X149143619Y-116834136D01* +X149253283Y-117039303D01* +X149400866Y-117219134D01* +X149580697Y-117366717D01* +X149785864Y-117476381D01* +X150008484Y-117543912D01* +X150181984Y-117561000D01* +X150298016Y-117561000D01* +X150471516Y-117543912D01* +X150694136Y-117476381D01* +X150899303Y-117366717D01* +X151079134Y-117219134D01* +X151226717Y-117039303D01* +X151336381Y-116834136D01* +X151403912Y-116611516D01* +X151426714Y-116380000D01* +X151403912Y-116148484D01* +X151336381Y-115925864D01* +X151226717Y-115720697D01* +X151079134Y-115540866D01* +X150899303Y-115393283D01* +X150694136Y-115283619D01* +X150574738Y-115247400D01* +X152445262Y-115247400D01* +X152325864Y-115283619D01* +X152120697Y-115393283D01* +X151940866Y-115540866D01* +X151793283Y-115720697D01* +X151683619Y-115925864D01* +X151616088Y-116148484D01* +X151593286Y-116380000D01* +X151616088Y-116611516D01* +X151683619Y-116834136D01* +X151793283Y-117039303D01* +X151940866Y-117219134D01* +X152120697Y-117366717D01* +X152325864Y-117476381D01* +X152548484Y-117543912D01* +X152721984Y-117561000D01* +X152838016Y-117561000D01* +X153011516Y-117543912D01* +X153234136Y-117476381D01* +X153439303Y-117366717D01* +X153619134Y-117219134D01* +X153677015Y-117148606D01* +X160868628Y-124340220D01* +X160884473Y-124359527D01* +X160961521Y-124422759D01* +X161049425Y-124469745D01* +X161122607Y-124491944D01* +X161144806Y-124498678D01* +X161154694Y-124499652D01* +X161219146Y-124506000D01* +X161219153Y-124506000D01* +X161243999Y-124508447D01* +X161268845Y-124506000D01* +X163817157Y-124506000D01* +X163817157Y-124800000D01* +X163824513Y-124874689D01* +X163846299Y-124946508D01* +X163881678Y-125012696D01* +X163929289Y-125070711D01* +X163987304Y-125118322D01* +X164053492Y-125153701D01* +X164125311Y-125175487D01* +X164200000Y-125182843D01* +X165800000Y-125182843D01* +X165874689Y-125175487D01* +X165946508Y-125153701D01* +X166012696Y-125118322D01* +X166070711Y-125070711D01* +X166118322Y-125012696D01* +X166153701Y-124946508D01* +X166175487Y-124874689D01* +X166182843Y-124800000D01* +X166182843Y-124000000D01* +X166353286Y-124000000D01* +X166376088Y-124231516D01* +X166443619Y-124454136D01* +X166553283Y-124659303D01* +X166700866Y-124839134D01* +X166880697Y-124986717D01* +X167085864Y-125096381D01* +X167308484Y-125163912D01* +X167481984Y-125181000D01* +X167598016Y-125181000D01* +X167771516Y-125163912D01* +X167994136Y-125096381D01* +X168199303Y-124986717D01* +X168379134Y-124839134D01* +X168526717Y-124659303D01* +X168636381Y-124454136D01* +X168703912Y-124231516D01* +X168726714Y-124000000D01* +X168893286Y-124000000D01* +X168916088Y-124231516D01* +X168983619Y-124454136D01* +X169093283Y-124659303D01* +X169240866Y-124839134D01* +X169420697Y-124986717D01* +X169625864Y-125096381D01* +X169848484Y-125163912D01* +X170021984Y-125181000D01* +X170138016Y-125181000D01* +X170311516Y-125163912D01* +X170534136Y-125096381D01* +X170739303Y-124986717D01* +X170919134Y-124839134D01* +X171066717Y-124659303D01* +X171176381Y-124454136D01* +X171243912Y-124231516D01* +X171266714Y-124000000D01* +X171433286Y-124000000D01* +X171456088Y-124231516D01* +X171523619Y-124454136D01* +X171633283Y-124659303D01* +X171780866Y-124839134D01* +X171960697Y-124986717D01* +X172165864Y-125096381D01* +X172388484Y-125163912D01* +X172561984Y-125181000D01* +X172678016Y-125181000D01* +X172851516Y-125163912D01* +X173074136Y-125096381D01* +X173279303Y-124986717D01* +X173459134Y-124839134D01* +X173606717Y-124659303D01* +X173716381Y-124454136D01* +X173783912Y-124231516D01* +X173806714Y-124000000D01* +X173973286Y-124000000D01* +X173996088Y-124231516D01* +X174063619Y-124454136D01* +X174173283Y-124659303D01* +X174320866Y-124839134D01* +X174500697Y-124986717D01* +X174705864Y-125096381D01* +X174928484Y-125163912D01* +X175101984Y-125181000D01* +X175218016Y-125181000D01* +X175391516Y-125163912D01* +X175614136Y-125096381D01* +X175819303Y-124986717D01* +X175999134Y-124839134D01* +X176146717Y-124659303D01* +X176256381Y-124454136D01* +X176323912Y-124231516D01* +X176346714Y-124000000D01* +X176513286Y-124000000D01* +X176536088Y-124231516D01* +X176603619Y-124454136D01* +X176713283Y-124659303D01* +X176860866Y-124839134D01* +X177040697Y-124986717D01* +X177245864Y-125096381D01* +X177468484Y-125163912D01* +X177641984Y-125181000D01* +X177758016Y-125181000D01* +X177931516Y-125163912D01* +X178154136Y-125096381D01* +X178359303Y-124986717D01* +X178539134Y-124839134D01* +X178686717Y-124659303D01* +X178687041Y-124658697D01* +X178757095Y-124821004D01* +X178945759Y-125094529D01* +X179184159Y-125325992D01* +X179463135Y-125506498D01* +X179724073Y-125614572D01* +X179983000Y-125448630D01* +X179983000Y-124257000D01* +X180497000Y-124257000D01* +X180497000Y-125448630D01* +X180755927Y-125614572D01* +X181016865Y-125506498D01* +X181295841Y-125325992D01* +X181534241Y-125094529D01* +X181722905Y-124821004D01* +X181854581Y-124515928D01* +X181691662Y-124257000D01* +X180497000Y-124257000D01* +X179983000Y-124257000D01* +X179963000Y-124257000D01* +X179963000Y-123743000D01* +X179983000Y-123743000D01* +X179983000Y-122551370D01* +X180497000Y-122551370D01* +X180497000Y-123743000D01* +X181691662Y-123743000D01* +X181854581Y-123484072D01* +X181722905Y-123178996D01* +X181534241Y-122905471D01* +X181295841Y-122674008D01* +X181016865Y-122493502D01* +X180755927Y-122385428D01* +X180497000Y-122551370D01* +X179983000Y-122551370D01* +X179724073Y-122385428D01* +X179463135Y-122493502D01* +X179184159Y-122674008D01* +X178945759Y-122905471D01* +X178757095Y-123178996D01* +X178687041Y-123341303D01* +X178686717Y-123340697D01* +X178539134Y-123160866D01* +X178359303Y-123013283D01* +X178154136Y-122903619D01* +X177931516Y-122836088D01* +X177758016Y-122819000D01* +X177641984Y-122819000D01* +X177468484Y-122836088D01* +X177245864Y-122903619D01* +X177040697Y-123013283D01* +X176860866Y-123160866D01* +X176713283Y-123340697D01* +X176603619Y-123545864D01* +X176536088Y-123768484D01* +X176513286Y-124000000D01* +X176346714Y-124000000D01* +X176323912Y-123768484D01* +X176256381Y-123545864D01* +X176146717Y-123340697D01* +X175999134Y-123160866D01* +X175819303Y-123013283D01* +X175614136Y-122903619D01* +X175391516Y-122836088D01* +X175218016Y-122819000D01* +X175101984Y-122819000D01* +X174928484Y-122836088D01* +X174705864Y-122903619D01* +X174500697Y-123013283D01* +X174320866Y-123160866D01* +X174173283Y-123340697D01* +X174063619Y-123545864D01* +X173996088Y-123768484D01* +X173973286Y-124000000D01* +X173806714Y-124000000D01* +X173783912Y-123768484D01* +X173716381Y-123545864D01* +X173606717Y-123340697D01* +X173459134Y-123160866D01* +X173279303Y-123013283D01* +X173074136Y-122903619D01* +X172851516Y-122836088D01* +X172678016Y-122819000D01* +X172561984Y-122819000D01* +X172388484Y-122836088D01* +X172165864Y-122903619D01* +X171960697Y-123013283D01* +X171780866Y-123160866D01* +X171633283Y-123340697D01* +X171523619Y-123545864D01* +X171456088Y-123768484D01* +X171433286Y-124000000D01* +X171266714Y-124000000D01* +X171243912Y-123768484D01* +X171176381Y-123545864D01* +X171066717Y-123340697D01* +X170919134Y-123160866D01* +X170739303Y-123013283D01* +X170534136Y-122903619D01* +X170311516Y-122836088D01* +X170138016Y-122819000D01* +X170021984Y-122819000D01* +X169848484Y-122836088D01* +X169625864Y-122903619D01* +X169420697Y-123013283D01* +X169240866Y-123160866D01* +X169093283Y-123340697D01* +X168983619Y-123545864D01* +X168916088Y-123768484D01* +X168893286Y-124000000D01* +X168726714Y-124000000D01* +X168703912Y-123768484D01* +X168636381Y-123545864D01* +X168526717Y-123340697D01* +X168379134Y-123160866D01* +X168199303Y-123013283D01* +X167994136Y-122903619D01* +X167771516Y-122836088D01* +X167598016Y-122819000D01* +X167481984Y-122819000D01* +X167308484Y-122836088D01* +X167085864Y-122903619D01* +X166880697Y-123013283D01* +X166700866Y-123160866D01* +X166553283Y-123340697D01* +X166443619Y-123545864D01* +X166376088Y-123768484D01* +X166353286Y-124000000D01* +X166182843Y-124000000D01* +X166182843Y-123200000D01* +X166175487Y-123125311D01* +X166153701Y-123053492D01* +X166118322Y-122987304D01* +X166070711Y-122929289D01* +X166012696Y-122881678D01* +X165946508Y-122846299D01* +X165874689Y-122824513D01* +X165800000Y-122817157D01* +X164200000Y-122817157D01* +X164125311Y-122824513D01* +X164053492Y-122846299D01* +X163987304Y-122881678D01* +X163929289Y-122929289D01* +X163881678Y-122987304D01* +X163846299Y-123053492D01* +X163824513Y-123125311D01* +X163817157Y-123200000D01* +X163817157Y-123494000D01* +X161453592Y-123494000D01* +X155507808Y-117548217D01* +X155551516Y-117543912D01* +X155774136Y-117476381D01* +X155979303Y-117366717D01* +X156159134Y-117219134D01* +X156306717Y-117039303D01* +X156416381Y-116834136D01* +X156483912Y-116611516D01* +X156506714Y-116380000D01* +X156483912Y-116148484D01* +X156416381Y-115925864D01* +X156306717Y-115720697D01* +X156159134Y-115540866D01* +X155979303Y-115393283D01* +X155774136Y-115283619D01* +X155654738Y-115247400D01* +X157525262Y-115247400D01* +X157405864Y-115283619D01* +X157200697Y-115393283D01* +X157020866Y-115540866D01* +X156873283Y-115720697D01* +X156763619Y-115925864D01* +X156696088Y-116148484D01* +X156673286Y-116380000D01* +X156696088Y-116611516D01* +X156763619Y-116834136D01* +X156873283Y-117039303D01* +X157020866Y-117219134D01* +X157200697Y-117366717D01* +X157405864Y-117476381D01* +X157628484Y-117543912D01* +X157801984Y-117561000D01* +X157918016Y-117561000D01* +X158091516Y-117543912D01* +X158314136Y-117476381D01* +X158519303Y-117366717D01* +X158699134Y-117219134D01* +X158846717Y-117039303D01* +X158956381Y-116834136D01* +X159023912Y-116611516D01* +X159046714Y-116380000D01* +X159023912Y-116148484D01* +X158956381Y-115925864D01* +X158846717Y-115720697D01* +X158699134Y-115540866D01* +X158519303Y-115393283D01* +X158314136Y-115283619D01* +X158194738Y-115247400D01* +X162753850Y-115247400D01* +X163819846Y-116313396D01* +X163813286Y-116380000D01* +X163836088Y-116611516D01* +X163903619Y-116834136D01* +X164013283Y-117039303D01* +X164160866Y-117219134D01* +X164340697Y-117366717D01* +X164545864Y-117476381D01* +X164768484Y-117543912D01* +X164941984Y-117561000D01* +X165058016Y-117561000D01* +X165231516Y-117543912D01* +X165454136Y-117476381D01* +X165659303Y-117366717D01* +X165839134Y-117219134D01* +X165986717Y-117039303D01* +X166096381Y-116834136D01* +X166163912Y-116611516D01* +X166186714Y-116380000D01* +X166180154Y-116313396D01* +X166389596Y-116103955D01* +X166376088Y-116148484D01* +X166353286Y-116380000D01* +X166376088Y-116611516D01* +X166443619Y-116834136D01* +X166553283Y-117039303D01* +X166700866Y-117219134D01* +X166880697Y-117366717D01* +X167085864Y-117476381D01* +X167308484Y-117543912D01* +X167481984Y-117561000D01* +X167598016Y-117561000D01* +X167771516Y-117543912D01* +X167994136Y-117476381D01* +X168199303Y-117366717D01* +X168379134Y-117219134D01* +X168526717Y-117039303D01* +X168636381Y-116834136D01* +X168703912Y-116611516D01* +X168726714Y-116380000D01* +X168703912Y-116148484D01* +X168672072Y-116043520D01* +X168954892Y-115760700D01* +X169071901Y-115760700D01* +X168983619Y-115925864D01* +X168916088Y-116148484D01* +X168893286Y-116380000D01* +X168916088Y-116611516D01* +X168983619Y-116834136D01* +X169093283Y-117039303D01* +X169240866Y-117219134D01* +X169420697Y-117366717D01* +X169625864Y-117476381D01* +X169848484Y-117543912D01* +X170021984Y-117561000D01* +X170138016Y-117561000D01* +X170311516Y-117543912D01* +X170534136Y-117476381D01* +X170739303Y-117366717D01* +X170919134Y-117219134D01* +X171066717Y-117039303D01* +X171176381Y-116834136D01* +X171243912Y-116611516D01* +X171266714Y-116380000D01* +X171243912Y-116148484D01* +X171176381Y-115925864D01* +X171088099Y-115760700D01* +X171611901Y-115760700D01* +X171523619Y-115925864D01* +X171456088Y-116148484D01* +X171433286Y-116380000D01* +X171456088Y-116611516D01* +X171523619Y-116834136D01* +X171633283Y-117039303D01* +X171780866Y-117219134D01* +X171960697Y-117366717D01* +X172165864Y-117476381D01* +X172388484Y-117543912D01* +X172561984Y-117561000D01* +X172678016Y-117561000D01* +X172851516Y-117543912D01* +X173074136Y-117476381D01* +X173279303Y-117366717D01* +X173459134Y-117219134D01* +X173606717Y-117039303D01* +X173716381Y-116834136D01* +X173783912Y-116611516D01* +X173806714Y-116380000D01* +X173783912Y-116148484D01* +X173716381Y-115925864D01* +X173628099Y-115760700D01* +X174151901Y-115760700D01* +X174063619Y-115925864D01* +X173996088Y-116148484D01* +X173973286Y-116380000D01* +X173996088Y-116611516D01* +X174063619Y-116834136D01* +X174173283Y-117039303D01* +X174320866Y-117219134D01* +X174500697Y-117366717D01* +X174705864Y-117476381D01* +X174928484Y-117543912D01* +X175101984Y-117561000D01* +X175218016Y-117561000D01* +X175391516Y-117543912D01* +X175614136Y-117476381D01* +X175819303Y-117366717D01* +X175999134Y-117219134D01* +X176146717Y-117039303D01* +X176256381Y-116834136D01* +X176323912Y-116611516D01* +X176346714Y-116380000D01* +X176323912Y-116148484D01* +X176256381Y-115925864D01* +X176168099Y-115760700D01* +X176691901Y-115760700D01* +X176603619Y-115925864D01* +X176536088Y-116148484D01* +X176513286Y-116380000D01* +X176536088Y-116611516D01* +X176603619Y-116834136D01* +X176713283Y-117039303D01* +X176860866Y-117219134D01* +X177040697Y-117366717D01* +X177194001Y-117448660D01* +X177194001Y-117480444D01* +X177191553Y-117505300D01* +X177201322Y-117604492D01* +X177230255Y-117699874D01* +X177247667Y-117732448D01* +X177277242Y-117787779D01* +X177340474Y-117864827D01* +X177359781Y-117880672D01* +X182478500Y-122999392D01* +X182478501Y-128559198D01* +X182377858Y-128659841D01* +X182292387Y-128787758D01* +X182233513Y-128929891D01* +X182203500Y-129080778D01* +X182203500Y-129234622D01* +X182233513Y-129385509D01* +X182255836Y-129439400D01* +X178177345Y-129439400D01* +X178152499Y-129436953D01* +X178127653Y-129439400D01* +X178127646Y-129439400D01* +X178063194Y-129445748D01* +X178053306Y-129446722D01* +X178033352Y-129452775D01* +X177957925Y-129475655D01* +X177870021Y-129522641D01* +X177792973Y-129585873D01* +X177777129Y-129605179D01* +X177579340Y-129802968D01* +X168598481Y-129809158D01* +X168567522Y-129803000D01* +X168413678Y-129803000D01* +X168381968Y-129809307D01* +X165808772Y-129811081D01* +X165477400Y-129479709D01* +X165477400Y-128787601D01* +X165578042Y-128686959D01* +X165663513Y-128559042D01* +X165722387Y-128416909D01* +X165752400Y-128266022D01* +X165752400Y-128112178D01* +X165722387Y-127961291D01* +X165663513Y-127819158D01* +X165578042Y-127691241D01* +X165469259Y-127582458D01* +X165341342Y-127496987D01* +X165199209Y-127438113D01* +X165048322Y-127408100D01* +X164894478Y-127408100D01* +X164743591Y-127438113D01* +X164601458Y-127496987D01* +X164473541Y-127582458D01* +X164364758Y-127691241D01* +X164279287Y-127819158D01* +X164220413Y-127961291D01* +X164190400Y-128112178D01* +X164190400Y-128266022D01* +X164220413Y-128416909D01* +X164279287Y-128559042D01* +X164364758Y-128686959D01* +X164465401Y-128787602D01* +X164465400Y-129664453D01* +X164462953Y-129689300D01* +X164465400Y-129714146D01* +X164465400Y-129714153D01* +X164472722Y-129788492D01* +X164479852Y-129811997D01* +X163270522Y-129812831D01* +X163005100Y-129547409D01* +X163005100Y-129432001D01* +X163105742Y-129331359D01* +X163191213Y-129203442D01* +X163250087Y-129061309D01* +X163280100Y-128910422D01* +X163280100Y-128756578D01* +X163250087Y-128605691D01* +X163191213Y-128463558D01* +X163105742Y-128335641D01* +X162996959Y-128226858D01* +X162869042Y-128141387D01* +X162726909Y-128082513D01* +X162576022Y-128052500D01* +X162422178Y-128052500D01* +X162271291Y-128082513D01* +X162129158Y-128141387D01* +X162001241Y-128226858D01* +X161892458Y-128335641D01* +X161806987Y-128463558D01* +X161748113Y-128605691D01* +X161718100Y-128756578D01* +X161718100Y-128910422D01* +X161748113Y-129061309D01* +X161806987Y-129203442D01* +X161892458Y-129331359D01* +X161993100Y-129432001D01* +X161993100Y-129732153D01* +X161990653Y-129757000D01* +X161993100Y-129781846D01* +X161993100Y-129781853D01* +X161996238Y-129813709D01* +X147740163Y-129823536D01* +X147636922Y-129803000D01* +X147483078Y-129803000D01* +X147378584Y-129823785D01* +X134009912Y-129833000D01* +X133985138Y-129835457D01* +X133961318Y-129842701D01* +X133939370Y-129854452D01* +X133920136Y-129870259D01* +X133904355Y-129889515D01* +X133892634Y-129911480D01* +X133885423Y-129935309D01* +X133883000Y-129960000D01* +X133883000Y-134594000D01* +X100426965Y-134594000D01* +X100412827Y-67786848D01* +X106342826Y-67786848D01* +X106347509Y-68120701D01* +X106417233Y-68447225D01* +X106526797Y-68711736D01* +X106828049Y-68778498D01* +X107676547Y-67930000D01* +X106828049Y-67081502D01* +X106526797Y-67148264D01* +X106403364Y-67458496D01* +X106342826Y-67786848D01* +X100412827Y-67786848D01* +X100410626Y-57388606D01* +X104469000Y-57388606D01* +X104469000Y-57611394D01* +X104512464Y-57829900D01* +X104597721Y-58035729D01* +X104721495Y-58220970D01* +X104879030Y-58378505D01* +X105064271Y-58502279D01* +X105270100Y-58587536D01* +X105488606Y-58631000D01* +X105711394Y-58631000D01* +X105929900Y-58587536D01* +X106135729Y-58502279D01* +X106320970Y-58378505D01* +X106478505Y-58220970D01* +X106602279Y-58035729D01* +X106687536Y-57829900D01* +X106731000Y-57611394D01* +X106731000Y-57388606D01* +X106687536Y-57170100D01* +X106602279Y-56964271D01* +X106478505Y-56779030D01* +X106320970Y-56621495D01* +X106135729Y-56497721D01* +X105929900Y-56412464D01* +X105711394Y-56369000D01* +X105488606Y-56369000D01* +X105270100Y-56412464D01* +X105064271Y-56497721D01* +X104879030Y-56621495D01* +X104721495Y-56779030D01* +X104597721Y-56964271D01* +X104512464Y-57170100D01* +X104469000Y-57388606D01* +X100410626Y-57388606D01* +X100407502Y-42626500D01* +X190787333Y-42626500D01* +X190787333Y-50138500D01* +X190813000Y-50138500D01* +X190813000Y-56330000D01* +X190815440Y-56354776D01* +X190822667Y-56378601D01* +X190834403Y-56400557D01* +X190850197Y-56419803D01* +X190869443Y-56435597D01* +X190891399Y-56447333D01* +X190915224Y-56454560D01* +X190940000Y-56457000D01* +X213680000Y-56457000D01* +X213704776Y-56454560D01* +X213728601Y-56447333D01* +X213750557Y-56435597D01* +X213769803Y-56419803D01* +X213785597Y-56400557D01* +X213797333Y-56378601D01* +X213804560Y-56354776D01* +X213807000Y-56330000D01* +X213807000Y-50138500D01* +X213832666Y-50138500D01* +X213832666Y-42626500D01* +X213807000Y-42626500D01* +X213807000Y-41879224D01* +X213807333Y-41878601D01* +X213814560Y-41854776D01* +X213817000Y-41830000D01* +X213814560Y-41805224D01* +X213807333Y-41781399D01* +X213795597Y-41759443D01* +X213779803Y-41740197D01* +X213760557Y-41724403D01* +X213738601Y-41712667D01* +X213714776Y-41705440D01* +X213690000Y-41703000D01* +X211105285Y-41703000D01* +X211105285Y-41679000D01* +X193714714Y-41679000D01* +X193714714Y-41703000D01* +X190940000Y-41703000D01* +X190915224Y-41705440D01* +X190891399Y-41712667D01* +X190869443Y-41724403D01* +X190850197Y-41740197D01* +X190834403Y-41759443D01* +X190822667Y-41781399D01* +X190815440Y-41805224D01* +X190813000Y-41830000D01* +X190813000Y-42626500D01* +X190787333Y-42626500D01* +X100407502Y-42626500D01* +X100407031Y-40406000D01* +X215594000Y-40406000D01* +X215594001Y-134594000D01* +X215594001Y-134594000D01* +G37* +X215594001Y-134594000D02* +X192157745Y-134594000D01* +X192164298Y-131284813D01* +X192208264Y-131483203D01* +X192518496Y-131606636D01* +X192846848Y-131667174D01* +X193180701Y-131662491D01* +X193507225Y-131592767D01* +X193771736Y-131483203D01* +X193838498Y-131181951D01* +X192990000Y-130333453D01* +X192975858Y-130347595D01* +X192612405Y-129984142D01* +X192626547Y-129970000D01* +X193353453Y-129970000D01* +X194201951Y-130818498D01* +X194503203Y-130751736D01* +X194626636Y-130441504D01* +X194687174Y-130113152D01* +X194682491Y-129779299D01* +X194612767Y-129452775D01* +X194503203Y-129188264D01* +X194201951Y-129121502D01* +X193353453Y-129970000D01* +X192626547Y-129970000D01* +X191778049Y-129121502D01* +X191476797Y-129188264D01* +X191443670Y-129271525D01* +X191407342Y-129217157D01* +X191277400Y-129087215D01* +X191277400Y-127855272D01* +X191297341Y-127892579D01* +X191360573Y-127969627D01* +X191379885Y-127985476D01* +X191806828Y-128412420D01* +X191822673Y-128431727D01* +X191899721Y-128494959D01* +X191987625Y-128541945D01* +X192083006Y-128570878D01* +X192092894Y-128571852D01* +X192157346Y-128578200D01* +X192157353Y-128578200D01* +X192180846Y-128580514D01* +X192141502Y-128758049D01* +X192990000Y-129606547D01* +X193838498Y-128758049D01* +X193772297Y-128459327D01* +X193805927Y-128431727D01* +X193821776Y-128412415D01* +X196230220Y-126003972D01* +X196249527Y-125988127D01* +X196312759Y-125911079D01* +X196359745Y-125823175D01* +X196388678Y-125727793D01* +X196396000Y-125653454D01* +X196396000Y-125653447D01* +X196398447Y-125628601D01* +X196396000Y-125603755D01* +X196396000Y-124900795D01* +X196500697Y-124986717D01* +X196705864Y-125096381D01* +X196928484Y-125163912D01* +X197101984Y-125181000D01* +X197218016Y-125181000D01* +X197391516Y-125163912D01* +X197614136Y-125096381D01* +X197819303Y-124986717D01* +X197999134Y-124839134D01* +X198146717Y-124659303D01* +X198256381Y-124454136D01* +X198323912Y-124231516D01* +X198346714Y-124000000D01* +X198323912Y-123768484D01* +X198256381Y-123545864D01* +X198146717Y-123340697D01* +X197999134Y-123160866D01* +X197819303Y-123013283D01* +X197614136Y-122903619D01* +X197391516Y-122836088D01* +X197347808Y-122831783D01* +X202580220Y-117599372D01* +X202599527Y-117583527D01* +X202662759Y-117506479D01* +X202675888Y-117481916D01* +X202694136Y-117476381D01* +X202866001Y-117384518D01* +X202866000Y-118993108D01* +X199359781Y-122499328D01* +X199340474Y-122515173D01* +X199277242Y-122592221D01* +X199252127Y-122639208D01* +X199230255Y-122680126D01* +X199201322Y-122775508D01* +X199191553Y-122874700D01* +X199194001Y-122899556D01* +X199194001Y-122931340D01* +X199040697Y-123013283D01* +X198860866Y-123160866D01* +X198713283Y-123340697D01* +X198603619Y-123545864D01* +X198536088Y-123768484D01* +X198513286Y-124000000D01* +X198536088Y-124231516D01* +X198603619Y-124454136D01* +X198713283Y-124659303D01* +X198860866Y-124839134D01* +X199040697Y-124986717D01* +X199245864Y-125096381D01* +X199468484Y-125163912D01* +X199641984Y-125181000D01* +X199758016Y-125181000D01* +X199931516Y-125163912D01* +X200154136Y-125096381D01* +X200359303Y-124986717D01* +X200539134Y-124839134D01* +X200686717Y-124659303D01* +X200687041Y-124658697D01* +X200757095Y-124821004D01* +X200945759Y-125094529D01* +X201184159Y-125325992D01* +X201463135Y-125506498D01* +X201724073Y-125614572D01* +X201983000Y-125448630D01* +X201983000Y-124257000D01* +X202497000Y-124257000D01* +X202497000Y-125448630D01* +X202755927Y-125614572D01* +X203016865Y-125506498D01* +X203295841Y-125325992D01* +X203534241Y-125094529D01* +X203722905Y-124821004D01* +X203854581Y-124515928D01* +X203691662Y-124257000D01* +X202497000Y-124257000D01* +X201983000Y-124257000D01* +X201963000Y-124257000D01* +X201963000Y-123743000D01* +X201983000Y-123743000D01* +X201983000Y-122551370D01* +X202497000Y-122551370D01* +X202497000Y-123743000D01* +X203691662Y-123743000D01* +X203854581Y-123484072D01* +X203722905Y-123178996D01* +X203534241Y-122905471D01* +X203295841Y-122674008D01* +X203016865Y-122493502D01* +X202755927Y-122385428D01* +X202497000Y-122551370D01* +X201983000Y-122551370D01* +X201724073Y-122385428D01* +X201463135Y-122493502D01* +X201184159Y-122674008D01* +X200945759Y-122905471D01* +X200757095Y-123178996D01* +X200687041Y-123341303D01* +X200686717Y-123340697D01* +X200539134Y-123160866D01* +X200359303Y-123013283D01* +X200305674Y-122984617D01* +X203712220Y-119578072D01* +X203731527Y-119562227D01* +X203794759Y-119485179D01* +X203841745Y-119397275D01* +X203860168Y-119336542D01* +X203870678Y-119301894D01* +X203871980Y-119288674D01* +X203878000Y-119227554D01* +X203878000Y-119227547D01* +X203880447Y-119202701D01* +X203878000Y-119177855D01* +X203878000Y-115918854D01* +X203880448Y-115894000D01* +X203870678Y-115794807D01* +X203841745Y-115699425D01* +X203828821Y-115675247D01* +X203794759Y-115611521D01* +X203731527Y-115534473D01* +X203712220Y-115518628D01* +X193808076Y-105614485D01* +X193792227Y-105595173D01* +X193715179Y-105531941D01* +X193627275Y-105484955D01* +X193531893Y-105456022D01* +X193457554Y-105448700D01* +X193457546Y-105448700D01* +X193432700Y-105446253D01* +X193407854Y-105448700D01* +X174886193Y-105448700D01* +X175075841Y-105325992D01* +X175314241Y-105094529D01* +X175502905Y-104821004D01* +X175634581Y-104515928D01* +X175471662Y-104257000D01* +X174277000Y-104257000D01* +X174277000Y-104277000D01* +X173763000Y-104277000D01* +X173763000Y-104257000D01* +X173743000Y-104257000D01* +X173743000Y-103743000D01* +X173763000Y-103743000D01* +X173763000Y-103723000D01* +X174277000Y-103723000D01* +X174277000Y-103743000D01* +X175471662Y-103743000D01* +X175634581Y-103484072D01* +X175568923Y-103331951D01* +X177241502Y-103331951D01* +X177308264Y-103633203D01* +X177618496Y-103756636D01* +X177946848Y-103817174D01* +X178280701Y-103812491D01* +X178607225Y-103742767D01* +X178871736Y-103633203D01* +X178938498Y-103331951D01* +X178090000Y-102483453D01* +X177241502Y-103331951D01* +X175568923Y-103331951D01* +X175502905Y-103178996D01* +X175314241Y-102905471D01* +X175075841Y-102674008D01* +X174845938Y-102525253D01* +X175995192Y-101376000D01* +X176561783Y-101376000D01* +X176453364Y-101648496D01* +X176392826Y-101976848D01* +X176397509Y-102310701D01* +X176467233Y-102637225D01* +X176576797Y-102901736D01* +X176878049Y-102968498D01* +X177726547Y-102120000D01* +X177712405Y-102105858D01* +X178075858Y-101742405D01* +X178090000Y-101756547D01* +X178104142Y-101742405D01* +X178467595Y-102105858D01* +X178453453Y-102120000D01* +X179301951Y-102968498D01* +X179603203Y-102901736D01* +X179726636Y-102591504D01* +X179787174Y-102263152D01* +X179782491Y-101929299D01* +X179712767Y-101602775D01* +X179618834Y-101376000D01* +X183729854Y-101376000D01* +X183754700Y-101378447D01* +X183779546Y-101376000D01* +X183779554Y-101376000D01* +X183853893Y-101368678D01* +X183949275Y-101339745D01* +X183977157Y-101324842D01* +X183977157Y-101390000D01* +X183984513Y-101464689D01* +X184006299Y-101536508D01* +X184041678Y-101602696D01* +X184089289Y-101660711D01* +X184147304Y-101708322D01* +X184213492Y-101743701D01* +X184285311Y-101765487D01* +X184360000Y-101772843D01* +X185960000Y-101772843D01* +X186034689Y-101765487D01* +X186106508Y-101743701D01* +X186172696Y-101708322D01* +X186230711Y-101660711D01* +X186278322Y-101602696D01* +X186313701Y-101536508D01* +X186335487Y-101464689D01* +X186342843Y-101390000D01* +X186342843Y-99970700D01* +X186691901Y-99970700D01* +X186603619Y-100135864D01* +X186536088Y-100358484D01* +X186513286Y-100590000D01* +X186536088Y-100821516D01* +X186603619Y-101044136D01* +X186713283Y-101249303D01* +X186860866Y-101429134D01* +X187040697Y-101576717D01* +X187245864Y-101686381D01* +X187468484Y-101753912D01* +X187641984Y-101771000D01* +X187758016Y-101771000D01* +X187931516Y-101753912D01* +X188154136Y-101686381D01* +X188359303Y-101576717D01* +X188539134Y-101429134D01* +X188686717Y-101249303D01* +X188796381Y-101044136D01* +X188863912Y-100821516D01* +X188886714Y-100590000D01* +X188863912Y-100358484D01* +X188796381Y-100135864D01* +X188708099Y-99970700D01* +X189231901Y-99970700D01* +X189143619Y-100135864D01* +X189076088Y-100358484D01* +X189053286Y-100590000D01* +X189076088Y-100821516D01* +X189143619Y-101044136D01* +X189253283Y-101249303D01* +X189400866Y-101429134D01* +X189580697Y-101576717D01* +X189785864Y-101686381D01* +X190008484Y-101753912D01* +X190181984Y-101771000D01* +X190298016Y-101771000D01* +X190471516Y-101753912D01* +X190694136Y-101686381D01* +X190899303Y-101576717D01* +X191079134Y-101429134D01* +X191226717Y-101249303D01* +X191336381Y-101044136D01* +X191351146Y-100995463D01* +X191372221Y-101012759D01* +X191460125Y-101059745D01* +X191555507Y-101088678D01* +X191654700Y-101098448D01* +X191679554Y-101096000D01* +X191711341Y-101096000D01* +X191793283Y-101249303D01* +X191940866Y-101429134D01* +X192120697Y-101576717D01* +X192325864Y-101686381D01* +X192548484Y-101753912D01* +X192721984Y-101771000D01* +X192838016Y-101771000D01* +X193011516Y-101753912D01* +X193234136Y-101686381D01* +X193439303Y-101576717D01* +X193619134Y-101429134D01* +X193766717Y-101249303D01* +X193876381Y-101044136D01* +X193943912Y-100821516D01* +X193966714Y-100590000D01* +X194133286Y-100590000D01* +X194156088Y-100821516D01* +X194223619Y-101044136D01* +X194333283Y-101249303D01* +X194480866Y-101429134D01* +X194660697Y-101576717D01* +X194865864Y-101686381D01* +X195088484Y-101753912D01* +X195261984Y-101771000D01* +X195378016Y-101771000D01* +X195551516Y-101753912D01* +X195774136Y-101686381D01* +X195979303Y-101576717D01* +X196159134Y-101429134D01* +X196306717Y-101249303D01* +X196416381Y-101044136D01* +X196483912Y-100821516D01* +X196506714Y-100590000D01* +X196673286Y-100590000D01* +X196696088Y-100821516D01* +X196763619Y-101044136D01* +X196873283Y-101249303D01* +X197020866Y-101429134D01* +X197200697Y-101576717D01* +X197405864Y-101686381D01* +X197628484Y-101753912D01* +X197801984Y-101771000D01* +X197918016Y-101771000D01* +X198091516Y-101753912D01* +X198314136Y-101686381D01* +X198519303Y-101576717D01* +X198699134Y-101429134D01* +X198846717Y-101249303D01* +X198956381Y-101044136D01* +X199023912Y-100821516D01* +X199046714Y-100590000D01* +X199023912Y-100358484D01* +X198956381Y-100135864D01* +X198846717Y-99930697D01* +X198699134Y-99750866D01* +X198519303Y-99603283D01* +X198314136Y-99493619D01* +X198091516Y-99426088D01* +X197918016Y-99409000D01* +X197801984Y-99409000D01* +X197628484Y-99426088D01* +X197405864Y-99493619D01* +X197200697Y-99603283D01* +X197020866Y-99750866D01* +X196873283Y-99930697D01* +X196763619Y-100135864D01* +X196696088Y-100358484D01* +X196673286Y-100590000D01* +X196506714Y-100590000D01* +X196483912Y-100358484D01* +X196416381Y-100135864D01* +X196306717Y-99930697D01* +X196159134Y-99750866D01* +X195979303Y-99603283D01* +X195774136Y-99493619D01* +X195551516Y-99426088D01* +X195378016Y-99409000D01* +X195261984Y-99409000D01* +X195088484Y-99426088D01* +X194865864Y-99493619D01* +X194660697Y-99603283D01* +X194480866Y-99750866D01* +X194333283Y-99930697D01* +X194223619Y-100135864D01* +X194156088Y-100358484D01* +X194133286Y-100590000D01* +X193966714Y-100590000D01* +X193943912Y-100358484D01* +X193876381Y-100135864D01* +X193766717Y-99930697D01* +X193619134Y-99750866D01* +X193439303Y-99603283D01* +X193234136Y-99493619D01* +X193011516Y-99426088D01* +X192838016Y-99409000D01* +X192721984Y-99409000D01* +X192548484Y-99426088D01* +X192325864Y-99493619D01* +X192120697Y-99603283D01* +X191940866Y-99750866D01* +X191883031Y-99821339D01* +X191186176Y-99124485D01* +X191170327Y-99105173D01* +X191093279Y-99041941D01* +X191005375Y-98994955D01* +X190909993Y-98966022D01* +X190835654Y-98958700D01* +X190835646Y-98958700D01* +X190810800Y-98956253D01* +X190785954Y-98958700D01* +X181485445Y-98958700D01* +X181460599Y-98956253D01* +X181435753Y-98958700D01* +X181435746Y-98958700D01* +X181361407Y-98966022D01* +X181266025Y-98994955D01* +X181178121Y-99041941D01* +X181101073Y-99105173D01* +X181085229Y-99124479D01* +X180855308Y-99354400D01* +X180712978Y-99354400D01* +X180562091Y-99384413D01* +X180419958Y-99443287D01* +X180292041Y-99528758D01* +X180183258Y-99637541D01* +X180097787Y-99765458D01* +X180038913Y-99907591D01* +X180008900Y-100058478D01* +X180008900Y-100212322D01* +X180038913Y-100363209D01* +X180039241Y-100364000D01* +X179013251Y-100364000D01* +X179136588Y-100179413D01* +X179225614Y-99964485D01* +X179271000Y-99736318D01* +X179271000Y-99503682D01* +X179225614Y-99275515D01* +X179136588Y-99060587D01* +X179007342Y-98867157D01* +X178842843Y-98702658D01* +X178649413Y-98573412D01* +X178434485Y-98484386D01* +X178206318Y-98439000D01* +X177973682Y-98439000D01* +X177889683Y-98455709D01* +X181744092Y-94601300D01* +X190768254Y-94601300D01* +X190793100Y-94603747D01* +X190817946Y-94601300D01* +X190817954Y-94601300D01* +X190892293Y-94593978D01* +X190987675Y-94565045D01* +X191075579Y-94518059D01* +X191152627Y-94454827D01* +X191168476Y-94435515D01* +X191875052Y-93728940D01* +X191940866Y-93809134D01* +X192120697Y-93956717D01* +X192325864Y-94066381D01* +X192548484Y-94133912D01* +X192721984Y-94151000D01* +X192838016Y-94151000D01* +X193011516Y-94133912D01* +X193234136Y-94066381D01* +X193439303Y-93956717D01* +X193619134Y-93809134D01* +X193766717Y-93629303D01* +X193876381Y-93424136D01* +X193943912Y-93201516D01* +X193966714Y-92970000D01* +X193943912Y-92738484D01* +X193876381Y-92515864D01* +X193788099Y-92350700D01* +X194311901Y-92350700D01* +X194223619Y-92515864D01* +X194156088Y-92738484D01* +X194133286Y-92970000D01* +X194156088Y-93201516D01* +X194223619Y-93424136D01* +X194333283Y-93629303D01* +X194480866Y-93809134D01* +X194660697Y-93956717D01* +X194865864Y-94066381D01* +X195088484Y-94133912D01* +X195261984Y-94151000D01* +X195378016Y-94151000D01* +X195551516Y-94133912D01* +X195774136Y-94066381D01* +X195979303Y-93956717D01* +X196159134Y-93809134D01* +X196306717Y-93629303D01* +X196416381Y-93424136D01* +X196483912Y-93201516D01* +X196506714Y-92970000D01* +X196483912Y-92738484D01* +X196416381Y-92515864D01* +X196328099Y-92350700D01* +X196851901Y-92350700D01* +X196763619Y-92515864D01* +X196696088Y-92738484D01* +X196673286Y-92970000D01* +X196696088Y-93201516D01* +X196763619Y-93424136D01* +X196873283Y-93629303D01* +X197020866Y-93809134D01* +X197200697Y-93956717D01* +X197405864Y-94066381D01* +X197628484Y-94133912D01* +X197801984Y-94151000D01* +X197918016Y-94151000D01* +X198091516Y-94133912D01* +X198314136Y-94066381D01* +X198519303Y-93956717D01* +X198699134Y-93809134D01* +X198846717Y-93629303D01* +X198956381Y-93424136D01* +X199023912Y-93201516D01* +X199046714Y-92970000D01* +X199023912Y-92738484D01* +X198956381Y-92515864D01* +X198868099Y-92350700D01* +X199391901Y-92350700D01* +X199303619Y-92515864D01* +X199236088Y-92738484D01* +X199213286Y-92970000D01* +X199236088Y-93201516D01* +X199303619Y-93424136D01* +X199413283Y-93629303D01* +X199560866Y-93809134D01* +X199740697Y-93956717D01* +X199945864Y-94066381D01* +X200168484Y-94133912D01* +X200341984Y-94151000D01* +X200458016Y-94151000D01* +X200631516Y-94133912D01* +X200854136Y-94066381D01* +X201059303Y-93956717D01* +X201239134Y-93809134D01* +X201386717Y-93629303D01* +X201496381Y-93424136D01* +X201511146Y-93375463D01* +X201532221Y-93392759D01* +X201620125Y-93439745D01* +X201715507Y-93468678D01* +X201814700Y-93478448D01* +X201839554Y-93476000D01* +X201871341Y-93476000D01* +X201953283Y-93629303D01* +X202100866Y-93809134D01* +X202280697Y-93956717D01* +X202485864Y-94066381D01* +X202708484Y-94133912D01* +X202881984Y-94151000D01* +X202998016Y-94151000D01* +X203171516Y-94133912D01* +X203394136Y-94066381D01* +X203574901Y-93969760D01* +X203574901Y-95574207D01* +X200059785Y-99089324D01* +X200040473Y-99105173D01* +X199977241Y-99182221D01* +X199930255Y-99270126D01* +X199901322Y-99365508D01* +X199894000Y-99439847D01* +X199894000Y-99439854D01* +X199891553Y-99464700D01* +X199894000Y-99489547D01* +X199894000Y-99521341D01* +X199740697Y-99603283D01* +X199560866Y-99750866D01* +X199413283Y-99930697D01* +X199303619Y-100135864D01* +X199236088Y-100358484D01* +X199213286Y-100590000D01* +X199236088Y-100821516D01* +X199303619Y-101044136D01* +X199413283Y-101249303D01* +X199560866Y-101429134D01* +X199740697Y-101576717D01* +X199945864Y-101686381D01* +X200168484Y-101753912D01* +X200341984Y-101771000D01* +X200458016Y-101771000D01* +X200631516Y-101753912D01* +X200854136Y-101686381D01* +X201059303Y-101576717D01* +X201239134Y-101429134D01* +X201386717Y-101249303D01* +X201387041Y-101248697D01* +X201457095Y-101411004D01* +X201645759Y-101684529D01* +X201884159Y-101915992D01* +X202163135Y-102096498D01* +X202424073Y-102204572D01* +X202683000Y-102038630D01* +X202683000Y-100847000D01* +X203197000Y-100847000D01* +X203197000Y-102038630D01* +X203455927Y-102204572D01* +X203716865Y-102096498D01* +X203995841Y-101915992D01* +X204234241Y-101684529D01* +X204422905Y-101411004D01* +X204554581Y-101105928D01* +X204391662Y-100847000D01* +X203197000Y-100847000D01* +X202683000Y-100847000D01* +X202663000Y-100847000D01* +X202663000Y-100333000D01* +X202683000Y-100333000D01* +X202683000Y-99141370D01* +X203197000Y-99141370D01* +X203197000Y-100333000D01* +X204391662Y-100333000D01* +X204554581Y-100074072D01* +X204422905Y-99768996D01* +X204234241Y-99495471D01* +X203995841Y-99264008D01* +X203716865Y-99083502D01* +X203455927Y-98975428D01* +X203197000Y-99141370D01* +X202683000Y-99141370D01* +X202424073Y-98975428D01* +X202163135Y-99083502D01* +X201884159Y-99264008D01* +X201645759Y-99495471D01* +X201457095Y-99768996D01* +X201387041Y-99931303D01* +X201386717Y-99930697D01* +X201239134Y-99750866D01* +X201059303Y-99603283D01* +X201005674Y-99574617D01* +X204421120Y-96159172D01* +X204440427Y-96143327D01* +X204503659Y-96066279D01* +X204550645Y-95978375D01* +X204579578Y-95882993D01* +X204586900Y-95808654D01* +X204589348Y-95783800D01* +X204586900Y-95758946D01* +X204586900Y-77105754D01* +X204589348Y-77080900D01* +X204579578Y-76981707D01* +X204550645Y-76886325D01* +X204520538Y-76830000D01* +X204503659Y-76798421D01* +X204440427Y-76721373D01* +X204421120Y-76705528D01* +X204081307Y-76365716D01* +X204074241Y-76355471D01* +X203965004Y-76249412D01* +X203685276Y-75969685D01* +X203669427Y-75950373D01* +X203592379Y-75887141D01* +X203504475Y-75840155D01* +X203409093Y-75811222D01* +X203334754Y-75803900D01* +X203334746Y-75803900D01* +X203309900Y-75801453D01* +X203285054Y-75803900D01* +X202054945Y-75803900D01* +X202030099Y-75801453D01* +X202005253Y-75803900D01* +X202005246Y-75803900D01* +X201940794Y-75810248D01* +X201930906Y-75811222D01* +X201908707Y-75817956D01* +X201835525Y-75840155D01* +X201747621Y-75887141D01* +X201670573Y-75950373D01* +X201654728Y-75969680D01* +X201169780Y-76454629D01* +X201150474Y-76470473D01* +X201087242Y-76547521D01* +X201085781Y-76550255D01* +X201061235Y-76596177D01* +X200899303Y-76463283D01* +X200694136Y-76353619D01* +X200471516Y-76286088D01* +X200298016Y-76269000D01* +X200181984Y-76269000D01* +X200008484Y-76286088D01* +X199785864Y-76353619D01* +X199580697Y-76463283D01* +X199400866Y-76610866D01* +X199343031Y-76681339D01* +X198341476Y-75679785D01* +X198325627Y-75660473D01* +X198248579Y-75597241D01* +X198160675Y-75550255D01* +X198065293Y-75521322D01* +X197990954Y-75514000D01* +X197990946Y-75514000D01* +X197966100Y-75511553D01* +X197941254Y-75514000D01* +X197350392Y-75514000D01* +X192832205Y-70995814D01* +X192851516Y-70993912D01* +X193074136Y-70926381D01* +X193279303Y-70816717D01* +X193459134Y-70669134D01* +X193606717Y-70489303D01* +X193607041Y-70488697D01* +X193677095Y-70651004D01* +X193865759Y-70924529D01* +X194104159Y-71155992D01* +X194383135Y-71336498D01* +X194644073Y-71444572D01* +X194903000Y-71278630D01* +X194903000Y-70087000D01* +X194883000Y-70087000D01* +X194883000Y-69573000D01* +X194903000Y-69573000D01* +X194903000Y-68381370D01* +X195417000Y-68381370D01* +X195417000Y-69573000D01* +X195437000Y-69573000D01* +X195437000Y-70087000D01* +X195417000Y-70087000D01* +X195417000Y-71278630D01* +X195675927Y-71444572D01* +X195936865Y-71336498D01* +X196215841Y-71155992D01* +X196454241Y-70924529D01* +X196642905Y-70651004D01* +X196712959Y-70488697D01* +X196713283Y-70489303D01* +X196860866Y-70669134D01* +X197040697Y-70816717D01* +X197245864Y-70926381D01* +X197468484Y-70993912D01* +X197641984Y-71011000D01* +X197758016Y-71011000D01* +X197931516Y-70993912D01* +X198154136Y-70926381D01* +X198359303Y-70816717D01* +X198539134Y-70669134D01* +X198686717Y-70489303D01* +X198796381Y-70284136D01* +X198863912Y-70061516D01* +X198886714Y-69830000D01* +X199053286Y-69830000D01* +X199076088Y-70061516D01* +X199143619Y-70284136D01* +X199253283Y-70489303D01* +X199400866Y-70669134D01* +X199580697Y-70816717D01* +X199785864Y-70926381D01* +X200008484Y-70993912D01* +X200181984Y-71011000D01* +X200298016Y-71011000D01* +X200471516Y-70993912D01* +X200694136Y-70926381D01* +X200899303Y-70816717D01* +X201079134Y-70669134D01* +X201226717Y-70489303D01* +X201336381Y-70284136D01* +X201403912Y-70061516D01* +X201426714Y-69830000D01* +X201593286Y-69830000D01* +X201616088Y-70061516D01* +X201683619Y-70284136D01* +X201793283Y-70489303D01* +X201940866Y-70669134D01* +X202120697Y-70816717D01* +X202325864Y-70926381D01* +X202548484Y-70993912D01* +X202721984Y-71011000D01* +X202838016Y-71011000D01* +X203011516Y-70993912D01* +X203234136Y-70926381D01* +X203439303Y-70816717D01* +X203619134Y-70669134D01* +X203766717Y-70489303D01* +X203876381Y-70284136D01* +X203943912Y-70061516D01* +X203966714Y-69830000D01* +X203943912Y-69598484D01* +X203876381Y-69375864D01* +X203766717Y-69170697D01* +X203619134Y-68990866D01* +X203439303Y-68843283D01* +X203234136Y-68733619D01* +X203011516Y-68666088D01* +X202838016Y-68649000D01* +X202721984Y-68649000D01* +X202548484Y-68666088D01* +X202325864Y-68733619D01* +X202120697Y-68843283D01* +X201940866Y-68990866D01* +X201793283Y-69170697D01* +X201683619Y-69375864D01* +X201616088Y-69598484D01* +X201593286Y-69830000D01* +X201426714Y-69830000D01* +X201403912Y-69598484D01* +X201336381Y-69375864D01* +X201226717Y-69170697D01* +X201079134Y-68990866D01* +X200899303Y-68843283D01* +X200694136Y-68733619D01* +X200471516Y-68666088D01* +X200298016Y-68649000D01* +X200181984Y-68649000D01* +X200008484Y-68666088D01* +X199785864Y-68733619D01* +X199580697Y-68843283D01* +X199400866Y-68990866D01* +X199253283Y-69170697D01* +X199143619Y-69375864D01* +X199076088Y-69598484D01* +X199053286Y-69830000D01* +X198886714Y-69830000D01* +X198863912Y-69598484D01* +X198796381Y-69375864D01* +X198686717Y-69170697D01* +X198539134Y-68990866D01* +X198359303Y-68843283D01* +X198154136Y-68733619D01* +X197931516Y-68666088D01* +X197758016Y-68649000D01* +X197641984Y-68649000D01* +X197468484Y-68666088D01* +X197245864Y-68733619D01* +X197040697Y-68843283D01* +X196860866Y-68990866D01* +X196713283Y-69170697D01* +X196712959Y-69171303D01* +X196642905Y-69008996D01* +X196454241Y-68735471D01* +X196215841Y-68504008D01* +X195936865Y-68323502D01* +X195675927Y-68215428D01* +X195417000Y-68381370D01* +X194903000Y-68381370D01* +X194644073Y-68215428D01* +X194383135Y-68323502D01* +X194104159Y-68504008D01* +X193865759Y-68735471D01* +X193677095Y-69008996D01* +X193607041Y-69171303D01* +X193606717Y-69170697D01* +X193459134Y-68990866D01* +X193279303Y-68843283D01* +X193074136Y-68733619D01* +X192851516Y-68666088D01* +X192678016Y-68649000D01* +X192561984Y-68649000D01* +X192388484Y-68666088D01* +X192165864Y-68733619D01* +X191960697Y-68843283D01* +X191780866Y-68990866D01* +X191703407Y-69085250D01* +X191690220Y-69074428D01* +X185734376Y-63118585D01* +X185718527Y-63099273D01* +X185641479Y-63036041D01* +X185553575Y-62989055D01* +X185458193Y-62960122D01* +X185383854Y-62952800D01* +X185383846Y-62952800D01* +X185359000Y-62950353D01* +X185334154Y-62952800D01* +X184289992Y-62952800D01* +X183463192Y-62126000D01* +X183667725Y-62126000D01* +X184035960Y-62052753D01* +X184382829Y-61909075D01* +X184695004Y-61700487D01* +X184960487Y-61435004D01* +X185169075Y-61122829D01* +X185312753Y-60775960D01* +X185386000Y-60407725D01* +X185386000Y-60032275D01* +X185312753Y-59664040D01* +X185169075Y-59317171D01* +X184960487Y-59004996D01* +X184695004Y-58739513D01* +X184382829Y-58530925D01* +X184035960Y-58387247D01* +X183667725Y-58314000D01* +X183292275Y-58314000D01* +X182924040Y-58387247D01* +X182577171Y-58530925D01* +X182264996Y-58739513D01* +X181999513Y-59004996D01* +X181790925Y-59317171D01* +X181647247Y-59664040D01* +X181574000Y-60032275D01* +X181574000Y-60236809D01* +X179353476Y-58016285D01* +X179337627Y-57996973D01* +X179260579Y-57933741D01* +X179172675Y-57886755D01* +X179077293Y-57857822D01* +X179002954Y-57850500D01* +X179002946Y-57850500D01* +X178978100Y-57848053D01* +X178953254Y-57850500D01* +X178682757Y-57850500D01* +X178575451Y-57817949D01* +X178400000Y-57800669D01* +X178120750Y-57805000D01* +X178075250Y-57850500D01* +X177204750Y-57850500D01* +X177159250Y-57805000D01* +X176880000Y-57800669D01* +X176704549Y-57817949D01* +X176597243Y-57850500D01* +X175500214Y-57850500D01* +X175233659Y-57802371D01* +X174907704Y-57808146D01* +X174712883Y-57850500D01* +X172960214Y-57850500D01* +X172693659Y-57802371D01* +X172367704Y-57808146D01* +X172172883Y-57850500D01* +X170420214Y-57850500D01* +X170153659Y-57802371D01* +X169827704Y-57808146D01* +X169632883Y-57850500D01* +X167880214Y-57850500D01* +X167613659Y-57802371D01* +X167287704Y-57808146D01* +X167092883Y-57850500D01* +X166758345Y-57850500D01* +X166733499Y-57848053D01* +X166708653Y-57850500D01* +X166708646Y-57850500D01* +X166644194Y-57856848D01* +X166634306Y-57857822D01* +X166538925Y-57886755D01* +X166451021Y-57933741D01* +X166373973Y-57996973D01* +X166358128Y-58016280D01* +X166102694Y-58271715D01* +X165933762Y-58102783D01* +X165759626Y-58276919D01* +X165697832Y-57979700D01* +X165394479Y-57860298D01* +X165073659Y-57802371D01* +X164747704Y-57808146D01* +X164429138Y-57877402D01* +X164182168Y-57979700D01* +X164120373Y-58276921D01* +X164940000Y-59096547D01* +X164954142Y-59082405D01* +X165317595Y-59445858D01* +X165303453Y-59460000D01* +X165317595Y-59474142D01* +X164954142Y-59837595D01* +X164940000Y-59823453D01* +X164925858Y-59837595D01* +X164562405Y-59474142D01* +X164576547Y-59460000D01* +X163923846Y-58807299D01* +X163880300Y-58702168D01* +X163802551Y-58686003D01* +X163756921Y-58640373D01* +X163670000Y-58658445D01* +X163583079Y-58640373D01* +X163537449Y-58686003D01* +X163459700Y-58702168D01* +X163419726Y-58803726D01* +X162763453Y-59460000D01* +X162777595Y-59474142D01* +X162414142Y-59837595D01* +X162400000Y-59823453D01* +X161580373Y-60643079D01* +X161642168Y-60940300D01* +X161824689Y-61012142D01* +X161672655Y-61113727D01* +X161513727Y-61272655D01* +X161388859Y-61459534D01* +X161302848Y-61667183D01* +X161259000Y-61887621D01* +X161259000Y-62112379D01* +X161302848Y-62332817D01* +X161388859Y-62540466D01* +X161513727Y-62727345D01* +X161672655Y-62886273D01* +X161859534Y-63011141D01* +X162067183Y-63097152D01* +X162287621Y-63141000D01* +X162512379Y-63141000D01* +X162732817Y-63097152D01* +X162940466Y-63011141D01* +X163127345Y-62886273D01* +X163286273Y-62727345D01* +X163411141Y-62540466D01* +X163497152Y-62332817D01* +X163541000Y-62112379D01* +X163541000Y-61887621D01* +X163497152Y-61667183D01* +X163482875Y-61632716D01* +X163929592Y-61186000D01* +X164140382Y-61186000D01* +X164053727Y-61272655D01* +X163928859Y-61459534D01* +X163842848Y-61667183D01* +X163799000Y-61887621D01* +X163799000Y-62112379D01* +X163842848Y-62332817D01* +X163928859Y-62540466D01* +X164053727Y-62727345D01* +X164212655Y-62886273D01* +X164399534Y-63011141D01* +X164607183Y-63097152D01* +X164827621Y-63141000D01* +X165052379Y-63141000D01* +X165272817Y-63097152D01* +X165480466Y-63011141D01* +X165667345Y-62886273D01* +X165826273Y-62727345D01* +X165951141Y-62540466D01* +X166037152Y-62332817D01* +X166081000Y-62112379D01* +X166081000Y-61887621D01* +X166037152Y-61667183D01* +X166022875Y-61632716D01* +X166260892Y-61394700D01* +X166512180Y-61394700D01* +X166468859Y-61459534D01* +X166382848Y-61667183D01* +X166339000Y-61887621D01* +X166339000Y-62112379D01* +X166382848Y-62332817D01* +X166468859Y-62540466D01* +X166593727Y-62727345D01* +X166752655Y-62886273D01* +X166939534Y-63011141D01* +X167147183Y-63097152D01* +X167367621Y-63141000D01* +X167592379Y-63141000D01* +X167812817Y-63097152D01* +X167847284Y-63082875D01* +X169145128Y-64380720D01* +X169160973Y-64400027D01* +X169238021Y-64463259D01* +X169318962Y-64506523D01* +X169325925Y-64510245D01* +X169421307Y-64539178D01* +X169520500Y-64548948D01* +X169545354Y-64546500D01* +X180990909Y-64546500D01* +X185097275Y-68652867D01* +X185058016Y-68649000D01* +X184941984Y-68649000D01* +X184933396Y-68649846D01* +X184784123Y-68500572D01* +X184759470Y-68470532D01* +X184729427Y-68445876D01* +X183444128Y-67160578D01* +X183419469Y-67130531D01* +X183299572Y-67032134D01* +X183162783Y-66959018D01* +X183014357Y-66913994D01* +X182898673Y-66902600D01* +X182898663Y-66902600D01* +X182860000Y-66898792D01* +X182821337Y-66902600D01* +X162428662Y-66902600D01* +X162389999Y-66898792D01* +X162351336Y-66902600D01* +X149431210Y-66902600D01* +X149629303Y-66796717D01* +X149809134Y-66649134D01* +X149956717Y-66469303D01* +X150066381Y-66264136D01* +X150133912Y-66041516D01* +X150156714Y-65810000D01* +X150133912Y-65578484D01* +X150066381Y-65355864D01* +X149956717Y-65150697D01* +X149809134Y-64970866D01* +X149629303Y-64823283D01* +X149424136Y-64713619D01* +X149201516Y-64646088D01* +X149028016Y-64629000D01* +X148911984Y-64629000D01* +X148738484Y-64646088D01* +X148515864Y-64713619D01* +X148310697Y-64823283D01* +X148146000Y-64958446D01* +X148146000Y-62578092D01* +X148171141Y-62540466D01* +X148257152Y-62332817D01* +X148301000Y-62112379D01* +X148301000Y-61887621D01* +X148257152Y-61667183D01* +X148171141Y-61459534D01* +X148046273Y-61272655D01* +X147999618Y-61226000D01* +X148860382Y-61226000D01* +X148813727Y-61272655D01* +X148688859Y-61459534D01* +X148602848Y-61667183D01* +X148559000Y-61887621D01* +X148559000Y-62112379D01* +X148602848Y-62332817D01* +X148688859Y-62540466D01* +X148813727Y-62727345D01* +X148972655Y-62886273D01* +X149159534Y-63011141D01* +X149367183Y-63097152D01* +X149587621Y-63141000D01* +X149812379Y-63141000D01* +X150032817Y-63097152D01* +X150240466Y-63011141D01* +X150427345Y-62886273D01* +X150586273Y-62727345D01* +X150711141Y-62540466D01* +X150797152Y-62332817D01* +X150841000Y-62112379D01* +X150841000Y-61887621D01* +X150797152Y-61667183D01* +X150711141Y-61459534D01* +X150586273Y-61272655D01* +X150539618Y-61226000D01* +X151400382Y-61226000D01* +X151353727Y-61272655D01* +X151228859Y-61459534D01* +X151142848Y-61667183D01* +X151099000Y-61887621D01* +X151099000Y-62112379D01* +X151142848Y-62332817D01* +X151228859Y-62540466D01* +X151353727Y-62727345D01* +X151512655Y-62886273D01* +X151699534Y-63011141D01* +X151907183Y-63097152D01* +X152127621Y-63141000D01* +X152352379Y-63141000D01* +X152572817Y-63097152D01* +X152780466Y-63011141D01* +X152967345Y-62886273D01* +X153126273Y-62727345D01* +X153251141Y-62540466D01* +X153337152Y-62332817D01* +X153381000Y-62112379D01* +X153381000Y-61887621D01* +X153337152Y-61667183D01* +X153251141Y-61459534D01* +X153126273Y-61272655D01* +X153079618Y-61226000D01* +X153940382Y-61226000D01* +X153893727Y-61272655D01* +X153768859Y-61459534D01* +X153682848Y-61667183D01* +X153639000Y-61887621D01* +X153639000Y-62112379D01* +X153682848Y-62332817D01* +X153768859Y-62540466D01* +X153893727Y-62727345D01* +X154052655Y-62886273D01* +X154239534Y-63011141D01* +X154447183Y-63097152D01* +X154667621Y-63141000D01* +X154892379Y-63141000D01* +X155112817Y-63097152D01* +X155320466Y-63011141D01* +X155507345Y-62886273D01* +X155666273Y-62727345D01* +X155791141Y-62540466D01* +X155877152Y-62332817D01* +X155921000Y-62112379D01* +X155921000Y-61887621D01* +X155877152Y-61667183D01* +X155791141Y-61459534D01* +X155666273Y-61272655D01* +X155649565Y-61255947D01* +X155766991Y-61304587D01* +X155917878Y-61334600D01* +X156071722Y-61334600D01* +X156222609Y-61304587D01* +X156364742Y-61245713D01* +X156492659Y-61160242D01* +X156601442Y-61051459D01* +X156652071Y-60975687D01* +X156744689Y-61012142D01* +X156592655Y-61113727D01* +X156433727Y-61272655D01* +X156308859Y-61459534D01* +X156222848Y-61667183D01* +X156179000Y-61887621D01* +X156179000Y-62112379D01* +X156222848Y-62332817D01* +X156308859Y-62540466D01* +X156433727Y-62727345D01* +X156592655Y-62886273D01* +X156779534Y-63011141D01* +X156987183Y-63097152D01* +X157207621Y-63141000D01* +X157432379Y-63141000D01* +X157652817Y-63097152D01* +X157860466Y-63011141D01* +X158047345Y-62886273D01* +X158206273Y-62727345D01* +X158331141Y-62540466D01* +X158417152Y-62332817D01* +X158461000Y-62112379D01* +X158461000Y-61887621D01* +X158719000Y-61887621D01* +X158719000Y-62112379D01* +X158762848Y-62332817D01* +X158848859Y-62540466D01* +X158973727Y-62727345D01* +X159132655Y-62886273D01* +X159319534Y-63011141D01* +X159527183Y-63097152D01* +X159747621Y-63141000D01* +X159972379Y-63141000D01* +X160192817Y-63097152D01* +X160400466Y-63011141D01* +X160587345Y-62886273D01* +X160746273Y-62727345D01* +X160871141Y-62540466D01* +X160957152Y-62332817D01* +X161001000Y-62112379D01* +X161001000Y-61887621D01* +X160957152Y-61667183D01* +X160871141Y-61459534D01* +X160746273Y-61272655D01* +X160587345Y-61113727D01* +X160438786Y-61014463D01* +X160617832Y-60940300D01* +X160679627Y-60643079D01* +X159860000Y-59823453D01* +X159040373Y-60643079D01* +X159102168Y-60940300D01* +X159284689Y-61012142D01* +X159132655Y-61113727D01* +X158973727Y-61272655D01* +X158848859Y-61459534D01* +X158762848Y-61667183D01* +X158719000Y-61887621D01* +X158461000Y-61887621D01* +X158417152Y-61667183D01* +X158331141Y-61459534D01* +X158206273Y-61272655D01* +X158047345Y-61113727D01* +X157898786Y-61014463D01* +X158077832Y-60940300D01* +X158139627Y-60643079D01* +X157320000Y-59823453D01* +X157305858Y-59837595D01* +X156942405Y-59474142D01* +X156956547Y-59460000D01* +X157683453Y-59460000D01* +X158336154Y-60112701D01* +X158379700Y-60217832D01* +X158457449Y-60233997D01* +X158503079Y-60279627D01* +X158590000Y-60261555D01* +X158676921Y-60279627D01* +X158722551Y-60233997D01* +X158800300Y-60217832D01* +X158840274Y-60116274D01* +X159496547Y-59460000D01* +X160223453Y-59460000D01* +X160876154Y-60112701D01* +X160919700Y-60217832D01* +X160997449Y-60233997D01* +X161043079Y-60279627D01* +X161130000Y-60261555D01* +X161216921Y-60279627D01* +X161262551Y-60233997D01* +X161340300Y-60217832D01* +X161380274Y-60116274D01* +X162036547Y-59460000D01* +X161383846Y-58807299D01* +X161340300Y-58702168D01* +X161262551Y-58686003D01* +X161216921Y-58640373D01* +X161130000Y-58658445D01* +X161043079Y-58640373D01* +X160997449Y-58686003D01* +X160919700Y-58702168D01* +X160879726Y-58803726D01* +X160223453Y-59460000D01* +X159496547Y-59460000D01* +X158843846Y-58807299D01* +X158800300Y-58702168D01* +X158722551Y-58686003D01* +X158676921Y-58640373D01* +X158590000Y-58658445D01* +X158503079Y-58640373D01* +X158457449Y-58686003D01* +X158379700Y-58702168D01* +X158339726Y-58803726D01* +X157683453Y-59460000D01* +X156956547Y-59460000D01* +X156303846Y-58807299D01* +X156260300Y-58702168D01* +X156182551Y-58686003D01* +X156136921Y-58640373D01* +X156050000Y-58658445D01* +X155963079Y-58640373D01* +X155917449Y-58686003D01* +X155839700Y-58702168D01* +X155799726Y-58803726D01* +X155143453Y-59460000D01* +X155157595Y-59474142D01* +X154794142Y-59837595D01* +X154780000Y-59823453D01* +X154765858Y-59837595D01* +X154402405Y-59474142D01* +X154416547Y-59460000D01* +X153763846Y-58807299D01* +X153720300Y-58702168D01* +X153642551Y-58686003D01* +X153596921Y-58640373D01* +X153510000Y-58658445D01* +X153423079Y-58640373D01* +X153377449Y-58686003D01* +X153299700Y-58702168D01* +X153259726Y-58803726D01* +X152603453Y-59460000D01* +X152617595Y-59474142D01* +X152254142Y-59837595D01* +X152240000Y-59823453D01* +X152225858Y-59837595D01* +X151862405Y-59474142D01* +X151876547Y-59460000D01* +X151223846Y-58807299D01* +X151180300Y-58702168D01* +X151102551Y-58686003D01* +X151056921Y-58640373D01* +X150970000Y-58658445D01* +X150883079Y-58640373D01* +X150837449Y-58686003D01* +X150759700Y-58702168D01* +X150719726Y-58803726D01* +X150063453Y-59460000D01* +X150077595Y-59474142D01* +X149714142Y-59837595D01* +X149700000Y-59823453D01* +X149685858Y-59837595D01* +X149322405Y-59474142D01* +X149336547Y-59460000D01* +X148683846Y-58807299D01* +X148640300Y-58702168D01* +X148562551Y-58686003D01* +X148516921Y-58640373D01* +X148430000Y-58658445D01* +X148343079Y-58640373D01* +X148297449Y-58686003D01* +X148219700Y-58702168D01* +X148179726Y-58803726D01* +X147523453Y-59460000D01* +X147537595Y-59474142D01* +X147174142Y-59837595D01* +X147160000Y-59823453D01* +X147145858Y-59837595D01* +X146782405Y-59474142D01* +X146796547Y-59460000D01* +X146143846Y-58807299D01* +X146100300Y-58702168D01* +X146022551Y-58686003D01* +X145976921Y-58640373D01* +X145890000Y-58658445D01* +X145803079Y-58640373D01* +X145757449Y-58686003D01* +X145679700Y-58702168D01* +X145639726Y-58803726D01* +X144983453Y-59460000D01* +X144997595Y-59474142D01* +X144634142Y-59837595D01* +X144620000Y-59823453D01* +X144605858Y-59837595D01* +X144242405Y-59474142D01* +X144256547Y-59460000D01* +X143603846Y-58807299D01* +X143560300Y-58702168D01* +X143482551Y-58686003D01* +X143436921Y-58640373D01* +X143350000Y-58658445D01* +X143263079Y-58640373D01* +X143217449Y-58686003D01* +X143139700Y-58702168D01* +X143099726Y-58803726D01* +X142443453Y-59460000D01* +X143096154Y-60112701D01* +X143139700Y-60217832D01* +X143217449Y-60233997D01* +X143263079Y-60279627D01* +X143350000Y-60261555D01* +X143436919Y-60279626D01* +X143262783Y-60453762D01* +X143426715Y-60617694D01* +X143019780Y-61024629D01* +X143000474Y-61040473D01* +X142937242Y-61117521D01* +X142923752Y-61142759D01* +X142893316Y-61199698D01* +X142807345Y-61113727D01* +X142658786Y-61014463D01* +X142837832Y-60940300D01* +X142899627Y-60643079D01* +X142080000Y-59823453D01* +X141260373Y-60643079D01* +X141322168Y-60940300D01* +X141504689Y-61012142D01* +X141352655Y-61113727D01* +X141193727Y-61272655D01* +X141068859Y-61459534D01* +X140982848Y-61667183D01* +X140939000Y-61887621D01* +X140939000Y-62112379D01* +X140982848Y-62332817D01* +X141068859Y-62540466D01* +X141193727Y-62727345D01* +X141352655Y-62886273D01* +X141539534Y-63011141D01* +X141574000Y-63025417D01* +X141574000Y-63745108D01* +X141009780Y-64309329D01* +X140990474Y-64325173D01* +X140927242Y-64402221D01* +X140902127Y-64449208D01* +X140880255Y-64490126D01* +X140851322Y-64585508D01* +X140841553Y-64684700D01* +X140844001Y-64709556D01* +X140844001Y-64741340D01* +X140690697Y-64823283D01* +X140510866Y-64970866D01* +X140363283Y-65150697D01* +X140253619Y-65355864D01* +X140186088Y-65578484D01* +X140181783Y-65622192D01* +X140029376Y-65469785D01* +X140013527Y-65450473D01* +X139936479Y-65387241D01* +X139911916Y-65374112D01* +X139906381Y-65355864D01* +X139796717Y-65150697D01* +X139649134Y-64970866D01* +X139469303Y-64823283D01* +X139264136Y-64713619D01* +X139041516Y-64646088D01* +X138868016Y-64629000D01* +X138751984Y-64629000D01* +X138578484Y-64646088D01* +X138355864Y-64713619D01* +X138150697Y-64823283D01* +X137970866Y-64970866D01* +X137823283Y-65150697D01* +X137713619Y-65355864D01* +X137646088Y-65578484D01* +X137623286Y-65810000D01* +X137646088Y-66041516D01* +X137659596Y-66086045D01* +X137452843Y-65879292D01* +X137452843Y-65010000D01* +X137445487Y-64935311D01* +X137423701Y-64863492D01* +X137388322Y-64797304D01* +X137340711Y-64739289D01* +X137282696Y-64691678D01* +X137216508Y-64656299D01* +X137144689Y-64634513D01* +X137070000Y-64627157D01* +X135470000Y-64627157D01* +X135395311Y-64634513D01* +X135323492Y-64656299D01* +X135257304Y-64691678D01* +X135199289Y-64739289D01* +X135151678Y-64797304D01* +X135116299Y-64863492D01* +X135094513Y-64935311D01* +X135087157Y-65010000D01* +X135087157Y-65022600D01* +X134695662Y-65022600D01* +X134656999Y-65018792D01* +X134618336Y-65022600D01* +X134618327Y-65022600D01* +X134502643Y-65033994D01* +X134354217Y-65079018D01* +X134217428Y-65152134D01* +X134217426Y-65152135D01* +X134217427Y-65152135D01* +X134127569Y-65225879D01* +X134127567Y-65225881D01* +X134097531Y-65250531D01* +X134072881Y-65280567D01* +X133280850Y-66072600D01* +X129826056Y-66072600D01* +X129721953Y-65968497D01* +X130023203Y-65901736D01* +X130146636Y-65591504D01* +X130207174Y-65263152D01* +X130202491Y-64929299D01* +X130132767Y-64602775D01* +X130023203Y-64338264D01* +X129721953Y-64271503D01* +X129777256Y-64216200D01* +X135264954Y-64216200D01* +X135289800Y-64218647D01* +X135314646Y-64216200D01* +X135314654Y-64216200D01* +X135388993Y-64208878D01* +X135484375Y-64179945D01* +X135572279Y-64132959D01* +X135649327Y-64069727D01* +X135665176Y-64050415D01* +X136632716Y-63082875D01* +X136667183Y-63097152D01* +X136887621Y-63141000D01* +X137112379Y-63141000D01* +X137332817Y-63097152D01* +X137540466Y-63011141D01* +X137727345Y-62886273D01* +X137886273Y-62727345D01* +X138011141Y-62540466D01* +X138097152Y-62332817D01* +X138141000Y-62112379D01* +X138141000Y-61887621D01* +X138399000Y-61887621D01* +X138399000Y-62112379D01* +X138442848Y-62332817D01* +X138528859Y-62540466D01* +X138653727Y-62727345D01* +X138812655Y-62886273D01* +X138999534Y-63011141D01* +X139207183Y-63097152D01* +X139427621Y-63141000D01* +X139652379Y-63141000D01* +X139872817Y-63097152D01* +X140080466Y-63011141D01* +X140267345Y-62886273D01* +X140426273Y-62727345D01* +X140551141Y-62540466D01* +X140637152Y-62332817D01* +X140681000Y-62112379D01* +X140681000Y-61887621D01* +X140637152Y-61667183D01* +X140551141Y-61459534D01* +X140426273Y-61272655D01* +X140267345Y-61113727D01* +X140118786Y-61014463D01* +X140297832Y-60940300D01* +X140359627Y-60643079D01* +X139540000Y-59823453D01* +X138720373Y-60643079D01* +X138782168Y-60940300D01* +X138964689Y-61012142D01* +X138812655Y-61113727D01* +X138653727Y-61272655D01* +X138528859Y-61459534D01* +X138442848Y-61667183D01* +X138399000Y-61887621D01* +X138141000Y-61887621D01* +X138097152Y-61667183D01* +X138011141Y-61459534D01* +X137886273Y-61272655D01* +X137727345Y-61113727D01* +X137578786Y-61014463D01* +X137757832Y-60940300D01* +X137819627Y-60643079D01* +X137000000Y-59823453D01* +X136180373Y-60643079D01* +X136242168Y-60940300D01* +X136424689Y-61012142D01* +X136272655Y-61113727D01* +X136113727Y-61272655D01* +X135988859Y-61459534D01* +X135902848Y-61667183D01* +X135859000Y-61887621D01* +X135859000Y-62112379D01* +X135902848Y-62332817D01* +X135917125Y-62367284D01* +X135080209Y-63204200D01* +X115750197Y-63204200D01* +X115813546Y-63085682D01* +X115875358Y-62881913D01* +X115896230Y-62670000D01* +X115875358Y-62458087D01* +X115813546Y-62254318D01* +X115713167Y-62066523D01* +X115578081Y-61901919D01* +X115413477Y-61766833D01* +X115225682Y-61666454D01* +X115021913Y-61604642D01* +X114863100Y-61589000D01* +X114756900Y-61589000D01* +X114598087Y-61604642D01* +X114394318Y-61666454D01* +X114206523Y-61766833D01* +X114041919Y-61901919D01* +X113906833Y-62066523D01* +X113806454Y-62254318D01* +X113744642Y-62458087D01* +X113723770Y-62670000D01* +X113744642Y-62881913D01* +X113806454Y-63085682D01* +X113869803Y-63204200D01* +X112974645Y-63204200D01* +X112949799Y-63201753D01* +X112924953Y-63204200D01* +X112924946Y-63204200D01* +X112850607Y-63211522D01* +X112755225Y-63240455D01* +X112667321Y-63287441D01* +X112590273Y-63350673D01* +X112574429Y-63369979D01* +X110791000Y-65153408D01* +X110791000Y-65003531D01* +X110749457Y-64794684D01* +X110667969Y-64597955D01* +X110549667Y-64420903D01* +X110399097Y-64270333D01* +X110222045Y-64152031D01* +X110025316Y-64070543D01* +X109816469Y-64029000D01* +X109603531Y-64029000D01* +X109394684Y-64070543D01* +X109388639Y-64073047D01* +X108033000Y-62717409D01* +X108033000Y-62563531D01* +X108649000Y-62563531D01* +X108649000Y-62776469D01* +X108690543Y-62985316D01* +X108772031Y-63182045D01* +X108890333Y-63359097D01* +X109040903Y-63509667D01* +X109217955Y-63627969D01* +X109414684Y-63709457D01* +X109623531Y-63751000D01* +X109836469Y-63751000D01* +X110045316Y-63709457D01* +X110242045Y-63627969D01* +X110419097Y-63509667D01* +X110569667Y-63359097D01* +X110687969Y-63182045D01* +X110769457Y-62985316D01* +X110811000Y-62776469D01* +X110811000Y-62563531D01* +X110769457Y-62354684D01* +X110687969Y-62157955D01* +X110569667Y-61980903D01* +X110419097Y-61830333D01* +X110242045Y-61712031D01* +X110045316Y-61630543D01* +X109836469Y-61589000D01* +X109623531Y-61589000D01* +X109414684Y-61630543D01* +X109217955Y-61712031D01* +X109040903Y-61830333D01* +X108890333Y-61980903D01* +X108772031Y-62157955D01* +X108690543Y-62354684D01* +X108649000Y-62563531D01* +X108033000Y-62563531D01* +X108033000Y-60032275D01* +X129254000Y-60032275D01* +X129254000Y-60407725D01* +X129327247Y-60775960D01* +X129470925Y-61122829D01* +X129679513Y-61435004D01* +X129944996Y-61700487D01* +X130257171Y-61909075D01* +X130604040Y-62052753D01* +X130972275Y-62126000D01* +X131347725Y-62126000D01* +X131715960Y-62052753D01* +X132062829Y-61909075D01* +X132375004Y-61700487D01* +X132640487Y-61435004D01* +X132849075Y-61122829D01* +X132992753Y-60775960D01* +X133066000Y-60407725D01* +X133066000Y-60032275D01* +X132992753Y-59664040D01* +X132852874Y-59326341D01* +X135342371Y-59326341D01* +X135348146Y-59652296D01* +X135417402Y-59970862D01* +X135519700Y-60217832D01* +X135816921Y-60279627D01* +X136636547Y-59460000D01* +X137363453Y-59460000D01* +X138016154Y-60112701D01* +X138059700Y-60217832D01* +X138137449Y-60233997D01* +X138183079Y-60279627D01* +X138270000Y-60261555D01* +X138356921Y-60279627D01* +X138402551Y-60233997D01* +X138480300Y-60217832D01* +X138520274Y-60116274D01* +X139176547Y-59460000D01* +X139903453Y-59460000D01* +X140556154Y-60112701D01* +X140599700Y-60217832D01* +X140677449Y-60233997D01* +X140723079Y-60279627D01* +X140810000Y-60261555D01* +X140896921Y-60279627D01* +X140942551Y-60233997D01* +X141020300Y-60217832D01* +X141060274Y-60116274D01* +X141716547Y-59460000D01* +X141063846Y-58807299D01* +X141020300Y-58702168D01* +X140942551Y-58686003D01* +X140896921Y-58640373D01* +X140810000Y-58658445D01* +X140723079Y-58640373D01* +X140677449Y-58686003D01* +X140599700Y-58702168D01* +X140559726Y-58803726D01* +X139903453Y-59460000D01* +X139176547Y-59460000D01* +X138523846Y-58807299D01* +X138480300Y-58702168D01* +X138402551Y-58686003D01* +X138356921Y-58640373D01* +X138270000Y-58658445D01* +X138183079Y-58640373D01* +X138137449Y-58686003D01* +X138059700Y-58702168D01* +X138019726Y-58803726D01* +X137363453Y-59460000D01* +X136636547Y-59460000D01* +X135816921Y-58640373D01* +X135519700Y-58702168D01* +X135400298Y-59005521D01* +X135342371Y-59326341D01* +X132852874Y-59326341D01* +X132849075Y-59317171D01* +X132640487Y-59004996D01* +X132375004Y-58739513D01* +X132062829Y-58530925D01* +X131715960Y-58387247D01* +X131347725Y-58314000D01* +X130972275Y-58314000D01* +X130604040Y-58387247D01* +X130257171Y-58530925D01* +X129944996Y-58739513D01* +X129679513Y-59004996D01* +X129470925Y-59317171D01* +X129327247Y-59664040D01* +X129254000Y-60032275D01* +X108033000Y-60032275D01* +X108033000Y-58276921D01* +X136180373Y-58276921D01* +X137000000Y-59096547D01* +X137819627Y-58276921D01* +X138720373Y-58276921D01* +X139540000Y-59096547D01* +X140359627Y-58276921D01* +X141260373Y-58276921D01* +X142080000Y-59096547D01* +X142899627Y-58276921D01* +X143800373Y-58276921D01* +X144620000Y-59096547D01* +X145439627Y-58276921D01* +X146340373Y-58276921D01* +X147160000Y-59096547D01* +X147979627Y-58276921D01* +X148880373Y-58276921D01* +X149700000Y-59096547D01* +X150519627Y-58276921D01* +X151420373Y-58276921D01* +X152240000Y-59096547D01* +X153059627Y-58276921D01* +X153960373Y-58276921D01* +X154780000Y-59096547D01* +X155599627Y-58276921D01* +X156500373Y-58276921D01* +X157320000Y-59096547D01* +X158139627Y-58276921D01* +X159040373Y-58276921D01* +X159860000Y-59096547D01* +X160679627Y-58276921D01* +X161580373Y-58276921D01* +X162400000Y-59096547D01* +X163219627Y-58276921D01* +X163157832Y-57979700D01* +X162854479Y-57860298D01* +X162533659Y-57802371D01* +X162207704Y-57808146D01* +X161889138Y-57877402D01* +X161642168Y-57979700D01* +X161580373Y-58276921D01* +X160679627Y-58276921D01* +X160617832Y-57979700D01* +X160314479Y-57860298D01* +X159993659Y-57802371D01* +X159667704Y-57808146D01* +X159349138Y-57877402D01* +X159102168Y-57979700D01* +X159040373Y-58276921D01* +X158139627Y-58276921D01* +X158077832Y-57979700D01* +X157774479Y-57860298D01* +X157453659Y-57802371D01* +X157127704Y-57808146D01* +X156809138Y-57877402D01* +X156562168Y-57979700D01* +X156500373Y-58276921D01* +X155599627Y-58276921D01* +X155537832Y-57979700D01* +X155234479Y-57860298D01* +X154913659Y-57802371D01* +X154587704Y-57808146D01* +X154269138Y-57877402D01* +X154022168Y-57979700D01* +X153960373Y-58276921D01* +X153059627Y-58276921D01* +X152997832Y-57979700D01* +X152694479Y-57860298D01* +X152373659Y-57802371D01* +X152047704Y-57808146D01* +X151729138Y-57877402D01* +X151482168Y-57979700D01* +X151420373Y-58276921D01* +X150519627Y-58276921D01* +X150457832Y-57979700D01* +X150154479Y-57860298D01* +X149833659Y-57802371D01* +X149507704Y-57808146D01* +X149189138Y-57877402D01* +X148942168Y-57979700D01* +X148880373Y-58276921D01* +X147979627Y-58276921D01* +X147917832Y-57979700D01* +X147614479Y-57860298D01* +X147293659Y-57802371D01* +X146967704Y-57808146D01* +X146649138Y-57877402D01* +X146402168Y-57979700D01* +X146340373Y-58276921D01* +X145439627Y-58276921D01* +X145377832Y-57979700D01* +X145074479Y-57860298D01* +X144753659Y-57802371D01* +X144427704Y-57808146D01* +X144109138Y-57877402D01* +X143862168Y-57979700D01* +X143800373Y-58276921D01* +X142899627Y-58276921D01* +X142837832Y-57979700D01* +X142534479Y-57860298D01* +X142213659Y-57802371D01* +X141887704Y-57808146D01* +X141569138Y-57877402D01* +X141322168Y-57979700D01* +X141260373Y-58276921D01* +X140359627Y-58276921D01* +X140297832Y-57979700D01* +X139994479Y-57860298D01* +X139673659Y-57802371D01* +X139347704Y-57808146D01* +X139029138Y-57877402D01* +X138782168Y-57979700D01* +X138720373Y-58276921D01* +X137819627Y-58276921D01* +X137757832Y-57979700D01* +X137454479Y-57860298D01* +X137133659Y-57802371D01* +X136807704Y-57808146D01* +X136489138Y-57877402D01* +X136242168Y-57979700D01* +X136180373Y-58276921D01* +X108033000Y-58276921D01* +X108033000Y-54551854D01* +X108035448Y-54527000D01* +X108025678Y-54427807D01* +X107996745Y-54332425D01* +X107949759Y-54244521D01* +X107886527Y-54167473D01* +X107867220Y-54151628D01* +X106675221Y-52959630D01* +X106687536Y-52929900D01* +X106731000Y-52711394D01* +X106731000Y-52488606D01* +X106687536Y-52270100D01* +X106602279Y-52064271D01* +X106478505Y-51879030D01* +X106320970Y-51721495D01* +X106135729Y-51597721D01* +X105929900Y-51512464D01* +X105711394Y-51469000D01* +X105488606Y-51469000D01* +X105270100Y-51512464D01* +X105064271Y-51597721D01* +X104879030Y-51721495D01* +X104721495Y-51879030D01* +X104597721Y-52064271D01* +X104512464Y-52270100D01* +X104469000Y-52488606D01* +X104469000Y-52711394D01* +X104512464Y-52929900D01* +X104597721Y-53135729D01* +X104721495Y-53320970D01* +X104879030Y-53478505D01* +X105064271Y-53602279D01* +X105270100Y-53687536D01* +X105488606Y-53731000D01* +X105711394Y-53731000D01* +X105929900Y-53687536D01* +X105959630Y-53675221D01* +X107021001Y-54736593D01* +X107021000Y-62902154D01* +X107018553Y-62927000D01* +X107021000Y-62951846D01* +X107021000Y-62951853D01* +X107028322Y-63026192D01* +X107057255Y-63121574D01* +X107104241Y-63209479D01* +X107167473Y-63286527D01* +X107186785Y-63302376D01* +X108673047Y-64788639D01* +X108670543Y-64794684D01* +X108629000Y-65003531D01* +X108629000Y-65216469D01* +X108670543Y-65425316D01* +X108752031Y-65622045D01* +X108870333Y-65799097D01* +X109020903Y-65949667D01* +X109197955Y-66067969D01* +X109394684Y-66149457D01* +X109603531Y-66191000D01* +X109753409Y-66191000D01* +X109231116Y-66713294D01* +X109062183Y-66544361D01* +X108888497Y-66718047D01* +X108821736Y-66416797D01* +X108511504Y-66293364D01* +X108183152Y-66232826D01* +X107849299Y-66237509D01* +X107522775Y-66307233D01* +X107258264Y-66416797D01* +X107191502Y-66718049D01* +X108040000Y-67566547D01* +X108054142Y-67552405D01* +X108417595Y-67915858D01* +X108403453Y-67930000D01* +X108417595Y-67944142D01* +X108054142Y-68307595D01* +X108040000Y-68293453D01* +X107191502Y-69141951D01* +X107258264Y-69443203D01* +X107568496Y-69566636D01* +X107896848Y-69627174D01* +X108230701Y-69622491D01* +X108557225Y-69552767D01* +X108764000Y-69467118D01* +X108764001Y-103319844D01* +X108761553Y-103344700D01* +X108771322Y-103443892D01* +X108800255Y-103539274D01* +X108818788Y-103573946D01* +X108847242Y-103627179D01* +X108910474Y-103704227D01* +X108929781Y-103720072D01* +X113026865Y-107817157D01* +X113000000Y-107817157D01* +X112925311Y-107824513D01* +X112853492Y-107846299D01* +X112787304Y-107881678D01* +X112729289Y-107929289D01* +X112681678Y-107987304D01* +X112646299Y-108053492D01* +X112624513Y-108125311D01* +X112617157Y-108200000D01* +X112617157Y-109800000D01* +X112624513Y-109874689D01* +X112646299Y-109946508D01* +X112681678Y-110012696D01* +X112729289Y-110070711D01* +X112787304Y-110118322D01* +X112853492Y-110153701D01* +X112925311Y-110175487D01* +X113000000Y-110182843D01* +X114600000Y-110182843D01* +X114674689Y-110175487D01* +X114746508Y-110153701D01* +X114812696Y-110118322D01* +X114870711Y-110070711D01* +X114918322Y-110012696D01* +X114938241Y-109975432D01* +X130497228Y-125534420D01* +X130513073Y-125553727D01* +X130590121Y-125616959D01* +X130670285Y-125659808D01* +X130678025Y-125663945D01* +X130773407Y-125692878D01* +X130872600Y-125702648D01* +X130897454Y-125700200D01* +X135990954Y-125700200D01* +X136015800Y-125702647D01* +X136040646Y-125700200D01* +X136040654Y-125700200D01* +X136114993Y-125692878D01* +X136210375Y-125663945D01* +X136298279Y-125616959D01* +X136375327Y-125553727D01* +X136391176Y-125534415D01* +X136660215Y-125265376D01* +X136679527Y-125249527D01* +X136742759Y-125172479D01* +X136789745Y-125084575D01* +X136818678Y-124989193D01* +X136823542Y-124939811D01* +X136880697Y-124986717D01* +X137085864Y-125096381D01* +X137308484Y-125163912D01* +X137481984Y-125181000D01* +X137598016Y-125181000D01* +X137771516Y-125163912D01* +X137994136Y-125096381D01* +X138199303Y-124986717D01* +X138379134Y-124839134D01* +X138526717Y-124659303D01* +X138636381Y-124454136D01* +X138703912Y-124231516D01* +X138726714Y-124000000D01* +X138893286Y-124000000D01* +X138916088Y-124231516D01* +X138983619Y-124454136D01* +X139093283Y-124659303D01* +X139240866Y-124839134D01* +X139420697Y-124986717D01* +X139625864Y-125096381D01* +X139848484Y-125163912D01* +X140021984Y-125181000D01* +X140138016Y-125181000D01* +X140311516Y-125163912D01* +X140534136Y-125096381D01* +X140739303Y-124986717D01* +X140919134Y-124839134D01* +X141066717Y-124659303D01* +X141176381Y-124454136D01* +X141243912Y-124231516D01* +X141266714Y-124000000D01* +X141433286Y-124000000D01* +X141456088Y-124231516D01* +X141523619Y-124454136D01* +X141633283Y-124659303D01* +X141780866Y-124839134D01* +X141960697Y-124986717D01* +X142165864Y-125096381D01* +X142388484Y-125163912D01* +X142561984Y-125181000D01* +X142678016Y-125181000D01* +X142851516Y-125163912D01* +X143074136Y-125096381D01* +X143279303Y-124986717D01* +X143459134Y-124839134D01* +X143606717Y-124659303D01* +X143716381Y-124454136D01* +X143783912Y-124231516D01* +X143806714Y-124000000D01* +X143973286Y-124000000D01* +X143996088Y-124231516D01* +X144063619Y-124454136D01* +X144173283Y-124659303D01* +X144320866Y-124839134D01* +X144500697Y-124986717D01* +X144705864Y-125096381D01* +X144928484Y-125163912D01* +X145101984Y-125181000D01* +X145218016Y-125181000D01* +X145391516Y-125163912D01* +X145614136Y-125096381D01* +X145819303Y-124986717D01* +X145999134Y-124839134D01* +X146146717Y-124659303D01* +X146256381Y-124454136D01* +X146323912Y-124231516D01* +X146346714Y-124000000D01* +X146513286Y-124000000D01* +X146536088Y-124231516D01* +X146603619Y-124454136D01* +X146713283Y-124659303D01* +X146860866Y-124839134D01* +X147040697Y-124986717D01* +X147245864Y-125096381D01* +X147468484Y-125163912D01* +X147641984Y-125181000D01* +X147758016Y-125181000D01* +X147931516Y-125163912D01* +X148154136Y-125096381D01* +X148359303Y-124986717D01* +X148539134Y-124839134D01* +X148686717Y-124659303D01* +X148796381Y-124454136D01* +X148863912Y-124231516D01* +X148886714Y-124000000D01* +X149053286Y-124000000D01* +X149076088Y-124231516D01* +X149143619Y-124454136D01* +X149253283Y-124659303D01* +X149400866Y-124839134D01* +X149580697Y-124986717D01* +X149785864Y-125096381D01* +X150008484Y-125163912D01* +X150181984Y-125181000D01* +X150298016Y-125181000D01* +X150471516Y-125163912D01* +X150694136Y-125096381D01* +X150899303Y-124986717D01* +X151079134Y-124839134D01* +X151226717Y-124659303D01* +X151336381Y-124454136D01* +X151403912Y-124231516D01* +X151426714Y-124000000D01* +X151593286Y-124000000D01* +X151616088Y-124231516D01* +X151683619Y-124454136D01* +X151793283Y-124659303D01* +X151940866Y-124839134D01* +X152120697Y-124986717D01* +X152325864Y-125096381D01* +X152548484Y-125163912D01* +X152721984Y-125181000D01* +X152838016Y-125181000D01* +X153011516Y-125163912D01* +X153234136Y-125096381D01* +X153439303Y-124986717D01* +X153619134Y-124839134D01* +X153766717Y-124659303D01* +X153876381Y-124454136D01* +X153943912Y-124231516D01* +X153966714Y-124000000D01* +X154133286Y-124000000D01* +X154156088Y-124231516D01* +X154223619Y-124454136D01* +X154333283Y-124659303D01* +X154480866Y-124839134D01* +X154660697Y-124986717D01* +X154865864Y-125096381D01* +X155088484Y-125163912D01* +X155261984Y-125181000D01* +X155378016Y-125181000D01* +X155551516Y-125163912D01* +X155774136Y-125096381D01* +X155979303Y-124986717D01* +X156159134Y-124839134D01* +X156306717Y-124659303D01* +X156307041Y-124658697D01* +X156377095Y-124821004D01* +X156565759Y-125094529D01* +X156804159Y-125325992D01* +X157083135Y-125506498D01* +X157344073Y-125614572D01* +X157603000Y-125448630D01* +X157603000Y-124257000D01* +X158117000Y-124257000D01* +X158117000Y-125448630D01* +X158375927Y-125614572D01* +X158636865Y-125506498D01* +X158915841Y-125325992D01* +X159154241Y-125094529D01* +X159342905Y-124821004D01* +X159474581Y-124515928D01* +X159311662Y-124257000D01* +X158117000Y-124257000D01* +X157603000Y-124257000D01* +X157583000Y-124257000D01* +X157583000Y-123743000D01* +X157603000Y-123743000D01* +X157603000Y-122551370D01* +X158117000Y-122551370D01* +X158117000Y-123743000D01* +X159311662Y-123743000D01* +X159474581Y-123484072D01* +X159342905Y-123178996D01* +X159154241Y-122905471D01* +X158915841Y-122674008D01* +X158636865Y-122493502D01* +X158375927Y-122385428D01* +X158117000Y-122551370D01* +X157603000Y-122551370D01* +X157344073Y-122385428D01* +X157083135Y-122493502D01* +X156804159Y-122674008D01* +X156565759Y-122905471D01* +X156377095Y-123178996D01* +X156307041Y-123341303D01* +X156306717Y-123340697D01* +X156159134Y-123160866D01* +X155979303Y-123013283D01* +X155774136Y-122903619D01* +X155551516Y-122836088D01* +X155378016Y-122819000D01* +X155261984Y-122819000D01* +X155088484Y-122836088D01* +X154865864Y-122903619D01* +X154660697Y-123013283D01* +X154480866Y-123160866D01* +X154333283Y-123340697D01* +X154223619Y-123545864D01* +X154156088Y-123768484D01* +X154133286Y-124000000D01* +X153966714Y-124000000D01* +X153943912Y-123768484D01* +X153876381Y-123545864D01* +X153766717Y-123340697D01* +X153619134Y-123160866D01* +X153439303Y-123013283D01* +X153234136Y-122903619D01* +X153011516Y-122836088D01* +X152838016Y-122819000D01* +X152721984Y-122819000D01* +X152548484Y-122836088D01* +X152325864Y-122903619D01* +X152120697Y-123013283D01* +X151940866Y-123160866D01* +X151793283Y-123340697D01* +X151683619Y-123545864D01* +X151616088Y-123768484D01* +X151593286Y-124000000D01* +X151426714Y-124000000D01* +X151403912Y-123768484D01* +X151336381Y-123545864D01* +X151226717Y-123340697D01* +X151079134Y-123160866D01* +X150899303Y-123013283D01* +X150694136Y-122903619D01* +X150471516Y-122836088D01* +X150298016Y-122819000D01* +X150181984Y-122819000D01* +X150008484Y-122836088D01* +X149785864Y-122903619D01* +X149580697Y-123013283D01* +X149400866Y-123160866D01* +X149253283Y-123340697D01* +X149143619Y-123545864D01* +X149076088Y-123768484D01* +X149053286Y-124000000D01* +X148886714Y-124000000D01* +X148863912Y-123768484D01* +X148796381Y-123545864D01* +X148686717Y-123340697D01* +X148539134Y-123160866D01* +X148359303Y-123013283D01* +X148154136Y-122903619D01* +X147931516Y-122836088D01* +X147758016Y-122819000D01* +X147641984Y-122819000D01* +X147468484Y-122836088D01* +X147245864Y-122903619D01* +X147040697Y-123013283D01* +X146860866Y-123160866D01* +X146713283Y-123340697D01* +X146603619Y-123545864D01* +X146536088Y-123768484D01* +X146513286Y-124000000D01* +X146346714Y-124000000D01* +X146323912Y-123768484D01* +X146256381Y-123545864D01* +X146146717Y-123340697D01* +X145999134Y-123160866D01* +X145819303Y-123013283D01* +X145614136Y-122903619D01* +X145391516Y-122836088D01* +X145218016Y-122819000D01* +X145101984Y-122819000D01* +X144928484Y-122836088D01* +X144705864Y-122903619D01* +X144500697Y-123013283D01* +X144320866Y-123160866D01* +X144173283Y-123340697D01* +X144063619Y-123545864D01* +X143996088Y-123768484D01* +X143973286Y-124000000D01* +X143806714Y-124000000D01* +X143783912Y-123768484D01* +X143716381Y-123545864D01* +X143606717Y-123340697D01* +X143459134Y-123160866D01* +X143279303Y-123013283D01* +X143074136Y-122903619D01* +X142851516Y-122836088D01* +X142678016Y-122819000D01* +X142561984Y-122819000D01* +X142388484Y-122836088D01* +X142165864Y-122903619D01* +X141960697Y-123013283D01* +X141780866Y-123160866D01* +X141633283Y-123340697D01* +X141523619Y-123545864D01* +X141456088Y-123768484D01* +X141433286Y-124000000D01* +X141266714Y-124000000D01* +X141243912Y-123768484D01* +X141176381Y-123545864D01* +X141066717Y-123340697D01* +X140919134Y-123160866D01* +X140739303Y-123013283D01* +X140534136Y-122903619D01* +X140311516Y-122836088D01* +X140138016Y-122819000D01* +X140021984Y-122819000D01* +X139848484Y-122836088D01* +X139625864Y-122903619D01* +X139420697Y-123013283D01* +X139240866Y-123160866D01* +X139093283Y-123340697D01* +X138983619Y-123545864D01* +X138916088Y-123768484D01* +X138893286Y-124000000D01* +X138726714Y-124000000D01* +X138703912Y-123768484D01* +X138636381Y-123545864D01* +X138526717Y-123340697D01* +X138379134Y-123160866D01* +X138199303Y-123013283D01* +X137994136Y-122903619D01* +X137771516Y-122836088D01* +X137727808Y-122831783D01* +X142960220Y-117599372D01* +X142979527Y-117583527D01* +X143042759Y-117506479D01* +X143055888Y-117481916D01* +X143074136Y-117476381D01* +X143279303Y-117366717D01* +X143459134Y-117219134D01* +X143606717Y-117039303D01* +X143716381Y-116834136D01* +X143783912Y-116611516D01* +X143806714Y-116380000D01* +X143783912Y-116148484D01* +X143716381Y-115925864D01* +X143606717Y-115720697D01* +X143459134Y-115540866D01* +X143279303Y-115393283D01* +X143074136Y-115283619D01* +X142954738Y-115247400D01* +X144825262Y-115247400D01* +X144705864Y-115283619D01* +X144500697Y-115393283D01* +X144320866Y-115540866D01* +X144173283Y-115720697D01* +X144063619Y-115925864D01* +X143996088Y-116148484D01* +X143973286Y-116380000D01* +X143996088Y-116611516D01* +X144063619Y-116834136D01* +X144173283Y-117039303D01* +X144320866Y-117219134D01* +X144500697Y-117366717D01* +X144705864Y-117476381D01* +X144928484Y-117543912D01* +X145101984Y-117561000D01* +X145218016Y-117561000D01* +X145391516Y-117543912D01* +X145614136Y-117476381D01* +X145819303Y-117366717D01* +X145999134Y-117219134D01* +X146146717Y-117039303D01* +X146256381Y-116834136D01* +X146323912Y-116611516D01* +X146346714Y-116380000D01* +X146323912Y-116148484D01* +X146256381Y-115925864D01* +X146146717Y-115720697D01* +X145999134Y-115540866D01* +X145819303Y-115393283D01* +X145614136Y-115283619D01* +X145494738Y-115247400D01* +X147365262Y-115247400D01* +X147245864Y-115283619D01* +X147040697Y-115393283D01* +X146860866Y-115540866D01* +X146713283Y-115720697D01* +X146603619Y-115925864D01* +X146536088Y-116148484D01* +X146513286Y-116380000D01* +X146536088Y-116611516D01* +X146603619Y-116834136D01* +X146713283Y-117039303D01* +X146860866Y-117219134D01* +X147040697Y-117366717D01* +X147245864Y-117476381D01* +X147468484Y-117543912D01* +X147641984Y-117561000D01* +X147758016Y-117561000D01* +X147931516Y-117543912D01* +X148154136Y-117476381D01* +X148359303Y-117366717D01* +X148539134Y-117219134D01* +X148686717Y-117039303D01* +X148796381Y-116834136D01* +X148863912Y-116611516D01* +X148886714Y-116380000D01* +X148863912Y-116148484D01* +X148796381Y-115925864D01* +X148686717Y-115720697D01* +X148539134Y-115540866D01* +X148359303Y-115393283D01* +X148154136Y-115283619D01* +X148034738Y-115247400D01* +X149905262Y-115247400D01* +X149785864Y-115283619D01* +X149580697Y-115393283D01* +X149400866Y-115540866D01* +X149253283Y-115720697D01* +X149143619Y-115925864D01* +X149076088Y-116148484D01* +X149053286Y-116380000D01* +X149076088Y-116611516D01* +X149143619Y-116834136D01* +X149253283Y-117039303D01* +X149400866Y-117219134D01* +X149580697Y-117366717D01* +X149785864Y-117476381D01* +X150008484Y-117543912D01* +X150181984Y-117561000D01* +X150298016Y-117561000D01* +X150471516Y-117543912D01* +X150694136Y-117476381D01* +X150899303Y-117366717D01* +X151079134Y-117219134D01* +X151226717Y-117039303D01* +X151336381Y-116834136D01* +X151403912Y-116611516D01* +X151426714Y-116380000D01* +X151403912Y-116148484D01* +X151336381Y-115925864D01* +X151226717Y-115720697D01* +X151079134Y-115540866D01* +X150899303Y-115393283D01* +X150694136Y-115283619D01* +X150574738Y-115247400D01* +X152445262Y-115247400D01* +X152325864Y-115283619D01* +X152120697Y-115393283D01* +X151940866Y-115540866D01* +X151793283Y-115720697D01* +X151683619Y-115925864D01* +X151616088Y-116148484D01* +X151593286Y-116380000D01* +X151616088Y-116611516D01* +X151683619Y-116834136D01* +X151793283Y-117039303D01* +X151940866Y-117219134D01* +X152120697Y-117366717D01* +X152325864Y-117476381D01* +X152548484Y-117543912D01* +X152721984Y-117561000D01* +X152838016Y-117561000D01* +X153011516Y-117543912D01* +X153234136Y-117476381D01* +X153439303Y-117366717D01* +X153619134Y-117219134D01* +X153677015Y-117148606D01* +X160868628Y-124340220D01* +X160884473Y-124359527D01* +X160961521Y-124422759D01* +X161049425Y-124469745D01* +X161122607Y-124491944D01* +X161144806Y-124498678D01* +X161154694Y-124499652D01* +X161219146Y-124506000D01* +X161219153Y-124506000D01* +X161243999Y-124508447D01* +X161268845Y-124506000D01* +X163817157Y-124506000D01* +X163817157Y-124800000D01* +X163824513Y-124874689D01* +X163846299Y-124946508D01* +X163881678Y-125012696D01* +X163929289Y-125070711D01* +X163987304Y-125118322D01* +X164053492Y-125153701D01* +X164125311Y-125175487D01* +X164200000Y-125182843D01* +X165800000Y-125182843D01* +X165874689Y-125175487D01* +X165946508Y-125153701D01* +X166012696Y-125118322D01* +X166070711Y-125070711D01* +X166118322Y-125012696D01* +X166153701Y-124946508D01* +X166175487Y-124874689D01* +X166182843Y-124800000D01* +X166182843Y-124000000D01* +X166353286Y-124000000D01* +X166376088Y-124231516D01* +X166443619Y-124454136D01* +X166553283Y-124659303D01* +X166700866Y-124839134D01* +X166880697Y-124986717D01* +X167085864Y-125096381D01* +X167308484Y-125163912D01* +X167481984Y-125181000D01* +X167598016Y-125181000D01* +X167771516Y-125163912D01* +X167994136Y-125096381D01* +X168199303Y-124986717D01* +X168379134Y-124839134D01* +X168526717Y-124659303D01* +X168636381Y-124454136D01* +X168703912Y-124231516D01* +X168726714Y-124000000D01* +X168893286Y-124000000D01* +X168916088Y-124231516D01* +X168983619Y-124454136D01* +X169093283Y-124659303D01* +X169240866Y-124839134D01* +X169420697Y-124986717D01* +X169625864Y-125096381D01* +X169848484Y-125163912D01* +X170021984Y-125181000D01* +X170138016Y-125181000D01* +X170311516Y-125163912D01* +X170534136Y-125096381D01* +X170739303Y-124986717D01* +X170919134Y-124839134D01* +X171066717Y-124659303D01* +X171176381Y-124454136D01* +X171243912Y-124231516D01* +X171266714Y-124000000D01* +X171433286Y-124000000D01* +X171456088Y-124231516D01* +X171523619Y-124454136D01* +X171633283Y-124659303D01* +X171780866Y-124839134D01* +X171960697Y-124986717D01* +X172165864Y-125096381D01* +X172388484Y-125163912D01* +X172561984Y-125181000D01* +X172678016Y-125181000D01* +X172851516Y-125163912D01* +X173074136Y-125096381D01* +X173279303Y-124986717D01* +X173459134Y-124839134D01* +X173606717Y-124659303D01* +X173716381Y-124454136D01* +X173783912Y-124231516D01* +X173806714Y-124000000D01* +X173973286Y-124000000D01* +X173996088Y-124231516D01* +X174063619Y-124454136D01* +X174173283Y-124659303D01* +X174320866Y-124839134D01* +X174500697Y-124986717D01* +X174705864Y-125096381D01* +X174928484Y-125163912D01* +X175101984Y-125181000D01* +X175218016Y-125181000D01* +X175391516Y-125163912D01* +X175614136Y-125096381D01* +X175819303Y-124986717D01* +X175999134Y-124839134D01* +X176146717Y-124659303D01* +X176256381Y-124454136D01* +X176323912Y-124231516D01* +X176346714Y-124000000D01* +X176513286Y-124000000D01* +X176536088Y-124231516D01* +X176603619Y-124454136D01* +X176713283Y-124659303D01* +X176860866Y-124839134D01* +X177040697Y-124986717D01* +X177245864Y-125096381D01* +X177468484Y-125163912D01* +X177641984Y-125181000D01* +X177758016Y-125181000D01* +X177931516Y-125163912D01* +X178154136Y-125096381D01* +X178359303Y-124986717D01* +X178539134Y-124839134D01* +X178686717Y-124659303D01* +X178687041Y-124658697D01* +X178757095Y-124821004D01* +X178945759Y-125094529D01* +X179184159Y-125325992D01* +X179463135Y-125506498D01* +X179724073Y-125614572D01* +X179983000Y-125448630D01* +X179983000Y-124257000D01* +X180497000Y-124257000D01* +X180497000Y-125448630D01* +X180755927Y-125614572D01* +X181016865Y-125506498D01* +X181295841Y-125325992D01* +X181534241Y-125094529D01* +X181722905Y-124821004D01* +X181854581Y-124515928D01* +X181691662Y-124257000D01* +X180497000Y-124257000D01* +X179983000Y-124257000D01* +X179963000Y-124257000D01* +X179963000Y-123743000D01* +X179983000Y-123743000D01* +X179983000Y-122551370D01* +X180497000Y-122551370D01* +X180497000Y-123743000D01* +X181691662Y-123743000D01* +X181854581Y-123484072D01* +X181722905Y-123178996D01* +X181534241Y-122905471D01* +X181295841Y-122674008D01* +X181016865Y-122493502D01* +X180755927Y-122385428D01* +X180497000Y-122551370D01* +X179983000Y-122551370D01* +X179724073Y-122385428D01* +X179463135Y-122493502D01* +X179184159Y-122674008D01* +X178945759Y-122905471D01* +X178757095Y-123178996D01* +X178687041Y-123341303D01* +X178686717Y-123340697D01* +X178539134Y-123160866D01* +X178359303Y-123013283D01* +X178154136Y-122903619D01* +X177931516Y-122836088D01* +X177758016Y-122819000D01* +X177641984Y-122819000D01* +X177468484Y-122836088D01* +X177245864Y-122903619D01* +X177040697Y-123013283D01* +X176860866Y-123160866D01* +X176713283Y-123340697D01* +X176603619Y-123545864D01* +X176536088Y-123768484D01* +X176513286Y-124000000D01* +X176346714Y-124000000D01* +X176323912Y-123768484D01* +X176256381Y-123545864D01* +X176146717Y-123340697D01* +X175999134Y-123160866D01* +X175819303Y-123013283D01* +X175614136Y-122903619D01* +X175391516Y-122836088D01* +X175218016Y-122819000D01* +X175101984Y-122819000D01* +X174928484Y-122836088D01* +X174705864Y-122903619D01* +X174500697Y-123013283D01* +X174320866Y-123160866D01* +X174173283Y-123340697D01* +X174063619Y-123545864D01* +X173996088Y-123768484D01* +X173973286Y-124000000D01* +X173806714Y-124000000D01* +X173783912Y-123768484D01* +X173716381Y-123545864D01* +X173606717Y-123340697D01* +X173459134Y-123160866D01* +X173279303Y-123013283D01* +X173074136Y-122903619D01* +X172851516Y-122836088D01* +X172678016Y-122819000D01* +X172561984Y-122819000D01* +X172388484Y-122836088D01* +X172165864Y-122903619D01* +X171960697Y-123013283D01* +X171780866Y-123160866D01* +X171633283Y-123340697D01* +X171523619Y-123545864D01* +X171456088Y-123768484D01* +X171433286Y-124000000D01* +X171266714Y-124000000D01* +X171243912Y-123768484D01* +X171176381Y-123545864D01* +X171066717Y-123340697D01* +X170919134Y-123160866D01* +X170739303Y-123013283D01* +X170534136Y-122903619D01* +X170311516Y-122836088D01* +X170138016Y-122819000D01* +X170021984Y-122819000D01* +X169848484Y-122836088D01* +X169625864Y-122903619D01* +X169420697Y-123013283D01* +X169240866Y-123160866D01* +X169093283Y-123340697D01* +X168983619Y-123545864D01* +X168916088Y-123768484D01* +X168893286Y-124000000D01* +X168726714Y-124000000D01* +X168703912Y-123768484D01* +X168636381Y-123545864D01* +X168526717Y-123340697D01* +X168379134Y-123160866D01* +X168199303Y-123013283D01* +X167994136Y-122903619D01* +X167771516Y-122836088D01* +X167598016Y-122819000D01* +X167481984Y-122819000D01* +X167308484Y-122836088D01* +X167085864Y-122903619D01* +X166880697Y-123013283D01* +X166700866Y-123160866D01* +X166553283Y-123340697D01* +X166443619Y-123545864D01* +X166376088Y-123768484D01* +X166353286Y-124000000D01* +X166182843Y-124000000D01* +X166182843Y-123200000D01* +X166175487Y-123125311D01* +X166153701Y-123053492D01* +X166118322Y-122987304D01* +X166070711Y-122929289D01* +X166012696Y-122881678D01* +X165946508Y-122846299D01* +X165874689Y-122824513D01* +X165800000Y-122817157D01* +X164200000Y-122817157D01* +X164125311Y-122824513D01* +X164053492Y-122846299D01* +X163987304Y-122881678D01* +X163929289Y-122929289D01* +X163881678Y-122987304D01* +X163846299Y-123053492D01* +X163824513Y-123125311D01* +X163817157Y-123200000D01* +X163817157Y-123494000D01* +X161453592Y-123494000D01* +X155507808Y-117548217D01* +X155551516Y-117543912D01* +X155774136Y-117476381D01* +X155979303Y-117366717D01* +X156159134Y-117219134D01* +X156306717Y-117039303D01* +X156416381Y-116834136D01* +X156483912Y-116611516D01* +X156506714Y-116380000D01* +X156483912Y-116148484D01* +X156416381Y-115925864D01* +X156306717Y-115720697D01* +X156159134Y-115540866D01* +X155979303Y-115393283D01* +X155774136Y-115283619D01* +X155654738Y-115247400D01* +X157525262Y-115247400D01* +X157405864Y-115283619D01* +X157200697Y-115393283D01* +X157020866Y-115540866D01* +X156873283Y-115720697D01* +X156763619Y-115925864D01* +X156696088Y-116148484D01* +X156673286Y-116380000D01* +X156696088Y-116611516D01* +X156763619Y-116834136D01* +X156873283Y-117039303D01* +X157020866Y-117219134D01* +X157200697Y-117366717D01* +X157405864Y-117476381D01* +X157628484Y-117543912D01* +X157801984Y-117561000D01* +X157918016Y-117561000D01* +X158091516Y-117543912D01* +X158314136Y-117476381D01* +X158519303Y-117366717D01* +X158699134Y-117219134D01* +X158846717Y-117039303D01* +X158956381Y-116834136D01* +X159023912Y-116611516D01* +X159046714Y-116380000D01* +X159023912Y-116148484D01* +X158956381Y-115925864D01* +X158846717Y-115720697D01* +X158699134Y-115540866D01* +X158519303Y-115393283D01* +X158314136Y-115283619D01* +X158194738Y-115247400D01* +X162753850Y-115247400D01* +X163819846Y-116313396D01* +X163813286Y-116380000D01* +X163836088Y-116611516D01* +X163903619Y-116834136D01* +X164013283Y-117039303D01* +X164160866Y-117219134D01* +X164340697Y-117366717D01* +X164545864Y-117476381D01* +X164768484Y-117543912D01* +X164941984Y-117561000D01* +X165058016Y-117561000D01* +X165231516Y-117543912D01* +X165454136Y-117476381D01* +X165659303Y-117366717D01* +X165839134Y-117219134D01* +X165986717Y-117039303D01* +X166096381Y-116834136D01* +X166163912Y-116611516D01* +X166186714Y-116380000D01* +X166180154Y-116313396D01* +X166389596Y-116103955D01* +X166376088Y-116148484D01* +X166353286Y-116380000D01* +X166376088Y-116611516D01* +X166443619Y-116834136D01* +X166553283Y-117039303D01* +X166700866Y-117219134D01* +X166880697Y-117366717D01* +X167085864Y-117476381D01* +X167308484Y-117543912D01* +X167481984Y-117561000D01* +X167598016Y-117561000D01* +X167771516Y-117543912D01* +X167994136Y-117476381D01* +X168199303Y-117366717D01* +X168379134Y-117219134D01* +X168526717Y-117039303D01* +X168636381Y-116834136D01* +X168703912Y-116611516D01* +X168726714Y-116380000D01* +X168703912Y-116148484D01* +X168672072Y-116043520D01* +X168954892Y-115760700D01* +X169071901Y-115760700D01* +X168983619Y-115925864D01* +X168916088Y-116148484D01* +X168893286Y-116380000D01* +X168916088Y-116611516D01* +X168983619Y-116834136D01* +X169093283Y-117039303D01* +X169240866Y-117219134D01* +X169420697Y-117366717D01* +X169625864Y-117476381D01* +X169848484Y-117543912D01* +X170021984Y-117561000D01* +X170138016Y-117561000D01* +X170311516Y-117543912D01* +X170534136Y-117476381D01* +X170739303Y-117366717D01* +X170919134Y-117219134D01* +X171066717Y-117039303D01* +X171176381Y-116834136D01* +X171243912Y-116611516D01* +X171266714Y-116380000D01* +X171243912Y-116148484D01* +X171176381Y-115925864D01* +X171088099Y-115760700D01* +X171611901Y-115760700D01* +X171523619Y-115925864D01* +X171456088Y-116148484D01* +X171433286Y-116380000D01* +X171456088Y-116611516D01* +X171523619Y-116834136D01* +X171633283Y-117039303D01* +X171780866Y-117219134D01* +X171960697Y-117366717D01* +X172165864Y-117476381D01* +X172388484Y-117543912D01* +X172561984Y-117561000D01* +X172678016Y-117561000D01* +X172851516Y-117543912D01* +X173074136Y-117476381D01* +X173279303Y-117366717D01* +X173459134Y-117219134D01* +X173606717Y-117039303D01* +X173716381Y-116834136D01* +X173783912Y-116611516D01* +X173806714Y-116380000D01* +X173783912Y-116148484D01* +X173716381Y-115925864D01* +X173628099Y-115760700D01* +X174151901Y-115760700D01* +X174063619Y-115925864D01* +X173996088Y-116148484D01* +X173973286Y-116380000D01* +X173996088Y-116611516D01* +X174063619Y-116834136D01* +X174173283Y-117039303D01* +X174320866Y-117219134D01* +X174500697Y-117366717D01* +X174705864Y-117476381D01* +X174928484Y-117543912D01* +X175101984Y-117561000D01* +X175218016Y-117561000D01* +X175391516Y-117543912D01* +X175614136Y-117476381D01* +X175819303Y-117366717D01* +X175999134Y-117219134D01* +X176146717Y-117039303D01* +X176256381Y-116834136D01* +X176323912Y-116611516D01* +X176346714Y-116380000D01* +X176323912Y-116148484D01* +X176256381Y-115925864D01* +X176168099Y-115760700D01* +X176691901Y-115760700D01* +X176603619Y-115925864D01* +X176536088Y-116148484D01* +X176513286Y-116380000D01* +X176536088Y-116611516D01* +X176603619Y-116834136D01* +X176713283Y-117039303D01* +X176860866Y-117219134D01* +X177040697Y-117366717D01* +X177194001Y-117448660D01* +X177194001Y-117480444D01* +X177191553Y-117505300D01* +X177201322Y-117604492D01* +X177230255Y-117699874D01* +X177247667Y-117732448D01* +X177277242Y-117787779D01* +X177340474Y-117864827D01* +X177359781Y-117880672D01* +X182478500Y-122999392D01* +X182478501Y-128559198D01* +X182377858Y-128659841D01* +X182292387Y-128787758D01* +X182233513Y-128929891D01* +X182203500Y-129080778D01* +X182203500Y-129234622D01* +X182233513Y-129385509D01* +X182255836Y-129439400D01* +X178177345Y-129439400D01* +X178152499Y-129436953D01* +X178127653Y-129439400D01* +X178127646Y-129439400D01* +X178063194Y-129445748D01* +X178053306Y-129446722D01* +X178033352Y-129452775D01* +X177957925Y-129475655D01* +X177870021Y-129522641D01* +X177792973Y-129585873D01* +X177777129Y-129605179D01* +X177579340Y-129802968D01* +X168598481Y-129809158D01* +X168567522Y-129803000D01* +X168413678Y-129803000D01* +X168381968Y-129809307D01* +X165808772Y-129811081D01* +X165477400Y-129479709D01* +X165477400Y-128787601D01* +X165578042Y-128686959D01* +X165663513Y-128559042D01* +X165722387Y-128416909D01* +X165752400Y-128266022D01* +X165752400Y-128112178D01* +X165722387Y-127961291D01* +X165663513Y-127819158D01* +X165578042Y-127691241D01* +X165469259Y-127582458D01* +X165341342Y-127496987D01* +X165199209Y-127438113D01* +X165048322Y-127408100D01* +X164894478Y-127408100D01* +X164743591Y-127438113D01* +X164601458Y-127496987D01* +X164473541Y-127582458D01* +X164364758Y-127691241D01* +X164279287Y-127819158D01* +X164220413Y-127961291D01* +X164190400Y-128112178D01* +X164190400Y-128266022D01* +X164220413Y-128416909D01* +X164279287Y-128559042D01* +X164364758Y-128686959D01* +X164465401Y-128787602D01* +X164465400Y-129664453D01* +X164462953Y-129689300D01* +X164465400Y-129714146D01* +X164465400Y-129714153D01* +X164472722Y-129788492D01* +X164479852Y-129811997D01* +X163270522Y-129812831D01* +X163005100Y-129547409D01* +X163005100Y-129432001D01* +X163105742Y-129331359D01* +X163191213Y-129203442D01* +X163250087Y-129061309D01* +X163280100Y-128910422D01* +X163280100Y-128756578D01* +X163250087Y-128605691D01* +X163191213Y-128463558D01* +X163105742Y-128335641D01* +X162996959Y-128226858D01* +X162869042Y-128141387D01* +X162726909Y-128082513D01* +X162576022Y-128052500D01* +X162422178Y-128052500D01* +X162271291Y-128082513D01* +X162129158Y-128141387D01* +X162001241Y-128226858D01* +X161892458Y-128335641D01* +X161806987Y-128463558D01* +X161748113Y-128605691D01* +X161718100Y-128756578D01* +X161718100Y-128910422D01* +X161748113Y-129061309D01* +X161806987Y-129203442D01* +X161892458Y-129331359D01* +X161993100Y-129432001D01* +X161993100Y-129732153D01* +X161990653Y-129757000D01* +X161993100Y-129781846D01* +X161993100Y-129781853D01* +X161996238Y-129813709D01* +X147740163Y-129823536D01* +X147636922Y-129803000D01* +X147483078Y-129803000D01* +X147378584Y-129823785D01* +X134009912Y-129833000D01* +X133985138Y-129835457D01* +X133961318Y-129842701D01* +X133939370Y-129854452D01* +X133920136Y-129870259D01* +X133904355Y-129889515D01* +X133892634Y-129911480D01* +X133885423Y-129935309D01* +X133883000Y-129960000D01* +X133883000Y-134594000D01* +X100426965Y-134594000D01* +X100412827Y-67786848D01* +X106342826Y-67786848D01* +X106347509Y-68120701D01* +X106417233Y-68447225D01* +X106526797Y-68711736D01* +X106828049Y-68778498D01* +X107676547Y-67930000D01* +X106828049Y-67081502D01* +X106526797Y-67148264D01* +X106403364Y-67458496D01* +X106342826Y-67786848D01* +X100412827Y-67786848D01* +X100410626Y-57388606D01* +X104469000Y-57388606D01* +X104469000Y-57611394D01* +X104512464Y-57829900D01* +X104597721Y-58035729D01* +X104721495Y-58220970D01* +X104879030Y-58378505D01* +X105064271Y-58502279D01* +X105270100Y-58587536D01* +X105488606Y-58631000D01* +X105711394Y-58631000D01* +X105929900Y-58587536D01* +X106135729Y-58502279D01* +X106320970Y-58378505D01* +X106478505Y-58220970D01* +X106602279Y-58035729D01* +X106687536Y-57829900D01* +X106731000Y-57611394D01* +X106731000Y-57388606D01* +X106687536Y-57170100D01* +X106602279Y-56964271D01* +X106478505Y-56779030D01* +X106320970Y-56621495D01* +X106135729Y-56497721D01* +X105929900Y-56412464D01* +X105711394Y-56369000D01* +X105488606Y-56369000D01* +X105270100Y-56412464D01* +X105064271Y-56497721D01* +X104879030Y-56621495D01* +X104721495Y-56779030D01* +X104597721Y-56964271D01* +X104512464Y-57170100D01* +X104469000Y-57388606D01* +X100410626Y-57388606D01* +X100407502Y-42626500D01* +X190787333Y-42626500D01* +X190787333Y-50138500D01* +X190813000Y-50138500D01* +X190813000Y-56330000D01* +X190815440Y-56354776D01* +X190822667Y-56378601D01* +X190834403Y-56400557D01* +X190850197Y-56419803D01* +X190869443Y-56435597D01* +X190891399Y-56447333D01* +X190915224Y-56454560D01* +X190940000Y-56457000D01* +X213680000Y-56457000D01* +X213704776Y-56454560D01* +X213728601Y-56447333D01* +X213750557Y-56435597D01* +X213769803Y-56419803D01* +X213785597Y-56400557D01* +X213797333Y-56378601D01* +X213804560Y-56354776D01* +X213807000Y-56330000D01* +X213807000Y-50138500D01* +X213832666Y-50138500D01* +X213832666Y-42626500D01* +X213807000Y-42626500D01* +X213807000Y-41879224D01* +X213807333Y-41878601D01* +X213814560Y-41854776D01* +X213817000Y-41830000D01* +X213814560Y-41805224D01* +X213807333Y-41781399D01* +X213795597Y-41759443D01* +X213779803Y-41740197D01* +X213760557Y-41724403D01* +X213738601Y-41712667D01* +X213714776Y-41705440D01* +X213690000Y-41703000D01* +X211105285Y-41703000D01* +X211105285Y-41679000D01* +X193714714Y-41679000D01* +X193714714Y-41703000D01* +X190940000Y-41703000D01* +X190915224Y-41705440D01* +X190891399Y-41712667D01* +X190869443Y-41724403D01* +X190850197Y-41740197D01* +X190834403Y-41759443D01* +X190822667Y-41781399D01* +X190815440Y-41805224D01* +X190813000Y-41830000D01* +X190813000Y-42626500D01* +X190787333Y-42626500D01* +X100407502Y-42626500D01* +X100407031Y-40406000D01* +X215594000Y-40406000D01* +X215594001Y-134594000D01* +G36* +X193780866Y-124839134D02* +G01* +X193960697Y-124986717D01* +X194165864Y-125096381D01* +X194388484Y-125163912D01* +X194561984Y-125181000D01* +X194678016Y-125181000D01* +X194851516Y-125163912D01* +X195074136Y-125096381D01* +X195279303Y-124986717D01* +X195384001Y-124900794D01* +X195384001Y-125419007D01* +X194539304Y-126263704D01* +X194483203Y-126128264D01* +X194181951Y-126061502D01* +X193333453Y-126910000D01* +X193613231Y-127189778D01* +X193249778Y-127553231D01* +X192970000Y-127273453D01* +X192955858Y-127287595D01* +X192592405Y-126924142D01* +X192606547Y-126910000D01* +X192592405Y-126895858D01* +X192955858Y-126532405D01* +X192970000Y-126546547D01* +X193818498Y-125698049D01* +X193751736Y-125396797D01* +X193441504Y-125273364D01* +X193433672Y-125271920D01* +X193622020Y-125083572D01* +X193641327Y-125067727D01* +X193704559Y-124990679D01* +X193751545Y-124902775D01* +X193773553Y-124830223D01* +X193780866Y-124839134D01* +X193780866Y-124839134D01* +G37* +X193780866Y-124839134D02* +X193960697Y-124986717D01* +X194165864Y-125096381D01* +X194388484Y-125163912D01* +X194561984Y-125181000D01* +X194678016Y-125181000D01* +X194851516Y-125163912D01* +X195074136Y-125096381D01* +X195279303Y-124986717D01* +X195384001Y-124900794D01* +X195384001Y-125419007D01* +X194539304Y-126263704D01* +X194483203Y-126128264D01* +X194181951Y-126061502D01* +X193333453Y-126910000D01* +X193613231Y-127189778D01* +X193249778Y-127553231D01* +X192970000Y-127273453D01* +X192955858Y-127287595D01* +X192592405Y-126924142D01* +X192606547Y-126910000D01* +X192592405Y-126895858D01* +X192955858Y-126532405D01* +X192970000Y-126546547D01* +X193818498Y-125698049D01* +X193751736Y-125396797D01* +X193441504Y-125273364D01* +X193433672Y-125271920D01* +X193622020Y-125083572D01* +X193641327Y-125067727D01* +X193704559Y-124990679D01* +X193751545Y-124902775D01* +X193773553Y-124830223D01* +X193780866Y-124839134D01* +G36* +X135685881Y-69629433D02* +G01* +X135710531Y-69659469D01* +X135740567Y-69684119D01* +X135740569Y-69684121D01* +X135740580Y-69684130D01* +X135819846Y-69763396D01* +X135813286Y-69830000D01* +X135836088Y-70061516D01* +X135903619Y-70284136D01* +X136013283Y-70489303D01* +X136160866Y-70669134D01* +X136212600Y-70711591D01* +X136212601Y-76267157D01* +X136200000Y-76267157D01* +X136125311Y-76274513D01* +X136053492Y-76296299D01* +X135987304Y-76331678D01* +X135929289Y-76379289D01* +X135881678Y-76437304D01* +X135846299Y-76503492D01* +X135824513Y-76575311D01* +X135817157Y-76650000D01* +X135817157Y-78250000D01* +X135824513Y-78324689D01* +X135846299Y-78396508D01* +X135881678Y-78462696D01* +X135929289Y-78520711D01* +X135987304Y-78568322D01* +X136053492Y-78603701D01* +X136125311Y-78625487D01* +X136200000Y-78632843D01* +X137800000Y-78632843D01* +X137874689Y-78625487D01* +X137946508Y-78603701D01* +X138012696Y-78568322D01* +X138070711Y-78520711D01* +X138118322Y-78462696D01* +X138149318Y-78404708D01* +X138245759Y-78544529D01* +X138484159Y-78775992D01* +X138763135Y-78956498D01* +X139024073Y-79064572D01* +X139283000Y-78898630D01* +X139283000Y-77707000D01* +X139797000Y-77707000D01* +X139797000Y-78898630D01* +X140055927Y-79064572D01* +X140316865Y-78956498D01* +X140595841Y-78775992D01* +X140810000Y-78568065D01* +X141024159Y-78775992D01* +X141303135Y-78956498D01* +X141564073Y-79064572D01* +X141823000Y-78898630D01* +X141823000Y-77707000D01* +X139797000Y-77707000D01* +X139283000Y-77707000D01* +X139263000Y-77707000D01* +X139263000Y-77193000D01* +X139283000Y-77193000D01* +X139283000Y-77173000D01* +X139797000Y-77173000D01* +X139797000Y-77193000D01* +X141823000Y-77193000D01* +X141823000Y-77173000D01* +X142337000Y-77173000D01* +X142337000Y-77193000D01* +X142357000Y-77193000D01* +X142357000Y-77707000D01* +X142337000Y-77707000D01* +X142337000Y-78898630D01* +X142595927Y-79064572D01* +X142856865Y-78956498D01* +X143135841Y-78775992D01* +X143374241Y-78544529D01* +X143562905Y-78271004D01* +X143632959Y-78108697D01* +X143633283Y-78109303D01* +X143780866Y-78289134D01* +X143960697Y-78436717D01* +X144165864Y-78546381D01* +X144388484Y-78613912D01* +X144561984Y-78631000D01* +X144678016Y-78631000D01* +X144851516Y-78613912D01* +X145074136Y-78546381D01* +X145279303Y-78436717D01* +X145459134Y-78289134D01* +X145606717Y-78109303D01* +X145716381Y-77904136D01* +X145783912Y-77681516D01* +X145806714Y-77450000D01* +X145973286Y-77450000D01* +X145996088Y-77681516D01* +X146063619Y-77904136D01* +X146173283Y-78109303D01* +X146320866Y-78289134D01* +X146500697Y-78436717D01* +X146705864Y-78546381D01* +X146928484Y-78613912D01* +X147101984Y-78631000D01* +X147218016Y-78631000D01* +X147391516Y-78613912D01* +X147614136Y-78546381D01* +X147819303Y-78436717D01* +X147999134Y-78289134D01* +X148146717Y-78109303D01* +X148256381Y-77904136D01* +X148323912Y-77681516D01* +X148346714Y-77450000D01* +X148513286Y-77450000D01* +X148536088Y-77681516D01* +X148603619Y-77904136D01* +X148713283Y-78109303D01* +X148860866Y-78289134D01* +X149040697Y-78436717D01* +X149245864Y-78546381D01* +X149468484Y-78613912D01* +X149641984Y-78631000D01* +X149758016Y-78631000D01* +X149931516Y-78613912D01* +X150154136Y-78546381D01* +X150359303Y-78436717D01* +X150539134Y-78289134D01* +X150686717Y-78109303D01* +X150687041Y-78108697D01* +X150757095Y-78271004D01* +X150945759Y-78544529D01* +X151184159Y-78775992D01* +X151463135Y-78956498D01* +X151724073Y-79064572D01* +X151983000Y-78898630D01* +X151983000Y-77707000D01* +X152497000Y-77707000D01* +X152497000Y-78898630D01* +X152755927Y-79064572D01* +X153016865Y-78956498D01* +X153295841Y-78775992D01* +X153534241Y-78544529D01* +X153722905Y-78271004D01* +X153854581Y-77965928D01* +X153691662Y-77707000D01* +X152497000Y-77707000D01* +X151983000Y-77707000D01* +X151963000Y-77707000D01* +X151963000Y-77193000D01* +X151983000Y-77193000D01* +X151983000Y-76001370D01* +X152497000Y-76001370D01* +X152497000Y-77193000D01* +X153691662Y-77193000D01* +X153854581Y-76934072D01* +X153722905Y-76628996D01* +X153534241Y-76355471D01* +X153295841Y-76124008D01* +X153016865Y-75943502D01* +X152755927Y-75835428D01* +X152497000Y-76001370D01* +X151983000Y-76001370D01* +X151724073Y-75835428D01* +X151463135Y-75943502D01* +X151184159Y-76124008D01* +X150945759Y-76355471D01* +X150757095Y-76628996D01* +X150687041Y-76791303D01* +X150686717Y-76790697D01* +X150539134Y-76610866D01* +X150359303Y-76463283D01* +X150154136Y-76353619D01* +X149931516Y-76286088D01* +X149758016Y-76269000D01* +X149641984Y-76269000D01* +X149468484Y-76286088D01* +X149245864Y-76353619D01* +X149040697Y-76463283D01* +X148860866Y-76610866D01* +X148713283Y-76790697D01* +X148603619Y-76995864D01* +X148536088Y-77218484D01* +X148513286Y-77450000D01* +X148346714Y-77450000D01* +X148323912Y-77218484D01* +X148256381Y-76995864D01* +X148146717Y-76790697D01* +X147999134Y-76610866D01* +X147819303Y-76463283D01* +X147614136Y-76353619D01* +X147391516Y-76286088D01* +X147218016Y-76269000D01* +X147101984Y-76269000D01* +X146928484Y-76286088D01* +X146705864Y-76353619D01* +X146500697Y-76463283D01* +X146320866Y-76610866D01* +X146173283Y-76790697D01* +X146063619Y-76995864D01* +X145996088Y-77218484D01* +X145973286Y-77450000D01* +X145806714Y-77450000D01* +X145783912Y-77218484D01* +X145716381Y-76995864D01* +X145606717Y-76790697D01* +X145459134Y-76610866D01* +X145279303Y-76463283D01* +X145074136Y-76353619D01* +X144851516Y-76286088D01* +X144678016Y-76269000D01* +X144561984Y-76269000D01* +X144553396Y-76269846D01* +X143289130Y-75005580D01* +X143289121Y-75005569D01* +X143289119Y-75005567D01* +X143264469Y-74975531D01* +X143234432Y-74950881D01* +X142684130Y-74400580D01* +X142684122Y-74400570D01* +X142684119Y-74400567D01* +X142659469Y-74370531D01* +X142629433Y-74345881D01* +X140327400Y-72043850D01* +X140327400Y-70711591D01* +X140379134Y-70669134D01* +X140526717Y-70489303D01* +X140636381Y-70284136D01* +X140703912Y-70061516D01* +X140726714Y-69830000D01* +X140703912Y-69598484D01* +X140636381Y-69375864D01* +X140526717Y-69170697D01* +X140499391Y-69137400D01* +X141120609Y-69137400D01* +X141093283Y-69170697D01* +X140983619Y-69375864D01* +X140916088Y-69598484D01* +X140893286Y-69830000D01* +X140916088Y-70061516D01* +X140983619Y-70284136D01* +X141093283Y-70489303D01* +X141240866Y-70669134D01* +X141420697Y-70816717D01* +X141625864Y-70926381D01* +X141848484Y-70993912D01* +X142021984Y-71011000D01* +X142138016Y-71011000D01* +X142311516Y-70993912D01* +X142534136Y-70926381D01* +X142739303Y-70816717D01* +X142919134Y-70669134D01* +X143066717Y-70489303D01* +X143176381Y-70284136D01* +X143243912Y-70061516D01* +X143266714Y-69830000D01* +X143243912Y-69598484D01* +X143176381Y-69375864D01* +X143088259Y-69211000D01* +X143611741Y-69211000D01* +X143523619Y-69375864D01* +X143456088Y-69598484D01* +X143433286Y-69830000D01* +X143456088Y-70061516D01* +X143523619Y-70284136D01* +X143633283Y-70489303D01* +X143780866Y-70669134D01* +X143960697Y-70816717D01* +X144165864Y-70926381D01* +X144388484Y-70993912D01* +X144561984Y-71011000D01* +X144678016Y-71011000D01* +X144851516Y-70993912D01* +X145074136Y-70926381D01* +X145279303Y-70816717D01* +X145459134Y-70669134D01* +X145606717Y-70489303D01* +X145716381Y-70284136D01* +X145783912Y-70061516D01* +X145806714Y-69830000D01* +X145783912Y-69598484D01* +X145716381Y-69375864D01* +X145628259Y-69211000D01* +X146151741Y-69211000D01* +X146063619Y-69375864D01* +X145996088Y-69598484D01* +X145973286Y-69830000D01* +X145996088Y-70061516D01* +X146063619Y-70284136D01* +X146173283Y-70489303D01* +X146320866Y-70669134D01* +X146500697Y-70816717D01* +X146705864Y-70926381D01* +X146928484Y-70993912D01* +X147101984Y-71011000D01* +X147218016Y-71011000D01* +X147391516Y-70993912D01* +X147614136Y-70926381D01* +X147819303Y-70816717D01* +X147999134Y-70669134D01* +X148146717Y-70489303D01* +X148256381Y-70284136D01* +X148323912Y-70061516D01* +X148346714Y-69830000D01* +X148323912Y-69598484D01* +X148256381Y-69375864D01* +X148168259Y-69211000D01* +X148691741Y-69211000D01* +X148603619Y-69375864D01* +X148536088Y-69598484D01* +X148513286Y-69830000D01* +X148536088Y-70061516D01* +X148603619Y-70284136D01* +X148713283Y-70489303D01* +X148860866Y-70669134D01* +X149040697Y-70816717D01* +X149245864Y-70926381D01* +X149468484Y-70993912D01* +X149641984Y-71011000D01* +X149758016Y-71011000D01* +X149931516Y-70993912D01* +X150154136Y-70926381D01* +X150359303Y-70816717D01* +X150539134Y-70669134D01* +X150686717Y-70489303D01* +X150796381Y-70284136D01* +X150863912Y-70061516D01* +X150886714Y-69830000D01* +X150863912Y-69598484D01* +X150796381Y-69375864D01* +X150708259Y-69211000D01* +X151231741Y-69211000D01* +X151143619Y-69375864D01* +X151076088Y-69598484D01* +X151053286Y-69830000D01* +X151076088Y-70061516D01* +X151143619Y-70284136D01* +X151253283Y-70489303D01* +X151400866Y-70669134D01* +X151580697Y-70816717D01* +X151785864Y-70926381D01* +X151928871Y-70969762D01* +X158749328Y-77790220D01* +X158765173Y-77809527D01* +X158842221Y-77872759D01* +X158900923Y-77904136D01* +X158930125Y-77919745D01* +X159025506Y-77948678D01* +X159035394Y-77949652D01* +X159067157Y-77952780D01* +X159067157Y-78250000D01* +X159074513Y-78324689D01* +X159096299Y-78396508D01* +X159131678Y-78462696D01* +X159179289Y-78520711D01* +X159237304Y-78568322D01* +X159303492Y-78603701D01* +X159375311Y-78625487D01* +X159450000Y-78632843D01* +X161050000Y-78632843D01* +X161124689Y-78625487D01* +X161196508Y-78603701D01* +X161262696Y-78568322D01* +X161320711Y-78520711D01* +X161368322Y-78462696D01* +X161403701Y-78396508D01* +X161425487Y-78324689D01* +X161432843Y-78250000D01* +X161432843Y-77450000D01* +X161603286Y-77450000D01* +X161626088Y-77681516D01* +X161693619Y-77904136D01* +X161803283Y-78109303D01* +X161950866Y-78289134D01* +X162130697Y-78436717D01* +X162335864Y-78546381D01* +X162558484Y-78613912D01* +X162731984Y-78631000D01* +X162848016Y-78631000D01* +X163021516Y-78613912D01* +X163244136Y-78546381D01* +X163449303Y-78436717D01* +X163629134Y-78289134D01* +X163776717Y-78109303D01* +X163886381Y-77904136D01* +X163953912Y-77681516D01* +X163976714Y-77450000D01* +X164143286Y-77450000D01* +X164166088Y-77681516D01* +X164233619Y-77904136D01* +X164343283Y-78109303D01* +X164490866Y-78289134D01* +X164670697Y-78436717D01* +X164875864Y-78546381D01* +X165098484Y-78613912D01* +X165271984Y-78631000D01* +X165388016Y-78631000D01* +X165561516Y-78613912D01* +X165784136Y-78546381D01* +X165989303Y-78436717D01* +X166169134Y-78289134D01* +X166316717Y-78109303D01* +X166426381Y-77904136D01* +X166493912Y-77681516D01* +X166516714Y-77450000D01* +X166683286Y-77450000D01* +X166706088Y-77681516D01* +X166773619Y-77904136D01* +X166883283Y-78109303D01* +X167030866Y-78289134D01* +X167210697Y-78436717D01* +X167415864Y-78546381D01* +X167638484Y-78613912D01* +X167811984Y-78631000D01* +X167928016Y-78631000D01* +X168101516Y-78613912D01* +X168324136Y-78546381D01* +X168529303Y-78436717D01* +X168709134Y-78289134D01* +X168856717Y-78109303D01* +X168966381Y-77904136D01* +X169033912Y-77681516D01* +X169056714Y-77450000D01* +X169223286Y-77450000D01* +X169246088Y-77681516D01* +X169313619Y-77904136D01* +X169423283Y-78109303D01* +X169570866Y-78289134D01* +X169750697Y-78436717D01* +X169955864Y-78546381D01* +X170178484Y-78613912D01* +X170351984Y-78631000D01* +X170468016Y-78631000D01* +X170641516Y-78613912D01* +X170864136Y-78546381D01* +X171069303Y-78436717D01* +X171249134Y-78289134D01* +X171396717Y-78109303D01* +X171506381Y-77904136D01* +X171573912Y-77681516D01* +X171596714Y-77450000D01* +X171763286Y-77450000D01* +X171786088Y-77681516D01* +X171853619Y-77904136D01* +X171963283Y-78109303D01* +X172110866Y-78289134D01* +X172290697Y-78436717D01* +X172495864Y-78546381D01* +X172718484Y-78613912D01* +X172891984Y-78631000D01* +X173008016Y-78631000D01* +X173181516Y-78613912D01* +X173404136Y-78546381D01* +X173609303Y-78436717D01* +X173789134Y-78289134D01* +X173936717Y-78109303D01* +X173937041Y-78108697D01* +X174007095Y-78271004D01* +X174195759Y-78544529D01* +X174434159Y-78775992D01* +X174713135Y-78956498D01* +X174974073Y-79064572D01* +X175233000Y-78898630D01* +X175233000Y-77707000D01* +X175747000Y-77707000D01* +X175747000Y-78898630D01* +X176005927Y-79064572D01* +X176266865Y-78956498D01* +X176545841Y-78775992D01* +X176784241Y-78544529D01* +X176972905Y-78271004D01* +X177104581Y-77965928D01* +X176941662Y-77707000D01* +X175747000Y-77707000D01* +X175233000Y-77707000D01* +X175213000Y-77707000D01* +X175213000Y-77193000D01* +X175233000Y-77193000D01* +X175233000Y-76001370D01* +X175747000Y-76001370D01* +X175747000Y-77193000D01* +X176941662Y-77193000D01* +X177104581Y-76934072D01* +X176981971Y-76650000D01* +X183817157Y-76650000D01* +X183817157Y-78250000D01* +X183824513Y-78324689D01* +X183846299Y-78396508D01* +X183881678Y-78462696D01* +X183929289Y-78520711D01* +X183987304Y-78568322D01* +X184053492Y-78603701D01* +X184125311Y-78625487D01* +X184200000Y-78632843D01* +X185800000Y-78632843D01* +X185874689Y-78625487D01* +X185946508Y-78603701D01* +X186012696Y-78568322D01* +X186070711Y-78520711D01* +X186118322Y-78462696D01* +X186153701Y-78396508D01* +X186175487Y-78324689D01* +X186182843Y-78250000D01* +X186182843Y-77450000D01* +X186353286Y-77450000D01* +X186376088Y-77681516D01* +X186443619Y-77904136D01* +X186553283Y-78109303D01* +X186700866Y-78289134D01* +X186880697Y-78436717D01* +X187085864Y-78546381D01* +X187308484Y-78613912D01* +X187481984Y-78631000D01* +X187598016Y-78631000D01* +X187771516Y-78613912D01* +X187994136Y-78546381D01* +X188199303Y-78436717D01* +X188379134Y-78289134D01* +X188526717Y-78109303D01* +X188636381Y-77904136D01* +X188703912Y-77681516D01* +X188726714Y-77450000D01* +X188703912Y-77218484D01* +X188636381Y-76995864D01* +X188526717Y-76790697D01* +X188379134Y-76610866D01* +X188199303Y-76463283D01* +X187994136Y-76353619D01* +X187771516Y-76286088D01* +X187598016Y-76269000D01* +X187481984Y-76269000D01* +X187308484Y-76286088D01* +X187085864Y-76353619D01* +X186880697Y-76463283D01* +X186700866Y-76610866D01* +X186553283Y-76790697D01* +X186443619Y-76995864D01* +X186376088Y-77218484D01* +X186353286Y-77450000D01* +X186182843Y-77450000D01* +X186182843Y-76650000D01* +X186175487Y-76575311D01* +X186153701Y-76503492D01* +X186118322Y-76437304D01* +X186070711Y-76379289D01* +X186012696Y-76331678D01* +X185946508Y-76296299D01* +X185874689Y-76274513D01* +X185800000Y-76267157D01* +X184200000Y-76267157D01* +X184125311Y-76274513D01* +X184053492Y-76296299D01* +X183987304Y-76331678D01* +X183929289Y-76379289D01* +X183881678Y-76437304D01* +X183846299Y-76503492D01* +X183824513Y-76575311D01* +X183817157Y-76650000D01* +X176981971Y-76650000D01* +X176972905Y-76628996D01* +X176784241Y-76355471D01* +X176545841Y-76124008D01* +X176266865Y-75943502D01* +X176005927Y-75835428D01* +X175747000Y-76001370D01* +X175233000Y-76001370D01* +X174974073Y-75835428D01* +X174713135Y-75943502D01* +X174434159Y-76124008D01* +X174195759Y-76355471D01* +X174007095Y-76628996D01* +X173937041Y-76791303D01* +X173936717Y-76790697D01* +X173789134Y-76610866D01* +X173609303Y-76463283D01* +X173404136Y-76353619D01* +X173181516Y-76286088D01* +X173008016Y-76269000D01* +X172891984Y-76269000D01* +X172718484Y-76286088D01* +X172495864Y-76353619D01* +X172290697Y-76463283D01* +X172110866Y-76610866D01* +X171963283Y-76790697D01* +X171853619Y-76995864D01* +X171786088Y-77218484D01* +X171763286Y-77450000D01* +X171596714Y-77450000D01* +X171573912Y-77218484D01* +X171506381Y-76995864D01* +X171396717Y-76790697D01* +X171249134Y-76610866D01* +X171069303Y-76463283D01* +X170864136Y-76353619D01* +X170641516Y-76286088D01* +X170468016Y-76269000D01* +X170351984Y-76269000D01* +X170178484Y-76286088D01* +X169955864Y-76353619D01* +X169750697Y-76463283D01* +X169570866Y-76610866D01* +X169423283Y-76790697D01* +X169313619Y-76995864D01* +X169246088Y-77218484D01* +X169223286Y-77450000D01* +X169056714Y-77450000D01* +X169033912Y-77218484D01* +X168966381Y-76995864D01* +X168856717Y-76790697D01* +X168709134Y-76610866D01* +X168529303Y-76463283D01* +X168324136Y-76353619D01* +X168101516Y-76286088D01* +X167928016Y-76269000D01* +X167811984Y-76269000D01* +X167638484Y-76286088D01* +X167415864Y-76353619D01* +X167210697Y-76463283D01* +X167030866Y-76610866D01* +X166883283Y-76790697D01* +X166773619Y-76995864D01* +X166706088Y-77218484D01* +X166683286Y-77450000D01* +X166516714Y-77450000D01* +X166493912Y-77218484D01* +X166426381Y-76995864D01* +X166316717Y-76790697D01* +X166169134Y-76610866D01* +X165989303Y-76463283D01* +X165784136Y-76353619D01* +X165561516Y-76286088D01* +X165388016Y-76269000D01* +X165271984Y-76269000D01* +X165098484Y-76286088D01* +X164875864Y-76353619D01* +X164670697Y-76463283D01* +X164490866Y-76610866D01* +X164343283Y-76790697D01* +X164233619Y-76995864D01* +X164166088Y-77218484D01* +X164143286Y-77450000D01* +X163976714Y-77450000D01* +X163953912Y-77218484D01* +X163886381Y-76995864D01* +X163776717Y-76790697D01* +X163629134Y-76610866D01* +X163449303Y-76463283D01* +X163244136Y-76353619D01* +X163021516Y-76286088D01* +X162848016Y-76269000D01* +X162731984Y-76269000D01* +X162558484Y-76286088D01* +X162335864Y-76353619D01* +X162130697Y-76463283D01* +X161950866Y-76610866D01* +X161803283Y-76790697D01* +X161693619Y-76995864D01* +X161626088Y-77218484D01* +X161603286Y-77450000D01* +X161432843Y-77450000D01* +X161432843Y-76650000D01* +X161425487Y-76575311D01* +X161403701Y-76503492D01* +X161368322Y-76437304D01* +X161320711Y-76379289D01* +X161262696Y-76331678D01* +X161196508Y-76296299D01* +X161124689Y-76274513D01* +X161050000Y-76267157D01* +X159450000Y-76267157D01* +X159375311Y-76274513D01* +X159303492Y-76296299D01* +X159237304Y-76331678D01* +X159179289Y-76379289D01* +X159131678Y-76437304D01* +X159096299Y-76503492D01* +X159074513Y-76575311D01* +X159067157Y-76650000D01* +X159067157Y-76676865D01* +X157393974Y-75003682D01* +X177959000Y-75003682D01* +X177959000Y-75236318D01* +X178004386Y-75464485D01* +X178093412Y-75679413D01* +X178222658Y-75872843D01* +X178387157Y-76037342D01* +X178580587Y-76166588D01* +X178795515Y-76255614D01* +X179023682Y-76301000D01* +X179256318Y-76301000D01* +X179484485Y-76255614D01* +X179699413Y-76166588D01* +X179892843Y-76037342D01* +X180057342Y-75872843D01* +X180186588Y-75679413D01* +X180275614Y-75464485D01* +X180321000Y-75236318D01* +X180321000Y-75003682D01* +X180275614Y-74775515D01* +X180186588Y-74560587D01* +X180057342Y-74367157D01* +X179892843Y-74202658D01* +X179839732Y-74167170D01* +X179921736Y-74133203D01* +X179988498Y-73831951D01* +X179140000Y-72983453D01* +X178291502Y-73831951D01* +X178358264Y-74133203D01* +X178441525Y-74166330D01* +X178387157Y-74202658D01* +X178222658Y-74367157D01* +X178093412Y-74560587D01* +X178004386Y-74775515D01* +X177959000Y-75003682D01* +X157393974Y-75003682D01* +X153068309Y-70678018D01* +X153079134Y-70669134D01* +X153226717Y-70489303D01* +X153336381Y-70284136D01* +X153403912Y-70061516D01* +X153426714Y-69830000D01* +X153403912Y-69598484D01* +X153336381Y-69375864D01* +X153248259Y-69211000D01* +X158517783Y-69211000D01* +X159069862Y-69763236D01* +X159063286Y-69830000D01* +X159086088Y-70061516D01* +X159153619Y-70284136D01* +X159263283Y-70489303D01* +X159410866Y-70669134D01* +X159590697Y-70816717D01* +X159795864Y-70926381D01* +X160018484Y-70993912D01* +X160191984Y-71011000D01* +X160308016Y-71011000D01* +X160481516Y-70993912D01* +X160704136Y-70926381D01* +X160909303Y-70816717D01* +X161089134Y-70669134D01* +X161236717Y-70489303D01* +X161346381Y-70284136D01* +X161413912Y-70061516D01* +X161436714Y-69830000D01* +X161430154Y-69763397D01* +X161564433Y-69629119D01* +X161594469Y-69604469D01* +X161619119Y-69574433D01* +X161619122Y-69574430D01* +X161619130Y-69574420D01* +X161639596Y-69553954D01* +X161626088Y-69598484D01* +X161603286Y-69830000D01* +X161626088Y-70061516D01* +X161693619Y-70284136D01* +X161803283Y-70489303D01* +X161950866Y-70669134D01* +X162130697Y-70816717D01* +X162335864Y-70926381D01* +X162558484Y-70993912D01* +X162731984Y-71011000D01* +X162848016Y-71011000D01* +X163021516Y-70993912D01* +X163244136Y-70926381D01* +X163449303Y-70816717D01* +X163629134Y-70669134D01* +X163776717Y-70489303D01* +X163886381Y-70284136D01* +X163953912Y-70061516D01* +X163976714Y-69830000D01* +X163953912Y-69598484D01* +X163886381Y-69375864D01* +X163798259Y-69211000D01* +X164321741Y-69211000D01* +X164233619Y-69375864D01* +X164166088Y-69598484D01* +X164143286Y-69830000D01* +X164166088Y-70061516D01* +X164233619Y-70284136D01* +X164343283Y-70489303D01* +X164490866Y-70669134D01* +X164670697Y-70816717D01* +X164875864Y-70926381D01* +X165098484Y-70993912D01* +X165271984Y-71011000D01* +X165388016Y-71011000D01* +X165561516Y-70993912D01* +X165784136Y-70926381D01* +X165989303Y-70816717D01* +X166169134Y-70669134D01* +X166316717Y-70489303D01* +X166426381Y-70284136D01* +X166493912Y-70061516D01* +X166516714Y-69830000D01* +X166493912Y-69598484D01* +X166426381Y-69375864D01* +X166338259Y-69211000D01* +X166861741Y-69211000D01* +X166773619Y-69375864D01* +X166706088Y-69598484D01* +X166683286Y-69830000D01* +X166706088Y-70061516D01* +X166773619Y-70284136D01* +X166883283Y-70489303D01* +X167030866Y-70669134D01* +X167210697Y-70816717D01* +X167415864Y-70926381D01* +X167638484Y-70993912D01* +X167811984Y-71011000D01* +X167928016Y-71011000D01* +X168101516Y-70993912D01* +X168324136Y-70926381D01* +X168529303Y-70816717D01* +X168709134Y-70669134D01* +X168856717Y-70489303D01* +X168966381Y-70284136D01* +X169033912Y-70061516D01* +X169056714Y-69830000D01* +X169033912Y-69598484D01* +X168966381Y-69375864D01* +X168878259Y-69211000D01* +X169401741Y-69211000D01* +X169313619Y-69375864D01* +X169246088Y-69598484D01* +X169223286Y-69830000D01* +X169246088Y-70061516D01* +X169313619Y-70284136D01* +X169423283Y-70489303D01* +X169570866Y-70669134D01* +X169750697Y-70816717D01* +X169955864Y-70926381D01* +X170178484Y-70993912D01* +X170351984Y-71011000D01* +X170468016Y-71011000D01* +X170641516Y-70993912D01* +X170864136Y-70926381D01* +X171069303Y-70816717D01* +X171249134Y-70669134D01* +X171396717Y-70489303D01* +X171506381Y-70284136D01* +X171573912Y-70061516D01* +X171596714Y-69830000D01* +X171573912Y-69598484D01* +X171506381Y-69375864D01* +X171418259Y-69211000D01* +X171941741Y-69211000D01* +X171853619Y-69375864D01* +X171786088Y-69598484D01* +X171763286Y-69830000D01* +X171786088Y-70061516D01* +X171853619Y-70284136D01* +X171963283Y-70489303D01* +X172110866Y-70669134D01* +X172290697Y-70816717D01* +X172495864Y-70926381D01* +X172718484Y-70993912D01* +X172891984Y-71011000D01* +X173008016Y-71011000D01* +X173181516Y-70993912D01* +X173404136Y-70926381D01* +X173609303Y-70816717D01* +X173789134Y-70669134D01* +X173846970Y-70598661D01* +X174543828Y-71295520D01* +X174559673Y-71314827D01* +X174636721Y-71378059D01* +X174717445Y-71421207D01* +X174724625Y-71425045D01* +X174820007Y-71453978D01* +X174919200Y-71463748D01* +X174944054Y-71461300D01* +X177890878Y-71461300D01* +X177754361Y-71597817D01* +X177928047Y-71771503D01* +X177626797Y-71838264D01* +X177503364Y-72148496D01* +X177442826Y-72476848D01* +X177447509Y-72810701D01* +X177517233Y-73137225D01* +X177626797Y-73401736D01* +X177928049Y-73468498D01* +X178776547Y-72620000D01* +X178762405Y-72605858D01* +X179125858Y-72242405D01* +X179140000Y-72256547D01* +X179154142Y-72242405D01* +X179517595Y-72605858D01* +X179503453Y-72620000D01* +X180351951Y-73468498D01* +X180653203Y-73401736D01* +X180776636Y-73091504D01* +X180837174Y-72763152D01* +X180832491Y-72429299D01* +X180762767Y-72102775D01* +X180653203Y-71838264D01* +X180351953Y-71771503D01* +X180525639Y-71597817D01* +X180389122Y-71461300D01* +X185005209Y-71461300D01* +X189834299Y-76290391D01* +X189625864Y-76353619D01* +X189420697Y-76463283D01* +X189240866Y-76610866D01* +X189093283Y-76790697D01* +X188983619Y-76995864D01* +X188916088Y-77218484D01* +X188893286Y-77450000D01* +X188916088Y-77681516D01* +X188983619Y-77904136D01* +X189093283Y-78109303D01* +X189240866Y-78289134D01* +X189420697Y-78436717D01* +X189625864Y-78546381D01* +X189848484Y-78613912D01* +X190021984Y-78631000D01* +X190138016Y-78631000D01* +X190311516Y-78613912D01* +X190534136Y-78546381D01* +X190739303Y-78436717D01* +X190919134Y-78289134D01* +X190995220Y-78196422D01* +X191009780Y-78208371D01* +X191717028Y-78915620D01* +X191732873Y-78934927D01* +X191809921Y-78998159D01* +X191897638Y-79045045D01* +X191897825Y-79045145D01* +X191993206Y-79074078D01* +X192003094Y-79075052D01* +X192067546Y-79081400D01* +X192067553Y-79081400D01* +X192092399Y-79083847D01* +X192117245Y-79081400D01* +X200939754Y-79081400D01* +X200964600Y-79083847D01* +X200989446Y-79081400D01* +X200989454Y-79081400D01* +X201063793Y-79074078D01* +X201159175Y-79045145D01* +X201247079Y-78998159D01* +X201324127Y-78934927D01* +X201339976Y-78915615D01* +X201600074Y-78655518D01* +X201724159Y-78775992D01* +X202003135Y-78956498D01* +X202264073Y-79064572D01* +X202523000Y-78898630D01* +X202523000Y-77707000D01* +X202503000Y-77707000D01* +X202503000Y-77193000D01* +X202523000Y-77193000D01* +X202523000Y-76815900D01* +X203037000Y-76815900D01* +X203037000Y-77193000D01* +X203057000Y-77193000D01* +X203057000Y-77707000D01* +X203037000Y-77707000D01* +X203037000Y-78898630D01* +X203295927Y-79064572D01* +X203556865Y-78956498D01* +X203574900Y-78944829D01* +X203574901Y-91970240D01* +X203394136Y-91873619D01* +X203171516Y-91806088D01* +X202998016Y-91789000D01* +X202881984Y-91789000D01* +X202708484Y-91806088D01* +X202485864Y-91873619D01* +X202280697Y-91983283D01* +X202100866Y-92130866D01* +X202043031Y-92201339D01* +X201346176Y-91504485D01* +X201330327Y-91485173D01* +X201253279Y-91421941D01* +X201165375Y-91374955D01* +X201069993Y-91346022D01* +X200995654Y-91338700D01* +X200995646Y-91338700D01* +X200970800Y-91336253D01* +X200945954Y-91338700D01* +X169335754Y-91338700D01* +X169310900Y-91336252D01* +X169286046Y-91338700D01* +X169211707Y-91346022D01* +X169116325Y-91374955D01* +X169028421Y-91421941D01* +X168951373Y-91485173D01* +X168935528Y-91504480D01* +X157169289Y-103270720D01* +X157079134Y-103160866D01* +X156899303Y-103013283D01* +X156694136Y-102903619D01* +X156471516Y-102836088D01* +X156298016Y-102819000D01* +X156181984Y-102819000D01* +X156008484Y-102836088D01* +X155785864Y-102903619D01* +X155580697Y-103013283D01* +X155400866Y-103160866D01* +X155253283Y-103340697D01* +X155143619Y-103545864D01* +X155076088Y-103768484D01* +X155071783Y-103812192D01* +X154919376Y-103659785D01* +X154903527Y-103640473D01* +X154826479Y-103577241D01* +X154801916Y-103564112D01* +X154796381Y-103545864D01* +X154686717Y-103340697D01* +X154539134Y-103160866D01* +X154359303Y-103013283D01* +X154154136Y-102903619D01* +X153931516Y-102836088D01* +X153758016Y-102819000D01* +X153641984Y-102819000D01* +X153468484Y-102836088D01* +X153245864Y-102903619D01* +X153040697Y-103013283D01* +X152860866Y-103160866D01* +X152713283Y-103340697D01* +X152603619Y-103545864D01* +X152536088Y-103768484D01* +X152513286Y-104000000D01* +X152536088Y-104231516D01* +X152603619Y-104454136D01* +X152713283Y-104659303D01* +X152860866Y-104839134D01* +X153040697Y-104986717D01* +X153245864Y-105096381D01* +X153468484Y-105163912D01* +X153641984Y-105181000D01* +X153758016Y-105181000D01* +X153931516Y-105163912D01* +X154154136Y-105096381D01* +X154359303Y-104986717D01* +X154539134Y-104839134D01* +X154597015Y-104768606D01* +X162221008Y-112392600D01* +X135998673Y-112392600D01* +X135960000Y-112388791D01* +X135921327Y-112392600D01* +X135148663Y-112392600D01* +X135110000Y-112388792D01* +X135071337Y-112392600D01* +X134009665Y-112392600D01* +X133971000Y-112388792D01* +X133932335Y-112392600D01* +X133932327Y-112392600D01* +X133816643Y-112403994D01* +X133689375Y-112442600D01* +X133672785Y-112442600D01* +X133542843Y-112312658D01* +X133349413Y-112183412D01* +X133134485Y-112094386D01* +X133016145Y-112070846D01* +X139455692Y-105631300D01* +X144085954Y-105631300D01* +X144110800Y-105633747D01* +X144135646Y-105631300D01* +X144135654Y-105631300D01* +X144209993Y-105623978D01* +X144305375Y-105595045D01* +X144393279Y-105548059D01* +X144470327Y-105484827D01* +X144486176Y-105465515D01* +X145183031Y-104768661D01* +X145240866Y-104839134D01* +X145420697Y-104986717D01* +X145625864Y-105096381D01* +X145848484Y-105163912D01* +X146021984Y-105181000D01* +X146138016Y-105181000D01* +X146311516Y-105163912D01* +X146534136Y-105096381D01* +X146739303Y-104986717D01* +X146919134Y-104839134D01* +X147066717Y-104659303D01* +X147176381Y-104454136D01* +X147243912Y-104231516D01* +X147266714Y-104000000D01* +X147433286Y-104000000D01* +X147456088Y-104231516D01* +X147523619Y-104454136D01* +X147633283Y-104659303D01* +X147780866Y-104839134D01* +X147960697Y-104986717D01* +X148165864Y-105096381D01* +X148388484Y-105163912D01* +X148561984Y-105181000D01* +X148678016Y-105181000D01* +X148851516Y-105163912D01* +X149074136Y-105096381D01* +X149279303Y-104986717D01* +X149459134Y-104839134D01* +X149606717Y-104659303D01* +X149716381Y-104454136D01* +X149783912Y-104231516D01* +X149806714Y-104000000D01* +X149973286Y-104000000D01* +X149996088Y-104231516D01* +X150063619Y-104454136D01* +X150173283Y-104659303D01* +X150320866Y-104839134D01* +X150500697Y-104986717D01* +X150654000Y-105068659D01* +X150654001Y-106474344D01* +X150651553Y-106499200D01* +X150661322Y-106598392D01* +X150690255Y-106693774D01* +X150690256Y-106693775D01* +X150737242Y-106781679D01* +X150800474Y-106858727D01* +X150819781Y-106874572D01* +X155472100Y-111526892D01* +X155472100Y-111669222D01* +X155502113Y-111820109D01* +X155560987Y-111962242D01* +X155646458Y-112090159D01* +X155755241Y-112198942D01* +X155883158Y-112284413D01* +X156025291Y-112343287D01* +X156176178Y-112373300D01* +X156330022Y-112373300D01* +X156480909Y-112343287D01* +X156623042Y-112284413D01* +X156750959Y-112198942D01* +X156859742Y-112090159D01* +X156945213Y-111962242D01* +X157004087Y-111820109D01* +X157034100Y-111669222D01* +X157034100Y-111515378D01* +X157004087Y-111364491D01* +X156945213Y-111222358D01* +X156859742Y-111094441D01* +X156750959Y-110985658D01* +X156623042Y-110900187D01* +X156480909Y-110841313D01* +X156330022Y-110811300D01* +X156187692Y-110811300D01* +X151666000Y-106289609D01* +X151666000Y-105068659D01* +X151819303Y-104986717D01* +X151999134Y-104839134D01* +X152146717Y-104659303D01* +X152256381Y-104454136D01* +X152323912Y-104231516D01* +X152346714Y-104000000D01* +X152323912Y-103768484D01* +X152256381Y-103545864D01* +X152146717Y-103340697D01* +X151999134Y-103160866D01* +X151819303Y-103013283D01* +X151614136Y-102903619D01* +X151391516Y-102836088D01* +X151218016Y-102819000D01* +X151101984Y-102819000D01* +X150928484Y-102836088D01* +X150705864Y-102903619D01* +X150500697Y-103013283D01* +X150320866Y-103160866D01* +X150173283Y-103340697D01* +X150063619Y-103545864D01* +X149996088Y-103768484D01* +X149973286Y-104000000D01* +X149806714Y-104000000D01* +X149783912Y-103768484D01* +X149716381Y-103545864D01* +X149606717Y-103340697D01* +X149459134Y-103160866D01* +X149279303Y-103013283D01* +X149074136Y-102903619D01* +X148851516Y-102836088D01* +X148678016Y-102819000D01* +X148561984Y-102819000D01* +X148388484Y-102836088D01* +X148165864Y-102903619D01* +X147960697Y-103013283D01* +X147780866Y-103160866D01* +X147633283Y-103340697D01* +X147523619Y-103545864D01* +X147456088Y-103768484D01* +X147433286Y-104000000D01* +X147266714Y-104000000D01* +X147243912Y-103768484D01* +X147176381Y-103545864D01* +X147066717Y-103340697D01* +X146919134Y-103160866D01* +X146739303Y-103013283D01* +X146534136Y-102903619D01* +X146311516Y-102836088D01* +X146138016Y-102819000D01* +X146021984Y-102819000D01* +X145848484Y-102836088D01* +X145625864Y-102903619D01* +X145420697Y-103013283D01* +X145240866Y-103160866D01* +X145093283Y-103340697D01* +X144983619Y-103545864D01* +X144978064Y-103564176D01* +X144953621Y-103577241D01* +X144876573Y-103640473D01* +X144860729Y-103659779D01* +X144708226Y-103812282D01* +X144703912Y-103768484D01* +X144636381Y-103545864D01* +X144526717Y-103340697D01* +X144379134Y-103160866D01* +X144199303Y-103013283D01* +X143994136Y-102903619D01* +X143771516Y-102836088D01* +X143598016Y-102819000D01* +X143481984Y-102819000D01* +X143308484Y-102836088D01* +X143085864Y-102903619D01* +X142880697Y-103013283D01* +X142700866Y-103160866D01* +X142553283Y-103340697D01* +X142443619Y-103545864D01* +X142376088Y-103768484D01* +X142353286Y-104000000D01* +X142376088Y-104231516D01* +X142443619Y-104454136D01* +X142531901Y-104619300D01* +X142182843Y-104619300D01* +X142182843Y-103200000D01* +X142175487Y-103125311D01* +X142153701Y-103053492D01* +X142118322Y-102987304D01* +X142070711Y-102929289D01* +X142012696Y-102881678D01* +X141946508Y-102846299D01* +X141874689Y-102824513D01* +X141800000Y-102817157D01* +X140200000Y-102817157D01* +X140125311Y-102824513D01* +X140053492Y-102846299D01* +X139987304Y-102881678D01* +X139929289Y-102929289D01* +X139881678Y-102987304D01* +X139846299Y-103053492D01* +X139824513Y-103125311D01* +X139817157Y-103200000D01* +X139817157Y-104619300D01* +X139270945Y-104619300D01* +X139246099Y-104616853D01* +X139221253Y-104619300D01* +X139221246Y-104619300D01* +X139156794Y-104625648D01* +X139146906Y-104626622D01* +X139124707Y-104633356D01* +X139051525Y-104655555D01* +X138963621Y-104702541D01* +X138886573Y-104765773D01* +X138870729Y-104785079D01* +X131287081Y-112368728D01* +X131267774Y-112384573D01* +X131204542Y-112461621D01* +X131196238Y-112477157D01* +X131157555Y-112549526D01* +X131128622Y-112644908D01* +X131118853Y-112744100D01* +X131120691Y-112762762D01* +X130653453Y-113230000D01* +X130667595Y-113244142D01* +X130304142Y-113607595D01* +X130290000Y-113593453D01* +X129441502Y-114441951D01* +X129508264Y-114743203D01* +X129818496Y-114866636D01* +X130146848Y-114927174D01* +X130480701Y-114922491D01* +X130807225Y-114852767D01* +X131071736Y-114743203D01* +X131121301Y-114519551D01* +X131121300Y-119477154D01* +X131118853Y-119502000D01* +X131121300Y-119526846D01* +X131121300Y-119526853D01* +X131128622Y-119601192D01* +X131157555Y-119696574D01* +X131204541Y-119784479D01* +X131267773Y-119861527D01* +X131287085Y-119877376D01* +X134226865Y-122817157D01* +X134200000Y-122817157D01* +X134125311Y-122824513D01* +X134053492Y-122846299D01* +X133987304Y-122881678D01* +X133929289Y-122929289D01* +X133881678Y-122987304D01* +X133846299Y-123053492D01* +X133824513Y-123125311D01* +X133817157Y-123200000D01* +X133817157Y-124688200D01* +X131082192Y-124688200D01* +X119480840Y-113086848D01* +X128592826Y-113086848D01* +X128597509Y-113420701D01* +X128667233Y-113747225D01* +X128776797Y-114011736D01* +X129078049Y-114078498D01* +X129926547Y-113230000D01* +X129078049Y-112381502D01* +X128776797Y-112448264D01* +X128653364Y-112758496D01* +X128592826Y-113086848D01* +X119480840Y-113086848D01* +X118412041Y-112018049D01* +X129441502Y-112018049D01* +X130290000Y-112866547D01* +X131138498Y-112018049D01* +X131071736Y-111716797D01* +X130761504Y-111593364D01* +X130433152Y-111532826D01* +X130099299Y-111537509D01* +X129772775Y-111607233D01* +X129508264Y-111716797D01* +X129441502Y-112018049D01* +X118412041Y-112018049D01* +X116559124Y-110165133D01* +X116571516Y-110163912D01* +X116737861Y-110113452D01* +X117624639Y-111000231D01* +X117640484Y-111019538D01* +X117717532Y-111082770D01* +X117805436Y-111129756D01* +X117900818Y-111158689D01* +X117975157Y-111166011D01* +X117975164Y-111166011D01* +X118000010Y-111168458D01* +X118024856Y-111166011D01* +X129870843Y-111166011D01* +X129895689Y-111168458D01* +X129920535Y-111166011D01* +X129920543Y-111166011D01* +X129994882Y-111158689D01* +X130090264Y-111129756D01* +X130178168Y-111082770D01* +X130255216Y-111019538D01* +X130271065Y-111000226D01* +X146287592Y-94983700D01* +X155577454Y-94983700D01* +X155602300Y-94986147D01* +X155627146Y-94983700D01* +X155627154Y-94983700D01* +X155701493Y-94976378D01* +X155796875Y-94947445D01* +X155884779Y-94900459D01* +X155961827Y-94837227D01* +X155977676Y-94817915D01* +X160895371Y-89900221D01* +X160895375Y-89900216D01* +X160922139Y-89873452D01* +X161088484Y-89923912D01* +X161261984Y-89941000D01* +X161378016Y-89941000D01* +X161551516Y-89923912D01* +X161774136Y-89856381D01* +X161979303Y-89746717D01* +X162159134Y-89599134D01* +X162306717Y-89419303D01* +X162416381Y-89214136D01* +X162477165Y-89013757D01* +X162563628Y-89100220D01* +X162579473Y-89119527D01* +X162656521Y-89182759D01* +X162744425Y-89229745D01* +X162777291Y-89239715D01* +X162873283Y-89419303D01* +X163020866Y-89599134D01* +X163200697Y-89746717D01* +X163405864Y-89856381D01* +X163628484Y-89923912D01* +X163801984Y-89941000D01* +X163918016Y-89941000D01* +X164091516Y-89923912D01* +X164314136Y-89856381D01* +X164519303Y-89746717D01* +X164699134Y-89599134D01* +X164846717Y-89419303D01* +X164956381Y-89214136D01* +X165023912Y-88991516D01* +X165028217Y-88947809D01* +X165180628Y-89100220D01* +X165196473Y-89119527D01* +X165273521Y-89182759D01* +X165298084Y-89195888D01* +X165303619Y-89214136D01* +X165413283Y-89419303D01* +X165560866Y-89599134D01* +X165740697Y-89746717D01* +X165945864Y-89856381D01* +X166168484Y-89923912D01* +X166341984Y-89941000D01* +X166458016Y-89941000D01* +X166631516Y-89923912D01* +X166854136Y-89856381D01* +X167059303Y-89746717D01* +X167239134Y-89599134D01* +X167386717Y-89419303D01* +X167496381Y-89214136D01* +X167563912Y-88991516D01* +X167586714Y-88760000D01* +X167753286Y-88760000D01* +X167776088Y-88991516D01* +X167843619Y-89214136D01* +X167953283Y-89419303D01* +X168100866Y-89599134D01* +X168280697Y-89746717D01* +X168485864Y-89856381D01* +X168708484Y-89923912D01* +X168881984Y-89941000D01* +X168998016Y-89941000D01* +X169171516Y-89923912D01* +X169394136Y-89856381D01* +X169599303Y-89746717D01* +X169779134Y-89599134D01* +X169926717Y-89419303D01* +X170036381Y-89214136D01* +X170103912Y-88991516D01* +X170126714Y-88760000D01* +X170293286Y-88760000D01* +X170316088Y-88991516D01* +X170383619Y-89214136D01* +X170493283Y-89419303D01* +X170640866Y-89599134D01* +X170820697Y-89746717D01* +X171025864Y-89856381D01* +X171248484Y-89923912D01* +X171421984Y-89941000D01* +X171538016Y-89941000D01* +X171711516Y-89923912D01* +X171934136Y-89856381D01* +X172139303Y-89746717D01* +X172319134Y-89599134D01* +X172466717Y-89419303D01* +X172576381Y-89214136D01* +X172643912Y-88991516D01* +X172666714Y-88760000D01* +X172833286Y-88760000D01* +X172856088Y-88991516D01* +X172923619Y-89214136D01* +X173033283Y-89419303D01* +X173180866Y-89599134D01* +X173360697Y-89746717D01* +X173565864Y-89856381D01* +X173788484Y-89923912D01* +X173961984Y-89941000D01* +X174078016Y-89941000D01* +X174251516Y-89923912D01* +X174474136Y-89856381D01* +X174679303Y-89746717D01* +X174859134Y-89599134D01* +X175006717Y-89419303D01* +X175116381Y-89214136D01* +X175183912Y-88991516D01* +X175206714Y-88760000D01* +X175183912Y-88528484D01* +X175116381Y-88305864D01* +X175006717Y-88100697D01* +X174859134Y-87920866D01* +X174679303Y-87773283D01* +X174474136Y-87663619D01* +X174251516Y-87596088D01* +X174078016Y-87579000D01* +X173961984Y-87579000D01* +X173788484Y-87596088D01* +X173565864Y-87663619D01* +X173360697Y-87773283D01* +X173180866Y-87920866D01* +X173033283Y-88100697D01* +X172923619Y-88305864D01* +X172856088Y-88528484D01* +X172833286Y-88760000D01* +X172666714Y-88760000D01* +X172643912Y-88528484D01* +X172576381Y-88305864D01* +X172466717Y-88100697D01* +X172319134Y-87920866D01* +X172139303Y-87773283D01* +X171934136Y-87663619D01* +X171711516Y-87596088D01* +X171538016Y-87579000D01* +X171421984Y-87579000D01* +X171248484Y-87596088D01* +X171025864Y-87663619D01* +X170820697Y-87773283D01* +X170640866Y-87920866D01* +X170493283Y-88100697D01* +X170383619Y-88305864D01* +X170316088Y-88528484D01* +X170293286Y-88760000D01* +X170126714Y-88760000D01* +X170103912Y-88528484D01* +X170036381Y-88305864D01* +X169926717Y-88100697D01* +X169779134Y-87920866D01* +X169599303Y-87773283D01* +X169394136Y-87663619D01* +X169171516Y-87596088D01* +X168998016Y-87579000D01* +X168881984Y-87579000D01* +X168708484Y-87596088D01* +X168485864Y-87663619D01* +X168280697Y-87773283D01* +X168100866Y-87920866D01* +X167953283Y-88100697D01* +X167843619Y-88305864D01* +X167776088Y-88528484D01* +X167753286Y-88760000D01* +X167586714Y-88760000D01* +X167563912Y-88528484D01* +X167496381Y-88305864D01* +X167386717Y-88100697D01* +X167239134Y-87920866D01* +X167059303Y-87773283D01* +X166854136Y-87663619D01* +X166631516Y-87596088D01* +X166458016Y-87579000D01* +X166341984Y-87579000D01* +X166168484Y-87596088D01* +X165945864Y-87663619D01* +X165740697Y-87773283D01* +X165560866Y-87920866D01* +X165502986Y-87991394D01* +X159563176Y-82051585D01* +X159547327Y-82032273D01* +X159470279Y-81969041D01* +X159382375Y-81922055D01* +X159286993Y-81893122D01* +X159212654Y-81885800D01* +X159212646Y-81885800D01* +X159187800Y-81883353D01* +X159162954Y-81885800D01* +X130607045Y-81885800D01* +X130582199Y-81883353D01* +X130557353Y-81885800D01* +X130557346Y-81885800D01* +X130483007Y-81893122D01* +X130480443Y-81893900D01* +X130497174Y-81803152D01* +X130492491Y-81469299D01* +X130422767Y-81142775D01* +X130313203Y-80878264D01* +X130011951Y-80811502D01* +X129163453Y-81660000D01* +X129177595Y-81674142D01* +X128814142Y-82037595D01* +X128800000Y-82023453D01* +X128785858Y-82037595D01* +X128422405Y-81674142D01* +X128436547Y-81660000D01* +X128422405Y-81645858D01* +X128785858Y-81282405D01* +X128800000Y-81296547D01* +X129648498Y-80448049D01* +X129581736Y-80146797D01* +X129271504Y-80023364D01* +X128943152Y-79962826D01* +X128609299Y-79967509D01* +X128282775Y-80037233D01* +X128018264Y-80146797D01* +X127986200Y-80291480D01* +X127986200Y-80255045D01* +X127988647Y-80230199D01* +X127986200Y-80205353D01* +X127986200Y-80205346D01* +X127978878Y-80131007D01* +X127949945Y-80035625D01* +X127902959Y-79947721D01* +X127839727Y-79870673D01* +X127820420Y-79854828D01* +X126593133Y-78627541D01* +X126731516Y-78613912D01* +X126954136Y-78546381D01* +X127159303Y-78436717D01* +X127339134Y-78289134D01* +X127486717Y-78109303D01* +X127487041Y-78108697D01* +X127557095Y-78271004D01* +X127745759Y-78544529D01* +X127984159Y-78775992D01* +X128263135Y-78956498D01* +X128524073Y-79064572D01* +X128783000Y-78898630D01* +X128783000Y-77707000D01* +X129297000Y-77707000D01* +X129297000Y-78898630D01* +X129555927Y-79064572D01* +X129816865Y-78956498D01* +X130095841Y-78775992D01* +X130334241Y-78544529D01* +X130522905Y-78271004D01* +X130654581Y-77965928D01* +X130491662Y-77707000D01* +X129297000Y-77707000D01* +X128783000Y-77707000D01* +X128763000Y-77707000D01* +X128763000Y-77193000D01* +X128783000Y-77193000D01* +X128783000Y-76001370D01* +X129297000Y-76001370D01* +X129297000Y-77193000D01* +X130491662Y-77193000D01* +X130654581Y-76934072D01* +X130522905Y-76628996D01* +X130334241Y-76355471D01* +X130095841Y-76124008D01* +X129816865Y-75943502D01* +X129555927Y-75835428D01* +X129297000Y-76001370D01* +X128783000Y-76001370D01* +X128524073Y-75835428D01* +X128263135Y-75943502D01* +X127984159Y-76124008D01* +X127745759Y-76355471D01* +X127557095Y-76628996D01* +X127487041Y-76791303D01* +X127486717Y-76790697D01* +X127339134Y-76610866D01* +X127159303Y-76463283D01* +X126954136Y-76353619D01* +X126731516Y-76286088D01* +X126558016Y-76269000D01* +X126441984Y-76269000D01* +X126268484Y-76286088D01* +X126045864Y-76353619D01* +X125840697Y-76463283D01* +X125660866Y-76610866D01* +X125604841Y-76679133D01* +X125589527Y-76660473D01* +X125570220Y-76644628D01* +X124885976Y-75960385D01* +X124870127Y-75941073D01* +X124793079Y-75877841D01* +X124705175Y-75830855D01* +X124609793Y-75801922D01* +X124535454Y-75794600D01* +X124535446Y-75794600D01* +X124510600Y-75792153D01* +X124485754Y-75794600D01* +X122604245Y-75794600D01* +X122579399Y-75792153D01* +X122554553Y-75794600D01* +X122554546Y-75794600D01* +X122480207Y-75801922D01* +X122384825Y-75830855D01* +X122296921Y-75877841D01* +X122219873Y-75941073D01* +X122204028Y-75960380D01* +X121825533Y-76338875D01* +X121651516Y-76286088D01* +X121478016Y-76269000D01* +X121361984Y-76269000D01* +X121188484Y-76286088D01* +X120965864Y-76353619D01* +X120893055Y-76392536D01* +X123239592Y-74046000D01* +X125315154Y-74046000D01* +X125340000Y-74048447D01* +X125364846Y-74046000D01* +X125364854Y-74046000D01* +X125439193Y-74038678D01* +X125534575Y-74009745D01* +X125622479Y-73962759D01* +X125699527Y-73899527D01* +X125715376Y-73880215D01* +X128649812Y-70945779D01* +X128808484Y-70993912D01* +X128981984Y-71011000D01* +X129098016Y-71011000D01* +X129271516Y-70993912D01* +X129494136Y-70926381D01* +X129699303Y-70816717D01* +X129879134Y-70669134D01* +X130026717Y-70489303D01* +X130136381Y-70284136D01* +X130203912Y-70061516D01* +X130226714Y-69830000D01* +X130203912Y-69598484D01* +X130136381Y-69375864D01* +X130026717Y-69170697D01* +X129879134Y-68990866D01* +X129699303Y-68843283D01* +X129494136Y-68733619D01* +X129271516Y-68666088D01* +X129098016Y-68649000D01* +X128981984Y-68649000D01* +X128808484Y-68666088D01* +X128585864Y-68733619D01* +X128380697Y-68843283D01* +X128200866Y-68990866D01* +X128053283Y-69170697D01* +X127943619Y-69375864D01* +X127876088Y-69598484D01* +X127853286Y-69830000D01* +X127876088Y-70061516D01* +X127928875Y-70235533D01* +X125130409Y-73034000D01* +X123054845Y-73034000D01* +X123029999Y-73031553D01* +X123005153Y-73034000D01* +X123005146Y-73034000D01* +X122940694Y-73040348D01* +X122930806Y-73041322D01* +X122908607Y-73048056D01* +X122835425Y-73070255D01* +X122747521Y-73117241D01* +X122670473Y-73180473D01* +X122654629Y-73199779D01* +X119789785Y-76064624D01* +X119770473Y-76080473D01* +X119707241Y-76157521D01* +X119660255Y-76245426D01* +X119631322Y-76340808D01* +X119624000Y-76415147D01* +X119624000Y-76415154D01* +X119621553Y-76440000D01* +X119624000Y-76464846D01* +X119624000Y-76532792D01* +X119539303Y-76463283D01* +X119334136Y-76353619D01* +X119111516Y-76286088D01* +X118938016Y-76269000D01* +X118821984Y-76269000D01* +X118648484Y-76286088D01* +X118425864Y-76353619D01* +X118220697Y-76463283D01* +X118040866Y-76610866D01* +X117893283Y-76790697D01* +X117783619Y-76995864D01* +X117716088Y-77218484D01* +X117693286Y-77450000D01* +X117716088Y-77681516D01* +X117783619Y-77904136D01* +X117893283Y-78109303D01* +X118040866Y-78289134D01* +X118220697Y-78436717D01* +X118274326Y-78465382D01* +X112696000Y-84043709D01* +X112696000Y-78480148D01* +X112729289Y-78520711D01* +X112787304Y-78568322D01* +X112853492Y-78603701D01* +X112925311Y-78625487D01* +X113000000Y-78632843D01* +X114600000Y-78632843D01* +X114674689Y-78625487D01* +X114746508Y-78603701D01* +X114812696Y-78568322D01* +X114870711Y-78520711D01* +X114918322Y-78462696D01* +X114953701Y-78396508D01* +X114975487Y-78324689D01* +X114982843Y-78250000D01* +X114982843Y-77450000D01* +X115153286Y-77450000D01* +X115176088Y-77681516D01* +X115243619Y-77904136D01* +X115353283Y-78109303D01* +X115500866Y-78289134D01* +X115680697Y-78436717D01* +X115885864Y-78546381D01* +X116108484Y-78613912D01* +X116281984Y-78631000D01* +X116398016Y-78631000D01* +X116571516Y-78613912D01* +X116794136Y-78546381D01* +X116999303Y-78436717D01* +X117179134Y-78289134D01* +X117326717Y-78109303D01* +X117436381Y-77904136D01* +X117503912Y-77681516D01* +X117526714Y-77450000D01* +X117503912Y-77218484D01* +X117436381Y-76995864D01* +X117326717Y-76790697D01* +X117179134Y-76610866D01* +X116999303Y-76463283D01* +X116794136Y-76353619D01* +X116571516Y-76286088D01* +X116398016Y-76269000D01* +X116281984Y-76269000D01* +X116108484Y-76286088D01* +X115885864Y-76353619D01* +X115680697Y-76463283D01* +X115500866Y-76610866D01* +X115353283Y-76790697D01* +X115243619Y-76995864D01* +X115176088Y-77218484D01* +X115153286Y-77450000D01* +X114982843Y-77450000D01* +X114982843Y-76650000D01* +X114975487Y-76575311D01* +X114953701Y-76503492D01* +X114918322Y-76437304D01* +X114870711Y-76379289D01* +X114812696Y-76331678D01* +X114746508Y-76296299D01* +X114674689Y-76274513D01* +X114600000Y-76267157D01* +X113000000Y-76267157D01* +X112925311Y-76274513D01* +X112853492Y-76296299D01* +X112787304Y-76331678D01* +X112729289Y-76379289D01* +X112696000Y-76419852D01* +X112696000Y-75314891D01* +X116680222Y-71330670D01* +X116699527Y-71314827D01* +X116762759Y-71237779D01* +X116809745Y-71149875D01* +X116838678Y-71054493D01* +X116846000Y-70980154D01* +X116846000Y-70980147D01* +X116848447Y-70955301D01* +X116846000Y-70930455D01* +X116846000Y-70898659D01* +X116999303Y-70816717D01* +X117179134Y-70669134D01* +X117326717Y-70489303D01* +X117436381Y-70284136D01* +X117503912Y-70061516D01* +X117526714Y-69830000D01* +X117693286Y-69830000D01* +X117716088Y-70061516D01* +X117783619Y-70284136D01* +X117893283Y-70489303D01* +X118040866Y-70669134D01* +X118220697Y-70816717D01* +X118425864Y-70926381D01* +X118648484Y-70993912D01* +X118821984Y-71011000D01* +X118938016Y-71011000D01* +X119111516Y-70993912D01* +X119334136Y-70926381D01* +X119539303Y-70816717D01* +X119719134Y-70669134D01* +X119866717Y-70489303D01* +X119976381Y-70284136D01* +X120043912Y-70061516D01* +X120066714Y-69830000D01* +X120233286Y-69830000D01* +X120256088Y-70061516D01* +X120323619Y-70284136D01* +X120433283Y-70489303D01* +X120580866Y-70669134D01* +X120760697Y-70816717D01* +X120965864Y-70926381D01* +X121188484Y-70993912D01* +X121361984Y-71011000D01* +X121478016Y-71011000D01* +X121651516Y-70993912D01* +X121874136Y-70926381D01* +X122079303Y-70816717D01* +X122259134Y-70669134D01* +X122406717Y-70489303D01* +X122516381Y-70284136D01* +X122583912Y-70061516D01* +X122606714Y-69830000D01* +X122773286Y-69830000D01* +X122796088Y-70061516D01* +X122863619Y-70284136D01* +X122973283Y-70489303D01* +X123120866Y-70669134D01* +X123300697Y-70816717D01* +X123505864Y-70926381D01* +X123728484Y-70993912D01* +X123901984Y-71011000D01* +X124018016Y-71011000D01* +X124191516Y-70993912D01* +X124414136Y-70926381D01* +X124619303Y-70816717D01* +X124799134Y-70669134D01* +X124946717Y-70489303D01* +X125056381Y-70284136D01* +X125123912Y-70061516D01* +X125146714Y-69830000D01* +X125313286Y-69830000D01* +X125336088Y-70061516D01* +X125403619Y-70284136D01* +X125513283Y-70489303D01* +X125660866Y-70669134D01* +X125840697Y-70816717D01* +X126045864Y-70926381D01* +X126268484Y-70993912D01* +X126441984Y-71011000D01* +X126558016Y-71011000D01* +X126731516Y-70993912D01* +X126954136Y-70926381D01* +X127159303Y-70816717D01* +X127339134Y-70669134D01* +X127486717Y-70489303D01* +X127596381Y-70284136D01* +X127663912Y-70061516D01* +X127686714Y-69830000D01* +X127663912Y-69598484D01* +X127596381Y-69375864D01* +X127486717Y-69170697D01* +X127339134Y-68990866D01* +X127159303Y-68843283D01* +X126954136Y-68733619D01* +X126731516Y-68666088D01* +X126558016Y-68649000D01* +X126441984Y-68649000D01* +X126268484Y-68666088D01* +X126045864Y-68733619D01* +X125840697Y-68843283D01* +X125660866Y-68990866D01* +X125513283Y-69170697D01* +X125403619Y-69375864D01* +X125336088Y-69598484D01* +X125313286Y-69830000D01* +X125146714Y-69830000D01* +X125123912Y-69598484D01* +X125056381Y-69375864D01* +X124946717Y-69170697D01* +X124799134Y-68990866D01* +X124619303Y-68843283D01* +X124414136Y-68733619D01* +X124191516Y-68666088D01* +X124018016Y-68649000D01* +X123901984Y-68649000D01* +X123728484Y-68666088D01* +X123505864Y-68733619D01* +X123300697Y-68843283D01* +X123120866Y-68990866D01* +X122973283Y-69170697D01* +X122863619Y-69375864D01* +X122796088Y-69598484D01* +X122773286Y-69830000D01* +X122606714Y-69830000D01* +X122583912Y-69598484D01* +X122516381Y-69375864D01* +X122406717Y-69170697D01* +X122259134Y-68990866D01* +X122079303Y-68843283D01* +X121874136Y-68733619D01* +X121651516Y-68666088D01* +X121478016Y-68649000D01* +X121361984Y-68649000D01* +X121188484Y-68666088D01* +X120965864Y-68733619D01* +X120760697Y-68843283D01* +X120580866Y-68990866D01* +X120433283Y-69170697D01* +X120323619Y-69375864D01* +X120256088Y-69598484D01* +X120233286Y-69830000D01* +X120066714Y-69830000D01* +X120043912Y-69598484D01* +X119976381Y-69375864D01* +X119866717Y-69170697D01* +X119719134Y-68990866D01* +X119539303Y-68843283D01* +X119334136Y-68733619D01* +X119111516Y-68666088D01* +X118938016Y-68649000D01* +X118821984Y-68649000D01* +X118648484Y-68666088D01* +X118425864Y-68733619D01* +X118220697Y-68843283D01* +X118040866Y-68990866D01* +X117893283Y-69170697D01* +X117783619Y-69375864D01* +X117716088Y-69598484D01* +X117693286Y-69830000D01* +X117526714Y-69830000D01* +X117503912Y-69598484D01* +X117436381Y-69375864D01* +X117326717Y-69170697D01* +X117179134Y-68990866D01* +X116999303Y-68843283D01* +X116794136Y-68733619D01* +X116571516Y-68666088D01* +X116398016Y-68649000D01* +X116281984Y-68649000D01* +X116108484Y-68666088D01* +X116063956Y-68679595D01* +X116196152Y-68547400D01* +X134603850Y-68547400D01* +X135685881Y-69629433D01* +X135685881Y-69629433D01* +G37* +X135685881Y-69629433D02* +X135710531Y-69659469D01* +X135740567Y-69684119D01* +X135740569Y-69684121D01* +X135740580Y-69684130D01* +X135819846Y-69763396D01* +X135813286Y-69830000D01* +X135836088Y-70061516D01* +X135903619Y-70284136D01* +X136013283Y-70489303D01* +X136160866Y-70669134D01* +X136212600Y-70711591D01* +X136212601Y-76267157D01* +X136200000Y-76267157D01* +X136125311Y-76274513D01* +X136053492Y-76296299D01* +X135987304Y-76331678D01* +X135929289Y-76379289D01* +X135881678Y-76437304D01* +X135846299Y-76503492D01* +X135824513Y-76575311D01* +X135817157Y-76650000D01* +X135817157Y-78250000D01* +X135824513Y-78324689D01* +X135846299Y-78396508D01* +X135881678Y-78462696D01* +X135929289Y-78520711D01* +X135987304Y-78568322D01* +X136053492Y-78603701D01* +X136125311Y-78625487D01* +X136200000Y-78632843D01* +X137800000Y-78632843D01* +X137874689Y-78625487D01* +X137946508Y-78603701D01* +X138012696Y-78568322D01* +X138070711Y-78520711D01* +X138118322Y-78462696D01* +X138149318Y-78404708D01* +X138245759Y-78544529D01* +X138484159Y-78775992D01* +X138763135Y-78956498D01* +X139024073Y-79064572D01* +X139283000Y-78898630D01* +X139283000Y-77707000D01* +X139797000Y-77707000D01* +X139797000Y-78898630D01* +X140055927Y-79064572D01* +X140316865Y-78956498D01* +X140595841Y-78775992D01* +X140810000Y-78568065D01* +X141024159Y-78775992D01* +X141303135Y-78956498D01* +X141564073Y-79064572D01* +X141823000Y-78898630D01* +X141823000Y-77707000D01* +X139797000Y-77707000D01* +X139283000Y-77707000D01* +X139263000Y-77707000D01* +X139263000Y-77193000D01* +X139283000Y-77193000D01* +X139283000Y-77173000D01* +X139797000Y-77173000D01* +X139797000Y-77193000D01* +X141823000Y-77193000D01* +X141823000Y-77173000D01* +X142337000Y-77173000D01* +X142337000Y-77193000D01* +X142357000Y-77193000D01* +X142357000Y-77707000D01* +X142337000Y-77707000D01* +X142337000Y-78898630D01* +X142595927Y-79064572D01* +X142856865Y-78956498D01* +X143135841Y-78775992D01* +X143374241Y-78544529D01* +X143562905Y-78271004D01* +X143632959Y-78108697D01* +X143633283Y-78109303D01* +X143780866Y-78289134D01* +X143960697Y-78436717D01* +X144165864Y-78546381D01* +X144388484Y-78613912D01* +X144561984Y-78631000D01* +X144678016Y-78631000D01* +X144851516Y-78613912D01* +X145074136Y-78546381D01* +X145279303Y-78436717D01* +X145459134Y-78289134D01* +X145606717Y-78109303D01* +X145716381Y-77904136D01* +X145783912Y-77681516D01* +X145806714Y-77450000D01* +X145973286Y-77450000D01* +X145996088Y-77681516D01* +X146063619Y-77904136D01* +X146173283Y-78109303D01* +X146320866Y-78289134D01* +X146500697Y-78436717D01* +X146705864Y-78546381D01* +X146928484Y-78613912D01* +X147101984Y-78631000D01* +X147218016Y-78631000D01* +X147391516Y-78613912D01* +X147614136Y-78546381D01* +X147819303Y-78436717D01* +X147999134Y-78289134D01* +X148146717Y-78109303D01* +X148256381Y-77904136D01* +X148323912Y-77681516D01* +X148346714Y-77450000D01* +X148513286Y-77450000D01* +X148536088Y-77681516D01* +X148603619Y-77904136D01* +X148713283Y-78109303D01* +X148860866Y-78289134D01* +X149040697Y-78436717D01* +X149245864Y-78546381D01* +X149468484Y-78613912D01* +X149641984Y-78631000D01* +X149758016Y-78631000D01* +X149931516Y-78613912D01* +X150154136Y-78546381D01* +X150359303Y-78436717D01* +X150539134Y-78289134D01* +X150686717Y-78109303D01* +X150687041Y-78108697D01* +X150757095Y-78271004D01* +X150945759Y-78544529D01* +X151184159Y-78775992D01* +X151463135Y-78956498D01* +X151724073Y-79064572D01* +X151983000Y-78898630D01* +X151983000Y-77707000D01* +X152497000Y-77707000D01* +X152497000Y-78898630D01* +X152755927Y-79064572D01* +X153016865Y-78956498D01* +X153295841Y-78775992D01* +X153534241Y-78544529D01* +X153722905Y-78271004D01* +X153854581Y-77965928D01* +X153691662Y-77707000D01* +X152497000Y-77707000D01* +X151983000Y-77707000D01* +X151963000Y-77707000D01* +X151963000Y-77193000D01* +X151983000Y-77193000D01* +X151983000Y-76001370D01* +X152497000Y-76001370D01* +X152497000Y-77193000D01* +X153691662Y-77193000D01* +X153854581Y-76934072D01* +X153722905Y-76628996D01* +X153534241Y-76355471D01* +X153295841Y-76124008D01* +X153016865Y-75943502D01* +X152755927Y-75835428D01* +X152497000Y-76001370D01* +X151983000Y-76001370D01* +X151724073Y-75835428D01* +X151463135Y-75943502D01* +X151184159Y-76124008D01* +X150945759Y-76355471D01* +X150757095Y-76628996D01* +X150687041Y-76791303D01* +X150686717Y-76790697D01* +X150539134Y-76610866D01* +X150359303Y-76463283D01* +X150154136Y-76353619D01* +X149931516Y-76286088D01* +X149758016Y-76269000D01* +X149641984Y-76269000D01* +X149468484Y-76286088D01* +X149245864Y-76353619D01* +X149040697Y-76463283D01* +X148860866Y-76610866D01* +X148713283Y-76790697D01* +X148603619Y-76995864D01* +X148536088Y-77218484D01* +X148513286Y-77450000D01* +X148346714Y-77450000D01* +X148323912Y-77218484D01* +X148256381Y-76995864D01* +X148146717Y-76790697D01* +X147999134Y-76610866D01* +X147819303Y-76463283D01* +X147614136Y-76353619D01* +X147391516Y-76286088D01* +X147218016Y-76269000D01* +X147101984Y-76269000D01* +X146928484Y-76286088D01* +X146705864Y-76353619D01* +X146500697Y-76463283D01* +X146320866Y-76610866D01* +X146173283Y-76790697D01* +X146063619Y-76995864D01* +X145996088Y-77218484D01* +X145973286Y-77450000D01* +X145806714Y-77450000D01* +X145783912Y-77218484D01* +X145716381Y-76995864D01* +X145606717Y-76790697D01* +X145459134Y-76610866D01* +X145279303Y-76463283D01* +X145074136Y-76353619D01* +X144851516Y-76286088D01* +X144678016Y-76269000D01* +X144561984Y-76269000D01* +X144553396Y-76269846D01* +X143289130Y-75005580D01* +X143289121Y-75005569D01* +X143289119Y-75005567D01* +X143264469Y-74975531D01* +X143234432Y-74950881D01* +X142684130Y-74400580D01* +X142684122Y-74400570D01* +X142684119Y-74400567D01* +X142659469Y-74370531D01* +X142629433Y-74345881D01* +X140327400Y-72043850D01* +X140327400Y-70711591D01* +X140379134Y-70669134D01* +X140526717Y-70489303D01* +X140636381Y-70284136D01* +X140703912Y-70061516D01* +X140726714Y-69830000D01* +X140703912Y-69598484D01* +X140636381Y-69375864D01* +X140526717Y-69170697D01* +X140499391Y-69137400D01* +X141120609Y-69137400D01* +X141093283Y-69170697D01* +X140983619Y-69375864D01* +X140916088Y-69598484D01* +X140893286Y-69830000D01* +X140916088Y-70061516D01* +X140983619Y-70284136D01* +X141093283Y-70489303D01* +X141240866Y-70669134D01* +X141420697Y-70816717D01* +X141625864Y-70926381D01* +X141848484Y-70993912D01* +X142021984Y-71011000D01* +X142138016Y-71011000D01* +X142311516Y-70993912D01* +X142534136Y-70926381D01* +X142739303Y-70816717D01* +X142919134Y-70669134D01* +X143066717Y-70489303D01* +X143176381Y-70284136D01* +X143243912Y-70061516D01* +X143266714Y-69830000D01* +X143243912Y-69598484D01* +X143176381Y-69375864D01* +X143088259Y-69211000D01* +X143611741Y-69211000D01* +X143523619Y-69375864D01* +X143456088Y-69598484D01* +X143433286Y-69830000D01* +X143456088Y-70061516D01* +X143523619Y-70284136D01* +X143633283Y-70489303D01* +X143780866Y-70669134D01* +X143960697Y-70816717D01* +X144165864Y-70926381D01* +X144388484Y-70993912D01* +X144561984Y-71011000D01* +X144678016Y-71011000D01* +X144851516Y-70993912D01* +X145074136Y-70926381D01* +X145279303Y-70816717D01* +X145459134Y-70669134D01* +X145606717Y-70489303D01* +X145716381Y-70284136D01* +X145783912Y-70061516D01* +X145806714Y-69830000D01* +X145783912Y-69598484D01* +X145716381Y-69375864D01* +X145628259Y-69211000D01* +X146151741Y-69211000D01* +X146063619Y-69375864D01* +X145996088Y-69598484D01* +X145973286Y-69830000D01* +X145996088Y-70061516D01* +X146063619Y-70284136D01* +X146173283Y-70489303D01* +X146320866Y-70669134D01* +X146500697Y-70816717D01* +X146705864Y-70926381D01* +X146928484Y-70993912D01* +X147101984Y-71011000D01* +X147218016Y-71011000D01* +X147391516Y-70993912D01* +X147614136Y-70926381D01* +X147819303Y-70816717D01* +X147999134Y-70669134D01* +X148146717Y-70489303D01* +X148256381Y-70284136D01* +X148323912Y-70061516D01* +X148346714Y-69830000D01* +X148323912Y-69598484D01* +X148256381Y-69375864D01* +X148168259Y-69211000D01* +X148691741Y-69211000D01* +X148603619Y-69375864D01* +X148536088Y-69598484D01* +X148513286Y-69830000D01* +X148536088Y-70061516D01* +X148603619Y-70284136D01* +X148713283Y-70489303D01* +X148860866Y-70669134D01* +X149040697Y-70816717D01* +X149245864Y-70926381D01* +X149468484Y-70993912D01* +X149641984Y-71011000D01* +X149758016Y-71011000D01* +X149931516Y-70993912D01* +X150154136Y-70926381D01* +X150359303Y-70816717D01* +X150539134Y-70669134D01* +X150686717Y-70489303D01* +X150796381Y-70284136D01* +X150863912Y-70061516D01* +X150886714Y-69830000D01* +X150863912Y-69598484D01* +X150796381Y-69375864D01* +X150708259Y-69211000D01* +X151231741Y-69211000D01* +X151143619Y-69375864D01* +X151076088Y-69598484D01* +X151053286Y-69830000D01* +X151076088Y-70061516D01* +X151143619Y-70284136D01* +X151253283Y-70489303D01* +X151400866Y-70669134D01* +X151580697Y-70816717D01* +X151785864Y-70926381D01* +X151928871Y-70969762D01* +X158749328Y-77790220D01* +X158765173Y-77809527D01* +X158842221Y-77872759D01* +X158900923Y-77904136D01* +X158930125Y-77919745D01* +X159025506Y-77948678D01* +X159035394Y-77949652D01* +X159067157Y-77952780D01* +X159067157Y-78250000D01* +X159074513Y-78324689D01* +X159096299Y-78396508D01* +X159131678Y-78462696D01* +X159179289Y-78520711D01* +X159237304Y-78568322D01* +X159303492Y-78603701D01* +X159375311Y-78625487D01* +X159450000Y-78632843D01* +X161050000Y-78632843D01* +X161124689Y-78625487D01* +X161196508Y-78603701D01* +X161262696Y-78568322D01* +X161320711Y-78520711D01* +X161368322Y-78462696D01* +X161403701Y-78396508D01* +X161425487Y-78324689D01* +X161432843Y-78250000D01* +X161432843Y-77450000D01* +X161603286Y-77450000D01* +X161626088Y-77681516D01* +X161693619Y-77904136D01* +X161803283Y-78109303D01* +X161950866Y-78289134D01* +X162130697Y-78436717D01* +X162335864Y-78546381D01* +X162558484Y-78613912D01* +X162731984Y-78631000D01* +X162848016Y-78631000D01* +X163021516Y-78613912D01* +X163244136Y-78546381D01* +X163449303Y-78436717D01* +X163629134Y-78289134D01* +X163776717Y-78109303D01* +X163886381Y-77904136D01* +X163953912Y-77681516D01* +X163976714Y-77450000D01* +X164143286Y-77450000D01* +X164166088Y-77681516D01* +X164233619Y-77904136D01* +X164343283Y-78109303D01* +X164490866Y-78289134D01* +X164670697Y-78436717D01* +X164875864Y-78546381D01* +X165098484Y-78613912D01* +X165271984Y-78631000D01* +X165388016Y-78631000D01* +X165561516Y-78613912D01* +X165784136Y-78546381D01* +X165989303Y-78436717D01* +X166169134Y-78289134D01* +X166316717Y-78109303D01* +X166426381Y-77904136D01* +X166493912Y-77681516D01* +X166516714Y-77450000D01* +X166683286Y-77450000D01* +X166706088Y-77681516D01* +X166773619Y-77904136D01* +X166883283Y-78109303D01* +X167030866Y-78289134D01* +X167210697Y-78436717D01* +X167415864Y-78546381D01* +X167638484Y-78613912D01* +X167811984Y-78631000D01* +X167928016Y-78631000D01* +X168101516Y-78613912D01* +X168324136Y-78546381D01* +X168529303Y-78436717D01* +X168709134Y-78289134D01* +X168856717Y-78109303D01* +X168966381Y-77904136D01* +X169033912Y-77681516D01* +X169056714Y-77450000D01* +X169223286Y-77450000D01* +X169246088Y-77681516D01* +X169313619Y-77904136D01* +X169423283Y-78109303D01* +X169570866Y-78289134D01* +X169750697Y-78436717D01* +X169955864Y-78546381D01* +X170178484Y-78613912D01* +X170351984Y-78631000D01* +X170468016Y-78631000D01* +X170641516Y-78613912D01* +X170864136Y-78546381D01* +X171069303Y-78436717D01* +X171249134Y-78289134D01* +X171396717Y-78109303D01* +X171506381Y-77904136D01* +X171573912Y-77681516D01* +X171596714Y-77450000D01* +X171763286Y-77450000D01* +X171786088Y-77681516D01* +X171853619Y-77904136D01* +X171963283Y-78109303D01* +X172110866Y-78289134D01* +X172290697Y-78436717D01* +X172495864Y-78546381D01* +X172718484Y-78613912D01* +X172891984Y-78631000D01* +X173008016Y-78631000D01* +X173181516Y-78613912D01* +X173404136Y-78546381D01* +X173609303Y-78436717D01* +X173789134Y-78289134D01* +X173936717Y-78109303D01* +X173937041Y-78108697D01* +X174007095Y-78271004D01* +X174195759Y-78544529D01* +X174434159Y-78775992D01* +X174713135Y-78956498D01* +X174974073Y-79064572D01* +X175233000Y-78898630D01* +X175233000Y-77707000D01* +X175747000Y-77707000D01* +X175747000Y-78898630D01* +X176005927Y-79064572D01* +X176266865Y-78956498D01* +X176545841Y-78775992D01* +X176784241Y-78544529D01* +X176972905Y-78271004D01* +X177104581Y-77965928D01* +X176941662Y-77707000D01* +X175747000Y-77707000D01* +X175233000Y-77707000D01* +X175213000Y-77707000D01* +X175213000Y-77193000D01* +X175233000Y-77193000D01* +X175233000Y-76001370D01* +X175747000Y-76001370D01* +X175747000Y-77193000D01* +X176941662Y-77193000D01* +X177104581Y-76934072D01* +X176981971Y-76650000D01* +X183817157Y-76650000D01* +X183817157Y-78250000D01* +X183824513Y-78324689D01* +X183846299Y-78396508D01* +X183881678Y-78462696D01* +X183929289Y-78520711D01* +X183987304Y-78568322D01* +X184053492Y-78603701D01* +X184125311Y-78625487D01* +X184200000Y-78632843D01* +X185800000Y-78632843D01* +X185874689Y-78625487D01* +X185946508Y-78603701D01* +X186012696Y-78568322D01* +X186070711Y-78520711D01* +X186118322Y-78462696D01* +X186153701Y-78396508D01* +X186175487Y-78324689D01* +X186182843Y-78250000D01* +X186182843Y-77450000D01* +X186353286Y-77450000D01* +X186376088Y-77681516D01* +X186443619Y-77904136D01* +X186553283Y-78109303D01* +X186700866Y-78289134D01* +X186880697Y-78436717D01* +X187085864Y-78546381D01* +X187308484Y-78613912D01* +X187481984Y-78631000D01* +X187598016Y-78631000D01* +X187771516Y-78613912D01* +X187994136Y-78546381D01* +X188199303Y-78436717D01* +X188379134Y-78289134D01* +X188526717Y-78109303D01* +X188636381Y-77904136D01* +X188703912Y-77681516D01* +X188726714Y-77450000D01* +X188703912Y-77218484D01* +X188636381Y-76995864D01* +X188526717Y-76790697D01* +X188379134Y-76610866D01* +X188199303Y-76463283D01* +X187994136Y-76353619D01* +X187771516Y-76286088D01* +X187598016Y-76269000D01* +X187481984Y-76269000D01* +X187308484Y-76286088D01* +X187085864Y-76353619D01* +X186880697Y-76463283D01* +X186700866Y-76610866D01* +X186553283Y-76790697D01* +X186443619Y-76995864D01* +X186376088Y-77218484D01* +X186353286Y-77450000D01* +X186182843Y-77450000D01* +X186182843Y-76650000D01* +X186175487Y-76575311D01* +X186153701Y-76503492D01* +X186118322Y-76437304D01* +X186070711Y-76379289D01* +X186012696Y-76331678D01* +X185946508Y-76296299D01* +X185874689Y-76274513D01* +X185800000Y-76267157D01* +X184200000Y-76267157D01* +X184125311Y-76274513D01* +X184053492Y-76296299D01* +X183987304Y-76331678D01* +X183929289Y-76379289D01* +X183881678Y-76437304D01* +X183846299Y-76503492D01* +X183824513Y-76575311D01* +X183817157Y-76650000D01* +X176981971Y-76650000D01* +X176972905Y-76628996D01* +X176784241Y-76355471D01* +X176545841Y-76124008D01* +X176266865Y-75943502D01* +X176005927Y-75835428D01* +X175747000Y-76001370D01* +X175233000Y-76001370D01* +X174974073Y-75835428D01* +X174713135Y-75943502D01* +X174434159Y-76124008D01* +X174195759Y-76355471D01* +X174007095Y-76628996D01* +X173937041Y-76791303D01* +X173936717Y-76790697D01* +X173789134Y-76610866D01* +X173609303Y-76463283D01* +X173404136Y-76353619D01* +X173181516Y-76286088D01* +X173008016Y-76269000D01* +X172891984Y-76269000D01* +X172718484Y-76286088D01* +X172495864Y-76353619D01* +X172290697Y-76463283D01* +X172110866Y-76610866D01* +X171963283Y-76790697D01* +X171853619Y-76995864D01* +X171786088Y-77218484D01* +X171763286Y-77450000D01* +X171596714Y-77450000D01* +X171573912Y-77218484D01* +X171506381Y-76995864D01* +X171396717Y-76790697D01* +X171249134Y-76610866D01* +X171069303Y-76463283D01* +X170864136Y-76353619D01* +X170641516Y-76286088D01* +X170468016Y-76269000D01* +X170351984Y-76269000D01* +X170178484Y-76286088D01* +X169955864Y-76353619D01* +X169750697Y-76463283D01* +X169570866Y-76610866D01* +X169423283Y-76790697D01* +X169313619Y-76995864D01* +X169246088Y-77218484D01* +X169223286Y-77450000D01* +X169056714Y-77450000D01* +X169033912Y-77218484D01* +X168966381Y-76995864D01* +X168856717Y-76790697D01* +X168709134Y-76610866D01* +X168529303Y-76463283D01* +X168324136Y-76353619D01* +X168101516Y-76286088D01* +X167928016Y-76269000D01* +X167811984Y-76269000D01* +X167638484Y-76286088D01* +X167415864Y-76353619D01* +X167210697Y-76463283D01* +X167030866Y-76610866D01* +X166883283Y-76790697D01* +X166773619Y-76995864D01* +X166706088Y-77218484D01* +X166683286Y-77450000D01* +X166516714Y-77450000D01* +X166493912Y-77218484D01* +X166426381Y-76995864D01* +X166316717Y-76790697D01* +X166169134Y-76610866D01* +X165989303Y-76463283D01* +X165784136Y-76353619D01* +X165561516Y-76286088D01* +X165388016Y-76269000D01* +X165271984Y-76269000D01* +X165098484Y-76286088D01* +X164875864Y-76353619D01* +X164670697Y-76463283D01* +X164490866Y-76610866D01* +X164343283Y-76790697D01* +X164233619Y-76995864D01* +X164166088Y-77218484D01* +X164143286Y-77450000D01* +X163976714Y-77450000D01* +X163953912Y-77218484D01* +X163886381Y-76995864D01* +X163776717Y-76790697D01* +X163629134Y-76610866D01* +X163449303Y-76463283D01* +X163244136Y-76353619D01* +X163021516Y-76286088D01* +X162848016Y-76269000D01* +X162731984Y-76269000D01* +X162558484Y-76286088D01* +X162335864Y-76353619D01* +X162130697Y-76463283D01* +X161950866Y-76610866D01* +X161803283Y-76790697D01* +X161693619Y-76995864D01* +X161626088Y-77218484D01* +X161603286Y-77450000D01* +X161432843Y-77450000D01* +X161432843Y-76650000D01* +X161425487Y-76575311D01* +X161403701Y-76503492D01* +X161368322Y-76437304D01* +X161320711Y-76379289D01* +X161262696Y-76331678D01* +X161196508Y-76296299D01* +X161124689Y-76274513D01* +X161050000Y-76267157D01* +X159450000Y-76267157D01* +X159375311Y-76274513D01* +X159303492Y-76296299D01* +X159237304Y-76331678D01* +X159179289Y-76379289D01* +X159131678Y-76437304D01* +X159096299Y-76503492D01* +X159074513Y-76575311D01* +X159067157Y-76650000D01* +X159067157Y-76676865D01* +X157393974Y-75003682D01* +X177959000Y-75003682D01* +X177959000Y-75236318D01* +X178004386Y-75464485D01* +X178093412Y-75679413D01* +X178222658Y-75872843D01* +X178387157Y-76037342D01* +X178580587Y-76166588D01* +X178795515Y-76255614D01* +X179023682Y-76301000D01* +X179256318Y-76301000D01* +X179484485Y-76255614D01* +X179699413Y-76166588D01* +X179892843Y-76037342D01* +X180057342Y-75872843D01* +X180186588Y-75679413D01* +X180275614Y-75464485D01* +X180321000Y-75236318D01* +X180321000Y-75003682D01* +X180275614Y-74775515D01* +X180186588Y-74560587D01* +X180057342Y-74367157D01* +X179892843Y-74202658D01* +X179839732Y-74167170D01* +X179921736Y-74133203D01* +X179988498Y-73831951D01* +X179140000Y-72983453D01* +X178291502Y-73831951D01* +X178358264Y-74133203D01* +X178441525Y-74166330D01* +X178387157Y-74202658D01* +X178222658Y-74367157D01* +X178093412Y-74560587D01* +X178004386Y-74775515D01* +X177959000Y-75003682D01* +X157393974Y-75003682D01* +X153068309Y-70678018D01* +X153079134Y-70669134D01* +X153226717Y-70489303D01* +X153336381Y-70284136D01* +X153403912Y-70061516D01* +X153426714Y-69830000D01* +X153403912Y-69598484D01* +X153336381Y-69375864D01* +X153248259Y-69211000D01* +X158517783Y-69211000D01* +X159069862Y-69763236D01* +X159063286Y-69830000D01* +X159086088Y-70061516D01* +X159153619Y-70284136D01* +X159263283Y-70489303D01* +X159410866Y-70669134D01* +X159590697Y-70816717D01* +X159795864Y-70926381D01* +X160018484Y-70993912D01* +X160191984Y-71011000D01* +X160308016Y-71011000D01* +X160481516Y-70993912D01* +X160704136Y-70926381D01* +X160909303Y-70816717D01* +X161089134Y-70669134D01* +X161236717Y-70489303D01* +X161346381Y-70284136D01* +X161413912Y-70061516D01* +X161436714Y-69830000D01* +X161430154Y-69763397D01* +X161564433Y-69629119D01* +X161594469Y-69604469D01* +X161619119Y-69574433D01* +X161619122Y-69574430D01* +X161619130Y-69574420D01* +X161639596Y-69553954D01* +X161626088Y-69598484D01* +X161603286Y-69830000D01* +X161626088Y-70061516D01* +X161693619Y-70284136D01* +X161803283Y-70489303D01* +X161950866Y-70669134D01* +X162130697Y-70816717D01* +X162335864Y-70926381D01* +X162558484Y-70993912D01* +X162731984Y-71011000D01* +X162848016Y-71011000D01* +X163021516Y-70993912D01* +X163244136Y-70926381D01* +X163449303Y-70816717D01* +X163629134Y-70669134D01* +X163776717Y-70489303D01* +X163886381Y-70284136D01* +X163953912Y-70061516D01* +X163976714Y-69830000D01* +X163953912Y-69598484D01* +X163886381Y-69375864D01* +X163798259Y-69211000D01* +X164321741Y-69211000D01* +X164233619Y-69375864D01* +X164166088Y-69598484D01* +X164143286Y-69830000D01* +X164166088Y-70061516D01* +X164233619Y-70284136D01* +X164343283Y-70489303D01* +X164490866Y-70669134D01* +X164670697Y-70816717D01* +X164875864Y-70926381D01* +X165098484Y-70993912D01* +X165271984Y-71011000D01* +X165388016Y-71011000D01* +X165561516Y-70993912D01* +X165784136Y-70926381D01* +X165989303Y-70816717D01* +X166169134Y-70669134D01* +X166316717Y-70489303D01* +X166426381Y-70284136D01* +X166493912Y-70061516D01* +X166516714Y-69830000D01* +X166493912Y-69598484D01* +X166426381Y-69375864D01* +X166338259Y-69211000D01* +X166861741Y-69211000D01* +X166773619Y-69375864D01* +X166706088Y-69598484D01* +X166683286Y-69830000D01* +X166706088Y-70061516D01* +X166773619Y-70284136D01* +X166883283Y-70489303D01* +X167030866Y-70669134D01* +X167210697Y-70816717D01* +X167415864Y-70926381D01* +X167638484Y-70993912D01* +X167811984Y-71011000D01* +X167928016Y-71011000D01* +X168101516Y-70993912D01* +X168324136Y-70926381D01* +X168529303Y-70816717D01* +X168709134Y-70669134D01* +X168856717Y-70489303D01* +X168966381Y-70284136D01* +X169033912Y-70061516D01* +X169056714Y-69830000D01* +X169033912Y-69598484D01* +X168966381Y-69375864D01* +X168878259Y-69211000D01* +X169401741Y-69211000D01* +X169313619Y-69375864D01* +X169246088Y-69598484D01* +X169223286Y-69830000D01* +X169246088Y-70061516D01* +X169313619Y-70284136D01* +X169423283Y-70489303D01* +X169570866Y-70669134D01* +X169750697Y-70816717D01* +X169955864Y-70926381D01* +X170178484Y-70993912D01* +X170351984Y-71011000D01* +X170468016Y-71011000D01* +X170641516Y-70993912D01* +X170864136Y-70926381D01* +X171069303Y-70816717D01* +X171249134Y-70669134D01* +X171396717Y-70489303D01* +X171506381Y-70284136D01* +X171573912Y-70061516D01* +X171596714Y-69830000D01* +X171573912Y-69598484D01* +X171506381Y-69375864D01* +X171418259Y-69211000D01* +X171941741Y-69211000D01* +X171853619Y-69375864D01* +X171786088Y-69598484D01* +X171763286Y-69830000D01* +X171786088Y-70061516D01* +X171853619Y-70284136D01* +X171963283Y-70489303D01* +X172110866Y-70669134D01* +X172290697Y-70816717D01* +X172495864Y-70926381D01* +X172718484Y-70993912D01* +X172891984Y-71011000D01* +X173008016Y-71011000D01* +X173181516Y-70993912D01* +X173404136Y-70926381D01* +X173609303Y-70816717D01* +X173789134Y-70669134D01* +X173846970Y-70598661D01* +X174543828Y-71295520D01* +X174559673Y-71314827D01* +X174636721Y-71378059D01* +X174717445Y-71421207D01* +X174724625Y-71425045D01* +X174820007Y-71453978D01* +X174919200Y-71463748D01* +X174944054Y-71461300D01* +X177890878Y-71461300D01* +X177754361Y-71597817D01* +X177928047Y-71771503D01* +X177626797Y-71838264D01* +X177503364Y-72148496D01* +X177442826Y-72476848D01* +X177447509Y-72810701D01* +X177517233Y-73137225D01* +X177626797Y-73401736D01* +X177928049Y-73468498D01* +X178776547Y-72620000D01* +X178762405Y-72605858D01* +X179125858Y-72242405D01* +X179140000Y-72256547D01* +X179154142Y-72242405D01* +X179517595Y-72605858D01* +X179503453Y-72620000D01* +X180351951Y-73468498D01* +X180653203Y-73401736D01* +X180776636Y-73091504D01* +X180837174Y-72763152D01* +X180832491Y-72429299D01* +X180762767Y-72102775D01* +X180653203Y-71838264D01* +X180351953Y-71771503D01* +X180525639Y-71597817D01* +X180389122Y-71461300D01* +X185005209Y-71461300D01* +X189834299Y-76290391D01* +X189625864Y-76353619D01* +X189420697Y-76463283D01* +X189240866Y-76610866D01* +X189093283Y-76790697D01* +X188983619Y-76995864D01* +X188916088Y-77218484D01* +X188893286Y-77450000D01* +X188916088Y-77681516D01* +X188983619Y-77904136D01* +X189093283Y-78109303D01* +X189240866Y-78289134D01* +X189420697Y-78436717D01* +X189625864Y-78546381D01* +X189848484Y-78613912D01* +X190021984Y-78631000D01* +X190138016Y-78631000D01* +X190311516Y-78613912D01* +X190534136Y-78546381D01* +X190739303Y-78436717D01* +X190919134Y-78289134D01* +X190995220Y-78196422D01* +X191009780Y-78208371D01* +X191717028Y-78915620D01* +X191732873Y-78934927D01* +X191809921Y-78998159D01* +X191897638Y-79045045D01* +X191897825Y-79045145D01* +X191993206Y-79074078D01* +X192003094Y-79075052D01* +X192067546Y-79081400D01* +X192067553Y-79081400D01* +X192092399Y-79083847D01* +X192117245Y-79081400D01* +X200939754Y-79081400D01* +X200964600Y-79083847D01* +X200989446Y-79081400D01* +X200989454Y-79081400D01* +X201063793Y-79074078D01* +X201159175Y-79045145D01* +X201247079Y-78998159D01* +X201324127Y-78934927D01* +X201339976Y-78915615D01* +X201600074Y-78655518D01* +X201724159Y-78775992D01* +X202003135Y-78956498D01* +X202264073Y-79064572D01* +X202523000Y-78898630D01* +X202523000Y-77707000D01* +X202503000Y-77707000D01* +X202503000Y-77193000D01* +X202523000Y-77193000D01* +X202523000Y-76815900D01* +X203037000Y-76815900D01* +X203037000Y-77193000D01* +X203057000Y-77193000D01* +X203057000Y-77707000D01* +X203037000Y-77707000D01* +X203037000Y-78898630D01* +X203295927Y-79064572D01* +X203556865Y-78956498D01* +X203574900Y-78944829D01* +X203574901Y-91970240D01* +X203394136Y-91873619D01* +X203171516Y-91806088D01* +X202998016Y-91789000D01* +X202881984Y-91789000D01* +X202708484Y-91806088D01* +X202485864Y-91873619D01* +X202280697Y-91983283D01* +X202100866Y-92130866D01* +X202043031Y-92201339D01* +X201346176Y-91504485D01* +X201330327Y-91485173D01* +X201253279Y-91421941D01* +X201165375Y-91374955D01* +X201069993Y-91346022D01* +X200995654Y-91338700D01* +X200995646Y-91338700D01* +X200970800Y-91336253D01* +X200945954Y-91338700D01* +X169335754Y-91338700D01* +X169310900Y-91336252D01* +X169286046Y-91338700D01* +X169211707Y-91346022D01* +X169116325Y-91374955D01* +X169028421Y-91421941D01* +X168951373Y-91485173D01* +X168935528Y-91504480D01* +X157169289Y-103270720D01* +X157079134Y-103160866D01* +X156899303Y-103013283D01* +X156694136Y-102903619D01* +X156471516Y-102836088D01* +X156298016Y-102819000D01* +X156181984Y-102819000D01* +X156008484Y-102836088D01* +X155785864Y-102903619D01* +X155580697Y-103013283D01* +X155400866Y-103160866D01* +X155253283Y-103340697D01* +X155143619Y-103545864D01* +X155076088Y-103768484D01* +X155071783Y-103812192D01* +X154919376Y-103659785D01* +X154903527Y-103640473D01* +X154826479Y-103577241D01* +X154801916Y-103564112D01* +X154796381Y-103545864D01* +X154686717Y-103340697D01* +X154539134Y-103160866D01* +X154359303Y-103013283D01* +X154154136Y-102903619D01* +X153931516Y-102836088D01* +X153758016Y-102819000D01* +X153641984Y-102819000D01* +X153468484Y-102836088D01* +X153245864Y-102903619D01* +X153040697Y-103013283D01* +X152860866Y-103160866D01* +X152713283Y-103340697D01* +X152603619Y-103545864D01* +X152536088Y-103768484D01* +X152513286Y-104000000D01* +X152536088Y-104231516D01* +X152603619Y-104454136D01* +X152713283Y-104659303D01* +X152860866Y-104839134D01* +X153040697Y-104986717D01* +X153245864Y-105096381D01* +X153468484Y-105163912D01* +X153641984Y-105181000D01* +X153758016Y-105181000D01* +X153931516Y-105163912D01* +X154154136Y-105096381D01* +X154359303Y-104986717D01* +X154539134Y-104839134D01* +X154597015Y-104768606D01* +X162221008Y-112392600D01* +X135998673Y-112392600D01* +X135960000Y-112388791D01* +X135921327Y-112392600D01* +X135148663Y-112392600D01* +X135110000Y-112388792D01* +X135071337Y-112392600D01* +X134009665Y-112392600D01* +X133971000Y-112388792D01* +X133932335Y-112392600D01* +X133932327Y-112392600D01* +X133816643Y-112403994D01* +X133689375Y-112442600D01* +X133672785Y-112442600D01* +X133542843Y-112312658D01* +X133349413Y-112183412D01* +X133134485Y-112094386D01* +X133016145Y-112070846D01* +X139455692Y-105631300D01* +X144085954Y-105631300D01* +X144110800Y-105633747D01* +X144135646Y-105631300D01* +X144135654Y-105631300D01* +X144209993Y-105623978D01* +X144305375Y-105595045D01* +X144393279Y-105548059D01* +X144470327Y-105484827D01* +X144486176Y-105465515D01* +X145183031Y-104768661D01* +X145240866Y-104839134D01* +X145420697Y-104986717D01* +X145625864Y-105096381D01* +X145848484Y-105163912D01* +X146021984Y-105181000D01* +X146138016Y-105181000D01* +X146311516Y-105163912D01* +X146534136Y-105096381D01* +X146739303Y-104986717D01* +X146919134Y-104839134D01* +X147066717Y-104659303D01* +X147176381Y-104454136D01* +X147243912Y-104231516D01* +X147266714Y-104000000D01* +X147433286Y-104000000D01* +X147456088Y-104231516D01* +X147523619Y-104454136D01* +X147633283Y-104659303D01* +X147780866Y-104839134D01* +X147960697Y-104986717D01* +X148165864Y-105096381D01* +X148388484Y-105163912D01* +X148561984Y-105181000D01* +X148678016Y-105181000D01* +X148851516Y-105163912D01* +X149074136Y-105096381D01* +X149279303Y-104986717D01* +X149459134Y-104839134D01* +X149606717Y-104659303D01* +X149716381Y-104454136D01* +X149783912Y-104231516D01* +X149806714Y-104000000D01* +X149973286Y-104000000D01* +X149996088Y-104231516D01* +X150063619Y-104454136D01* +X150173283Y-104659303D01* +X150320866Y-104839134D01* +X150500697Y-104986717D01* +X150654000Y-105068659D01* +X150654001Y-106474344D01* +X150651553Y-106499200D01* +X150661322Y-106598392D01* +X150690255Y-106693774D01* +X150690256Y-106693775D01* +X150737242Y-106781679D01* +X150800474Y-106858727D01* +X150819781Y-106874572D01* +X155472100Y-111526892D01* +X155472100Y-111669222D01* +X155502113Y-111820109D01* +X155560987Y-111962242D01* +X155646458Y-112090159D01* +X155755241Y-112198942D01* +X155883158Y-112284413D01* +X156025291Y-112343287D01* +X156176178Y-112373300D01* +X156330022Y-112373300D01* +X156480909Y-112343287D01* +X156623042Y-112284413D01* +X156750959Y-112198942D01* +X156859742Y-112090159D01* +X156945213Y-111962242D01* +X157004087Y-111820109D01* +X157034100Y-111669222D01* +X157034100Y-111515378D01* +X157004087Y-111364491D01* +X156945213Y-111222358D01* +X156859742Y-111094441D01* +X156750959Y-110985658D01* +X156623042Y-110900187D01* +X156480909Y-110841313D01* +X156330022Y-110811300D01* +X156187692Y-110811300D01* +X151666000Y-106289609D01* +X151666000Y-105068659D01* +X151819303Y-104986717D01* +X151999134Y-104839134D01* +X152146717Y-104659303D01* +X152256381Y-104454136D01* +X152323912Y-104231516D01* +X152346714Y-104000000D01* +X152323912Y-103768484D01* +X152256381Y-103545864D01* +X152146717Y-103340697D01* +X151999134Y-103160866D01* +X151819303Y-103013283D01* +X151614136Y-102903619D01* +X151391516Y-102836088D01* +X151218016Y-102819000D01* +X151101984Y-102819000D01* +X150928484Y-102836088D01* +X150705864Y-102903619D01* +X150500697Y-103013283D01* +X150320866Y-103160866D01* +X150173283Y-103340697D01* +X150063619Y-103545864D01* +X149996088Y-103768484D01* +X149973286Y-104000000D01* +X149806714Y-104000000D01* +X149783912Y-103768484D01* +X149716381Y-103545864D01* +X149606717Y-103340697D01* +X149459134Y-103160866D01* +X149279303Y-103013283D01* +X149074136Y-102903619D01* +X148851516Y-102836088D01* +X148678016Y-102819000D01* +X148561984Y-102819000D01* +X148388484Y-102836088D01* +X148165864Y-102903619D01* +X147960697Y-103013283D01* +X147780866Y-103160866D01* +X147633283Y-103340697D01* +X147523619Y-103545864D01* +X147456088Y-103768484D01* +X147433286Y-104000000D01* +X147266714Y-104000000D01* +X147243912Y-103768484D01* +X147176381Y-103545864D01* +X147066717Y-103340697D01* +X146919134Y-103160866D01* +X146739303Y-103013283D01* +X146534136Y-102903619D01* +X146311516Y-102836088D01* +X146138016Y-102819000D01* +X146021984Y-102819000D01* +X145848484Y-102836088D01* +X145625864Y-102903619D01* +X145420697Y-103013283D01* +X145240866Y-103160866D01* +X145093283Y-103340697D01* +X144983619Y-103545864D01* +X144978064Y-103564176D01* +X144953621Y-103577241D01* +X144876573Y-103640473D01* +X144860729Y-103659779D01* +X144708226Y-103812282D01* +X144703912Y-103768484D01* +X144636381Y-103545864D01* +X144526717Y-103340697D01* +X144379134Y-103160866D01* +X144199303Y-103013283D01* +X143994136Y-102903619D01* +X143771516Y-102836088D01* +X143598016Y-102819000D01* +X143481984Y-102819000D01* +X143308484Y-102836088D01* +X143085864Y-102903619D01* +X142880697Y-103013283D01* +X142700866Y-103160866D01* +X142553283Y-103340697D01* +X142443619Y-103545864D01* +X142376088Y-103768484D01* +X142353286Y-104000000D01* +X142376088Y-104231516D01* +X142443619Y-104454136D01* +X142531901Y-104619300D01* +X142182843Y-104619300D01* +X142182843Y-103200000D01* +X142175487Y-103125311D01* +X142153701Y-103053492D01* +X142118322Y-102987304D01* +X142070711Y-102929289D01* +X142012696Y-102881678D01* +X141946508Y-102846299D01* +X141874689Y-102824513D01* +X141800000Y-102817157D01* +X140200000Y-102817157D01* +X140125311Y-102824513D01* +X140053492Y-102846299D01* +X139987304Y-102881678D01* +X139929289Y-102929289D01* +X139881678Y-102987304D01* +X139846299Y-103053492D01* +X139824513Y-103125311D01* +X139817157Y-103200000D01* +X139817157Y-104619300D01* +X139270945Y-104619300D01* +X139246099Y-104616853D01* +X139221253Y-104619300D01* +X139221246Y-104619300D01* +X139156794Y-104625648D01* +X139146906Y-104626622D01* +X139124707Y-104633356D01* +X139051525Y-104655555D01* +X138963621Y-104702541D01* +X138886573Y-104765773D01* +X138870729Y-104785079D01* +X131287081Y-112368728D01* +X131267774Y-112384573D01* +X131204542Y-112461621D01* +X131196238Y-112477157D01* +X131157555Y-112549526D01* +X131128622Y-112644908D01* +X131118853Y-112744100D01* +X131120691Y-112762762D01* +X130653453Y-113230000D01* +X130667595Y-113244142D01* +X130304142Y-113607595D01* +X130290000Y-113593453D01* +X129441502Y-114441951D01* +X129508264Y-114743203D01* +X129818496Y-114866636D01* +X130146848Y-114927174D01* +X130480701Y-114922491D01* +X130807225Y-114852767D01* +X131071736Y-114743203D01* +X131121301Y-114519551D01* +X131121300Y-119477154D01* +X131118853Y-119502000D01* +X131121300Y-119526846D01* +X131121300Y-119526853D01* +X131128622Y-119601192D01* +X131157555Y-119696574D01* +X131204541Y-119784479D01* +X131267773Y-119861527D01* +X131287085Y-119877376D01* +X134226865Y-122817157D01* +X134200000Y-122817157D01* +X134125311Y-122824513D01* +X134053492Y-122846299D01* +X133987304Y-122881678D01* +X133929289Y-122929289D01* +X133881678Y-122987304D01* +X133846299Y-123053492D01* +X133824513Y-123125311D01* +X133817157Y-123200000D01* +X133817157Y-124688200D01* +X131082192Y-124688200D01* +X119480840Y-113086848D01* +X128592826Y-113086848D01* +X128597509Y-113420701D01* +X128667233Y-113747225D01* +X128776797Y-114011736D01* +X129078049Y-114078498D01* +X129926547Y-113230000D01* +X129078049Y-112381502D01* +X128776797Y-112448264D01* +X128653364Y-112758496D01* +X128592826Y-113086848D01* +X119480840Y-113086848D01* +X118412041Y-112018049D01* +X129441502Y-112018049D01* +X130290000Y-112866547D01* +X131138498Y-112018049D01* +X131071736Y-111716797D01* +X130761504Y-111593364D01* +X130433152Y-111532826D01* +X130099299Y-111537509D01* +X129772775Y-111607233D01* +X129508264Y-111716797D01* +X129441502Y-112018049D01* +X118412041Y-112018049D01* +X116559124Y-110165133D01* +X116571516Y-110163912D01* +X116737861Y-110113452D01* +X117624639Y-111000231D01* +X117640484Y-111019538D01* +X117717532Y-111082770D01* +X117805436Y-111129756D01* +X117900818Y-111158689D01* +X117975157Y-111166011D01* +X117975164Y-111166011D01* +X118000010Y-111168458D01* +X118024856Y-111166011D01* +X129870843Y-111166011D01* +X129895689Y-111168458D01* +X129920535Y-111166011D01* +X129920543Y-111166011D01* +X129994882Y-111158689D01* +X130090264Y-111129756D01* +X130178168Y-111082770D01* +X130255216Y-111019538D01* +X130271065Y-111000226D01* +X146287592Y-94983700D01* +X155577454Y-94983700D01* +X155602300Y-94986147D01* +X155627146Y-94983700D01* +X155627154Y-94983700D01* +X155701493Y-94976378D01* +X155796875Y-94947445D01* +X155884779Y-94900459D01* +X155961827Y-94837227D01* +X155977676Y-94817915D01* +X160895371Y-89900221D01* +X160895375Y-89900216D01* +X160922139Y-89873452D01* +X161088484Y-89923912D01* +X161261984Y-89941000D01* +X161378016Y-89941000D01* +X161551516Y-89923912D01* +X161774136Y-89856381D01* +X161979303Y-89746717D01* +X162159134Y-89599134D01* +X162306717Y-89419303D01* +X162416381Y-89214136D01* +X162477165Y-89013757D01* +X162563628Y-89100220D01* +X162579473Y-89119527D01* +X162656521Y-89182759D01* +X162744425Y-89229745D01* +X162777291Y-89239715D01* +X162873283Y-89419303D01* +X163020866Y-89599134D01* +X163200697Y-89746717D01* +X163405864Y-89856381D01* +X163628484Y-89923912D01* +X163801984Y-89941000D01* +X163918016Y-89941000D01* +X164091516Y-89923912D01* +X164314136Y-89856381D01* +X164519303Y-89746717D01* +X164699134Y-89599134D01* +X164846717Y-89419303D01* +X164956381Y-89214136D01* +X165023912Y-88991516D01* +X165028217Y-88947809D01* +X165180628Y-89100220D01* +X165196473Y-89119527D01* +X165273521Y-89182759D01* +X165298084Y-89195888D01* +X165303619Y-89214136D01* +X165413283Y-89419303D01* +X165560866Y-89599134D01* +X165740697Y-89746717D01* +X165945864Y-89856381D01* +X166168484Y-89923912D01* +X166341984Y-89941000D01* +X166458016Y-89941000D01* +X166631516Y-89923912D01* +X166854136Y-89856381D01* +X167059303Y-89746717D01* +X167239134Y-89599134D01* +X167386717Y-89419303D01* +X167496381Y-89214136D01* +X167563912Y-88991516D01* +X167586714Y-88760000D01* +X167753286Y-88760000D01* +X167776088Y-88991516D01* +X167843619Y-89214136D01* +X167953283Y-89419303D01* +X168100866Y-89599134D01* +X168280697Y-89746717D01* +X168485864Y-89856381D01* +X168708484Y-89923912D01* +X168881984Y-89941000D01* +X168998016Y-89941000D01* +X169171516Y-89923912D01* +X169394136Y-89856381D01* +X169599303Y-89746717D01* +X169779134Y-89599134D01* +X169926717Y-89419303D01* +X170036381Y-89214136D01* +X170103912Y-88991516D01* +X170126714Y-88760000D01* +X170293286Y-88760000D01* +X170316088Y-88991516D01* +X170383619Y-89214136D01* +X170493283Y-89419303D01* +X170640866Y-89599134D01* +X170820697Y-89746717D01* +X171025864Y-89856381D01* +X171248484Y-89923912D01* +X171421984Y-89941000D01* +X171538016Y-89941000D01* +X171711516Y-89923912D01* +X171934136Y-89856381D01* +X172139303Y-89746717D01* +X172319134Y-89599134D01* +X172466717Y-89419303D01* +X172576381Y-89214136D01* +X172643912Y-88991516D01* +X172666714Y-88760000D01* +X172833286Y-88760000D01* +X172856088Y-88991516D01* +X172923619Y-89214136D01* +X173033283Y-89419303D01* +X173180866Y-89599134D01* +X173360697Y-89746717D01* +X173565864Y-89856381D01* +X173788484Y-89923912D01* +X173961984Y-89941000D01* +X174078016Y-89941000D01* +X174251516Y-89923912D01* +X174474136Y-89856381D01* +X174679303Y-89746717D01* +X174859134Y-89599134D01* +X175006717Y-89419303D01* +X175116381Y-89214136D01* +X175183912Y-88991516D01* +X175206714Y-88760000D01* +X175183912Y-88528484D01* +X175116381Y-88305864D01* +X175006717Y-88100697D01* +X174859134Y-87920866D01* +X174679303Y-87773283D01* +X174474136Y-87663619D01* +X174251516Y-87596088D01* +X174078016Y-87579000D01* +X173961984Y-87579000D01* +X173788484Y-87596088D01* +X173565864Y-87663619D01* +X173360697Y-87773283D01* +X173180866Y-87920866D01* +X173033283Y-88100697D01* +X172923619Y-88305864D01* +X172856088Y-88528484D01* +X172833286Y-88760000D01* +X172666714Y-88760000D01* +X172643912Y-88528484D01* +X172576381Y-88305864D01* +X172466717Y-88100697D01* +X172319134Y-87920866D01* +X172139303Y-87773283D01* +X171934136Y-87663619D01* +X171711516Y-87596088D01* +X171538016Y-87579000D01* +X171421984Y-87579000D01* +X171248484Y-87596088D01* +X171025864Y-87663619D01* +X170820697Y-87773283D01* +X170640866Y-87920866D01* +X170493283Y-88100697D01* +X170383619Y-88305864D01* +X170316088Y-88528484D01* +X170293286Y-88760000D01* +X170126714Y-88760000D01* +X170103912Y-88528484D01* +X170036381Y-88305864D01* +X169926717Y-88100697D01* +X169779134Y-87920866D01* +X169599303Y-87773283D01* +X169394136Y-87663619D01* +X169171516Y-87596088D01* +X168998016Y-87579000D01* +X168881984Y-87579000D01* +X168708484Y-87596088D01* +X168485864Y-87663619D01* +X168280697Y-87773283D01* +X168100866Y-87920866D01* +X167953283Y-88100697D01* +X167843619Y-88305864D01* +X167776088Y-88528484D01* +X167753286Y-88760000D01* +X167586714Y-88760000D01* +X167563912Y-88528484D01* +X167496381Y-88305864D01* +X167386717Y-88100697D01* +X167239134Y-87920866D01* +X167059303Y-87773283D01* +X166854136Y-87663619D01* +X166631516Y-87596088D01* +X166458016Y-87579000D01* +X166341984Y-87579000D01* +X166168484Y-87596088D01* +X165945864Y-87663619D01* +X165740697Y-87773283D01* +X165560866Y-87920866D01* +X165502986Y-87991394D01* +X159563176Y-82051585D01* +X159547327Y-82032273D01* +X159470279Y-81969041D01* +X159382375Y-81922055D01* +X159286993Y-81893122D01* +X159212654Y-81885800D01* +X159212646Y-81885800D01* +X159187800Y-81883353D01* +X159162954Y-81885800D01* +X130607045Y-81885800D01* +X130582199Y-81883353D01* +X130557353Y-81885800D01* +X130557346Y-81885800D01* +X130483007Y-81893122D01* +X130480443Y-81893900D01* +X130497174Y-81803152D01* +X130492491Y-81469299D01* +X130422767Y-81142775D01* +X130313203Y-80878264D01* +X130011951Y-80811502D01* +X129163453Y-81660000D01* +X129177595Y-81674142D01* +X128814142Y-82037595D01* +X128800000Y-82023453D01* +X128785858Y-82037595D01* +X128422405Y-81674142D01* +X128436547Y-81660000D01* +X128422405Y-81645858D01* +X128785858Y-81282405D01* +X128800000Y-81296547D01* +X129648498Y-80448049D01* +X129581736Y-80146797D01* +X129271504Y-80023364D01* +X128943152Y-79962826D01* +X128609299Y-79967509D01* +X128282775Y-80037233D01* +X128018264Y-80146797D01* +X127986200Y-80291480D01* +X127986200Y-80255045D01* +X127988647Y-80230199D01* +X127986200Y-80205353D01* +X127986200Y-80205346D01* +X127978878Y-80131007D01* +X127949945Y-80035625D01* +X127902959Y-79947721D01* +X127839727Y-79870673D01* +X127820420Y-79854828D01* +X126593133Y-78627541D01* +X126731516Y-78613912D01* +X126954136Y-78546381D01* +X127159303Y-78436717D01* +X127339134Y-78289134D01* +X127486717Y-78109303D01* +X127487041Y-78108697D01* +X127557095Y-78271004D01* +X127745759Y-78544529D01* +X127984159Y-78775992D01* +X128263135Y-78956498D01* +X128524073Y-79064572D01* +X128783000Y-78898630D01* +X128783000Y-77707000D01* +X129297000Y-77707000D01* +X129297000Y-78898630D01* +X129555927Y-79064572D01* +X129816865Y-78956498D01* +X130095841Y-78775992D01* +X130334241Y-78544529D01* +X130522905Y-78271004D01* +X130654581Y-77965928D01* +X130491662Y-77707000D01* +X129297000Y-77707000D01* +X128783000Y-77707000D01* +X128763000Y-77707000D01* +X128763000Y-77193000D01* +X128783000Y-77193000D01* +X128783000Y-76001370D01* +X129297000Y-76001370D01* +X129297000Y-77193000D01* +X130491662Y-77193000D01* +X130654581Y-76934072D01* +X130522905Y-76628996D01* +X130334241Y-76355471D01* +X130095841Y-76124008D01* +X129816865Y-75943502D01* +X129555927Y-75835428D01* +X129297000Y-76001370D01* +X128783000Y-76001370D01* +X128524073Y-75835428D01* +X128263135Y-75943502D01* +X127984159Y-76124008D01* +X127745759Y-76355471D01* +X127557095Y-76628996D01* +X127487041Y-76791303D01* +X127486717Y-76790697D01* +X127339134Y-76610866D01* +X127159303Y-76463283D01* +X126954136Y-76353619D01* +X126731516Y-76286088D01* +X126558016Y-76269000D01* +X126441984Y-76269000D01* +X126268484Y-76286088D01* +X126045864Y-76353619D01* +X125840697Y-76463283D01* +X125660866Y-76610866D01* +X125604841Y-76679133D01* +X125589527Y-76660473D01* +X125570220Y-76644628D01* +X124885976Y-75960385D01* +X124870127Y-75941073D01* +X124793079Y-75877841D01* +X124705175Y-75830855D01* +X124609793Y-75801922D01* +X124535454Y-75794600D01* +X124535446Y-75794600D01* +X124510600Y-75792153D01* +X124485754Y-75794600D01* +X122604245Y-75794600D01* +X122579399Y-75792153D01* +X122554553Y-75794600D01* +X122554546Y-75794600D01* +X122480207Y-75801922D01* +X122384825Y-75830855D01* +X122296921Y-75877841D01* +X122219873Y-75941073D01* +X122204028Y-75960380D01* +X121825533Y-76338875D01* +X121651516Y-76286088D01* +X121478016Y-76269000D01* +X121361984Y-76269000D01* +X121188484Y-76286088D01* +X120965864Y-76353619D01* +X120893055Y-76392536D01* +X123239592Y-74046000D01* +X125315154Y-74046000D01* +X125340000Y-74048447D01* +X125364846Y-74046000D01* +X125364854Y-74046000D01* +X125439193Y-74038678D01* +X125534575Y-74009745D01* +X125622479Y-73962759D01* +X125699527Y-73899527D01* +X125715376Y-73880215D01* +X128649812Y-70945779D01* +X128808484Y-70993912D01* +X128981984Y-71011000D01* +X129098016Y-71011000D01* +X129271516Y-70993912D01* +X129494136Y-70926381D01* +X129699303Y-70816717D01* +X129879134Y-70669134D01* +X130026717Y-70489303D01* +X130136381Y-70284136D01* +X130203912Y-70061516D01* +X130226714Y-69830000D01* +X130203912Y-69598484D01* +X130136381Y-69375864D01* +X130026717Y-69170697D01* +X129879134Y-68990866D01* +X129699303Y-68843283D01* +X129494136Y-68733619D01* +X129271516Y-68666088D01* +X129098016Y-68649000D01* +X128981984Y-68649000D01* +X128808484Y-68666088D01* +X128585864Y-68733619D01* +X128380697Y-68843283D01* +X128200866Y-68990866D01* +X128053283Y-69170697D01* +X127943619Y-69375864D01* +X127876088Y-69598484D01* +X127853286Y-69830000D01* +X127876088Y-70061516D01* +X127928875Y-70235533D01* +X125130409Y-73034000D01* +X123054845Y-73034000D01* +X123029999Y-73031553D01* +X123005153Y-73034000D01* +X123005146Y-73034000D01* +X122940694Y-73040348D01* +X122930806Y-73041322D01* +X122908607Y-73048056D01* +X122835425Y-73070255D01* +X122747521Y-73117241D01* +X122670473Y-73180473D01* +X122654629Y-73199779D01* +X119789785Y-76064624D01* +X119770473Y-76080473D01* +X119707241Y-76157521D01* +X119660255Y-76245426D01* +X119631322Y-76340808D01* +X119624000Y-76415147D01* +X119624000Y-76415154D01* +X119621553Y-76440000D01* +X119624000Y-76464846D01* +X119624000Y-76532792D01* +X119539303Y-76463283D01* +X119334136Y-76353619D01* +X119111516Y-76286088D01* +X118938016Y-76269000D01* +X118821984Y-76269000D01* +X118648484Y-76286088D01* +X118425864Y-76353619D01* +X118220697Y-76463283D01* +X118040866Y-76610866D01* +X117893283Y-76790697D01* +X117783619Y-76995864D01* +X117716088Y-77218484D01* +X117693286Y-77450000D01* +X117716088Y-77681516D01* +X117783619Y-77904136D01* +X117893283Y-78109303D01* +X118040866Y-78289134D01* +X118220697Y-78436717D01* +X118274326Y-78465382D01* +X112696000Y-84043709D01* +X112696000Y-78480148D01* +X112729289Y-78520711D01* +X112787304Y-78568322D01* +X112853492Y-78603701D01* +X112925311Y-78625487D01* +X113000000Y-78632843D01* +X114600000Y-78632843D01* +X114674689Y-78625487D01* +X114746508Y-78603701D01* +X114812696Y-78568322D01* +X114870711Y-78520711D01* +X114918322Y-78462696D01* +X114953701Y-78396508D01* +X114975487Y-78324689D01* +X114982843Y-78250000D01* +X114982843Y-77450000D01* +X115153286Y-77450000D01* +X115176088Y-77681516D01* +X115243619Y-77904136D01* +X115353283Y-78109303D01* +X115500866Y-78289134D01* +X115680697Y-78436717D01* +X115885864Y-78546381D01* +X116108484Y-78613912D01* +X116281984Y-78631000D01* +X116398016Y-78631000D01* +X116571516Y-78613912D01* +X116794136Y-78546381D01* +X116999303Y-78436717D01* +X117179134Y-78289134D01* +X117326717Y-78109303D01* +X117436381Y-77904136D01* +X117503912Y-77681516D01* +X117526714Y-77450000D01* +X117503912Y-77218484D01* +X117436381Y-76995864D01* +X117326717Y-76790697D01* +X117179134Y-76610866D01* +X116999303Y-76463283D01* +X116794136Y-76353619D01* +X116571516Y-76286088D01* +X116398016Y-76269000D01* +X116281984Y-76269000D01* +X116108484Y-76286088D01* +X115885864Y-76353619D01* +X115680697Y-76463283D01* +X115500866Y-76610866D01* +X115353283Y-76790697D01* +X115243619Y-76995864D01* +X115176088Y-77218484D01* +X115153286Y-77450000D01* +X114982843Y-77450000D01* +X114982843Y-76650000D01* +X114975487Y-76575311D01* +X114953701Y-76503492D01* +X114918322Y-76437304D01* +X114870711Y-76379289D01* +X114812696Y-76331678D01* +X114746508Y-76296299D01* +X114674689Y-76274513D01* +X114600000Y-76267157D01* +X113000000Y-76267157D01* +X112925311Y-76274513D01* +X112853492Y-76296299D01* +X112787304Y-76331678D01* +X112729289Y-76379289D01* +X112696000Y-76419852D01* +X112696000Y-75314891D01* +X116680222Y-71330670D01* +X116699527Y-71314827D01* +X116762759Y-71237779D01* +X116809745Y-71149875D01* +X116838678Y-71054493D01* +X116846000Y-70980154D01* +X116846000Y-70980147D01* +X116848447Y-70955301D01* +X116846000Y-70930455D01* +X116846000Y-70898659D01* +X116999303Y-70816717D01* +X117179134Y-70669134D01* +X117326717Y-70489303D01* +X117436381Y-70284136D01* +X117503912Y-70061516D01* +X117526714Y-69830000D01* +X117693286Y-69830000D01* +X117716088Y-70061516D01* +X117783619Y-70284136D01* +X117893283Y-70489303D01* +X118040866Y-70669134D01* +X118220697Y-70816717D01* +X118425864Y-70926381D01* +X118648484Y-70993912D01* +X118821984Y-71011000D01* +X118938016Y-71011000D01* +X119111516Y-70993912D01* +X119334136Y-70926381D01* +X119539303Y-70816717D01* +X119719134Y-70669134D01* +X119866717Y-70489303D01* +X119976381Y-70284136D01* +X120043912Y-70061516D01* +X120066714Y-69830000D01* +X120233286Y-69830000D01* +X120256088Y-70061516D01* +X120323619Y-70284136D01* +X120433283Y-70489303D01* +X120580866Y-70669134D01* +X120760697Y-70816717D01* +X120965864Y-70926381D01* +X121188484Y-70993912D01* +X121361984Y-71011000D01* +X121478016Y-71011000D01* +X121651516Y-70993912D01* +X121874136Y-70926381D01* +X122079303Y-70816717D01* +X122259134Y-70669134D01* +X122406717Y-70489303D01* +X122516381Y-70284136D01* +X122583912Y-70061516D01* +X122606714Y-69830000D01* +X122773286Y-69830000D01* +X122796088Y-70061516D01* +X122863619Y-70284136D01* +X122973283Y-70489303D01* +X123120866Y-70669134D01* +X123300697Y-70816717D01* +X123505864Y-70926381D01* +X123728484Y-70993912D01* +X123901984Y-71011000D01* +X124018016Y-71011000D01* +X124191516Y-70993912D01* +X124414136Y-70926381D01* +X124619303Y-70816717D01* +X124799134Y-70669134D01* +X124946717Y-70489303D01* +X125056381Y-70284136D01* +X125123912Y-70061516D01* +X125146714Y-69830000D01* +X125313286Y-69830000D01* +X125336088Y-70061516D01* +X125403619Y-70284136D01* +X125513283Y-70489303D01* +X125660866Y-70669134D01* +X125840697Y-70816717D01* +X126045864Y-70926381D01* +X126268484Y-70993912D01* +X126441984Y-71011000D01* +X126558016Y-71011000D01* +X126731516Y-70993912D01* +X126954136Y-70926381D01* +X127159303Y-70816717D01* +X127339134Y-70669134D01* +X127486717Y-70489303D01* +X127596381Y-70284136D01* +X127663912Y-70061516D01* +X127686714Y-69830000D01* +X127663912Y-69598484D01* +X127596381Y-69375864D01* +X127486717Y-69170697D01* +X127339134Y-68990866D01* +X127159303Y-68843283D01* +X126954136Y-68733619D01* +X126731516Y-68666088D01* +X126558016Y-68649000D01* +X126441984Y-68649000D01* +X126268484Y-68666088D01* +X126045864Y-68733619D01* +X125840697Y-68843283D01* +X125660866Y-68990866D01* +X125513283Y-69170697D01* +X125403619Y-69375864D01* +X125336088Y-69598484D01* +X125313286Y-69830000D01* +X125146714Y-69830000D01* +X125123912Y-69598484D01* +X125056381Y-69375864D01* +X124946717Y-69170697D01* +X124799134Y-68990866D01* +X124619303Y-68843283D01* +X124414136Y-68733619D01* +X124191516Y-68666088D01* +X124018016Y-68649000D01* +X123901984Y-68649000D01* +X123728484Y-68666088D01* +X123505864Y-68733619D01* +X123300697Y-68843283D01* +X123120866Y-68990866D01* +X122973283Y-69170697D01* +X122863619Y-69375864D01* +X122796088Y-69598484D01* +X122773286Y-69830000D01* +X122606714Y-69830000D01* +X122583912Y-69598484D01* +X122516381Y-69375864D01* +X122406717Y-69170697D01* +X122259134Y-68990866D01* +X122079303Y-68843283D01* +X121874136Y-68733619D01* +X121651516Y-68666088D01* +X121478016Y-68649000D01* +X121361984Y-68649000D01* +X121188484Y-68666088D01* +X120965864Y-68733619D01* +X120760697Y-68843283D01* +X120580866Y-68990866D01* +X120433283Y-69170697D01* +X120323619Y-69375864D01* +X120256088Y-69598484D01* +X120233286Y-69830000D01* +X120066714Y-69830000D01* +X120043912Y-69598484D01* +X119976381Y-69375864D01* +X119866717Y-69170697D01* +X119719134Y-68990866D01* +X119539303Y-68843283D01* +X119334136Y-68733619D01* +X119111516Y-68666088D01* +X118938016Y-68649000D01* +X118821984Y-68649000D01* +X118648484Y-68666088D01* +X118425864Y-68733619D01* +X118220697Y-68843283D01* +X118040866Y-68990866D01* +X117893283Y-69170697D01* +X117783619Y-69375864D01* +X117716088Y-69598484D01* +X117693286Y-69830000D01* +X117526714Y-69830000D01* +X117503912Y-69598484D01* +X117436381Y-69375864D01* +X117326717Y-69170697D01* +X117179134Y-68990866D01* +X116999303Y-68843283D01* +X116794136Y-68733619D01* +X116571516Y-68666088D01* +X116398016Y-68649000D01* +X116281984Y-68649000D01* +X116108484Y-68666088D01* +X116063956Y-68679595D01* +X116196152Y-68547400D01* +X134603850Y-68547400D01* +X135685881Y-69629433D01* +G36* +X161066243Y-87602835D02* +G01* +X160865864Y-87663619D01* +X160660697Y-87773283D01* +X160480866Y-87920866D01* +X160333283Y-88100697D01* +X160223619Y-88305864D01* +X160156088Y-88528484D01* +X160133286Y-88760000D01* +X160156088Y-88991516D01* +X160206548Y-89157861D01* +X160179784Y-89184625D01* +X160179779Y-89184629D01* +X155392709Y-93971700D01* +X146102854Y-93971700D01* +X146078000Y-93969252D01* +X146053146Y-93971700D01* +X145978807Y-93979022D01* +X145883425Y-94007955D01* +X145795521Y-94054941D01* +X145718473Y-94118173D01* +X145702629Y-94137479D01* +X130526979Y-109313130D01* +X130491662Y-109257000D01* +X129297000Y-109257000D01* +X129297000Y-109277000D01* +X128783000Y-109277000D01* +X128783000Y-109257000D01* +X128763000Y-109257000D01* +X128763000Y-108743000D01* +X128783000Y-108743000D01* +X128783000Y-107551370D01* +X129297000Y-107551370D01* +X129297000Y-108743000D01* +X130491662Y-108743000D01* +X130654581Y-108484072D01* +X130522905Y-108178996D01* +X130334241Y-107905471D01* +X130095841Y-107674008D01* +X129816865Y-107493502D01* +X129555927Y-107385428D01* +X129297000Y-107551370D01* +X128783000Y-107551370D01* +X128524073Y-107385428D01* +X128263135Y-107493502D01* +X127984159Y-107674008D01* +X127745759Y-107905471D01* +X127557095Y-108178996D01* +X127487041Y-108341303D01* +X127486717Y-108340697D01* +X127339134Y-108160866D01* +X127159303Y-108013283D01* +X126954136Y-107903619D01* +X126731516Y-107836088D01* +X126558016Y-107819000D01* +X126441984Y-107819000D01* +X126268484Y-107836088D01* +X126045864Y-107903619D01* +X125840697Y-108013283D01* +X125660866Y-108160866D01* +X125513283Y-108340697D01* +X125403619Y-108545864D01* +X125336088Y-108768484D01* +X125313286Y-109000000D01* +X125336088Y-109231516D01* +X125403619Y-109454136D01* +X125513283Y-109659303D01* +X125660866Y-109839134D01* +X125840697Y-109986717D01* +X126045864Y-110096381D01* +X126235845Y-110154011D01* +X124224155Y-110154011D01* +X124414136Y-110096381D01* +X124619303Y-109986717D01* +X124799134Y-109839134D01* +X124946717Y-109659303D01* +X125056381Y-109454136D01* +X125123912Y-109231516D01* +X125146714Y-109000000D01* +X125123912Y-108768484D01* +X125056381Y-108545864D01* +X124946717Y-108340697D01* +X124799134Y-108160866D01* +X124728606Y-108102985D01* +X136373120Y-96458472D01* +X136392427Y-96442627D01* +X136455659Y-96365579D01* +X136502645Y-96277675D01* +X136531578Y-96182293D01* +X136538900Y-96107954D01* +X136538900Y-96107953D01* +X136541348Y-96083100D01* +X136538900Y-96058246D01* +X136538900Y-92855554D01* +X136541348Y-92830700D01* +X136531578Y-92731507D01* +X136502645Y-92636125D01* +X136489643Y-92611800D01* +X136455659Y-92548221D01* +X136392427Y-92471173D01* +X136373120Y-92455328D01* +X135829000Y-91911209D01* +X135829000Y-91867400D01* +X135868222Y-91867400D01* +X136019109Y-91837387D01* +X136161242Y-91778513D01* +X136289159Y-91693042D01* +X136397942Y-91584259D01* +X136483413Y-91456342D01* +X136542287Y-91314209D01* +X136572300Y-91163322D01* +X136572300Y-91009478D01* +X136542287Y-90858591D01* +X136535290Y-90841700D01* +X154572254Y-90841700D01* +X154597100Y-90844147D01* +X154621946Y-90841700D01* +X154621954Y-90841700D01* +X154696293Y-90834378D01* +X154696529Y-90834307D01* +X154784978Y-90851900D01* +X154938822Y-90851900D01* +X155089709Y-90821887D01* +X155231842Y-90763013D01* +X155359759Y-90677542D01* +X155468542Y-90568759D01* +X155554013Y-90440842D01* +X155612887Y-90298709D01* +X155642900Y-90147822D01* +X155642900Y-89993978D01* +X155612887Y-89843091D01* +X155568986Y-89737106D01* +X155580697Y-89746717D01* +X155785864Y-89856381D01* +X156008484Y-89923912D01* +X156181984Y-89941000D01* +X156298016Y-89941000D01* +X156471516Y-89923912D01* +X156694136Y-89856381D01* +X156899303Y-89746717D01* +X157079134Y-89599134D01* +X157226717Y-89419303D01* +X157336381Y-89214136D01* +X157403912Y-88991516D01* +X157426714Y-88760000D01* +X157593286Y-88760000D01* +X157616088Y-88991516D01* +X157683619Y-89214136D01* +X157793283Y-89419303D01* +X157940866Y-89599134D01* +X158120697Y-89746717D01* +X158325864Y-89856381D01* +X158548484Y-89923912D01* +X158721984Y-89941000D01* +X158838016Y-89941000D01* +X159011516Y-89923912D01* +X159234136Y-89856381D01* +X159439303Y-89746717D01* +X159619134Y-89599134D01* +X159766717Y-89419303D01* +X159876381Y-89214136D01* +X159943912Y-88991516D01* +X159966714Y-88760000D01* +X159943912Y-88528484D01* +X159876381Y-88305864D01* +X159766717Y-88100697D01* +X159619134Y-87920866D01* +X159439303Y-87773283D01* +X159234136Y-87663619D01* +X159011516Y-87596088D01* +X158838016Y-87579000D01* +X158721984Y-87579000D01* +X158548484Y-87596088D01* +X158325864Y-87663619D01* +X158120697Y-87773283D01* +X157940866Y-87920866D01* +X157793283Y-88100697D01* +X157683619Y-88305864D01* +X157616088Y-88528484D01* +X157593286Y-88760000D01* +X157426714Y-88760000D01* +X157403912Y-88528484D01* +X157336381Y-88305864D01* +X157226717Y-88100697D01* +X157079134Y-87920866D01* +X156899303Y-87773283D01* +X156694136Y-87663619D01* +X156471516Y-87596088D01* +X156298016Y-87579000D01* +X156181984Y-87579000D01* +X156008484Y-87596088D01* +X155785864Y-87663619D01* +X155580697Y-87773283D01* +X155400866Y-87920866D01* +X155253283Y-88100697D01* +X155143619Y-88305864D01* +X155076088Y-88528484D01* +X155053286Y-88760000D01* +X155076088Y-88991516D01* +X155143619Y-89214136D01* +X155231566Y-89378672D01* +X155089709Y-89319913D01* +X154938822Y-89289900D01* +X154784978Y-89289900D01* +X154752423Y-89296376D01* +X154796381Y-89214136D01* +X154863912Y-88991516D01* +X154886714Y-88760000D01* +X154863912Y-88528484D01* +X154796381Y-88305864D01* +X154686717Y-88100697D01* +X154539134Y-87920866D01* +X154359303Y-87773283D01* +X154154136Y-87663619D01* +X153931516Y-87596088D01* +X153758016Y-87579000D01* +X153641984Y-87579000D01* +X153468484Y-87596088D01* +X153245864Y-87663619D01* +X153040697Y-87773283D01* +X152860866Y-87920866D01* +X152713283Y-88100697D01* +X152603619Y-88305864D01* +X152598064Y-88324176D01* +X152573621Y-88337241D01* +X152496573Y-88400473D01* +X152480730Y-88419778D01* +X152328226Y-88572282D01* +X152323912Y-88528484D01* +X152256381Y-88305864D01* +X152146717Y-88100697D01* +X151999134Y-87920866D01* +X151819303Y-87773283D01* +X151614136Y-87663619D01* +X151391516Y-87596088D01* +X151218016Y-87579000D01* +X151101984Y-87579000D01* +X150928484Y-87596088D01* +X150705864Y-87663619D01* +X150500697Y-87773283D01* +X150320866Y-87920866D01* +X150262986Y-87991394D01* +X145906391Y-83634800D01* +X157098209Y-83634800D01* +X161066243Y-87602835D01* +X161066243Y-87602835D01* +G37* +X161066243Y-87602835D02* +X160865864Y-87663619D01* +X160660697Y-87773283D01* +X160480866Y-87920866D01* +X160333283Y-88100697D01* +X160223619Y-88305864D01* +X160156088Y-88528484D01* +X160133286Y-88760000D01* +X160156088Y-88991516D01* +X160206548Y-89157861D01* +X160179784Y-89184625D01* +X160179779Y-89184629D01* +X155392709Y-93971700D01* +X146102854Y-93971700D01* +X146078000Y-93969252D01* +X146053146Y-93971700D01* +X145978807Y-93979022D01* +X145883425Y-94007955D01* +X145795521Y-94054941D01* +X145718473Y-94118173D01* +X145702629Y-94137479D01* +X130526979Y-109313130D01* +X130491662Y-109257000D01* +X129297000Y-109257000D01* +X129297000Y-109277000D01* +X128783000Y-109277000D01* +X128783000Y-109257000D01* +X128763000Y-109257000D01* +X128763000Y-108743000D01* +X128783000Y-108743000D01* +X128783000Y-107551370D01* +X129297000Y-107551370D01* +X129297000Y-108743000D01* +X130491662Y-108743000D01* +X130654581Y-108484072D01* +X130522905Y-108178996D01* +X130334241Y-107905471D01* +X130095841Y-107674008D01* +X129816865Y-107493502D01* +X129555927Y-107385428D01* +X129297000Y-107551370D01* +X128783000Y-107551370D01* +X128524073Y-107385428D01* +X128263135Y-107493502D01* +X127984159Y-107674008D01* +X127745759Y-107905471D01* +X127557095Y-108178996D01* +X127487041Y-108341303D01* +X127486717Y-108340697D01* +X127339134Y-108160866D01* +X127159303Y-108013283D01* +X126954136Y-107903619D01* +X126731516Y-107836088D01* +X126558016Y-107819000D01* +X126441984Y-107819000D01* +X126268484Y-107836088D01* +X126045864Y-107903619D01* +X125840697Y-108013283D01* +X125660866Y-108160866D01* +X125513283Y-108340697D01* +X125403619Y-108545864D01* +X125336088Y-108768484D01* +X125313286Y-109000000D01* +X125336088Y-109231516D01* +X125403619Y-109454136D01* +X125513283Y-109659303D01* +X125660866Y-109839134D01* +X125840697Y-109986717D01* +X126045864Y-110096381D01* +X126235845Y-110154011D01* +X124224155Y-110154011D01* +X124414136Y-110096381D01* +X124619303Y-109986717D01* +X124799134Y-109839134D01* +X124946717Y-109659303D01* +X125056381Y-109454136D01* +X125123912Y-109231516D01* +X125146714Y-109000000D01* +X125123912Y-108768484D01* +X125056381Y-108545864D01* +X124946717Y-108340697D01* +X124799134Y-108160866D01* +X124728606Y-108102985D01* +X136373120Y-96458472D01* +X136392427Y-96442627D01* +X136455659Y-96365579D01* +X136502645Y-96277675D01* +X136531578Y-96182293D01* +X136538900Y-96107954D01* +X136538900Y-96107953D01* +X136541348Y-96083100D01* +X136538900Y-96058246D01* +X136538900Y-92855554D01* +X136541348Y-92830700D01* +X136531578Y-92731507D01* +X136502645Y-92636125D01* +X136489643Y-92611800D01* +X136455659Y-92548221D01* +X136392427Y-92471173D01* +X136373120Y-92455328D01* +X135829000Y-91911209D01* +X135829000Y-91867400D01* +X135868222Y-91867400D01* +X136019109Y-91837387D01* +X136161242Y-91778513D01* +X136289159Y-91693042D01* +X136397942Y-91584259D01* +X136483413Y-91456342D01* +X136542287Y-91314209D01* +X136572300Y-91163322D01* +X136572300Y-91009478D01* +X136542287Y-90858591D01* +X136535290Y-90841700D01* +X154572254Y-90841700D01* +X154597100Y-90844147D01* +X154621946Y-90841700D01* +X154621954Y-90841700D01* +X154696293Y-90834378D01* +X154696529Y-90834307D01* +X154784978Y-90851900D01* +X154938822Y-90851900D01* +X155089709Y-90821887D01* +X155231842Y-90763013D01* +X155359759Y-90677542D01* +X155468542Y-90568759D01* +X155554013Y-90440842D01* +X155612887Y-90298709D01* +X155642900Y-90147822D01* +X155642900Y-89993978D01* +X155612887Y-89843091D01* +X155568986Y-89737106D01* +X155580697Y-89746717D01* +X155785864Y-89856381D01* +X156008484Y-89923912D01* +X156181984Y-89941000D01* +X156298016Y-89941000D01* +X156471516Y-89923912D01* +X156694136Y-89856381D01* +X156899303Y-89746717D01* +X157079134Y-89599134D01* +X157226717Y-89419303D01* +X157336381Y-89214136D01* +X157403912Y-88991516D01* +X157426714Y-88760000D01* +X157593286Y-88760000D01* +X157616088Y-88991516D01* +X157683619Y-89214136D01* +X157793283Y-89419303D01* +X157940866Y-89599134D01* +X158120697Y-89746717D01* +X158325864Y-89856381D01* +X158548484Y-89923912D01* +X158721984Y-89941000D01* +X158838016Y-89941000D01* +X159011516Y-89923912D01* +X159234136Y-89856381D01* +X159439303Y-89746717D01* +X159619134Y-89599134D01* +X159766717Y-89419303D01* +X159876381Y-89214136D01* +X159943912Y-88991516D01* +X159966714Y-88760000D01* +X159943912Y-88528484D01* +X159876381Y-88305864D01* +X159766717Y-88100697D01* +X159619134Y-87920866D01* +X159439303Y-87773283D01* +X159234136Y-87663619D01* +X159011516Y-87596088D01* +X158838016Y-87579000D01* +X158721984Y-87579000D01* +X158548484Y-87596088D01* +X158325864Y-87663619D01* +X158120697Y-87773283D01* +X157940866Y-87920866D01* +X157793283Y-88100697D01* +X157683619Y-88305864D01* +X157616088Y-88528484D01* +X157593286Y-88760000D01* +X157426714Y-88760000D01* +X157403912Y-88528484D01* +X157336381Y-88305864D01* +X157226717Y-88100697D01* +X157079134Y-87920866D01* +X156899303Y-87773283D01* +X156694136Y-87663619D01* +X156471516Y-87596088D01* +X156298016Y-87579000D01* +X156181984Y-87579000D01* +X156008484Y-87596088D01* +X155785864Y-87663619D01* +X155580697Y-87773283D01* +X155400866Y-87920866D01* +X155253283Y-88100697D01* +X155143619Y-88305864D01* +X155076088Y-88528484D01* +X155053286Y-88760000D01* +X155076088Y-88991516D01* +X155143619Y-89214136D01* +X155231566Y-89378672D01* +X155089709Y-89319913D01* +X154938822Y-89289900D01* +X154784978Y-89289900D01* +X154752423Y-89296376D01* +X154796381Y-89214136D01* +X154863912Y-88991516D01* +X154886714Y-88760000D01* +X154863912Y-88528484D01* +X154796381Y-88305864D01* +X154686717Y-88100697D01* +X154539134Y-87920866D01* +X154359303Y-87773283D01* +X154154136Y-87663619D01* +X153931516Y-87596088D01* +X153758016Y-87579000D01* +X153641984Y-87579000D01* +X153468484Y-87596088D01* +X153245864Y-87663619D01* +X153040697Y-87773283D01* +X152860866Y-87920866D01* +X152713283Y-88100697D01* +X152603619Y-88305864D01* +X152598064Y-88324176D01* +X152573621Y-88337241D01* +X152496573Y-88400473D01* +X152480730Y-88419778D01* +X152328226Y-88572282D01* +X152323912Y-88528484D01* +X152256381Y-88305864D01* +X152146717Y-88100697D01* +X151999134Y-87920866D01* +X151819303Y-87773283D01* +X151614136Y-87663619D01* +X151391516Y-87596088D01* +X151218016Y-87579000D01* +X151101984Y-87579000D01* +X150928484Y-87596088D01* +X150705864Y-87663619D01* +X150500697Y-87773283D01* +X150320866Y-87920866D01* +X150262986Y-87991394D01* +X145906391Y-83634800D01* +X157098209Y-83634800D01* +X161066243Y-87602835D01* +G36* +X134267000Y-91768878D02* +G01* +X134267000Y-91922722D01* +X134297013Y-92073609D01* +X134355887Y-92215742D01* +X134441358Y-92343659D01* +X134550141Y-92452442D01* +X134678058Y-92537913D01* +X134820191Y-92596787D01* +X134971078Y-92626800D01* +X135113409Y-92626800D01* +X135116720Y-92630111D01* +X135057891Y-92641813D01* +X134915758Y-92700687D01* +X134787841Y-92786158D01* +X134679058Y-92894941D01* +X134593587Y-93022858D01* +X134534713Y-93164991D01* +X134504700Y-93315878D01* +X134504700Y-93458208D01* +X131293209Y-96669700D01* +X131193203Y-96428264D01* +X130891951Y-96361502D01* +X130043453Y-97210000D01* +X130057595Y-97224142D01* +X129694142Y-97587595D01* +X129680000Y-97573453D01* +X128831502Y-98421951D01* +X128898264Y-98723203D01* +X129142522Y-98820387D01* +X127376506Y-100586403D01* +X127339134Y-100540866D01* +X127159303Y-100393283D01* +X126954136Y-100283619D01* +X126731516Y-100216088D01* +X126563547Y-100199545D01* +X128894820Y-97868272D01* +X128914127Y-97852427D01* +X128977359Y-97775379D01* +X129024345Y-97687475D01* +X129053278Y-97592093D01* +X129060600Y-97517754D01* +X129060600Y-97517747D01* +X129063047Y-97492901D01* +X129060600Y-97468055D01* +X129060600Y-97465947D01* +X129316547Y-97210000D01* +X129060600Y-96954053D01* +X129060600Y-96953491D01* +X129423772Y-96590319D01* +X129680000Y-96846547D01* +X130528498Y-95998049D01* +X130461736Y-95696797D01* +X130358406Y-95655685D01* +X134272409Y-91741682D01* +X134267000Y-91768878D01* +X134267000Y-91768878D01* +G37* +X134267000Y-91768878D02* +X134267000Y-91922722D01* +X134297013Y-92073609D01* +X134355887Y-92215742D01* +X134441358Y-92343659D01* +X134550141Y-92452442D01* +X134678058Y-92537913D01* +X134820191Y-92596787D01* +X134971078Y-92626800D01* +X135113409Y-92626800D01* +X135116720Y-92630111D01* +X135057891Y-92641813D01* +X134915758Y-92700687D01* +X134787841Y-92786158D01* +X134679058Y-92894941D01* +X134593587Y-93022858D01* +X134534713Y-93164991D01* +X134504700Y-93315878D01* +X134504700Y-93458208D01* +X131293209Y-96669700D01* +X131193203Y-96428264D01* +X130891951Y-96361502D01* +X130043453Y-97210000D01* +X130057595Y-97224142D01* +X129694142Y-97587595D01* +X129680000Y-97573453D01* +X128831502Y-98421951D01* +X128898264Y-98723203D01* +X129142522Y-98820387D01* +X127376506Y-100586403D01* +X127339134Y-100540866D01* +X127159303Y-100393283D01* +X126954136Y-100283619D01* +X126731516Y-100216088D01* +X126563547Y-100199545D01* +X128894820Y-97868272D01* +X128914127Y-97852427D01* +X128977359Y-97775379D01* +X129024345Y-97687475D01* +X129053278Y-97592093D01* +X129060600Y-97517754D01* +X129060600Y-97517747D01* +X129063047Y-97492901D01* +X129060600Y-97468055D01* +X129060600Y-97465947D01* +X129316547Y-97210000D01* +X129060600Y-96954053D01* +X129060600Y-96953491D01* +X129423772Y-96590319D01* +X129680000Y-96846547D01* +X130528498Y-95998049D01* +X130461736Y-95696797D01* +X130358406Y-95655685D01* +X134272409Y-91741682D01* +X134267000Y-91768878D01* +G36* +X129297000Y-92993000D02* +G01* +X129317000Y-92993000D01* +X129317000Y-93507000D01* +X129297000Y-93507000D01* +X129297000Y-93527000D01* +X128783000Y-93527000D01* +X128783000Y-93507000D01* +X128763000Y-93507000D01* +X128763000Y-92993000D01* +X128783000Y-92993000D01* +X128783000Y-92973000D01* +X129297000Y-92973000D01* +X129297000Y-92993000D01* +X129297000Y-92993000D01* +G37* +X129297000Y-92993000D02* +X129317000Y-92993000D01* +X129317000Y-93507000D01* +X129297000Y-93507000D01* +X129297000Y-93527000D01* +X128783000Y-93527000D01* +X128783000Y-93507000D01* +X128763000Y-93507000D01* +X128763000Y-92993000D01* +X128783000Y-92993000D01* +X128783000Y-92973000D01* +X129297000Y-92973000D01* +X129297000Y-92993000D01* +G36* +X128887595Y-65105858D02* +G01* +X128873453Y-65120000D01* +X128887595Y-65134142D01* +X128524142Y-65497595D01* +X128510000Y-65483453D01* +X128495858Y-65497595D01* +X128132405Y-65134142D01* +X128146547Y-65120000D01* +X128132405Y-65105858D01* +X128495858Y-64742405D01* +X128510000Y-64756547D01* +X128524142Y-64742405D01* +X128887595Y-65105858D01* +X128887595Y-65105858D01* +G37* +X128887595Y-65105858D02* +X128873453Y-65120000D01* +X128887595Y-65134142D01* +X128524142Y-65497595D01* +X128510000Y-65483453D01* +X128495858Y-65497595D01* +X128132405Y-65134142D01* +X128146547Y-65120000D01* +X128132405Y-65105858D01* +X128495858Y-64742405D01* +X128510000Y-64756547D01* +X128524142Y-64742405D01* +X128887595Y-65105858D01* +G36* +X177897000Y-59203000D02* +G01* +X179071250Y-59203000D01* +X179090129Y-59184121D01* +X180291599Y-60385590D01* +X180262254Y-60382700D01* +X180262246Y-60382700D01* +X180237400Y-60380253D01* +X180212554Y-60382700D01* +X179283307Y-60382700D01* +X179299331Y-60220000D01* +X179295000Y-59940750D01* +X179071250Y-59717000D01* +X177897000Y-59717000D01* +X177897000Y-59737000D01* +X177383000Y-59737000D01* +X177383000Y-59717000D01* +X177363000Y-59717000D01* +X177363000Y-59203000D01* +X177383000Y-59203000D01* +X177383000Y-58862500D01* +X177897000Y-58862500D01* +X177897000Y-59203000D01* +X177897000Y-59203000D01* +G37* +X177897000Y-59203000D02* +X179071250Y-59203000D01* +X179090129Y-59184121D01* +X180291599Y-60385590D01* +X180262254Y-60382700D01* +X180262246Y-60382700D01* +X180237400Y-60380253D01* +X180212554Y-60382700D01* +X179283307Y-60382700D01* +X179299331Y-60220000D01* +X179295000Y-59940750D01* +X179071250Y-59717000D01* +X177897000Y-59717000D01* +X177897000Y-59737000D01* +X177383000Y-59737000D01* +X177383000Y-59717000D01* +X177363000Y-59717000D01* +X177363000Y-59203000D01* +X177383000Y-59203000D01* +X177383000Y-58862500D01* +X177897000Y-58862500D01* +X177897000Y-59203000D01* +G36* +X172937595Y-59445858D02* +G01* +X172923453Y-59460000D01* +X172937595Y-59474142D01* +X172574142Y-59837595D01* +X172560000Y-59823453D01* +X172545858Y-59837595D01* +X172182405Y-59474142D01* +X172196547Y-59460000D01* +X172182405Y-59445858D01* +X172545858Y-59082405D01* +X172560000Y-59096547D01* +X172574142Y-59082405D01* +X172937595Y-59445858D01* +X172937595Y-59445858D01* +G37* +X172937595Y-59445858D02* +X172923453Y-59460000D01* +X172937595Y-59474142D01* +X172574142Y-59837595D01* +X172560000Y-59823453D01* +X172545858Y-59837595D01* +X172182405Y-59474142D01* +X172196547Y-59460000D01* +X172182405Y-59445858D01* +X172545858Y-59082405D01* +X172560000Y-59096547D01* +X172574142Y-59082405D01* +X172937595Y-59445858D01* +G36* +X175477595Y-59445858D02* +G01* +X175463453Y-59460000D01* +X175477595Y-59474142D01* +X175114142Y-59837595D01* +X175100000Y-59823453D01* +X175085858Y-59837595D01* +X174722405Y-59474142D01* +X174736547Y-59460000D01* +X174722405Y-59445858D01* +X175085858Y-59082405D01* +X175100000Y-59096547D01* +X175114142Y-59082405D01* +X175477595Y-59445858D01* +X175477595Y-59445858D01* +G37* +X175477595Y-59445858D02* +X175463453Y-59460000D01* +X175477595Y-59474142D01* +X175114142Y-59837595D01* +X175100000Y-59823453D01* +X175085858Y-59837595D01* +X174722405Y-59474142D01* +X174736547Y-59460000D01* +X174722405Y-59445858D01* +X175085858Y-59082405D01* +X175100000Y-59096547D01* +X175114142Y-59082405D01* +X175477595Y-59445858D01* +G36* +X167857595Y-59445858D02* +G01* +X167843453Y-59460000D01* +X167857595Y-59474142D01* +X167494142Y-59837595D01* +X167480000Y-59823453D01* +X167465858Y-59837595D01* +X167102405Y-59474142D01* +X167116547Y-59460000D01* +X167102405Y-59445858D01* +X167465858Y-59082405D01* +X167480000Y-59096547D01* +X167494142Y-59082405D01* +X167857595Y-59445858D01* +X167857595Y-59445858D01* +G37* +X167857595Y-59445858D02* +X167843453Y-59460000D01* +X167857595Y-59474142D01* +X167494142Y-59837595D01* +X167480000Y-59823453D01* +X167465858Y-59837595D01* +X167102405Y-59474142D01* +X167116547Y-59460000D01* +X167102405Y-59445858D01* +X167465858Y-59082405D01* +X167480000Y-59096547D01* +X167494142Y-59082405D01* +X167857595Y-59445858D01* +G36* +X170397595Y-59445858D02* +G01* +X170383453Y-59460000D01* +X170397595Y-59474142D01* +X170034142Y-59837595D01* +X170020000Y-59823453D01* +X170005858Y-59837595D01* +X169642405Y-59474142D01* +X169656547Y-59460000D01* +X169642405Y-59445858D01* +X170005858Y-59082405D01* +X170020000Y-59096547D01* +X170034142Y-59082405D01* +X170397595Y-59445858D01* +X170397595Y-59445858D01* +G37* +X170397595Y-59445858D02* +X170383453Y-59460000D01* +X170397595Y-59474142D01* +X170034142Y-59837595D01* +X170020000Y-59823453D01* +X170005858Y-59837595D01* +X169642405Y-59474142D01* +X169656547Y-59460000D01* +X169642405Y-59445858D01* +X170005858Y-59082405D01* +X170020000Y-59096547D01* +X170034142Y-59082405D01* +X170397595Y-59445858D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-B_Mask.gbr b/kicad/Output/v1.0/SFD800-B_Mask.gbr new file mode 100644 index 0000000..990785f --- /dev/null +++ b/kicad/Output/v1.0/SFD800-B_Mask.gbr @@ -0,0 +1,11006 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Soldermask,Bot* +G04 #@! TF.FilePolarity,Negative* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.100000*% +G04 APERTURE END LIST* +D10* +G36* +X190271000Y-144704200D02* +G01* +X188669000Y-144704200D01* +X188669000Y-131602200D01* +X190271000Y-131602200D01* +X190271000Y-144704200D01* +X190271000Y-144704200D01* +G37* +G36* +X187731000Y-144704200D02* +G01* +X186129000Y-144704200D01* +X186129000Y-131602200D01* +X187731000Y-131602200D01* +X187731000Y-144704200D01* +X187731000Y-144704200D01* +G37* +G36* +X185191000Y-144704200D02* +G01* +X183589000Y-144704200D01* +X183589000Y-131602200D01* +X185191000Y-131602200D01* +X185191000Y-144704200D01* +X185191000Y-144704200D01* +G37* +G36* +X182651000Y-144704200D02* +G01* +X181049000Y-144704200D01* +X181049000Y-131602200D01* +X182651000Y-131602200D01* +X182651000Y-144704200D01* +X182651000Y-144704200D01* +G37* +G36* +X180111000Y-144704200D02* +G01* +X178509000Y-144704200D01* +X178509000Y-131602200D01* +X180111000Y-131602200D01* +X180111000Y-144704200D01* +X180111000Y-144704200D01* +G37* +G36* +X177571000Y-144704200D02* +G01* +X175969000Y-144704200D01* +X175969000Y-131602200D01* +X177571000Y-131602200D01* +X177571000Y-144704200D01* +X177571000Y-144704200D01* +G37* +G36* +X175031000Y-144704200D02* +G01* +X173429000Y-144704200D01* +X173429000Y-131602200D01* +X175031000Y-131602200D01* +X175031000Y-144704200D01* +X175031000Y-144704200D01* +G37* +G36* +X172491000Y-144704200D02* +G01* +X170889000Y-144704200D01* +X170889000Y-131602200D01* +X172491000Y-131602200D01* +X172491000Y-144704200D01* +X172491000Y-144704200D01* +G37* +G36* +X169951000Y-144704200D02* +G01* +X168349000Y-144704200D01* +X168349000Y-131602200D01* +X169951000Y-131602200D01* +X169951000Y-144704200D01* +X169951000Y-144704200D01* +G37* +G36* +X167411000Y-144704200D02* +G01* +X165809000Y-144704200D01* +X165809000Y-131602200D01* +X167411000Y-131602200D01* +X167411000Y-144704200D01* +X167411000Y-144704200D01* +G37* +G36* +X164871000Y-144704200D02* +G01* +X163269000Y-144704200D01* +X163269000Y-131602200D01* +X164871000Y-131602200D01* +X164871000Y-144704200D01* +X164871000Y-144704200D01* +G37* +G36* +X162331000Y-144704200D02* +G01* +X160729000Y-144704200D01* +X160729000Y-131602200D01* +X162331000Y-131602200D01* +X162331000Y-144704200D01* +X162331000Y-144704200D01* +G37* +G36* +X159791000Y-144704200D02* +G01* +X158189000Y-144704200D01* +X158189000Y-131602200D01* +X159791000Y-131602200D01* +X159791000Y-144704200D01* +X159791000Y-144704200D01* +G37* +G36* +X157251000Y-144704200D02* +G01* +X155649000Y-144704200D01* +X155649000Y-131602200D01* +X157251000Y-131602200D01* +X157251000Y-144704200D01* +X157251000Y-144704200D01* +G37* +G36* +X154711000Y-144704200D02* +G01* +X153109000Y-144704200D01* +X153109000Y-131602200D01* +X154711000Y-131602200D01* +X154711000Y-144704200D01* +X154711000Y-144704200D01* +G37* +G36* +X152171000Y-144704200D02* +G01* +X150569000Y-144704200D01* +X150569000Y-131602200D01* +X152171000Y-131602200D01* +X152171000Y-144704200D01* +X152171000Y-144704200D01* +G37* +G36* +X149631000Y-144704200D02* +G01* +X148029000Y-144704200D01* +X148029000Y-131602200D01* +X149631000Y-131602200D01* +X149631000Y-144704200D01* +X149631000Y-144704200D01* +G37* +G36* +X147091000Y-144704200D02* +G01* +X145489000Y-144704200D01* +X145489000Y-131602200D01* +X147091000Y-131602200D01* +X147091000Y-144704200D01* +X147091000Y-144704200D01* +G37* +G36* +X144551000Y-144704200D02* +G01* +X142949000Y-144704200D01* +X142949000Y-131602200D01* +X144551000Y-131602200D01* +X144551000Y-144704200D01* +X144551000Y-144704200D01* +G37* +G36* +X142011000Y-144704200D02* +G01* +X140409000Y-144704200D01* +X140409000Y-131602200D01* +X142011000Y-131602200D01* +X142011000Y-144704200D01* +X142011000Y-144704200D01* +G37* +G36* +X139471000Y-144704200D02* +G01* +X137869000Y-144704200D01* +X137869000Y-131602200D01* +X139471000Y-131602200D01* +X139471000Y-144704200D01* +X139471000Y-144704200D01* +G37* +G36* +X136931000Y-144704200D02* +G01* +X135329000Y-144704200D01* +X135329000Y-131602200D01* +X136931000Y-131602200D01* +X136931000Y-144704200D01* +X136931000Y-144704200D01* +G37* +G36* +X190738228Y-129151703D02* +G01* +X190893100Y-129215853D01* +X191032481Y-129308985D01* +X191151015Y-129427519D01* +X191244147Y-129566900D01* +X191308297Y-129721772D01* +X191341000Y-129886184D01* +X191341000Y-130053816D01* +X191308297Y-130218228D01* +X191244147Y-130373100D01* +X191151015Y-130512481D01* +X191032481Y-130631015D01* +X190893100Y-130724147D01* +X190738228Y-130788297D01* +X190573816Y-130821000D01* +X190406184Y-130821000D01* +X190241772Y-130788297D01* +X190086900Y-130724147D01* +X189947519Y-130631015D01* +X189828985Y-130512481D01* +X189735853Y-130373100D01* +X189671703Y-130218228D01* +X189639000Y-130053816D01* +X189639000Y-129886184D01* +X189671703Y-129721772D01* +X189735853Y-129566900D01* +X189828985Y-129427519D01* +X189947519Y-129308985D01* +X190086900Y-129215853D01* +X190241772Y-129151703D01* +X190406184Y-129119000D01* +X190573816Y-129119000D01* +X190738228Y-129151703D01* +X190738228Y-129151703D01* +G37* +G36* +X193238228Y-129151703D02* +G01* +X193393100Y-129215853D01* +X193532481Y-129308985D01* +X193651015Y-129427519D01* +X193744147Y-129566900D01* +X193808297Y-129721772D01* +X193841000Y-129886184D01* +X193841000Y-130053816D01* +X193808297Y-130218228D01* +X193744147Y-130373100D01* +X193651015Y-130512481D01* +X193532481Y-130631015D01* +X193393100Y-130724147D01* +X193238228Y-130788297D01* +X193073816Y-130821000D01* +X192906184Y-130821000D01* +X192741772Y-130788297D01* +X192586900Y-130724147D01* +X192447519Y-130631015D01* +X192328985Y-130512481D01* +X192235853Y-130373100D01* +X192171703Y-130218228D01* +X192139000Y-130053816D01* +X192139000Y-129886184D01* +X192171703Y-129721772D01* +X192235853Y-129566900D01* +X192328985Y-129427519D01* +X192447519Y-129308985D01* +X192586900Y-129215853D01* +X192741772Y-129151703D01* +X192906184Y-129119000D01* +X193073816Y-129119000D01* +X193238228Y-129151703D01* +X193238228Y-129151703D01* +G37* +G36* +X193218228Y-126091703D02* +G01* +X193373100Y-126155853D01* +X193512481Y-126248985D01* +X193631015Y-126367519D01* +X193724147Y-126506900D01* +X193788297Y-126661772D01* +X193821000Y-126826184D01* +X193821000Y-126993816D01* +X193788297Y-127158228D01* +X193724147Y-127313100D01* +X193631015Y-127452481D01* +X193512481Y-127571015D01* +X193373100Y-127664147D01* +X193218228Y-127728297D01* +X193053816Y-127761000D01* +X192886184Y-127761000D01* +X192721772Y-127728297D01* +X192566900Y-127664147D01* +X192427519Y-127571015D01* +X192308985Y-127452481D01* +X192215853Y-127313100D01* +X192151703Y-127158228D01* +X192119000Y-126993816D01* +X192119000Y-126826184D01* +X192151703Y-126661772D01* +X192215853Y-126506900D01* +X192308985Y-126367519D01* +X192427519Y-126248985D01* +X192566900Y-126155853D01* +X192721772Y-126091703D01* +X192886184Y-126059000D01* +X193053816Y-126059000D01* +X193218228Y-126091703D01* +X193218228Y-126091703D01* +G37* +G36* +X190718228Y-126091703D02* +G01* +X190873100Y-126155853D01* +X191012481Y-126248985D01* +X191131015Y-126367519D01* +X191224147Y-126506900D01* +X191288297Y-126661772D01* +X191321000Y-126826184D01* +X191321000Y-126993816D01* +X191288297Y-127158228D01* +X191224147Y-127313100D01* +X191131015Y-127452481D01* +X191012481Y-127571015D01* +X190873100Y-127664147D01* +X190718228Y-127728297D01* +X190553816Y-127761000D01* +X190386184Y-127761000D01* +X190221772Y-127728297D01* +X190066900Y-127664147D01* +X189927519Y-127571015D01* +X189808985Y-127452481D01* +X189715853Y-127313100D01* +X189651703Y-127158228D01* +X189619000Y-126993816D01* +X189619000Y-126826184D01* +X189651703Y-126661772D01* +X189715853Y-126506900D01* +X189808985Y-126367519D01* +X189927519Y-126248985D01* +X190066900Y-126155853D01* +X190221772Y-126091703D01* +X190386184Y-126059000D01* +X190553816Y-126059000D01* +X190718228Y-126091703D01* +X190718228Y-126091703D01* +G37* +G36* +X147866823Y-123161313D02* +G01* +X148027242Y-123209976D01* +X148159906Y-123280886D01* +X148175078Y-123288996D01* +X148304659Y-123395341D01* +X148411004Y-123524922D01* +X148411005Y-123524924D01* +X148490024Y-123672758D01* +X148538687Y-123833177D01* +X148555117Y-124000000D01* +X148538687Y-124166823D01* +X148490024Y-124327242D01* +X148419114Y-124459906D01* +X148411004Y-124475078D01* +X148304659Y-124604659D01* +X148175078Y-124711004D01* +X148175076Y-124711005D01* +X148027242Y-124790024D01* +X147866823Y-124838687D01* +X147741804Y-124851000D01* +X147658196Y-124851000D01* +X147533177Y-124838687D01* +X147372758Y-124790024D01* +X147224924Y-124711005D01* +X147224922Y-124711004D01* +X147095341Y-124604659D01* +X146988996Y-124475078D01* +X146980886Y-124459906D01* +X146909976Y-124327242D01* +X146861313Y-124166823D01* +X146844883Y-124000000D01* +X146861313Y-123833177D01* +X146909976Y-123672758D01* +X146988995Y-123524924D01* +X146988996Y-123524922D01* +X147095341Y-123395341D01* +X147224922Y-123288996D01* +X147240094Y-123280886D01* +X147372758Y-123209976D01* +X147533177Y-123161313D01* +X147658196Y-123149000D01* +X147741804Y-123149000D01* +X147866823Y-123161313D01* +X147866823Y-123161313D01* +G37* +G36* +X158026823Y-123161313D02* +G01* +X158187242Y-123209976D01* +X158319906Y-123280886D01* +X158335078Y-123288996D01* +X158464659Y-123395341D01* +X158571004Y-123524922D01* +X158571005Y-123524924D01* +X158650024Y-123672758D01* +X158698687Y-123833177D01* +X158715117Y-124000000D01* +X158698687Y-124166823D01* +X158650024Y-124327242D01* +X158579114Y-124459906D01* +X158571004Y-124475078D01* +X158464659Y-124604659D01* +X158335078Y-124711004D01* +X158335076Y-124711005D01* +X158187242Y-124790024D01* +X158026823Y-124838687D01* +X157901804Y-124851000D01* +X157818196Y-124851000D01* +X157693177Y-124838687D01* +X157532758Y-124790024D01* +X157384924Y-124711005D01* +X157384922Y-124711004D01* +X157255341Y-124604659D01* +X157148996Y-124475078D01* +X157140886Y-124459906D01* +X157069976Y-124327242D01* +X157021313Y-124166823D01* +X157004883Y-124000000D01* +X157021313Y-123833177D01* +X157069976Y-123672758D01* +X157148995Y-123524924D01* +X157148996Y-123524922D01* +X157255341Y-123395341D01* +X157384922Y-123288996D01* +X157400094Y-123280886D01* +X157532758Y-123209976D01* +X157693177Y-123161313D01* +X157818196Y-123149000D01* +X157901804Y-123149000D01* +X158026823Y-123161313D01* +X158026823Y-123161313D01* +G37* +G36* +X145326823Y-123161313D02* +G01* +X145487242Y-123209976D01* +X145619906Y-123280886D01* +X145635078Y-123288996D01* +X145764659Y-123395341D01* +X145871004Y-123524922D01* +X145871005Y-123524924D01* +X145950024Y-123672758D01* +X145998687Y-123833177D01* +X146015117Y-124000000D01* +X145998687Y-124166823D01* +X145950024Y-124327242D01* +X145879114Y-124459906D01* +X145871004Y-124475078D01* +X145764659Y-124604659D01* +X145635078Y-124711004D01* +X145635076Y-124711005D01* +X145487242Y-124790024D01* +X145326823Y-124838687D01* +X145201804Y-124851000D01* +X145118196Y-124851000D01* +X144993177Y-124838687D01* +X144832758Y-124790024D01* +X144684924Y-124711005D01* +X144684922Y-124711004D01* +X144555341Y-124604659D01* +X144448996Y-124475078D01* +X144440886Y-124459906D01* +X144369976Y-124327242D01* +X144321313Y-124166823D01* +X144304883Y-124000000D01* +X144321313Y-123833177D01* +X144369976Y-123672758D01* +X144448995Y-123524924D01* +X144448996Y-123524922D01* +X144555341Y-123395341D01* +X144684922Y-123288996D01* +X144700094Y-123280886D01* +X144832758Y-123209976D01* +X144993177Y-123161313D01* +X145118196Y-123149000D01* +X145201804Y-123149000D01* +X145326823Y-123161313D01* +X145326823Y-123161313D01* +G37* +G36* +X142786823Y-123161313D02* +G01* +X142947242Y-123209976D01* +X143079906Y-123280886D01* +X143095078Y-123288996D01* +X143224659Y-123395341D01* +X143331004Y-123524922D01* +X143331005Y-123524924D01* +X143410024Y-123672758D01* +X143458687Y-123833177D01* +X143475117Y-124000000D01* +X143458687Y-124166823D01* +X143410024Y-124327242D01* +X143339114Y-124459906D01* +X143331004Y-124475078D01* +X143224659Y-124604659D01* +X143095078Y-124711004D01* +X143095076Y-124711005D01* +X142947242Y-124790024D01* +X142786823Y-124838687D01* +X142661804Y-124851000D01* +X142578196Y-124851000D01* +X142453177Y-124838687D01* +X142292758Y-124790024D01* +X142144924Y-124711005D01* +X142144922Y-124711004D01* +X142015341Y-124604659D01* +X141908996Y-124475078D01* +X141900886Y-124459906D01* +X141829976Y-124327242D01* +X141781313Y-124166823D01* +X141764883Y-124000000D01* +X141781313Y-123833177D01* +X141829976Y-123672758D01* +X141908995Y-123524924D01* +X141908996Y-123524922D01* +X142015341Y-123395341D01* +X142144922Y-123288996D01* +X142160094Y-123280886D01* +X142292758Y-123209976D01* +X142453177Y-123161313D01* +X142578196Y-123149000D01* +X142661804Y-123149000D01* +X142786823Y-123161313D01* +X142786823Y-123161313D01* +G37* +G36* +X140246823Y-123161313D02* +G01* +X140407242Y-123209976D01* +X140539906Y-123280886D01* +X140555078Y-123288996D01* +X140684659Y-123395341D01* +X140791004Y-123524922D01* +X140791005Y-123524924D01* +X140870024Y-123672758D01* +X140918687Y-123833177D01* +X140935117Y-124000000D01* +X140918687Y-124166823D01* +X140870024Y-124327242D01* +X140799114Y-124459906D01* +X140791004Y-124475078D01* +X140684659Y-124604659D01* +X140555078Y-124711004D01* +X140555076Y-124711005D01* +X140407242Y-124790024D01* +X140246823Y-124838687D01* +X140121804Y-124851000D01* +X140038196Y-124851000D01* +X139913177Y-124838687D01* +X139752758Y-124790024D01* +X139604924Y-124711005D01* +X139604922Y-124711004D01* +X139475341Y-124604659D01* +X139368996Y-124475078D01* +X139360886Y-124459906D01* +X139289976Y-124327242D01* +X139241313Y-124166823D01* +X139224883Y-124000000D01* +X139241313Y-123833177D01* +X139289976Y-123672758D01* +X139368995Y-123524924D01* +X139368996Y-123524922D01* +X139475341Y-123395341D01* +X139604922Y-123288996D01* +X139620094Y-123280886D01* +X139752758Y-123209976D01* +X139913177Y-123161313D01* +X140038196Y-123149000D01* +X140121804Y-123149000D01* +X140246823Y-123161313D01* +X140246823Y-123161313D01* +G37* +G36* +X137706823Y-123161313D02* +G01* +X137867242Y-123209976D01* +X137999906Y-123280886D01* +X138015078Y-123288996D01* +X138144659Y-123395341D01* +X138251004Y-123524922D01* +X138251005Y-123524924D01* +X138330024Y-123672758D01* +X138378687Y-123833177D01* +X138395117Y-124000000D01* +X138378687Y-124166823D01* +X138330024Y-124327242D01* +X138259114Y-124459906D01* +X138251004Y-124475078D01* +X138144659Y-124604659D01* +X138015078Y-124711004D01* +X138015076Y-124711005D01* +X137867242Y-124790024D01* +X137706823Y-124838687D01* +X137581804Y-124851000D01* +X137498196Y-124851000D01* +X137373177Y-124838687D01* +X137212758Y-124790024D01* +X137064924Y-124711005D01* +X137064922Y-124711004D01* +X136935341Y-124604659D01* +X136828996Y-124475078D01* +X136820886Y-124459906D01* +X136749976Y-124327242D01* +X136701313Y-124166823D01* +X136684883Y-124000000D01* +X136701313Y-123833177D01* +X136749976Y-123672758D01* +X136828995Y-123524924D01* +X136828996Y-123524922D01* +X136935341Y-123395341D01* +X137064922Y-123288996D01* +X137080094Y-123280886D01* +X137212758Y-123209976D01* +X137373177Y-123161313D01* +X137498196Y-123149000D01* +X137581804Y-123149000D01* +X137706823Y-123161313D01* +X137706823Y-123161313D01* +G37* +G36* +X202406823Y-123161313D02* +G01* +X202567242Y-123209976D01* +X202699906Y-123280886D01* +X202715078Y-123288996D01* +X202844659Y-123395341D01* +X202951004Y-123524922D01* +X202951005Y-123524924D01* +X203030024Y-123672758D01* +X203078687Y-123833177D01* +X203095117Y-124000000D01* +X203078687Y-124166823D01* +X203030024Y-124327242D01* +X202959114Y-124459906D01* +X202951004Y-124475078D01* +X202844659Y-124604659D01* +X202715078Y-124711004D01* +X202715076Y-124711005D01* +X202567242Y-124790024D01* +X202406823Y-124838687D01* +X202281804Y-124851000D01* +X202198196Y-124851000D01* +X202073177Y-124838687D01* +X201912758Y-124790024D01* +X201764924Y-124711005D01* +X201764922Y-124711004D01* +X201635341Y-124604659D01* +X201528996Y-124475078D01* +X201520886Y-124459906D01* +X201449976Y-124327242D01* +X201401313Y-124166823D01* +X201384883Y-124000000D01* +X201401313Y-123833177D01* +X201449976Y-123672758D01* +X201528995Y-123524924D01* +X201528996Y-123524922D01* +X201635341Y-123395341D01* +X201764922Y-123288996D01* +X201780094Y-123280886D01* +X201912758Y-123209976D01* +X202073177Y-123161313D01* +X202198196Y-123149000D01* +X202281804Y-123149000D01* +X202406823Y-123161313D01* +X202406823Y-123161313D01* +G37* +G36* +X199866823Y-123161313D02* +G01* +X200027242Y-123209976D01* +X200159906Y-123280886D01* +X200175078Y-123288996D01* +X200304659Y-123395341D01* +X200411004Y-123524922D01* +X200411005Y-123524924D01* +X200490024Y-123672758D01* +X200538687Y-123833177D01* +X200555117Y-124000000D01* +X200538687Y-124166823D01* +X200490024Y-124327242D01* +X200419114Y-124459906D01* +X200411004Y-124475078D01* +X200304659Y-124604659D01* +X200175078Y-124711004D01* +X200175076Y-124711005D01* +X200027242Y-124790024D01* +X199866823Y-124838687D01* +X199741804Y-124851000D01* +X199658196Y-124851000D01* +X199533177Y-124838687D01* +X199372758Y-124790024D01* +X199224924Y-124711005D01* +X199224922Y-124711004D01* +X199095341Y-124604659D01* +X198988996Y-124475078D01* +X198980886Y-124459906D01* +X198909976Y-124327242D01* +X198861313Y-124166823D01* +X198844883Y-124000000D01* +X198861313Y-123833177D01* +X198909976Y-123672758D01* +X198988995Y-123524924D01* +X198988996Y-123524922D01* +X199095341Y-123395341D01* +X199224922Y-123288996D01* +X199240094Y-123280886D01* +X199372758Y-123209976D01* +X199533177Y-123161313D01* +X199658196Y-123149000D01* +X199741804Y-123149000D01* +X199866823Y-123161313D01* +X199866823Y-123161313D01* +G37* +G36* +X197326823Y-123161313D02* +G01* +X197487242Y-123209976D01* +X197619906Y-123280886D01* +X197635078Y-123288996D01* +X197764659Y-123395341D01* +X197871004Y-123524922D01* +X197871005Y-123524924D01* +X197950024Y-123672758D01* +X197998687Y-123833177D01* +X198015117Y-124000000D01* +X197998687Y-124166823D01* +X197950024Y-124327242D01* +X197879114Y-124459906D01* +X197871004Y-124475078D01* +X197764659Y-124604659D01* +X197635078Y-124711004D01* +X197635076Y-124711005D01* +X197487242Y-124790024D01* +X197326823Y-124838687D01* +X197201804Y-124851000D01* +X197118196Y-124851000D01* +X196993177Y-124838687D01* +X196832758Y-124790024D01* +X196684924Y-124711005D01* +X196684922Y-124711004D01* +X196555341Y-124604659D01* +X196448996Y-124475078D01* +X196440886Y-124459906D01* +X196369976Y-124327242D01* +X196321313Y-124166823D01* +X196304883Y-124000000D01* +X196321313Y-123833177D01* +X196369976Y-123672758D01* +X196448995Y-123524924D01* +X196448996Y-123524922D01* +X196555341Y-123395341D01* +X196684922Y-123288996D01* +X196700094Y-123280886D01* +X196832758Y-123209976D01* +X196993177Y-123161313D01* +X197118196Y-123149000D01* +X197201804Y-123149000D01* +X197326823Y-123161313D01* +X197326823Y-123161313D01* +G37* +G36* +X194786823Y-123161313D02* +G01* +X194947242Y-123209976D01* +X195079906Y-123280886D01* +X195095078Y-123288996D01* +X195224659Y-123395341D01* +X195331004Y-123524922D01* +X195331005Y-123524924D01* +X195410024Y-123672758D01* +X195458687Y-123833177D01* +X195475117Y-124000000D01* +X195458687Y-124166823D01* +X195410024Y-124327242D01* +X195339114Y-124459906D01* +X195331004Y-124475078D01* +X195224659Y-124604659D01* +X195095078Y-124711004D01* +X195095076Y-124711005D01* +X194947242Y-124790024D01* +X194786823Y-124838687D01* +X194661804Y-124851000D01* +X194578196Y-124851000D01* +X194453177Y-124838687D01* +X194292758Y-124790024D01* +X194144924Y-124711005D01* +X194144922Y-124711004D01* +X194015341Y-124604659D01* +X193908996Y-124475078D01* +X193900886Y-124459906D01* +X193829976Y-124327242D01* +X193781313Y-124166823D01* +X193764883Y-124000000D01* +X193781313Y-123833177D01* +X193829976Y-123672758D01* +X193908995Y-123524924D01* +X193908996Y-123524922D01* +X194015341Y-123395341D01* +X194144922Y-123288996D01* +X194160094Y-123280886D01* +X194292758Y-123209976D01* +X194453177Y-123161313D01* +X194578196Y-123149000D01* +X194661804Y-123149000D01* +X194786823Y-123161313D01* +X194786823Y-123161313D01* +G37* +G36* +X192246823Y-123161313D02* +G01* +X192407242Y-123209976D01* +X192539906Y-123280886D01* +X192555078Y-123288996D01* +X192684659Y-123395341D01* +X192791004Y-123524922D01* +X192791005Y-123524924D01* +X192870024Y-123672758D01* +X192918687Y-123833177D01* +X192935117Y-124000000D01* +X192918687Y-124166823D01* +X192870024Y-124327242D01* +X192799114Y-124459906D01* +X192791004Y-124475078D01* +X192684659Y-124604659D01* +X192555078Y-124711004D01* +X192555076Y-124711005D01* +X192407242Y-124790024D01* +X192246823Y-124838687D01* +X192121804Y-124851000D01* +X192038196Y-124851000D01* +X191913177Y-124838687D01* +X191752758Y-124790024D01* +X191604924Y-124711005D01* +X191604922Y-124711004D01* +X191475341Y-124604659D01* +X191368996Y-124475078D01* +X191360886Y-124459906D01* +X191289976Y-124327242D01* +X191241313Y-124166823D01* +X191224883Y-124000000D01* +X191241313Y-123833177D01* +X191289976Y-123672758D01* +X191368995Y-123524924D01* +X191368996Y-123524922D01* +X191475341Y-123395341D01* +X191604922Y-123288996D01* +X191620094Y-123280886D01* +X191752758Y-123209976D01* +X191913177Y-123161313D01* +X192038196Y-123149000D01* +X192121804Y-123149000D01* +X192246823Y-123161313D01* +X192246823Y-123161313D01* +G37* +G36* +X189706823Y-123161313D02* +G01* +X189867242Y-123209976D01* +X189999906Y-123280886D01* +X190015078Y-123288996D01* +X190144659Y-123395341D01* +X190251004Y-123524922D01* +X190251005Y-123524924D01* +X190330024Y-123672758D01* +X190378687Y-123833177D01* +X190395117Y-124000000D01* +X190378687Y-124166823D01* +X190330024Y-124327242D01* +X190259114Y-124459906D01* +X190251004Y-124475078D01* +X190144659Y-124604659D01* +X190015078Y-124711004D01* +X190015076Y-124711005D01* +X189867242Y-124790024D01* +X189706823Y-124838687D01* +X189581804Y-124851000D01* +X189498196Y-124851000D01* +X189373177Y-124838687D01* +X189212758Y-124790024D01* +X189064924Y-124711005D01* +X189064922Y-124711004D01* +X188935341Y-124604659D01* +X188828996Y-124475078D01* +X188820886Y-124459906D01* +X188749976Y-124327242D01* +X188701313Y-124166823D01* +X188684883Y-124000000D01* +X188701313Y-123833177D01* +X188749976Y-123672758D01* +X188828995Y-123524924D01* +X188828996Y-123524922D01* +X188935341Y-123395341D01* +X189064922Y-123288996D01* +X189080094Y-123280886D01* +X189212758Y-123209976D01* +X189373177Y-123161313D01* +X189498196Y-123149000D01* +X189581804Y-123149000D01* +X189706823Y-123161313D01* +X189706823Y-123161313D01* +G37* +G36* +X187851000Y-124851000D02* +G01* +X186149000Y-124851000D01* +X186149000Y-123149000D01* +X187851000Y-123149000D01* +X187851000Y-124851000D01* +X187851000Y-124851000D01* +G37* +G36* +X180406823Y-123161313D02* +G01* +X180567242Y-123209976D01* +X180699906Y-123280886D01* +X180715078Y-123288996D01* +X180844659Y-123395341D01* +X180951004Y-123524922D01* +X180951005Y-123524924D01* +X181030024Y-123672758D01* +X181078687Y-123833177D01* +X181095117Y-124000000D01* +X181078687Y-124166823D01* +X181030024Y-124327242D01* +X180959114Y-124459906D01* +X180951004Y-124475078D01* +X180844659Y-124604659D01* +X180715078Y-124711004D01* +X180715076Y-124711005D01* +X180567242Y-124790024D01* +X180406823Y-124838687D01* +X180281804Y-124851000D01* +X180198196Y-124851000D01* +X180073177Y-124838687D01* +X179912758Y-124790024D01* +X179764924Y-124711005D01* +X179764922Y-124711004D01* +X179635341Y-124604659D01* +X179528996Y-124475078D01* +X179520886Y-124459906D01* +X179449976Y-124327242D01* +X179401313Y-124166823D01* +X179384883Y-124000000D01* +X179401313Y-123833177D01* +X179449976Y-123672758D01* +X179528995Y-123524924D01* +X179528996Y-123524922D01* +X179635341Y-123395341D01* +X179764922Y-123288996D01* +X179780094Y-123280886D01* +X179912758Y-123209976D01* +X180073177Y-123161313D01* +X180198196Y-123149000D01* +X180281804Y-123149000D01* +X180406823Y-123161313D01* +X180406823Y-123161313D01* +G37* +G36* +X177866823Y-123161313D02* +G01* +X178027242Y-123209976D01* +X178159906Y-123280886D01* +X178175078Y-123288996D01* +X178304659Y-123395341D01* +X178411004Y-123524922D01* +X178411005Y-123524924D01* +X178490024Y-123672758D01* +X178538687Y-123833177D01* +X178555117Y-124000000D01* +X178538687Y-124166823D01* +X178490024Y-124327242D01* +X178419114Y-124459906D01* +X178411004Y-124475078D01* +X178304659Y-124604659D01* +X178175078Y-124711004D01* +X178175076Y-124711005D01* +X178027242Y-124790024D01* +X177866823Y-124838687D01* +X177741804Y-124851000D01* +X177658196Y-124851000D01* +X177533177Y-124838687D01* +X177372758Y-124790024D01* +X177224924Y-124711005D01* +X177224922Y-124711004D01* +X177095341Y-124604659D01* +X176988996Y-124475078D01* +X176980886Y-124459906D01* +X176909976Y-124327242D01* +X176861313Y-124166823D01* +X176844883Y-124000000D01* +X176861313Y-123833177D01* +X176909976Y-123672758D01* +X176988995Y-123524924D01* +X176988996Y-123524922D01* +X177095341Y-123395341D01* +X177224922Y-123288996D01* +X177240094Y-123280886D01* +X177372758Y-123209976D01* +X177533177Y-123161313D01* +X177658196Y-123149000D01* +X177741804Y-123149000D01* +X177866823Y-123161313D01* +X177866823Y-123161313D01* +G37* +G36* +X175326823Y-123161313D02* +G01* +X175487242Y-123209976D01* +X175619906Y-123280886D01* +X175635078Y-123288996D01* +X175764659Y-123395341D01* +X175871004Y-123524922D01* +X175871005Y-123524924D01* +X175950024Y-123672758D01* +X175998687Y-123833177D01* +X176015117Y-124000000D01* +X175998687Y-124166823D01* +X175950024Y-124327242D01* +X175879114Y-124459906D01* +X175871004Y-124475078D01* +X175764659Y-124604659D01* +X175635078Y-124711004D01* +X175635076Y-124711005D01* +X175487242Y-124790024D01* +X175326823Y-124838687D01* +X175201804Y-124851000D01* +X175118196Y-124851000D01* +X174993177Y-124838687D01* +X174832758Y-124790024D01* +X174684924Y-124711005D01* +X174684922Y-124711004D01* +X174555341Y-124604659D01* +X174448996Y-124475078D01* +X174440886Y-124459906D01* +X174369976Y-124327242D01* +X174321313Y-124166823D01* +X174304883Y-124000000D01* +X174321313Y-123833177D01* +X174369976Y-123672758D01* +X174448995Y-123524924D01* +X174448996Y-123524922D01* +X174555341Y-123395341D01* +X174684922Y-123288996D01* +X174700094Y-123280886D01* +X174832758Y-123209976D01* +X174993177Y-123161313D01* +X175118196Y-123149000D01* +X175201804Y-123149000D01* +X175326823Y-123161313D01* +X175326823Y-123161313D01* +G37* +G36* +X172786823Y-123161313D02* +G01* +X172947242Y-123209976D01* +X173079906Y-123280886D01* +X173095078Y-123288996D01* +X173224659Y-123395341D01* +X173331004Y-123524922D01* +X173331005Y-123524924D01* +X173410024Y-123672758D01* +X173458687Y-123833177D01* +X173475117Y-124000000D01* +X173458687Y-124166823D01* +X173410024Y-124327242D01* +X173339114Y-124459906D01* +X173331004Y-124475078D01* +X173224659Y-124604659D01* +X173095078Y-124711004D01* +X173095076Y-124711005D01* +X172947242Y-124790024D01* +X172786823Y-124838687D01* +X172661804Y-124851000D01* +X172578196Y-124851000D01* +X172453177Y-124838687D01* +X172292758Y-124790024D01* +X172144924Y-124711005D01* +X172144922Y-124711004D01* +X172015341Y-124604659D01* +X171908996Y-124475078D01* +X171900886Y-124459906D01* +X171829976Y-124327242D01* +X171781313Y-124166823D01* +X171764883Y-124000000D01* +X171781313Y-123833177D01* +X171829976Y-123672758D01* +X171908995Y-123524924D01* +X171908996Y-123524922D01* +X172015341Y-123395341D01* +X172144922Y-123288996D01* +X172160094Y-123280886D01* +X172292758Y-123209976D01* +X172453177Y-123161313D01* +X172578196Y-123149000D01* +X172661804Y-123149000D01* +X172786823Y-123161313D01* +X172786823Y-123161313D01* +G37* +G36* +X170246823Y-123161313D02* +G01* +X170407242Y-123209976D01* +X170539906Y-123280886D01* +X170555078Y-123288996D01* +X170684659Y-123395341D01* +X170791004Y-123524922D01* +X170791005Y-123524924D01* +X170870024Y-123672758D01* +X170918687Y-123833177D01* +X170935117Y-124000000D01* +X170918687Y-124166823D01* +X170870024Y-124327242D01* +X170799114Y-124459906D01* +X170791004Y-124475078D01* +X170684659Y-124604659D01* +X170555078Y-124711004D01* +X170555076Y-124711005D01* +X170407242Y-124790024D01* +X170246823Y-124838687D01* +X170121804Y-124851000D01* +X170038196Y-124851000D01* +X169913177Y-124838687D01* +X169752758Y-124790024D01* +X169604924Y-124711005D01* +X169604922Y-124711004D01* +X169475341Y-124604659D01* +X169368996Y-124475078D01* +X169360886Y-124459906D01* +X169289976Y-124327242D01* +X169241313Y-124166823D01* +X169224883Y-124000000D01* +X169241313Y-123833177D01* +X169289976Y-123672758D01* +X169368995Y-123524924D01* +X169368996Y-123524922D01* +X169475341Y-123395341D01* +X169604922Y-123288996D01* +X169620094Y-123280886D01* +X169752758Y-123209976D01* +X169913177Y-123161313D01* +X170038196Y-123149000D01* +X170121804Y-123149000D01* +X170246823Y-123161313D01* +X170246823Y-123161313D01* +G37* +G36* +X167706823Y-123161313D02* +G01* +X167867242Y-123209976D01* +X167999906Y-123280886D01* +X168015078Y-123288996D01* +X168144659Y-123395341D01* +X168251004Y-123524922D01* +X168251005Y-123524924D01* +X168330024Y-123672758D01* +X168378687Y-123833177D01* +X168395117Y-124000000D01* +X168378687Y-124166823D01* +X168330024Y-124327242D01* +X168259114Y-124459906D01* +X168251004Y-124475078D01* +X168144659Y-124604659D01* +X168015078Y-124711004D01* +X168015076Y-124711005D01* +X167867242Y-124790024D01* +X167706823Y-124838687D01* +X167581804Y-124851000D01* +X167498196Y-124851000D01* +X167373177Y-124838687D01* +X167212758Y-124790024D01* +X167064924Y-124711005D01* +X167064922Y-124711004D01* +X166935341Y-124604659D01* +X166828996Y-124475078D01* +X166820886Y-124459906D01* +X166749976Y-124327242D01* +X166701313Y-124166823D01* +X166684883Y-124000000D01* +X166701313Y-123833177D01* +X166749976Y-123672758D01* +X166828995Y-123524924D01* +X166828996Y-123524922D01* +X166935341Y-123395341D01* +X167064922Y-123288996D01* +X167080094Y-123280886D01* +X167212758Y-123209976D01* +X167373177Y-123161313D01* +X167498196Y-123149000D01* +X167581804Y-123149000D01* +X167706823Y-123161313D01* +X167706823Y-123161313D01* +G37* +G36* +X165851000Y-124851000D02* +G01* +X164149000Y-124851000D01* +X164149000Y-123149000D01* +X165851000Y-123149000D01* +X165851000Y-124851000D01* +X165851000Y-124851000D01* +G37* +G36* +X155486823Y-123161313D02* +G01* +X155647242Y-123209976D01* +X155779906Y-123280886D01* +X155795078Y-123288996D01* +X155924659Y-123395341D01* +X156031004Y-123524922D01* +X156031005Y-123524924D01* +X156110024Y-123672758D01* +X156158687Y-123833177D01* +X156175117Y-124000000D01* +X156158687Y-124166823D01* +X156110024Y-124327242D01* +X156039114Y-124459906D01* +X156031004Y-124475078D01* +X155924659Y-124604659D01* +X155795078Y-124711004D01* +X155795076Y-124711005D01* +X155647242Y-124790024D01* +X155486823Y-124838687D01* +X155361804Y-124851000D01* +X155278196Y-124851000D01* +X155153177Y-124838687D01* +X154992758Y-124790024D01* +X154844924Y-124711005D01* +X154844922Y-124711004D01* +X154715341Y-124604659D01* +X154608996Y-124475078D01* +X154600886Y-124459906D01* +X154529976Y-124327242D01* +X154481313Y-124166823D01* +X154464883Y-124000000D01* +X154481313Y-123833177D01* +X154529976Y-123672758D01* +X154608995Y-123524924D01* +X154608996Y-123524922D01* +X154715341Y-123395341D01* +X154844922Y-123288996D01* +X154860094Y-123280886D01* +X154992758Y-123209976D01* +X155153177Y-123161313D01* +X155278196Y-123149000D01* +X155361804Y-123149000D01* +X155486823Y-123161313D01* +X155486823Y-123161313D01* +G37* +G36* +X152946823Y-123161313D02* +G01* +X153107242Y-123209976D01* +X153239906Y-123280886D01* +X153255078Y-123288996D01* +X153384659Y-123395341D01* +X153491004Y-123524922D01* +X153491005Y-123524924D01* +X153570024Y-123672758D01* +X153618687Y-123833177D01* +X153635117Y-124000000D01* +X153618687Y-124166823D01* +X153570024Y-124327242D01* +X153499114Y-124459906D01* +X153491004Y-124475078D01* +X153384659Y-124604659D01* +X153255078Y-124711004D01* +X153255076Y-124711005D01* +X153107242Y-124790024D01* +X152946823Y-124838687D01* +X152821804Y-124851000D01* +X152738196Y-124851000D01* +X152613177Y-124838687D01* +X152452758Y-124790024D01* +X152304924Y-124711005D01* +X152304922Y-124711004D01* +X152175341Y-124604659D01* +X152068996Y-124475078D01* +X152060886Y-124459906D01* +X151989976Y-124327242D01* +X151941313Y-124166823D01* +X151924883Y-124000000D01* +X151941313Y-123833177D01* +X151989976Y-123672758D01* +X152068995Y-123524924D01* +X152068996Y-123524922D01* +X152175341Y-123395341D01* +X152304922Y-123288996D01* +X152320094Y-123280886D01* +X152452758Y-123209976D01* +X152613177Y-123161313D01* +X152738196Y-123149000D01* +X152821804Y-123149000D01* +X152946823Y-123161313D01* +X152946823Y-123161313D01* +G37* +G36* +X150406823Y-123161313D02* +G01* +X150567242Y-123209976D01* +X150699906Y-123280886D01* +X150715078Y-123288996D01* +X150844659Y-123395341D01* +X150951004Y-123524922D01* +X150951005Y-123524924D01* +X151030024Y-123672758D01* +X151078687Y-123833177D01* +X151095117Y-124000000D01* +X151078687Y-124166823D01* +X151030024Y-124327242D01* +X150959114Y-124459906D01* +X150951004Y-124475078D01* +X150844659Y-124604659D01* +X150715078Y-124711004D01* +X150715076Y-124711005D01* +X150567242Y-124790024D01* +X150406823Y-124838687D01* +X150281804Y-124851000D01* +X150198196Y-124851000D01* +X150073177Y-124838687D01* +X149912758Y-124790024D01* +X149764924Y-124711005D01* +X149764922Y-124711004D01* +X149635341Y-124604659D01* +X149528996Y-124475078D01* +X149520886Y-124459906D01* +X149449976Y-124327242D01* +X149401313Y-124166823D01* +X149384883Y-124000000D01* +X149401313Y-123833177D01* +X149449976Y-123672758D01* +X149528995Y-123524924D01* +X149528996Y-123524922D01* +X149635341Y-123395341D01* +X149764922Y-123288996D01* +X149780094Y-123280886D01* +X149912758Y-123209976D01* +X150073177Y-123161313D01* +X150198196Y-123149000D01* +X150281804Y-123149000D01* +X150406823Y-123161313D01* +X150406823Y-123161313D01* +G37* +G36* +X135851000Y-124851000D02* +G01* +X134149000Y-124851000D01* +X134149000Y-123149000D01* +X135851000Y-123149000D01* +X135851000Y-124851000D01* +X135851000Y-124851000D01* +G37* +G36* +X194786823Y-115541313D02* +G01* +X194947242Y-115589976D01* +X195079906Y-115660886D01* +X195095078Y-115668996D01* +X195224659Y-115775341D01* +X195331004Y-115904922D01* +X195331005Y-115904924D01* +X195410024Y-116052758D01* +X195458687Y-116213177D01* +X195475117Y-116380000D01* +X195458687Y-116546823D01* +X195410024Y-116707242D01* +X195339114Y-116839906D01* +X195331004Y-116855078D01* +X195224659Y-116984659D01* +X195095078Y-117091004D01* +X195095076Y-117091005D01* +X194947242Y-117170024D01* +X194786823Y-117218687D01* +X194661804Y-117231000D01* +X194578196Y-117231000D01* +X194453177Y-117218687D01* +X194292758Y-117170024D01* +X194144924Y-117091005D01* +X194144922Y-117091004D01* +X194015341Y-116984659D01* +X193908996Y-116855078D01* +X193900886Y-116839906D01* +X193829976Y-116707242D01* +X193781313Y-116546823D01* +X193764883Y-116380000D01* +X193781313Y-116213177D01* +X193829976Y-116052758D01* +X193908995Y-115904924D01* +X193908996Y-115904922D01* +X194015341Y-115775341D01* +X194144922Y-115668996D01* +X194160094Y-115660886D01* +X194292758Y-115589976D01* +X194453177Y-115541313D01* +X194578196Y-115529000D01* +X194661804Y-115529000D01* +X194786823Y-115541313D01* +X194786823Y-115541313D01* +G37* +G36* +X192246823Y-115541313D02* +G01* +X192407242Y-115589976D01* +X192539906Y-115660886D01* +X192555078Y-115668996D01* +X192684659Y-115775341D01* +X192791004Y-115904922D01* +X192791005Y-115904924D01* +X192870024Y-116052758D01* +X192918687Y-116213177D01* +X192935117Y-116380000D01* +X192918687Y-116546823D01* +X192870024Y-116707242D01* +X192799114Y-116839906D01* +X192791004Y-116855078D01* +X192684659Y-116984659D01* +X192555078Y-117091004D01* +X192555076Y-117091005D01* +X192407242Y-117170024D01* +X192246823Y-117218687D01* +X192121804Y-117231000D01* +X192038196Y-117231000D01* +X191913177Y-117218687D01* +X191752758Y-117170024D01* +X191604924Y-117091005D01* +X191604922Y-117091004D01* +X191475341Y-116984659D01* +X191368996Y-116855078D01* +X191360886Y-116839906D01* +X191289976Y-116707242D01* +X191241313Y-116546823D01* +X191224883Y-116380000D01* +X191241313Y-116213177D01* +X191289976Y-116052758D01* +X191368995Y-115904924D01* +X191368996Y-115904922D01* +X191475341Y-115775341D01* +X191604922Y-115668996D01* +X191620094Y-115660886D01* +X191752758Y-115589976D01* +X191913177Y-115541313D01* +X192038196Y-115529000D01* +X192121804Y-115529000D01* +X192246823Y-115541313D01* +X192246823Y-115541313D01* +G37* +G36* +X189706823Y-115541313D02* +G01* +X189867242Y-115589976D01* +X189999906Y-115660886D01* +X190015078Y-115668996D01* +X190144659Y-115775341D01* +X190251004Y-115904922D01* +X190251005Y-115904924D01* +X190330024Y-116052758D01* +X190378687Y-116213177D01* +X190395117Y-116380000D01* +X190378687Y-116546823D01* +X190330024Y-116707242D01* +X190259114Y-116839906D01* +X190251004Y-116855078D01* +X190144659Y-116984659D01* +X190015078Y-117091004D01* +X190015076Y-117091005D01* +X189867242Y-117170024D01* +X189706823Y-117218687D01* +X189581804Y-117231000D01* +X189498196Y-117231000D01* +X189373177Y-117218687D01* +X189212758Y-117170024D01* +X189064924Y-117091005D01* +X189064922Y-117091004D01* +X188935341Y-116984659D01* +X188828996Y-116855078D01* +X188820886Y-116839906D01* +X188749976Y-116707242D01* +X188701313Y-116546823D01* +X188684883Y-116380000D01* +X188701313Y-116213177D01* +X188749976Y-116052758D01* +X188828995Y-115904924D01* +X188828996Y-115904922D01* +X188935341Y-115775341D01* +X189064922Y-115668996D01* +X189080094Y-115660886D01* +X189212758Y-115589976D01* +X189373177Y-115541313D01* +X189498196Y-115529000D01* +X189581804Y-115529000D01* +X189706823Y-115541313D01* +X189706823Y-115541313D01* +G37* +G36* +X187166823Y-115541313D02* +G01* +X187327242Y-115589976D01* +X187459906Y-115660886D01* +X187475078Y-115668996D01* +X187604659Y-115775341D01* +X187711004Y-115904922D01* +X187711005Y-115904924D01* +X187790024Y-116052758D01* +X187838687Y-116213177D01* +X187855117Y-116380000D01* +X187838687Y-116546823D01* +X187790024Y-116707242D01* +X187719114Y-116839906D01* +X187711004Y-116855078D01* +X187604659Y-116984659D01* +X187475078Y-117091004D01* +X187475076Y-117091005D01* +X187327242Y-117170024D01* +X187166823Y-117218687D01* +X187041804Y-117231000D01* +X186958196Y-117231000D01* +X186833177Y-117218687D01* +X186672758Y-117170024D01* +X186524924Y-117091005D01* +X186524922Y-117091004D01* +X186395341Y-116984659D01* +X186288996Y-116855078D01* +X186280886Y-116839906D01* +X186209976Y-116707242D01* +X186161313Y-116546823D01* +X186144883Y-116380000D01* +X186161313Y-116213177D01* +X186209976Y-116052758D01* +X186288995Y-115904924D01* +X186288996Y-115904922D01* +X186395341Y-115775341D01* +X186524922Y-115668996D01* +X186540094Y-115660886D01* +X186672758Y-115589976D01* +X186833177Y-115541313D01* +X186958196Y-115529000D01* +X187041804Y-115529000D01* +X187166823Y-115541313D01* +X187166823Y-115541313D01* +G37* +G36* +X180406823Y-115541313D02* +G01* +X180567242Y-115589976D01* +X180699906Y-115660886D01* +X180715078Y-115668996D01* +X180844659Y-115775341D01* +X180951004Y-115904922D01* +X180951005Y-115904924D01* +X181030024Y-116052758D01* +X181078687Y-116213177D01* +X181095117Y-116380000D01* +X181078687Y-116546823D01* +X181030024Y-116707242D01* +X180959114Y-116839906D01* +X180951004Y-116855078D01* +X180844659Y-116984659D01* +X180715078Y-117091004D01* +X180715076Y-117091005D01* +X180567242Y-117170024D01* +X180406823Y-117218687D01* +X180281804Y-117231000D01* +X180198196Y-117231000D01* +X180073177Y-117218687D01* +X179912758Y-117170024D01* +X179764924Y-117091005D01* +X179764922Y-117091004D01* +X179635341Y-116984659D01* +X179528996Y-116855078D01* +X179520886Y-116839906D01* +X179449976Y-116707242D01* +X179401313Y-116546823D01* +X179384883Y-116380000D01* +X179401313Y-116213177D01* +X179449976Y-116052758D01* +X179528995Y-115904924D01* +X179528996Y-115904922D01* +X179635341Y-115775341D01* +X179764922Y-115668996D01* +X179780094Y-115660886D01* +X179912758Y-115589976D01* +X180073177Y-115541313D01* +X180198196Y-115529000D01* +X180281804Y-115529000D01* +X180406823Y-115541313D01* +X180406823Y-115541313D01* +G37* +G36* +X177866823Y-115541313D02* +G01* +X178027242Y-115589976D01* +X178159906Y-115660886D01* +X178175078Y-115668996D01* +X178304659Y-115775341D01* +X178411004Y-115904922D01* +X178411005Y-115904924D01* +X178490024Y-116052758D01* +X178538687Y-116213177D01* +X178555117Y-116380000D01* +X178538687Y-116546823D01* +X178490024Y-116707242D01* +X178419114Y-116839906D01* +X178411004Y-116855078D01* +X178304659Y-116984659D01* +X178175078Y-117091004D01* +X178175076Y-117091005D01* +X178027242Y-117170024D01* +X177866823Y-117218687D01* +X177741804Y-117231000D01* +X177658196Y-117231000D01* +X177533177Y-117218687D01* +X177372758Y-117170024D01* +X177224924Y-117091005D01* +X177224922Y-117091004D01* +X177095341Y-116984659D01* +X176988996Y-116855078D01* +X176980886Y-116839906D01* +X176909976Y-116707242D01* +X176861313Y-116546823D01* +X176844883Y-116380000D01* +X176861313Y-116213177D01* +X176909976Y-116052758D01* +X176988995Y-115904924D01* +X176988996Y-115904922D01* +X177095341Y-115775341D01* +X177224922Y-115668996D01* +X177240094Y-115660886D01* +X177372758Y-115589976D01* +X177533177Y-115541313D01* +X177658196Y-115529000D01* +X177741804Y-115529000D01* +X177866823Y-115541313D01* +X177866823Y-115541313D01* +G37* +G36* +X175326823Y-115541313D02* +G01* +X175487242Y-115589976D01* +X175619906Y-115660886D01* +X175635078Y-115668996D01* +X175764659Y-115775341D01* +X175871004Y-115904922D01* +X175871005Y-115904924D01* +X175950024Y-116052758D01* +X175998687Y-116213177D01* +X176015117Y-116380000D01* +X175998687Y-116546823D01* +X175950024Y-116707242D01* +X175879114Y-116839906D01* +X175871004Y-116855078D01* +X175764659Y-116984659D01* +X175635078Y-117091004D01* +X175635076Y-117091005D01* +X175487242Y-117170024D01* +X175326823Y-117218687D01* +X175201804Y-117231000D01* +X175118196Y-117231000D01* +X174993177Y-117218687D01* +X174832758Y-117170024D01* +X174684924Y-117091005D01* +X174684922Y-117091004D01* +X174555341Y-116984659D01* +X174448996Y-116855078D01* +X174440886Y-116839906D01* +X174369976Y-116707242D01* +X174321313Y-116546823D01* +X174304883Y-116380000D01* +X174321313Y-116213177D01* +X174369976Y-116052758D01* +X174448995Y-115904924D01* +X174448996Y-115904922D01* +X174555341Y-115775341D01* +X174684922Y-115668996D01* +X174700094Y-115660886D01* +X174832758Y-115589976D01* +X174993177Y-115541313D01* +X175118196Y-115529000D01* +X175201804Y-115529000D01* +X175326823Y-115541313D01* +X175326823Y-115541313D01* +G37* +G36* +X172786823Y-115541313D02* +G01* +X172947242Y-115589976D01* +X173079906Y-115660886D01* +X173095078Y-115668996D01* +X173224659Y-115775341D01* +X173331004Y-115904922D01* +X173331005Y-115904924D01* +X173410024Y-116052758D01* +X173458687Y-116213177D01* +X173475117Y-116380000D01* +X173458687Y-116546823D01* +X173410024Y-116707242D01* +X173339114Y-116839906D01* +X173331004Y-116855078D01* +X173224659Y-116984659D01* +X173095078Y-117091004D01* +X173095076Y-117091005D01* +X172947242Y-117170024D01* +X172786823Y-117218687D01* +X172661804Y-117231000D01* +X172578196Y-117231000D01* +X172453177Y-117218687D01* +X172292758Y-117170024D01* +X172144924Y-117091005D01* +X172144922Y-117091004D01* +X172015341Y-116984659D01* +X171908996Y-116855078D01* +X171900886Y-116839906D01* +X171829976Y-116707242D01* +X171781313Y-116546823D01* +X171764883Y-116380000D01* +X171781313Y-116213177D01* +X171829976Y-116052758D01* +X171908995Y-115904924D01* +X171908996Y-115904922D01* +X172015341Y-115775341D01* +X172144922Y-115668996D01* +X172160094Y-115660886D01* +X172292758Y-115589976D01* +X172453177Y-115541313D01* +X172578196Y-115529000D01* +X172661804Y-115529000D01* +X172786823Y-115541313D01* +X172786823Y-115541313D01* +G37* +G36* +X170246823Y-115541313D02* +G01* +X170407242Y-115589976D01* +X170539906Y-115660886D01* +X170555078Y-115668996D01* +X170684659Y-115775341D01* +X170791004Y-115904922D01* +X170791005Y-115904924D01* +X170870024Y-116052758D01* +X170918687Y-116213177D01* +X170935117Y-116380000D01* +X170918687Y-116546823D01* +X170870024Y-116707242D01* +X170799114Y-116839906D01* +X170791004Y-116855078D01* +X170684659Y-116984659D01* +X170555078Y-117091004D01* +X170555076Y-117091005D01* +X170407242Y-117170024D01* +X170246823Y-117218687D01* +X170121804Y-117231000D01* +X170038196Y-117231000D01* +X169913177Y-117218687D01* +X169752758Y-117170024D01* +X169604924Y-117091005D01* +X169604922Y-117091004D01* +X169475341Y-116984659D01* +X169368996Y-116855078D01* +X169360886Y-116839906D01* +X169289976Y-116707242D01* +X169241313Y-116546823D01* +X169224883Y-116380000D01* +X169241313Y-116213177D01* +X169289976Y-116052758D01* +X169368995Y-115904924D01* +X169368996Y-115904922D01* +X169475341Y-115775341D01* +X169604922Y-115668996D01* +X169620094Y-115660886D01* +X169752758Y-115589976D01* +X169913177Y-115541313D01* +X170038196Y-115529000D01* +X170121804Y-115529000D01* +X170246823Y-115541313D01* +X170246823Y-115541313D01* +G37* +G36* +X167706823Y-115541313D02* +G01* +X167867242Y-115589976D01* +X167999906Y-115660886D01* +X168015078Y-115668996D01* +X168144659Y-115775341D01* +X168251004Y-115904922D01* +X168251005Y-115904924D01* +X168330024Y-116052758D01* +X168378687Y-116213177D01* +X168395117Y-116380000D01* +X168378687Y-116546823D01* +X168330024Y-116707242D01* +X168259114Y-116839906D01* +X168251004Y-116855078D01* +X168144659Y-116984659D01* +X168015078Y-117091004D01* +X168015076Y-117091005D01* +X167867242Y-117170024D01* +X167706823Y-117218687D01* +X167581804Y-117231000D01* +X167498196Y-117231000D01* +X167373177Y-117218687D01* +X167212758Y-117170024D01* +X167064924Y-117091005D01* +X167064922Y-117091004D01* +X166935341Y-116984659D01* +X166828996Y-116855078D01* +X166820886Y-116839906D01* +X166749976Y-116707242D01* +X166701313Y-116546823D01* +X166684883Y-116380000D01* +X166701313Y-116213177D01* +X166749976Y-116052758D01* +X166828995Y-115904924D01* +X166828996Y-115904922D01* +X166935341Y-115775341D01* +X167064922Y-115668996D01* +X167080094Y-115660886D01* +X167212758Y-115589976D01* +X167373177Y-115541313D01* +X167498196Y-115529000D01* +X167581804Y-115529000D01* +X167706823Y-115541313D01* +X167706823Y-115541313D01* +G37* +G36* +X165166823Y-115541313D02* +G01* +X165327242Y-115589976D01* +X165459906Y-115660886D01* +X165475078Y-115668996D01* +X165604659Y-115775341D01* +X165711004Y-115904922D01* +X165711005Y-115904924D01* +X165790024Y-116052758D01* +X165838687Y-116213177D01* +X165855117Y-116380000D01* +X165838687Y-116546823D01* +X165790024Y-116707242D01* +X165719114Y-116839906D01* +X165711004Y-116855078D01* +X165604659Y-116984659D01* +X165475078Y-117091004D01* +X165475076Y-117091005D01* +X165327242Y-117170024D01* +X165166823Y-117218687D01* +X165041804Y-117231000D01* +X164958196Y-117231000D01* +X164833177Y-117218687D01* +X164672758Y-117170024D01* +X164524924Y-117091005D01* +X164524922Y-117091004D01* +X164395341Y-116984659D01* +X164288996Y-116855078D01* +X164280886Y-116839906D01* +X164209976Y-116707242D01* +X164161313Y-116546823D01* +X164144883Y-116380000D01* +X164161313Y-116213177D01* +X164209976Y-116052758D01* +X164288995Y-115904924D01* +X164288996Y-115904922D01* +X164395341Y-115775341D01* +X164524922Y-115668996D01* +X164540094Y-115660886D01* +X164672758Y-115589976D01* +X164833177Y-115541313D01* +X164958196Y-115529000D01* +X165041804Y-115529000D01* +X165166823Y-115541313D01* +X165166823Y-115541313D01* +G37* +G36* +X158026823Y-115541313D02* +G01* +X158187242Y-115589976D01* +X158319906Y-115660886D01* +X158335078Y-115668996D01* +X158464659Y-115775341D01* +X158571004Y-115904922D01* +X158571005Y-115904924D01* +X158650024Y-116052758D01* +X158698687Y-116213177D01* +X158715117Y-116380000D01* +X158698687Y-116546823D01* +X158650024Y-116707242D01* +X158579114Y-116839906D01* +X158571004Y-116855078D01* +X158464659Y-116984659D01* +X158335078Y-117091004D01* +X158335076Y-117091005D01* +X158187242Y-117170024D01* +X158026823Y-117218687D01* +X157901804Y-117231000D01* +X157818196Y-117231000D01* +X157693177Y-117218687D01* +X157532758Y-117170024D01* +X157384924Y-117091005D01* +X157384922Y-117091004D01* +X157255341Y-116984659D01* +X157148996Y-116855078D01* +X157140886Y-116839906D01* +X157069976Y-116707242D01* +X157021313Y-116546823D01* +X157004883Y-116380000D01* +X157021313Y-116213177D01* +X157069976Y-116052758D01* +X157148995Y-115904924D01* +X157148996Y-115904922D01* +X157255341Y-115775341D01* +X157384922Y-115668996D01* +X157400094Y-115660886D01* +X157532758Y-115589976D01* +X157693177Y-115541313D01* +X157818196Y-115529000D01* +X157901804Y-115529000D01* +X158026823Y-115541313D01* +X158026823Y-115541313D01* +G37* +G36* +X155486823Y-115541313D02* +G01* +X155647242Y-115589976D01* +X155779906Y-115660886D01* +X155795078Y-115668996D01* +X155924659Y-115775341D01* +X156031004Y-115904922D01* +X156031005Y-115904924D01* +X156110024Y-116052758D01* +X156158687Y-116213177D01* +X156175117Y-116380000D01* +X156158687Y-116546823D01* +X156110024Y-116707242D01* +X156039114Y-116839906D01* +X156031004Y-116855078D01* +X155924659Y-116984659D01* +X155795078Y-117091004D01* +X155795076Y-117091005D01* +X155647242Y-117170024D01* +X155486823Y-117218687D01* +X155361804Y-117231000D01* +X155278196Y-117231000D01* +X155153177Y-117218687D01* +X154992758Y-117170024D01* +X154844924Y-117091005D01* +X154844922Y-117091004D01* +X154715341Y-116984659D01* +X154608996Y-116855078D01* +X154600886Y-116839906D01* +X154529976Y-116707242D01* +X154481313Y-116546823D01* +X154464883Y-116380000D01* +X154481313Y-116213177D01* +X154529976Y-116052758D01* +X154608995Y-115904924D01* +X154608996Y-115904922D01* +X154715341Y-115775341D01* +X154844922Y-115668996D01* +X154860094Y-115660886D01* +X154992758Y-115589976D01* +X155153177Y-115541313D01* +X155278196Y-115529000D01* +X155361804Y-115529000D01* +X155486823Y-115541313D01* +X155486823Y-115541313D01* +G37* +G36* +X152946823Y-115541313D02* +G01* +X153107242Y-115589976D01* +X153239906Y-115660886D01* +X153255078Y-115668996D01* +X153384659Y-115775341D01* +X153491004Y-115904922D01* +X153491005Y-115904924D01* +X153570024Y-116052758D01* +X153618687Y-116213177D01* +X153635117Y-116380000D01* +X153618687Y-116546823D01* +X153570024Y-116707242D01* +X153499114Y-116839906D01* +X153491004Y-116855078D01* +X153384659Y-116984659D01* +X153255078Y-117091004D01* +X153255076Y-117091005D01* +X153107242Y-117170024D01* +X152946823Y-117218687D01* +X152821804Y-117231000D01* +X152738196Y-117231000D01* +X152613177Y-117218687D01* +X152452758Y-117170024D01* +X152304924Y-117091005D01* +X152304922Y-117091004D01* +X152175341Y-116984659D01* +X152068996Y-116855078D01* +X152060886Y-116839906D01* +X151989976Y-116707242D01* +X151941313Y-116546823D01* +X151924883Y-116380000D01* +X151941313Y-116213177D01* +X151989976Y-116052758D01* +X152068995Y-115904924D01* +X152068996Y-115904922D01* +X152175341Y-115775341D01* +X152304922Y-115668996D01* +X152320094Y-115660886D01* +X152452758Y-115589976D01* +X152613177Y-115541313D01* +X152738196Y-115529000D01* +X152821804Y-115529000D01* +X152946823Y-115541313D01* +X152946823Y-115541313D01* +G37* +G36* +X150406823Y-115541313D02* +G01* +X150567242Y-115589976D01* +X150699906Y-115660886D01* +X150715078Y-115668996D01* +X150844659Y-115775341D01* +X150951004Y-115904922D01* +X150951005Y-115904924D01* +X151030024Y-116052758D01* +X151078687Y-116213177D01* +X151095117Y-116380000D01* +X151078687Y-116546823D01* +X151030024Y-116707242D01* +X150959114Y-116839906D01* +X150951004Y-116855078D01* +X150844659Y-116984659D01* +X150715078Y-117091004D01* +X150715076Y-117091005D01* +X150567242Y-117170024D01* +X150406823Y-117218687D01* +X150281804Y-117231000D01* +X150198196Y-117231000D01* +X150073177Y-117218687D01* +X149912758Y-117170024D01* +X149764924Y-117091005D01* +X149764922Y-117091004D01* +X149635341Y-116984659D01* +X149528996Y-116855078D01* +X149520886Y-116839906D01* +X149449976Y-116707242D01* +X149401313Y-116546823D01* +X149384883Y-116380000D01* +X149401313Y-116213177D01* +X149449976Y-116052758D01* +X149528995Y-115904924D01* +X149528996Y-115904922D01* +X149635341Y-115775341D01* +X149764922Y-115668996D01* +X149780094Y-115660886D01* +X149912758Y-115589976D01* +X150073177Y-115541313D01* +X150198196Y-115529000D01* +X150281804Y-115529000D01* +X150406823Y-115541313D01* +X150406823Y-115541313D01* +G37* +G36* +X199866823Y-115541313D02* +G01* +X200027242Y-115589976D01* +X200159906Y-115660886D01* +X200175078Y-115668996D01* +X200304659Y-115775341D01* +X200411004Y-115904922D01* +X200411005Y-115904924D01* +X200490024Y-116052758D01* +X200538687Y-116213177D01* +X200555117Y-116380000D01* +X200538687Y-116546823D01* +X200490024Y-116707242D01* +X200419114Y-116839906D01* +X200411004Y-116855078D01* +X200304659Y-116984659D01* +X200175078Y-117091004D01* +X200175076Y-117091005D01* +X200027242Y-117170024D01* +X199866823Y-117218687D01* +X199741804Y-117231000D01* +X199658196Y-117231000D01* +X199533177Y-117218687D01* +X199372758Y-117170024D01* +X199224924Y-117091005D01* +X199224922Y-117091004D01* +X199095341Y-116984659D01* +X198988996Y-116855078D01* +X198980886Y-116839906D01* +X198909976Y-116707242D01* +X198861313Y-116546823D01* +X198844883Y-116380000D01* +X198861313Y-116213177D01* +X198909976Y-116052758D01* +X198988995Y-115904924D01* +X198988996Y-115904922D01* +X199095341Y-115775341D01* +X199224922Y-115668996D01* +X199240094Y-115660886D01* +X199372758Y-115589976D01* +X199533177Y-115541313D01* +X199658196Y-115529000D01* +X199741804Y-115529000D01* +X199866823Y-115541313D01* +X199866823Y-115541313D01* +G37* +G36* +X202406823Y-115541313D02* +G01* +X202567242Y-115589976D01* +X202699906Y-115660886D01* +X202715078Y-115668996D01* +X202844659Y-115775341D01* +X202951004Y-115904922D01* +X202951005Y-115904924D01* +X203030024Y-116052758D01* +X203078687Y-116213177D01* +X203095117Y-116380000D01* +X203078687Y-116546823D01* +X203030024Y-116707242D01* +X202959114Y-116839906D01* +X202951004Y-116855078D01* +X202844659Y-116984659D01* +X202715078Y-117091004D01* +X202715076Y-117091005D01* +X202567242Y-117170024D01* +X202406823Y-117218687D01* +X202281804Y-117231000D01* +X202198196Y-117231000D01* +X202073177Y-117218687D01* +X201912758Y-117170024D01* +X201764924Y-117091005D01* +X201764922Y-117091004D01* +X201635341Y-116984659D01* +X201528996Y-116855078D01* +X201520886Y-116839906D01* +X201449976Y-116707242D01* +X201401313Y-116546823D01* +X201384883Y-116380000D01* +X201401313Y-116213177D01* +X201449976Y-116052758D01* +X201528995Y-115904924D01* +X201528996Y-115904922D01* +X201635341Y-115775341D01* +X201764922Y-115668996D01* +X201780094Y-115660886D01* +X201912758Y-115589976D01* +X202073177Y-115541313D01* +X202198196Y-115529000D01* +X202281804Y-115529000D01* +X202406823Y-115541313D01* +X202406823Y-115541313D01* +G37* +G36* +X147866823Y-115541313D02* +G01* +X148027242Y-115589976D01* +X148159906Y-115660886D01* +X148175078Y-115668996D01* +X148304659Y-115775341D01* +X148411004Y-115904922D01* +X148411005Y-115904924D01* +X148490024Y-116052758D01* +X148538687Y-116213177D01* +X148555117Y-116380000D01* +X148538687Y-116546823D01* +X148490024Y-116707242D01* +X148419114Y-116839906D01* +X148411004Y-116855078D01* +X148304659Y-116984659D01* +X148175078Y-117091004D01* +X148175076Y-117091005D01* +X148027242Y-117170024D01* +X147866823Y-117218687D01* +X147741804Y-117231000D01* +X147658196Y-117231000D01* +X147533177Y-117218687D01* +X147372758Y-117170024D01* +X147224924Y-117091005D01* +X147224922Y-117091004D01* +X147095341Y-116984659D01* +X146988996Y-116855078D01* +X146980886Y-116839906D01* +X146909976Y-116707242D01* +X146861313Y-116546823D01* +X146844883Y-116380000D01* +X146861313Y-116213177D01* +X146909976Y-116052758D01* +X146988995Y-115904924D01* +X146988996Y-115904922D01* +X147095341Y-115775341D01* +X147224922Y-115668996D01* +X147240094Y-115660886D01* +X147372758Y-115589976D01* +X147533177Y-115541313D01* +X147658196Y-115529000D01* +X147741804Y-115529000D01* +X147866823Y-115541313D01* +X147866823Y-115541313D01* +G37* +G36* +X145326823Y-115541313D02* +G01* +X145487242Y-115589976D01* +X145619906Y-115660886D01* +X145635078Y-115668996D01* +X145764659Y-115775341D01* +X145871004Y-115904922D01* +X145871005Y-115904924D01* +X145950024Y-116052758D01* +X145998687Y-116213177D01* +X146015117Y-116380000D01* +X145998687Y-116546823D01* +X145950024Y-116707242D01* +X145879114Y-116839906D01* +X145871004Y-116855078D01* +X145764659Y-116984659D01* +X145635078Y-117091004D01* +X145635076Y-117091005D01* +X145487242Y-117170024D01* +X145326823Y-117218687D01* +X145201804Y-117231000D01* +X145118196Y-117231000D01* +X144993177Y-117218687D01* +X144832758Y-117170024D01* +X144684924Y-117091005D01* +X144684922Y-117091004D01* +X144555341Y-116984659D01* +X144448996Y-116855078D01* +X144440886Y-116839906D01* +X144369976Y-116707242D01* +X144321313Y-116546823D01* +X144304883Y-116380000D01* +X144321313Y-116213177D01* +X144369976Y-116052758D01* +X144448995Y-115904924D01* +X144448996Y-115904922D01* +X144555341Y-115775341D01* +X144684922Y-115668996D01* +X144700094Y-115660886D01* +X144832758Y-115589976D01* +X144993177Y-115541313D01* +X145118196Y-115529000D01* +X145201804Y-115529000D01* +X145326823Y-115541313D01* +X145326823Y-115541313D01* +G37* +G36* +X142786823Y-115541313D02* +G01* +X142947242Y-115589976D01* +X143079906Y-115660886D01* +X143095078Y-115668996D01* +X143224659Y-115775341D01* +X143331004Y-115904922D01* +X143331005Y-115904924D01* +X143410024Y-116052758D01* +X143458687Y-116213177D01* +X143475117Y-116380000D01* +X143458687Y-116546823D01* +X143410024Y-116707242D01* +X143339114Y-116839906D01* +X143331004Y-116855078D01* +X143224659Y-116984659D01* +X143095078Y-117091004D01* +X143095076Y-117091005D01* +X142947242Y-117170024D01* +X142786823Y-117218687D01* +X142661804Y-117231000D01* +X142578196Y-117231000D01* +X142453177Y-117218687D01* +X142292758Y-117170024D01* +X142144924Y-117091005D01* +X142144922Y-117091004D01* +X142015341Y-116984659D01* +X141908996Y-116855078D01* +X141900886Y-116839906D01* +X141829976Y-116707242D01* +X141781313Y-116546823D01* +X141764883Y-116380000D01* +X141781313Y-116213177D01* +X141829976Y-116052758D01* +X141908995Y-115904924D01* +X141908996Y-115904922D01* +X142015341Y-115775341D01* +X142144922Y-115668996D01* +X142160094Y-115660886D01* +X142292758Y-115589976D01* +X142453177Y-115541313D01* +X142578196Y-115529000D01* +X142661804Y-115529000D01* +X142786823Y-115541313D01* +X142786823Y-115541313D01* +G37* +G36* +X140246823Y-115541313D02* +G01* +X140407242Y-115589976D01* +X140539906Y-115660886D01* +X140555078Y-115668996D01* +X140684659Y-115775341D01* +X140791004Y-115904922D01* +X140791005Y-115904924D01* +X140870024Y-116052758D01* +X140918687Y-116213177D01* +X140935117Y-116380000D01* +X140918687Y-116546823D01* +X140870024Y-116707242D01* +X140799114Y-116839906D01* +X140791004Y-116855078D01* +X140684659Y-116984659D01* +X140555078Y-117091004D01* +X140555076Y-117091005D01* +X140407242Y-117170024D01* +X140246823Y-117218687D01* +X140121804Y-117231000D01* +X140038196Y-117231000D01* +X139913177Y-117218687D01* +X139752758Y-117170024D01* +X139604924Y-117091005D01* +X139604922Y-117091004D01* +X139475341Y-116984659D01* +X139368996Y-116855078D01* +X139360886Y-116839906D01* +X139289976Y-116707242D01* +X139241313Y-116546823D01* +X139224883Y-116380000D01* +X139241313Y-116213177D01* +X139289976Y-116052758D01* +X139368995Y-115904924D01* +X139368996Y-115904922D01* +X139475341Y-115775341D01* +X139604922Y-115668996D01* +X139620094Y-115660886D01* +X139752758Y-115589976D01* +X139913177Y-115541313D01* +X140038196Y-115529000D01* +X140121804Y-115529000D01* +X140246823Y-115541313D01* +X140246823Y-115541313D01* +G37* +G36* +X137706823Y-115541313D02* +G01* +X137867242Y-115589976D01* +X137999906Y-115660886D01* +X138015078Y-115668996D01* +X138144659Y-115775341D01* +X138251004Y-115904922D01* +X138251005Y-115904924D01* +X138330024Y-116052758D01* +X138378687Y-116213177D01* +X138395117Y-116380000D01* +X138378687Y-116546823D01* +X138330024Y-116707242D01* +X138259114Y-116839906D01* +X138251004Y-116855078D01* +X138144659Y-116984659D01* +X138015078Y-117091004D01* +X138015076Y-117091005D01* +X137867242Y-117170024D01* +X137706823Y-117218687D01* +X137581804Y-117231000D01* +X137498196Y-117231000D01* +X137373177Y-117218687D01* +X137212758Y-117170024D01* +X137064924Y-117091005D01* +X137064922Y-117091004D01* +X136935341Y-116984659D01* +X136828996Y-116855078D01* +X136820886Y-116839906D01* +X136749976Y-116707242D01* +X136701313Y-116546823D01* +X136684883Y-116380000D01* +X136701313Y-116213177D01* +X136749976Y-116052758D01* +X136828995Y-115904924D01* +X136828996Y-115904922D01* +X136935341Y-115775341D01* +X137064922Y-115668996D01* +X137080094Y-115660886D01* +X137212758Y-115589976D01* +X137373177Y-115541313D01* +X137498196Y-115529000D01* +X137581804Y-115529000D01* +X137706823Y-115541313D01* +X137706823Y-115541313D01* +G37* +G36* +X135166823Y-115541313D02* +G01* +X135327242Y-115589976D01* +X135459906Y-115660886D01* +X135475078Y-115668996D01* +X135604659Y-115775341D01* +X135711004Y-115904922D01* +X135711005Y-115904924D01* +X135790024Y-116052758D01* +X135838687Y-116213177D01* +X135855117Y-116380000D01* +X135838687Y-116546823D01* +X135790024Y-116707242D01* +X135719114Y-116839906D01* +X135711004Y-116855078D01* +X135604659Y-116984659D01* +X135475078Y-117091004D01* +X135475076Y-117091005D01* +X135327242Y-117170024D01* +X135166823Y-117218687D01* +X135041804Y-117231000D01* +X134958196Y-117231000D01* +X134833177Y-117218687D01* +X134672758Y-117170024D01* +X134524924Y-117091005D01* +X134524922Y-117091004D01* +X134395341Y-116984659D01* +X134288996Y-116855078D01* +X134280886Y-116839906D01* +X134209976Y-116707242D01* +X134161313Y-116546823D01* +X134144883Y-116380000D01* +X134161313Y-116213177D01* +X134209976Y-116052758D01* +X134288995Y-115904924D01* +X134288996Y-115904922D01* +X134395341Y-115775341D01* +X134524922Y-115668996D01* +X134540094Y-115660886D01* +X134672758Y-115589976D01* +X134833177Y-115541313D01* +X134958196Y-115529000D01* +X135041804Y-115529000D01* +X135166823Y-115541313D01* +X135166823Y-115541313D01* +G37* +G36* +X197326823Y-115541313D02* +G01* +X197487242Y-115589976D01* +X197619906Y-115660886D01* +X197635078Y-115668996D01* +X197764659Y-115775341D01* +X197871004Y-115904922D01* +X197871005Y-115904924D01* +X197950024Y-116052758D01* +X197998687Y-116213177D01* +X198015117Y-116380000D01* +X197998687Y-116546823D01* +X197950024Y-116707242D01* +X197879114Y-116839906D01* +X197871004Y-116855078D01* +X197764659Y-116984659D01* +X197635078Y-117091004D01* +X197635076Y-117091005D01* +X197487242Y-117170024D01* +X197326823Y-117218687D01* +X197201804Y-117231000D01* +X197118196Y-117231000D01* +X196993177Y-117218687D01* +X196832758Y-117170024D01* +X196684924Y-117091005D01* +X196684922Y-117091004D01* +X196555341Y-116984659D01* +X196448996Y-116855078D01* +X196440886Y-116839906D01* +X196369976Y-116707242D01* +X196321313Y-116546823D01* +X196304883Y-116380000D01* +X196321313Y-116213177D01* +X196369976Y-116052758D01* +X196448995Y-115904924D01* +X196448996Y-115904922D01* +X196555341Y-115775341D01* +X196684922Y-115668996D01* +X196700094Y-115660886D01* +X196832758Y-115589976D01* +X196993177Y-115541313D01* +X197118196Y-115529000D01* +X197201804Y-115529000D01* +X197326823Y-115541313D01* +X197326823Y-115541313D01* +G37* +G36* +X130538228Y-112411703D02* +G01* +X130693100Y-112475853D01* +X130832481Y-112568985D01* +X130951015Y-112687519D01* +X131044147Y-112826900D01* +X131108297Y-112981772D01* +X131141000Y-113146184D01* +X131141000Y-113313816D01* +X131108297Y-113478228D01* +X131044147Y-113633100D01* +X130951015Y-113772481D01* +X130832481Y-113891015D01* +X130693100Y-113984147D01* +X130538228Y-114048297D01* +X130373816Y-114081000D01* +X130206184Y-114081000D01* +X130041772Y-114048297D01* +X129886900Y-113984147D01* +X129747519Y-113891015D01* +X129628985Y-113772481D01* +X129535853Y-113633100D01* +X129471703Y-113478228D01* +X129439000Y-113313816D01* +X129439000Y-113146184D01* +X129471703Y-112981772D01* +X129535853Y-112826900D01* +X129628985Y-112687519D01* +X129747519Y-112568985D01* +X129886900Y-112475853D01* +X130041772Y-112411703D01* +X130206184Y-112379000D01* +X130373816Y-112379000D01* +X130538228Y-112411703D01* +X130538228Y-112411703D01* +G37* +G36* +X133038228Y-112411703D02* +G01* +X133193100Y-112475853D01* +X133332481Y-112568985D01* +X133451015Y-112687519D01* +X133544147Y-112826900D01* +X133608297Y-112981772D01* +X133641000Y-113146184D01* +X133641000Y-113313816D01* +X133608297Y-113478228D01* +X133544147Y-113633100D01* +X133451015Y-113772481D01* +X133332481Y-113891015D01* +X133193100Y-113984147D01* +X133038228Y-114048297D01* +X132873816Y-114081000D01* +X132706184Y-114081000D01* +X132541772Y-114048297D01* +X132386900Y-113984147D01* +X132247519Y-113891015D01* +X132128985Y-113772481D01* +X132035853Y-113633100D01* +X131971703Y-113478228D01* +X131939000Y-113313816D01* +X131939000Y-113146184D01* +X131971703Y-112981772D01* +X132035853Y-112826900D01* +X132128985Y-112687519D01* +X132247519Y-112568985D01* +X132386900Y-112475853D01* +X132541772Y-112411703D01* +X132706184Y-112379000D01* +X132873816Y-112379000D01* +X133038228Y-112411703D01* +X133038228Y-112411703D01* +G37* +G36* +X121586823Y-108161313D02* +G01* +X121747242Y-108209976D01* +X121879906Y-108280886D01* +X121895078Y-108288996D01* +X122024659Y-108395341D01* +X122131004Y-108524922D01* +X122131005Y-108524924D01* +X122210024Y-108672758D01* +X122258687Y-108833177D01* +X122275117Y-109000000D01* +X122258687Y-109166823D01* +X122210024Y-109327242D01* +X122139114Y-109459906D01* +X122131004Y-109475078D01* +X122024659Y-109604659D01* +X121895078Y-109711004D01* +X121895076Y-109711005D01* +X121747242Y-109790024D01* +X121586823Y-109838687D01* +X121461804Y-109851000D01* +X121378196Y-109851000D01* +X121253177Y-109838687D01* +X121092758Y-109790024D01* +X120944924Y-109711005D01* +X120944922Y-109711004D01* +X120815341Y-109604659D01* +X120708996Y-109475078D01* +X120700886Y-109459906D01* +X120629976Y-109327242D01* +X120581313Y-109166823D01* +X120564883Y-109000000D01* +X120581313Y-108833177D01* +X120629976Y-108672758D01* +X120708995Y-108524924D01* +X120708996Y-108524922D01* +X120815341Y-108395341D01* +X120944922Y-108288996D01* +X120960094Y-108280886D01* +X121092758Y-108209976D01* +X121253177Y-108161313D01* +X121378196Y-108149000D01* +X121461804Y-108149000D01* +X121586823Y-108161313D01* +X121586823Y-108161313D01* +G37* +G36* +X124126823Y-108161313D02* +G01* +X124287242Y-108209976D01* +X124419906Y-108280886D01* +X124435078Y-108288996D01* +X124564659Y-108395341D01* +X124671004Y-108524922D01* +X124671005Y-108524924D01* +X124750024Y-108672758D01* +X124798687Y-108833177D01* +X124815117Y-109000000D01* +X124798687Y-109166823D01* +X124750024Y-109327242D01* +X124679114Y-109459906D01* +X124671004Y-109475078D01* +X124564659Y-109604659D01* +X124435078Y-109711004D01* +X124435076Y-109711005D01* +X124287242Y-109790024D01* +X124126823Y-109838687D01* +X124001804Y-109851000D01* +X123918196Y-109851000D01* +X123793177Y-109838687D01* +X123632758Y-109790024D01* +X123484924Y-109711005D01* +X123484922Y-109711004D01* +X123355341Y-109604659D01* +X123248996Y-109475078D01* +X123240886Y-109459906D01* +X123169976Y-109327242D01* +X123121313Y-109166823D01* +X123104883Y-109000000D01* +X123121313Y-108833177D01* +X123169976Y-108672758D01* +X123248995Y-108524924D01* +X123248996Y-108524922D01* +X123355341Y-108395341D01* +X123484922Y-108288996D01* +X123500094Y-108280886D01* +X123632758Y-108209976D01* +X123793177Y-108161313D01* +X123918196Y-108149000D01* +X124001804Y-108149000D01* +X124126823Y-108161313D01* +X124126823Y-108161313D01* +G37* +G36* +X126666823Y-108161313D02* +G01* +X126827242Y-108209976D01* +X126959906Y-108280886D01* +X126975078Y-108288996D01* +X127104659Y-108395341D01* +X127211004Y-108524922D01* +X127211005Y-108524924D01* +X127290024Y-108672758D01* +X127338687Y-108833177D01* +X127355117Y-109000000D01* +X127338687Y-109166823D01* +X127290024Y-109327242D01* +X127219114Y-109459906D01* +X127211004Y-109475078D01* +X127104659Y-109604659D01* +X126975078Y-109711004D01* +X126975076Y-109711005D01* +X126827242Y-109790024D01* +X126666823Y-109838687D01* +X126541804Y-109851000D01* +X126458196Y-109851000D01* +X126333177Y-109838687D01* +X126172758Y-109790024D01* +X126024924Y-109711005D01* +X126024922Y-109711004D01* +X125895341Y-109604659D01* +X125788996Y-109475078D01* +X125780886Y-109459906D01* +X125709976Y-109327242D01* +X125661313Y-109166823D01* +X125644883Y-109000000D01* +X125661313Y-108833177D01* +X125709976Y-108672758D01* +X125788995Y-108524924D01* +X125788996Y-108524922D01* +X125895341Y-108395341D01* +X126024922Y-108288996D01* +X126040094Y-108280886D01* +X126172758Y-108209976D01* +X126333177Y-108161313D01* +X126458196Y-108149000D01* +X126541804Y-108149000D01* +X126666823Y-108161313D01* +X126666823Y-108161313D01* +G37* +G36* +X119046823Y-108161313D02* +G01* +X119207242Y-108209976D01* +X119339906Y-108280886D01* +X119355078Y-108288996D01* +X119484659Y-108395341D01* +X119591004Y-108524922D01* +X119591005Y-108524924D01* +X119670024Y-108672758D01* +X119718687Y-108833177D01* +X119735117Y-109000000D01* +X119718687Y-109166823D01* +X119670024Y-109327242D01* +X119599114Y-109459906D01* +X119591004Y-109475078D01* +X119484659Y-109604659D01* +X119355078Y-109711004D01* +X119355076Y-109711005D01* +X119207242Y-109790024D01* +X119046823Y-109838687D01* +X118921804Y-109851000D01* +X118838196Y-109851000D01* +X118713177Y-109838687D01* +X118552758Y-109790024D01* +X118404924Y-109711005D01* +X118404922Y-109711004D01* +X118275341Y-109604659D01* +X118168996Y-109475078D01* +X118160886Y-109459906D01* +X118089976Y-109327242D01* +X118041313Y-109166823D01* +X118024883Y-109000000D01* +X118041313Y-108833177D01* +X118089976Y-108672758D01* +X118168995Y-108524924D01* +X118168996Y-108524922D01* +X118275341Y-108395341D01* +X118404922Y-108288996D01* +X118420094Y-108280886D01* +X118552758Y-108209976D01* +X118713177Y-108161313D01* +X118838196Y-108149000D01* +X118921804Y-108149000D01* +X119046823Y-108161313D01* +X119046823Y-108161313D01* +G37* +G36* +X129206823Y-108161313D02* +G01* +X129367242Y-108209976D01* +X129499906Y-108280886D01* +X129515078Y-108288996D01* +X129644659Y-108395341D01* +X129751004Y-108524922D01* +X129751005Y-108524924D01* +X129830024Y-108672758D01* +X129878687Y-108833177D01* +X129895117Y-109000000D01* +X129878687Y-109166823D01* +X129830024Y-109327242D01* +X129759114Y-109459906D01* +X129751004Y-109475078D01* +X129644659Y-109604659D01* +X129515078Y-109711004D01* +X129515076Y-109711005D01* +X129367242Y-109790024D01* +X129206823Y-109838687D01* +X129081804Y-109851000D01* +X128998196Y-109851000D01* +X128873177Y-109838687D01* +X128712758Y-109790024D01* +X128564924Y-109711005D01* +X128564922Y-109711004D01* +X128435341Y-109604659D01* +X128328996Y-109475078D01* +X128320886Y-109459906D01* +X128249976Y-109327242D01* +X128201313Y-109166823D01* +X128184883Y-109000000D01* +X128201313Y-108833177D01* +X128249976Y-108672758D01* +X128328995Y-108524924D01* +X128328996Y-108524922D01* +X128435341Y-108395341D01* +X128564922Y-108288996D01* +X128580094Y-108280886D01* +X128712758Y-108209976D01* +X128873177Y-108161313D01* +X128998196Y-108149000D01* +X129081804Y-108149000D01* +X129206823Y-108161313D01* +X129206823Y-108161313D01* +G37* +G36* +X116506823Y-108161313D02* +G01* +X116667242Y-108209976D01* +X116799906Y-108280886D01* +X116815078Y-108288996D01* +X116944659Y-108395341D01* +X117051004Y-108524922D01* +X117051005Y-108524924D01* +X117130024Y-108672758D01* +X117178687Y-108833177D01* +X117195117Y-109000000D01* +X117178687Y-109166823D01* +X117130024Y-109327242D01* +X117059114Y-109459906D01* +X117051004Y-109475078D01* +X116944659Y-109604659D01* +X116815078Y-109711004D01* +X116815076Y-109711005D01* +X116667242Y-109790024D01* +X116506823Y-109838687D01* +X116381804Y-109851000D01* +X116298196Y-109851000D01* +X116173177Y-109838687D01* +X116012758Y-109790024D01* +X115864924Y-109711005D01* +X115864922Y-109711004D01* +X115735341Y-109604659D01* +X115628996Y-109475078D01* +X115620886Y-109459906D01* +X115549976Y-109327242D01* +X115501313Y-109166823D01* +X115484883Y-109000000D01* +X115501313Y-108833177D01* +X115549976Y-108672758D01* +X115628995Y-108524924D01* +X115628996Y-108524922D01* +X115735341Y-108395341D01* +X115864922Y-108288996D01* +X115880094Y-108280886D01* +X116012758Y-108209976D01* +X116173177Y-108161313D01* +X116298196Y-108149000D01* +X116381804Y-108149000D01* +X116506823Y-108161313D01* +X116506823Y-108161313D01* +G37* +G36* +X114651000Y-109851000D02* +G01* +X112949000Y-109851000D01* +X112949000Y-108149000D01* +X114651000Y-108149000D01* +X114651000Y-109851000D01* +X114651000Y-109851000D01* +G37* +G36* +X174186823Y-103161313D02* +G01* +X174347242Y-103209976D01* +X174479906Y-103280886D01* +X174495078Y-103288996D01* +X174624659Y-103395341D01* +X174731004Y-103524922D01* +X174731005Y-103524924D01* +X174810024Y-103672758D01* +X174858687Y-103833177D01* +X174875117Y-104000000D01* +X174858687Y-104166823D01* +X174810024Y-104327242D01* +X174739114Y-104459906D01* +X174731004Y-104475078D01* +X174624659Y-104604659D01* +X174495078Y-104711004D01* +X174495076Y-104711005D01* +X174347242Y-104790024D01* +X174186823Y-104838687D01* +X174061804Y-104851000D01* +X173978196Y-104851000D01* +X173853177Y-104838687D01* +X173692758Y-104790024D01* +X173544924Y-104711005D01* +X173544922Y-104711004D01* +X173415341Y-104604659D01* +X173308996Y-104475078D01* +X173300886Y-104459906D01* +X173229976Y-104327242D01* +X173181313Y-104166823D01* +X173164883Y-104000000D01* +X173181313Y-103833177D01* +X173229976Y-103672758D01* +X173308995Y-103524924D01* +X173308996Y-103524922D01* +X173415341Y-103395341D01* +X173544922Y-103288996D01* +X173560094Y-103280886D01* +X173692758Y-103209976D01* +X173853177Y-103161313D01* +X173978196Y-103149000D01* +X174061804Y-103149000D01* +X174186823Y-103161313D01* +X174186823Y-103161313D01* +G37* +G36* +X171646823Y-103161313D02* +G01* +X171807242Y-103209976D01* +X171939906Y-103280886D01* +X171955078Y-103288996D01* +X172084659Y-103395341D01* +X172191004Y-103524922D01* +X172191005Y-103524924D01* +X172270024Y-103672758D01* +X172318687Y-103833177D01* +X172335117Y-104000000D01* +X172318687Y-104166823D01* +X172270024Y-104327242D01* +X172199114Y-104459906D01* +X172191004Y-104475078D01* +X172084659Y-104604659D01* +X171955078Y-104711004D01* +X171955076Y-104711005D01* +X171807242Y-104790024D01* +X171646823Y-104838687D01* +X171521804Y-104851000D01* +X171438196Y-104851000D01* +X171313177Y-104838687D01* +X171152758Y-104790024D01* +X171004924Y-104711005D01* +X171004922Y-104711004D01* +X170875341Y-104604659D01* +X170768996Y-104475078D01* +X170760886Y-104459906D01* +X170689976Y-104327242D01* +X170641313Y-104166823D01* +X170624883Y-104000000D01* +X170641313Y-103833177D01* +X170689976Y-103672758D01* +X170768995Y-103524924D01* +X170768996Y-103524922D01* +X170875341Y-103395341D01* +X171004922Y-103288996D01* +X171020094Y-103280886D01* +X171152758Y-103209976D01* +X171313177Y-103161313D01* +X171438196Y-103149000D01* +X171521804Y-103149000D01* +X171646823Y-103161313D01* +X171646823Y-103161313D01* +G37* +G36* +X169106823Y-103161313D02* +G01* +X169267242Y-103209976D01* +X169399906Y-103280886D01* +X169415078Y-103288996D01* +X169544659Y-103395341D01* +X169651004Y-103524922D01* +X169651005Y-103524924D01* +X169730024Y-103672758D01* +X169778687Y-103833177D01* +X169795117Y-104000000D01* +X169778687Y-104166823D01* +X169730024Y-104327242D01* +X169659114Y-104459906D01* +X169651004Y-104475078D01* +X169544659Y-104604659D01* +X169415078Y-104711004D01* +X169415076Y-104711005D01* +X169267242Y-104790024D01* +X169106823Y-104838687D01* +X168981804Y-104851000D01* +X168898196Y-104851000D01* +X168773177Y-104838687D01* +X168612758Y-104790024D01* +X168464924Y-104711005D01* +X168464922Y-104711004D01* +X168335341Y-104604659D01* +X168228996Y-104475078D01* +X168220886Y-104459906D01* +X168149976Y-104327242D01* +X168101313Y-104166823D01* +X168084883Y-104000000D01* +X168101313Y-103833177D01* +X168149976Y-103672758D01* +X168228995Y-103524924D01* +X168228996Y-103524922D01* +X168335341Y-103395341D01* +X168464922Y-103288996D01* +X168480094Y-103280886D01* +X168612758Y-103209976D01* +X168773177Y-103161313D01* +X168898196Y-103149000D01* +X168981804Y-103149000D01* +X169106823Y-103161313D01* +X169106823Y-103161313D01* +G37* +G36* +X166566823Y-103161313D02* +G01* +X166727242Y-103209976D01* +X166859906Y-103280886D01* +X166875078Y-103288996D01* +X167004659Y-103395341D01* +X167111004Y-103524922D01* +X167111005Y-103524924D01* +X167190024Y-103672758D01* +X167238687Y-103833177D01* +X167255117Y-104000000D01* +X167238687Y-104166823D01* +X167190024Y-104327242D01* +X167119114Y-104459906D01* +X167111004Y-104475078D01* +X167004659Y-104604659D01* +X166875078Y-104711004D01* +X166875076Y-104711005D01* +X166727242Y-104790024D01* +X166566823Y-104838687D01* +X166441804Y-104851000D01* +X166358196Y-104851000D01* +X166233177Y-104838687D01* +X166072758Y-104790024D01* +X165924924Y-104711005D01* +X165924922Y-104711004D01* +X165795341Y-104604659D01* +X165688996Y-104475078D01* +X165680886Y-104459906D01* +X165609976Y-104327242D01* +X165561313Y-104166823D01* +X165544883Y-104000000D01* +X165561313Y-103833177D01* +X165609976Y-103672758D01* +X165688995Y-103524924D01* +X165688996Y-103524922D01* +X165795341Y-103395341D01* +X165924922Y-103288996D01* +X165940094Y-103280886D01* +X166072758Y-103209976D01* +X166233177Y-103161313D01* +X166358196Y-103149000D01* +X166441804Y-103149000D01* +X166566823Y-103161313D01* +X166566823Y-103161313D01* +G37* +G36* +X164026823Y-103161313D02* +G01* +X164187242Y-103209976D01* +X164319906Y-103280886D01* +X164335078Y-103288996D01* +X164464659Y-103395341D01* +X164571004Y-103524922D01* +X164571005Y-103524924D01* +X164650024Y-103672758D01* +X164698687Y-103833177D01* +X164715117Y-104000000D01* +X164698687Y-104166823D01* +X164650024Y-104327242D01* +X164579114Y-104459906D01* +X164571004Y-104475078D01* +X164464659Y-104604659D01* +X164335078Y-104711004D01* +X164335076Y-104711005D01* +X164187242Y-104790024D01* +X164026823Y-104838687D01* +X163901804Y-104851000D01* +X163818196Y-104851000D01* +X163693177Y-104838687D01* +X163532758Y-104790024D01* +X163384924Y-104711005D01* +X163384922Y-104711004D01* +X163255341Y-104604659D01* +X163148996Y-104475078D01* +X163140886Y-104459906D01* +X163069976Y-104327242D01* +X163021313Y-104166823D01* +X163004883Y-104000000D01* +X163021313Y-103833177D01* +X163069976Y-103672758D01* +X163148995Y-103524924D01* +X163148996Y-103524922D01* +X163255341Y-103395341D01* +X163384922Y-103288996D01* +X163400094Y-103280886D01* +X163532758Y-103209976D01* +X163693177Y-103161313D01* +X163818196Y-103149000D01* +X163901804Y-103149000D01* +X164026823Y-103161313D01* +X164026823Y-103161313D01* +G37* +G36* +X161486823Y-103161313D02* +G01* +X161647242Y-103209976D01* +X161779906Y-103280886D01* +X161795078Y-103288996D01* +X161924659Y-103395341D01* +X162031004Y-103524922D01* +X162031005Y-103524924D01* +X162110024Y-103672758D01* +X162158687Y-103833177D01* +X162175117Y-104000000D01* +X162158687Y-104166823D01* +X162110024Y-104327242D01* +X162039114Y-104459906D01* +X162031004Y-104475078D01* +X161924659Y-104604659D01* +X161795078Y-104711004D01* +X161795076Y-104711005D01* +X161647242Y-104790024D01* +X161486823Y-104838687D01* +X161361804Y-104851000D01* +X161278196Y-104851000D01* +X161153177Y-104838687D01* +X160992758Y-104790024D01* +X160844924Y-104711005D01* +X160844922Y-104711004D01* +X160715341Y-104604659D01* +X160608996Y-104475078D01* +X160600886Y-104459906D01* +X160529976Y-104327242D01* +X160481313Y-104166823D01* +X160464883Y-104000000D01* +X160481313Y-103833177D01* +X160529976Y-103672758D01* +X160608995Y-103524924D01* +X160608996Y-103524922D01* +X160715341Y-103395341D01* +X160844922Y-103288996D01* +X160860094Y-103280886D01* +X160992758Y-103209976D01* +X161153177Y-103161313D01* +X161278196Y-103149000D01* +X161361804Y-103149000D01* +X161486823Y-103161313D01* +X161486823Y-103161313D01* +G37* +G36* +X141851000Y-104851000D02* +G01* +X140149000Y-104851000D01* +X140149000Y-103149000D01* +X141851000Y-103149000D01* +X141851000Y-104851000D01* +X141851000Y-104851000D01* +G37* +G36* +X143706823Y-103161313D02* +G01* +X143867242Y-103209976D01* +X143999906Y-103280886D01* +X144015078Y-103288996D01* +X144144659Y-103395341D01* +X144251004Y-103524922D01* +X144251005Y-103524924D01* +X144330024Y-103672758D01* +X144378687Y-103833177D01* +X144395117Y-104000000D01* +X144378687Y-104166823D01* +X144330024Y-104327242D01* +X144259114Y-104459906D01* +X144251004Y-104475078D01* +X144144659Y-104604659D01* +X144015078Y-104711004D01* +X144015076Y-104711005D01* +X143867242Y-104790024D01* +X143706823Y-104838687D01* +X143581804Y-104851000D01* +X143498196Y-104851000D01* +X143373177Y-104838687D01* +X143212758Y-104790024D01* +X143064924Y-104711005D01* +X143064922Y-104711004D01* +X142935341Y-104604659D01* +X142828996Y-104475078D01* +X142820886Y-104459906D01* +X142749976Y-104327242D01* +X142701313Y-104166823D01* +X142684883Y-104000000D01* +X142701313Y-103833177D01* +X142749976Y-103672758D01* +X142828995Y-103524924D01* +X142828996Y-103524922D01* +X142935341Y-103395341D01* +X143064922Y-103288996D01* +X143080094Y-103280886D01* +X143212758Y-103209976D01* +X143373177Y-103161313D01* +X143498196Y-103149000D01* +X143581804Y-103149000D01* +X143706823Y-103161313D01* +X143706823Y-103161313D01* +G37* +G36* +X146246823Y-103161313D02* +G01* +X146407242Y-103209976D01* +X146539906Y-103280886D01* +X146555078Y-103288996D01* +X146684659Y-103395341D01* +X146791004Y-103524922D01* +X146791005Y-103524924D01* +X146870024Y-103672758D01* +X146918687Y-103833177D01* +X146935117Y-104000000D01* +X146918687Y-104166823D01* +X146870024Y-104327242D01* +X146799114Y-104459906D01* +X146791004Y-104475078D01* +X146684659Y-104604659D01* +X146555078Y-104711004D01* +X146555076Y-104711005D01* +X146407242Y-104790024D01* +X146246823Y-104838687D01* +X146121804Y-104851000D01* +X146038196Y-104851000D01* +X145913177Y-104838687D01* +X145752758Y-104790024D01* +X145604924Y-104711005D01* +X145604922Y-104711004D01* +X145475341Y-104604659D01* +X145368996Y-104475078D01* +X145360886Y-104459906D01* +X145289976Y-104327242D01* +X145241313Y-104166823D01* +X145224883Y-104000000D01* +X145241313Y-103833177D01* +X145289976Y-103672758D01* +X145368995Y-103524924D01* +X145368996Y-103524922D01* +X145475341Y-103395341D01* +X145604922Y-103288996D01* +X145620094Y-103280886D01* +X145752758Y-103209976D01* +X145913177Y-103161313D01* +X146038196Y-103149000D01* +X146121804Y-103149000D01* +X146246823Y-103161313D01* +X146246823Y-103161313D01* +G37* +G36* +X158946823Y-103161313D02* +G01* +X159107242Y-103209976D01* +X159239906Y-103280886D01* +X159255078Y-103288996D01* +X159384659Y-103395341D01* +X159491004Y-103524922D01* +X159491005Y-103524924D01* +X159570024Y-103672758D01* +X159618687Y-103833177D01* +X159635117Y-104000000D01* +X159618687Y-104166823D01* +X159570024Y-104327242D01* +X159499114Y-104459906D01* +X159491004Y-104475078D01* +X159384659Y-104604659D01* +X159255078Y-104711004D01* +X159255076Y-104711005D01* +X159107242Y-104790024D01* +X158946823Y-104838687D01* +X158821804Y-104851000D01* +X158738196Y-104851000D01* +X158613177Y-104838687D01* +X158452758Y-104790024D01* +X158304924Y-104711005D01* +X158304922Y-104711004D01* +X158175341Y-104604659D01* +X158068996Y-104475078D01* +X158060886Y-104459906D01* +X157989976Y-104327242D01* +X157941313Y-104166823D01* +X157924883Y-104000000D01* +X157941313Y-103833177D01* +X157989976Y-103672758D01* +X158068995Y-103524924D01* +X158068996Y-103524922D01* +X158175341Y-103395341D01* +X158304922Y-103288996D01* +X158320094Y-103280886D01* +X158452758Y-103209976D01* +X158613177Y-103161313D01* +X158738196Y-103149000D01* +X158821804Y-103149000D01* +X158946823Y-103161313D01* +X158946823Y-103161313D01* +G37* +G36* +X156406823Y-103161313D02* +G01* +X156567242Y-103209976D01* +X156699906Y-103280886D01* +X156715078Y-103288996D01* +X156844659Y-103395341D01* +X156951004Y-103524922D01* +X156951005Y-103524924D01* +X157030024Y-103672758D01* +X157078687Y-103833177D01* +X157095117Y-104000000D01* +X157078687Y-104166823D01* +X157030024Y-104327242D01* +X156959114Y-104459906D01* +X156951004Y-104475078D01* +X156844659Y-104604659D01* +X156715078Y-104711004D01* +X156715076Y-104711005D01* +X156567242Y-104790024D01* +X156406823Y-104838687D01* +X156281804Y-104851000D01* +X156198196Y-104851000D01* +X156073177Y-104838687D01* +X155912758Y-104790024D01* +X155764924Y-104711005D01* +X155764922Y-104711004D01* +X155635341Y-104604659D01* +X155528996Y-104475078D01* +X155520886Y-104459906D01* +X155449976Y-104327242D01* +X155401313Y-104166823D01* +X155384883Y-104000000D01* +X155401313Y-103833177D01* +X155449976Y-103672758D01* +X155528995Y-103524924D01* +X155528996Y-103524922D01* +X155635341Y-103395341D01* +X155764922Y-103288996D01* +X155780094Y-103280886D01* +X155912758Y-103209976D01* +X156073177Y-103161313D01* +X156198196Y-103149000D01* +X156281804Y-103149000D01* +X156406823Y-103161313D01* +X156406823Y-103161313D01* +G37* +G36* +X153866823Y-103161313D02* +G01* +X154027242Y-103209976D01* +X154159906Y-103280886D01* +X154175078Y-103288996D01* +X154304659Y-103395341D01* +X154411004Y-103524922D01* +X154411005Y-103524924D01* +X154490024Y-103672758D01* +X154538687Y-103833177D01* +X154555117Y-104000000D01* +X154538687Y-104166823D01* +X154490024Y-104327242D01* +X154419114Y-104459906D01* +X154411004Y-104475078D01* +X154304659Y-104604659D01* +X154175078Y-104711004D01* +X154175076Y-104711005D01* +X154027242Y-104790024D01* +X153866823Y-104838687D01* +X153741804Y-104851000D01* +X153658196Y-104851000D01* +X153533177Y-104838687D01* +X153372758Y-104790024D01* +X153224924Y-104711005D01* +X153224922Y-104711004D01* +X153095341Y-104604659D01* +X152988996Y-104475078D01* +X152980886Y-104459906D01* +X152909976Y-104327242D01* +X152861313Y-104166823D01* +X152844883Y-104000000D01* +X152861313Y-103833177D01* +X152909976Y-103672758D01* +X152988995Y-103524924D01* +X152988996Y-103524922D01* +X153095341Y-103395341D01* +X153224922Y-103288996D01* +X153240094Y-103280886D01* +X153372758Y-103209976D01* +X153533177Y-103161313D01* +X153658196Y-103149000D01* +X153741804Y-103149000D01* +X153866823Y-103161313D01* +X153866823Y-103161313D01* +G37* +G36* +X151326823Y-103161313D02* +G01* +X151487242Y-103209976D01* +X151619906Y-103280886D01* +X151635078Y-103288996D01* +X151764659Y-103395341D01* +X151871004Y-103524922D01* +X151871005Y-103524924D01* +X151950024Y-103672758D01* +X151998687Y-103833177D01* +X152015117Y-104000000D01* +X151998687Y-104166823D01* +X151950024Y-104327242D01* +X151879114Y-104459906D01* +X151871004Y-104475078D01* +X151764659Y-104604659D01* +X151635078Y-104711004D01* +X151635076Y-104711005D01* +X151487242Y-104790024D01* +X151326823Y-104838687D01* +X151201804Y-104851000D01* +X151118196Y-104851000D01* +X150993177Y-104838687D01* +X150832758Y-104790024D01* +X150684924Y-104711005D01* +X150684922Y-104711004D01* +X150555341Y-104604659D01* +X150448996Y-104475078D01* +X150440886Y-104459906D01* +X150369976Y-104327242D01* +X150321313Y-104166823D01* +X150304883Y-104000000D01* +X150321313Y-103833177D01* +X150369976Y-103672758D01* +X150448995Y-103524924D01* +X150448996Y-103524922D01* +X150555341Y-103395341D01* +X150684922Y-103288996D01* +X150700094Y-103280886D01* +X150832758Y-103209976D01* +X150993177Y-103161313D01* +X151118196Y-103149000D01* +X151201804Y-103149000D01* +X151326823Y-103161313D01* +X151326823Y-103161313D01* +G37* +G36* +X148786823Y-103161313D02* +G01* +X148947242Y-103209976D01* +X149079906Y-103280886D01* +X149095078Y-103288996D01* +X149224659Y-103395341D01* +X149331004Y-103524922D01* +X149331005Y-103524924D01* +X149410024Y-103672758D01* +X149458687Y-103833177D01* +X149475117Y-104000000D01* +X149458687Y-104166823D01* +X149410024Y-104327242D01* +X149339114Y-104459906D01* +X149331004Y-104475078D01* +X149224659Y-104604659D01* +X149095078Y-104711004D01* +X149095076Y-104711005D01* +X148947242Y-104790024D01* +X148786823Y-104838687D01* +X148661804Y-104851000D01* +X148578196Y-104851000D01* +X148453177Y-104838687D01* +X148292758Y-104790024D01* +X148144924Y-104711005D01* +X148144922Y-104711004D01* +X148015341Y-104604659D01* +X147908996Y-104475078D01* +X147900886Y-104459906D01* +X147829976Y-104327242D01* +X147781313Y-104166823D01* +X147764883Y-104000000D01* +X147781313Y-103833177D01* +X147829976Y-103672758D01* +X147908995Y-103524924D01* +X147908996Y-103524922D01* +X148015341Y-103395341D01* +X148144922Y-103288996D01* +X148160094Y-103280886D01* +X148292758Y-103209976D01* +X148453177Y-103161313D01* +X148578196Y-103149000D01* +X148661804Y-103149000D01* +X148786823Y-103161313D01* +X148786823Y-103161313D01* +G37* +G36* +X178338228Y-101301703D02* +G01* +X178493100Y-101365853D01* +X178632481Y-101458985D01* +X178751015Y-101577519D01* +X178844147Y-101716900D01* +X178908297Y-101871772D01* +X178941000Y-102036184D01* +X178941000Y-102203816D01* +X178908297Y-102368228D01* +X178844147Y-102523100D01* +X178751015Y-102662481D01* +X178632481Y-102781015D01* +X178493100Y-102874147D01* +X178338228Y-102938297D01* +X178173816Y-102971000D01* +X178006184Y-102971000D01* +X177841772Y-102938297D01* +X177686900Y-102874147D01* +X177547519Y-102781015D01* +X177428985Y-102662481D01* +X177335853Y-102523100D01* +X177271703Y-102368228D01* +X177239000Y-102203816D01* +X177239000Y-102036184D01* +X177271703Y-101871772D01* +X177335853Y-101716900D01* +X177428985Y-101577519D01* +X177547519Y-101458985D01* +X177686900Y-101365853D01* +X177841772Y-101301703D01* +X178006184Y-101269000D01* +X178173816Y-101269000D01* +X178338228Y-101301703D01* +X178338228Y-101301703D01* +G37* +G36* +X124126823Y-100541313D02* +G01* +X124287242Y-100589976D01* +X124419906Y-100660886D01* +X124435078Y-100668996D01* +X124564659Y-100775341D01* +X124671004Y-100904922D01* +X124671005Y-100904924D01* +X124750024Y-101052758D01* +X124798687Y-101213177D01* +X124815117Y-101380000D01* +X124798687Y-101546823D01* +X124750024Y-101707242D01* +X124744860Y-101716903D01* +X124671004Y-101855078D01* +X124564659Y-101984659D01* +X124435078Y-102091004D01* +X124435076Y-102091005D01* +X124287242Y-102170024D01* +X124126823Y-102218687D01* +X124001804Y-102231000D01* +X123918196Y-102231000D01* +X123793177Y-102218687D01* +X123632758Y-102170024D01* +X123484924Y-102091005D01* +X123484922Y-102091004D01* +X123355341Y-101984659D01* +X123248996Y-101855078D01* +X123175140Y-101716903D01* +X123169976Y-101707242D01* +X123121313Y-101546823D01* +X123104883Y-101380000D01* +X123121313Y-101213177D01* +X123169976Y-101052758D01* +X123248995Y-100904924D01* +X123248996Y-100904922D01* +X123355341Y-100775341D01* +X123484922Y-100668996D01* +X123500094Y-100660886D01* +X123632758Y-100589976D01* +X123793177Y-100541313D01* +X123918196Y-100529000D01* +X124001804Y-100529000D01* +X124126823Y-100541313D01* +X124126823Y-100541313D01* +G37* +G36* +X121586823Y-100541313D02* +G01* +X121747242Y-100589976D01* +X121879906Y-100660886D01* +X121895078Y-100668996D01* +X122024659Y-100775341D01* +X122131004Y-100904922D01* +X122131005Y-100904924D01* +X122210024Y-101052758D01* +X122258687Y-101213177D01* +X122275117Y-101380000D01* +X122258687Y-101546823D01* +X122210024Y-101707242D01* +X122204860Y-101716903D01* +X122131004Y-101855078D01* +X122024659Y-101984659D01* +X121895078Y-102091004D01* +X121895076Y-102091005D01* +X121747242Y-102170024D01* +X121586823Y-102218687D01* +X121461804Y-102231000D01* +X121378196Y-102231000D01* +X121253177Y-102218687D01* +X121092758Y-102170024D01* +X120944924Y-102091005D01* +X120944922Y-102091004D01* +X120815341Y-101984659D01* +X120708996Y-101855078D01* +X120635140Y-101716903D01* +X120629976Y-101707242D01* +X120581313Y-101546823D01* +X120564883Y-101380000D01* +X120581313Y-101213177D01* +X120629976Y-101052758D01* +X120708995Y-100904924D01* +X120708996Y-100904922D01* +X120815341Y-100775341D01* +X120944922Y-100668996D01* +X120960094Y-100660886D01* +X121092758Y-100589976D01* +X121253177Y-100541313D01* +X121378196Y-100529000D01* +X121461804Y-100529000D01* +X121586823Y-100541313D01* +X121586823Y-100541313D01* +G37* +G36* +X119046823Y-100541313D02* +G01* +X119207242Y-100589976D01* +X119339906Y-100660886D01* +X119355078Y-100668996D01* +X119484659Y-100775341D01* +X119591004Y-100904922D01* +X119591005Y-100904924D01* +X119670024Y-101052758D01* +X119718687Y-101213177D01* +X119735117Y-101380000D01* +X119718687Y-101546823D01* +X119670024Y-101707242D01* +X119664860Y-101716903D01* +X119591004Y-101855078D01* +X119484659Y-101984659D01* +X119355078Y-102091004D01* +X119355076Y-102091005D01* +X119207242Y-102170024D01* +X119046823Y-102218687D01* +X118921804Y-102231000D01* +X118838196Y-102231000D01* +X118713177Y-102218687D01* +X118552758Y-102170024D01* +X118404924Y-102091005D01* +X118404922Y-102091004D01* +X118275341Y-101984659D01* +X118168996Y-101855078D01* +X118095140Y-101716903D01* +X118089976Y-101707242D01* +X118041313Y-101546823D01* +X118024883Y-101380000D01* +X118041313Y-101213177D01* +X118089976Y-101052758D01* +X118168995Y-100904924D01* +X118168996Y-100904922D01* +X118275341Y-100775341D01* +X118404922Y-100668996D01* +X118420094Y-100660886D01* +X118552758Y-100589976D01* +X118713177Y-100541313D01* +X118838196Y-100529000D01* +X118921804Y-100529000D01* +X119046823Y-100541313D01* +X119046823Y-100541313D01* +G37* +G36* +X116506823Y-100541313D02* +G01* +X116667242Y-100589976D01* +X116799906Y-100660886D01* +X116815078Y-100668996D01* +X116944659Y-100775341D01* +X117051004Y-100904922D01* +X117051005Y-100904924D01* +X117130024Y-101052758D01* +X117178687Y-101213177D01* +X117195117Y-101380000D01* +X117178687Y-101546823D01* +X117130024Y-101707242D01* +X117124860Y-101716903D01* +X117051004Y-101855078D01* +X116944659Y-101984659D01* +X116815078Y-102091004D01* +X116815076Y-102091005D01* +X116667242Y-102170024D01* +X116506823Y-102218687D01* +X116381804Y-102231000D01* +X116298196Y-102231000D01* +X116173177Y-102218687D01* +X116012758Y-102170024D01* +X115864924Y-102091005D01* +X115864922Y-102091004D01* +X115735341Y-101984659D01* +X115628996Y-101855078D01* +X115555140Y-101716903D01* +X115549976Y-101707242D01* +X115501313Y-101546823D01* +X115484883Y-101380000D01* +X115501313Y-101213177D01* +X115549976Y-101052758D01* +X115628995Y-100904924D01* +X115628996Y-100904922D01* +X115735341Y-100775341D01* +X115864922Y-100668996D01* +X115880094Y-100660886D01* +X116012758Y-100589976D01* +X116173177Y-100541313D01* +X116298196Y-100529000D01* +X116381804Y-100529000D01* +X116506823Y-100541313D01* +X116506823Y-100541313D01* +G37* +G36* +X113966823Y-100541313D02* +G01* +X114127242Y-100589976D01* +X114259906Y-100660886D01* +X114275078Y-100668996D01* +X114404659Y-100775341D01* +X114511004Y-100904922D01* +X114511005Y-100904924D01* +X114590024Y-101052758D01* +X114638687Y-101213177D01* +X114655117Y-101380000D01* +X114638687Y-101546823D01* +X114590024Y-101707242D01* +X114584860Y-101716903D01* +X114511004Y-101855078D01* +X114404659Y-101984659D01* +X114275078Y-102091004D01* +X114275076Y-102091005D01* +X114127242Y-102170024D01* +X113966823Y-102218687D01* +X113841804Y-102231000D01* +X113758196Y-102231000D01* +X113633177Y-102218687D01* +X113472758Y-102170024D01* +X113324924Y-102091005D01* +X113324922Y-102091004D01* +X113195341Y-101984659D01* +X113088996Y-101855078D01* +X113015140Y-101716903D01* +X113009976Y-101707242D01* +X112961313Y-101546823D01* +X112944883Y-101380000D01* +X112961313Y-101213177D01* +X113009976Y-101052758D01* +X113088995Y-100904924D01* +X113088996Y-100904922D01* +X113195341Y-100775341D01* +X113324922Y-100668996D01* +X113340094Y-100660886D01* +X113472758Y-100589976D01* +X113633177Y-100541313D01* +X113758196Y-100529000D01* +X113841804Y-100529000D01* +X113966823Y-100541313D01* +X113966823Y-100541313D01* +G37* +G36* +X126666823Y-100541313D02* +G01* +X126827242Y-100589976D01* +X126959906Y-100660886D01* +X126975078Y-100668996D01* +X127104659Y-100775341D01* +X127211004Y-100904922D01* +X127211005Y-100904924D01* +X127290024Y-101052758D01* +X127338687Y-101213177D01* +X127355117Y-101380000D01* +X127338687Y-101546823D01* +X127290024Y-101707242D01* +X127284860Y-101716903D01* +X127211004Y-101855078D01* +X127104659Y-101984659D01* +X126975078Y-102091004D01* +X126975076Y-102091005D01* +X126827242Y-102170024D01* +X126666823Y-102218687D01* +X126541804Y-102231000D01* +X126458196Y-102231000D01* +X126333177Y-102218687D01* +X126172758Y-102170024D01* +X126024924Y-102091005D01* +X126024922Y-102091004D01* +X125895341Y-101984659D01* +X125788996Y-101855078D01* +X125715140Y-101716903D01* +X125709976Y-101707242D01* +X125661313Y-101546823D01* +X125644883Y-101380000D01* +X125661313Y-101213177D01* +X125709976Y-101052758D01* +X125788995Y-100904924D01* +X125788996Y-100904922D01* +X125895341Y-100775341D01* +X126024922Y-100668996D01* +X126040094Y-100660886D01* +X126172758Y-100589976D01* +X126333177Y-100541313D01* +X126458196Y-100529000D01* +X126541804Y-100529000D01* +X126666823Y-100541313D01* +X126666823Y-100541313D01* +G37* +G36* +X129206823Y-100541313D02* +G01* +X129367242Y-100589976D01* +X129499906Y-100660886D01* +X129515078Y-100668996D01* +X129644659Y-100775341D01* +X129751004Y-100904922D01* +X129751005Y-100904924D01* +X129830024Y-101052758D01* +X129878687Y-101213177D01* +X129895117Y-101380000D01* +X129878687Y-101546823D01* +X129830024Y-101707242D01* +X129824860Y-101716903D01* +X129751004Y-101855078D01* +X129644659Y-101984659D01* +X129515078Y-102091004D01* +X129515076Y-102091005D01* +X129367242Y-102170024D01* +X129206823Y-102218687D01* +X129081804Y-102231000D01* +X128998196Y-102231000D01* +X128873177Y-102218687D01* +X128712758Y-102170024D01* +X128564924Y-102091005D01* +X128564922Y-102091004D01* +X128435341Y-101984659D01* +X128328996Y-101855078D01* +X128255140Y-101716903D01* +X128249976Y-101707242D01* +X128201313Y-101546823D01* +X128184883Y-101380000D01* +X128201313Y-101213177D01* +X128249976Y-101052758D01* +X128328995Y-100904924D01* +X128328996Y-100904922D01* +X128435341Y-100775341D01* +X128564922Y-100668996D01* +X128580094Y-100660886D01* +X128712758Y-100589976D01* +X128873177Y-100541313D01* +X128998196Y-100529000D01* +X129081804Y-100529000D01* +X129206823Y-100541313D01* +X129206823Y-100541313D01* +G37* +G36* +X203106823Y-99751313D02* +G01* +X203267242Y-99799976D01* +X203394932Y-99868228D01* +X203415078Y-99878996D01* +X203544659Y-99985341D01* +X203651004Y-100114922D01* +X203651005Y-100114924D01* +X203730024Y-100262758D01* +X203778687Y-100423177D01* +X203795117Y-100590000D01* +X203778687Y-100756823D01* +X203730024Y-100917242D01* +X203659114Y-101049906D01* +X203651004Y-101065078D01* +X203544659Y-101194659D01* +X203415078Y-101301004D01* +X203399906Y-101309114D01* +X203267242Y-101380024D01* +X203106823Y-101428687D01* +X202981804Y-101441000D01* +X202898196Y-101441000D01* +X202773177Y-101428687D01* +X202612758Y-101380024D01* +X202480094Y-101309114D01* +X202464922Y-101301004D01* +X202335341Y-101194659D01* +X202228996Y-101065078D01* +X202220886Y-101049906D01* +X202149976Y-100917242D01* +X202101313Y-100756823D01* +X202084883Y-100590000D01* +X202101313Y-100423177D01* +X202149976Y-100262758D01* +X202228995Y-100114924D01* +X202228996Y-100114922D01* +X202335341Y-99985341D01* +X202464922Y-99878996D01* +X202485068Y-99868228D01* +X202612758Y-99799976D01* +X202773177Y-99751313D01* +X202898196Y-99739000D01* +X202981804Y-99739000D01* +X203106823Y-99751313D01* +X203106823Y-99751313D01* +G37* +G36* +X200566823Y-99751313D02* +G01* +X200727242Y-99799976D01* +X200854932Y-99868228D01* +X200875078Y-99878996D01* +X201004659Y-99985341D01* +X201111004Y-100114922D01* +X201111005Y-100114924D01* +X201190024Y-100262758D01* +X201238687Y-100423177D01* +X201255117Y-100590000D01* +X201238687Y-100756823D01* +X201190024Y-100917242D01* +X201119114Y-101049906D01* +X201111004Y-101065078D01* +X201004659Y-101194659D01* +X200875078Y-101301004D01* +X200859906Y-101309114D01* +X200727242Y-101380024D01* +X200566823Y-101428687D01* +X200441804Y-101441000D01* +X200358196Y-101441000D01* +X200233177Y-101428687D01* +X200072758Y-101380024D01* +X199940094Y-101309114D01* +X199924922Y-101301004D01* +X199795341Y-101194659D01* +X199688996Y-101065078D01* +X199680886Y-101049906D01* +X199609976Y-100917242D01* +X199561313Y-100756823D01* +X199544883Y-100590000D01* +X199561313Y-100423177D01* +X199609976Y-100262758D01* +X199688995Y-100114924D01* +X199688996Y-100114922D01* +X199795341Y-99985341D01* +X199924922Y-99878996D01* +X199945068Y-99868228D01* +X200072758Y-99799976D01* +X200233177Y-99751313D01* +X200358196Y-99739000D01* +X200441804Y-99739000D01* +X200566823Y-99751313D01* +X200566823Y-99751313D01* +G37* +G36* +X198026823Y-99751313D02* +G01* +X198187242Y-99799976D01* +X198314932Y-99868228D01* +X198335078Y-99878996D01* +X198464659Y-99985341D01* +X198571004Y-100114922D01* +X198571005Y-100114924D01* +X198650024Y-100262758D01* +X198698687Y-100423177D01* +X198715117Y-100590000D01* +X198698687Y-100756823D01* +X198650024Y-100917242D01* +X198579114Y-101049906D01* +X198571004Y-101065078D01* +X198464659Y-101194659D01* +X198335078Y-101301004D01* +X198319906Y-101309114D01* +X198187242Y-101380024D01* +X198026823Y-101428687D01* +X197901804Y-101441000D01* +X197818196Y-101441000D01* +X197693177Y-101428687D01* +X197532758Y-101380024D01* +X197400094Y-101309114D01* +X197384922Y-101301004D01* +X197255341Y-101194659D01* +X197148996Y-101065078D01* +X197140886Y-101049906D01* +X197069976Y-100917242D01* +X197021313Y-100756823D01* +X197004883Y-100590000D01* +X197021313Y-100423177D01* +X197069976Y-100262758D01* +X197148995Y-100114924D01* +X197148996Y-100114922D01* +X197255341Y-99985341D01* +X197384922Y-99878996D01* +X197405068Y-99868228D01* +X197532758Y-99799976D01* +X197693177Y-99751313D01* +X197818196Y-99739000D01* +X197901804Y-99739000D01* +X198026823Y-99751313D01* +X198026823Y-99751313D01* +G37* +G36* +X195486823Y-99751313D02* +G01* +X195647242Y-99799976D01* +X195774932Y-99868228D01* +X195795078Y-99878996D01* +X195924659Y-99985341D01* +X196031004Y-100114922D01* +X196031005Y-100114924D01* +X196110024Y-100262758D01* +X196158687Y-100423177D01* +X196175117Y-100590000D01* +X196158687Y-100756823D01* +X196110024Y-100917242D01* +X196039114Y-101049906D01* +X196031004Y-101065078D01* +X195924659Y-101194659D01* +X195795078Y-101301004D01* +X195779906Y-101309114D01* +X195647242Y-101380024D01* +X195486823Y-101428687D01* +X195361804Y-101441000D01* +X195278196Y-101441000D01* +X195153177Y-101428687D01* +X194992758Y-101380024D01* +X194860094Y-101309114D01* +X194844922Y-101301004D01* +X194715341Y-101194659D01* +X194608996Y-101065078D01* +X194600886Y-101049906D01* +X194529976Y-100917242D01* +X194481313Y-100756823D01* +X194464883Y-100590000D01* +X194481313Y-100423177D01* +X194529976Y-100262758D01* +X194608995Y-100114924D01* +X194608996Y-100114922D01* +X194715341Y-99985341D01* +X194844922Y-99878996D01* +X194865068Y-99868228D01* +X194992758Y-99799976D01* +X195153177Y-99751313D01* +X195278196Y-99739000D01* +X195361804Y-99739000D01* +X195486823Y-99751313D01* +X195486823Y-99751313D01* +G37* +G36* +X186011000Y-101441000D02* +G01* +X184309000Y-101441000D01* +X184309000Y-99739000D01* +X186011000Y-99739000D01* +X186011000Y-101441000D01* +X186011000Y-101441000D01* +G37* +G36* +X187866823Y-99751313D02* +G01* +X188027242Y-99799976D01* +X188154932Y-99868228D01* +X188175078Y-99878996D01* +X188304659Y-99985341D01* +X188411004Y-100114922D01* +X188411005Y-100114924D01* +X188490024Y-100262758D01* +X188538687Y-100423177D01* +X188555117Y-100590000D01* +X188538687Y-100756823D01* +X188490024Y-100917242D01* +X188419114Y-101049906D01* +X188411004Y-101065078D01* +X188304659Y-101194659D01* +X188175078Y-101301004D01* +X188159906Y-101309114D01* +X188027242Y-101380024D01* +X187866823Y-101428687D01* +X187741804Y-101441000D01* +X187658196Y-101441000D01* +X187533177Y-101428687D01* +X187372758Y-101380024D01* +X187240094Y-101309114D01* +X187224922Y-101301004D01* +X187095341Y-101194659D01* +X186988996Y-101065078D01* +X186980886Y-101049906D01* +X186909976Y-100917242D01* +X186861313Y-100756823D01* +X186844883Y-100590000D01* +X186861313Y-100423177D01* +X186909976Y-100262758D01* +X186988995Y-100114924D01* +X186988996Y-100114922D01* +X187095341Y-99985341D01* +X187224922Y-99878996D01* +X187245068Y-99868228D01* +X187372758Y-99799976D01* +X187533177Y-99751313D01* +X187658196Y-99739000D01* +X187741804Y-99739000D01* +X187866823Y-99751313D01* +X187866823Y-99751313D01* +G37* +G36* +X190406823Y-99751313D02* +G01* +X190567242Y-99799976D01* +X190694932Y-99868228D01* +X190715078Y-99878996D01* +X190844659Y-99985341D01* +X190951004Y-100114922D01* +X190951005Y-100114924D01* +X191030024Y-100262758D01* +X191078687Y-100423177D01* +X191095117Y-100590000D01* +X191078687Y-100756823D01* +X191030024Y-100917242D01* +X190959114Y-101049906D01* +X190951004Y-101065078D01* +X190844659Y-101194659D01* +X190715078Y-101301004D01* +X190699906Y-101309114D01* +X190567242Y-101380024D01* +X190406823Y-101428687D01* +X190281804Y-101441000D01* +X190198196Y-101441000D01* +X190073177Y-101428687D01* +X189912758Y-101380024D01* +X189780094Y-101309114D01* +X189764922Y-101301004D01* +X189635341Y-101194659D01* +X189528996Y-101065078D01* +X189520886Y-101049906D01* +X189449976Y-100917242D01* +X189401313Y-100756823D01* +X189384883Y-100590000D01* +X189401313Y-100423177D01* +X189449976Y-100262758D01* +X189528995Y-100114924D01* +X189528996Y-100114922D01* +X189635341Y-99985341D01* +X189764922Y-99878996D01* +X189785068Y-99868228D01* +X189912758Y-99799976D01* +X190073177Y-99751313D01* +X190198196Y-99739000D01* +X190281804Y-99739000D01* +X190406823Y-99751313D01* +X190406823Y-99751313D01* +G37* +G36* +X192946823Y-99751313D02* +G01* +X193107242Y-99799976D01* +X193234932Y-99868228D01* +X193255078Y-99878996D01* +X193384659Y-99985341D01* +X193491004Y-100114922D01* +X193491005Y-100114924D01* +X193570024Y-100262758D01* +X193618687Y-100423177D01* +X193635117Y-100590000D01* +X193618687Y-100756823D01* +X193570024Y-100917242D01* +X193499114Y-101049906D01* +X193491004Y-101065078D01* +X193384659Y-101194659D01* +X193255078Y-101301004D01* +X193239906Y-101309114D01* +X193107242Y-101380024D01* +X192946823Y-101428687D01* +X192821804Y-101441000D01* +X192738196Y-101441000D01* +X192613177Y-101428687D01* +X192452758Y-101380024D01* +X192320094Y-101309114D01* +X192304922Y-101301004D01* +X192175341Y-101194659D01* +X192068996Y-101065078D01* +X192060886Y-101049906D01* +X191989976Y-100917242D01* +X191941313Y-100756823D01* +X191924883Y-100590000D01* +X191941313Y-100423177D01* +X191989976Y-100262758D01* +X192068995Y-100114924D01* +X192068996Y-100114922D01* +X192175341Y-99985341D01* +X192304922Y-99878996D01* +X192325068Y-99868228D01* +X192452758Y-99799976D01* +X192613177Y-99751313D01* +X192738196Y-99739000D01* +X192821804Y-99739000D01* +X192946823Y-99751313D01* +X192946823Y-99751313D01* +G37* +G36* +X178338228Y-98801703D02* +G01* +X178493100Y-98865853D01* +X178632481Y-98958985D01* +X178751015Y-99077519D01* +X178844147Y-99216900D01* +X178908297Y-99371772D01* +X178941000Y-99536184D01* +X178941000Y-99703816D01* +X178908297Y-99868228D01* +X178844147Y-100023100D01* +X178751015Y-100162481D01* +X178632481Y-100281015D01* +X178493100Y-100374147D01* +X178338228Y-100438297D01* +X178173816Y-100471000D01* +X178006184Y-100471000D01* +X177841772Y-100438297D01* +X177686900Y-100374147D01* +X177547519Y-100281015D01* +X177428985Y-100162481D01* +X177335853Y-100023100D01* +X177271703Y-99868228D01* +X177239000Y-99703816D01* +X177239000Y-99536184D01* +X177271703Y-99371772D01* +X177335853Y-99216900D01* +X177428985Y-99077519D01* +X177547519Y-98958985D01* +X177686900Y-98865853D01* +X177841772Y-98801703D01* +X178006184Y-98769000D01* +X178173816Y-98769000D01* +X178338228Y-98801703D01* +X178338228Y-98801703D01* +G37* +G36* +X129928228Y-96391703D02* +G01* +X130083100Y-96455853D01* +X130222481Y-96548985D01* +X130341015Y-96667519D01* +X130434147Y-96806900D01* +X130498297Y-96961772D01* +X130531000Y-97126184D01* +X130531000Y-97293816D01* +X130498297Y-97458228D01* +X130434147Y-97613100D01* +X130341015Y-97752481D01* +X130222481Y-97871015D01* +X130083100Y-97964147D01* +X129928228Y-98028297D01* +X129763816Y-98061000D01* +X129596184Y-98061000D01* +X129431772Y-98028297D01* +X129276900Y-97964147D01* +X129137519Y-97871015D01* +X129018985Y-97752481D01* +X128925853Y-97613100D01* +X128861703Y-97458228D01* +X128829000Y-97293816D01* +X128829000Y-97126184D01* +X128861703Y-96961772D01* +X128925853Y-96806900D01* +X129018985Y-96667519D01* +X129137519Y-96548985D01* +X129276900Y-96455853D01* +X129431772Y-96391703D01* +X129596184Y-96359000D01* +X129763816Y-96359000D01* +X129928228Y-96391703D01* +X129928228Y-96391703D01* +G37* +G36* +X127428228Y-96391703D02* +G01* +X127583100Y-96455853D01* +X127722481Y-96548985D01* +X127841015Y-96667519D01* +X127934147Y-96806900D01* +X127998297Y-96961772D01* +X128031000Y-97126184D01* +X128031000Y-97293816D01* +X127998297Y-97458228D01* +X127934147Y-97613100D01* +X127841015Y-97752481D01* +X127722481Y-97871015D01* +X127583100Y-97964147D01* +X127428228Y-98028297D01* +X127263816Y-98061000D01* +X127096184Y-98061000D01* +X126931772Y-98028297D01* +X126776900Y-97964147D01* +X126637519Y-97871015D01* +X126518985Y-97752481D01* +X126425853Y-97613100D01* +X126361703Y-97458228D01* +X126329000Y-97293816D01* +X126329000Y-97126184D01* +X126361703Y-96961772D01* +X126425853Y-96806900D01* +X126518985Y-96667519D01* +X126637519Y-96548985D01* +X126776900Y-96455853D01* +X126931772Y-96391703D01* +X127096184Y-96359000D01* +X127263816Y-96359000D01* +X127428228Y-96391703D01* +X127428228Y-96391703D01* +G37* +G36* +X119046823Y-92411313D02* +G01* +X119207242Y-92459976D01* +X119339906Y-92530886D01* +X119355078Y-92538996D01* +X119484659Y-92645341D01* +X119591004Y-92774922D01* +X119591005Y-92774924D01* +X119670024Y-92922758D01* +X119718687Y-93083177D01* +X119735117Y-93250000D01* +X119718687Y-93416823D01* +X119670024Y-93577242D01* +X119614562Y-93681004D01* +X119591004Y-93725078D01* +X119484659Y-93854659D01* +X119355078Y-93961004D01* +X119355076Y-93961005D01* +X119207242Y-94040024D01* +X119046823Y-94088687D01* +X118921804Y-94101000D01* +X118838196Y-94101000D01* +X118713177Y-94088687D01* +X118552758Y-94040024D01* +X118404924Y-93961005D01* +X118404922Y-93961004D01* +X118275341Y-93854659D01* +X118168996Y-93725078D01* +X118145438Y-93681004D01* +X118089976Y-93577242D01* +X118041313Y-93416823D01* +X118024883Y-93250000D01* +X118041313Y-93083177D01* +X118089976Y-92922758D01* +X118168995Y-92774924D01* +X118168996Y-92774922D01* +X118275341Y-92645341D01* +X118404922Y-92538996D01* +X118420094Y-92530886D01* +X118552758Y-92459976D01* +X118713177Y-92411313D01* +X118838196Y-92399000D01* +X118921804Y-92399000D01* +X119046823Y-92411313D01* +X119046823Y-92411313D01* +G37* +G36* +X121586823Y-92411313D02* +G01* +X121747242Y-92459976D01* +X121879906Y-92530886D01* +X121895078Y-92538996D01* +X122024659Y-92645341D01* +X122131004Y-92774922D01* +X122131005Y-92774924D01* +X122210024Y-92922758D01* +X122258687Y-93083177D01* +X122275117Y-93250000D01* +X122258687Y-93416823D01* +X122210024Y-93577242D01* +X122154562Y-93681004D01* +X122131004Y-93725078D01* +X122024659Y-93854659D01* +X121895078Y-93961004D01* +X121895076Y-93961005D01* +X121747242Y-94040024D01* +X121586823Y-94088687D01* +X121461804Y-94101000D01* +X121378196Y-94101000D01* +X121253177Y-94088687D01* +X121092758Y-94040024D01* +X120944924Y-93961005D01* +X120944922Y-93961004D01* +X120815341Y-93854659D01* +X120708996Y-93725078D01* +X120685438Y-93681004D01* +X120629976Y-93577242D01* +X120581313Y-93416823D01* +X120564883Y-93250000D01* +X120581313Y-93083177D01* +X120629976Y-92922758D01* +X120708995Y-92774924D01* +X120708996Y-92774922D01* +X120815341Y-92645341D01* +X120944922Y-92538996D01* +X120960094Y-92530886D01* +X121092758Y-92459976D01* +X121253177Y-92411313D01* +X121378196Y-92399000D01* +X121461804Y-92399000D01* +X121586823Y-92411313D01* +X121586823Y-92411313D01* +G37* +G36* +X124126823Y-92411313D02* +G01* +X124287242Y-92459976D01* +X124419906Y-92530886D01* +X124435078Y-92538996D01* +X124564659Y-92645341D01* +X124671004Y-92774922D01* +X124671005Y-92774924D01* +X124750024Y-92922758D01* +X124798687Y-93083177D01* +X124815117Y-93250000D01* +X124798687Y-93416823D01* +X124750024Y-93577242D01* +X124694562Y-93681004D01* +X124671004Y-93725078D01* +X124564659Y-93854659D01* +X124435078Y-93961004D01* +X124435076Y-93961005D01* +X124287242Y-94040024D01* +X124126823Y-94088687D01* +X124001804Y-94101000D01* +X123918196Y-94101000D01* +X123793177Y-94088687D01* +X123632758Y-94040024D01* +X123484924Y-93961005D01* +X123484922Y-93961004D01* +X123355341Y-93854659D01* +X123248996Y-93725078D01* +X123225438Y-93681004D01* +X123169976Y-93577242D01* +X123121313Y-93416823D01* +X123104883Y-93250000D01* +X123121313Y-93083177D01* +X123169976Y-92922758D01* +X123248995Y-92774924D01* +X123248996Y-92774922D01* +X123355341Y-92645341D01* +X123484922Y-92538996D01* +X123500094Y-92530886D01* +X123632758Y-92459976D01* +X123793177Y-92411313D01* +X123918196Y-92399000D01* +X124001804Y-92399000D01* +X124126823Y-92411313D01* +X124126823Y-92411313D01* +G37* +G36* +X116506823Y-92411313D02* +G01* +X116667242Y-92459976D01* +X116799906Y-92530886D01* +X116815078Y-92538996D01* +X116944659Y-92645341D01* +X117051004Y-92774922D01* +X117051005Y-92774924D01* +X117130024Y-92922758D01* +X117178687Y-93083177D01* +X117195117Y-93250000D01* +X117178687Y-93416823D01* +X117130024Y-93577242D01* +X117074562Y-93681004D01* +X117051004Y-93725078D01* +X116944659Y-93854659D01* +X116815078Y-93961004D01* +X116815076Y-93961005D01* +X116667242Y-94040024D01* +X116506823Y-94088687D01* +X116381804Y-94101000D01* +X116298196Y-94101000D01* +X116173177Y-94088687D01* +X116012758Y-94040024D01* +X115864924Y-93961005D01* +X115864922Y-93961004D01* +X115735341Y-93854659D01* +X115628996Y-93725078D01* +X115605438Y-93681004D01* +X115549976Y-93577242D01* +X115501313Y-93416823D01* +X115484883Y-93250000D01* +X115501313Y-93083177D01* +X115549976Y-92922758D01* +X115628995Y-92774924D01* +X115628996Y-92774922D01* +X115735341Y-92645341D01* +X115864922Y-92538996D01* +X115880094Y-92530886D01* +X116012758Y-92459976D01* +X116173177Y-92411313D01* +X116298196Y-92399000D01* +X116381804Y-92399000D01* +X116506823Y-92411313D01* +X116506823Y-92411313D01* +G37* +G36* +X114651000Y-94101000D02* +G01* +X112949000Y-94101000D01* +X112949000Y-92399000D01* +X114651000Y-92399000D01* +X114651000Y-94101000D01* +X114651000Y-94101000D01* +G37* +G36* +X129206823Y-92411313D02* +G01* +X129367242Y-92459976D01* +X129499906Y-92530886D01* +X129515078Y-92538996D01* +X129644659Y-92645341D01* +X129751004Y-92774922D01* +X129751005Y-92774924D01* +X129830024Y-92922758D01* +X129878687Y-93083177D01* +X129895117Y-93250000D01* +X129878687Y-93416823D01* +X129830024Y-93577242D01* +X129774562Y-93681004D01* +X129751004Y-93725078D01* +X129644659Y-93854659D01* +X129515078Y-93961004D01* +X129515076Y-93961005D01* +X129367242Y-94040024D01* +X129206823Y-94088687D01* +X129081804Y-94101000D01* +X128998196Y-94101000D01* +X128873177Y-94088687D01* +X128712758Y-94040024D01* +X128564924Y-93961005D01* +X128564922Y-93961004D01* +X128435341Y-93854659D01* +X128328996Y-93725078D01* +X128305438Y-93681004D01* +X128249976Y-93577242D01* +X128201313Y-93416823D01* +X128184883Y-93250000D01* +X128201313Y-93083177D01* +X128249976Y-92922758D01* +X128328995Y-92774924D01* +X128328996Y-92774922D01* +X128435341Y-92645341D01* +X128564922Y-92538996D01* +X128580094Y-92530886D01* +X128712758Y-92459976D01* +X128873177Y-92411313D01* +X128998196Y-92399000D01* +X129081804Y-92399000D01* +X129206823Y-92411313D01* +X129206823Y-92411313D01* +G37* +G36* +X126666823Y-92411313D02* +G01* +X126827242Y-92459976D01* +X126959906Y-92530886D01* +X126975078Y-92538996D01* +X127104659Y-92645341D01* +X127211004Y-92774922D01* +X127211005Y-92774924D01* +X127290024Y-92922758D01* +X127338687Y-93083177D01* +X127355117Y-93250000D01* +X127338687Y-93416823D01* +X127290024Y-93577242D01* +X127234562Y-93681004D01* +X127211004Y-93725078D01* +X127104659Y-93854659D01* +X126975078Y-93961004D01* +X126975076Y-93961005D01* +X126827242Y-94040024D01* +X126666823Y-94088687D01* +X126541804Y-94101000D01* +X126458196Y-94101000D01* +X126333177Y-94088687D01* +X126172758Y-94040024D01* +X126024924Y-93961005D01* +X126024922Y-93961004D01* +X125895341Y-93854659D01* +X125788996Y-93725078D01* +X125765438Y-93681004D01* +X125709976Y-93577242D01* +X125661313Y-93416823D01* +X125644883Y-93250000D01* +X125661313Y-93083177D01* +X125709976Y-92922758D01* +X125788995Y-92774924D01* +X125788996Y-92774922D01* +X125895341Y-92645341D01* +X126024922Y-92538996D01* +X126040094Y-92530886D01* +X126172758Y-92459976D01* +X126333177Y-92411313D01* +X126458196Y-92399000D01* +X126541804Y-92399000D01* +X126666823Y-92411313D01* +X126666823Y-92411313D01* +G37* +G36* +X200566823Y-92131313D02* +G01* +X200727242Y-92179976D01* +X200859906Y-92250886D01* +X200875078Y-92258996D01* +X201004659Y-92365341D01* +X201111004Y-92494922D01* +X201111005Y-92494924D01* +X201190024Y-92642758D01* +X201238687Y-92803177D01* +X201255117Y-92970000D01* +X201238687Y-93136823D01* +X201190024Y-93297242D01* +X201126105Y-93416825D01* +X201111004Y-93445078D01* +X201004659Y-93574659D01* +X200875078Y-93681004D01* +X200875076Y-93681005D01* +X200727242Y-93760024D01* +X200566823Y-93808687D01* +X200441804Y-93821000D01* +X200358196Y-93821000D01* +X200233177Y-93808687D01* +X200072758Y-93760024D01* +X199924924Y-93681005D01* +X199924922Y-93681004D01* +X199795341Y-93574659D01* +X199688996Y-93445078D01* +X199673895Y-93416825D01* +X199609976Y-93297242D01* +X199561313Y-93136823D01* +X199544883Y-92970000D01* +X199561313Y-92803177D01* +X199609976Y-92642758D01* +X199688995Y-92494924D01* +X199688996Y-92494922D01* +X199795341Y-92365341D01* +X199924922Y-92258996D01* +X199940094Y-92250886D01* +X200072758Y-92179976D01* +X200233177Y-92131313D01* +X200358196Y-92119000D01* +X200441804Y-92119000D01* +X200566823Y-92131313D01* +X200566823Y-92131313D01* +G37* +G36* +X198026823Y-92131313D02* +G01* +X198187242Y-92179976D01* +X198319906Y-92250886D01* +X198335078Y-92258996D01* +X198464659Y-92365341D01* +X198571004Y-92494922D01* +X198571005Y-92494924D01* +X198650024Y-92642758D01* +X198698687Y-92803177D01* +X198715117Y-92970000D01* +X198698687Y-93136823D01* +X198650024Y-93297242D01* +X198586105Y-93416825D01* +X198571004Y-93445078D01* +X198464659Y-93574659D01* +X198335078Y-93681004D01* +X198335076Y-93681005D01* +X198187242Y-93760024D01* +X198026823Y-93808687D01* +X197901804Y-93821000D01* +X197818196Y-93821000D01* +X197693177Y-93808687D01* +X197532758Y-93760024D01* +X197384924Y-93681005D01* +X197384922Y-93681004D01* +X197255341Y-93574659D01* +X197148996Y-93445078D01* +X197133895Y-93416825D01* +X197069976Y-93297242D01* +X197021313Y-93136823D01* +X197004883Y-92970000D01* +X197021313Y-92803177D01* +X197069976Y-92642758D01* +X197148995Y-92494924D01* +X197148996Y-92494922D01* +X197255341Y-92365341D01* +X197384922Y-92258996D01* +X197400094Y-92250886D01* +X197532758Y-92179976D01* +X197693177Y-92131313D01* +X197818196Y-92119000D01* +X197901804Y-92119000D01* +X198026823Y-92131313D01* +X198026823Y-92131313D01* +G37* +G36* +X195486823Y-92131313D02* +G01* +X195647242Y-92179976D01* +X195779906Y-92250886D01* +X195795078Y-92258996D01* +X195924659Y-92365341D01* +X196031004Y-92494922D01* +X196031005Y-92494924D01* +X196110024Y-92642758D01* +X196158687Y-92803177D01* +X196175117Y-92970000D01* +X196158687Y-93136823D01* +X196110024Y-93297242D01* +X196046105Y-93416825D01* +X196031004Y-93445078D01* +X195924659Y-93574659D01* +X195795078Y-93681004D01* +X195795076Y-93681005D01* +X195647242Y-93760024D01* +X195486823Y-93808687D01* +X195361804Y-93821000D01* +X195278196Y-93821000D01* +X195153177Y-93808687D01* +X194992758Y-93760024D01* +X194844924Y-93681005D01* +X194844922Y-93681004D01* +X194715341Y-93574659D01* +X194608996Y-93445078D01* +X194593895Y-93416825D01* +X194529976Y-93297242D01* +X194481313Y-93136823D01* +X194464883Y-92970000D01* +X194481313Y-92803177D01* +X194529976Y-92642758D01* +X194608995Y-92494924D01* +X194608996Y-92494922D01* +X194715341Y-92365341D01* +X194844922Y-92258996D01* +X194860094Y-92250886D01* +X194992758Y-92179976D01* +X195153177Y-92131313D01* +X195278196Y-92119000D01* +X195361804Y-92119000D01* +X195486823Y-92131313D01* +X195486823Y-92131313D01* +G37* +G36* +X192946823Y-92131313D02* +G01* +X193107242Y-92179976D01* +X193239906Y-92250886D01* +X193255078Y-92258996D01* +X193384659Y-92365341D01* +X193491004Y-92494922D01* +X193491005Y-92494924D01* +X193570024Y-92642758D01* +X193618687Y-92803177D01* +X193635117Y-92970000D01* +X193618687Y-93136823D01* +X193570024Y-93297242D01* +X193506105Y-93416825D01* +X193491004Y-93445078D01* +X193384659Y-93574659D01* +X193255078Y-93681004D01* +X193255076Y-93681005D01* +X193107242Y-93760024D01* +X192946823Y-93808687D01* +X192821804Y-93821000D01* +X192738196Y-93821000D01* +X192613177Y-93808687D01* +X192452758Y-93760024D01* +X192304924Y-93681005D01* +X192304922Y-93681004D01* +X192175341Y-93574659D01* +X192068996Y-93445078D01* +X192053895Y-93416825D01* +X191989976Y-93297242D01* +X191941313Y-93136823D01* +X191924883Y-92970000D01* +X191941313Y-92803177D01* +X191989976Y-92642758D01* +X192068995Y-92494924D01* +X192068996Y-92494922D01* +X192175341Y-92365341D01* +X192304922Y-92258996D01* +X192320094Y-92250886D01* +X192452758Y-92179976D01* +X192613177Y-92131313D01* +X192738196Y-92119000D01* +X192821804Y-92119000D01* +X192946823Y-92131313D01* +X192946823Y-92131313D01* +G37* +G36* +X190406823Y-92131313D02* +G01* +X190567242Y-92179976D01* +X190699906Y-92250886D01* +X190715078Y-92258996D01* +X190844659Y-92365341D01* +X190951004Y-92494922D01* +X190951005Y-92494924D01* +X191030024Y-92642758D01* +X191078687Y-92803177D01* +X191095117Y-92970000D01* +X191078687Y-93136823D01* +X191030024Y-93297242D01* +X190966105Y-93416825D01* +X190951004Y-93445078D01* +X190844659Y-93574659D01* +X190715078Y-93681004D01* +X190715076Y-93681005D01* +X190567242Y-93760024D01* +X190406823Y-93808687D01* +X190281804Y-93821000D01* +X190198196Y-93821000D01* +X190073177Y-93808687D01* +X189912758Y-93760024D01* +X189764924Y-93681005D01* +X189764922Y-93681004D01* +X189635341Y-93574659D01* +X189528996Y-93445078D01* +X189513895Y-93416825D01* +X189449976Y-93297242D01* +X189401313Y-93136823D01* +X189384883Y-92970000D01* +X189401313Y-92803177D01* +X189449976Y-92642758D01* +X189528995Y-92494924D01* +X189528996Y-92494922D01* +X189635341Y-92365341D01* +X189764922Y-92258996D01* +X189780094Y-92250886D01* +X189912758Y-92179976D01* +X190073177Y-92131313D01* +X190198196Y-92119000D01* +X190281804Y-92119000D01* +X190406823Y-92131313D01* +X190406823Y-92131313D01* +G37* +G36* +X187866823Y-92131313D02* +G01* +X188027242Y-92179976D01* +X188159906Y-92250886D01* +X188175078Y-92258996D01* +X188304659Y-92365341D01* +X188411004Y-92494922D01* +X188411005Y-92494924D01* +X188490024Y-92642758D01* +X188538687Y-92803177D01* +X188555117Y-92970000D01* +X188538687Y-93136823D01* +X188490024Y-93297242D01* +X188426105Y-93416825D01* +X188411004Y-93445078D01* +X188304659Y-93574659D01* +X188175078Y-93681004D01* +X188175076Y-93681005D01* +X188027242Y-93760024D01* +X187866823Y-93808687D01* +X187741804Y-93821000D01* +X187658196Y-93821000D01* +X187533177Y-93808687D01* +X187372758Y-93760024D01* +X187224924Y-93681005D01* +X187224922Y-93681004D01* +X187095341Y-93574659D01* +X186988996Y-93445078D01* +X186973895Y-93416825D01* +X186909976Y-93297242D01* +X186861313Y-93136823D01* +X186844883Y-92970000D01* +X186861313Y-92803177D01* +X186909976Y-92642758D01* +X186988995Y-92494924D01* +X186988996Y-92494922D01* +X187095341Y-92365341D01* +X187224922Y-92258996D01* +X187240094Y-92250886D01* +X187372758Y-92179976D01* +X187533177Y-92131313D01* +X187658196Y-92119000D01* +X187741804Y-92119000D01* +X187866823Y-92131313D01* +X187866823Y-92131313D01* +G37* +G36* +X185326823Y-92131313D02* +G01* +X185487242Y-92179976D01* +X185619906Y-92250886D01* +X185635078Y-92258996D01* +X185764659Y-92365341D01* +X185871004Y-92494922D01* +X185871005Y-92494924D01* +X185950024Y-92642758D01* +X185998687Y-92803177D01* +X186015117Y-92970000D01* +X185998687Y-93136823D01* +X185950024Y-93297242D01* +X185886105Y-93416825D01* +X185871004Y-93445078D01* +X185764659Y-93574659D01* +X185635078Y-93681004D01* +X185635076Y-93681005D01* +X185487242Y-93760024D01* +X185326823Y-93808687D01* +X185201804Y-93821000D01* +X185118196Y-93821000D01* +X184993177Y-93808687D01* +X184832758Y-93760024D01* +X184684924Y-93681005D01* +X184684922Y-93681004D01* +X184555341Y-93574659D01* +X184448996Y-93445078D01* +X184433895Y-93416825D01* +X184369976Y-93297242D01* +X184321313Y-93136823D01* +X184304883Y-92970000D01* +X184321313Y-92803177D01* +X184369976Y-92642758D01* +X184448995Y-92494924D01* +X184448996Y-92494922D01* +X184555341Y-92365341D01* +X184684922Y-92258996D01* +X184700094Y-92250886D01* +X184832758Y-92179976D01* +X184993177Y-92131313D01* +X185118196Y-92119000D01* +X185201804Y-92119000D01* +X185326823Y-92131313D01* +X185326823Y-92131313D01* +G37* +G36* +X203106823Y-92131313D02* +G01* +X203267242Y-92179976D01* +X203399906Y-92250886D01* +X203415078Y-92258996D01* +X203544659Y-92365341D01* +X203651004Y-92494922D01* +X203651005Y-92494924D01* +X203730024Y-92642758D01* +X203778687Y-92803177D01* +X203795117Y-92970000D01* +X203778687Y-93136823D01* +X203730024Y-93297242D01* +X203666105Y-93416825D01* +X203651004Y-93445078D01* +X203544659Y-93574659D01* +X203415078Y-93681004D01* +X203415076Y-93681005D01* +X203267242Y-93760024D01* +X203106823Y-93808687D01* +X202981804Y-93821000D01* +X202898196Y-93821000D01* +X202773177Y-93808687D01* +X202612758Y-93760024D01* +X202464924Y-93681005D01* +X202464922Y-93681004D01* +X202335341Y-93574659D01* +X202228996Y-93445078D01* +X202213895Y-93416825D01* +X202149976Y-93297242D01* +X202101313Y-93136823D01* +X202084883Y-92970000D01* +X202101313Y-92803177D01* +X202149976Y-92642758D01* +X202228995Y-92494924D01* +X202228996Y-92494922D01* +X202335341Y-92365341D01* +X202464922Y-92258996D01* +X202480094Y-92250886D01* +X202612758Y-92179976D01* +X202773177Y-92131313D01* +X202898196Y-92119000D01* +X202981804Y-92119000D01* +X203106823Y-92131313D01* +X203106823Y-92131313D01* +G37* +G36* +X141166823Y-87921313D02* +G01* +X141327242Y-87969976D01* +X141459906Y-88040886D01* +X141475078Y-88048996D01* +X141604659Y-88155341D01* +X141711004Y-88284922D01* +X141711005Y-88284924D01* +X141790024Y-88432758D01* +X141838687Y-88593177D01* +X141855117Y-88760000D01* +X141838687Y-88926823D01* +X141790024Y-89087242D01* +X141719114Y-89219906D01* +X141711004Y-89235078D01* +X141604659Y-89364659D01* +X141475078Y-89471004D01* +X141475076Y-89471005D01* +X141327242Y-89550024D01* +X141166823Y-89598687D01* +X141041804Y-89611000D01* +X140958196Y-89611000D01* +X140833177Y-89598687D01* +X140672758Y-89550024D01* +X140524924Y-89471005D01* +X140524922Y-89471004D01* +X140395341Y-89364659D01* +X140288996Y-89235078D01* +X140280886Y-89219906D01* +X140209976Y-89087242D01* +X140161313Y-88926823D01* +X140144883Y-88760000D01* +X140161313Y-88593177D01* +X140209976Y-88432758D01* +X140288995Y-88284924D01* +X140288996Y-88284922D01* +X140395341Y-88155341D01* +X140524922Y-88048996D01* +X140540094Y-88040886D01* +X140672758Y-87969976D01* +X140833177Y-87921313D01* +X140958196Y-87909000D01* +X141041804Y-87909000D01* +X141166823Y-87921313D01* +X141166823Y-87921313D01* +G37* +G36* +X153866823Y-87921313D02* +G01* +X154027242Y-87969976D01* +X154159906Y-88040886D01* +X154175078Y-88048996D01* +X154304659Y-88155341D01* +X154411004Y-88284922D01* +X154411005Y-88284924D01* +X154490024Y-88432758D01* +X154538687Y-88593177D01* +X154555117Y-88760000D01* +X154538687Y-88926823D01* +X154490024Y-89087242D01* +X154419114Y-89219906D01* +X154411004Y-89235078D01* +X154304659Y-89364659D01* +X154175078Y-89471004D01* +X154175076Y-89471005D01* +X154027242Y-89550024D01* +X153866823Y-89598687D01* +X153741804Y-89611000D01* +X153658196Y-89611000D01* +X153533177Y-89598687D01* +X153372758Y-89550024D01* +X153224924Y-89471005D01* +X153224922Y-89471004D01* +X153095341Y-89364659D01* +X152988996Y-89235078D01* +X152980886Y-89219906D01* +X152909976Y-89087242D01* +X152861313Y-88926823D01* +X152844883Y-88760000D01* +X152861313Y-88593177D01* +X152909976Y-88432758D01* +X152988995Y-88284924D01* +X152988996Y-88284922D01* +X153095341Y-88155341D01* +X153224922Y-88048996D01* +X153240094Y-88040886D01* +X153372758Y-87969976D01* +X153533177Y-87921313D01* +X153658196Y-87909000D01* +X153741804Y-87909000D01* +X153866823Y-87921313D01* +X153866823Y-87921313D01* +G37* +G36* +X151326823Y-87921313D02* +G01* +X151487242Y-87969976D01* +X151619906Y-88040886D01* +X151635078Y-88048996D01* +X151764659Y-88155341D01* +X151871004Y-88284922D01* +X151871005Y-88284924D01* +X151950024Y-88432758D01* +X151998687Y-88593177D01* +X152015117Y-88760000D01* +X151998687Y-88926823D01* +X151950024Y-89087242D01* +X151879114Y-89219906D01* +X151871004Y-89235078D01* +X151764659Y-89364659D01* +X151635078Y-89471004D01* +X151635076Y-89471005D01* +X151487242Y-89550024D01* +X151326823Y-89598687D01* +X151201804Y-89611000D01* +X151118196Y-89611000D01* +X150993177Y-89598687D01* +X150832758Y-89550024D01* +X150684924Y-89471005D01* +X150684922Y-89471004D01* +X150555341Y-89364659D01* +X150448996Y-89235078D01* +X150440886Y-89219906D01* +X150369976Y-89087242D01* +X150321313Y-88926823D01* +X150304883Y-88760000D01* +X150321313Y-88593177D01* +X150369976Y-88432758D01* +X150448995Y-88284924D01* +X150448996Y-88284922D01* +X150555341Y-88155341D01* +X150684922Y-88048996D01* +X150700094Y-88040886D01* +X150832758Y-87969976D01* +X150993177Y-87921313D01* +X151118196Y-87909000D01* +X151201804Y-87909000D01* +X151326823Y-87921313D01* +X151326823Y-87921313D01* +G37* +G36* +X156406823Y-87921313D02* +G01* +X156567242Y-87969976D01* +X156699906Y-88040886D01* +X156715078Y-88048996D01* +X156844659Y-88155341D01* +X156951004Y-88284922D01* +X156951005Y-88284924D01* +X157030024Y-88432758D01* +X157078687Y-88593177D01* +X157095117Y-88760000D01* +X157078687Y-88926823D01* +X157030024Y-89087242D01* +X156959114Y-89219906D01* +X156951004Y-89235078D01* +X156844659Y-89364659D01* +X156715078Y-89471004D01* +X156715076Y-89471005D01* +X156567242Y-89550024D01* +X156406823Y-89598687D01* +X156281804Y-89611000D01* +X156198196Y-89611000D01* +X156073177Y-89598687D01* +X155912758Y-89550024D01* +X155764924Y-89471005D01* +X155764922Y-89471004D01* +X155635341Y-89364659D01* +X155528996Y-89235078D01* +X155520886Y-89219906D01* +X155449976Y-89087242D01* +X155401313Y-88926823D01* +X155384883Y-88760000D01* +X155401313Y-88593177D01* +X155449976Y-88432758D01* +X155528995Y-88284924D01* +X155528996Y-88284922D01* +X155635341Y-88155341D01* +X155764922Y-88048996D01* +X155780094Y-88040886D01* +X155912758Y-87969976D01* +X156073177Y-87921313D01* +X156198196Y-87909000D01* +X156281804Y-87909000D01* +X156406823Y-87921313D01* +X156406823Y-87921313D01* +G37* +G36* +X148786823Y-87921313D02* +G01* +X148947242Y-87969976D01* +X149079906Y-88040886D01* +X149095078Y-88048996D01* +X149224659Y-88155341D01* +X149331004Y-88284922D01* +X149331005Y-88284924D01* +X149410024Y-88432758D01* +X149458687Y-88593177D01* +X149475117Y-88760000D01* +X149458687Y-88926823D01* +X149410024Y-89087242D01* +X149339114Y-89219906D01* +X149331004Y-89235078D01* +X149224659Y-89364659D01* +X149095078Y-89471004D01* +X149095076Y-89471005D01* +X148947242Y-89550024D01* +X148786823Y-89598687D01* +X148661804Y-89611000D01* +X148578196Y-89611000D01* +X148453177Y-89598687D01* +X148292758Y-89550024D01* +X148144924Y-89471005D01* +X148144922Y-89471004D01* +X148015341Y-89364659D01* +X147908996Y-89235078D01* +X147900886Y-89219906D01* +X147829976Y-89087242D01* +X147781313Y-88926823D01* +X147764883Y-88760000D01* +X147781313Y-88593177D01* +X147829976Y-88432758D01* +X147908995Y-88284924D01* +X147908996Y-88284922D01* +X148015341Y-88155341D01* +X148144922Y-88048996D01* +X148160094Y-88040886D01* +X148292758Y-87969976D01* +X148453177Y-87921313D01* +X148578196Y-87909000D01* +X148661804Y-87909000D01* +X148786823Y-87921313D01* +X148786823Y-87921313D01* +G37* +G36* +X158946823Y-87921313D02* +G01* +X159107242Y-87969976D01* +X159239906Y-88040886D01* +X159255078Y-88048996D01* +X159384659Y-88155341D01* +X159491004Y-88284922D01* +X159491005Y-88284924D01* +X159570024Y-88432758D01* +X159618687Y-88593177D01* +X159635117Y-88760000D01* +X159618687Y-88926823D01* +X159570024Y-89087242D01* +X159499114Y-89219906D01* +X159491004Y-89235078D01* +X159384659Y-89364659D01* +X159255078Y-89471004D01* +X159255076Y-89471005D01* +X159107242Y-89550024D01* +X158946823Y-89598687D01* +X158821804Y-89611000D01* +X158738196Y-89611000D01* +X158613177Y-89598687D01* +X158452758Y-89550024D01* +X158304924Y-89471005D01* +X158304922Y-89471004D01* +X158175341Y-89364659D01* +X158068996Y-89235078D01* +X158060886Y-89219906D01* +X157989976Y-89087242D01* +X157941313Y-88926823D01* +X157924883Y-88760000D01* +X157941313Y-88593177D01* +X157989976Y-88432758D01* +X158068995Y-88284924D01* +X158068996Y-88284922D01* +X158175341Y-88155341D01* +X158304922Y-88048996D01* +X158320094Y-88040886D01* +X158452758Y-87969976D01* +X158613177Y-87921313D01* +X158738196Y-87909000D01* +X158821804Y-87909000D01* +X158946823Y-87921313D01* +X158946823Y-87921313D01* +G37* +G36* +X146246823Y-87921313D02* +G01* +X146407242Y-87969976D01* +X146539906Y-88040886D01* +X146555078Y-88048996D01* +X146684659Y-88155341D01* +X146791004Y-88284922D01* +X146791005Y-88284924D01* +X146870024Y-88432758D01* +X146918687Y-88593177D01* +X146935117Y-88760000D01* +X146918687Y-88926823D01* +X146870024Y-89087242D01* +X146799114Y-89219906D01* +X146791004Y-89235078D01* +X146684659Y-89364659D01* +X146555078Y-89471004D01* +X146555076Y-89471005D01* +X146407242Y-89550024D01* +X146246823Y-89598687D01* +X146121804Y-89611000D01* +X146038196Y-89611000D01* +X145913177Y-89598687D01* +X145752758Y-89550024D01* +X145604924Y-89471005D01* +X145604922Y-89471004D01* +X145475341Y-89364659D01* +X145368996Y-89235078D01* +X145360886Y-89219906D01* +X145289976Y-89087242D01* +X145241313Y-88926823D01* +X145224883Y-88760000D01* +X145241313Y-88593177D01* +X145289976Y-88432758D01* +X145368995Y-88284924D01* +X145368996Y-88284922D01* +X145475341Y-88155341D01* +X145604922Y-88048996D01* +X145620094Y-88040886D01* +X145752758Y-87969976D01* +X145913177Y-87921313D01* +X146038196Y-87909000D01* +X146121804Y-87909000D01* +X146246823Y-87921313D01* +X146246823Y-87921313D01* +G37* +G36* +X161486823Y-87921313D02* +G01* +X161647242Y-87969976D01* +X161779906Y-88040886D01* +X161795078Y-88048996D01* +X161924659Y-88155341D01* +X162031004Y-88284922D01* +X162031005Y-88284924D01* +X162110024Y-88432758D01* +X162158687Y-88593177D01* +X162175117Y-88760000D01* +X162158687Y-88926823D01* +X162110024Y-89087242D01* +X162039114Y-89219906D01* +X162031004Y-89235078D01* +X161924659Y-89364659D01* +X161795078Y-89471004D01* +X161795076Y-89471005D01* +X161647242Y-89550024D01* +X161486823Y-89598687D01* +X161361804Y-89611000D01* +X161278196Y-89611000D01* +X161153177Y-89598687D01* +X160992758Y-89550024D01* +X160844924Y-89471005D01* +X160844922Y-89471004D01* +X160715341Y-89364659D01* +X160608996Y-89235078D01* +X160600886Y-89219906D01* +X160529976Y-89087242D01* +X160481313Y-88926823D01* +X160464883Y-88760000D01* +X160481313Y-88593177D01* +X160529976Y-88432758D01* +X160608995Y-88284924D01* +X160608996Y-88284922D01* +X160715341Y-88155341D01* +X160844922Y-88048996D01* +X160860094Y-88040886D01* +X160992758Y-87969976D01* +X161153177Y-87921313D01* +X161278196Y-87909000D01* +X161361804Y-87909000D01* +X161486823Y-87921313D01* +X161486823Y-87921313D01* +G37* +G36* +X143706823Y-87921313D02* +G01* +X143867242Y-87969976D01* +X143999906Y-88040886D01* +X144015078Y-88048996D01* +X144144659Y-88155341D01* +X144251004Y-88284922D01* +X144251005Y-88284924D01* +X144330024Y-88432758D01* +X144378687Y-88593177D01* +X144395117Y-88760000D01* +X144378687Y-88926823D01* +X144330024Y-89087242D01* +X144259114Y-89219906D01* +X144251004Y-89235078D01* +X144144659Y-89364659D01* +X144015078Y-89471004D01* +X144015076Y-89471005D01* +X143867242Y-89550024D01* +X143706823Y-89598687D01* +X143581804Y-89611000D01* +X143498196Y-89611000D01* +X143373177Y-89598687D01* +X143212758Y-89550024D01* +X143064924Y-89471005D01* +X143064922Y-89471004D01* +X142935341Y-89364659D01* +X142828996Y-89235078D01* +X142820886Y-89219906D01* +X142749976Y-89087242D01* +X142701313Y-88926823D01* +X142684883Y-88760000D01* +X142701313Y-88593177D01* +X142749976Y-88432758D01* +X142828995Y-88284924D01* +X142828996Y-88284922D01* +X142935341Y-88155341D01* +X143064922Y-88048996D01* +X143080094Y-88040886D01* +X143212758Y-87969976D01* +X143373177Y-87921313D01* +X143498196Y-87909000D01* +X143581804Y-87909000D01* +X143706823Y-87921313D01* +X143706823Y-87921313D01* +G37* +G36* +X164026823Y-87921313D02* +G01* +X164187242Y-87969976D01* +X164319906Y-88040886D01* +X164335078Y-88048996D01* +X164464659Y-88155341D01* +X164571004Y-88284922D01* +X164571005Y-88284924D01* +X164650024Y-88432758D01* +X164698687Y-88593177D01* +X164715117Y-88760000D01* +X164698687Y-88926823D01* +X164650024Y-89087242D01* +X164579114Y-89219906D01* +X164571004Y-89235078D01* +X164464659Y-89364659D01* +X164335078Y-89471004D01* +X164335076Y-89471005D01* +X164187242Y-89550024D01* +X164026823Y-89598687D01* +X163901804Y-89611000D01* +X163818196Y-89611000D01* +X163693177Y-89598687D01* +X163532758Y-89550024D01* +X163384924Y-89471005D01* +X163384922Y-89471004D01* +X163255341Y-89364659D01* +X163148996Y-89235078D01* +X163140886Y-89219906D01* +X163069976Y-89087242D01* +X163021313Y-88926823D01* +X163004883Y-88760000D01* +X163021313Y-88593177D01* +X163069976Y-88432758D01* +X163148995Y-88284924D01* +X163148996Y-88284922D01* +X163255341Y-88155341D01* +X163384922Y-88048996D01* +X163400094Y-88040886D01* +X163532758Y-87969976D01* +X163693177Y-87921313D01* +X163818196Y-87909000D01* +X163901804Y-87909000D01* +X164026823Y-87921313D01* +X164026823Y-87921313D01* +G37* +G36* +X166566823Y-87921313D02* +G01* +X166727242Y-87969976D01* +X166859906Y-88040886D01* +X166875078Y-88048996D01* +X167004659Y-88155341D01* +X167111004Y-88284922D01* +X167111005Y-88284924D01* +X167190024Y-88432758D01* +X167238687Y-88593177D01* +X167255117Y-88760000D01* +X167238687Y-88926823D01* +X167190024Y-89087242D01* +X167119114Y-89219906D01* +X167111004Y-89235078D01* +X167004659Y-89364659D01* +X166875078Y-89471004D01* +X166875076Y-89471005D01* +X166727242Y-89550024D01* +X166566823Y-89598687D01* +X166441804Y-89611000D01* +X166358196Y-89611000D01* +X166233177Y-89598687D01* +X166072758Y-89550024D01* +X165924924Y-89471005D01* +X165924922Y-89471004D01* +X165795341Y-89364659D01* +X165688996Y-89235078D01* +X165680886Y-89219906D01* +X165609976Y-89087242D01* +X165561313Y-88926823D01* +X165544883Y-88760000D01* +X165561313Y-88593177D01* +X165609976Y-88432758D01* +X165688995Y-88284924D01* +X165688996Y-88284922D01* +X165795341Y-88155341D01* +X165924922Y-88048996D01* +X165940094Y-88040886D01* +X166072758Y-87969976D01* +X166233177Y-87921313D01* +X166358196Y-87909000D01* +X166441804Y-87909000D01* +X166566823Y-87921313D01* +X166566823Y-87921313D01* +G37* +G36* +X171646823Y-87921313D02* +G01* +X171807242Y-87969976D01* +X171939906Y-88040886D01* +X171955078Y-88048996D01* +X172084659Y-88155341D01* +X172191004Y-88284922D01* +X172191005Y-88284924D01* +X172270024Y-88432758D01* +X172318687Y-88593177D01* +X172335117Y-88760000D01* +X172318687Y-88926823D01* +X172270024Y-89087242D01* +X172199114Y-89219906D01* +X172191004Y-89235078D01* +X172084659Y-89364659D01* +X171955078Y-89471004D01* +X171955076Y-89471005D01* +X171807242Y-89550024D01* +X171646823Y-89598687D01* +X171521804Y-89611000D01* +X171438196Y-89611000D01* +X171313177Y-89598687D01* +X171152758Y-89550024D01* +X171004924Y-89471005D01* +X171004922Y-89471004D01* +X170875341Y-89364659D01* +X170768996Y-89235078D01* +X170760886Y-89219906D01* +X170689976Y-89087242D01* +X170641313Y-88926823D01* +X170624883Y-88760000D01* +X170641313Y-88593177D01* +X170689976Y-88432758D01* +X170768995Y-88284924D01* +X170768996Y-88284922D01* +X170875341Y-88155341D01* +X171004922Y-88048996D01* +X171020094Y-88040886D01* +X171152758Y-87969976D01* +X171313177Y-87921313D01* +X171438196Y-87909000D01* +X171521804Y-87909000D01* +X171646823Y-87921313D01* +X171646823Y-87921313D01* +G37* +G36* +X174186823Y-87921313D02* +G01* +X174347242Y-87969976D01* +X174479906Y-88040886D01* +X174495078Y-88048996D01* +X174624659Y-88155341D01* +X174731004Y-88284922D01* +X174731005Y-88284924D01* +X174810024Y-88432758D01* +X174858687Y-88593177D01* +X174875117Y-88760000D01* +X174858687Y-88926823D01* +X174810024Y-89087242D01* +X174739114Y-89219906D01* +X174731004Y-89235078D01* +X174624659Y-89364659D01* +X174495078Y-89471004D01* +X174495076Y-89471005D01* +X174347242Y-89550024D01* +X174186823Y-89598687D01* +X174061804Y-89611000D01* +X173978196Y-89611000D01* +X173853177Y-89598687D01* +X173692758Y-89550024D01* +X173544924Y-89471005D01* +X173544922Y-89471004D01* +X173415341Y-89364659D01* +X173308996Y-89235078D01* +X173300886Y-89219906D01* +X173229976Y-89087242D01* +X173181313Y-88926823D01* +X173164883Y-88760000D01* +X173181313Y-88593177D01* +X173229976Y-88432758D01* +X173308995Y-88284924D01* +X173308996Y-88284922D01* +X173415341Y-88155341D01* +X173544922Y-88048996D01* +X173560094Y-88040886D01* +X173692758Y-87969976D01* +X173853177Y-87921313D01* +X173978196Y-87909000D01* +X174061804Y-87909000D01* +X174186823Y-87921313D01* +X174186823Y-87921313D01* +G37* +G36* +X169106823Y-87921313D02* +G01* +X169267242Y-87969976D01* +X169399906Y-88040886D01* +X169415078Y-88048996D01* +X169544659Y-88155341D01* +X169651004Y-88284922D01* +X169651005Y-88284924D01* +X169730024Y-88432758D01* +X169778687Y-88593177D01* +X169795117Y-88760000D01* +X169778687Y-88926823D01* +X169730024Y-89087242D01* +X169659114Y-89219906D01* +X169651004Y-89235078D01* +X169544659Y-89364659D01* +X169415078Y-89471004D01* +X169415076Y-89471005D01* +X169267242Y-89550024D01* +X169106823Y-89598687D01* +X168981804Y-89611000D01* +X168898196Y-89611000D01* +X168773177Y-89598687D01* +X168612758Y-89550024D01* +X168464924Y-89471005D01* +X168464922Y-89471004D01* +X168335341Y-89364659D01* +X168228996Y-89235078D01* +X168220886Y-89219906D01* +X168149976Y-89087242D01* +X168101313Y-88926823D01* +X168084883Y-88760000D01* +X168101313Y-88593177D01* +X168149976Y-88432758D01* +X168228995Y-88284924D01* +X168228996Y-88284922D01* +X168335341Y-88155341D01* +X168464922Y-88048996D01* +X168480094Y-88040886D01* +X168612758Y-87969976D01* +X168773177Y-87921313D01* +X168898196Y-87909000D01* +X168981804Y-87909000D01* +X169106823Y-87921313D01* +X169106823Y-87921313D01* +G37* +G36* +X113966823Y-84791313D02* +G01* +X114127242Y-84839976D01* +X114259906Y-84910886D01* +X114275078Y-84918996D01* +X114404659Y-85025341D01* +X114511004Y-85154922D01* +X114511005Y-85154924D01* +X114590024Y-85302758D01* +X114638687Y-85463177D01* +X114655117Y-85630000D01* +X114638687Y-85796823D01* +X114590024Y-85957242D01* +X114519114Y-86089906D01* +X114511004Y-86105078D01* +X114404659Y-86234659D01* +X114275078Y-86341004D01* +X114275076Y-86341005D01* +X114127242Y-86420024D01* +X113966823Y-86468687D01* +X113841804Y-86481000D01* +X113758196Y-86481000D01* +X113633177Y-86468687D01* +X113472758Y-86420024D01* +X113324924Y-86341005D01* +X113324922Y-86341004D01* +X113195341Y-86234659D01* +X113088996Y-86105078D01* +X113080886Y-86089906D01* +X113009976Y-85957242D01* +X112961313Y-85796823D01* +X112944883Y-85630000D01* +X112961313Y-85463177D01* +X113009976Y-85302758D01* +X113088995Y-85154924D01* +X113088996Y-85154922D01* +X113195341Y-85025341D01* +X113324922Y-84918996D01* +X113340094Y-84910886D01* +X113472758Y-84839976D01* +X113633177Y-84791313D01* +X113758196Y-84779000D01* +X113841804Y-84779000D01* +X113966823Y-84791313D01* +X113966823Y-84791313D01* +G37* +G36* +X129206823Y-84791313D02* +G01* +X129367242Y-84839976D01* +X129499906Y-84910886D01* +X129515078Y-84918996D01* +X129644659Y-85025341D01* +X129751004Y-85154922D01* +X129751005Y-85154924D01* +X129830024Y-85302758D01* +X129878687Y-85463177D01* +X129895117Y-85630000D01* +X129878687Y-85796823D01* +X129830024Y-85957242D01* +X129759114Y-86089906D01* +X129751004Y-86105078D01* +X129644659Y-86234659D01* +X129515078Y-86341004D01* +X129515076Y-86341005D01* +X129367242Y-86420024D01* +X129206823Y-86468687D01* +X129081804Y-86481000D01* +X128998196Y-86481000D01* +X128873177Y-86468687D01* +X128712758Y-86420024D01* +X128564924Y-86341005D01* +X128564922Y-86341004D01* +X128435341Y-86234659D01* +X128328996Y-86105078D01* +X128320886Y-86089906D01* +X128249976Y-85957242D01* +X128201313Y-85796823D01* +X128184883Y-85630000D01* +X128201313Y-85463177D01* +X128249976Y-85302758D01* +X128328995Y-85154924D01* +X128328996Y-85154922D01* +X128435341Y-85025341D01* +X128564922Y-84918996D01* +X128580094Y-84910886D01* +X128712758Y-84839976D01* +X128873177Y-84791313D01* +X128998196Y-84779000D01* +X129081804Y-84779000D01* +X129206823Y-84791313D01* +X129206823Y-84791313D01* +G37* +G36* +X126666823Y-84791313D02* +G01* +X126827242Y-84839976D01* +X126959906Y-84910886D01* +X126975078Y-84918996D01* +X127104659Y-85025341D01* +X127211004Y-85154922D01* +X127211005Y-85154924D01* +X127290024Y-85302758D01* +X127338687Y-85463177D01* +X127355117Y-85630000D01* +X127338687Y-85796823D01* +X127290024Y-85957242D01* +X127219114Y-86089906D01* +X127211004Y-86105078D01* +X127104659Y-86234659D01* +X126975078Y-86341004D01* +X126975076Y-86341005D01* +X126827242Y-86420024D01* +X126666823Y-86468687D01* +X126541804Y-86481000D01* +X126458196Y-86481000D01* +X126333177Y-86468687D01* +X126172758Y-86420024D01* +X126024924Y-86341005D01* +X126024922Y-86341004D01* +X125895341Y-86234659D01* +X125788996Y-86105078D01* +X125780886Y-86089906D01* +X125709976Y-85957242D01* +X125661313Y-85796823D01* +X125644883Y-85630000D01* +X125661313Y-85463177D01* +X125709976Y-85302758D01* +X125788995Y-85154924D01* +X125788996Y-85154922D01* +X125895341Y-85025341D01* +X126024922Y-84918996D01* +X126040094Y-84910886D01* +X126172758Y-84839976D01* +X126333177Y-84791313D01* +X126458196Y-84779000D01* +X126541804Y-84779000D01* +X126666823Y-84791313D01* +X126666823Y-84791313D01* +G37* +G36* +X124126823Y-84791313D02* +G01* +X124287242Y-84839976D01* +X124419906Y-84910886D01* +X124435078Y-84918996D01* +X124564659Y-85025341D01* +X124671004Y-85154922D01* +X124671005Y-85154924D01* +X124750024Y-85302758D01* +X124798687Y-85463177D01* +X124815117Y-85630000D01* +X124798687Y-85796823D01* +X124750024Y-85957242D01* +X124679114Y-86089906D01* +X124671004Y-86105078D01* +X124564659Y-86234659D01* +X124435078Y-86341004D01* +X124435076Y-86341005D01* +X124287242Y-86420024D01* +X124126823Y-86468687D01* +X124001804Y-86481000D01* +X123918196Y-86481000D01* +X123793177Y-86468687D01* +X123632758Y-86420024D01* +X123484924Y-86341005D01* +X123484922Y-86341004D01* +X123355341Y-86234659D01* +X123248996Y-86105078D01* +X123240886Y-86089906D01* +X123169976Y-85957242D01* +X123121313Y-85796823D01* +X123104883Y-85630000D01* +X123121313Y-85463177D01* +X123169976Y-85302758D01* +X123248995Y-85154924D01* +X123248996Y-85154922D01* +X123355341Y-85025341D01* +X123484922Y-84918996D01* +X123500094Y-84910886D01* +X123632758Y-84839976D01* +X123793177Y-84791313D01* +X123918196Y-84779000D01* +X124001804Y-84779000D01* +X124126823Y-84791313D01* +X124126823Y-84791313D01* +G37* +G36* +X121586823Y-84791313D02* +G01* +X121747242Y-84839976D01* +X121879906Y-84910886D01* +X121895078Y-84918996D01* +X122024659Y-85025341D01* +X122131004Y-85154922D01* +X122131005Y-85154924D01* +X122210024Y-85302758D01* +X122258687Y-85463177D01* +X122275117Y-85630000D01* +X122258687Y-85796823D01* +X122210024Y-85957242D01* +X122139114Y-86089906D01* +X122131004Y-86105078D01* +X122024659Y-86234659D01* +X121895078Y-86341004D01* +X121895076Y-86341005D01* +X121747242Y-86420024D01* +X121586823Y-86468687D01* +X121461804Y-86481000D01* +X121378196Y-86481000D01* +X121253177Y-86468687D01* +X121092758Y-86420024D01* +X120944924Y-86341005D01* +X120944922Y-86341004D01* +X120815341Y-86234659D01* +X120708996Y-86105078D01* +X120700886Y-86089906D01* +X120629976Y-85957242D01* +X120581313Y-85796823D01* +X120564883Y-85630000D01* +X120581313Y-85463177D01* +X120629976Y-85302758D01* +X120708995Y-85154924D01* +X120708996Y-85154922D01* +X120815341Y-85025341D01* +X120944922Y-84918996D01* +X120960094Y-84910886D01* +X121092758Y-84839976D01* +X121253177Y-84791313D01* +X121378196Y-84779000D01* +X121461804Y-84779000D01* +X121586823Y-84791313D01* +X121586823Y-84791313D01* +G37* +G36* +X119046823Y-84791313D02* +G01* +X119207242Y-84839976D01* +X119339906Y-84910886D01* +X119355078Y-84918996D01* +X119484659Y-85025341D01* +X119591004Y-85154922D01* +X119591005Y-85154924D01* +X119670024Y-85302758D01* +X119718687Y-85463177D01* +X119735117Y-85630000D01* +X119718687Y-85796823D01* +X119670024Y-85957242D01* +X119599114Y-86089906D01* +X119591004Y-86105078D01* +X119484659Y-86234659D01* +X119355078Y-86341004D01* +X119355076Y-86341005D01* +X119207242Y-86420024D01* +X119046823Y-86468687D01* +X118921804Y-86481000D01* +X118838196Y-86481000D01* +X118713177Y-86468687D01* +X118552758Y-86420024D01* +X118404924Y-86341005D01* +X118404922Y-86341004D01* +X118275341Y-86234659D01* +X118168996Y-86105078D01* +X118160886Y-86089906D01* +X118089976Y-85957242D01* +X118041313Y-85796823D01* +X118024883Y-85630000D01* +X118041313Y-85463177D01* +X118089976Y-85302758D01* +X118168995Y-85154924D01* +X118168996Y-85154922D01* +X118275341Y-85025341D01* +X118404922Y-84918996D01* +X118420094Y-84910886D01* +X118552758Y-84839976D01* +X118713177Y-84791313D01* +X118838196Y-84779000D01* +X118921804Y-84779000D01* +X119046823Y-84791313D01* +X119046823Y-84791313D01* +G37* +G36* +X116506823Y-84791313D02* +G01* +X116667242Y-84839976D01* +X116799906Y-84910886D01* +X116815078Y-84918996D01* +X116944659Y-85025341D01* +X117051004Y-85154922D01* +X117051005Y-85154924D01* +X117130024Y-85302758D01* +X117178687Y-85463177D01* +X117195117Y-85630000D01* +X117178687Y-85796823D01* +X117130024Y-85957242D01* +X117059114Y-86089906D01* +X117051004Y-86105078D01* +X116944659Y-86234659D01* +X116815078Y-86341004D01* +X116815076Y-86341005D01* +X116667242Y-86420024D01* +X116506823Y-86468687D01* +X116381804Y-86481000D01* +X116298196Y-86481000D01* +X116173177Y-86468687D01* +X116012758Y-86420024D01* +X115864924Y-86341005D01* +X115864922Y-86341004D01* +X115735341Y-86234659D01* +X115628996Y-86105078D01* +X115620886Y-86089906D01* +X115549976Y-85957242D01* +X115501313Y-85796823D01* +X115484883Y-85630000D01* +X115501313Y-85463177D01* +X115549976Y-85302758D01* +X115628995Y-85154924D01* +X115628996Y-85154922D01* +X115735341Y-85025341D01* +X115864922Y-84918996D01* +X115880094Y-84910886D01* +X116012758Y-84839976D01* +X116173177Y-84791313D01* +X116298196Y-84779000D01* +X116381804Y-84779000D01* +X116506823Y-84791313D01* +X116506823Y-84791313D01* +G37* +G36* +X129048228Y-80841703D02* +G01* +X129203100Y-80905853D01* +X129342481Y-80998985D01* +X129461015Y-81117519D01* +X129554147Y-81256900D01* +X129618297Y-81411772D01* +X129651000Y-81576184D01* +X129651000Y-81743816D01* +X129618297Y-81908228D01* +X129554147Y-82063100D01* +X129461015Y-82202481D01* +X129342481Y-82321015D01* +X129203100Y-82414147D01* +X129048228Y-82478297D01* +X128883816Y-82511000D01* +X128716184Y-82511000D01* +X128551772Y-82478297D01* +X128396900Y-82414147D01* +X128257519Y-82321015D01* +X128138985Y-82202481D01* +X128045853Y-82063100D01* +X127981703Y-81908228D01* +X127949000Y-81743816D01* +X127949000Y-81576184D01* +X127981703Y-81411772D01* +X128045853Y-81256900D01* +X128138985Y-81117519D01* +X128257519Y-80998985D01* +X128396900Y-80905853D01* +X128551772Y-80841703D01* +X128716184Y-80809000D01* +X128883816Y-80809000D01* +X129048228Y-80841703D01* +X129048228Y-80841703D01* +G37* +G36* +X126548228Y-80841703D02* +G01* +X126703100Y-80905853D01* +X126842481Y-80998985D01* +X126961015Y-81117519D01* +X127054147Y-81256900D01* +X127118297Y-81411772D01* +X127151000Y-81576184D01* +X127151000Y-81743816D01* +X127118297Y-81908228D01* +X127054147Y-82063100D01* +X126961015Y-82202481D01* +X126842481Y-82321015D01* +X126703100Y-82414147D01* +X126548228Y-82478297D01* +X126383816Y-82511000D01* +X126216184Y-82511000D01* +X126051772Y-82478297D01* +X125896900Y-82414147D01* +X125757519Y-82321015D01* +X125638985Y-82202481D01* +X125545853Y-82063100D01* +X125481703Y-81908228D01* +X125449000Y-81743816D01* +X125449000Y-81576184D01* +X125481703Y-81411772D01* +X125545853Y-81256900D01* +X125638985Y-81117519D01* +X125757519Y-80998985D01* +X125896900Y-80905853D01* +X126051772Y-80841703D01* +X126216184Y-80809000D01* +X126383816Y-80809000D01* +X126548228Y-80841703D01* +X126548228Y-80841703D01* +G37* +G36* +X124126823Y-76611313D02* +G01* +X124287242Y-76659976D01* +X124419906Y-76730886D01* +X124435078Y-76738996D01* +X124564659Y-76845341D01* +X124671004Y-76974922D01* +X124671005Y-76974924D01* +X124750024Y-77122758D01* +X124798687Y-77283177D01* +X124815117Y-77450000D01* +X124798687Y-77616823D01* +X124750024Y-77777242D01* +X124679114Y-77909906D01* +X124671004Y-77925078D01* +X124564659Y-78054659D01* +X124435078Y-78161004D01* +X124435076Y-78161005D01* +X124287242Y-78240024D01* +X124126823Y-78288687D01* +X124001804Y-78301000D01* +X123918196Y-78301000D01* +X123793177Y-78288687D01* +X123632758Y-78240024D01* +X123484924Y-78161005D01* +X123484922Y-78161004D01* +X123355341Y-78054659D01* +X123248996Y-77925078D01* +X123240886Y-77909906D01* +X123169976Y-77777242D01* +X123121313Y-77616823D01* +X123104883Y-77450000D01* +X123121313Y-77283177D01* +X123169976Y-77122758D01* +X123248995Y-76974924D01* +X123248996Y-76974922D01* +X123355341Y-76845341D01* +X123484922Y-76738996D01* +X123500094Y-76730886D01* +X123632758Y-76659976D01* +X123793177Y-76611313D01* +X123918196Y-76599000D01* +X124001804Y-76599000D01* +X124126823Y-76611313D01* +X124126823Y-76611313D01* +G37* +G36* +X152406823Y-76611313D02* +G01* +X152567242Y-76659976D01* +X152699906Y-76730886D01* +X152715078Y-76738996D01* +X152844659Y-76845341D01* +X152951004Y-76974922D01* +X152951005Y-76974924D01* +X153030024Y-77122758D01* +X153078687Y-77283177D01* +X153095117Y-77450000D01* +X153078687Y-77616823D01* +X153030024Y-77777242D01* +X152959114Y-77909906D01* +X152951004Y-77925078D01* +X152844659Y-78054659D01* +X152715078Y-78161004D01* +X152715076Y-78161005D01* +X152567242Y-78240024D01* +X152406823Y-78288687D01* +X152281804Y-78301000D01* +X152198196Y-78301000D01* +X152073177Y-78288687D01* +X151912758Y-78240024D01* +X151764924Y-78161005D01* +X151764922Y-78161004D01* +X151635341Y-78054659D01* +X151528996Y-77925078D01* +X151520886Y-77909906D01* +X151449976Y-77777242D01* +X151401313Y-77616823D01* +X151384883Y-77450000D01* +X151401313Y-77283177D01* +X151449976Y-77122758D01* +X151528995Y-76974924D01* +X151528996Y-76974922D01* +X151635341Y-76845341D01* +X151764922Y-76738996D01* +X151780094Y-76730886D01* +X151912758Y-76659976D01* +X152073177Y-76611313D01* +X152198196Y-76599000D01* +X152281804Y-76599000D01* +X152406823Y-76611313D01* +X152406823Y-76611313D01* +G37* +G36* +X126666823Y-76611313D02* +G01* +X126827242Y-76659976D01* +X126959906Y-76730886D01* +X126975078Y-76738996D01* +X127104659Y-76845341D01* +X127211004Y-76974922D01* +X127211005Y-76974924D01* +X127290024Y-77122758D01* +X127338687Y-77283177D01* +X127355117Y-77450000D01* +X127338687Y-77616823D01* +X127290024Y-77777242D01* +X127219114Y-77909906D01* +X127211004Y-77925078D01* +X127104659Y-78054659D01* +X126975078Y-78161004D01* +X126975076Y-78161005D01* +X126827242Y-78240024D01* +X126666823Y-78288687D01* +X126541804Y-78301000D01* +X126458196Y-78301000D01* +X126333177Y-78288687D01* +X126172758Y-78240024D01* +X126024924Y-78161005D01* +X126024922Y-78161004D01* +X125895341Y-78054659D01* +X125788996Y-77925078D01* +X125780886Y-77909906D01* +X125709976Y-77777242D01* +X125661313Y-77616823D01* +X125644883Y-77450000D01* +X125661313Y-77283177D01* +X125709976Y-77122758D01* +X125788995Y-76974924D01* +X125788996Y-76974922D01* +X125895341Y-76845341D01* +X126024922Y-76738996D01* +X126040094Y-76730886D01* +X126172758Y-76659976D01* +X126333177Y-76611313D01* +X126458196Y-76599000D01* +X126541804Y-76599000D01* +X126666823Y-76611313D01* +X126666823Y-76611313D01* +G37* +G36* +X202946823Y-76611313D02* +G01* +X203107242Y-76659976D01* +X203239906Y-76730886D01* +X203255078Y-76738996D01* +X203384659Y-76845341D01* +X203491004Y-76974922D01* +X203491005Y-76974924D01* +X203570024Y-77122758D01* +X203618687Y-77283177D01* +X203635117Y-77450000D01* +X203618687Y-77616823D01* +X203570024Y-77777242D01* +X203499114Y-77909906D01* +X203491004Y-77925078D01* +X203384659Y-78054659D01* +X203255078Y-78161004D01* +X203255076Y-78161005D01* +X203107242Y-78240024D01* +X202946823Y-78288687D01* +X202821804Y-78301000D01* +X202738196Y-78301000D01* +X202613177Y-78288687D01* +X202452758Y-78240024D01* +X202304924Y-78161005D01* +X202304922Y-78161004D01* +X202175341Y-78054659D01* +X202068996Y-77925078D01* +X202060886Y-77909906D01* +X201989976Y-77777242D01* +X201941313Y-77616823D01* +X201924883Y-77450000D01* +X201941313Y-77283177D01* +X201989976Y-77122758D01* +X202068995Y-76974924D01* +X202068996Y-76974922D01* +X202175341Y-76845341D01* +X202304922Y-76738996D01* +X202320094Y-76730886D01* +X202452758Y-76659976D01* +X202613177Y-76611313D01* +X202738196Y-76599000D01* +X202821804Y-76599000D01* +X202946823Y-76611313D01* +X202946823Y-76611313D01* +G37* +G36* +X129206823Y-76611313D02* +G01* +X129367242Y-76659976D01* +X129499906Y-76730886D01* +X129515078Y-76738996D01* +X129644659Y-76845341D01* +X129751004Y-76974922D01* +X129751005Y-76974924D01* +X129830024Y-77122758D01* +X129878687Y-77283177D01* +X129895117Y-77450000D01* +X129878687Y-77616823D01* +X129830024Y-77777242D01* +X129759114Y-77909906D01* +X129751004Y-77925078D01* +X129644659Y-78054659D01* +X129515078Y-78161004D01* +X129515076Y-78161005D01* +X129367242Y-78240024D01* +X129206823Y-78288687D01* +X129081804Y-78301000D01* +X128998196Y-78301000D01* +X128873177Y-78288687D01* +X128712758Y-78240024D01* +X128564924Y-78161005D01* +X128564922Y-78161004D01* +X128435341Y-78054659D01* +X128328996Y-77925078D01* +X128320886Y-77909906D01* +X128249976Y-77777242D01* +X128201313Y-77616823D01* +X128184883Y-77450000D01* +X128201313Y-77283177D01* +X128249976Y-77122758D01* +X128328995Y-76974924D01* +X128328996Y-76974922D01* +X128435341Y-76845341D01* +X128564922Y-76738996D01* +X128580094Y-76730886D01* +X128712758Y-76659976D01* +X128873177Y-76611313D01* +X128998196Y-76599000D01* +X129081804Y-76599000D01* +X129206823Y-76611313D01* +X129206823Y-76611313D01* +G37* +G36* +X168036823Y-76611313D02* +G01* +X168197242Y-76659976D01* +X168329906Y-76730886D01* +X168345078Y-76738996D01* +X168474659Y-76845341D01* +X168581004Y-76974922D01* +X168581005Y-76974924D01* +X168660024Y-77122758D01* +X168708687Y-77283177D01* +X168725117Y-77450000D01* +X168708687Y-77616823D01* +X168660024Y-77777242D01* +X168589114Y-77909906D01* +X168581004Y-77925078D01* +X168474659Y-78054659D01* +X168345078Y-78161004D01* +X168345076Y-78161005D01* +X168197242Y-78240024D01* +X168036823Y-78288687D01* +X167911804Y-78301000D01* +X167828196Y-78301000D01* +X167703177Y-78288687D01* +X167542758Y-78240024D01* +X167394924Y-78161005D01* +X167394922Y-78161004D01* +X167265341Y-78054659D01* +X167158996Y-77925078D01* +X167150886Y-77909906D01* +X167079976Y-77777242D01* +X167031313Y-77616823D01* +X167014883Y-77450000D01* +X167031313Y-77283177D01* +X167079976Y-77122758D01* +X167158995Y-76974924D01* +X167158996Y-76974922D01* +X167265341Y-76845341D01* +X167394922Y-76738996D01* +X167410094Y-76730886D01* +X167542758Y-76659976D01* +X167703177Y-76611313D01* +X167828196Y-76599000D01* +X167911804Y-76599000D01* +X168036823Y-76611313D01* +X168036823Y-76611313D01* +G37* +G36* +X200406823Y-76611313D02* +G01* +X200567242Y-76659976D01* +X200699906Y-76730886D01* +X200715078Y-76738996D01* +X200844659Y-76845341D01* +X200951004Y-76974922D01* +X200951005Y-76974924D01* +X201030024Y-77122758D01* +X201078687Y-77283177D01* +X201095117Y-77450000D01* +X201078687Y-77616823D01* +X201030024Y-77777242D01* +X200959114Y-77909906D01* +X200951004Y-77925078D01* +X200844659Y-78054659D01* +X200715078Y-78161004D01* +X200715076Y-78161005D01* +X200567242Y-78240024D01* +X200406823Y-78288687D01* +X200281804Y-78301000D01* +X200198196Y-78301000D01* +X200073177Y-78288687D01* +X199912758Y-78240024D01* +X199764924Y-78161005D01* +X199764922Y-78161004D01* +X199635341Y-78054659D01* +X199528996Y-77925078D01* +X199520886Y-77909906D01* +X199449976Y-77777242D01* +X199401313Y-77616823D01* +X199384883Y-77450000D01* +X199401313Y-77283177D01* +X199449976Y-77122758D01* +X199528995Y-76974924D01* +X199528996Y-76974922D01* +X199635341Y-76845341D01* +X199764922Y-76738996D01* +X199780094Y-76730886D01* +X199912758Y-76659976D01* +X200073177Y-76611313D01* +X200198196Y-76599000D01* +X200281804Y-76599000D01* +X200406823Y-76611313D01* +X200406823Y-76611313D01* +G37* +G36* +X144786823Y-76611313D02* +G01* +X144947242Y-76659976D01* +X145079906Y-76730886D01* +X145095078Y-76738996D01* +X145224659Y-76845341D01* +X145331004Y-76974922D01* +X145331005Y-76974924D01* +X145410024Y-77122758D01* +X145458687Y-77283177D01* +X145475117Y-77450000D01* +X145458687Y-77616823D01* +X145410024Y-77777242D01* +X145339114Y-77909906D01* +X145331004Y-77925078D01* +X145224659Y-78054659D01* +X145095078Y-78161004D01* +X145095076Y-78161005D01* +X144947242Y-78240024D01* +X144786823Y-78288687D01* +X144661804Y-78301000D01* +X144578196Y-78301000D01* +X144453177Y-78288687D01* +X144292758Y-78240024D01* +X144144924Y-78161005D01* +X144144922Y-78161004D01* +X144015341Y-78054659D01* +X143908996Y-77925078D01* +X143900886Y-77909906D01* +X143829976Y-77777242D01* +X143781313Y-77616823D01* +X143764883Y-77450000D01* +X143781313Y-77283177D01* +X143829976Y-77122758D01* +X143908995Y-76974924D01* +X143908996Y-76974922D01* +X144015341Y-76845341D01* +X144144922Y-76738996D01* +X144160094Y-76730886D01* +X144292758Y-76659976D01* +X144453177Y-76611313D01* +X144578196Y-76599000D01* +X144661804Y-76599000D01* +X144786823Y-76611313D01* +X144786823Y-76611313D01* +G37* +G36* +X142246823Y-76611313D02* +G01* +X142407242Y-76659976D01* +X142539906Y-76730886D01* +X142555078Y-76738996D01* +X142684659Y-76845341D01* +X142791004Y-76974922D01* +X142791005Y-76974924D01* +X142870024Y-77122758D01* +X142918687Y-77283177D01* +X142935117Y-77450000D01* +X142918687Y-77616823D01* +X142870024Y-77777242D01* +X142799114Y-77909906D01* +X142791004Y-77925078D01* +X142684659Y-78054659D01* +X142555078Y-78161004D01* +X142555076Y-78161005D01* +X142407242Y-78240024D01* +X142246823Y-78288687D01* +X142121804Y-78301000D01* +X142038196Y-78301000D01* +X141913177Y-78288687D01* +X141752758Y-78240024D01* +X141604924Y-78161005D01* +X141604922Y-78161004D01* +X141475341Y-78054659D01* +X141368996Y-77925078D01* +X141360886Y-77909906D01* +X141289976Y-77777242D01* +X141241313Y-77616823D01* +X141224883Y-77450000D01* +X141241313Y-77283177D01* +X141289976Y-77122758D01* +X141368995Y-76974924D01* +X141368996Y-76974922D01* +X141475341Y-76845341D01* +X141604922Y-76738996D01* +X141620094Y-76730886D01* +X141752758Y-76659976D01* +X141913177Y-76611313D01* +X142038196Y-76599000D01* +X142121804Y-76599000D01* +X142246823Y-76611313D01* +X142246823Y-76611313D01* +G37* +G36* +X197866823Y-76611313D02* +G01* +X198027242Y-76659976D01* +X198159906Y-76730886D01* +X198175078Y-76738996D01* +X198304659Y-76845341D01* +X198411004Y-76974922D01* +X198411005Y-76974924D01* +X198490024Y-77122758D01* +X198538687Y-77283177D01* +X198555117Y-77450000D01* +X198538687Y-77616823D01* +X198490024Y-77777242D01* +X198419114Y-77909906D01* +X198411004Y-77925078D01* +X198304659Y-78054659D01* +X198175078Y-78161004D01* +X198175076Y-78161005D01* +X198027242Y-78240024D01* +X197866823Y-78288687D01* +X197741804Y-78301000D01* +X197658196Y-78301000D01* +X197533177Y-78288687D01* +X197372758Y-78240024D01* +X197224924Y-78161005D01* +X197224922Y-78161004D01* +X197095341Y-78054659D01* +X196988996Y-77925078D01* +X196980886Y-77909906D01* +X196909976Y-77777242D01* +X196861313Y-77616823D01* +X196844883Y-77450000D01* +X196861313Y-77283177D01* +X196909976Y-77122758D01* +X196988995Y-76974924D01* +X196988996Y-76974922D01* +X197095341Y-76845341D01* +X197224922Y-76738996D01* +X197240094Y-76730886D01* +X197372758Y-76659976D01* +X197533177Y-76611313D01* +X197658196Y-76599000D01* +X197741804Y-76599000D01* +X197866823Y-76611313D01* +X197866823Y-76611313D01* +G37* +G36* +X195326823Y-76611313D02* +G01* +X195487242Y-76659976D01* +X195619906Y-76730886D01* +X195635078Y-76738996D01* +X195764659Y-76845341D01* +X195871004Y-76974922D01* +X195871005Y-76974924D01* +X195950024Y-77122758D01* +X195998687Y-77283177D01* +X196015117Y-77450000D01* +X195998687Y-77616823D01* +X195950024Y-77777242D01* +X195879114Y-77909906D01* +X195871004Y-77925078D01* +X195764659Y-78054659D01* +X195635078Y-78161004D01* +X195635076Y-78161005D01* +X195487242Y-78240024D01* +X195326823Y-78288687D01* +X195201804Y-78301000D01* +X195118196Y-78301000D01* +X194993177Y-78288687D01* +X194832758Y-78240024D01* +X194684924Y-78161005D01* +X194684922Y-78161004D01* +X194555341Y-78054659D01* +X194448996Y-77925078D01* +X194440886Y-77909906D01* +X194369976Y-77777242D01* +X194321313Y-77616823D01* +X194304883Y-77450000D01* +X194321313Y-77283177D01* +X194369976Y-77122758D01* +X194448995Y-76974924D01* +X194448996Y-76974922D01* +X194555341Y-76845341D01* +X194684922Y-76738996D01* +X194700094Y-76730886D01* +X194832758Y-76659976D01* +X194993177Y-76611313D01* +X195118196Y-76599000D01* +X195201804Y-76599000D01* +X195326823Y-76611313D01* +X195326823Y-76611313D01* +G37* +G36* +X192786823Y-76611313D02* +G01* +X192947242Y-76659976D01* +X193079906Y-76730886D01* +X193095078Y-76738996D01* +X193224659Y-76845341D01* +X193331004Y-76974922D01* +X193331005Y-76974924D01* +X193410024Y-77122758D01* +X193458687Y-77283177D01* +X193475117Y-77450000D01* +X193458687Y-77616823D01* +X193410024Y-77777242D01* +X193339114Y-77909906D01* +X193331004Y-77925078D01* +X193224659Y-78054659D01* +X193095078Y-78161004D01* +X193095076Y-78161005D01* +X192947242Y-78240024D01* +X192786823Y-78288687D01* +X192661804Y-78301000D01* +X192578196Y-78301000D01* +X192453177Y-78288687D01* +X192292758Y-78240024D01* +X192144924Y-78161005D01* +X192144922Y-78161004D01* +X192015341Y-78054659D01* +X191908996Y-77925078D01* +X191900886Y-77909906D01* +X191829976Y-77777242D01* +X191781313Y-77616823D01* +X191764883Y-77450000D01* +X191781313Y-77283177D01* +X191829976Y-77122758D01* +X191908995Y-76974924D01* +X191908996Y-76974922D01* +X192015341Y-76845341D01* +X192144922Y-76738996D01* +X192160094Y-76730886D01* +X192292758Y-76659976D01* +X192453177Y-76611313D01* +X192578196Y-76599000D01* +X192661804Y-76599000D01* +X192786823Y-76611313D01* +X192786823Y-76611313D01* +G37* +G36* +X190246823Y-76611313D02* +G01* +X190407242Y-76659976D01* +X190539906Y-76730886D01* +X190555078Y-76738996D01* +X190684659Y-76845341D01* +X190791004Y-76974922D01* +X190791005Y-76974924D01* +X190870024Y-77122758D01* +X190918687Y-77283177D01* +X190935117Y-77450000D01* +X190918687Y-77616823D01* +X190870024Y-77777242D01* +X190799114Y-77909906D01* +X190791004Y-77925078D01* +X190684659Y-78054659D01* +X190555078Y-78161004D01* +X190555076Y-78161005D01* +X190407242Y-78240024D01* +X190246823Y-78288687D01* +X190121804Y-78301000D01* +X190038196Y-78301000D01* +X189913177Y-78288687D01* +X189752758Y-78240024D01* +X189604924Y-78161005D01* +X189604922Y-78161004D01* +X189475341Y-78054659D01* +X189368996Y-77925078D01* +X189360886Y-77909906D01* +X189289976Y-77777242D01* +X189241313Y-77616823D01* +X189224883Y-77450000D01* +X189241313Y-77283177D01* +X189289976Y-77122758D01* +X189368995Y-76974924D01* +X189368996Y-76974922D01* +X189475341Y-76845341D01* +X189604922Y-76738996D01* +X189620094Y-76730886D01* +X189752758Y-76659976D01* +X189913177Y-76611313D01* +X190038196Y-76599000D01* +X190121804Y-76599000D01* +X190246823Y-76611313D01* +X190246823Y-76611313D01* +G37* +G36* +X187706823Y-76611313D02* +G01* +X187867242Y-76659976D01* +X187999906Y-76730886D01* +X188015078Y-76738996D01* +X188144659Y-76845341D01* +X188251004Y-76974922D01* +X188251005Y-76974924D01* +X188330024Y-77122758D01* +X188378687Y-77283177D01* +X188395117Y-77450000D01* +X188378687Y-77616823D01* +X188330024Y-77777242D01* +X188259114Y-77909906D01* +X188251004Y-77925078D01* +X188144659Y-78054659D01* +X188015078Y-78161004D01* +X188015076Y-78161005D01* +X187867242Y-78240024D01* +X187706823Y-78288687D01* +X187581804Y-78301000D01* +X187498196Y-78301000D01* +X187373177Y-78288687D01* +X187212758Y-78240024D01* +X187064924Y-78161005D01* +X187064922Y-78161004D01* +X186935341Y-78054659D01* +X186828996Y-77925078D01* +X186820886Y-77909906D01* +X186749976Y-77777242D01* +X186701313Y-77616823D01* +X186684883Y-77450000D01* +X186701313Y-77283177D01* +X186749976Y-77122758D01* +X186828995Y-76974924D01* +X186828996Y-76974922D01* +X186935341Y-76845341D01* +X187064922Y-76738996D01* +X187080094Y-76730886D01* +X187212758Y-76659976D01* +X187373177Y-76611313D01* +X187498196Y-76599000D01* +X187581804Y-76599000D01* +X187706823Y-76611313D01* +X187706823Y-76611313D01* +G37* +G36* +X185851000Y-78301000D02* +G01* +X184149000Y-78301000D01* +X184149000Y-76599000D01* +X185851000Y-76599000D01* +X185851000Y-78301000D01* +X185851000Y-78301000D01* +G37* +G36* +X175656823Y-76611313D02* +G01* +X175817242Y-76659976D01* +X175949906Y-76730886D01* +X175965078Y-76738996D01* +X176094659Y-76845341D01* +X176201004Y-76974922D01* +X176201005Y-76974924D01* +X176280024Y-77122758D01* +X176328687Y-77283177D01* +X176345117Y-77450000D01* +X176328687Y-77616823D01* +X176280024Y-77777242D01* +X176209114Y-77909906D01* +X176201004Y-77925078D01* +X176094659Y-78054659D01* +X175965078Y-78161004D01* +X175965076Y-78161005D01* +X175817242Y-78240024D01* +X175656823Y-78288687D01* +X175531804Y-78301000D01* +X175448196Y-78301000D01* +X175323177Y-78288687D01* +X175162758Y-78240024D01* +X175014924Y-78161005D01* +X175014922Y-78161004D01* +X174885341Y-78054659D01* +X174778996Y-77925078D01* +X174770886Y-77909906D01* +X174699976Y-77777242D01* +X174651313Y-77616823D01* +X174634883Y-77450000D01* +X174651313Y-77283177D01* +X174699976Y-77122758D01* +X174778995Y-76974924D01* +X174778996Y-76974922D01* +X174885341Y-76845341D01* +X175014922Y-76738996D01* +X175030094Y-76730886D01* +X175162758Y-76659976D01* +X175323177Y-76611313D01* +X175448196Y-76599000D01* +X175531804Y-76599000D01* +X175656823Y-76611313D01* +X175656823Y-76611313D01* +G37* +G36* +X173116823Y-76611313D02* +G01* +X173277242Y-76659976D01* +X173409906Y-76730886D01* +X173425078Y-76738996D01* +X173554659Y-76845341D01* +X173661004Y-76974922D01* +X173661005Y-76974924D01* +X173740024Y-77122758D01* +X173788687Y-77283177D01* +X173805117Y-77450000D01* +X173788687Y-77616823D01* +X173740024Y-77777242D01* +X173669114Y-77909906D01* +X173661004Y-77925078D01* +X173554659Y-78054659D01* +X173425078Y-78161004D01* +X173425076Y-78161005D01* +X173277242Y-78240024D01* +X173116823Y-78288687D01* +X172991804Y-78301000D01* +X172908196Y-78301000D01* +X172783177Y-78288687D01* +X172622758Y-78240024D01* +X172474924Y-78161005D01* +X172474922Y-78161004D01* +X172345341Y-78054659D01* +X172238996Y-77925078D01* +X172230886Y-77909906D01* +X172159976Y-77777242D01* +X172111313Y-77616823D01* +X172094883Y-77450000D01* +X172111313Y-77283177D01* +X172159976Y-77122758D01* +X172238995Y-76974924D01* +X172238996Y-76974922D01* +X172345341Y-76845341D01* +X172474922Y-76738996D01* +X172490094Y-76730886D01* +X172622758Y-76659976D01* +X172783177Y-76611313D01* +X172908196Y-76599000D01* +X172991804Y-76599000D01* +X173116823Y-76611313D01* +X173116823Y-76611313D01* +G37* +G36* +X170576823Y-76611313D02* +G01* +X170737242Y-76659976D01* +X170869906Y-76730886D01* +X170885078Y-76738996D01* +X171014659Y-76845341D01* +X171121004Y-76974922D01* +X171121005Y-76974924D01* +X171200024Y-77122758D01* +X171248687Y-77283177D01* +X171265117Y-77450000D01* +X171248687Y-77616823D01* +X171200024Y-77777242D01* +X171129114Y-77909906D01* +X171121004Y-77925078D01* +X171014659Y-78054659D01* +X170885078Y-78161004D01* +X170885076Y-78161005D01* +X170737242Y-78240024D01* +X170576823Y-78288687D01* +X170451804Y-78301000D01* +X170368196Y-78301000D01* +X170243177Y-78288687D01* +X170082758Y-78240024D01* +X169934924Y-78161005D01* +X169934922Y-78161004D01* +X169805341Y-78054659D01* +X169698996Y-77925078D01* +X169690886Y-77909906D01* +X169619976Y-77777242D01* +X169571313Y-77616823D01* +X169554883Y-77450000D01* +X169571313Y-77283177D01* +X169619976Y-77122758D01* +X169698995Y-76974924D01* +X169698996Y-76974922D01* +X169805341Y-76845341D01* +X169934922Y-76738996D01* +X169950094Y-76730886D01* +X170082758Y-76659976D01* +X170243177Y-76611313D01* +X170368196Y-76599000D01* +X170451804Y-76599000D01* +X170576823Y-76611313D01* +X170576823Y-76611313D01* +G37* +G36* +X165496823Y-76611313D02* +G01* +X165657242Y-76659976D01* +X165789906Y-76730886D01* +X165805078Y-76738996D01* +X165934659Y-76845341D01* +X166041004Y-76974922D01* +X166041005Y-76974924D01* +X166120024Y-77122758D01* +X166168687Y-77283177D01* +X166185117Y-77450000D01* +X166168687Y-77616823D01* +X166120024Y-77777242D01* +X166049114Y-77909906D01* +X166041004Y-77925078D01* +X165934659Y-78054659D01* +X165805078Y-78161004D01* +X165805076Y-78161005D01* +X165657242Y-78240024D01* +X165496823Y-78288687D01* +X165371804Y-78301000D01* +X165288196Y-78301000D01* +X165163177Y-78288687D01* +X165002758Y-78240024D01* +X164854924Y-78161005D01* +X164854922Y-78161004D01* +X164725341Y-78054659D01* +X164618996Y-77925078D01* +X164610886Y-77909906D01* +X164539976Y-77777242D01* +X164491313Y-77616823D01* +X164474883Y-77450000D01* +X164491313Y-77283177D01* +X164539976Y-77122758D01* +X164618995Y-76974924D01* +X164618996Y-76974922D01* +X164725341Y-76845341D01* +X164854922Y-76738996D01* +X164870094Y-76730886D01* +X165002758Y-76659976D01* +X165163177Y-76611313D01* +X165288196Y-76599000D01* +X165371804Y-76599000D01* +X165496823Y-76611313D01* +X165496823Y-76611313D01* +G37* +G36* +X121586823Y-76611313D02* +G01* +X121747242Y-76659976D01* +X121879906Y-76730886D01* +X121895078Y-76738996D01* +X122024659Y-76845341D01* +X122131004Y-76974922D01* +X122131005Y-76974924D01* +X122210024Y-77122758D01* +X122258687Y-77283177D01* +X122275117Y-77450000D01* +X122258687Y-77616823D01* +X122210024Y-77777242D01* +X122139114Y-77909906D01* +X122131004Y-77925078D01* +X122024659Y-78054659D01* +X121895078Y-78161004D01* +X121895076Y-78161005D01* +X121747242Y-78240024D01* +X121586823Y-78288687D01* +X121461804Y-78301000D01* +X121378196Y-78301000D01* +X121253177Y-78288687D01* +X121092758Y-78240024D01* +X120944924Y-78161005D01* +X120944922Y-78161004D01* +X120815341Y-78054659D01* +X120708996Y-77925078D01* +X120700886Y-77909906D01* +X120629976Y-77777242D01* +X120581313Y-77616823D01* +X120564883Y-77450000D01* +X120581313Y-77283177D01* +X120629976Y-77122758D01* +X120708995Y-76974924D01* +X120708996Y-76974922D01* +X120815341Y-76845341D01* +X120944922Y-76738996D01* +X120960094Y-76730886D01* +X121092758Y-76659976D01* +X121253177Y-76611313D01* +X121378196Y-76599000D01* +X121461804Y-76599000D01* +X121586823Y-76611313D01* +X121586823Y-76611313D01* +G37* +G36* +X162956823Y-76611313D02* +G01* +X163117242Y-76659976D01* +X163249906Y-76730886D01* +X163265078Y-76738996D01* +X163394659Y-76845341D01* +X163501004Y-76974922D01* +X163501005Y-76974924D01* +X163580024Y-77122758D01* +X163628687Y-77283177D01* +X163645117Y-77450000D01* +X163628687Y-77616823D01* +X163580024Y-77777242D01* +X163509114Y-77909906D01* +X163501004Y-77925078D01* +X163394659Y-78054659D01* +X163265078Y-78161004D01* +X163265076Y-78161005D01* +X163117242Y-78240024D01* +X162956823Y-78288687D01* +X162831804Y-78301000D01* +X162748196Y-78301000D01* +X162623177Y-78288687D01* +X162462758Y-78240024D01* +X162314924Y-78161005D01* +X162314922Y-78161004D01* +X162185341Y-78054659D01* +X162078996Y-77925078D01* +X162070886Y-77909906D01* +X161999976Y-77777242D01* +X161951313Y-77616823D01* +X161934883Y-77450000D01* +X161951313Y-77283177D01* +X161999976Y-77122758D01* +X162078995Y-76974924D01* +X162078996Y-76974922D01* +X162185341Y-76845341D01* +X162314922Y-76738996D01* +X162330094Y-76730886D01* +X162462758Y-76659976D01* +X162623177Y-76611313D01* +X162748196Y-76599000D01* +X162831804Y-76599000D01* +X162956823Y-76611313D01* +X162956823Y-76611313D01* +G37* +G36* +X161101000Y-78301000D02* +G01* +X159399000Y-78301000D01* +X159399000Y-76599000D01* +X161101000Y-76599000D01* +X161101000Y-78301000D01* +X161101000Y-78301000D01* +G37* +G36* +X149866823Y-76611313D02* +G01* +X150027242Y-76659976D01* +X150159906Y-76730886D01* +X150175078Y-76738996D01* +X150304659Y-76845341D01* +X150411004Y-76974922D01* +X150411005Y-76974924D01* +X150490024Y-77122758D01* +X150538687Y-77283177D01* +X150555117Y-77450000D01* +X150538687Y-77616823D01* +X150490024Y-77777242D01* +X150419114Y-77909906D01* +X150411004Y-77925078D01* +X150304659Y-78054659D01* +X150175078Y-78161004D01* +X150175076Y-78161005D01* +X150027242Y-78240024D01* +X149866823Y-78288687D01* +X149741804Y-78301000D01* +X149658196Y-78301000D01* +X149533177Y-78288687D01* +X149372758Y-78240024D01* +X149224924Y-78161005D01* +X149224922Y-78161004D01* +X149095341Y-78054659D01* +X148988996Y-77925078D01* +X148980886Y-77909906D01* +X148909976Y-77777242D01* +X148861313Y-77616823D01* +X148844883Y-77450000D01* +X148861313Y-77283177D01* +X148909976Y-77122758D01* +X148988995Y-76974924D01* +X148988996Y-76974922D01* +X149095341Y-76845341D01* +X149224922Y-76738996D01* +X149240094Y-76730886D01* +X149372758Y-76659976D01* +X149533177Y-76611313D01* +X149658196Y-76599000D01* +X149741804Y-76599000D01* +X149866823Y-76611313D01* +X149866823Y-76611313D01* +G37* +G36* +X147326823Y-76611313D02* +G01* +X147487242Y-76659976D01* +X147619906Y-76730886D01* +X147635078Y-76738996D01* +X147764659Y-76845341D01* +X147871004Y-76974922D01* +X147871005Y-76974924D01* +X147950024Y-77122758D01* +X147998687Y-77283177D01* +X148015117Y-77450000D01* +X147998687Y-77616823D01* +X147950024Y-77777242D01* +X147879114Y-77909906D01* +X147871004Y-77925078D01* +X147764659Y-78054659D01* +X147635078Y-78161004D01* +X147635076Y-78161005D01* +X147487242Y-78240024D01* +X147326823Y-78288687D01* +X147201804Y-78301000D01* +X147118196Y-78301000D01* +X146993177Y-78288687D01* +X146832758Y-78240024D01* +X146684924Y-78161005D01* +X146684922Y-78161004D01* +X146555341Y-78054659D01* +X146448996Y-77925078D01* +X146440886Y-77909906D01* +X146369976Y-77777242D01* +X146321313Y-77616823D01* +X146304883Y-77450000D01* +X146321313Y-77283177D01* +X146369976Y-77122758D01* +X146448995Y-76974924D01* +X146448996Y-76974922D01* +X146555341Y-76845341D01* +X146684922Y-76738996D01* +X146700094Y-76730886D01* +X146832758Y-76659976D01* +X146993177Y-76611313D01* +X147118196Y-76599000D01* +X147201804Y-76599000D01* +X147326823Y-76611313D01* +X147326823Y-76611313D01* +G37* +G36* +X139706823Y-76611313D02* +G01* +X139867242Y-76659976D01* +X139999906Y-76730886D01* +X140015078Y-76738996D01* +X140144659Y-76845341D01* +X140251004Y-76974922D01* +X140251005Y-76974924D01* +X140330024Y-77122758D01* +X140378687Y-77283177D01* +X140395117Y-77450000D01* +X140378687Y-77616823D01* +X140330024Y-77777242D01* +X140259114Y-77909906D01* +X140251004Y-77925078D01* +X140144659Y-78054659D01* +X140015078Y-78161004D01* +X140015076Y-78161005D01* +X139867242Y-78240024D01* +X139706823Y-78288687D01* +X139581804Y-78301000D01* +X139498196Y-78301000D01* +X139373177Y-78288687D01* +X139212758Y-78240024D01* +X139064924Y-78161005D01* +X139064922Y-78161004D01* +X138935341Y-78054659D01* +X138828996Y-77925078D01* +X138820886Y-77909906D01* +X138749976Y-77777242D01* +X138701313Y-77616823D01* +X138684883Y-77450000D01* +X138701313Y-77283177D01* +X138749976Y-77122758D01* +X138828995Y-76974924D01* +X138828996Y-76974922D01* +X138935341Y-76845341D01* +X139064922Y-76738996D01* +X139080094Y-76730886D01* +X139212758Y-76659976D01* +X139373177Y-76611313D01* +X139498196Y-76599000D01* +X139581804Y-76599000D01* +X139706823Y-76611313D01* +X139706823Y-76611313D01* +G37* +G36* +X137851000Y-78301000D02* +G01* +X136149000Y-78301000D01* +X136149000Y-76599000D01* +X137851000Y-76599000D01* +X137851000Y-78301000D01* +X137851000Y-78301000D01* +G37* +G36* +X119046823Y-76611313D02* +G01* +X119207242Y-76659976D01* +X119339906Y-76730886D01* +X119355078Y-76738996D01* +X119484659Y-76845341D01* +X119591004Y-76974922D01* +X119591005Y-76974924D01* +X119670024Y-77122758D01* +X119718687Y-77283177D01* +X119735117Y-77450000D01* +X119718687Y-77616823D01* +X119670024Y-77777242D01* +X119599114Y-77909906D01* +X119591004Y-77925078D01* +X119484659Y-78054659D01* +X119355078Y-78161004D01* +X119355076Y-78161005D01* +X119207242Y-78240024D01* +X119046823Y-78288687D01* +X118921804Y-78301000D01* +X118838196Y-78301000D01* +X118713177Y-78288687D01* +X118552758Y-78240024D01* +X118404924Y-78161005D01* +X118404922Y-78161004D01* +X118275341Y-78054659D01* +X118168996Y-77925078D01* +X118160886Y-77909906D01* +X118089976Y-77777242D01* +X118041313Y-77616823D01* +X118024883Y-77450000D01* +X118041313Y-77283177D01* +X118089976Y-77122758D01* +X118168995Y-76974924D01* +X118168996Y-76974922D01* +X118275341Y-76845341D01* +X118404922Y-76738996D01* +X118420094Y-76730886D01* +X118552758Y-76659976D01* +X118713177Y-76611313D01* +X118838196Y-76599000D01* +X118921804Y-76599000D01* +X119046823Y-76611313D01* +X119046823Y-76611313D01* +G37* +G36* +X116506823Y-76611313D02* +G01* +X116667242Y-76659976D01* +X116799906Y-76730886D01* +X116815078Y-76738996D01* +X116944659Y-76845341D01* +X117051004Y-76974922D01* +X117051005Y-76974924D01* +X117130024Y-77122758D01* +X117178687Y-77283177D01* +X117195117Y-77450000D01* +X117178687Y-77616823D01* +X117130024Y-77777242D01* +X117059114Y-77909906D01* +X117051004Y-77925078D01* +X116944659Y-78054659D01* +X116815078Y-78161004D01* +X116815076Y-78161005D01* +X116667242Y-78240024D01* +X116506823Y-78288687D01* +X116381804Y-78301000D01* +X116298196Y-78301000D01* +X116173177Y-78288687D01* +X116012758Y-78240024D01* +X115864924Y-78161005D01* +X115864922Y-78161004D01* +X115735341Y-78054659D01* +X115628996Y-77925078D01* +X115620886Y-77909906D01* +X115549976Y-77777242D01* +X115501313Y-77616823D01* +X115484883Y-77450000D01* +X115501313Y-77283177D01* +X115549976Y-77122758D01* +X115628995Y-76974924D01* +X115628996Y-76974922D01* +X115735341Y-76845341D01* +X115864922Y-76738996D01* +X115880094Y-76730886D01* +X116012758Y-76659976D01* +X116173177Y-76611313D01* +X116298196Y-76599000D01* +X116381804Y-76599000D01* +X116506823Y-76611313D01* +X116506823Y-76611313D01* +G37* +G36* +X114651000Y-78301000D02* +G01* +X112949000Y-78301000D01* +X112949000Y-76599000D01* +X114651000Y-76599000D01* +X114651000Y-78301000D01* +X114651000Y-78301000D01* +G37* +G36* +X179388228Y-74301703D02* +G01* +X179543100Y-74365853D01* +X179682481Y-74458985D01* +X179801015Y-74577519D01* +X179894147Y-74716900D01* +X179958297Y-74871772D01* +X179991000Y-75036184D01* +X179991000Y-75203816D01* +X179958297Y-75368228D01* +X179894147Y-75523100D01* +X179801015Y-75662481D01* +X179682481Y-75781015D01* +X179543100Y-75874147D01* +X179388228Y-75938297D01* +X179223816Y-75971000D01* +X179056184Y-75971000D01* +X178891772Y-75938297D01* +X178736900Y-75874147D01* +X178597519Y-75781015D01* +X178478985Y-75662481D01* +X178385853Y-75523100D01* +X178321703Y-75368228D01* +X178289000Y-75203816D01* +X178289000Y-75036184D01* +X178321703Y-74871772D01* +X178385853Y-74716900D01* +X178478985Y-74577519D01* +X178597519Y-74458985D01* +X178736900Y-74365853D01* +X178891772Y-74301703D01* +X179056184Y-74269000D01* +X179223816Y-74269000D01* +X179388228Y-74301703D01* +X179388228Y-74301703D01* +G37* +G36* +X179388228Y-71801703D02* +G01* +X179543100Y-71865853D01* +X179682481Y-71958985D01* +X179801015Y-72077519D01* +X179894147Y-72216900D01* +X179958297Y-72371772D01* +X179991000Y-72536184D01* +X179991000Y-72703816D01* +X179958297Y-72868228D01* +X179894147Y-73023100D01* +X179801015Y-73162481D01* +X179682481Y-73281015D01* +X179543100Y-73374147D01* +X179388228Y-73438297D01* +X179223816Y-73471000D01* +X179056184Y-73471000D01* +X178891772Y-73438297D01* +X178736900Y-73374147D01* +X178597519Y-73281015D01* +X178478985Y-73162481D01* +X178385853Y-73023100D01* +X178321703Y-72868228D01* +X178289000Y-72703816D01* +X178289000Y-72536184D01* +X178321703Y-72371772D01* +X178385853Y-72216900D01* +X178478985Y-72077519D01* +X178597519Y-71958985D01* +X178736900Y-71865853D01* +X178891772Y-71801703D01* +X179056184Y-71769000D01* +X179223816Y-71769000D01* +X179388228Y-71801703D01* +X179388228Y-71801703D01* +G37* +G36* +X175656823Y-68991313D02* +G01* +X175817242Y-69039976D01* +X175949906Y-69110886D01* +X175965078Y-69118996D01* +X176094659Y-69225341D01* +X176201004Y-69354922D01* +X176201005Y-69354924D01* +X176280024Y-69502758D01* +X176328687Y-69663177D01* +X176345117Y-69830000D01* +X176328687Y-69996823D01* +X176280024Y-70157242D01* +X176209114Y-70289906D01* +X176201004Y-70305078D01* +X176094659Y-70434659D01* +X175965078Y-70541004D01* +X175965076Y-70541005D01* +X175817242Y-70620024D01* +X175656823Y-70668687D01* +X175531804Y-70681000D01* +X175448196Y-70681000D01* +X175323177Y-70668687D01* +X175162758Y-70620024D01* +X175014924Y-70541005D01* +X175014922Y-70541004D01* +X174885341Y-70434659D01* +X174778996Y-70305078D01* +X174770886Y-70289906D01* +X174699976Y-70157242D01* +X174651313Y-69996823D01* +X174634883Y-69830000D01* +X174651313Y-69663177D01* +X174699976Y-69502758D01* +X174778995Y-69354924D01* +X174778996Y-69354922D01* +X174885341Y-69225341D01* +X175014922Y-69118996D01* +X175030094Y-69110886D01* +X175162758Y-69039976D01* +X175323177Y-68991313D01* +X175448196Y-68979000D01* +X175531804Y-68979000D01* +X175656823Y-68991313D01* +X175656823Y-68991313D01* +G37* +G36* +X185166823Y-68991313D02* +G01* +X185327242Y-69039976D01* +X185459906Y-69110886D01* +X185475078Y-69118996D01* +X185604659Y-69225341D01* +X185711004Y-69354922D01* +X185711005Y-69354924D01* +X185790024Y-69502758D01* +X185838687Y-69663177D01* +X185855117Y-69830000D01* +X185838687Y-69996823D01* +X185790024Y-70157242D01* +X185719114Y-70289906D01* +X185711004Y-70305078D01* +X185604659Y-70434659D01* +X185475078Y-70541004D01* +X185475076Y-70541005D01* +X185327242Y-70620024D01* +X185166823Y-70668687D01* +X185041804Y-70681000D01* +X184958196Y-70681000D01* +X184833177Y-70668687D01* +X184672758Y-70620024D01* +X184524924Y-70541005D01* +X184524922Y-70541004D01* +X184395341Y-70434659D01* +X184288996Y-70305078D01* +X184280886Y-70289906D01* +X184209976Y-70157242D01* +X184161313Y-69996823D01* +X184144883Y-69830000D01* +X184161313Y-69663177D01* +X184209976Y-69502758D01* +X184288995Y-69354924D01* +X184288996Y-69354922D01* +X184395341Y-69225341D01* +X184524922Y-69118996D01* +X184540094Y-69110886D01* +X184672758Y-69039976D01* +X184833177Y-68991313D01* +X184958196Y-68979000D01* +X185041804Y-68979000D01* +X185166823Y-68991313D01* +X185166823Y-68991313D01* +G37* +G36* +X173116823Y-68991313D02* +G01* +X173277242Y-69039976D01* +X173409906Y-69110886D01* +X173425078Y-69118996D01* +X173554659Y-69225341D01* +X173661004Y-69354922D01* +X173661005Y-69354924D01* +X173740024Y-69502758D01* +X173788687Y-69663177D01* +X173805117Y-69830000D01* +X173788687Y-69996823D01* +X173740024Y-70157242D01* +X173669114Y-70289906D01* +X173661004Y-70305078D01* +X173554659Y-70434659D01* +X173425078Y-70541004D01* +X173425076Y-70541005D01* +X173277242Y-70620024D01* +X173116823Y-70668687D01* +X172991804Y-70681000D01* +X172908196Y-70681000D01* +X172783177Y-70668687D01* +X172622758Y-70620024D01* +X172474924Y-70541005D01* +X172474922Y-70541004D01* +X172345341Y-70434659D01* +X172238996Y-70305078D01* +X172230886Y-70289906D01* +X172159976Y-70157242D01* +X172111313Y-69996823D01* +X172094883Y-69830000D01* +X172111313Y-69663177D01* +X172159976Y-69502758D01* +X172238995Y-69354924D01* +X172238996Y-69354922D01* +X172345341Y-69225341D01* +X172474922Y-69118996D01* +X172490094Y-69110886D01* +X172622758Y-69039976D01* +X172783177Y-68991313D01* +X172908196Y-68979000D01* +X172991804Y-68979000D01* +X173116823Y-68991313D01* +X173116823Y-68991313D01* +G37* +G36* +X187706823Y-68991313D02* +G01* +X187867242Y-69039976D01* +X187999906Y-69110886D01* +X188015078Y-69118996D01* +X188144659Y-69225341D01* +X188251004Y-69354922D01* +X188251005Y-69354924D01* +X188330024Y-69502758D01* +X188378687Y-69663177D01* +X188395117Y-69830000D01* +X188378687Y-69996823D01* +X188330024Y-70157242D01* +X188259114Y-70289906D01* +X188251004Y-70305078D01* +X188144659Y-70434659D01* +X188015078Y-70541004D01* +X188015076Y-70541005D01* +X187867242Y-70620024D01* +X187706823Y-70668687D01* +X187581804Y-70681000D01* +X187498196Y-70681000D01* +X187373177Y-70668687D01* +X187212758Y-70620024D01* +X187064924Y-70541005D01* +X187064922Y-70541004D01* +X186935341Y-70434659D01* +X186828996Y-70305078D01* +X186820886Y-70289906D01* +X186749976Y-70157242D01* +X186701313Y-69996823D01* +X186684883Y-69830000D01* +X186701313Y-69663177D01* +X186749976Y-69502758D01* +X186828995Y-69354924D01* +X186828996Y-69354922D01* +X186935341Y-69225341D01* +X187064922Y-69118996D01* +X187080094Y-69110886D01* +X187212758Y-69039976D01* +X187373177Y-68991313D01* +X187498196Y-68979000D01* +X187581804Y-68979000D01* +X187706823Y-68991313D01* +X187706823Y-68991313D01* +G37* +G36* +X170576823Y-68991313D02* +G01* +X170737242Y-69039976D01* +X170869906Y-69110886D01* +X170885078Y-69118996D01* +X171014659Y-69225341D01* +X171121004Y-69354922D01* +X171121005Y-69354924D01* +X171200024Y-69502758D01* +X171248687Y-69663177D01* +X171265117Y-69830000D01* +X171248687Y-69996823D01* +X171200024Y-70157242D01* +X171129114Y-70289906D01* +X171121004Y-70305078D01* +X171014659Y-70434659D01* +X170885078Y-70541004D01* +X170885076Y-70541005D01* +X170737242Y-70620024D01* +X170576823Y-70668687D01* +X170451804Y-70681000D01* +X170368196Y-70681000D01* +X170243177Y-70668687D01* +X170082758Y-70620024D01* +X169934924Y-70541005D01* +X169934922Y-70541004D01* +X169805341Y-70434659D01* +X169698996Y-70305078D01* +X169690886Y-70289906D01* +X169619976Y-70157242D01* +X169571313Y-69996823D01* +X169554883Y-69830000D01* +X169571313Y-69663177D01* +X169619976Y-69502758D01* +X169698995Y-69354924D01* +X169698996Y-69354922D01* +X169805341Y-69225341D01* +X169934922Y-69118996D01* +X169950094Y-69110886D01* +X170082758Y-69039976D01* +X170243177Y-68991313D01* +X170368196Y-68979000D01* +X170451804Y-68979000D01* +X170576823Y-68991313D01* +X170576823Y-68991313D01* +G37* +G36* +X190246823Y-68991313D02* +G01* +X190407242Y-69039976D01* +X190539906Y-69110886D01* +X190555078Y-69118996D01* +X190684659Y-69225341D01* +X190791004Y-69354922D01* +X190791005Y-69354924D01* +X190870024Y-69502758D01* +X190918687Y-69663177D01* +X190935117Y-69830000D01* +X190918687Y-69996823D01* +X190870024Y-70157242D01* +X190799114Y-70289906D01* +X190791004Y-70305078D01* +X190684659Y-70434659D01* +X190555078Y-70541004D01* +X190555076Y-70541005D01* +X190407242Y-70620024D01* +X190246823Y-70668687D01* +X190121804Y-70681000D01* +X190038196Y-70681000D01* +X189913177Y-70668687D01* +X189752758Y-70620024D01* +X189604924Y-70541005D01* +X189604922Y-70541004D01* +X189475341Y-70434659D01* +X189368996Y-70305078D01* +X189360886Y-70289906D01* +X189289976Y-70157242D01* +X189241313Y-69996823D01* +X189224883Y-69830000D01* +X189241313Y-69663177D01* +X189289976Y-69502758D01* +X189368995Y-69354924D01* +X189368996Y-69354922D01* +X189475341Y-69225341D01* +X189604922Y-69118996D01* +X189620094Y-69110886D01* +X189752758Y-69039976D01* +X189913177Y-68991313D01* +X190038196Y-68979000D01* +X190121804Y-68979000D01* +X190246823Y-68991313D01* +X190246823Y-68991313D01* +G37* +G36* +X168036823Y-68991313D02* +G01* +X168197242Y-69039976D01* +X168329906Y-69110886D01* +X168345078Y-69118996D01* +X168474659Y-69225341D01* +X168581004Y-69354922D01* +X168581005Y-69354924D01* +X168660024Y-69502758D01* +X168708687Y-69663177D01* +X168725117Y-69830000D01* +X168708687Y-69996823D01* +X168660024Y-70157242D01* +X168589114Y-70289906D01* +X168581004Y-70305078D01* +X168474659Y-70434659D01* +X168345078Y-70541004D01* +X168345076Y-70541005D01* +X168197242Y-70620024D01* +X168036823Y-70668687D01* +X167911804Y-70681000D01* +X167828196Y-70681000D01* +X167703177Y-70668687D01* +X167542758Y-70620024D01* +X167394924Y-70541005D01* +X167394922Y-70541004D01* +X167265341Y-70434659D01* +X167158996Y-70305078D01* +X167150886Y-70289906D01* +X167079976Y-70157242D01* +X167031313Y-69996823D01* +X167014883Y-69830000D01* +X167031313Y-69663177D01* +X167079976Y-69502758D01* +X167158995Y-69354924D01* +X167158996Y-69354922D01* +X167265341Y-69225341D01* +X167394922Y-69118996D01* +X167410094Y-69110886D01* +X167542758Y-69039976D01* +X167703177Y-68991313D01* +X167828196Y-68979000D01* +X167911804Y-68979000D01* +X168036823Y-68991313D01* +X168036823Y-68991313D01* +G37* +G36* +X192786823Y-68991313D02* +G01* +X192947242Y-69039976D01* +X193079906Y-69110886D01* +X193095078Y-69118996D01* +X193224659Y-69225341D01* +X193331004Y-69354922D01* +X193331005Y-69354924D01* +X193410024Y-69502758D01* +X193458687Y-69663177D01* +X193475117Y-69830000D01* +X193458687Y-69996823D01* +X193410024Y-70157242D01* +X193339114Y-70289906D01* +X193331004Y-70305078D01* +X193224659Y-70434659D01* +X193095078Y-70541004D01* +X193095076Y-70541005D01* +X192947242Y-70620024D01* +X192786823Y-70668687D01* +X192661804Y-70681000D01* +X192578196Y-70681000D01* +X192453177Y-70668687D01* +X192292758Y-70620024D01* +X192144924Y-70541005D01* +X192144922Y-70541004D01* +X192015341Y-70434659D01* +X191908996Y-70305078D01* +X191900886Y-70289906D01* +X191829976Y-70157242D01* +X191781313Y-69996823D01* +X191764883Y-69830000D01* +X191781313Y-69663177D01* +X191829976Y-69502758D01* +X191908995Y-69354924D01* +X191908996Y-69354922D01* +X192015341Y-69225341D01* +X192144922Y-69118996D01* +X192160094Y-69110886D01* +X192292758Y-69039976D01* +X192453177Y-68991313D01* +X192578196Y-68979000D01* +X192661804Y-68979000D01* +X192786823Y-68991313D01* +X192786823Y-68991313D01* +G37* +G36* +X165496823Y-68991313D02* +G01* +X165657242Y-69039976D01* +X165789906Y-69110886D01* +X165805078Y-69118996D01* +X165934659Y-69225341D01* +X166041004Y-69354922D01* +X166041005Y-69354924D01* +X166120024Y-69502758D01* +X166168687Y-69663177D01* +X166185117Y-69830000D01* +X166168687Y-69996823D01* +X166120024Y-70157242D01* +X166049114Y-70289906D01* +X166041004Y-70305078D01* +X165934659Y-70434659D01* +X165805078Y-70541004D01* +X165805076Y-70541005D01* +X165657242Y-70620024D01* +X165496823Y-70668687D01* +X165371804Y-70681000D01* +X165288196Y-70681000D01* +X165163177Y-70668687D01* +X165002758Y-70620024D01* +X164854924Y-70541005D01* +X164854922Y-70541004D01* +X164725341Y-70434659D01* +X164618996Y-70305078D01* +X164610886Y-70289906D01* +X164539976Y-70157242D01* +X164491313Y-69996823D01* +X164474883Y-69830000D01* +X164491313Y-69663177D01* +X164539976Y-69502758D01* +X164618995Y-69354924D01* +X164618996Y-69354922D01* +X164725341Y-69225341D01* +X164854922Y-69118996D01* +X164870094Y-69110886D01* +X165002758Y-69039976D01* +X165163177Y-68991313D01* +X165288196Y-68979000D01* +X165371804Y-68979000D01* +X165496823Y-68991313D01* +X165496823Y-68991313D01* +G37* +G36* +X195326823Y-68991313D02* +G01* +X195487242Y-69039976D01* +X195619906Y-69110886D01* +X195635078Y-69118996D01* +X195764659Y-69225341D01* +X195871004Y-69354922D01* +X195871005Y-69354924D01* +X195950024Y-69502758D01* +X195998687Y-69663177D01* +X196015117Y-69830000D01* +X195998687Y-69996823D01* +X195950024Y-70157242D01* +X195879114Y-70289906D01* +X195871004Y-70305078D01* +X195764659Y-70434659D01* +X195635078Y-70541004D01* +X195635076Y-70541005D01* +X195487242Y-70620024D01* +X195326823Y-70668687D01* +X195201804Y-70681000D01* +X195118196Y-70681000D01* +X194993177Y-70668687D01* +X194832758Y-70620024D01* +X194684924Y-70541005D01* +X194684922Y-70541004D01* +X194555341Y-70434659D01* +X194448996Y-70305078D01* +X194440886Y-70289906D01* +X194369976Y-70157242D01* +X194321313Y-69996823D01* +X194304883Y-69830000D01* +X194321313Y-69663177D01* +X194369976Y-69502758D01* +X194448995Y-69354924D01* +X194448996Y-69354922D01* +X194555341Y-69225341D01* +X194684922Y-69118996D01* +X194700094Y-69110886D01* +X194832758Y-69039976D01* +X194993177Y-68991313D01* +X195118196Y-68979000D01* +X195201804Y-68979000D01* +X195326823Y-68991313D01* +X195326823Y-68991313D01* +G37* +G36* +X162956823Y-68991313D02* +G01* +X163117242Y-69039976D01* +X163249906Y-69110886D01* +X163265078Y-69118996D01* +X163394659Y-69225341D01* +X163501004Y-69354922D01* +X163501005Y-69354924D01* +X163580024Y-69502758D01* +X163628687Y-69663177D01* +X163645117Y-69830000D01* +X163628687Y-69996823D01* +X163580024Y-70157242D01* +X163509114Y-70289906D01* +X163501004Y-70305078D01* +X163394659Y-70434659D01* +X163265078Y-70541004D01* +X163265076Y-70541005D01* +X163117242Y-70620024D01* +X162956823Y-70668687D01* +X162831804Y-70681000D01* +X162748196Y-70681000D01* +X162623177Y-70668687D01* +X162462758Y-70620024D01* +X162314924Y-70541005D01* +X162314922Y-70541004D01* +X162185341Y-70434659D01* +X162078996Y-70305078D01* +X162070886Y-70289906D01* +X161999976Y-70157242D01* +X161951313Y-69996823D01* +X161934883Y-69830000D01* +X161951313Y-69663177D01* +X161999976Y-69502758D01* +X162078995Y-69354924D01* +X162078996Y-69354922D01* +X162185341Y-69225341D01* +X162314922Y-69118996D01* +X162330094Y-69110886D01* +X162462758Y-69039976D01* +X162623177Y-68991313D01* +X162748196Y-68979000D01* +X162831804Y-68979000D01* +X162956823Y-68991313D01* +X162956823Y-68991313D01* +G37* +G36* +X197866823Y-68991313D02* +G01* +X198027242Y-69039976D01* +X198159906Y-69110886D01* +X198175078Y-69118996D01* +X198304659Y-69225341D01* +X198411004Y-69354922D01* +X198411005Y-69354924D01* +X198490024Y-69502758D01* +X198538687Y-69663177D01* +X198555117Y-69830000D01* +X198538687Y-69996823D01* +X198490024Y-70157242D01* +X198419114Y-70289906D01* +X198411004Y-70305078D01* +X198304659Y-70434659D01* +X198175078Y-70541004D01* +X198175076Y-70541005D01* +X198027242Y-70620024D01* +X197866823Y-70668687D01* +X197741804Y-70681000D01* +X197658196Y-70681000D01* +X197533177Y-70668687D01* +X197372758Y-70620024D01* +X197224924Y-70541005D01* +X197224922Y-70541004D01* +X197095341Y-70434659D01* +X196988996Y-70305078D01* +X196980886Y-70289906D01* +X196909976Y-70157242D01* +X196861313Y-69996823D01* +X196844883Y-69830000D01* +X196861313Y-69663177D01* +X196909976Y-69502758D01* +X196988995Y-69354924D01* +X196988996Y-69354922D01* +X197095341Y-69225341D01* +X197224922Y-69118996D01* +X197240094Y-69110886D01* +X197372758Y-69039976D01* +X197533177Y-68991313D01* +X197658196Y-68979000D01* +X197741804Y-68979000D01* +X197866823Y-68991313D01* +X197866823Y-68991313D01* +G37* +G36* +X202946823Y-68991313D02* +G01* +X203107242Y-69039976D01* +X203239906Y-69110886D01* +X203255078Y-69118996D01* +X203384659Y-69225341D01* +X203491004Y-69354922D01* +X203491005Y-69354924D01* +X203570024Y-69502758D01* +X203618687Y-69663177D01* +X203635117Y-69830000D01* +X203618687Y-69996823D01* +X203570024Y-70157242D01* +X203499114Y-70289906D01* +X203491004Y-70305078D01* +X203384659Y-70434659D01* +X203255078Y-70541004D01* +X203255076Y-70541005D01* +X203107242Y-70620024D01* +X202946823Y-70668687D01* +X202821804Y-70681000D01* +X202738196Y-70681000D01* +X202613177Y-70668687D01* +X202452758Y-70620024D01* +X202304924Y-70541005D01* +X202304922Y-70541004D01* +X202175341Y-70434659D01* +X202068996Y-70305078D01* +X202060886Y-70289906D01* +X201989976Y-70157242D01* +X201941313Y-69996823D01* +X201924883Y-69830000D01* +X201941313Y-69663177D01* +X201989976Y-69502758D01* +X202068995Y-69354924D01* +X202068996Y-69354922D01* +X202175341Y-69225341D01* +X202304922Y-69118996D01* +X202320094Y-69110886D01* +X202452758Y-69039976D01* +X202613177Y-68991313D01* +X202738196Y-68979000D01* +X202821804Y-68979000D01* +X202946823Y-68991313D01* +X202946823Y-68991313D01* +G37* +G36* +X200406823Y-68991313D02* +G01* +X200567242Y-69039976D01* +X200699906Y-69110886D01* +X200715078Y-69118996D01* +X200844659Y-69225341D01* +X200951004Y-69354922D01* +X200951005Y-69354924D01* +X201030024Y-69502758D01* +X201078687Y-69663177D01* +X201095117Y-69830000D01* +X201078687Y-69996823D01* +X201030024Y-70157242D01* +X200959114Y-70289906D01* +X200951004Y-70305078D01* +X200844659Y-70434659D01* +X200715078Y-70541004D01* +X200715076Y-70541005D01* +X200567242Y-70620024D01* +X200406823Y-70668687D01* +X200281804Y-70681000D01* +X200198196Y-70681000D01* +X200073177Y-70668687D01* +X199912758Y-70620024D01* +X199764924Y-70541005D01* +X199764922Y-70541004D01* +X199635341Y-70434659D01* +X199528996Y-70305078D01* +X199520886Y-70289906D01* +X199449976Y-70157242D01* +X199401313Y-69996823D01* +X199384883Y-69830000D01* +X199401313Y-69663177D01* +X199449976Y-69502758D01* +X199528995Y-69354924D01* +X199528996Y-69354922D01* +X199635341Y-69225341D01* +X199764922Y-69118996D01* +X199780094Y-69110886D01* +X199912758Y-69039976D01* +X200073177Y-68991313D01* +X200198196Y-68979000D01* +X200281804Y-68979000D01* +X200406823Y-68991313D01* +X200406823Y-68991313D01* +G37* +G36* +X160416823Y-68991313D02* +G01* +X160577242Y-69039976D01* +X160709906Y-69110886D01* +X160725078Y-69118996D01* +X160854659Y-69225341D01* +X160961004Y-69354922D01* +X160961005Y-69354924D01* +X161040024Y-69502758D01* +X161088687Y-69663177D01* +X161105117Y-69830000D01* +X161088687Y-69996823D01* +X161040024Y-70157242D01* +X160969114Y-70289906D01* +X160961004Y-70305078D01* +X160854659Y-70434659D01* +X160725078Y-70541004D01* +X160725076Y-70541005D01* +X160577242Y-70620024D01* +X160416823Y-70668687D01* +X160291804Y-70681000D01* +X160208196Y-70681000D01* +X160083177Y-70668687D01* +X159922758Y-70620024D01* +X159774924Y-70541005D01* +X159774922Y-70541004D01* +X159645341Y-70434659D01* +X159538996Y-70305078D01* +X159530886Y-70289906D01* +X159459976Y-70157242D01* +X159411313Y-69996823D01* +X159394883Y-69830000D01* +X159411313Y-69663177D01* +X159459976Y-69502758D01* +X159538995Y-69354924D01* +X159538996Y-69354922D01* +X159645341Y-69225341D01* +X159774922Y-69118996D01* +X159790094Y-69110886D01* +X159922758Y-69039976D01* +X160083177Y-68991313D01* +X160208196Y-68979000D01* +X160291804Y-68979000D01* +X160416823Y-68991313D01* +X160416823Y-68991313D01* +G37* +G36* +X152406823Y-68991313D02* +G01* +X152567242Y-69039976D01* +X152699906Y-69110886D01* +X152715078Y-69118996D01* +X152844659Y-69225341D01* +X152951004Y-69354922D01* +X152951005Y-69354924D01* +X153030024Y-69502758D01* +X153078687Y-69663177D01* +X153095117Y-69830000D01* +X153078687Y-69996823D01* +X153030024Y-70157242D01* +X152959114Y-70289906D01* +X152951004Y-70305078D01* +X152844659Y-70434659D01* +X152715078Y-70541004D01* +X152715076Y-70541005D01* +X152567242Y-70620024D01* +X152406823Y-70668687D01* +X152281804Y-70681000D01* +X152198196Y-70681000D01* +X152073177Y-70668687D01* +X151912758Y-70620024D01* +X151764924Y-70541005D01* +X151764922Y-70541004D01* +X151635341Y-70434659D01* +X151528996Y-70305078D01* +X151520886Y-70289906D01* +X151449976Y-70157242D01* +X151401313Y-69996823D01* +X151384883Y-69830000D01* +X151401313Y-69663177D01* +X151449976Y-69502758D01* +X151528995Y-69354924D01* +X151528996Y-69354922D01* +X151635341Y-69225341D01* +X151764922Y-69118996D01* +X151780094Y-69110886D01* +X151912758Y-69039976D01* +X152073177Y-68991313D01* +X152198196Y-68979000D01* +X152281804Y-68979000D01* +X152406823Y-68991313D01* +X152406823Y-68991313D01* +G37* +G36* +X149866823Y-68991313D02* +G01* +X150027242Y-69039976D01* +X150159906Y-69110886D01* +X150175078Y-69118996D01* +X150304659Y-69225341D01* +X150411004Y-69354922D01* +X150411005Y-69354924D01* +X150490024Y-69502758D01* +X150538687Y-69663177D01* +X150555117Y-69830000D01* +X150538687Y-69996823D01* +X150490024Y-70157242D01* +X150419114Y-70289906D01* +X150411004Y-70305078D01* +X150304659Y-70434659D01* +X150175078Y-70541004D01* +X150175076Y-70541005D01* +X150027242Y-70620024D01* +X149866823Y-70668687D01* +X149741804Y-70681000D01* +X149658196Y-70681000D01* +X149533177Y-70668687D01* +X149372758Y-70620024D01* +X149224924Y-70541005D01* +X149224922Y-70541004D01* +X149095341Y-70434659D01* +X148988996Y-70305078D01* +X148980886Y-70289906D01* +X148909976Y-70157242D01* +X148861313Y-69996823D01* +X148844883Y-69830000D01* +X148861313Y-69663177D01* +X148909976Y-69502758D01* +X148988995Y-69354924D01* +X148988996Y-69354922D01* +X149095341Y-69225341D01* +X149224922Y-69118996D01* +X149240094Y-69110886D01* +X149372758Y-69039976D01* +X149533177Y-68991313D01* +X149658196Y-68979000D01* +X149741804Y-68979000D01* +X149866823Y-68991313D01* +X149866823Y-68991313D01* +G37* +G36* +X147326823Y-68991313D02* +G01* +X147487242Y-69039976D01* +X147619906Y-69110886D01* +X147635078Y-69118996D01* +X147764659Y-69225341D01* +X147871004Y-69354922D01* +X147871005Y-69354924D01* +X147950024Y-69502758D01* +X147998687Y-69663177D01* +X148015117Y-69830000D01* +X147998687Y-69996823D01* +X147950024Y-70157242D01* +X147879114Y-70289906D01* +X147871004Y-70305078D01* +X147764659Y-70434659D01* +X147635078Y-70541004D01* +X147635076Y-70541005D01* +X147487242Y-70620024D01* +X147326823Y-70668687D01* +X147201804Y-70681000D01* +X147118196Y-70681000D01* +X146993177Y-70668687D01* +X146832758Y-70620024D01* +X146684924Y-70541005D01* +X146684922Y-70541004D01* +X146555341Y-70434659D01* +X146448996Y-70305078D01* +X146440886Y-70289906D01* +X146369976Y-70157242D01* +X146321313Y-69996823D01* +X146304883Y-69830000D01* +X146321313Y-69663177D01* +X146369976Y-69502758D01* +X146448995Y-69354924D01* +X146448996Y-69354922D01* +X146555341Y-69225341D01* +X146684922Y-69118996D01* +X146700094Y-69110886D01* +X146832758Y-69039976D01* +X146993177Y-68991313D01* +X147118196Y-68979000D01* +X147201804Y-68979000D01* +X147326823Y-68991313D01* +X147326823Y-68991313D01* +G37* +G36* +X144786823Y-68991313D02* +G01* +X144947242Y-69039976D01* +X145079906Y-69110886D01* +X145095078Y-69118996D01* +X145224659Y-69225341D01* +X145331004Y-69354922D01* +X145331005Y-69354924D01* +X145410024Y-69502758D01* +X145458687Y-69663177D01* +X145475117Y-69830000D01* +X145458687Y-69996823D01* +X145410024Y-70157242D01* +X145339114Y-70289906D01* +X145331004Y-70305078D01* +X145224659Y-70434659D01* +X145095078Y-70541004D01* +X145095076Y-70541005D01* +X144947242Y-70620024D01* +X144786823Y-70668687D01* +X144661804Y-70681000D01* +X144578196Y-70681000D01* +X144453177Y-70668687D01* +X144292758Y-70620024D01* +X144144924Y-70541005D01* +X144144922Y-70541004D01* +X144015341Y-70434659D01* +X143908996Y-70305078D01* +X143900886Y-70289906D01* +X143829976Y-70157242D01* +X143781313Y-69996823D01* +X143764883Y-69830000D01* +X143781313Y-69663177D01* +X143829976Y-69502758D01* +X143908995Y-69354924D01* +X143908996Y-69354922D01* +X144015341Y-69225341D01* +X144144922Y-69118996D01* +X144160094Y-69110886D01* +X144292758Y-69039976D01* +X144453177Y-68991313D01* +X144578196Y-68979000D01* +X144661804Y-68979000D01* +X144786823Y-68991313D01* +X144786823Y-68991313D01* +G37* +G36* +X129206823Y-68991313D02* +G01* +X129367242Y-69039976D01* +X129499906Y-69110886D01* +X129515078Y-69118996D01* +X129644659Y-69225341D01* +X129751004Y-69354922D01* +X129751005Y-69354924D01* +X129830024Y-69502758D01* +X129878687Y-69663177D01* +X129895117Y-69830000D01* +X129878687Y-69996823D01* +X129830024Y-70157242D01* +X129759114Y-70289906D01* +X129751004Y-70305078D01* +X129644659Y-70434659D01* +X129515078Y-70541004D01* +X129515076Y-70541005D01* +X129367242Y-70620024D01* +X129206823Y-70668687D01* +X129081804Y-70681000D01* +X128998196Y-70681000D01* +X128873177Y-70668687D01* +X128712758Y-70620024D01* +X128564924Y-70541005D01* +X128564922Y-70541004D01* +X128435341Y-70434659D01* +X128328996Y-70305078D01* +X128320886Y-70289906D01* +X128249976Y-70157242D01* +X128201313Y-69996823D01* +X128184883Y-69830000D01* +X128201313Y-69663177D01* +X128249976Y-69502758D01* +X128328995Y-69354924D01* +X128328996Y-69354922D01* +X128435341Y-69225341D01* +X128564922Y-69118996D01* +X128580094Y-69110886D01* +X128712758Y-69039976D01* +X128873177Y-68991313D01* +X128998196Y-68979000D01* +X129081804Y-68979000D01* +X129206823Y-68991313D01* +X129206823Y-68991313D01* +G37* +G36* +X142246823Y-68991313D02* +G01* +X142407242Y-69039976D01* +X142539906Y-69110886D01* +X142555078Y-69118996D01* +X142684659Y-69225341D01* +X142791004Y-69354922D01* +X142791005Y-69354924D01* +X142870024Y-69502758D01* +X142918687Y-69663177D01* +X142935117Y-69830000D01* +X142918687Y-69996823D01* +X142870024Y-70157242D01* +X142799114Y-70289906D01* +X142791004Y-70305078D01* +X142684659Y-70434659D01* +X142555078Y-70541004D01* +X142555076Y-70541005D01* +X142407242Y-70620024D01* +X142246823Y-70668687D01* +X142121804Y-70681000D01* +X142038196Y-70681000D01* +X141913177Y-70668687D01* +X141752758Y-70620024D01* +X141604924Y-70541005D01* +X141604922Y-70541004D01* +X141475341Y-70434659D01* +X141368996Y-70305078D01* +X141360886Y-70289906D01* +X141289976Y-70157242D01* +X141241313Y-69996823D01* +X141224883Y-69830000D01* +X141241313Y-69663177D01* +X141289976Y-69502758D01* +X141368995Y-69354924D01* +X141368996Y-69354922D01* +X141475341Y-69225341D01* +X141604922Y-69118996D01* +X141620094Y-69110886D01* +X141752758Y-69039976D01* +X141913177Y-68991313D01* +X142038196Y-68979000D01* +X142121804Y-68979000D01* +X142246823Y-68991313D01* +X142246823Y-68991313D01* +G37* +G36* +X126666823Y-68991313D02* +G01* +X126827242Y-69039976D01* +X126959906Y-69110886D01* +X126975078Y-69118996D01* +X127104659Y-69225341D01* +X127211004Y-69354922D01* +X127211005Y-69354924D01* +X127290024Y-69502758D01* +X127338687Y-69663177D01* +X127355117Y-69830000D01* +X127338687Y-69996823D01* +X127290024Y-70157242D01* +X127219114Y-70289906D01* +X127211004Y-70305078D01* +X127104659Y-70434659D01* +X126975078Y-70541004D01* +X126975076Y-70541005D01* +X126827242Y-70620024D01* +X126666823Y-70668687D01* +X126541804Y-70681000D01* +X126458196Y-70681000D01* +X126333177Y-70668687D01* +X126172758Y-70620024D01* +X126024924Y-70541005D01* +X126024922Y-70541004D01* +X125895341Y-70434659D01* +X125788996Y-70305078D01* +X125780886Y-70289906D01* +X125709976Y-70157242D01* +X125661313Y-69996823D01* +X125644883Y-69830000D01* +X125661313Y-69663177D01* +X125709976Y-69502758D01* +X125788995Y-69354924D01* +X125788996Y-69354922D01* +X125895341Y-69225341D01* +X126024922Y-69118996D01* +X126040094Y-69110886D01* +X126172758Y-69039976D01* +X126333177Y-68991313D01* +X126458196Y-68979000D01* +X126541804Y-68979000D01* +X126666823Y-68991313D01* +X126666823Y-68991313D01* +G37* +G36* +X139706823Y-68991313D02* +G01* +X139867242Y-69039976D01* +X139999906Y-69110886D01* +X140015078Y-69118996D01* +X140144659Y-69225341D01* +X140251004Y-69354922D01* +X140251005Y-69354924D01* +X140330024Y-69502758D01* +X140378687Y-69663177D01* +X140395117Y-69830000D01* +X140378687Y-69996823D01* +X140330024Y-70157242D01* +X140259114Y-70289906D01* +X140251004Y-70305078D01* +X140144659Y-70434659D01* +X140015078Y-70541004D01* +X140015076Y-70541005D01* +X139867242Y-70620024D01* +X139706823Y-70668687D01* +X139581804Y-70681000D01* +X139498196Y-70681000D01* +X139373177Y-70668687D01* +X139212758Y-70620024D01* +X139064924Y-70541005D01* +X139064922Y-70541004D01* +X138935341Y-70434659D01* +X138828996Y-70305078D01* +X138820886Y-70289906D01* +X138749976Y-70157242D01* +X138701313Y-69996823D01* +X138684883Y-69830000D01* +X138701313Y-69663177D01* +X138749976Y-69502758D01* +X138828995Y-69354924D01* +X138828996Y-69354922D01* +X138935341Y-69225341D01* +X139064922Y-69118996D01* +X139080094Y-69110886D01* +X139212758Y-69039976D01* +X139373177Y-68991313D01* +X139498196Y-68979000D01* +X139581804Y-68979000D01* +X139706823Y-68991313D01* +X139706823Y-68991313D01* +G37* +G36* +X124126823Y-68991313D02* +G01* +X124287242Y-69039976D01* +X124419906Y-69110886D01* +X124435078Y-69118996D01* +X124564659Y-69225341D01* +X124671004Y-69354922D01* +X124671005Y-69354924D01* +X124750024Y-69502758D01* +X124798687Y-69663177D01* +X124815117Y-69830000D01* +X124798687Y-69996823D01* +X124750024Y-70157242D01* +X124679114Y-70289906D01* +X124671004Y-70305078D01* +X124564659Y-70434659D01* +X124435078Y-70541004D01* +X124435076Y-70541005D01* +X124287242Y-70620024D01* +X124126823Y-70668687D01* +X124001804Y-70681000D01* +X123918196Y-70681000D01* +X123793177Y-70668687D01* +X123632758Y-70620024D01* +X123484924Y-70541005D01* +X123484922Y-70541004D01* +X123355341Y-70434659D01* +X123248996Y-70305078D01* +X123240886Y-70289906D01* +X123169976Y-70157242D01* +X123121313Y-69996823D01* +X123104883Y-69830000D01* +X123121313Y-69663177D01* +X123169976Y-69502758D01* +X123248995Y-69354924D01* +X123248996Y-69354922D01* +X123355341Y-69225341D01* +X123484922Y-69118996D01* +X123500094Y-69110886D01* +X123632758Y-69039976D01* +X123793177Y-68991313D01* +X123918196Y-68979000D01* +X124001804Y-68979000D01* +X124126823Y-68991313D01* +X124126823Y-68991313D01* +G37* +G36* +X137166823Y-68991313D02* +G01* +X137327242Y-69039976D01* +X137459906Y-69110886D01* +X137475078Y-69118996D01* +X137604659Y-69225341D01* +X137711004Y-69354922D01* +X137711005Y-69354924D01* +X137790024Y-69502758D01* +X137838687Y-69663177D01* +X137855117Y-69830000D01* +X137838687Y-69996823D01* +X137790024Y-70157242D01* +X137719114Y-70289906D01* +X137711004Y-70305078D01* +X137604659Y-70434659D01* +X137475078Y-70541004D01* +X137475076Y-70541005D01* +X137327242Y-70620024D01* +X137166823Y-70668687D01* +X137041804Y-70681000D01* +X136958196Y-70681000D01* +X136833177Y-70668687D01* +X136672758Y-70620024D01* +X136524924Y-70541005D01* +X136524922Y-70541004D01* +X136395341Y-70434659D01* +X136288996Y-70305078D01* +X136280886Y-70289906D01* +X136209976Y-70157242D01* +X136161313Y-69996823D01* +X136144883Y-69830000D01* +X136161313Y-69663177D01* +X136209976Y-69502758D01* +X136288995Y-69354924D01* +X136288996Y-69354922D01* +X136395341Y-69225341D01* +X136524922Y-69118996D01* +X136540094Y-69110886D01* +X136672758Y-69039976D01* +X136833177Y-68991313D01* +X136958196Y-68979000D01* +X137041804Y-68979000D01* +X137166823Y-68991313D01* +X137166823Y-68991313D01* +G37* +G36* +X121586823Y-68991313D02* +G01* +X121747242Y-69039976D01* +X121879906Y-69110886D01* +X121895078Y-69118996D01* +X122024659Y-69225341D01* +X122131004Y-69354922D01* +X122131005Y-69354924D01* +X122210024Y-69502758D01* +X122258687Y-69663177D01* +X122275117Y-69830000D01* +X122258687Y-69996823D01* +X122210024Y-70157242D01* +X122139114Y-70289906D01* +X122131004Y-70305078D01* +X122024659Y-70434659D01* +X121895078Y-70541004D01* +X121895076Y-70541005D01* +X121747242Y-70620024D01* +X121586823Y-70668687D01* +X121461804Y-70681000D01* +X121378196Y-70681000D01* +X121253177Y-70668687D01* +X121092758Y-70620024D01* +X120944924Y-70541005D01* +X120944922Y-70541004D01* +X120815341Y-70434659D01* +X120708996Y-70305078D01* +X120700886Y-70289906D01* +X120629976Y-70157242D01* +X120581313Y-69996823D01* +X120564883Y-69830000D01* +X120581313Y-69663177D01* +X120629976Y-69502758D01* +X120708995Y-69354924D01* +X120708996Y-69354922D01* +X120815341Y-69225341D01* +X120944922Y-69118996D01* +X120960094Y-69110886D01* +X121092758Y-69039976D01* +X121253177Y-68991313D01* +X121378196Y-68979000D01* +X121461804Y-68979000D01* +X121586823Y-68991313D01* +X121586823Y-68991313D01* +G37* +G36* +X119046823Y-68991313D02* +G01* +X119207242Y-69039976D01* +X119339906Y-69110886D01* +X119355078Y-69118996D01* +X119484659Y-69225341D01* +X119591004Y-69354922D01* +X119591005Y-69354924D01* +X119670024Y-69502758D01* +X119718687Y-69663177D01* +X119735117Y-69830000D01* +X119718687Y-69996823D01* +X119670024Y-70157242D01* +X119599114Y-70289906D01* +X119591004Y-70305078D01* +X119484659Y-70434659D01* +X119355078Y-70541004D01* +X119355076Y-70541005D01* +X119207242Y-70620024D01* +X119046823Y-70668687D01* +X118921804Y-70681000D01* +X118838196Y-70681000D01* +X118713177Y-70668687D01* +X118552758Y-70620024D01* +X118404924Y-70541005D01* +X118404922Y-70541004D01* +X118275341Y-70434659D01* +X118168996Y-70305078D01* +X118160886Y-70289906D01* +X118089976Y-70157242D01* +X118041313Y-69996823D01* +X118024883Y-69830000D01* +X118041313Y-69663177D01* +X118089976Y-69502758D01* +X118168995Y-69354924D01* +X118168996Y-69354922D01* +X118275341Y-69225341D01* +X118404922Y-69118996D01* +X118420094Y-69110886D01* +X118552758Y-69039976D01* +X118713177Y-68991313D01* +X118838196Y-68979000D01* +X118921804Y-68979000D01* +X119046823Y-68991313D01* +X119046823Y-68991313D01* +G37* +G36* +X116506823Y-68991313D02* +G01* +X116667242Y-69039976D01* +X116799906Y-69110886D01* +X116815078Y-69118996D01* +X116944659Y-69225341D01* +X117051004Y-69354922D01* +X117051005Y-69354924D01* +X117130024Y-69502758D01* +X117178687Y-69663177D01* +X117195117Y-69830000D01* +X117178687Y-69996823D01* +X117130024Y-70157242D01* +X117059114Y-70289906D01* +X117051004Y-70305078D01* +X116944659Y-70434659D01* +X116815078Y-70541004D01* +X116815076Y-70541005D01* +X116667242Y-70620024D01* +X116506823Y-70668687D01* +X116381804Y-70681000D01* +X116298196Y-70681000D01* +X116173177Y-70668687D01* +X116012758Y-70620024D01* +X115864924Y-70541005D01* +X115864922Y-70541004D01* +X115735341Y-70434659D01* +X115628996Y-70305078D01* +X115620886Y-70289906D01* +X115549976Y-70157242D01* +X115501313Y-69996823D01* +X115484883Y-69830000D01* +X115501313Y-69663177D01* +X115549976Y-69502758D01* +X115628995Y-69354924D01* +X115628996Y-69354922D01* +X115735341Y-69225341D01* +X115864922Y-69118996D01* +X115880094Y-69110886D01* +X116012758Y-69039976D01* +X116173177Y-68991313D01* +X116298196Y-68979000D01* +X116381804Y-68979000D01* +X116506823Y-68991313D01* +X116506823Y-68991313D01* +G37* +G36* +X113966823Y-68991313D02* +G01* +X114127242Y-69039976D01* +X114259906Y-69110886D01* +X114275078Y-69118996D01* +X114404659Y-69225341D01* +X114511004Y-69354922D01* +X114511005Y-69354924D01* +X114590024Y-69502758D01* +X114638687Y-69663177D01* +X114655117Y-69830000D01* +X114638687Y-69996823D01* +X114590024Y-70157242D01* +X114519114Y-70289906D01* +X114511004Y-70305078D01* +X114404659Y-70434659D01* +X114275078Y-70541004D01* +X114275076Y-70541005D01* +X114127242Y-70620024D01* +X113966823Y-70668687D01* +X113841804Y-70681000D01* +X113758196Y-70681000D01* +X113633177Y-70668687D01* +X113472758Y-70620024D01* +X113324924Y-70541005D01* +X113324922Y-70541004D01* +X113195341Y-70434659D01* +X113088996Y-70305078D01* +X113080886Y-70289906D01* +X113009976Y-70157242D01* +X112961313Y-69996823D01* +X112944883Y-69830000D01* +X112961313Y-69663177D01* +X113009976Y-69502758D01* +X113088995Y-69354924D01* +X113088996Y-69354922D01* +X113195341Y-69225341D01* +X113324922Y-69118996D01* +X113340094Y-69110886D01* +X113472758Y-69039976D01* +X113633177Y-68991313D01* +X113758196Y-68979000D01* +X113841804Y-68979000D01* +X113966823Y-68991313D01* +X113966823Y-68991313D01* +G37* +G36* +X108288228Y-67111703D02* +G01* +X108443100Y-67175853D01* +X108582481Y-67268985D01* +X108701015Y-67387519D01* +X108794147Y-67526900D01* +X108858297Y-67681772D01* +X108891000Y-67846184D01* +X108891000Y-68013816D01* +X108858297Y-68178228D01* +X108794147Y-68333100D01* +X108701015Y-68472481D01* +X108582481Y-68591015D01* +X108443100Y-68684147D01* +X108288228Y-68748297D01* +X108123816Y-68781000D01* +X107956184Y-68781000D01* +X107791772Y-68748297D01* +X107636900Y-68684147D01* +X107497519Y-68591015D01* +X107378985Y-68472481D01* +X107285853Y-68333100D01* +X107221703Y-68178228D01* +X107189000Y-68013816D01* +X107189000Y-67846184D01* +X107221703Y-67681772D01* +X107285853Y-67526900D01* +X107378985Y-67387519D01* +X107497519Y-67268985D01* +X107636900Y-67175853D01* +X107791772Y-67111703D01* +X107956184Y-67079000D01* +X108123816Y-67079000D01* +X108288228Y-67111703D01* +X108288228Y-67111703D01* +G37* +G36* +X110788228Y-67111703D02* +G01* +X110943100Y-67175853D01* +X111082481Y-67268985D01* +X111201015Y-67387519D01* +X111294147Y-67526900D01* +X111358297Y-67681772D01* +X111391000Y-67846184D01* +X111391000Y-68013816D01* +X111358297Y-68178228D01* +X111294147Y-68333100D01* +X111201015Y-68472481D01* +X111082481Y-68591015D01* +X110943100Y-68684147D01* +X110788228Y-68748297D01* +X110623816Y-68781000D01* +X110456184Y-68781000D01* +X110291772Y-68748297D01* +X110136900Y-68684147D01* +X109997519Y-68591015D01* +X109878985Y-68472481D01* +X109785853Y-68333100D01* +X109721703Y-68178228D01* +X109689000Y-68013816D01* +X109689000Y-67846184D01* +X109721703Y-67681772D01* +X109785853Y-67526900D01* +X109878985Y-67387519D01* +X109997519Y-67268985D01* +X110136900Y-67175853D01* +X110291772Y-67111703D01* +X110456184Y-67079000D01* +X110623816Y-67079000D01* +X110788228Y-67111703D01* +X110788228Y-67111703D01* +G37* +G36* +X141516823Y-64971313D02* +G01* +X141677242Y-65019976D01* +X141744982Y-65056184D01* +X141825078Y-65098996D01* +X141954659Y-65205341D01* +X142061004Y-65334922D01* +X142061005Y-65334924D01* +X142140024Y-65482758D01* +X142188687Y-65643177D01* +X142205117Y-65810000D01* +X142188687Y-65976823D01* +X142140024Y-66137242D01* +X142069114Y-66269906D01* +X142061004Y-66285078D01* +X141954659Y-66414659D01* +X141825078Y-66521004D01* +X141825076Y-66521005D01* +X141677242Y-66600024D01* +X141516823Y-66648687D01* +X141391804Y-66661000D01* +X141308196Y-66661000D01* +X141183177Y-66648687D01* +X141022758Y-66600024D01* +X140874924Y-66521005D01* +X140874922Y-66521004D01* +X140745341Y-66414659D01* +X140638996Y-66285078D01* +X140630886Y-66269906D01* +X140559976Y-66137242D01* +X140511313Y-65976823D01* +X140494883Y-65810000D01* +X140511313Y-65643177D01* +X140559976Y-65482758D01* +X140638995Y-65334924D01* +X140638996Y-65334922D01* +X140745341Y-65205341D01* +X140874922Y-65098996D01* +X140955018Y-65056184D01* +X141022758Y-65019976D01* +X141183177Y-64971313D01* +X141308196Y-64959000D01* +X141391804Y-64959000D01* +X141516823Y-64971313D01* +X141516823Y-64971313D01* +G37* +G36* +X144056823Y-64971313D02* +G01* +X144217242Y-65019976D01* +X144284982Y-65056184D01* +X144365078Y-65098996D01* +X144494659Y-65205341D01* +X144601004Y-65334922D01* +X144601005Y-65334924D01* +X144680024Y-65482758D01* +X144728687Y-65643177D01* +X144745117Y-65810000D01* +X144728687Y-65976823D01* +X144680024Y-66137242D01* +X144609114Y-66269906D01* +X144601004Y-66285078D01* +X144494659Y-66414659D01* +X144365078Y-66521004D01* +X144365076Y-66521005D01* +X144217242Y-66600024D01* +X144056823Y-66648687D01* +X143931804Y-66661000D01* +X143848196Y-66661000D01* +X143723177Y-66648687D01* +X143562758Y-66600024D01* +X143414924Y-66521005D01* +X143414922Y-66521004D01* +X143285341Y-66414659D01* +X143178996Y-66285078D01* +X143170886Y-66269906D01* +X143099976Y-66137242D01* +X143051313Y-65976823D01* +X143034883Y-65810000D01* +X143051313Y-65643177D01* +X143099976Y-65482758D01* +X143178995Y-65334924D01* +X143178996Y-65334922D01* +X143285341Y-65205341D01* +X143414922Y-65098996D01* +X143495018Y-65056184D01* +X143562758Y-65019976D01* +X143723177Y-64971313D01* +X143848196Y-64959000D01* +X143931804Y-64959000D01* +X144056823Y-64971313D01* +X144056823Y-64971313D01* +G37* +G36* +X137121000Y-66661000D02* +G01* +X135419000Y-66661000D01* +X135419000Y-64959000D01* +X137121000Y-64959000D01* +X137121000Y-66661000D01* +X137121000Y-66661000D01* +G37* +G36* +X146596823Y-64971313D02* +G01* +X146757242Y-65019976D01* +X146824982Y-65056184D01* +X146905078Y-65098996D01* +X147034659Y-65205341D01* +X147141004Y-65334922D01* +X147141005Y-65334924D01* +X147220024Y-65482758D01* +X147268687Y-65643177D01* +X147285117Y-65810000D01* +X147268687Y-65976823D01* +X147220024Y-66137242D01* +X147149114Y-66269906D01* +X147141004Y-66285078D01* +X147034659Y-66414659D01* +X146905078Y-66521004D01* +X146905076Y-66521005D01* +X146757242Y-66600024D01* +X146596823Y-66648687D01* +X146471804Y-66661000D01* +X146388196Y-66661000D01* +X146263177Y-66648687D01* +X146102758Y-66600024D01* +X145954924Y-66521005D01* +X145954922Y-66521004D01* +X145825341Y-66414659D01* +X145718996Y-66285078D01* +X145710886Y-66269906D01* +X145639976Y-66137242D01* +X145591313Y-65976823D01* +X145574883Y-65810000D01* +X145591313Y-65643177D01* +X145639976Y-65482758D01* +X145718995Y-65334924D01* +X145718996Y-65334922D01* +X145825341Y-65205341D01* +X145954922Y-65098996D01* +X146035018Y-65056184D01* +X146102758Y-65019976D01* +X146263177Y-64971313D01* +X146388196Y-64959000D01* +X146471804Y-64959000D01* +X146596823Y-64971313D01* +X146596823Y-64971313D01* +G37* +G36* +X149136823Y-64971313D02* +G01* +X149297242Y-65019976D01* +X149364982Y-65056184D01* +X149445078Y-65098996D01* +X149574659Y-65205341D01* +X149681004Y-65334922D01* +X149681005Y-65334924D01* +X149760024Y-65482758D01* +X149808687Y-65643177D01* +X149825117Y-65810000D01* +X149808687Y-65976823D01* +X149760024Y-66137242D01* +X149689114Y-66269906D01* +X149681004Y-66285078D01* +X149574659Y-66414659D01* +X149445078Y-66521004D01* +X149445076Y-66521005D01* +X149297242Y-66600024D01* +X149136823Y-66648687D01* +X149011804Y-66661000D01* +X148928196Y-66661000D01* +X148803177Y-66648687D01* +X148642758Y-66600024D01* +X148494924Y-66521005D01* +X148494922Y-66521004D01* +X148365341Y-66414659D01* +X148258996Y-66285078D01* +X148250886Y-66269906D01* +X148179976Y-66137242D01* +X148131313Y-65976823D01* +X148114883Y-65810000D01* +X148131313Y-65643177D01* +X148179976Y-65482758D01* +X148258995Y-65334924D01* +X148258996Y-65334922D01* +X148365341Y-65205341D01* +X148494922Y-65098996D01* +X148575018Y-65056184D01* +X148642758Y-65019976D01* +X148803177Y-64971313D01* +X148928196Y-64959000D01* +X149011804Y-64959000D01* +X149136823Y-64971313D01* +X149136823Y-64971313D01* +G37* +G36* +X138976823Y-64971313D02* +G01* +X139137242Y-65019976D01* +X139204982Y-65056184D01* +X139285078Y-65098996D01* +X139414659Y-65205341D01* +X139521004Y-65334922D01* +X139521005Y-65334924D01* +X139600024Y-65482758D01* +X139648687Y-65643177D01* +X139665117Y-65810000D01* +X139648687Y-65976823D01* +X139600024Y-66137242D01* +X139529114Y-66269906D01* +X139521004Y-66285078D01* +X139414659Y-66414659D01* +X139285078Y-66521004D01* +X139285076Y-66521005D01* +X139137242Y-66600024D01* +X138976823Y-66648687D01* +X138851804Y-66661000D01* +X138768196Y-66661000D01* +X138643177Y-66648687D01* +X138482758Y-66600024D01* +X138334924Y-66521005D01* +X138334922Y-66521004D01* +X138205341Y-66414659D01* +X138098996Y-66285078D01* +X138090886Y-66269906D01* +X138019976Y-66137242D01* +X137971313Y-65976823D01* +X137954883Y-65810000D01* +X137971313Y-65643177D01* +X138019976Y-65482758D01* +X138098995Y-65334924D01* +X138098996Y-65334922D01* +X138205341Y-65205341D01* +X138334922Y-65098996D01* +X138415018Y-65056184D01* +X138482758Y-65019976D01* +X138643177Y-64971313D01* +X138768196Y-64959000D01* +X138851804Y-64959000D01* +X138976823Y-64971313D01* +X138976823Y-64971313D01* +G37* +G36* +X120108228Y-64321703D02* +G01* +X120263100Y-64385853D01* +X120402481Y-64478985D01* +X120521015Y-64597519D01* +X120614147Y-64736900D01* +X120678297Y-64891772D01* +X120711000Y-65056184D01* +X120711000Y-65223816D01* +X120678297Y-65388228D01* +X120614147Y-65543100D01* +X120521015Y-65682481D01* +X120402481Y-65801015D01* +X120263100Y-65894147D01* +X120108228Y-65958297D01* +X119943816Y-65991000D01* +X119776184Y-65991000D01* +X119611772Y-65958297D01* +X119456900Y-65894147D01* +X119317519Y-65801015D01* +X119198985Y-65682481D01* +X119105853Y-65543100D01* +X119041703Y-65388228D01* +X119009000Y-65223816D01* +X119009000Y-65056184D01* +X119041703Y-64891772D01* +X119105853Y-64736900D01* +X119198985Y-64597519D01* +X119317519Y-64478985D01* +X119456900Y-64385853D01* +X119611772Y-64321703D01* +X119776184Y-64289000D01* +X119943816Y-64289000D01* +X120108228Y-64321703D01* +X120108228Y-64321703D01* +G37* +G36* +X122608228Y-64321703D02* +G01* +X122763100Y-64385853D01* +X122902481Y-64478985D01* +X123021015Y-64597519D01* +X123114147Y-64736900D01* +X123178297Y-64891772D01* +X123211000Y-65056184D01* +X123211000Y-65223816D01* +X123178297Y-65388228D01* +X123114147Y-65543100D01* +X123021015Y-65682481D01* +X122902481Y-65801015D01* +X122763100Y-65894147D01* +X122608228Y-65958297D01* +X122443816Y-65991000D01* +X122276184Y-65991000D01* +X122111772Y-65958297D01* +X121956900Y-65894147D01* +X121817519Y-65801015D01* +X121698985Y-65682481D01* +X121605853Y-65543100D01* +X121541703Y-65388228D01* +X121509000Y-65223816D01* +X121509000Y-65056184D01* +X121541703Y-64891772D01* +X121605853Y-64736900D01* +X121698985Y-64597519D01* +X121817519Y-64478985D01* +X121956900Y-64385853D01* +X122111772Y-64321703D01* +X122276184Y-64289000D01* +X122443816Y-64289000D01* +X122608228Y-64321703D01* +X122608228Y-64321703D01* +G37* +G36* +X126258228Y-64301703D02* +G01* +X126413100Y-64365853D01* +X126552481Y-64458985D01* +X126671015Y-64577519D01* +X126764147Y-64716900D01* +X126828297Y-64871772D01* +X126861000Y-65036184D01* +X126861000Y-65203816D01* +X126828297Y-65368228D01* +X126764147Y-65523100D01* +X126671015Y-65662481D01* +X126552481Y-65781015D01* +X126413100Y-65874147D01* +X126258228Y-65938297D01* +X126093816Y-65971000D01* +X125926184Y-65971000D01* +X125761772Y-65938297D01* +X125606900Y-65874147D01* +X125467519Y-65781015D01* +X125348985Y-65662481D01* +X125255853Y-65523100D01* +X125191703Y-65368228D01* +X125159000Y-65203816D01* +X125159000Y-65036184D01* +X125191703Y-64871772D01* +X125255853Y-64716900D01* +X125348985Y-64577519D01* +X125467519Y-64458985D01* +X125606900Y-64365853D01* +X125761772Y-64301703D01* +X125926184Y-64269000D01* +X126093816Y-64269000D01* +X126258228Y-64301703D01* +X126258228Y-64301703D01* +G37* +G36* +X128758228Y-64301703D02* +G01* +X128913100Y-64365853D01* +X129052481Y-64458985D01* +X129171015Y-64577519D01* +X129264147Y-64716900D01* +X129328297Y-64871772D01* +X129361000Y-65036184D01* +X129361000Y-65203816D01* +X129328297Y-65368228D01* +X129264147Y-65523100D01* +X129171015Y-65662481D01* +X129052481Y-65781015D01* +X128913100Y-65874147D01* +X128758228Y-65938297D01* +X128593816Y-65971000D01* +X128426184Y-65971000D01* +X128261772Y-65938297D01* +X128106900Y-65874147D01* +X127967519Y-65781015D01* +X127848985Y-65662481D01* +X127755853Y-65523100D01* +X127691703Y-65368228D01* +X127659000Y-65203816D01* +X127659000Y-65036184D01* +X127691703Y-64871772D01* +X127755853Y-64716900D01* +X127848985Y-64577519D01* +X127967519Y-64458985D01* +X128106900Y-64365853D01* +X128261772Y-64301703D01* +X128426184Y-64269000D01* +X128593816Y-64269000D01* +X128758228Y-64301703D01* +X128758228Y-64301703D01* +G37* +G36* +X114863665Y-64362622D02* +G01* +X114937222Y-64369867D01* +X115078786Y-64412810D01* +X115209252Y-64482546D01* +X115239040Y-64506992D01* +X115323607Y-64576393D01* +X115393008Y-64660960D01* +X115417454Y-64690748D01* +X115487190Y-64821214D01* +X115530133Y-64962778D01* +X115544633Y-65110000D01* +X115530133Y-65257222D01* +X115487190Y-65398786D01* +X115417454Y-65529252D01* +X115406089Y-65543100D01* +X115323607Y-65643607D01* +X115263004Y-65693341D01* +X115209252Y-65737454D01* +X115078786Y-65807190D01* +X114937222Y-65850133D01* +X114863665Y-65857378D01* +X114826888Y-65861000D01* +X114753112Y-65861000D01* +X114716335Y-65857378D01* +X114642778Y-65850133D01* +X114501214Y-65807190D01* +X114370748Y-65737454D01* +X114316996Y-65693341D01* +X114256393Y-65643607D01* +X114173911Y-65543100D01* +X114162546Y-65529252D01* +X114092810Y-65398786D01* +X114049867Y-65257222D01* +X114035367Y-65110000D01* +X114049867Y-64962778D01* +X114092810Y-64821214D01* +X114162546Y-64690748D01* +X114186992Y-64660960D01* +X114256393Y-64576393D01* +X114340960Y-64506992D01* +X114370748Y-64482546D01* +X114501214Y-64412810D01* +X114642778Y-64369867D01* +X114716335Y-64362622D01* +X114753112Y-64359000D01* +X114826888Y-64359000D01* +X114863665Y-64362622D01* +X114863665Y-64362622D01* +G37* +G36* +X109929059Y-64387860D02* +G01* +X109989294Y-64412810D01* +X110065732Y-64444472D01* +X110188735Y-64526660D01* +X110293340Y-64631265D01* +X110350559Y-64716900D01* +X110375529Y-64754270D01* +X110432140Y-64890941D01* +X110445678Y-64959000D01* +X110461000Y-65036033D01* +X110461000Y-65183967D01* +X110432140Y-65329059D01* +X110375528Y-65465732D01* +X110293340Y-65588735D01* +X110188735Y-65693340D01* +X110065732Y-65775528D01* +X110065731Y-65775529D01* +X110065730Y-65775529D01* +X109929059Y-65832140D01* +X109783968Y-65861000D01* +X109636032Y-65861000D01* +X109490941Y-65832140D01* +X109354270Y-65775529D01* +X109354269Y-65775529D01* +X109354268Y-65775528D01* +X109231265Y-65693340D01* +X109126660Y-65588735D01* +X109044472Y-65465732D01* +X108987860Y-65329059D01* +X108959000Y-65183967D01* +X108959000Y-65036033D01* +X108974323Y-64959000D01* +X108987860Y-64890941D01* +X109044471Y-64754270D01* +X109069441Y-64716900D01* +X109126660Y-64631265D01* +X109231265Y-64526660D01* +X109354268Y-64444472D01* +X109430707Y-64412810D01* +X109490941Y-64387860D01* +X109636032Y-64359000D01* +X109783968Y-64359000D01* +X109929059Y-64387860D01* +X109929059Y-64387860D01* +G37* +G36* +X109949059Y-61947860D02* +G01* +X110009294Y-61972810D01* +X110085732Y-62004472D01* +X110208735Y-62086660D01* +X110313340Y-62191265D01* +X110395528Y-62314268D01* +X110452140Y-62450941D01* +X110481000Y-62596033D01* +X110481000Y-62743967D01* +X110452140Y-62889059D01* +X110395528Y-63025732D01* +X110313340Y-63148735D01* +X110208735Y-63253340D01* +X110085732Y-63335528D01* +X110085731Y-63335529D01* +X110085730Y-63335529D01* +X109949059Y-63392140D01* +X109803968Y-63421000D01* +X109656032Y-63421000D01* +X109510941Y-63392140D01* +X109374270Y-63335529D01* +X109374269Y-63335529D01* +X109374268Y-63335528D01* +X109251265Y-63253340D01* +X109146660Y-63148735D01* +X109064472Y-63025732D01* +X109007860Y-62889059D01* +X108979000Y-62743967D01* +X108979000Y-62596033D01* +X109007860Y-62450941D01* +X109064472Y-62314268D01* +X109146660Y-62191265D01* +X109251265Y-62086660D01* +X109374268Y-62004472D01* +X109450707Y-61972810D01* +X109510941Y-61947860D01* +X109656032Y-61919000D01* +X109803968Y-61919000D01* +X109949059Y-61947860D01* +X109949059Y-61947860D01* +G37* +G36* +X114883665Y-61922622D02* +G01* +X114957222Y-61929867D01* +X115098786Y-61972810D01* +X115229252Y-62042546D01* +X115259040Y-62066992D01* +X115343607Y-62136393D01* +X115413008Y-62220960D01* +X115437454Y-62250748D01* +X115507190Y-62381214D01* +X115550133Y-62522778D01* +X115564633Y-62670000D01* +X115550133Y-62817222D01* +X115507190Y-62958786D01* +X115437454Y-63089252D01* +X115413008Y-63119040D01* +X115343607Y-63203607D01* +X115283004Y-63253341D01* +X115229252Y-63297454D01* +X115098786Y-63367190D01* +X114957222Y-63410133D01* +X114883665Y-63417378D01* +X114846888Y-63421000D01* +X114773112Y-63421000D01* +X114736335Y-63417378D01* +X114662778Y-63410133D01* +X114521214Y-63367190D01* +X114390748Y-63297454D01* +X114336996Y-63253341D01* +X114276393Y-63203607D01* +X114206992Y-63119040D01* +X114182546Y-63089252D01* +X114112810Y-62958786D01* +X114069867Y-62817222D01* +X114055367Y-62670000D01* +X114069867Y-62522778D01* +X114112810Y-62381214D01* +X114182546Y-62250748D01* +X114206992Y-62220960D01* +X114276393Y-62136393D01* +X114360960Y-62066992D01* +X114390748Y-62042546D01* +X114521214Y-61972810D01* +X114662778Y-61929867D01* +X114736335Y-61922622D01* +X114773112Y-61919000D01* +X114846888Y-61919000D01* +X114883665Y-61922622D01* +X114883665Y-61922622D01* +G37* +G36* +X170256560Y-61220166D02* +G01* +X170404153Y-61281301D01* +X170536982Y-61370055D01* +X170649945Y-61483018D01* +X170738700Y-61615849D01* +X170799834Y-61763440D01* +X170831000Y-61920122D01* +X170831000Y-62079878D01* +X170799834Y-62236560D01* +X170739917Y-62381214D01* +X170738699Y-62384153D01* +X170649945Y-62516982D01* +X170536982Y-62629945D01* +X170404153Y-62718699D01* +X170404152Y-62718700D01* +X170404151Y-62718700D01* +X170256560Y-62779834D01* +X170099878Y-62811000D01* +X169940122Y-62811000D01* +X169783440Y-62779834D01* +X169635849Y-62718700D01* +X169635848Y-62718700D01* +X169635847Y-62718699D01* +X169503018Y-62629945D01* +X169390055Y-62516982D01* +X169301301Y-62384153D01* +X169300084Y-62381214D01* +X169240166Y-62236560D01* +X169209000Y-62079878D01* +X169209000Y-61920122D01* +X169240166Y-61763440D01* +X169301300Y-61615849D01* +X169390055Y-61483018D01* +X169503018Y-61370055D01* +X169635847Y-61281301D01* +X169783440Y-61220166D01* +X169940122Y-61189000D01* +X170099878Y-61189000D01* +X170256560Y-61220166D01* +X170256560Y-61220166D01* +G37* +G36* +X139776560Y-61220166D02* +G01* +X139924153Y-61281301D01* +X140056982Y-61370055D01* +X140169945Y-61483018D01* +X140258700Y-61615849D01* +X140319834Y-61763440D01* +X140351000Y-61920122D01* +X140351000Y-62079878D01* +X140319834Y-62236560D01* +X140259917Y-62381214D01* +X140258699Y-62384153D01* +X140169945Y-62516982D01* +X140056982Y-62629945D01* +X139924153Y-62718699D01* +X139924152Y-62718700D01* +X139924151Y-62718700D01* +X139776560Y-62779834D01* +X139619878Y-62811000D01* +X139460122Y-62811000D01* +X139303440Y-62779834D01* +X139155849Y-62718700D01* +X139155848Y-62718700D01* +X139155847Y-62718699D01* +X139023018Y-62629945D01* +X138910055Y-62516982D01* +X138821301Y-62384153D01* +X138820084Y-62381214D01* +X138760166Y-62236560D01* +X138729000Y-62079878D01* +X138729000Y-61920122D01* +X138760166Y-61763440D01* +X138821300Y-61615849D01* +X138910055Y-61483018D01* +X139023018Y-61370055D01* +X139155847Y-61281301D01* +X139303440Y-61220166D01* +X139460122Y-61189000D01* +X139619878Y-61189000D01* +X139776560Y-61220166D01* +X139776560Y-61220166D01* +G37* +G36* +X167716560Y-61220166D02* +G01* +X167864153Y-61281301D01* +X167996982Y-61370055D01* +X168109945Y-61483018D01* +X168198700Y-61615849D01* +X168259834Y-61763440D01* +X168291000Y-61920122D01* +X168291000Y-62079878D01* +X168259834Y-62236560D01* +X168199917Y-62381214D01* +X168198699Y-62384153D01* +X168109945Y-62516982D01* +X167996982Y-62629945D01* +X167864153Y-62718699D01* +X167864152Y-62718700D01* +X167864151Y-62718700D01* +X167716560Y-62779834D01* +X167559878Y-62811000D01* +X167400122Y-62811000D01* +X167243440Y-62779834D01* +X167095849Y-62718700D01* +X167095848Y-62718700D01* +X167095847Y-62718699D01* +X166963018Y-62629945D01* +X166850055Y-62516982D01* +X166761301Y-62384153D01* +X166760084Y-62381214D01* +X166700166Y-62236560D01* +X166669000Y-62079878D01* +X166669000Y-61920122D01* +X166700166Y-61763440D01* +X166761300Y-61615849D01* +X166850055Y-61483018D01* +X166963018Y-61370055D01* +X167095847Y-61281301D01* +X167243440Y-61220166D01* +X167400122Y-61189000D01* +X167559878Y-61189000D01* +X167716560Y-61220166D01* +X167716560Y-61220166D01* +G37* +G36* +X142316560Y-61220166D02* +G01* +X142464153Y-61281301D01* +X142596982Y-61370055D01* +X142709945Y-61483018D01* +X142798700Y-61615849D01* +X142859834Y-61763440D01* +X142891000Y-61920122D01* +X142891000Y-62079878D01* +X142859834Y-62236560D01* +X142799917Y-62381214D01* +X142798699Y-62384153D01* +X142709945Y-62516982D01* +X142596982Y-62629945D01* +X142464153Y-62718699D01* +X142464152Y-62718700D01* +X142464151Y-62718700D01* +X142316560Y-62779834D01* +X142159878Y-62811000D01* +X142000122Y-62811000D01* +X141843440Y-62779834D01* +X141695849Y-62718700D01* +X141695848Y-62718700D01* +X141695847Y-62718699D01* +X141563018Y-62629945D01* +X141450055Y-62516982D01* +X141361301Y-62384153D01* +X141360084Y-62381214D01* +X141300166Y-62236560D01* +X141269000Y-62079878D01* +X141269000Y-61920122D01* +X141300166Y-61763440D01* +X141361300Y-61615849D01* +X141450055Y-61483018D01* +X141563018Y-61370055D01* +X141695847Y-61281301D01* +X141843440Y-61220166D01* +X142000122Y-61189000D01* +X142159878Y-61189000D01* +X142316560Y-61220166D01* +X142316560Y-61220166D01* +G37* +G36* +X165176560Y-61220166D02* +G01* +X165324153Y-61281301D01* +X165456982Y-61370055D01* +X165569945Y-61483018D01* +X165658700Y-61615849D01* +X165719834Y-61763440D01* +X165751000Y-61920122D01* +X165751000Y-62079878D01* +X165719834Y-62236560D01* +X165659917Y-62381214D01* +X165658699Y-62384153D01* +X165569945Y-62516982D01* +X165456982Y-62629945D01* +X165324153Y-62718699D01* +X165324152Y-62718700D01* +X165324151Y-62718700D01* +X165176560Y-62779834D01* +X165019878Y-62811000D01* +X164860122Y-62811000D01* +X164703440Y-62779834D01* +X164555849Y-62718700D01* +X164555848Y-62718700D01* +X164555847Y-62718699D01* +X164423018Y-62629945D01* +X164310055Y-62516982D01* +X164221301Y-62384153D01* +X164220084Y-62381214D01* +X164160166Y-62236560D01* +X164129000Y-62079878D01* +X164129000Y-61920122D01* +X164160166Y-61763440D01* +X164221300Y-61615849D01* +X164310055Y-61483018D01* +X164423018Y-61370055D01* +X164555847Y-61281301D01* +X164703440Y-61220166D01* +X164860122Y-61189000D01* +X165019878Y-61189000D01* +X165176560Y-61220166D01* +X165176560Y-61220166D01* +G37* +G36* +X144856560Y-61220166D02* +G01* +X145004153Y-61281301D01* +X145136982Y-61370055D01* +X145249945Y-61483018D01* +X145338700Y-61615849D01* +X145399834Y-61763440D01* +X145431000Y-61920122D01* +X145431000Y-62079878D01* +X145399834Y-62236560D01* +X145339917Y-62381214D01* +X145338699Y-62384153D01* +X145249945Y-62516982D01* +X145136982Y-62629945D01* +X145004153Y-62718699D01* +X145004152Y-62718700D01* +X145004151Y-62718700D01* +X144856560Y-62779834D01* +X144699878Y-62811000D01* +X144540122Y-62811000D01* +X144383440Y-62779834D01* +X144235849Y-62718700D01* +X144235848Y-62718700D01* +X144235847Y-62718699D01* +X144103018Y-62629945D01* +X143990055Y-62516982D01* +X143901301Y-62384153D01* +X143900084Y-62381214D01* +X143840166Y-62236560D01* +X143809000Y-62079878D01* +X143809000Y-61920122D01* +X143840166Y-61763440D01* +X143901300Y-61615849D01* +X143990055Y-61483018D01* +X144103018Y-61370055D01* +X144235847Y-61281301D01* +X144383440Y-61220166D01* +X144540122Y-61189000D01* +X144699878Y-61189000D01* +X144856560Y-61220166D01* +X144856560Y-61220166D01* +G37* +G36* +X162636560Y-61220166D02* +G01* +X162784153Y-61281301D01* +X162916982Y-61370055D01* +X163029945Y-61483018D01* +X163118700Y-61615849D01* +X163179834Y-61763440D01* +X163211000Y-61920122D01* +X163211000Y-62079878D01* +X163179834Y-62236560D01* +X163119917Y-62381214D01* +X163118699Y-62384153D01* +X163029945Y-62516982D01* +X162916982Y-62629945D01* +X162784153Y-62718699D01* +X162784152Y-62718700D01* +X162784151Y-62718700D01* +X162636560Y-62779834D01* +X162479878Y-62811000D01* +X162320122Y-62811000D01* +X162163440Y-62779834D01* +X162015849Y-62718700D01* +X162015848Y-62718700D01* +X162015847Y-62718699D01* +X161883018Y-62629945D01* +X161770055Y-62516982D01* +X161681301Y-62384153D01* +X161680084Y-62381214D01* +X161620166Y-62236560D01* +X161589000Y-62079878D01* +X161589000Y-61920122D01* +X161620166Y-61763440D01* +X161681300Y-61615849D01* +X161770055Y-61483018D01* +X161883018Y-61370055D01* +X162015847Y-61281301D01* +X162163440Y-61220166D01* +X162320122Y-61189000D01* +X162479878Y-61189000D01* +X162636560Y-61220166D01* +X162636560Y-61220166D01* +G37* +G36* +X147396560Y-61220166D02* +G01* +X147544153Y-61281301D01* +X147676982Y-61370055D01* +X147789945Y-61483018D01* +X147878700Y-61615849D01* +X147939834Y-61763440D01* +X147971000Y-61920122D01* +X147971000Y-62079878D01* +X147939834Y-62236560D01* +X147879917Y-62381214D01* +X147878699Y-62384153D01* +X147789945Y-62516982D01* +X147676982Y-62629945D01* +X147544153Y-62718699D01* +X147544152Y-62718700D01* +X147544151Y-62718700D01* +X147396560Y-62779834D01* +X147239878Y-62811000D01* +X147080122Y-62811000D01* +X146923440Y-62779834D01* +X146775849Y-62718700D01* +X146775848Y-62718700D01* +X146775847Y-62718699D01* +X146643018Y-62629945D01* +X146530055Y-62516982D01* +X146441301Y-62384153D01* +X146440084Y-62381214D01* +X146380166Y-62236560D01* +X146349000Y-62079878D01* +X146349000Y-61920122D01* +X146380166Y-61763440D01* +X146441300Y-61615849D01* +X146530055Y-61483018D01* +X146643018Y-61370055D01* +X146775847Y-61281301D01* +X146923440Y-61220166D01* +X147080122Y-61189000D01* +X147239878Y-61189000D01* +X147396560Y-61220166D01* +X147396560Y-61220166D01* +G37* +G36* +X160096560Y-61220166D02* +G01* +X160244153Y-61281301D01* +X160376982Y-61370055D01* +X160489945Y-61483018D01* +X160578700Y-61615849D01* +X160639834Y-61763440D01* +X160671000Y-61920122D01* +X160671000Y-62079878D01* +X160639834Y-62236560D01* +X160579917Y-62381214D01* +X160578699Y-62384153D01* +X160489945Y-62516982D01* +X160376982Y-62629945D01* +X160244153Y-62718699D01* +X160244152Y-62718700D01* +X160244151Y-62718700D01* +X160096560Y-62779834D01* +X159939878Y-62811000D01* +X159780122Y-62811000D01* +X159623440Y-62779834D01* +X159475849Y-62718700D01* +X159475848Y-62718700D01* +X159475847Y-62718699D01* +X159343018Y-62629945D01* +X159230055Y-62516982D01* +X159141301Y-62384153D01* +X159140084Y-62381214D01* +X159080166Y-62236560D01* +X159049000Y-62079878D01* +X159049000Y-61920122D01* +X159080166Y-61763440D01* +X159141300Y-61615849D01* +X159230055Y-61483018D01* +X159343018Y-61370055D01* +X159475847Y-61281301D01* +X159623440Y-61220166D01* +X159780122Y-61189000D01* +X159939878Y-61189000D01* +X160096560Y-61220166D01* +X160096560Y-61220166D01* +G37* +G36* +X149936560Y-61220166D02* +G01* +X150084153Y-61281301D01* +X150216982Y-61370055D01* +X150329945Y-61483018D01* +X150418700Y-61615849D01* +X150479834Y-61763440D01* +X150511000Y-61920122D01* +X150511000Y-62079878D01* +X150479834Y-62236560D01* +X150419917Y-62381214D01* +X150418699Y-62384153D01* +X150329945Y-62516982D01* +X150216982Y-62629945D01* +X150084153Y-62718699D01* +X150084152Y-62718700D01* +X150084151Y-62718700D01* +X149936560Y-62779834D01* +X149779878Y-62811000D01* +X149620122Y-62811000D01* +X149463440Y-62779834D01* +X149315849Y-62718700D01* +X149315848Y-62718700D01* +X149315847Y-62718699D01* +X149183018Y-62629945D01* +X149070055Y-62516982D01* +X148981301Y-62384153D01* +X148980084Y-62381214D01* +X148920166Y-62236560D01* +X148889000Y-62079878D01* +X148889000Y-61920122D01* +X148920166Y-61763440D01* +X148981300Y-61615849D01* +X149070055Y-61483018D01* +X149183018Y-61370055D01* +X149315847Y-61281301D01* +X149463440Y-61220166D01* +X149620122Y-61189000D01* +X149779878Y-61189000D01* +X149936560Y-61220166D01* +X149936560Y-61220166D01* +G37* +G36* +X157556560Y-61220166D02* +G01* +X157704153Y-61281301D01* +X157836982Y-61370055D01* +X157949945Y-61483018D01* +X158038700Y-61615849D01* +X158099834Y-61763440D01* +X158131000Y-61920122D01* +X158131000Y-62079878D01* +X158099834Y-62236560D01* +X158039917Y-62381214D01* +X158038699Y-62384153D01* +X157949945Y-62516982D01* +X157836982Y-62629945D01* +X157704153Y-62718699D01* +X157704152Y-62718700D01* +X157704151Y-62718700D01* +X157556560Y-62779834D01* +X157399878Y-62811000D01* +X157240122Y-62811000D01* +X157083440Y-62779834D01* +X156935849Y-62718700D01* +X156935848Y-62718700D01* +X156935847Y-62718699D01* +X156803018Y-62629945D01* +X156690055Y-62516982D01* +X156601301Y-62384153D01* +X156600084Y-62381214D01* +X156540166Y-62236560D01* +X156509000Y-62079878D01* +X156509000Y-61920122D01* +X156540166Y-61763440D01* +X156601300Y-61615849D01* +X156690055Y-61483018D01* +X156803018Y-61370055D01* +X156935847Y-61281301D01* +X157083440Y-61220166D01* +X157240122Y-61189000D01* +X157399878Y-61189000D01* +X157556560Y-61220166D01* +X157556560Y-61220166D01* +G37* +G36* +X152476560Y-61220166D02* +G01* +X152624153Y-61281301D01* +X152756982Y-61370055D01* +X152869945Y-61483018D01* +X152958700Y-61615849D01* +X153019834Y-61763440D01* +X153051000Y-61920122D01* +X153051000Y-62079878D01* +X153019834Y-62236560D01* +X152959917Y-62381214D01* +X152958699Y-62384153D01* +X152869945Y-62516982D01* +X152756982Y-62629945D01* +X152624153Y-62718699D01* +X152624152Y-62718700D01* +X152624151Y-62718700D01* +X152476560Y-62779834D01* +X152319878Y-62811000D01* +X152160122Y-62811000D01* +X152003440Y-62779834D01* +X151855849Y-62718700D01* +X151855848Y-62718700D01* +X151855847Y-62718699D01* +X151723018Y-62629945D01* +X151610055Y-62516982D01* +X151521301Y-62384153D01* +X151520084Y-62381214D01* +X151460166Y-62236560D01* +X151429000Y-62079878D01* +X151429000Y-61920122D01* +X151460166Y-61763440D01* +X151521300Y-61615849D01* +X151610055Y-61483018D01* +X151723018Y-61370055D01* +X151855847Y-61281301D01* +X152003440Y-61220166D01* +X152160122Y-61189000D01* +X152319878Y-61189000D01* +X152476560Y-61220166D01* +X152476560Y-61220166D01* +G37* +G36* +X155016560Y-61220166D02* +G01* +X155164153Y-61281301D01* +X155296982Y-61370055D01* +X155409945Y-61483018D01* +X155498700Y-61615849D01* +X155559834Y-61763440D01* +X155591000Y-61920122D01* +X155591000Y-62079878D01* +X155559834Y-62236560D01* +X155499917Y-62381214D01* +X155498699Y-62384153D01* +X155409945Y-62516982D01* +X155296982Y-62629945D01* +X155164153Y-62718699D01* +X155164152Y-62718700D01* +X155164151Y-62718700D01* +X155016560Y-62779834D01* +X154859878Y-62811000D01* +X154700122Y-62811000D01* +X154543440Y-62779834D01* +X154395849Y-62718700D01* +X154395848Y-62718700D01* +X154395847Y-62718699D01* +X154263018Y-62629945D01* +X154150055Y-62516982D01* +X154061301Y-62384153D01* +X154060084Y-62381214D01* +X154000166Y-62236560D01* +X153969000Y-62079878D01* +X153969000Y-61920122D01* +X154000166Y-61763440D01* +X154061300Y-61615849D01* +X154150055Y-61483018D01* +X154263018Y-61370055D01* +X154395847Y-61281301D01* +X154543440Y-61220166D01* +X154700122Y-61189000D01* +X154859878Y-61189000D01* +X155016560Y-61220166D01* +X155016560Y-61220166D01* +G37* +G36* +X137236560Y-61220166D02* +G01* +X137384153Y-61281301D01* +X137516982Y-61370055D01* +X137629945Y-61483018D01* +X137718700Y-61615849D01* +X137779834Y-61763440D01* +X137811000Y-61920122D01* +X137811000Y-62079878D01* +X137779834Y-62236560D01* +X137719917Y-62381214D01* +X137718699Y-62384153D01* +X137629945Y-62516982D01* +X137516982Y-62629945D01* +X137384153Y-62718699D01* +X137384152Y-62718700D01* +X137384151Y-62718700D01* +X137236560Y-62779834D01* +X137079878Y-62811000D01* +X136920122Y-62811000D01* +X136763440Y-62779834D01* +X136615849Y-62718700D01* +X136615848Y-62718700D01* +X136615847Y-62718699D01* +X136483018Y-62629945D01* +X136370055Y-62516982D01* +X136281301Y-62384153D01* +X136280084Y-62381214D01* +X136220166Y-62236560D01* +X136189000Y-62079878D01* +X136189000Y-61920122D01* +X136220166Y-61763440D01* +X136281300Y-61615849D01* +X136370055Y-61483018D01* +X136483018Y-61370055D01* +X136615847Y-61281301D01* +X136763440Y-61220166D01* +X136920122Y-61189000D01* +X137079878Y-61189000D01* +X137236560Y-61220166D01* +X137236560Y-61220166D01* +G37* +G36* +X172796560Y-61220166D02* +G01* +X172944153Y-61281301D01* +X173076982Y-61370055D01* +X173189945Y-61483018D01* +X173278700Y-61615849D01* +X173339834Y-61763440D01* +X173371000Y-61920122D01* +X173371000Y-62079878D01* +X173339834Y-62236560D01* +X173279917Y-62381214D01* +X173278699Y-62384153D01* +X173189945Y-62516982D01* +X173076982Y-62629945D01* +X172944153Y-62718699D01* +X172944152Y-62718700D01* +X172944151Y-62718700D01* +X172796560Y-62779834D01* +X172639878Y-62811000D01* +X172480122Y-62811000D01* +X172323440Y-62779834D01* +X172175849Y-62718700D01* +X172175848Y-62718700D01* +X172175847Y-62718699D01* +X172043018Y-62629945D01* +X171930055Y-62516982D01* +X171841301Y-62384153D01* +X171840084Y-62381214D01* +X171780166Y-62236560D01* +X171749000Y-62079878D01* +X171749000Y-61920122D01* +X171780166Y-61763440D01* +X171841300Y-61615849D01* +X171930055Y-61483018D01* +X172043018Y-61370055D01* +X172175847Y-61281301D01* +X172323440Y-61220166D01* +X172480122Y-61189000D01* +X172639878Y-61189000D01* +X172796560Y-61220166D01* +X172796560Y-61220166D01* +G37* +G36* +X177876560Y-61220166D02* +G01* +X178024153Y-61281301D01* +X178156982Y-61370055D01* +X178269945Y-61483018D01* +X178358700Y-61615849D01* +X178419834Y-61763440D01* +X178451000Y-61920122D01* +X178451000Y-62079878D01* +X178419834Y-62236560D01* +X178359917Y-62381214D01* +X178358699Y-62384153D01* +X178269945Y-62516982D01* +X178156982Y-62629945D01* +X178024153Y-62718699D01* +X178024152Y-62718700D01* +X178024151Y-62718700D01* +X177876560Y-62779834D01* +X177719878Y-62811000D01* +X177560122Y-62811000D01* +X177403440Y-62779834D01* +X177255849Y-62718700D01* +X177255848Y-62718700D01* +X177255847Y-62718699D01* +X177123018Y-62629945D01* +X177010055Y-62516982D01* +X176921301Y-62384153D01* +X176920084Y-62381214D01* +X176860166Y-62236560D01* +X176829000Y-62079878D01* +X176829000Y-61920122D01* +X176860166Y-61763440D01* +X176921300Y-61615849D01* +X177010055Y-61483018D01* +X177123018Y-61370055D01* +X177255847Y-61281301D01* +X177403440Y-61220166D01* +X177560122Y-61189000D01* +X177719878Y-61189000D01* +X177876560Y-61220166D01* +X177876560Y-61220166D01* +G37* +G36* +X175336560Y-61220166D02* +G01* +X175484153Y-61281301D01* +X175616982Y-61370055D01* +X175729945Y-61483018D01* +X175818700Y-61615849D01* +X175879834Y-61763440D01* +X175911000Y-61920122D01* +X175911000Y-62079878D01* +X175879834Y-62236560D01* +X175819917Y-62381214D01* +X175818699Y-62384153D01* +X175729945Y-62516982D01* +X175616982Y-62629945D01* +X175484153Y-62718699D01* +X175484152Y-62718700D01* +X175484151Y-62718700D01* +X175336560Y-62779834D01* +X175179878Y-62811000D01* +X175020122Y-62811000D01* +X174863440Y-62779834D01* +X174715849Y-62718700D01* +X174715848Y-62718700D01* +X174715847Y-62718699D01* +X174583018Y-62629945D01* +X174470055Y-62516982D01* +X174381301Y-62384153D01* +X174380084Y-62381214D01* +X174320166Y-62236560D01* +X174289000Y-62079878D01* +X174289000Y-61920122D01* +X174320166Y-61763440D01* +X174381300Y-61615849D01* +X174470055Y-61483018D01* +X174583018Y-61370055D01* +X174715847Y-61281301D01* +X174863440Y-61220166D01* +X175020122Y-61189000D01* +X175179878Y-61189000D01* +X175336560Y-61220166D01* +X175336560Y-61220166D01* +G37* +G36* +X131391083Y-58659090D02* +G01* +X131619702Y-58704564D01* +X131906516Y-58823367D01* +X132164642Y-58995841D01* +X132384159Y-59215358D01* +X132556633Y-59473484D01* +X132675436Y-59760298D01* +X132736000Y-60064778D01* +X132736000Y-60375222D01* +X132675436Y-60679702D01* +X132556633Y-60966516D01* +X132384159Y-61224642D01* +X132164642Y-61444159D01* +X131906516Y-61616633D01* +X131619702Y-61735436D01* +X131391083Y-61780910D01* +X131315224Y-61796000D01* +X131004776Y-61796000D01* +X130928917Y-61780910D01* +X130700298Y-61735436D01* +X130413484Y-61616633D01* +X130155358Y-61444159D01* +X129935841Y-61224642D01* +X129763367Y-60966516D01* +X129644564Y-60679702D01* +X129584000Y-60375222D01* +X129584000Y-60064778D01* +X129644564Y-59760298D01* +X129763367Y-59473484D01* +X129935841Y-59215358D01* +X130155358Y-58995841D01* +X130413484Y-58823367D01* +X130700298Y-58704564D01* +X130928917Y-58659090D01* +X131004776Y-58644000D01* +X131315224Y-58644000D01* +X131391083Y-58659090D01* +X131391083Y-58659090D01* +G37* +G36* +X183711083Y-58659090D02* +G01* +X183939702Y-58704564D01* +X184226516Y-58823367D01* +X184484642Y-58995841D01* +X184704159Y-59215358D01* +X184876633Y-59473484D01* +X184995436Y-59760298D01* +X185056000Y-60064778D01* +X185056000Y-60375222D01* +X184995436Y-60679702D01* +X184876633Y-60966516D01* +X184704159Y-61224642D01* +X184484642Y-61444159D01* +X184226516Y-61616633D01* +X183939702Y-61735436D01* +X183711083Y-61780910D01* +X183635224Y-61796000D01* +X183324776Y-61796000D01* +X183248917Y-61780910D01* +X183020298Y-61735436D01* +X182733484Y-61616633D01* +X182475358Y-61444159D01* +X182255841Y-61224642D01* +X182083367Y-60966516D01* +X181964564Y-60679702D01* +X181904000Y-60375222D01* +X181904000Y-60064778D01* +X181964564Y-59760298D01* +X182083367Y-59473484D01* +X182255841Y-59215358D01* +X182475358Y-58995841D01* +X182733484Y-58823367D01* +X183020298Y-58704564D01* +X183248917Y-58659090D01* +X183324776Y-58644000D01* +X183635224Y-58644000D01* +X183711083Y-58659090D01* +X183711083Y-58659090D01* +G37* +G36* +X139776560Y-58680166D02* +G01* +X139835465Y-58704565D01* +X139924153Y-58741301D01* +X140046973Y-58823367D01* +X140056982Y-58830055D01* +X140169945Y-58943018D01* +X140258700Y-59075849D01* +X140319834Y-59223440D01* +X140351000Y-59380122D01* +X140351000Y-59539878D01* +X140319834Y-59696560D01* +X140293433Y-59760299D01* +X140258699Y-59844153D01* +X140169945Y-59976982D01* +X140056982Y-60089945D01* +X139924153Y-60178699D01* +X139924152Y-60178700D01* +X139924151Y-60178700D01* +X139776560Y-60239834D01* +X139619878Y-60271000D01* +X139460122Y-60271000D01* +X139303440Y-60239834D01* +X139155849Y-60178700D01* +X139155848Y-60178700D01* +X139155847Y-60178699D01* +X139023018Y-60089945D01* +X138910055Y-59976982D01* +X138821301Y-59844153D01* +X138786568Y-59760299D01* +X138760166Y-59696560D01* +X138729000Y-59539878D01* +X138729000Y-59380122D01* +X138760166Y-59223440D01* +X138821300Y-59075849D01* +X138910055Y-58943018D01* +X139023018Y-58830055D01* +X139033027Y-58823367D01* +X139155847Y-58741301D01* +X139244536Y-58704565D01* +X139303440Y-58680166D01* +X139460122Y-58649000D01* +X139619878Y-58649000D01* +X139776560Y-58680166D01* +X139776560Y-58680166D01* +G37* +G36* +X142316560Y-58680166D02* +G01* +X142375465Y-58704565D01* +X142464153Y-58741301D01* +X142586973Y-58823367D01* +X142596982Y-58830055D01* +X142709945Y-58943018D01* +X142798700Y-59075849D01* +X142859834Y-59223440D01* +X142891000Y-59380122D01* +X142891000Y-59539878D01* +X142859834Y-59696560D01* +X142833433Y-59760299D01* +X142798699Y-59844153D01* +X142709945Y-59976982D01* +X142596982Y-60089945D01* +X142464153Y-60178699D01* +X142464152Y-60178700D01* +X142464151Y-60178700D01* +X142316560Y-60239834D01* +X142159878Y-60271000D01* +X142000122Y-60271000D01* +X141843440Y-60239834D01* +X141695849Y-60178700D01* +X141695848Y-60178700D01* +X141695847Y-60178699D01* +X141563018Y-60089945D01* +X141450055Y-59976982D01* +X141361301Y-59844153D01* +X141326568Y-59760299D01* +X141300166Y-59696560D01* +X141269000Y-59539878D01* +X141269000Y-59380122D01* +X141300166Y-59223440D01* +X141361300Y-59075849D01* +X141450055Y-58943018D01* +X141563018Y-58830055D01* +X141573027Y-58823367D01* +X141695847Y-58741301D01* +X141784536Y-58704565D01* +X141843440Y-58680166D01* +X142000122Y-58649000D01* +X142159878Y-58649000D01* +X142316560Y-58680166D01* +X142316560Y-58680166D01* +G37* +G36* +X144856560Y-58680166D02* +G01* +X144915465Y-58704565D01* +X145004153Y-58741301D01* +X145126973Y-58823367D01* +X145136982Y-58830055D01* +X145249945Y-58943018D01* +X145338700Y-59075849D01* +X145399834Y-59223440D01* +X145431000Y-59380122D01* +X145431000Y-59539878D01* +X145399834Y-59696560D01* +X145373433Y-59760299D01* +X145338699Y-59844153D01* +X145249945Y-59976982D01* +X145136982Y-60089945D01* +X145004153Y-60178699D01* +X145004152Y-60178700D01* +X145004151Y-60178700D01* +X144856560Y-60239834D01* +X144699878Y-60271000D01* +X144540122Y-60271000D01* +X144383440Y-60239834D01* +X144235849Y-60178700D01* +X144235848Y-60178700D01* +X144235847Y-60178699D01* +X144103018Y-60089945D01* +X143990055Y-59976982D01* +X143901301Y-59844153D01* +X143866568Y-59760299D01* +X143840166Y-59696560D01* +X143809000Y-59539878D01* +X143809000Y-59380122D01* +X143840166Y-59223440D01* +X143901300Y-59075849D01* +X143990055Y-58943018D01* +X144103018Y-58830055D01* +X144113027Y-58823367D01* +X144235847Y-58741301D01* +X144324536Y-58704565D01* +X144383440Y-58680166D01* +X144540122Y-58649000D01* +X144699878Y-58649000D01* +X144856560Y-58680166D01* +X144856560Y-58680166D01* +G37* +G36* +X147396560Y-58680166D02* +G01* +X147455465Y-58704565D01* +X147544153Y-58741301D01* +X147666973Y-58823367D01* +X147676982Y-58830055D01* +X147789945Y-58943018D01* +X147878700Y-59075849D01* +X147939834Y-59223440D01* +X147971000Y-59380122D01* +X147971000Y-59539878D01* +X147939834Y-59696560D01* +X147913433Y-59760299D01* +X147878699Y-59844153D01* +X147789945Y-59976982D01* +X147676982Y-60089945D01* +X147544153Y-60178699D01* +X147544152Y-60178700D01* +X147544151Y-60178700D01* +X147396560Y-60239834D01* +X147239878Y-60271000D01* +X147080122Y-60271000D01* +X146923440Y-60239834D01* +X146775849Y-60178700D01* +X146775848Y-60178700D01* +X146775847Y-60178699D01* +X146643018Y-60089945D01* +X146530055Y-59976982D01* +X146441301Y-59844153D01* +X146406568Y-59760299D01* +X146380166Y-59696560D01* +X146349000Y-59539878D01* +X146349000Y-59380122D01* +X146380166Y-59223440D01* +X146441300Y-59075849D01* +X146530055Y-58943018D01* +X146643018Y-58830055D01* +X146653027Y-58823367D01* +X146775847Y-58741301D01* +X146864536Y-58704565D01* +X146923440Y-58680166D01* +X147080122Y-58649000D01* +X147239878Y-58649000D01* +X147396560Y-58680166D01* +X147396560Y-58680166D01* +G37* +G36* +X149936560Y-58680166D02* +G01* +X149995465Y-58704565D01* +X150084153Y-58741301D01* +X150206973Y-58823367D01* +X150216982Y-58830055D01* +X150329945Y-58943018D01* +X150418700Y-59075849D01* +X150479834Y-59223440D01* +X150511000Y-59380122D01* +X150511000Y-59539878D01* +X150479834Y-59696560D01* +X150453433Y-59760299D01* +X150418699Y-59844153D01* +X150329945Y-59976982D01* +X150216982Y-60089945D01* +X150084153Y-60178699D01* +X150084152Y-60178700D01* +X150084151Y-60178700D01* +X149936560Y-60239834D01* +X149779878Y-60271000D01* +X149620122Y-60271000D01* +X149463440Y-60239834D01* +X149315849Y-60178700D01* +X149315848Y-60178700D01* +X149315847Y-60178699D01* +X149183018Y-60089945D01* +X149070055Y-59976982D01* +X148981301Y-59844153D01* +X148946568Y-59760299D01* +X148920166Y-59696560D01* +X148889000Y-59539878D01* +X148889000Y-59380122D01* +X148920166Y-59223440D01* +X148981300Y-59075849D01* +X149070055Y-58943018D01* +X149183018Y-58830055D01* +X149193027Y-58823367D01* +X149315847Y-58741301D01* +X149404536Y-58704565D01* +X149463440Y-58680166D01* +X149620122Y-58649000D01* +X149779878Y-58649000D01* +X149936560Y-58680166D01* +X149936560Y-58680166D01* +G37* +G36* +X152476560Y-58680166D02* +G01* +X152535465Y-58704565D01* +X152624153Y-58741301D01* +X152746973Y-58823367D01* +X152756982Y-58830055D01* +X152869945Y-58943018D01* +X152958700Y-59075849D01* +X153019834Y-59223440D01* +X153051000Y-59380122D01* +X153051000Y-59539878D01* +X153019834Y-59696560D01* +X152993433Y-59760299D01* +X152958699Y-59844153D01* +X152869945Y-59976982D01* +X152756982Y-60089945D01* +X152624153Y-60178699D01* +X152624152Y-60178700D01* +X152624151Y-60178700D01* +X152476560Y-60239834D01* +X152319878Y-60271000D01* +X152160122Y-60271000D01* +X152003440Y-60239834D01* +X151855849Y-60178700D01* +X151855848Y-60178700D01* +X151855847Y-60178699D01* +X151723018Y-60089945D01* +X151610055Y-59976982D01* +X151521301Y-59844153D01* +X151486568Y-59760299D01* +X151460166Y-59696560D01* +X151429000Y-59539878D01* +X151429000Y-59380122D01* +X151460166Y-59223440D01* +X151521300Y-59075849D01* +X151610055Y-58943018D01* +X151723018Y-58830055D01* +X151733027Y-58823367D01* +X151855847Y-58741301D01* +X151944536Y-58704565D01* +X152003440Y-58680166D01* +X152160122Y-58649000D01* +X152319878Y-58649000D01* +X152476560Y-58680166D01* +X152476560Y-58680166D01* +G37* +G36* +X155016560Y-58680166D02* +G01* +X155075465Y-58704565D01* +X155164153Y-58741301D01* +X155286973Y-58823367D01* +X155296982Y-58830055D01* +X155409945Y-58943018D01* +X155498700Y-59075849D01* +X155559834Y-59223440D01* +X155591000Y-59380122D01* +X155591000Y-59539878D01* +X155559834Y-59696560D01* +X155533433Y-59760299D01* +X155498699Y-59844153D01* +X155409945Y-59976982D01* +X155296982Y-60089945D01* +X155164153Y-60178699D01* +X155164152Y-60178700D01* +X155164151Y-60178700D01* +X155016560Y-60239834D01* +X154859878Y-60271000D01* +X154700122Y-60271000D01* +X154543440Y-60239834D01* +X154395849Y-60178700D01* +X154395848Y-60178700D01* +X154395847Y-60178699D01* +X154263018Y-60089945D01* +X154150055Y-59976982D01* +X154061301Y-59844153D01* +X154026568Y-59760299D01* +X154000166Y-59696560D01* +X153969000Y-59539878D01* +X153969000Y-59380122D01* +X154000166Y-59223440D01* +X154061300Y-59075849D01* +X154150055Y-58943018D01* +X154263018Y-58830055D01* +X154273027Y-58823367D01* +X154395847Y-58741301D01* +X154484536Y-58704565D01* +X154543440Y-58680166D01* +X154700122Y-58649000D01* +X154859878Y-58649000D01* +X155016560Y-58680166D01* +X155016560Y-58680166D01* +G37* +G36* +X157556560Y-58680166D02* +G01* +X157615465Y-58704565D01* +X157704153Y-58741301D01* +X157826973Y-58823367D01* +X157836982Y-58830055D01* +X157949945Y-58943018D01* +X158038700Y-59075849D01* +X158099834Y-59223440D01* +X158131000Y-59380122D01* +X158131000Y-59539878D01* +X158099834Y-59696560D01* +X158073433Y-59760299D01* +X158038699Y-59844153D01* +X157949945Y-59976982D01* +X157836982Y-60089945D01* +X157704153Y-60178699D01* +X157704152Y-60178700D01* +X157704151Y-60178700D01* +X157556560Y-60239834D01* +X157399878Y-60271000D01* +X157240122Y-60271000D01* +X157083440Y-60239834D01* +X156935849Y-60178700D01* +X156935848Y-60178700D01* +X156935847Y-60178699D01* +X156803018Y-60089945D01* +X156690055Y-59976982D01* +X156601301Y-59844153D01* +X156566568Y-59760299D01* +X156540166Y-59696560D01* +X156509000Y-59539878D01* +X156509000Y-59380122D01* +X156540166Y-59223440D01* +X156601300Y-59075849D01* +X156690055Y-58943018D01* +X156803018Y-58830055D01* +X156813027Y-58823367D01* +X156935847Y-58741301D01* +X157024536Y-58704565D01* +X157083440Y-58680166D01* +X157240122Y-58649000D01* +X157399878Y-58649000D01* +X157556560Y-58680166D01* +X157556560Y-58680166D01* +G37* +G36* +X160096560Y-58680166D02* +G01* +X160155465Y-58704565D01* +X160244153Y-58741301D01* +X160366973Y-58823367D01* +X160376982Y-58830055D01* +X160489945Y-58943018D01* +X160578700Y-59075849D01* +X160639834Y-59223440D01* +X160671000Y-59380122D01* +X160671000Y-59539878D01* +X160639834Y-59696560D01* +X160613433Y-59760299D01* +X160578699Y-59844153D01* +X160489945Y-59976982D01* +X160376982Y-60089945D01* +X160244153Y-60178699D01* +X160244152Y-60178700D01* +X160244151Y-60178700D01* +X160096560Y-60239834D01* +X159939878Y-60271000D01* +X159780122Y-60271000D01* +X159623440Y-60239834D01* +X159475849Y-60178700D01* +X159475848Y-60178700D01* +X159475847Y-60178699D01* +X159343018Y-60089945D01* +X159230055Y-59976982D01* +X159141301Y-59844153D01* +X159106568Y-59760299D01* +X159080166Y-59696560D01* +X159049000Y-59539878D01* +X159049000Y-59380122D01* +X159080166Y-59223440D01* +X159141300Y-59075849D01* +X159230055Y-58943018D01* +X159343018Y-58830055D01* +X159353027Y-58823367D01* +X159475847Y-58741301D01* +X159564536Y-58704565D01* +X159623440Y-58680166D01* +X159780122Y-58649000D01* +X159939878Y-58649000D01* +X160096560Y-58680166D01* +X160096560Y-58680166D01* +G37* +G36* +X162636560Y-58680166D02* +G01* +X162695465Y-58704565D01* +X162784153Y-58741301D01* +X162906973Y-58823367D01* +X162916982Y-58830055D01* +X163029945Y-58943018D01* +X163118700Y-59075849D01* +X163179834Y-59223440D01* +X163211000Y-59380122D01* +X163211000Y-59539878D01* +X163179834Y-59696560D01* +X163153433Y-59760299D01* +X163118699Y-59844153D01* +X163029945Y-59976982D01* +X162916982Y-60089945D01* +X162784153Y-60178699D01* +X162784152Y-60178700D01* +X162784151Y-60178700D01* +X162636560Y-60239834D01* +X162479878Y-60271000D01* +X162320122Y-60271000D01* +X162163440Y-60239834D01* +X162015849Y-60178700D01* +X162015848Y-60178700D01* +X162015847Y-60178699D01* +X161883018Y-60089945D01* +X161770055Y-59976982D01* +X161681301Y-59844153D01* +X161646568Y-59760299D01* +X161620166Y-59696560D01* +X161589000Y-59539878D01* +X161589000Y-59380122D01* +X161620166Y-59223440D01* +X161681300Y-59075849D01* +X161770055Y-58943018D01* +X161883018Y-58830055D01* +X161893027Y-58823367D01* +X162015847Y-58741301D01* +X162104536Y-58704565D01* +X162163440Y-58680166D01* +X162320122Y-58649000D01* +X162479878Y-58649000D01* +X162636560Y-58680166D01* +X162636560Y-58680166D01* +G37* +G36* +X165176560Y-58680166D02* +G01* +X165235465Y-58704565D01* +X165324153Y-58741301D01* +X165446973Y-58823367D01* +X165456982Y-58830055D01* +X165569945Y-58943018D01* +X165658700Y-59075849D01* +X165719834Y-59223440D01* +X165751000Y-59380122D01* +X165751000Y-59539878D01* +X165719834Y-59696560D01* +X165693433Y-59760299D01* +X165658699Y-59844153D01* +X165569945Y-59976982D01* +X165456982Y-60089945D01* +X165324153Y-60178699D01* +X165324152Y-60178700D01* +X165324151Y-60178700D01* +X165176560Y-60239834D01* +X165019878Y-60271000D01* +X164860122Y-60271000D01* +X164703440Y-60239834D01* +X164555849Y-60178700D01* +X164555848Y-60178700D01* +X164555847Y-60178699D01* +X164423018Y-60089945D01* +X164310055Y-59976982D01* +X164221301Y-59844153D01* +X164186568Y-59760299D01* +X164160166Y-59696560D01* +X164129000Y-59539878D01* +X164129000Y-59380122D01* +X164160166Y-59223440D01* +X164221300Y-59075849D01* +X164310055Y-58943018D01* +X164423018Y-58830055D01* +X164433027Y-58823367D01* +X164555847Y-58741301D01* +X164644536Y-58704565D01* +X164703440Y-58680166D01* +X164860122Y-58649000D01* +X165019878Y-58649000D01* +X165176560Y-58680166D01* +X165176560Y-58680166D01* +G37* +G36* +X167716560Y-58680166D02* +G01* +X167775465Y-58704565D01* +X167864153Y-58741301D01* +X167986973Y-58823367D01* +X167996982Y-58830055D01* +X168109945Y-58943018D01* +X168198700Y-59075849D01* +X168259834Y-59223440D01* +X168291000Y-59380122D01* +X168291000Y-59539878D01* +X168259834Y-59696560D01* +X168233433Y-59760299D01* +X168198699Y-59844153D01* +X168109945Y-59976982D01* +X167996982Y-60089945D01* +X167864153Y-60178699D01* +X167864152Y-60178700D01* +X167864151Y-60178700D01* +X167716560Y-60239834D01* +X167559878Y-60271000D01* +X167400122Y-60271000D01* +X167243440Y-60239834D01* +X167095849Y-60178700D01* +X167095848Y-60178700D01* +X167095847Y-60178699D01* +X166963018Y-60089945D01* +X166850055Y-59976982D01* +X166761301Y-59844153D01* +X166726568Y-59760299D01* +X166700166Y-59696560D01* +X166669000Y-59539878D01* +X166669000Y-59380122D01* +X166700166Y-59223440D01* +X166761300Y-59075849D01* +X166850055Y-58943018D01* +X166963018Y-58830055D01* +X166973027Y-58823367D01* +X167095847Y-58741301D01* +X167184536Y-58704565D01* +X167243440Y-58680166D01* +X167400122Y-58649000D01* +X167559878Y-58649000D01* +X167716560Y-58680166D01* +X167716560Y-58680166D01* +G37* +G36* +X170256560Y-58680166D02* +G01* +X170315465Y-58704565D01* +X170404153Y-58741301D01* +X170526973Y-58823367D01* +X170536982Y-58830055D01* +X170649945Y-58943018D01* +X170738700Y-59075849D01* +X170799834Y-59223440D01* +X170831000Y-59380122D01* +X170831000Y-59539878D01* +X170799834Y-59696560D01* +X170773433Y-59760299D01* +X170738699Y-59844153D01* +X170649945Y-59976982D01* +X170536982Y-60089945D01* +X170404153Y-60178699D01* +X170404152Y-60178700D01* +X170404151Y-60178700D01* +X170256560Y-60239834D01* +X170099878Y-60271000D01* +X169940122Y-60271000D01* +X169783440Y-60239834D01* +X169635849Y-60178700D01* +X169635848Y-60178700D01* +X169635847Y-60178699D01* +X169503018Y-60089945D01* +X169390055Y-59976982D01* +X169301301Y-59844153D01* +X169266568Y-59760299D01* +X169240166Y-59696560D01* +X169209000Y-59539878D01* +X169209000Y-59380122D01* +X169240166Y-59223440D01* +X169301300Y-59075849D01* +X169390055Y-58943018D01* +X169503018Y-58830055D01* +X169513027Y-58823367D01* +X169635847Y-58741301D01* +X169724536Y-58704565D01* +X169783440Y-58680166D01* +X169940122Y-58649000D01* +X170099878Y-58649000D01* +X170256560Y-58680166D01* +X170256560Y-58680166D01* +G37* +G36* +X172796560Y-58680166D02* +G01* +X172855465Y-58704565D01* +X172944153Y-58741301D01* +X173066973Y-58823367D01* +X173076982Y-58830055D01* +X173189945Y-58943018D01* +X173278700Y-59075849D01* +X173339834Y-59223440D01* +X173371000Y-59380122D01* +X173371000Y-59539878D01* +X173339834Y-59696560D01* +X173313433Y-59760299D01* +X173278699Y-59844153D01* +X173189945Y-59976982D01* +X173076982Y-60089945D01* +X172944153Y-60178699D01* +X172944152Y-60178700D01* +X172944151Y-60178700D01* +X172796560Y-60239834D01* +X172639878Y-60271000D01* +X172480122Y-60271000D01* +X172323440Y-60239834D01* +X172175849Y-60178700D01* +X172175848Y-60178700D01* +X172175847Y-60178699D01* +X172043018Y-60089945D01* +X171930055Y-59976982D01* +X171841301Y-59844153D01* +X171806568Y-59760299D01* +X171780166Y-59696560D01* +X171749000Y-59539878D01* +X171749000Y-59380122D01* +X171780166Y-59223440D01* +X171841300Y-59075849D01* +X171930055Y-58943018D01* +X172043018Y-58830055D01* +X172053027Y-58823367D01* +X172175847Y-58741301D01* +X172264536Y-58704565D01* +X172323440Y-58680166D01* +X172480122Y-58649000D01* +X172639878Y-58649000D01* +X172796560Y-58680166D01* +X172796560Y-58680166D01* +G37* +G36* +X175336560Y-58680166D02* +G01* +X175395465Y-58704565D01* +X175484153Y-58741301D01* +X175606973Y-58823367D01* +X175616982Y-58830055D01* +X175729945Y-58943018D01* +X175818700Y-59075849D01* +X175879834Y-59223440D01* +X175911000Y-59380122D01* +X175911000Y-59539878D01* +X175879834Y-59696560D01* +X175853433Y-59760299D01* +X175818699Y-59844153D01* +X175729945Y-59976982D01* +X175616982Y-60089945D01* +X175484153Y-60178699D01* +X175484152Y-60178700D01* +X175484151Y-60178700D01* +X175336560Y-60239834D01* +X175179878Y-60271000D01* +X175020122Y-60271000D01* +X174863440Y-60239834D01* +X174715849Y-60178700D01* +X174715848Y-60178700D01* +X174715847Y-60178699D01* +X174583018Y-60089945D01* +X174470055Y-59976982D01* +X174381301Y-59844153D01* +X174346568Y-59760299D01* +X174320166Y-59696560D01* +X174289000Y-59539878D01* +X174289000Y-59380122D01* +X174320166Y-59223440D01* +X174381300Y-59075849D01* +X174470055Y-58943018D01* +X174583018Y-58830055D01* +X174593027Y-58823367D01* +X174715847Y-58741301D01* +X174804536Y-58704565D01* +X174863440Y-58680166D01* +X175020122Y-58649000D01* +X175179878Y-58649000D01* +X175336560Y-58680166D01* +X175336560Y-58680166D01* +G37* +G36* +X137236560Y-58680166D02* +G01* +X137295465Y-58704565D01* +X137384153Y-58741301D01* +X137506973Y-58823367D01* +X137516982Y-58830055D01* +X137629945Y-58943018D01* +X137718700Y-59075849D01* +X137779834Y-59223440D01* +X137811000Y-59380122D01* +X137811000Y-59539878D01* +X137779834Y-59696560D01* +X137753433Y-59760299D01* +X137718699Y-59844153D01* +X137629945Y-59976982D01* +X137516982Y-60089945D01* +X137384153Y-60178699D01* +X137384152Y-60178700D01* +X137384151Y-60178700D01* +X137236560Y-60239834D01* +X137079878Y-60271000D01* +X136920122Y-60271000D01* +X136763440Y-60239834D01* +X136615849Y-60178700D01* +X136615848Y-60178700D01* +X136615847Y-60178699D01* +X136483018Y-60089945D01* +X136370055Y-59976982D01* +X136281301Y-59844153D01* +X136246568Y-59760299D01* +X136220166Y-59696560D01* +X136189000Y-59539878D01* +X136189000Y-59380122D01* +X136220166Y-59223440D01* +X136281300Y-59075849D01* +X136370055Y-58943018D01* +X136483018Y-58830055D01* +X136493027Y-58823367D01* +X136615847Y-58741301D01* +X136704536Y-58704565D01* +X136763440Y-58680166D01* +X136920122Y-58649000D01* +X137079878Y-58649000D01* +X137236560Y-58680166D01* +X137236560Y-58680166D01* +G37* +G36* +X178451000Y-60271000D02* +G01* +X176829000Y-60271000D01* +X176829000Y-58649000D01* +X178451000Y-58649000D01* +X178451000Y-60271000D01* +X178451000Y-60271000D01* +G37* +G36* +X105833642Y-56729781D02* +G01* +X105979414Y-56790162D01* +X105979416Y-56790163D01* +X106110608Y-56877822D01* +X106222178Y-56989392D01* +X106309837Y-57120584D01* +X106309838Y-57120586D01* +X106370219Y-57266358D01* +X106401000Y-57421107D01* +X106401000Y-57578893D01* +X106370219Y-57733642D01* +X106309838Y-57879414D01* +X106309837Y-57879416D01* +X106222178Y-58010608D01* +X106110608Y-58122178D01* +X105979416Y-58209837D01* +X105979415Y-58209838D01* +X105979414Y-58209838D01* +X105833642Y-58270219D01* +X105678893Y-58301000D01* +X105521107Y-58301000D01* +X105366358Y-58270219D01* +X105220586Y-58209838D01* +X105220585Y-58209838D01* +X105220584Y-58209837D01* +X105089392Y-58122178D01* +X104977822Y-58010608D01* +X104890163Y-57879416D01* +X104890162Y-57879414D01* +X104829781Y-57733642D01* +X104799000Y-57578893D01* +X104799000Y-57421107D01* +X104829781Y-57266358D01* +X104890162Y-57120586D01* +X104890163Y-57120584D01* +X104977822Y-56989392D01* +X105089392Y-56877822D01* +X105220584Y-56790163D01* +X105220586Y-56790162D01* +X105366358Y-56729781D01* +X105521107Y-56699000D01* +X105678893Y-56699000D01* +X105833642Y-56729781D01* +X105833642Y-56729781D01* +G37* +G36* +X105833642Y-51829781D02* +G01* +X105979414Y-51890162D01* +X105979416Y-51890163D01* +X106110608Y-51977822D01* +X106222178Y-52089392D01* +X106309837Y-52220584D01* +X106309838Y-52220586D01* +X106370219Y-52366358D01* +X106401000Y-52521107D01* +X106401000Y-52678893D01* +X106370219Y-52833642D01* +X106309838Y-52979414D01* +X106309837Y-52979416D01* +X106222178Y-53110608D01* +X106110608Y-53222178D01* +X105979416Y-53309837D01* +X105979415Y-53309838D01* +X105979414Y-53309838D01* +X105833642Y-53370219D01* +X105678893Y-53401000D01* +X105521107Y-53401000D01* +X105366358Y-53370219D01* +X105220586Y-53309838D01* +X105220585Y-53309838D01* +X105220584Y-53309837D01* +X105089392Y-53222178D01* +X104977822Y-53110608D01* +X104890163Y-52979416D01* +X104890162Y-52979414D01* +X104829781Y-52833642D01* +X104799000Y-52678893D01* +X104799000Y-52521107D01* +X104829781Y-52366358D01* +X104890162Y-52220586D01* +X104890163Y-52220584D01* +X104977822Y-52089392D01* +X105089392Y-51977822D01* +X105220584Y-51890163D01* +X105220586Y-51890162D01* +X105366358Y-51829781D01* +X105521107Y-51799000D01* +X105678893Y-51799000D01* +X105833642Y-51829781D01* +X105833642Y-51829781D01* +G37* +M02* diff --git a/kicad/Output/v1.0/SFD800-B_Paste.gbr b/kicad/Output/v1.0/SFD800-B_Paste.gbr new file mode 100644 index 0000000..405ed54 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-B_Paste.gbr @@ -0,0 +1,14 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Paste,Bot* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +G04 APERTURE END LIST* +M02* diff --git a/kicad/Output/v1.0/SFD800-B_SilkS.gbr b/kicad/Output/v1.0/SFD800-B_SilkS.gbr new file mode 100644 index 0000000..e84dec1 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-B_SilkS.gbr @@ -0,0 +1,14 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Legend,Bot* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +G04 APERTURE END LIST* +M02* diff --git a/kicad/Output/v1.0/SFD800-Edge_Cuts.gbr b/kicad/Output/v1.0/SFD800-Edge_Cuts.gbr new file mode 100644 index 0000000..c261c38 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-Edge_Cuts.gbr @@ -0,0 +1,31 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Profile,NP* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.050000*% +G04 APERTURE END LIST* +D10* +X134000000Y-145000000D02* +X192000000Y-145000000D01* +X192000000Y-135000000D02* +X192000000Y-145000000D01* +X134000000Y-135000000D02* +X134000000Y-145000000D01* +X134000000Y-135000000D02* +X100000000Y-135000000D01* +X216000000Y-135000000D02* +X192000000Y-135000000D01* +X100000000Y-40000000D02* +X216000000Y-40000000D01* +X216000000Y-40000000D02* +X216000000Y-135000000D01* +X100000000Y-40000000D02* +X100000000Y-135000000D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-F_Cu.gbr b/kicad/Output/v1.0/SFD800-F_Cu.gbr new file mode 100644 index 0000000..b244da6 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-F_Cu.gbr @@ -0,0 +1,14200 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Copper,L1,Top* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.200000*% +%ADD11C,0.750000*% +%ADD12C,3.050000*% +%ADD13R,1.520000X1.520000*% +%ADD14C,1.520000*% +%ADD15R,1.500000X13.000000*% +%ADD16C,1.500000*% +%ADD17O,1.600000X1.600000*% +%ADD18R,1.600000X1.600000*% +%ADD19O,1.400000X1.400000*% +%ADD20C,1.400000*% +%ADD21C,1.600000*% +%ADD22C,0.800000*% +%ADD23C,0.500000*% +%ADD24C,0.812800*% +%ADD25C,0.508000*% +%ADD26C,0.250000*% +%ADD27C,0.254000*% +G04 APERTURE END LIST* +D10* +X210565238Y-44065238D02* +X210660476Y-44017619D01* +X210850952Y-44017619D01* +X210946190Y-44065238D01* +X210993809Y-44160476D01* +X210993809Y-44541428D01* +X210946190Y-44636666D01* +X210850952Y-44684285D01* +X210660476Y-44684285D01* +X210565238Y-44636666D01* +X210517619Y-44541428D01* +X210517619Y-44446190D01* +X210993809Y-44350952D01* +X210089047Y-44684285D02* +X210089047Y-44017619D01* +X210089047Y-44589047D02* +X210041428Y-44636666D01* +X209946190Y-44684285D01* +X209803333Y-44684285D01* +X209708095Y-44636666D01* +X209660476Y-44541428D01* +X209660476Y-44017619D01* +X208755714Y-44684285D02* +X208755714Y-43874761D01* +X208803333Y-43779523D01* +X208850952Y-43731904D01* +X208946190Y-43684285D01* +X209089047Y-43684285D01* +X209184285Y-43731904D01* +X208755714Y-44065238D02* +X208850952Y-44017619D01* +X209041428Y-44017619D01* +X209136666Y-44065238D01* +X209184285Y-44112857D01* +X209231904Y-44208095D01* +X209231904Y-44493809D01* +X209184285Y-44589047D01* +X209136666Y-44636666D01* +X209041428Y-44684285D01* +X208850952Y-44684285D01* +X208755714Y-44636666D01* +X208279523Y-44017619D02* +X208279523Y-44684285D01* +X208279523Y-45017619D02* +X208327142Y-44970000D01* +X208279523Y-44922380D01* +X208231904Y-44970000D01* +X208279523Y-45017619D01* +X208279523Y-44922380D01* +X207803333Y-44684285D02* +X207803333Y-44017619D01* +X207803333Y-44589047D02* +X207755714Y-44636666D01* +X207660476Y-44684285D01* +X207517619Y-44684285D01* +X207422380Y-44636666D01* +X207374761Y-44541428D01* +X207374761Y-44017619D01* +X206517619Y-44065238D02* +X206612857Y-44017619D01* +X206803333Y-44017619D01* +X206898571Y-44065238D01* +X206946190Y-44160476D01* +X206946190Y-44541428D01* +X206898571Y-44636666D01* +X206803333Y-44684285D01* +X206612857Y-44684285D01* +X206517619Y-44636666D01* +X206470000Y-44541428D01* +X206470000Y-44446190D01* +X206946190Y-44350952D01* +X205660476Y-44065238D02* +X205755714Y-44017619D01* +X205946190Y-44017619D01* +X206041428Y-44065238D01* +X206089047Y-44160476D01* +X206089047Y-44541428D01* +X206041428Y-44636666D01* +X205946190Y-44684285D01* +X205755714Y-44684285D01* +X205660476Y-44636666D01* +X205612857Y-44541428D01* +X205612857Y-44446190D01* +X206089047Y-44350952D01* +X205184285Y-44017619D02* +X205184285Y-44684285D01* +X205184285Y-44493809D02* +X205136666Y-44589047D01* +X205089047Y-44636666D01* +X204993809Y-44684285D01* +X204898571Y-44684285D01* +X204612857Y-44065238D02* +X204517619Y-44017619D01* +X204327142Y-44017619D01* +X204231904Y-44065238D01* +X204184285Y-44160476D01* +X204184285Y-44208095D01* +X204231904Y-44303333D01* +X204327142Y-44350952D01* +X204470000Y-44350952D01* +X204565238Y-44398571D01* +X204612857Y-44493809D01* +X204612857Y-44541428D01* +X204565238Y-44636666D01* +X204470000Y-44684285D01* +X204327142Y-44684285D01* +X204231904Y-44636666D01* +X203136666Y-44493809D02* +X203184285Y-44541428D01* +X203279523Y-44589047D01* +X203374761Y-44589047D01* +X203470000Y-44541428D01* +X203517619Y-44493809D01* +X203565238Y-44398571D01* +X203565238Y-44303333D01* +X203517619Y-44208095D01* +X203470000Y-44160476D01* +X203374761Y-44112857D01* +X203279523Y-44112857D01* +X203184285Y-44160476D01* +X203136666Y-44208095D01* +X203136666Y-44589047D02* +X203136666Y-44208095D01* +X203089047Y-44160476D01* +X203041428Y-44160476D01* +X202946190Y-44208095D01* +X202898571Y-44303333D01* +X202898571Y-44541428D01* +X202993809Y-44684285D01* +X203136666Y-44779523D01* +X203327142Y-44827142D01* +X203517619Y-44779523D01* +X203660476Y-44684285D01* +X203755714Y-44541428D01* +X203803333Y-44350952D01* +X203755714Y-44160476D01* +X203660476Y-44017619D01* +X203517619Y-43922380D01* +X203327142Y-43874761D01* +X203136666Y-43922380D01* +X202993809Y-44017619D01* +X202565238Y-44684285D02* +X202374761Y-44017619D01* +X202184285Y-44493809D01* +X201993809Y-44017619D01* +X201803333Y-44684285D01* +X201279523Y-44017619D02* +X201374761Y-44065238D01* +X201422380Y-44112857D01* +X201470000Y-44208095D01* +X201470000Y-44493809D01* +X201422380Y-44589047D01* +X201374761Y-44636666D01* +X201279523Y-44684285D01* +X201136666Y-44684285D01* +X201041428Y-44636666D01* +X200993809Y-44589047D01* +X200946190Y-44493809D01* +X200946190Y-44208095D01* +X200993809Y-44112857D01* +X201041428Y-44065238D01* +X201136666Y-44017619D01* +X201279523Y-44017619D01* +X200517619Y-44017619D02* +X200517619Y-44684285D01* +X200517619Y-44493809D02* +X200470000Y-44589047D01* +X200422380Y-44636666D01* +X200327142Y-44684285D01* +X200231904Y-44684285D01* +X199898571Y-44017619D02* +X199898571Y-45017619D01* +X199803333Y-44398571D02* +X199517619Y-44017619D01* +X199517619Y-44684285D02* +X199898571Y-44303333D01* +X198374761Y-44922380D02* +X198327142Y-44970000D01* +X198231904Y-45017619D01* +X197993809Y-45017619D01* +X197898571Y-44970000D01* +X197850952Y-44922380D01* +X197803333Y-44827142D01* +X197803333Y-44731904D01* +X197850952Y-44589047D01* +X198422380Y-44017619D01* +X197803333Y-44017619D01* +X197184285Y-45017619D02* +X197089047Y-45017619D01* +X196993809Y-44970000D01* +X196946190Y-44922380D01* +X196898571Y-44827142D01* +X196850952Y-44636666D01* +X196850952Y-44398571D01* +X196898571Y-44208095D01* +X196946190Y-44112857D01* +X196993809Y-44065238D01* +X197089047Y-44017619D01* +X197184285Y-44017619D01* +X197279523Y-44065238D01* +X197327142Y-44112857D01* +X197374761Y-44208095D01* +X197422380Y-44398571D01* +X197422380Y-44636666D01* +X197374761Y-44827142D01* +X197327142Y-44922380D01* +X197279523Y-44970000D01* +X197184285Y-45017619D01* +X196470000Y-44922380D02* +X196422380Y-44970000D01* +X196327142Y-45017619D01* +X196089047Y-45017619D01* +X195993809Y-44970000D01* +X195946190Y-44922380D01* +X195898571Y-44827142D01* +X195898571Y-44731904D01* +X195946190Y-44589047D01* +X196517619Y-44017619D01* +X195898571Y-44017619D01* +X194946190Y-44017619D02* +X195517619Y-44017619D01* +X195231904Y-44017619D02* +X195231904Y-45017619D01* +X195327142Y-44874761D01* +X195422380Y-44779523D01* +X195517619Y-44731904D01* +D11* +X212912857Y-46730952D02* +X212370000Y-46540476D01* +X211465238Y-46540476D01* +X211103333Y-46730952D01* +X210922380Y-46921428D01* +X210741428Y-47302380D01* +X210741428Y-47683333D01* +X210922380Y-48064285D01* +X211103333Y-48254761D01* +X211465238Y-48445238D01* +X212189047Y-48635714D01* +X212550952Y-48826190D01* +X212731904Y-49016666D01* +X212912857Y-49397619D01* +X212912857Y-49778571D01* +X212731904Y-50159523D01* +X212550952Y-50350000D01* +X212189047Y-50540476D01* +X211284285Y-50540476D01* +X210741428Y-50350000D01* +X207846190Y-48635714D02* +X209112857Y-48635714D01* +X209112857Y-46540476D02* +X209112857Y-50540476D01* +X207303333Y-50540476D01* +X205855714Y-46540476D02* +X205855714Y-50540476D01* +X204950952Y-50540476D01* +X204408095Y-50350000D01* +X204046190Y-49969047D01* +X203865238Y-49588095D01* +X203684285Y-48826190D01* +X203684285Y-48254761D01* +X203865238Y-47492857D01* +X204046190Y-47111904D01* +X204408095Y-46730952D01* +X204950952Y-46540476D01* +X205855714Y-46540476D01* +X201512857Y-48826190D02* +X201874761Y-49016666D01* +X202055714Y-49207142D01* +X202236666Y-49588095D01* +X202236666Y-49778571D01* +X202055714Y-50159523D01* +X201874761Y-50350000D01* +X201512857Y-50540476D01* +X200789047Y-50540476D01* +X200427142Y-50350000D01* +X200246190Y-50159523D01* +X200065238Y-49778571D01* +X200065238Y-49588095D01* +X200246190Y-49207142D01* +X200427142Y-49016666D01* +X200789047Y-48826190D01* +X201512857Y-48826190D01* +X201874761Y-48635714D01* +X202055714Y-48445238D01* +X202236666Y-48064285D01* +X202236666Y-47302380D01* +X202055714Y-46921428D01* +X201874761Y-46730952D01* +X201512857Y-46540476D01* +X200789047Y-46540476D01* +X200427142Y-46730952D01* +X200246190Y-46921428D01* +X200065238Y-47302380D01* +X200065238Y-48064285D01* +X200246190Y-48445238D01* +X200427142Y-48635714D01* +X200789047Y-48826190D01* +X197712857Y-50540476D02* +X197350952Y-50540476D01* +X196989047Y-50350000D01* +X196808095Y-50159523D01* +X196627142Y-49778571D01* +X196446190Y-49016666D01* +X196446190Y-48064285D01* +X196627142Y-47302380D01* +X196808095Y-46921428D01* +X196989047Y-46730952D01* +X197350952Y-46540476D01* +X197712857Y-46540476D01* +X198074761Y-46730952D01* +X198255714Y-46921428D01* +X198436666Y-47302380D01* +X198617619Y-48064285D01* +X198617619Y-49016666D01* +X198436666Y-49778571D01* +X198255714Y-50159523D01* +X198074761Y-50350000D01* +X197712857Y-50540476D01* +X194093809Y-50540476D02* +X193731904Y-50540476D01* +X193370000Y-50350000D01* +X193189047Y-50159523D01* +X193008095Y-49778571D01* +X192827142Y-49016666D01* +X192827142Y-48064285D01* +X193008095Y-47302380D01* +X193189047Y-46921428D01* +X193370000Y-46730952D01* +X193731904Y-46540476D01* +X194093809Y-46540476D01* +X194455714Y-46730952D01* +X194636666Y-46921428D01* +X194817619Y-47302380D01* +X194998571Y-48064285D01* +X194998571Y-49016666D01* +X194817619Y-49778571D01* +X194636666Y-50159523D01* +X194455714Y-50350000D01* +X194093809Y-50540476D01* +X120902857Y-127980476D02* +X120902857Y-131980476D01* +X119188571Y-127980476D02* +X120474285Y-130266190D01* +X119188571Y-131980476D02* +X120902857Y-129694761D01* +X115474285Y-127980476D02* +X115617142Y-127980476D01* +X115902857Y-128170952D01* +X116331428Y-128742380D01* +X117045714Y-129885238D01* +X117331428Y-130456666D01* +X117474285Y-131028095D01* +X117474285Y-131409047D01* +X117331428Y-131790000D01* +X117045714Y-131980476D01* +X116902857Y-131980476D01* +X116617142Y-131790000D01* +X116474285Y-131409047D01* +X116474285Y-131218571D01* +X116617142Y-130837619D01* +X116760000Y-130647142D01* +X117617142Y-129885238D01* +X117760000Y-129694761D01* +X117902857Y-129313809D01* +X117902857Y-128742380D01* +X117760000Y-128361428D01* +X117617142Y-128170952D01* +X117331428Y-127980476D01* +X116902857Y-127980476D01* +X116617142Y-128170952D01* +X116474285Y-128361428D01* +X116045714Y-129123333D01* +X115902857Y-129694761D01* +X115902857Y-130075714D01* +X114188571Y-127980476D02* +X114188571Y-131980476D01* +X113045714Y-131980476D01* +X112760000Y-131790000D01* +X112617142Y-131599523D01* +X112474285Y-131218571D01* +X112474285Y-130647142D01* +X112617142Y-130266190D01* +X112760000Y-130075714D01* +X113045714Y-129885238D01* +X114188571Y-129885238D01* +D12* +X131160000Y-60220000D03* +X183480000Y-60220000D03* +D13* +X177640000Y-59460000D03* +D14* +X177640000Y-62000000D03* +X175100000Y-59460000D03* +X175100000Y-62000000D03* +X172560000Y-59460000D03* +X172560000Y-62000000D03* +X170020000Y-59460000D03* +X170020000Y-62000000D03* +X167480000Y-59460000D03* +X167480000Y-62000000D03* +X164940000Y-59460000D03* +X164940000Y-62000000D03* +X162400000Y-59460000D03* +X162400000Y-62000000D03* +X159860000Y-59460000D03* +X159860000Y-62000000D03* +X157320000Y-59460000D03* +X157320000Y-62000000D03* +X154780000Y-59460000D03* +X154780000Y-62000000D03* +X152240000Y-59460000D03* +X152240000Y-62000000D03* +X149700000Y-59460000D03* +X149700000Y-62000000D03* +X147160000Y-59460000D03* +X147160000Y-62000000D03* +X144620000Y-59460000D03* +X144620000Y-62000000D03* +X142080000Y-59460000D03* +X142080000Y-62000000D03* +X139540000Y-59460000D03* +X139540000Y-62000000D03* +X137000000Y-59460000D03* +X137000000Y-62000000D03* +D15* +X136130000Y-138153200D03* +X138670000Y-138153200D03* +X141210000Y-138153200D03* +X143750000Y-138153200D03* +X189470000Y-138153200D03* +X186930000Y-138153200D03* +X184390000Y-138153200D03* +X181850000Y-138153200D03* +X179310000Y-138153200D03* +X176770000Y-138153200D03* +X174230000Y-138153200D03* +X171690000Y-138153200D03* +X169150000Y-138153200D03* +X166610000Y-138153200D03* +X164070000Y-138153200D03* +X161530000Y-138153200D03* +X158990000Y-138153200D03* +X156450000Y-138153200D03* +X153910000Y-138153200D03* +X151370000Y-138153200D03* +X148830000Y-138153200D03* +X146290000Y-138153200D03* +D16* +X105600000Y-52600000D03* +X105600000Y-57500000D03* +D17* +X185000000Y-69830000D03* +X202780000Y-77450000D03* +X187540000Y-69830000D03* +X200240000Y-77450000D03* +X190080000Y-69830000D03* +X197700000Y-77450000D03* +X192620000Y-69830000D03* +X195160000Y-77450000D03* +X195160000Y-69830000D03* +X192620000Y-77450000D03* +X197700000Y-69830000D03* +X190080000Y-77450000D03* +X200240000Y-69830000D03* +X187540000Y-77450000D03* +X202780000Y-69830000D03* +D18* +X185000000Y-77450000D03* +D17* +X185160000Y-92970000D03* +X202940000Y-100590000D03* +X187700000Y-92970000D03* +X200400000Y-100590000D03* +X190240000Y-92970000D03* +X197860000Y-100590000D03* +X192780000Y-92970000D03* +X195320000Y-100590000D03* +X195320000Y-92970000D03* +X192780000Y-100590000D03* +X197860000Y-92970000D03* +X190240000Y-100590000D03* +X200400000Y-92970000D03* +X187700000Y-100590000D03* +X202940000Y-92970000D03* +D18* +X185160000Y-100590000D03* +D17* +X141000000Y-88760000D03* +X174020000Y-104000000D03* +X143540000Y-88760000D03* +X171480000Y-104000000D03* +X146080000Y-88760000D03* +X168940000Y-104000000D03* +X148620000Y-88760000D03* +X166400000Y-104000000D03* +X151160000Y-88760000D03* +X163860000Y-104000000D03* +X153700000Y-88760000D03* +X161320000Y-104000000D03* +X156240000Y-88760000D03* +X158780000Y-104000000D03* +X158780000Y-88760000D03* +X156240000Y-104000000D03* +X161320000Y-88760000D03* +X153700000Y-104000000D03* +X163860000Y-88760000D03* +X151160000Y-104000000D03* +X166400000Y-88760000D03* +X148620000Y-104000000D03* +X168940000Y-88760000D03* +X146080000Y-104000000D03* +X171480000Y-88760000D03* +X143540000Y-104000000D03* +X174020000Y-88760000D03* +D18* +X141000000Y-104000000D03* +D17* +X187000000Y-116380000D03* +X202240000Y-124000000D03* +X189540000Y-116380000D03* +X199700000Y-124000000D03* +X192080000Y-116380000D03* +X197160000Y-124000000D03* +X194620000Y-116380000D03* +X194620000Y-124000000D03* +X197160000Y-116380000D03* +X192080000Y-124000000D03* +X199700000Y-116380000D03* +X189540000Y-124000000D03* +X202240000Y-116380000D03* +D18* +X187000000Y-124000000D03* +D17* +X165000000Y-116380000D03* +X180240000Y-124000000D03* +X167540000Y-116380000D03* +X177700000Y-124000000D03* +X170080000Y-116380000D03* +X175160000Y-124000000D03* +X172620000Y-116380000D03* +X172620000Y-124000000D03* +X175160000Y-116380000D03* +X170080000Y-124000000D03* +X177700000Y-116380000D03* +X167540000Y-124000000D03* +X180240000Y-116380000D03* +D18* +X165000000Y-124000000D03* +D17* +X113800000Y-85630000D03* +X129040000Y-93250000D03* +X116340000Y-85630000D03* +X126500000Y-93250000D03* +X118880000Y-85630000D03* +X123960000Y-93250000D03* +X121420000Y-85630000D03* +X121420000Y-93250000D03* +X123960000Y-85630000D03* +X118880000Y-93250000D03* +X126500000Y-85630000D03* +X116340000Y-93250000D03* +X129040000Y-85630000D03* +D18* +X113800000Y-93250000D03* +D17* +X137000000Y-69830000D03* +X152240000Y-77450000D03* +X139540000Y-69830000D03* +X149700000Y-77450000D03* +X142080000Y-69830000D03* +X147160000Y-77450000D03* +X144620000Y-69830000D03* +X144620000Y-77450000D03* +X147160000Y-69830000D03* +X142080000Y-77450000D03* +X149700000Y-69830000D03* +X139540000Y-77450000D03* +X152240000Y-69830000D03* +D18* +X137000000Y-77450000D03* +D17* +X113800000Y-101380000D03* +X129040000Y-109000000D03* +X116340000Y-101380000D03* +X126500000Y-109000000D03* +X118880000Y-101380000D03* +X123960000Y-109000000D03* +X121420000Y-101380000D03* +X121420000Y-109000000D03* +X123960000Y-101380000D03* +X118880000Y-109000000D03* +X126500000Y-101380000D03* +X116340000Y-109000000D03* +X129040000Y-101380000D03* +D18* +X113800000Y-109000000D03* +D17* +X135000000Y-116380000D03* +X157860000Y-124000000D03* +X137540000Y-116380000D03* +X155320000Y-124000000D03* +X140080000Y-116380000D03* +X152780000Y-124000000D03* +X142620000Y-116380000D03* +X150240000Y-124000000D03* +X145160000Y-116380000D03* +X147700000Y-124000000D03* +X147700000Y-116380000D03* +X145160000Y-124000000D03* +X150240000Y-116380000D03* +X142620000Y-124000000D03* +X152780000Y-116380000D03* +X140080000Y-124000000D03* +X155320000Y-116380000D03* +X137540000Y-124000000D03* +X157860000Y-116380000D03* +D18* +X135000000Y-124000000D03* +D17* +X113800000Y-69830000D03* +X129040000Y-77450000D03* +X116340000Y-69830000D03* +X126500000Y-77450000D03* +X118880000Y-69830000D03* +X123960000Y-77450000D03* +X121420000Y-69830000D03* +X121420000Y-77450000D03* +X123960000Y-69830000D03* +X118880000Y-77450000D03* +X126500000Y-69830000D03* +X116340000Y-77450000D03* +X129040000Y-69830000D03* +D18* +X113800000Y-77450000D03* +D17* +X160250000Y-69830000D03* +X175490000Y-77450000D03* +X162790000Y-69830000D03* +X172950000Y-77450000D03* +X165330000Y-69830000D03* +X170410000Y-77450000D03* +X167870000Y-69830000D03* +X167870000Y-77450000D03* +X170410000Y-69830000D03* +X165330000Y-77450000D03* +X172950000Y-69830000D03* +X162790000Y-77450000D03* +X175490000Y-69830000D03* +D18* +X160250000Y-77450000D03* +D17* +X148970000Y-65810000D03* +X146430000Y-65810000D03* +X143890000Y-65810000D03* +X141350000Y-65810000D03* +X138810000Y-65810000D03* +D18* +X136270000Y-65810000D03* +D19* +X114790000Y-65110000D03* +D20* +X109710000Y-65110000D03* +D19* +X114810000Y-62670000D03* +D20* +X109730000Y-62670000D03* +D21* +X122360000Y-65140000D03* +X119860000Y-65140000D03* +X128510000Y-65120000D03* +X126010000Y-65120000D03* +X132790000Y-113230000D03* +X130290000Y-113230000D03* +X179140000Y-72620000D03* +X179140000Y-75120000D03* +X178090000Y-102120000D03* +X178090000Y-99620000D03* +X192970000Y-126910000D03* +X190470000Y-126910000D03* +X192990000Y-129970000D03* +X190490000Y-129970000D03* +X110540000Y-67930000D03* +X108040000Y-67930000D03* +X128800000Y-81660000D03* +X126300000Y-81660000D03* +X127180000Y-97210000D03* +X129680000Y-97210000D03* +D22* +X189440000Y-133900000D03* +X189440000Y-133020000D03* +X189480000Y-132130000D03* +X179310000Y-125950000D03* +X136230000Y-132130000D03* +X136200000Y-133850000D03* +X136210000Y-132990000D03* +X168490600Y-130584000D03* +X164971400Y-128189100D03* +X162499100Y-128833500D03* +X147560000Y-130584000D03* +X178268800Y-130907100D03* +X184254800Y-127952400D03* +X184794400Y-118729900D03* +X182984500Y-129157700D03* +X174492900Y-101136900D03* +X180789900Y-100135400D03* +X135791300Y-91086400D03* +X139990900Y-87532300D03* +X135048000Y-91845800D03* +X135285700Y-93392800D03* +X155994800Y-60553600D03* +X113390700Y-104099000D03* +X131605300Y-83128800D03* +X131605600Y-84631400D03* +X115864300Y-104694700D03* +X130182000Y-83824800D03* +X127124500Y-95145800D03* +X154861900Y-90070900D03* +X157384700Y-105777400D03* +X128238400Y-90860200D03* +X137334400Y-88704000D03* +X156253100Y-111592300D03* +X167153700Y-112146300D03* +X188620700Y-115166800D03* +X190314000Y-119094100D03* +D23* +X183754000Y-114313100D02* +X185749700Y-116308800D01* +X189470000Y-138153200D02* +X189440000Y-138123200D01* +X189440000Y-138123200D02* +X189440000Y-133900000D01* +X185160000Y-92970000D02* +X183754000Y-92970000D01* +D24* +X183754000Y-92970000D02* +X183754000Y-79733600D01* +X183754000Y-79733600D02* +X179480000Y-75460000D01* +X179480000Y-75460000D02* +X179480000Y-75350000D01* +X179480000Y-75350000D02* +X185000000Y-69830000D01* +X113800000Y-93250000D02* +X113800000Y-91500000D01* +X113800000Y-91500000D02* +X115950000Y-89350000D01* +X115950000Y-89350000D02* +X123060000Y-89350000D01* +X123060000Y-89350000D02* +X123960000Y-88450000D01* +X112810000Y-84640000D02* +X113800000Y-85630000D01* +X111000000Y-82830000D02* +X112810000Y-84640000D01* +X189440000Y-133900000D02* +X189330000Y-133790000D01* +X189330000Y-133790000D02* +X189330000Y-131280000D01* +X189330000Y-131280000D02* +X190490000Y-130120000D01* +X190490000Y-130120000D02* +X190490000Y-129970000D01* +X112810000Y-84640000D02* +X115350000Y-84640000D01* +X115350000Y-84640000D02* +X116340000Y-85630000D01* +X123960000Y-86761400D02* +X123960000Y-85630000D01* +X123960000Y-86761400D02* +X122591000Y-88130000D01* +X116300000Y-88130000D02* +X113800000Y-85630000D01* +X113800000Y-93250000D02* +X113800000Y-94862800D01* +X113800000Y-94862800D02* +X115187000Y-96250000D01* +X115187000Y-96250000D02* +X126220000Y-96250000D01* +X126220000Y-96250000D02* +X127180000Y-97210000D01* +X113800000Y-93250000D02* +X112187000Y-93250000D01* +X112187000Y-93250000D02* +X111000000Y-92062800D01* +X113800000Y-69830000D02* +X113000000Y-70630000D01* +X113000000Y-70630000D02* +X113000000Y-70700000D01* +X113000000Y-70700000D02* +X111000000Y-72700000D01* +X111000000Y-72700000D02* +X111000000Y-82830000D01* +X113800000Y-101380000D02* +X112669000Y-101380000D01* +X112669000Y-101380000D02* +X112649000Y-101400000D01* +X112649000Y-101400000D02* +X110410000Y-101400000D01* +X110410000Y-101400000D02* +X108200000Y-99190000D01* +X108200000Y-99190000D02* +X108200000Y-70270000D01* +X108200000Y-70270000D02* +X110540000Y-67930000D01* +X127180000Y-97210000D02* +X117970000Y-97210000D01* +X117970000Y-97210000D02* +X113800000Y-101380000D01* +X178090000Y-99620000D02* +X174060000Y-95590000D01* +X174060000Y-95590000D02* +X174060000Y-88800000D01* +X174060000Y-88800000D02* +X174020000Y-88760000D01* +X182390000Y-88130000D02* +X182390000Y-80120000D01* +X182390000Y-80120000D02* +X179140000Y-76870000D01* +X179140000Y-76870000D02* +X179140000Y-75120000D01* +X182390000Y-88130000D02* +X181760000Y-88760000D01* +X181760000Y-88760000D02* +X174020000Y-88760000D01* +X178090000Y-99620000D02* +X178890000Y-98820000D01* +X178890000Y-98820000D02* +X180670000Y-98820000D01* +X180670000Y-98820000D02* +X182390000Y-97100000D01* +X182390411Y-97100411D02* +X182390000Y-97100000D01* +X182390411Y-117489589D02* +X182390411Y-117619589D01* +X182390411Y-121870411D02* +X182390411Y-117489589D01* +X182390411Y-117489589D02* +X182390411Y-97100411D01* +X183000000Y-122480000D02* +X183000000Y-79850000D01* +X190490000Y-129970000D02* +X183000000Y-122480000D01* +X183000000Y-122480000D02* +X182390411Y-121870411D01* +X183000000Y-79850000D02* +X179570000Y-76420000D01* +X112440000Y-69830000D02* +X110540000Y-67930000D01* +X113800000Y-69830000D02* +X112440000Y-69830000D01* +X113800000Y-93250000D02* +X113800000Y-93820000D01* +X113800000Y-93820000D02* +X113010000Y-94610000D01* +X113010000Y-94610000D02* +X113010000Y-95180000D01* +X113010000Y-95180000D02* +X114610000Y-96780000D01* +X109740001Y-68729999D02* +X109740001Y-69789999D01* +X110540000Y-67930000D02* +X109740001Y-68729999D01* +X109740001Y-69789999D02* +X108870000Y-70660000D01* +X108870000Y-70660000D02* +X108870000Y-98880000D01* +X108870000Y-98880000D02* +X110620000Y-100630000D01* +X110620000Y-100630000D02* +X113770000Y-100630000D01* +X113770000Y-100630000D02* +X116960000Y-97440000D01* +X114260000Y-97440000D02* +X112340000Y-95520000D01* +X112340000Y-95520000D02* +X112340000Y-94410000D01* +X113500000Y-93250000D02* +X113800000Y-93250000D01* +X112340000Y-94410000D02* +X113500000Y-93250000D01* +X117230000Y-96780000D02* +X116790000Y-96780000D01* +X114610000Y-96780000D02* +X117230000Y-96780000D01* +X117230000Y-96780000D02* +X126140000Y-96780000D01* +X117190000Y-97210000D02* +X116960000Y-97440000D01* +X117970000Y-97210000D02* +X117190000Y-97210000D01* +X115720000Y-97440000D02* +X115720000Y-97670000D01* +X116960000Y-97440000D02* +X115720000Y-97440000D01* +X115720000Y-97440000D02* +X114260000Y-97440000D01* +X115720000Y-97670000D02* +X113480000Y-99910000D01* +X113480000Y-99910000D02* +X110830000Y-99910000D01* +X110830000Y-99910000D02* +X109640000Y-98720000D01* +X112700000Y-70400000D02* +X113000000Y-70700000D01* +X112700000Y-70400000D02* +X112430000Y-70400000D01* +X112430000Y-70400000D02* +X110440000Y-72390000D01* +X111420000Y-93680000D02* +X112430000Y-93680000D01* +X110440000Y-92120000D02* +X110470000Y-92120000D01* +X110440000Y-72390000D02* +X110440000Y-92120000D01* +X110440000Y-92120000D02* +X110440000Y-92700000D01* +X110470000Y-92120000D02* +X111520000Y-93170000D01* +X110050000Y-98310000D02* +X110170000Y-98310000D01* +X110440000Y-97920000D02* +X110050000Y-98310000D01* +X110050000Y-98310000D02* +X109640000Y-98720000D01* +X110170000Y-98310000D02* +X111040000Y-99180000D01* +X111040000Y-99180000D02* +X113430000Y-99180000D01* +X113430000Y-99180000D02* +X114720000Y-97890000D01* +X114720000Y-97890000D02* +X111810000Y-94980000D01* +X111810000Y-94980000D02* +X111810000Y-94180000D01* +X111810000Y-94180000D02* +X111130000Y-94180000D01* +X111130000Y-94180000D02* +X111100000Y-94150000D01* +X111100000Y-94150000D02* +X111100000Y-93360000D01* +X111100000Y-93360000D02* +X111420000Y-93680000D01* +X110440000Y-92700000D02* +X111100000Y-93360000D01* +X111440000Y-98520000D02* +X110840000Y-97920000D01* +X113860000Y-97860000D02* +X113200000Y-98520000D01* +X113860000Y-97800000D02* +X113860000Y-97860000D01* +X111630000Y-97910000D02* +X111220000Y-97500000D01* +X110840000Y-97920000D02* +X110440000Y-97920000D01* +X111220000Y-95160000D02* +X113860000Y-97800000D01* +X113080000Y-97910000D02* +X111630000Y-97910000D01* +X113200000Y-98520000D02* +X111440000Y-98520000D01* +X111720000Y-96550000D02* +X113080000Y-97910000D01* +X110440000Y-94110000D02* +X110590000Y-94110000D01* +X110440000Y-92700000D02* +X110440000Y-94110000D01* +X110440000Y-94110000D02* +X110440000Y-97920000D01* +X110590000Y-94110000D02* +X111180000Y-94700000D01* +X111220000Y-96650000D02* +X111220000Y-96730000D01* +X111220000Y-97500000D02* +X111220000Y-96650000D01* +X111220000Y-96650000D02* +X111220000Y-95160000D01* +X111220000Y-96730000D02* +X111890000Y-97400000D01* +X123960000Y-87680000D02* +X123760000Y-87680000D01* +X123960000Y-88450000D02* +X123960000Y-87680000D01* +X123960000Y-87680000D02* +X123960000Y-86761400D01* +X123760000Y-87680000D02* +X122700000Y-88740000D01* +X122700000Y-88740000D02* +X122620000Y-88660000D01* +X122620000Y-88660000D02* +X116070000Y-88660000D01* +X116070000Y-88660000D02* +X113890000Y-86480000D01* +X113890000Y-86480000D02* +X113890000Y-86470000D01* +X113890000Y-86470000D02* +X111430000Y-84010000D01* +X111430000Y-84010000D02* +X111620000Y-84200000D01* +X111620000Y-84200000D02* +X111620000Y-91690000D01* +X111620000Y-91690000D02* +X111930000Y-91690000D01* +X111930000Y-91690000D02* +X112820000Y-92580000D01* +X111000000Y-91410000D02* +X111010000Y-91410000D01* +X111000000Y-92062800D02* +X111000000Y-91410000D01* +X111000000Y-91410000D02* +X111000000Y-82830000D01* +X111010000Y-91410000D02* +X112290000Y-92690000D01* +X112290000Y-92690000D02* +X112210000Y-92610000D01* +X112210000Y-85380000D02* +X115610000Y-88780000D01* +X115610000Y-88780000D02* +X115610000Y-88830000D01* +X115610000Y-88830000D02* +X113310000Y-91130000D01* +X113800000Y-91620000D02* +X113800000Y-91720000D01* +X113310000Y-91130000D02* +X113800000Y-91620000D01* +X113800000Y-91720000D02* +X113210000Y-92310000D01* +X113210000Y-92310000D02* +X113210000Y-91840000D01* +X113210000Y-91840000D02* +X112820000Y-91450000D01* +X112820000Y-91450000D02* +X114550000Y-89720000D01* +X114550000Y-89720000D02* +X114550000Y-88420000D01* +X114550000Y-88420000D02* +X112800000Y-86670000D01* +X112800000Y-86670000D02* +X112800000Y-90670000D01* +X112800000Y-90670000D02* +X114050000Y-89420000D01* +X114050000Y-89420000D02* +X114050000Y-88530000D01* +X114050000Y-88530000D02* +X113310000Y-87790000D01* +X113310000Y-87790000D02* +X113310000Y-89370000D01* +X115610000Y-88780000D02* +X115080000Y-88780000D01* +X112210000Y-91260000D02* +X112800000Y-90670000D01* +X112210000Y-91300000D02* +X112210000Y-91260000D01* +X112210000Y-92610000D02* +X112210000Y-91300000D01* +X112210000Y-91300000D02* +X112210000Y-85380000D01* +X117030000Y-88130000D02* +X117010000Y-88130000D01* +X117030000Y-88130000D02* +X116300000Y-88130000D01* +X117010000Y-88130000D02* +X114760000Y-85880000D01* +X117070000Y-87650000D02* +X117550000Y-88130000D01* +X114840000Y-85200000D02* +X117070000Y-87430000D01* +X117070000Y-87430000D02* +X117070000Y-87650000D01* +X114410000Y-85630000D02* +X114840000Y-85200000D01* +X113800000Y-85630000D02* +X114410000Y-85630000D01* +X117550000Y-88130000D02* +X117030000Y-88130000D01* +X122591000Y-88130000D02* +X117550000Y-88130000D01* +X117070000Y-87650000D02* +X122270000Y-87650000D01* +X122270000Y-87320000D02* +X122930000Y-86660000D01* +X122930000Y-86660000D02* +X123960000Y-86660000D01* +X122270000Y-87650000D02* +X122270000Y-87320000D01* +X123960000Y-86660000D02* +X123960000Y-85630000D01* +X123960000Y-86761400D02* +X123960000Y-86660000D01* +X122930000Y-86660000D02* +X123960000Y-85630000D01* +X109640000Y-70990000D02* +X109640000Y-98720000D01* +X110070000Y-70560000D02* +X109640000Y-70990000D01* +X110070000Y-71840000D02* +X110070000Y-70560000D01* +X110280000Y-69330000D02* +X111430000Y-70480000D01* +X110280000Y-69020000D02* +X110280000Y-69330000D01* +X110780000Y-69020000D02* +X110280000Y-69020000D01* +X112160000Y-70400000D02* +X110780000Y-69020000D01* +X112700000Y-70400000D02* +X112160000Y-70400000D01* +X110990000Y-70920000D02* +X110990000Y-70810000D01* +X111430000Y-70480000D02* +X110990000Y-70920000D01* +X110990000Y-70920000D02* +X110070000Y-71840000D01* +X109969999Y-69789999D02* +X109740001Y-69789999D01* +X110990000Y-70810000D02* +X109969999Y-69789999D01* +X174819999Y-89559999D02* +X175270001Y-89559999D01* +X174020000Y-88760000D02* +X174819999Y-89559999D01* +X175270001Y-89559999D02* +X175450000Y-89380000D01* +X175450000Y-89380000D02* +X181630000Y-89380000D01* +X181630000Y-89380000D02* +X181730000Y-89480000D01* +X181730000Y-89480000D02* +X181730000Y-96760000D01* +X181730000Y-96760000D02* +X180260000Y-98230000D01* +X179480000Y-98230000D02* +X179000000Y-98710000D01* +X180260000Y-98230000D02* +X179480000Y-98230000D01* +X179000000Y-98710000D02* +X177940000Y-98710000D01* +X177940000Y-98710000D02* +X174740000Y-95510000D01* +X174740000Y-95510000D02* +X174740000Y-90080000D01* +X174740000Y-90080000D02* +X174830000Y-89990000D01* +X174830000Y-89990000D02* +X181020000Y-89990000D01* +X181020000Y-89990000D02* +X181190000Y-90160000D01* +X181190000Y-90160000D02* +X181190000Y-96360000D01* +X181190000Y-96360000D02* +X179570000Y-97980000D01* +X179570000Y-97980000D02* +X178160000Y-97980000D01* +X178160000Y-97980000D02* +X175370000Y-95190000D01* +X176370000Y-95190000D02* +X175370000Y-95190000D01* +X175370000Y-95190000D02* +X175370000Y-90730000D01* +X175370000Y-90730000D02* +X175450000Y-90650000D01* +X175450000Y-90650000D02* +X176040000Y-90650000D01* +X178350000Y-97170000D02* +X176370000Y-95190000D01* +X179370000Y-97170000D02* +X178350000Y-97170000D01* +X180550000Y-95990000D02* +X179370000Y-97170000D01* +X180550000Y-90680000D02* +X180550000Y-95990000D01* +X180520000Y-90650000D02* +X180550000Y-90680000D01* +X176040000Y-90650000D02* +X180520000Y-90650000D01* +X176370000Y-94050000D02* +X176470000Y-94050000D01* +X176370000Y-95190000D02* +X176370000Y-94050000D01* +X176470000Y-94050000D02* +X178260000Y-95840000D01* +X178260000Y-95840000D02* +X178860000Y-95840000D01* +X178860000Y-95840000D02* +X179380000Y-95320000D01* +X179380000Y-95320000D02* +X179380000Y-92090000D01* +X179380000Y-92090000D02* +X179220000Y-91930000D01* +X179220000Y-91930000D02* +X176970000Y-91930000D01* +X176970000Y-91930000D02* +X177010000Y-91970000D01* +X177010000Y-91970000D02* +X177010000Y-93710000D01* +X177010000Y-93710000D02* +X178410000Y-95110000D01* +X178410000Y-95110000D02* +X178670000Y-95110000D01* +X178670000Y-95110000D02* +X178810000Y-94970000D01* +X178810000Y-94970000D02* +X178810000Y-92500000D01* +X178810000Y-92500000D02* +X177570000Y-92500000D01* +X177570000Y-92500000D02* +X177570000Y-93430000D01* +X177570000Y-93430000D02* +X177590000Y-93430000D01* +X177590000Y-93430000D02* +X178290000Y-94130000D01* +X178290000Y-94130000D02* +X178290000Y-93020000D01* +X176040000Y-94500000D02* +X176040000Y-90650000D01* +X179200000Y-96470000D02* +X178010000Y-96470000D01* +X179990000Y-95680000D02* +X179200000Y-96470000D01* +X176370000Y-94050000D02* +X176370000Y-91320000D01* +X176900000Y-91320000D02* +X176980000Y-91400000D01* +X179990000Y-91400000D02* +X179990000Y-95680000D01* +X176980000Y-91400000D02* +X179990000Y-91400000D01* +X178010000Y-96470000D02* +X176040000Y-94500000D01* +X176370000Y-91320000D02* +X176900000Y-91320000D01* +X182370000Y-88760000D02* +X182390000Y-88740000D01* +X181760000Y-88760000D02* +X182370000Y-88760000D01* +X182390000Y-88740000D02* +X182390000Y-88130000D01* +X182390000Y-97100000D02* +X182390000Y-88740000D01* +X179570000Y-76420000D02* +X179570000Y-76300000D01* +X179570000Y-76300000D02* +X184730000Y-71140000D01* +X185000000Y-70870000D02* +X185000000Y-69830000D01* +X184730000Y-71140000D02* +X185000000Y-70870000D01* +X187000000Y-116380000D02* +X185868630Y-116380000D01* +X185280000Y-116380000D02* +X184200000Y-115300000D01* +X187000000Y-116380000D02* +X185280000Y-116380000D01* +X189470000Y-138153200D02* +X189470000Y-131820000D01* +X190490000Y-130800000D02* +X190490000Y-130670000D01* +X189470000Y-131820000D02* +X190490000Y-130800000D01* +X190490000Y-130670000D02* +X190490000Y-129970000D01* +X183330000Y-93394000D02* +X183754000Y-92970000D01* +X183330000Y-114430000D02* +X183330000Y-93394000D01* +X184200000Y-115300000D02* +X183330000Y-114430000D01* +X183754000Y-114564000D02* +X183330000Y-114140000D01* +X183754000Y-123234000D02* +X183754000Y-114564000D01* +X190490000Y-129970000D02* +X183754000Y-123234000D01* +X190490000Y-129970000D02* +X189910000Y-129970000D01* +X182390411Y-122450411D02* +X182390411Y-121870411D01* +X189440000Y-131170000D02* +X189330000Y-131280000D01* +X189440000Y-129500000D02* +X189440000Y-131170000D01* +X189910000Y-129970000D02* +X189440000Y-129500000D01* +X189440000Y-129500000D02* +X182390411Y-122450411D01* +X136220000Y-132990000D02* +X136220000Y-132140000D01* +X136220000Y-133990000D02* +X136220000Y-132990000D01* +D23* +X136210000Y-132990000D02* +X136220000Y-132990000D01* +X136130000Y-138153200D02* +X136200000Y-138083200D01* +X136200000Y-138083200D02* +X136200000Y-133850000D01* +X179310000Y-138153200D02* +X179310000Y-138153000D01* +D24* +X130170000Y-113110000D02* +X130050000Y-113230000D01* +X130310000Y-112970000D02* +X130170000Y-113110000D01* +D23* +X130290000Y-113230000D02* +X130170000Y-113110000D01* +D24* +X175100000Y-59460000D02* +X177640000Y-59460000D01* +X172560000Y-59460000D02* +X175100000Y-59460000D01* +X170020000Y-59460000D02* +X172560000Y-59460000D01* +X167480000Y-59460000D02* +X170020000Y-59460000D01* +X164940000Y-59460000D02* +X167480000Y-59460000D01* +X162400000Y-59460000D02* +X164940000Y-59460000D01* +X159860000Y-59460000D02* +X162400000Y-59460000D01* +X157320000Y-59460000D02* +X159860000Y-59460000D01* +X154780000Y-59460000D02* +X157320000Y-59460000D01* +X152240000Y-59460000D02* +X154780000Y-59460000D01* +X149700000Y-59460000D02* +X152240000Y-59460000D01* +X147160000Y-59460000D02* +X149700000Y-59460000D01* +X144620000Y-59460000D02* +X147160000Y-59460000D01* +X142080000Y-59460000D02* +X144620000Y-59460000D01* +X139540000Y-59460000D02* +X142080000Y-59460000D01* +X137000000Y-59460000D02* +X139540000Y-59460000D01* +X133930000Y-109350000D02* +X130310000Y-112970000D01* +X133960000Y-59740000D02* +X134240000Y-59460000D01* +X134240000Y-59460000D02* +X137000000Y-59460000D01* +X133960000Y-57830000D02* +X133960000Y-59740000D01* +X133960000Y-57830000D02* +X177150000Y-57830000D01* +X177150000Y-57830000D02* +X177170000Y-57850000D01* +X177170000Y-57850000D02* +X183780000Y-57850000D01* +X132630000Y-57830000D02* +X133960000Y-57830000D01* +X184503000Y-62351400D02* +X204781000Y-62351400D01* +X204781000Y-62351400D02* +X206830000Y-64400000D01* +X206830000Y-64400000D02* +X206830000Y-116140000D01* +X206830000Y-116140000D02* +X202240000Y-120730000D01* +X202240000Y-120730000D02* +X202240000Y-124000000D01* +X183891000Y-62351400D02* +X184503000Y-62351400D01* +X183891000Y-62351400D02* +X182539000Y-62351400D01* +X184503000Y-62351400D02* +X183891000Y-62351400D01* +X184264000Y-57850000D02* +X192881000Y-57850000D01* +X192881000Y-57850000D02* +X192901000Y-57830000D01* +X192901000Y-57830000D02* +X207590000Y-57830000D01* +X207590000Y-57830000D02* +X209900000Y-60140000D01* +X209900000Y-60140000D02* +X209900000Y-119460000D01* +X209900000Y-119460000D02* +X205360000Y-124000000D01* +X183780000Y-57850000D02* +X184264000Y-57850000D01* +X183780000Y-57850000D02* +X184264000Y-57850000D01* +X129040000Y-125013500D02* +X125417000Y-121390000D01* +X125417000Y-121390000D02* +X110050000Y-121390000D01* +X110050000Y-121390000D02* +X103640000Y-114980000D01* +X103640000Y-114980000D02* +X103640000Y-71000000D01* +X133458000Y-129432000D02* +X129040000Y-125013500D01* +X129040000Y-109000000D02* +X129040000Y-125013500D01* +X179310000Y-138153000D02* +X179310000Y-125950000D01* +X132630000Y-57830000D02* +X133300000Y-58500000D01* +X133300000Y-58500000D02* +X133300000Y-61580000D01* +X128510000Y-65120000D02* +X129310000Y-64320000D01* +X129310000Y-64320000D02* +X130560000Y-64320000D01* +X130560000Y-64320000D02* +X133300000Y-61580000D01* +X133300000Y-61580000D02* +X133300000Y-88980000D01* +X133300000Y-88980000D02* +X132630000Y-89650000D01* +X132630000Y-89650000D02* +X132630000Y-66140000D01* +X132630000Y-66140000D02* +X131610000Y-65120000D01* +X131610000Y-65120000D02* +X128510000Y-65120000D01* +X180300000Y-124060000D02* +X180240000Y-124000000D01* +X136200000Y-133850000D02* +X133743000Y-133850000D01* +X133743000Y-133850000D02* +X128571000Y-128679000D01* +X136210000Y-132990000D02* +X136210000Y-132183000D01* +X136210000Y-132183000D02* +X133458000Y-129432000D01* +X129040000Y-93250000D02* +X129040000Y-96570000D01* +X129040000Y-96570000D02* +X129680000Y-97210000D01* +X132630000Y-89650000D02* +X132630000Y-98570000D01* +X129040000Y-93250000D02* +X129840000Y-92450000D01* +X129840000Y-92450000D02* +X129840000Y-92440000D01* +X129840000Y-92440000D02* +X132630000Y-89650000D01* +X132630000Y-98570000D02* +X132630000Y-108920000D01* +X132630000Y-108920000D02* +X132550000Y-109000000D01* +X132550000Y-109000000D02* +X129040000Y-109000000D01* +X129680000Y-97210000D02* +X131270000Y-97210000D01* +X131270000Y-97210000D02* +X132630000Y-98570000D01* +X103640000Y-71000000D02* +X103640000Y-66280000D01* +X108040000Y-67930000D02* +X107240000Y-67130000D01* +X107240000Y-67130000D02* +X104490000Y-67130000D01* +X104490000Y-67130000D02* +X103640000Y-66280000D01* +X103640000Y-66280000D02* +X103640000Y-45780000D01* +X103640000Y-45780000D02* +X106150000Y-43270000D01* +X106150000Y-43270000D02* +X131350000Y-43270000D01* +X131350000Y-43270000D02* +X132630000Y-44550000D01* +X132630000Y-44550000D02* +X132630000Y-57830000D01* +X103640000Y-71000000D02* +X104970000Y-71000000D01* +X104970000Y-71000000D02* +X108040000Y-67930000D01* +X192970000Y-126910000D02* +X192970000Y-129950000D01* +X192970000Y-129950000D02* +X192990000Y-129970000D01* +X202240000Y-124000000D02* +X199330000Y-126910000D01* +X199330000Y-126910000D02* +X192970000Y-126910000D01* +X205360000Y-124000000D02* +X205360000Y-124040000D01* +X205360000Y-124040000D02* +X199430000Y-129970000D01* +X199430000Y-129970000D02* +X192990000Y-129970000D01* +X205360000Y-124000000D02* +X202240000Y-124000000D01* +X180101000Y-60348600D02* +X179213000Y-59460000D01* +X179213000Y-59460000D02* +X177640000Y-59460000D01* +X180101000Y-60348600D02* +X180101000Y-71658600D01* +X180101000Y-71658600D02* +X179140000Y-72620000D01* +X182539000Y-62351400D02* +X182104000Y-62351400D01* +X182104000Y-62351400D02* +X180101000Y-60348600D01* +X182539000Y-62351400D02* +X182539000Y-69221400D01* +X182539000Y-69221400D02* +X179140000Y-72620000D01* +X133930000Y-109350000D02* +X130310000Y-112970000D01* +X130310000Y-112970000D02* +X130310000Y-126283000D01* +X130310000Y-126283000D02* +X133458000Y-129432000D01* +X128571000Y-128679000D02* +X124643000Y-124750000D01* +X124643000Y-124750000D02* +X107510000Y-124750000D01* +X107510000Y-124750000D02* +X101720000Y-118960000D01* +X101720000Y-118960000D02* +X101720000Y-44530000D01* +X101720000Y-44530000D02* +X104840000Y-41410000D01* +X104840000Y-41410000D02* +X132440000Y-41410000D01* +X132440000Y-41410000D02* +X132440000Y-41570000D01* +X132440000Y-41570000D02* +X133960000Y-43090000D01* +X133960000Y-43090000D02* +X133960000Y-57830000D01* +X129040000Y-125013500D02* +X129040000Y-128210000D01* +X129040000Y-128210000D02* +X128571000Y-128679000D01* +X133960000Y-59740000D02* +X133960000Y-109350000D01* +X133960000Y-109350000D02* +X133930000Y-109350000D01* +D23* +X201529700Y-77450000D02* +X202780000Y-77450000D01* +X201529700Y-76906100D02* +X201529700Y-77450000D01* +X195160000Y-70536400D02* +X201529700Y-76906100D01* +X195160000Y-69830000D02* +X195160000Y-70536400D01* +D25* +X180240000Y-124000000D02* +X181530000Y-122710000D01* +X181530000Y-105560000D02* +X178090000Y-102120000D01* +X181530000Y-122710000D02* +X181530000Y-105560000D01* +D24* +X136130000Y-138153200D02* +X136130000Y-134150000D01* +X136130000Y-134150000D02* +X135080000Y-133100000D01* +X135080000Y-133100000D02* +X134210000Y-133100000D01* +X134210000Y-133100000D02* +X134140000Y-133030000D01* +X134140000Y-133030000D02* +X134140000Y-130830000D01* +X134140000Y-130830000D02* +X135170000Y-131860000D01* +X135170000Y-131860000D02* +X135170000Y-132600000D01* +X135170000Y-132600000D02* +X135160000Y-132610000D01* +X135160000Y-132610000D02* +X134630000Y-132610000D01* +X134630000Y-132610000D02* +X134570000Y-132550000D01* +X134570000Y-132550000D02* +X134570000Y-131900000D01* +X136130000Y-130840400D02* +X137640000Y-129330400D01* +X136130000Y-138153200D02* +X136130000Y-130840400D01* +X137640000Y-129330400D02* +X137029600Y-129330400D01* +X137029600Y-129330400D02* +X135500000Y-130860000D01* +X135500000Y-130860000D02* +X135500000Y-130800000D01* +X135500000Y-130800000D02* +X134720000Y-130020000D01* +X134720000Y-130020000D02* +X135710000Y-130020000D01* +X136550000Y-137733200D02* +X136130000Y-138153200D01* +X136550000Y-131370000D02* +X136550000Y-137733200D01* +X136550000Y-131370000D02* +X137850000Y-130070000D01* +D26* +X126010000Y-65120000D02* +X123560000Y-62670000D01* +X123560000Y-62670000D02* +X114810000Y-62670000D01* +X129040000Y-69830000D02* +X129040000Y-68150000D01* +X129040000Y-68150000D02* +X126010000Y-65120000D01* +X107020000Y-61270000D02* +X105600000Y-59850000D01* +X113090000Y-61270000D02* +X107020000Y-61270000D01* +X105600000Y-59850000D02* +X105600000Y-57500000D01* +X114490000Y-62670000D02* +X113090000Y-61270000D01* +X114810000Y-62670000D02* +X114490000Y-62670000D01* +X109730000Y-62670000D02* +X110922500Y-63862500D01* +X110922500Y-63862500D02* +X121082500Y-63862500D01* +X121082500Y-63862500D02* +X122360000Y-65140000D01* +X126500000Y-69280000D02* +X122360000Y-65140000D01* +X126500000Y-69830000D02* +X126500000Y-69280000D01* +X115815300Y-65110000D02* +X115845300Y-65140000D01* +X115845300Y-65140000D02* +X119860000Y-65140000D01* +X114790000Y-65110000D02* +X115815300Y-65110000D01* +X123500000Y-68780000D02* +X119860000Y-65140000D01* +X123960000Y-69240000D02* +X123500000Y-68780000D01* +X123960000Y-69830000D02* +X123960000Y-69240000D01* +X157297400Y-116380000D02* +X157297400Y-119390800D01* +X157297400Y-119390800D02* +X168490600Y-130584000D01* +X157860000Y-116380000D02* +X157297400Y-116380000D01* +X143540000Y-105125300D02* +X143540000Y-104000000D01* +X143890000Y-105475300D02* +X143540000Y-105125300D01* +X144668100Y-117518600D02* +X143890000Y-116740500D01* +X154050000Y-115650000D02* +X154050000Y-116760200D01* +X157410000Y-116380000D02* +X156266400Y-115236400D01* +X154463600Y-115236400D02* +X154050000Y-115650000D01* +X154050000Y-116760200D02* +X153291600Y-117518600D01* +X156266400Y-115236400D02* +X154463600Y-115236400D01* +X143890000Y-116740500D02* +X143890000Y-105475300D01* +X153291600Y-117518600D02* +X144668100Y-117518600D01* +X157860000Y-116380000D02* +X157410000Y-116380000D01* +X155320000Y-117505300D02* +X155320000Y-118537700D01* +X155320000Y-118537700D02* +X164971400Y-128189100D01* +X155320000Y-116380000D02* +X155320000Y-117505300D01* +X161095300Y-128833500D02* +X162499100Y-128833500D01* +X156590000Y-124328200D02* +X161095300Y-128833500D01* +X156590000Y-123060000D02* +X156590000Y-124328200D01* +X138384000Y-116380000D02* +X144066100Y-122062100D01* +X155592100Y-122062100D02* +X156590000Y-123060000D01* +X144066100Y-122062100D02* +X155592100Y-122062100D01* +X137540000Y-116380000D02* +X138384000Y-116380000D01* +X145160000Y-124000000D02* +X145160000Y-125125300D01* +X145160000Y-125125300D02* +X147560000Y-127525300D01* +X147560000Y-127525300D02* +X147560000Y-130584000D01* +X178268800Y-130907100D02* +X176430000Y-129068300D01* +X176430000Y-129068300D02* +X176430000Y-122734700D01* +X176430000Y-122734700D02* +X172620000Y-118924700D01* +X172620000Y-118924700D02* +X172620000Y-116380000D01* +X195320000Y-108334700D02* +X195320000Y-100590000D01* +D10* +X194620000Y-109034700D02* +X194620000Y-116380000D01* +X195320000Y-108334700D02* +X194620000Y-109034700D01* +D26* +X135000000Y-124000000D02* +X135000000Y-125125300D01* +X135000000Y-125125300D02* +X138670000Y-128795300D01* +X138670000Y-128795300D02* +X138670000Y-138153200D01* +X137540000Y-124000000D02* +X137540000Y-122874700D01* +X148620000Y-104000000D02* +X147494700Y-104000000D01* +X147494700Y-104000000D02* +X147494700Y-103718700D01* +X147494700Y-103718700D02* +X146650600Y-102874600D01* +X146650600Y-102874600D02* +X139991900Y-102874600D01* +X139991900Y-102874600D02* +X136414700Y-106451800D01* +X136414700Y-106451800D02* +X136414700Y-121749400D01* +X136414700Y-121749400D02* +X137540000Y-122874700D01* +X137540000Y-124000000D02* +X137540000Y-125125300D01* +X137540000Y-125125300D02* +X141210000Y-128795300D01* +X141210000Y-128795300D02* +X141210000Y-138153200D01* +X140080000Y-124000000D02* +X140080000Y-125125300D01* +X140080000Y-125125300D02* +X143750000Y-128795300D01* +X143750000Y-128795300D02* +X143750000Y-138153200D01* +X195320000Y-94095300D02* +X191510000Y-97905300D01* +X191510000Y-97905300D02* +X191510000Y-111251800D01* +X191510000Y-111251800D02* +X187895400Y-114866400D01* +X187895400Y-114866400D02* +X187895400Y-115467200D01* +X187895400Y-115467200D02* +X188128200Y-115700000D01* +X188128200Y-115700000D02* +X188128200Y-116854500D01* +X188128200Y-116854500D02* +X186252800Y-118729900D01* +X186252800Y-118729900D02* +X184794400Y-118729900D01* +X186930000Y-138153200D02* +X186930000Y-130627600D01* +X186930000Y-130627600D02* +X184254800Y-127952400D01* +X195320000Y-92970000D02* +X195320000Y-94095300D01* +X182984500Y-129157700D02* +X184390000Y-130563200D01* +X184390000Y-130563200D02* +X184390000Y-138153200D01* +X177700000Y-116311500D02* +X177700000Y-116380000D01* +X177700000Y-116311500D02* +X177700000Y-115254700D01* +X177700000Y-115254700D02* +X177700000Y-104344000D01* +X177700000Y-104344000D02* +X174492900Y-101136900D01* +X175160000Y-116380000D02* +X175160000Y-117505300D01* +X175160000Y-117505300D02* +X179114200Y-121459500D01* +X179114200Y-121459500D02* +X179114200Y-124500600D01* +X179114200Y-124500600D02* +X181850000Y-127236400D01* +X181850000Y-127236400D02* +X181850000Y-138153200D01* +X175160000Y-115817300D02* +X175160000Y-116380000D01* +X175160000Y-115817300D02* +X175160000Y-115254700D01* +X175160000Y-115254700D02* +X175160000Y-103537900D01* +X175160000Y-103537900D02* +X173767500Y-102145400D01* +X173767500Y-102145400D02* +X173767500Y-100830900D01* +X173767500Y-100830900D02* +X174191000Y-100407400D01* +X174191000Y-100407400D02* +X174880300Y-100407400D01* +X174880300Y-100407400D02* +X175218300Y-100745400D01* +X175218300Y-100745400D02* +X180179900Y-100745400D01* +X180179900Y-100745400D02* +X180789900Y-100135400D01* +X156450000Y-138153200D02* +X156450000Y-131327900D01* +X155320000Y-124000000D02* +X155320000Y-130197900D01* +X155320000Y-130197900D02* +X156450000Y-131327900D01* +X153910000Y-138153200D02* +X153910000Y-131327900D01* +X152780000Y-124000000D02* +X152780000Y-130197900D01* +X152780000Y-130197900D02* +X153910000Y-131327900D01* +X151370000Y-138153200D02* +X151370000Y-131327900D01* +X150240000Y-124000000D02* +X150240000Y-130197900D01* +X150240000Y-130197900D02* +X151370000Y-131327900D01* +X148830000Y-131327900D02* +X148830000Y-126255300D01* +X148830000Y-126255300D02* +X147700000Y-125125300D01* +X148830000Y-138153200D02* +X148830000Y-131327900D01* +X147700000Y-124000000D02* +X147700000Y-125125300D01* +X142620000Y-124000000D02* +X142620000Y-125125300D01* +X142620000Y-125125300D02* +X146290000Y-128795300D01* +X146290000Y-128795300D02* +X146290000Y-138153200D01* +X146786100Y-64470000D02* +X139470000Y-64470000D01* +X139470000Y-64470000D02* +X137000000Y-62000000D01* +X148126100Y-65810000D02* +X146786100Y-64470000D01* +X148970000Y-65810000D02* +X148126100Y-65810000D01* +X140873800Y-63333800D02* +X139540000Y-62000000D01* +X148673800Y-63333800D02* +X140873800Y-63333800D01* +X162790000Y-77450000D02* +X148673800Y-63333800D01* +X141350000Y-66935300D02* +X140787300Y-66935300D01* +X140787300Y-66935300D02* +X138125600Y-69597000D01* +X138125600Y-69597000D02* +X138125600Y-71954500D01* +X138125600Y-71954500D02* +X135791300Y-74288800D01* +X135791300Y-74288800D02* +X135791300Y-91086400D01* +X141350000Y-65810000D02* +X141350000Y-66935300D01* +X146430000Y-66935300D02* +X145867400Y-66935300D01* +X145867400Y-66935300D02* +X143350000Y-69452700D01* +X143350000Y-69452700D02* +X143350000Y-84173200D01* +X143350000Y-84173200D02* +X139990900Y-87532300D01* +X146430000Y-65810000D02* +X146430000Y-66935300D01* +X138810000Y-66935300D02* +X138247400Y-66935300D01* +X138247400Y-66935300D02* +X135048000Y-70134700D01* +X135048000Y-70134700D02* +X135048000Y-91845800D01* +X138810000Y-65810000D02* +X138810000Y-66935300D01* +X165940000Y-75760000D02* +X163460000Y-75760000D01* +X163460000Y-75760000D02* +X149700000Y-62000000D01* +X167630000Y-77450000D02* +X165940000Y-75760000D01* +X167870000Y-77450000D02* +X167630000Y-77450000D01* +X153325400Y-60914600D02* +X152240000Y-62000000D01* +X166600000Y-69470000D02* +X165648100Y-68518100D01* +X165648100Y-68518100D02* +X163838100Y-68518100D01* +X156050000Y-62276000D02* +X156050000Y-61667800D01* +X155296800Y-60914600D02* +X153325400Y-60914600D01* +X156050000Y-61667800D02* +X155296800Y-60914600D01* +X158801600Y-63481600D02* +X157255600Y-63481600D01* +X163838100Y-68518100D02* +X158801600Y-63481600D01* +X157255600Y-63481600D02* +X156050000Y-62276000D01* +X172950000Y-77450000D02* +X172950000Y-76606000D01* +X166600000Y-70256000D02* +X166600000Y-69470000D01* +X172950000Y-76606000D02* +X166600000Y-70256000D01* +X165330000Y-69830000D02* +X164204700Y-69830000D01* +X164204700Y-69830000D02* +X164204700Y-69598700D01* +X164204700Y-69598700D02* +X158862800Y-64256800D01* +X158862800Y-64256800D02* +X157036800Y-64256800D01* +X157036800Y-64256800D02* +X154780000Y-62000000D01* +X169284700Y-69830000D02* +X169284700Y-69566300D01* +X169284700Y-69566300D02* +X165081600Y-65363200D01* +X165081600Y-65363200D02* +X161320200Y-65363200D01* +X161320200Y-65363200D02* +X157957000Y-62000000D01* +X157957000Y-62000000D02* +X157320000Y-62000000D01* +X170410000Y-69830000D02* +X169284700Y-69830000D01* +X175490000Y-69830000D02* +X174364700Y-69830000D01* +X174364700Y-69830000D02* +X174364700Y-69548700D01* +X174364700Y-69548700D02* +X168626400Y-63810400D01* +X168626400Y-63810400D02* +X161670400Y-63810400D01* +X161670400Y-63810400D02* +X159860000Y-62000000D01* +X170020000Y-62000000D02* +X168573600Y-60553600D01* +X168573600Y-60553600D02* +X155994800Y-60553600D01* +X138125400Y-86877400D02* +X136516700Y-88486100D01* +X140820000Y-70550000D02* +X138125400Y-73244600D01* +X140820000Y-68980000D02* +X140820000Y-70550000D01* +X138125400Y-73244600D02* +X138125400Y-86877400D01* +X136516700Y-88486100D02* +X136516700Y-92161800D01* +X143890000Y-65910000D02* +X140820000Y-68980000D01* +X136516700Y-92161800D02* +X135285700Y-93392800D01* +X143890000Y-65810000D02* +X143890000Y-65910000D01* +X178645600Y-73762600D02* +X177709400Y-72826400D01* +X179638100Y-73762600D02* +X178645600Y-73762600D01* +X182229300Y-71171400D02* +X179638100Y-73762600D01* +X184496500Y-68667500D02* +X182229300Y-70934700D01* +X201687500Y-68667500D02* +X184496500Y-68667500D01* +X177709400Y-67149400D02* +X172560000Y-62000000D01* +X182229300Y-70934700D02* +X182229300Y-71171400D01* +X177709400Y-72826400D02* +X177709400Y-67149400D01* +X202780000Y-69760000D02* +X201687500Y-68667500D01* +X202780000Y-69830000D02* +X202780000Y-69760000D01* +X113090000Y-68490000D02* +X109710000Y-65110000D01* +X119670000Y-68490000D02* +X113090000Y-68490000D01* +X121010000Y-69830000D02* +X119670000Y-68490000D01* +X121420000Y-69830000D02* +X121010000Y-69830000D01* +X171480000Y-87634700D02* +X171543000Y-87571700D01* +X171543000Y-87571700D02* +X171543000Y-76978700D01* +X171543000Y-76978700D02* +X170294700Y-75730400D01* +X170294700Y-75730400D02* +X168690400Y-75730400D01* +X168690400Y-75730400D02* +X162790000Y-69830000D01* +X171480000Y-88760000D02* +X171480000Y-87634700D01* +X156470000Y-88760000D02* +X156240000Y-88760000D01* +X157760000Y-90050000D02* +X156470000Y-88760000D01* +X160050000Y-88372700D02* +X160050000Y-89350000D01* +X159350000Y-90050000D02* +X157760000Y-90050000D01* +X170410000Y-78012700D02* +X160050000Y-88372700D01* +X160050000Y-89350000D02* +X159350000Y-90050000D01* +X170410000Y-77450000D02* +X170410000Y-78012700D01* +X168940000Y-88760000D02* +X170065300Y-88760000D01* +X167870000Y-69830000D02* +X174098800Y-76058800D01* +X174098800Y-76058800D02* +X174098800Y-86881000D01* +X174098800Y-86881000D02* +X172750000Y-88229800D01* +X172750000Y-88229800D02* +X172750000Y-89121700D01* +X172750000Y-89121700D02* +X171986400Y-89885300D01* +X171986400Y-89885300D02* +X170909200Y-89885300D01* +X170909200Y-89885300D02* +X170065300Y-89041400D01* +X170065300Y-89041400D02* +X170065300Y-88760000D01* +X165330000Y-77450000D02* +X165330000Y-78575300D01* +X165330000Y-78575300D02* +X158780000Y-85125300D01* +X158780000Y-85125300D02* +X158780000Y-88760000D01* +X122834700Y-101380000D02* +X122834700Y-101661400D01* +X122834700Y-101661400D02* +X120526700Y-103969400D01* +X120526700Y-103969400D02* +X113520300Y-103969400D01* +X113520300Y-103969400D02* +X113390700Y-104099000D01* +X123960000Y-101380000D02* +X122834700Y-101380000D01* +X126850100Y-77450000D02* +X126500000Y-77450000D01* +X131605300Y-82205200D02* +X126850100Y-77450000D01* +X131605300Y-83128800D02* +X131605300Y-82205200D01* +X118880000Y-70674000D02* +X118880000Y-69830000D01* +X125230000Y-77981800D02* +X125230000Y-77024000D01* +X127422500Y-80174300D02* +X125230000Y-77981800D01* +X128937500Y-80174300D02* +X127422500Y-80174300D01* +X130816200Y-82053000D02* +X128937500Y-80174300D01* +X130816200Y-83433200D02* +X130816200Y-82053000D01* +X125230000Y-77024000D02* +X118880000Y-70674000D01* +X131605600Y-84222600D02* +X130816200Y-83433200D01* +X131605600Y-84631400D02* +X131605600Y-84222600D01* +X126380000Y-109000000D02* +X126500000Y-109000000D01* +X122074700Y-104694700D02* +X126380000Y-109000000D01* +X115864300Y-104694700D02* +X122074700Y-104694700D01* +X116340000Y-77450000D02* +X117465300Y-77450000D01* +X117465300Y-77450000D02* +X117465300Y-77731400D01* +X117465300Y-77731400D02* +X122521200Y-82787300D01* +X122521200Y-82787300D02* +X129144500Y-82787300D01* +X129144500Y-82787300D02* +X130182000Y-83824800D01* +X141000000Y-104000000D02* +X141000000Y-105125300D01* +X140080000Y-116380000D02* +X140080000Y-106045300D01* +X140080000Y-106045300D02* +X141000000Y-105125300D01* +X145160000Y-116380000D02* +X145160000Y-115254700D01* +X144620000Y-69830000D02* +X144620000Y-70955300D01* +X145160000Y-115254700D02* +X152286100Y-108128600D01* +X152286100Y-108128600D02* +X152286100Y-86217000D01* +X152286100Y-86217000D02* +X145745300Y-79676200D01* +X145745300Y-79676200D02* +X145745300Y-72080600D01* +X145745300Y-72080600D02* +X144620000Y-70955300D01* +X154861900Y-90070900D02* +X154861900Y-101028800D01* +X154861900Y-101028800D02* +X156239600Y-102406500D01* +X147700000Y-116380000D02* +X147700000Y-115254700D01* +X156239600Y-102406500D02* +X169042500Y-102406500D01* +X169042500Y-102406500D02* +X170354700Y-103718700D01* +X170354700Y-103718700D02* +X170354700Y-104000000D01* +X147700000Y-115254700D02* +X154970000Y-107984700D01* +X154970000Y-107984700D02* +X154970000Y-103676100D01* +X154970000Y-103676100D02* +X156239600Y-102406500D01* +X171480000Y-104000000D02* +X170354700Y-104000000D01* +X154861900Y-78375900D02* +X154861900Y-90070900D01* +X147160000Y-70674000D02* +X154861900Y-78375900D01* +X147160000Y-69830000D02* +X147160000Y-70674000D01* +X124159800Y-95145800D02* +X127124500Y-95145800D01* +X123430000Y-95140000D02* +X124154000Y-95140000D01* +X121540000Y-93250000D02* +X123430000Y-95140000D01* +X124154000Y-95140000D02* +X124159800Y-95145800D01* +X121420000Y-93250000D02* +X121540000Y-93250000D01* +X150240000Y-115254700D02* +X157384700Y-108110000D01* +X157384700Y-108110000D02* +X157384700Y-105777400D01* +X150240000Y-116380000D02* +X150240000Y-115254700D01* +X189540000Y-116380000D02* +X189540000Y-117505300D01* +X187000000Y-124000000D02* +X187000000Y-120045300D01* +X187000000Y-120045300D02* +X189540000Y-117505300D01* +X165000000Y-124000000D02* +X165000000Y-122874700D01* +X165000000Y-122874700D02* +X167540000Y-120334700D01* +X167540000Y-120334700D02* +X167540000Y-116380000D01* +X137792000Y-88704000D02* +X137334400Y-88704000D01* +X137792000Y-88704000D02* +X137792000Y-89506700D01* +X137792000Y-89506700D02* +X151160000Y-102874700D01* +X142080000Y-70955300D02* +X140898600Y-72136700D01* +X140898600Y-72136700D02* +X140898600Y-85597400D01* +X140898600Y-85597400D02* +X137792000Y-88704000D01* +X172620000Y-124000000D02* +X171494700Y-124000000D01* +X156253100Y-111592300D02* +X163668900Y-119008100D01* +X163668900Y-119008100D02* +X163668900Y-124736300D01* +X163668900Y-124736300D02* +X164057900Y-125125300D01* +X164057900Y-125125300D02* +X170650800Y-125125300D01* +X170650800Y-125125300D02* +X171494700Y-124281400D01* +X171494700Y-124281400D02* +X171494700Y-124000000D01* +X151160000Y-104000000D02* +X151160000Y-102874700D01* +X142080000Y-69830000D02* +X142080000Y-70955300D01* +X116340000Y-93090000D02* +X116340000Y-93250000D01* +X118569800Y-90860200D02* +X116340000Y-93090000D01* +X128238400Y-90860200D02* +X118569800Y-90860200D01* +X118880000Y-85630000D02* +X120005300Y-85630000D01* +X129040000Y-85630000D02* +X127914700Y-85630000D01* +X127914700Y-85630000D02* +X127914700Y-85348700D01* +X127914700Y-85348700D02* +X127070700Y-84504700D01* +X127070700Y-84504700D02* +X120849200Y-84504700D01* +X120849200Y-84504700D02* +X120005300Y-85348600D01* +X120005300Y-85348600D02* +X120005300Y-85630000D01* +X177700000Y-122874700D02* +X173890000Y-119064700D01* +X173890000Y-119064700D02* +X173890000Y-116051200D01* +X173890000Y-116051200D02* +X167670000Y-109831200D01* +X167670000Y-109831200D02* +X167670000Y-103635500D01* +X167670000Y-103635500D02* +X166909200Y-102874700D01* +X166909200Y-102874700D02* +X158209200Y-102874700D01* +X158209200Y-102874700D02* +X157365300Y-103718600D01* +X157365300Y-103718600D02* +X157365300Y-104000000D01* +X156240000Y-104000000D02* +X157365300Y-104000000D01* +X177700000Y-124000000D02* +X177700000Y-122874700D01* +X171350000Y-115670000D02* +X167826300Y-112146300D01* +X167826300Y-112146300D02* +X167153700Y-112146300D01* +X171350000Y-119064700D02* +X171350000Y-115670000D01* +X175160000Y-122874700D02* +X171350000Y-119064700D01* +X175160000Y-124000000D02* +X175160000Y-122874700D01* +X166400000Y-105125300D02* +X166400000Y-104000000D01* +X166400000Y-113375300D02* +X166400000Y-105125300D01* +X168830000Y-121624700D02* +X168830000Y-115805300D01* +X168830000Y-115805300D02* +X166400000Y-113375300D01* +X170080000Y-122874700D02* +X168830000Y-121624700D01* +X170080000Y-124000000D02* +X170080000Y-122874700D01* +X197160000Y-124000000D02* +X197160000Y-122874700D01* +X197160000Y-122874700D02* +X196878700Y-122874700D01* +X196878700Y-122874700D02* +X190866800Y-116862800D01* +X190866800Y-116862800D02* +X190866800Y-116096700D01* +X190866800Y-116096700D02* +X189936900Y-115166800D01* +X189936900Y-115166800D02* +X188620700Y-115166800D01* +X194620000Y-122874700D02* +X194094600Y-122874700D01* +X194094600Y-122874700D02* +X190314000Y-119094100D01* +X194620000Y-124000000D02* +X194620000Y-122874700D01* +X190080000Y-70955300D02* +X188795000Y-72240300D01* +X188795000Y-72240300D02* +X188795000Y-90749700D01* +X188795000Y-90749700D02* +X187700000Y-91844700D01* +X190080000Y-69830000D02* +X190080000Y-70955300D01* +X187700000Y-92970000D02* +X187700000Y-91844700D01* +X192620000Y-69830000D02* +X192620000Y-70955300D01* +X200400000Y-92970000D02* +X200400000Y-91844700D01* +X200400000Y-91844700D02* +X193745300Y-85190000D01* +X193745300Y-85190000D02* +X193745300Y-72080600D01* +X193745300Y-72080600D02* +X192620000Y-70955300D01* +X187540000Y-69830000D02* +X187540000Y-70955300D01* +X187700000Y-100590000D02* +X187700000Y-99464700D01* +X187700000Y-99464700D02* +X186414700Y-98179400D01* +X186414700Y-98179400D02* +X186414700Y-72080600D01* +X186414700Y-72080600D02* +X187540000Y-70955300D01* +X129040000Y-101380000D02* +X129040000Y-100254700D01* +X113800000Y-77450000D02* +X114925300Y-77450000D01* +X114925300Y-77450000D02* +X114925300Y-77731300D01* +X114925300Y-77731300D02* +X120680700Y-83486700D01* +X120680700Y-83486700D02* +X128515400Y-83486700D01* +X128515400Y-83486700D02* +X130205600Y-85176900D01* +X130205600Y-85176900D02* +X130205600Y-90006200D01* +X130205600Y-90006200D02* +X127907200Y-92304600D01* +X127907200Y-92304600D02* +X127907200Y-96295500D01* +X127907200Y-96295500D02* +X128305400Y-96693700D01* +X128305400Y-96693700D02* +X128305400Y-99520100D01* +X128305400Y-99520100D02* +X129040000Y-100254700D01* +D27* +G36* +X215594001Y-134594000D02* +G01* +X192139858Y-134594000D01* +X192166312Y-131293900D01* +X192208264Y-131483203D01* +X192518496Y-131606636D01* +X192846848Y-131667174D01* +X193180701Y-131662491D01* +X193507225Y-131592767D01* +X193771736Y-131483203D01* +X193838498Y-131181951D01* +X192990000Y-130333453D01* +X192975858Y-130347595D01* +X192612405Y-129984142D01* +X192626547Y-129970000D01* +X193353453Y-129970000D01* +X194201951Y-130818498D01* +X194503203Y-130751736D01* +X194626636Y-130441504D01* +X194687174Y-130113152D01* +X194682491Y-129779299D01* +X194612767Y-129452775D01* +X194503203Y-129188264D01* +X194201951Y-129121502D01* +X193353453Y-129970000D01* +X192626547Y-129970000D01* +X191778049Y-129121502D01* +X191476797Y-129188264D01* +X191443670Y-129271525D01* +X191407342Y-129217157D01* +X191242843Y-129052658D01* +X191049413Y-128923412D01* +X190834485Y-128834386D01* +X190606318Y-128789000D01* +X190422552Y-128789000D01* +X189755503Y-128121951D01* +X192121502Y-128121951D01* +X192188264Y-128423203D01* +X192239833Y-128443721D01* +X192208264Y-128456797D01* +X192141502Y-128758049D01* +X192990000Y-129606547D01* +X193838498Y-128758049D01* +X193771736Y-128456797D01* +X193720167Y-128436279D01* +X193751736Y-128423203D01* +X193818498Y-128121951D01* +X192970000Y-127273453D01* +X192121502Y-128121951D01* +X189755503Y-128121951D01* +X189378399Y-127744847D01* +X188427234Y-126793682D01* +X189289000Y-126793682D01* +X189289000Y-127026318D01* +X189334386Y-127254485D01* +X189423412Y-127469413D01* +X189552658Y-127662843D01* +X189717157Y-127827342D01* +X189910587Y-127956588D01* +X190125515Y-128045614D01* +X190353682Y-128091000D01* +X190586318Y-128091000D01* +X190814485Y-128045614D01* +X191029413Y-127956588D01* +X191222843Y-127827342D01* +X191387342Y-127662843D01* +X191422830Y-127609732D01* +X191456797Y-127691736D01* +X191758049Y-127758498D01* +X192606547Y-126910000D01* +X193333453Y-126910000D01* +X194181951Y-127758498D01* +X194483203Y-127691736D01* +X194606636Y-127381504D01* +X194667174Y-127053152D01* +X194662491Y-126719299D01* +X194592767Y-126392775D01* +X194483203Y-126128264D01* +X194181951Y-126061502D01* +X193333453Y-126910000D01* +X192606547Y-126910000D01* +X191758049Y-126061502D01* +X191456797Y-126128264D01* +X191423670Y-126211525D01* +X191387342Y-126157157D01* +X191222843Y-125992658D01* +X191029413Y-125863412D01* +X190814485Y-125774386D01* +X190586318Y-125729000D01* +X190353682Y-125729000D01* +X190125515Y-125774386D01* +X189910587Y-125863412D01* +X189717157Y-125992658D01* +X189552658Y-126157157D01* +X189423412Y-126350587D01* +X189334386Y-126565515D01* +X189289000Y-126793682D01* +X188427234Y-126793682D01* +X187331601Y-125698049D01* +X192121502Y-125698049D01* +X192970000Y-126546547D01* +X193818498Y-125698049D01* +X193751736Y-125396797D01* +X193441504Y-125273364D01* +X193113152Y-125212826D01* +X192779299Y-125217509D01* +X192452775Y-125287233D01* +X192188264Y-125396797D01* +X192121502Y-125698049D01* +X187331601Y-125698049D01* +X186816394Y-125182843D01* +X187800000Y-125182843D01* +X187874689Y-125175487D01* +X187946508Y-125153701D01* +X188012696Y-125118322D01* +X188070711Y-125070711D01* +X188118322Y-125012696D01* +X188153701Y-124946508D01* +X188175487Y-124874689D01* +X188182843Y-124800000D01* +X188182843Y-124000000D01* +X188353286Y-124000000D01* +X188376088Y-124231516D01* +X188443619Y-124454136D01* +X188553283Y-124659303D01* +X188700866Y-124839134D01* +X188880697Y-124986717D01* +X189085864Y-125096381D01* +X189308484Y-125163912D01* +X189481984Y-125181000D01* +X189598016Y-125181000D01* +X189771516Y-125163912D01* +X189994136Y-125096381D01* +X190199303Y-124986717D01* +X190379134Y-124839134D01* +X190526717Y-124659303D01* +X190636381Y-124454136D01* +X190703912Y-124231516D01* +X190726714Y-124000000D01* +X190893286Y-124000000D01* +X190916088Y-124231516D01* +X190983619Y-124454136D01* +X191093283Y-124659303D01* +X191240866Y-124839134D01* +X191420697Y-124986717D01* +X191625864Y-125096381D01* +X191848484Y-125163912D01* +X192021984Y-125181000D01* +X192138016Y-125181000D01* +X192311516Y-125163912D01* +X192534136Y-125096381D01* +X192739303Y-124986717D01* +X192919134Y-124839134D01* +X193066717Y-124659303D01* +X193176381Y-124454136D01* +X193243912Y-124231516D01* +X193266714Y-124000000D01* +X193243912Y-123768484D01* +X193176381Y-123545864D01* +X193066717Y-123340697D01* +X192919134Y-123160866D01* +X192739303Y-123013283D01* +X192534136Y-122903619D01* +X192311516Y-122836088D01* +X192138016Y-122819000D01* +X192021984Y-122819000D01* +X191848484Y-122836088D01* +X191625864Y-122903619D01* +X191420697Y-123013283D01* +X191240866Y-123160866D01* +X191093283Y-123340697D01* +X190983619Y-123545864D01* +X190916088Y-123768484D01* +X190893286Y-124000000D01* +X190726714Y-124000000D01* +X190703912Y-123768484D01* +X190636381Y-123545864D01* +X190526717Y-123340697D01* +X190379134Y-123160866D01* +X190199303Y-123013283D01* +X189994136Y-122903619D01* +X189771516Y-122836088D01* +X189598016Y-122819000D01* +X189481984Y-122819000D01* +X189308484Y-122836088D01* +X189085864Y-122903619D01* +X188880697Y-123013283D01* +X188700866Y-123160866D01* +X188553283Y-123340697D01* +X188443619Y-123545864D01* +X188376088Y-123768484D01* +X188353286Y-124000000D01* +X188182843Y-124000000D01* +X188182843Y-123200000D01* +X188175487Y-123125311D01* +X188153701Y-123053492D01* +X188118322Y-122987304D01* +X188070711Y-122929289D01* +X188012696Y-122881678D01* +X187946508Y-122846299D01* +X187874689Y-122824513D01* +X187800000Y-122817157D01* +X187506000Y-122817157D01* +X187506000Y-120254891D01* +X188743713Y-119017178D01* +X189533000Y-119017178D01* +X189533000Y-119171022D01* +X189563013Y-119321909D01* +X189621887Y-119464042D01* +X189707358Y-119591959D01* +X189816141Y-119700742D01* +X189944058Y-119786213D01* +X190086191Y-119845087D01* +X190237078Y-119875100D01* +X190379409Y-119875100D01* +X193719228Y-123214920D01* +X193727867Y-123225446D01* +X193633283Y-123340697D01* +X193523619Y-123545864D01* +X193456088Y-123768484D01* +X193433286Y-124000000D01* +X193456088Y-124231516D01* +X193523619Y-124454136D01* +X193633283Y-124659303D01* +X193780866Y-124839134D01* +X193960697Y-124986717D01* +X194165864Y-125096381D01* +X194388484Y-125163912D01* +X194561984Y-125181000D01* +X194678016Y-125181000D01* +X194851516Y-125163912D01* +X195074136Y-125096381D01* +X195279303Y-124986717D01* +X195459134Y-124839134D01* +X195606717Y-124659303D01* +X195716381Y-124454136D01* +X195783912Y-124231516D01* +X195806714Y-124000000D01* +X195783912Y-123768484D01* +X195716381Y-123545864D01* +X195606717Y-123340697D01* +X195459134Y-123160866D01* +X195279303Y-123013283D01* +X195126000Y-122931341D01* +X195126000Y-122899554D01* +X195128448Y-122874700D01* +X195118678Y-122775507D01* +X195089745Y-122680125D01* +X195042759Y-122592221D01* +X194979527Y-122515173D01* +X194902479Y-122451941D01* +X194814575Y-122404955D01* +X194719193Y-122376022D01* +X194644854Y-122368700D01* +X194620000Y-122366252D01* +X194595146Y-122368700D01* +X194304192Y-122368700D01* +X191095000Y-119159509D01* +X191095000Y-119017178D01* +X191064987Y-118866291D01* +X191006113Y-118724158D01* +X190920642Y-118596241D01* +X190811859Y-118487458D01* +X190683942Y-118401987D01* +X190541809Y-118343113D01* +X190390922Y-118313100D01* +X190237078Y-118313100D01* +X190086191Y-118343113D01* +X189944058Y-118401987D01* +X189816141Y-118487458D01* +X189707358Y-118596241D01* +X189621887Y-118724158D01* +X189563013Y-118866291D01* +X189533000Y-119017178D01* +X188743713Y-119017178D01* +X189880220Y-117880672D01* +X189899527Y-117864827D01* +X189962759Y-117787779D01* +X190009745Y-117699875D01* +X190038678Y-117604493D01* +X190046000Y-117530154D01* +X190046000Y-117530147D01* +X190048447Y-117505301D01* +X190046000Y-117480455D01* +X190046000Y-117448659D01* +X190199303Y-117366717D01* +X190379134Y-117219134D01* +X190442347Y-117142109D01* +X190444041Y-117145279D01* +X190507273Y-117222327D01* +X190526585Y-117238176D01* +X196391394Y-123102986D01* +X196320866Y-123160866D01* +X196173283Y-123340697D01* +X196063619Y-123545864D01* +X195996088Y-123768484D01* +X195973286Y-124000000D01* +X195996088Y-124231516D01* +X196063619Y-124454136D01* +X196173283Y-124659303D01* +X196320866Y-124839134D01* +X196500697Y-124986717D01* +X196705864Y-125096381D01* +X196928484Y-125163912D01* +X197101984Y-125181000D01* +X197218016Y-125181000D01* +X197391516Y-125163912D01* +X197614136Y-125096381D01* +X197819303Y-124986717D01* +X197999134Y-124839134D01* +X198146717Y-124659303D01* +X198256381Y-124454136D01* +X198323912Y-124231516D01* +X198346714Y-124000000D01* +X198513286Y-124000000D01* +X198536088Y-124231516D01* +X198603619Y-124454136D01* +X198713283Y-124659303D01* +X198860866Y-124839134D01* +X199040697Y-124986717D01* +X199245864Y-125096381D01* +X199468484Y-125163912D01* +X199641984Y-125181000D01* +X199758016Y-125181000D01* +X199931516Y-125163912D01* +X200154136Y-125096381D01* +X200359303Y-124986717D01* +X200539134Y-124839134D01* +X200686717Y-124659303D01* +X200687041Y-124658697D01* +X200757095Y-124821004D01* +X200945759Y-125094529D01* +X201184159Y-125325992D01* +X201463135Y-125506498D01* +X201724073Y-125614572D01* +X201983000Y-125448630D01* +X201983000Y-124257000D01* +X202497000Y-124257000D01* +X202497000Y-125448630D01* +X202755927Y-125614572D01* +X203016865Y-125506498D01* +X203295841Y-125325992D01* +X203534241Y-125094529D01* +X203722905Y-124821004D01* +X203854581Y-124515928D01* +X203691662Y-124257000D01* +X202497000Y-124257000D01* +X201983000Y-124257000D01* +X201963000Y-124257000D01* +X201963000Y-123743000D01* +X201983000Y-123743000D01* +X201983000Y-122551370D01* +X202497000Y-122551370D01* +X202497000Y-123743000D01* +X203691662Y-123743000D01* +X203854581Y-123484072D01* +X203722905Y-123178996D01* +X203534241Y-122905471D01* +X203295841Y-122674008D01* +X203016865Y-122493502D01* +X202755927Y-122385428D01* +X202497000Y-122551370D01* +X201983000Y-122551370D01* +X201724073Y-122385428D01* +X201463135Y-122493502D01* +X201184159Y-122674008D01* +X200945759Y-122905471D01* +X200757095Y-123178996D01* +X200687041Y-123341303D01* +X200686717Y-123340697D01* +X200539134Y-123160866D01* +X200359303Y-123013283D01* +X200154136Y-122903619D01* +X199931516Y-122836088D01* +X199758016Y-122819000D01* +X199641984Y-122819000D01* +X199468484Y-122836088D01* +X199245864Y-122903619D01* +X199040697Y-123013283D01* +X198860866Y-123160866D01* +X198713283Y-123340697D01* +X198603619Y-123545864D01* +X198536088Y-123768484D01* +X198513286Y-124000000D01* +X198346714Y-124000000D01* +X198323912Y-123768484D01* +X198256381Y-123545864D01* +X198146717Y-123340697D01* +X197999134Y-123160866D01* +X197819303Y-123013283D01* +X197666000Y-122931341D01* +X197666000Y-122899554D01* +X197668448Y-122874700D01* +X197658678Y-122775507D01* +X197629745Y-122680125D01* +X197582759Y-122592221D01* +X197519527Y-122515173D01* +X197442479Y-122451941D01* +X197354575Y-122404955D01* +X197259193Y-122376022D01* +X197184854Y-122368700D01* +X197160000Y-122366252D01* +X197135146Y-122368700D01* +X197088292Y-122368700D01* +X192267808Y-117548217D01* +X192311516Y-117543912D01* +X192534136Y-117476381D01* +X192739303Y-117366717D01* +X192919134Y-117219134D01* +X193066717Y-117039303D01* +X193176381Y-116834136D01* +X193243912Y-116611516D01* +X193266714Y-116380000D01* +X193433286Y-116380000D01* +X193456088Y-116611516D01* +X193523619Y-116834136D01* +X193633283Y-117039303D01* +X193780866Y-117219134D01* +X193960697Y-117366717D01* +X194165864Y-117476381D01* +X194388484Y-117543912D01* +X194561984Y-117561000D01* +X194678016Y-117561000D01* +X194851516Y-117543912D01* +X195074136Y-117476381D01* +X195279303Y-117366717D01* +X195459134Y-117219134D01* +X195606717Y-117039303D01* +X195716381Y-116834136D01* +X195783912Y-116611516D01* +X195806714Y-116380000D01* +X195973286Y-116380000D01* +X195996088Y-116611516D01* +X196063619Y-116834136D01* +X196173283Y-117039303D01* +X196320866Y-117219134D01* +X196500697Y-117366717D01* +X196705864Y-117476381D01* +X196928484Y-117543912D01* +X197101984Y-117561000D01* +X197218016Y-117561000D01* +X197391516Y-117543912D01* +X197614136Y-117476381D01* +X197819303Y-117366717D01* +X197999134Y-117219134D01* +X198146717Y-117039303D01* +X198256381Y-116834136D01* +X198323912Y-116611516D01* +X198346714Y-116380000D01* +X198513286Y-116380000D01* +X198536088Y-116611516D01* +X198603619Y-116834136D01* +X198713283Y-117039303D01* +X198860866Y-117219134D01* +X199040697Y-117366717D01* +X199245864Y-117476381D01* +X199468484Y-117543912D01* +X199641984Y-117561000D01* +X199758016Y-117561000D01* +X199931516Y-117543912D01* +X200154136Y-117476381D01* +X200359303Y-117366717D01* +X200539134Y-117219134D01* +X200686717Y-117039303D01* +X200796381Y-116834136D01* +X200863912Y-116611516D01* +X200886714Y-116380000D01* +X201053286Y-116380000D01* +X201076088Y-116611516D01* +X201143619Y-116834136D01* +X201253283Y-117039303D01* +X201400866Y-117219134D01* +X201580697Y-117366717D01* +X201785864Y-117476381D01* +X202008484Y-117543912D01* +X202181984Y-117561000D01* +X202298016Y-117561000D01* +X202471516Y-117543912D01* +X202694136Y-117476381D01* +X202899303Y-117366717D01* +X203079134Y-117219134D01* +X203226717Y-117039303D01* +X203336381Y-116834136D01* +X203403912Y-116611516D01* +X203426714Y-116380000D01* +X203403912Y-116148484D01* +X203336381Y-115925864D01* +X203226717Y-115720697D01* +X203079134Y-115540866D01* +X202899303Y-115393283D01* +X202694136Y-115283619D01* +X202471516Y-115216088D01* +X202298016Y-115199000D01* +X202181984Y-115199000D01* +X202008484Y-115216088D01* +X201785864Y-115283619D01* +X201580697Y-115393283D01* +X201400866Y-115540866D01* +X201253283Y-115720697D01* +X201143619Y-115925864D01* +X201076088Y-116148484D01* +X201053286Y-116380000D01* +X200886714Y-116380000D01* +X200863912Y-116148484D01* +X200796381Y-115925864D01* +X200686717Y-115720697D01* +X200539134Y-115540866D01* +X200359303Y-115393283D01* +X200154136Y-115283619D01* +X199931516Y-115216088D01* +X199758016Y-115199000D01* +X199641984Y-115199000D01* +X199468484Y-115216088D01* +X199245864Y-115283619D01* +X199040697Y-115393283D01* +X198860866Y-115540866D01* +X198713283Y-115720697D01* +X198603619Y-115925864D01* +X198536088Y-116148484D01* +X198513286Y-116380000D01* +X198346714Y-116380000D01* +X198323912Y-116148484D01* +X198256381Y-115925864D01* +X198146717Y-115720697D01* +X197999134Y-115540866D01* +X197819303Y-115393283D01* +X197614136Y-115283619D01* +X197391516Y-115216088D01* +X197218016Y-115199000D01* +X197101984Y-115199000D01* +X196928484Y-115216088D01* +X196705864Y-115283619D01* +X196500697Y-115393283D01* +X196320866Y-115540866D01* +X196173283Y-115720697D01* +X196063619Y-115925864D01* +X195996088Y-116148484D01* +X195973286Y-116380000D01* +X195806714Y-116380000D01* +X195783912Y-116148484D01* +X195716381Y-115925864D01* +X195606717Y-115720697D01* +X195459134Y-115540866D01* +X195279303Y-115393283D01* +X195101000Y-115297978D01* +X195101000Y-109233936D01* +X195548770Y-108786167D01* +X195602479Y-108757459D01* +X195679527Y-108694227D01* +X195742759Y-108617179D01* +X195789745Y-108529275D01* +X195818678Y-108433893D01* +X195826000Y-108359554D01* +X195826000Y-101658659D01* +X195979303Y-101576717D01* +X196159134Y-101429134D01* +X196306717Y-101249303D01* +X196416381Y-101044136D01* +X196483912Y-100821516D01* +X196506714Y-100590000D01* +X196673286Y-100590000D01* +X196696088Y-100821516D01* +X196763619Y-101044136D01* +X196873283Y-101249303D01* +X197020866Y-101429134D01* +X197200697Y-101576717D01* +X197405864Y-101686381D01* +X197628484Y-101753912D01* +X197801984Y-101771000D01* +X197918016Y-101771000D01* +X198091516Y-101753912D01* +X198314136Y-101686381D01* +X198519303Y-101576717D01* +X198699134Y-101429134D01* +X198846717Y-101249303D01* +X198956381Y-101044136D01* +X199023912Y-100821516D01* +X199046714Y-100590000D01* +X199213286Y-100590000D01* +X199236088Y-100821516D01* +X199303619Y-101044136D01* +X199413283Y-101249303D01* +X199560866Y-101429134D01* +X199740697Y-101576717D01* +X199945864Y-101686381D01* +X200168484Y-101753912D01* +X200341984Y-101771000D01* +X200458016Y-101771000D01* +X200631516Y-101753912D01* +X200854136Y-101686381D01* +X201059303Y-101576717D01* +X201239134Y-101429134D01* +X201386717Y-101249303D01* +X201387041Y-101248697D01* +X201457095Y-101411004D01* +X201645759Y-101684529D01* +X201884159Y-101915992D01* +X202163135Y-102096498D01* +X202424073Y-102204572D01* +X202683000Y-102038630D01* +X202683000Y-100847000D01* +X203197000Y-100847000D01* +X203197000Y-102038630D01* +X203455927Y-102204572D01* +X203716865Y-102096498D01* +X203995841Y-101915992D01* +X204234241Y-101684529D01* +X204422905Y-101411004D01* +X204554581Y-101105928D01* +X204391662Y-100847000D01* +X203197000Y-100847000D01* +X202683000Y-100847000D01* +X202663000Y-100847000D01* +X202663000Y-100333000D01* +X202683000Y-100333000D01* +X202683000Y-99141370D01* +X203197000Y-99141370D01* +X203197000Y-100333000D01* +X204391662Y-100333000D01* +X204554581Y-100074072D01* +X204422905Y-99768996D01* +X204234241Y-99495471D01* +X203995841Y-99264008D01* +X203716865Y-99083502D01* +X203455927Y-98975428D01* +X203197000Y-99141370D01* +X202683000Y-99141370D01* +X202424073Y-98975428D01* +X202163135Y-99083502D01* +X201884159Y-99264008D01* +X201645759Y-99495471D01* +X201457095Y-99768996D01* +X201387041Y-99931303D01* +X201386717Y-99930697D01* +X201239134Y-99750866D01* +X201059303Y-99603283D01* +X200854136Y-99493619D01* +X200631516Y-99426088D01* +X200458016Y-99409000D01* +X200341984Y-99409000D01* +X200168484Y-99426088D01* +X199945864Y-99493619D01* +X199740697Y-99603283D01* +X199560866Y-99750866D01* +X199413283Y-99930697D01* +X199303619Y-100135864D01* +X199236088Y-100358484D01* +X199213286Y-100590000D01* +X199046714Y-100590000D01* +X199023912Y-100358484D01* +X198956381Y-100135864D01* +X198846717Y-99930697D01* +X198699134Y-99750866D01* +X198519303Y-99603283D01* +X198314136Y-99493619D01* +X198091516Y-99426088D01* +X197918016Y-99409000D01* +X197801984Y-99409000D01* +X197628484Y-99426088D01* +X197405864Y-99493619D01* +X197200697Y-99603283D01* +X197020866Y-99750866D01* +X196873283Y-99930697D01* +X196763619Y-100135864D01* +X196696088Y-100358484D01* +X196673286Y-100590000D01* +X196506714Y-100590000D01* +X196483912Y-100358484D01* +X196416381Y-100135864D01* +X196306717Y-99930697D01* +X196159134Y-99750866D01* +X195979303Y-99603283D01* +X195774136Y-99493619D01* +X195551516Y-99426088D01* +X195378016Y-99409000D01* +X195261984Y-99409000D01* +X195088484Y-99426088D01* +X194865864Y-99493619D01* +X194660697Y-99603283D01* +X194480866Y-99750866D01* +X194333283Y-99930697D01* +X194223619Y-100135864D01* +X194156088Y-100358484D01* +X194133286Y-100590000D01* +X194156088Y-100821516D01* +X194223619Y-101044136D01* +X194333283Y-101249303D01* +X194480866Y-101429134D01* +X194660697Y-101576717D01* +X194814001Y-101658660D01* +X194814000Y-108160463D01* +X194296594Y-108677870D01* +X194278236Y-108692936D01* +X194218128Y-108766178D01* +X194173464Y-108849740D01* +X194157973Y-108900807D01* +X194145960Y-108940408D01* +X194136673Y-109034700D01* +X194139000Y-109058326D01* +X194139001Y-115297978D01* +X193960697Y-115393283D01* +X193780866Y-115540866D01* +X193633283Y-115720697D01* +X193523619Y-115925864D01* +X193456088Y-116148484D01* +X193433286Y-116380000D01* +X193266714Y-116380000D01* +X193243912Y-116148484D01* +X193176381Y-115925864D01* +X193066717Y-115720697D01* +X192919134Y-115540866D01* +X192739303Y-115393283D01* +X192534136Y-115283619D01* +X192311516Y-115216088D01* +X192138016Y-115199000D01* +X192021984Y-115199000D01* +X191848484Y-115216088D01* +X191625864Y-115283619D01* +X191420697Y-115393283D01* +X191240866Y-115540866D01* +X191144266Y-115658574D01* +X190312276Y-114826585D01* +X190296427Y-114807273D01* +X190219379Y-114744041D01* +X190131475Y-114697055D01* +X190036093Y-114668122D01* +X189961754Y-114660800D01* +X189961746Y-114660800D01* +X189936900Y-114658353D01* +X189912054Y-114660800D01* +X189219201Y-114660800D01* +X189118559Y-114560158D01* +X188997873Y-114479518D01* +X191850220Y-111627172D01* +X191869527Y-111611327D01* +X191932759Y-111534279D01* +X191979745Y-111446375D01* +X192008678Y-111350993D01* +X192016000Y-111276654D01* +X192016000Y-111276647D01* +X192018447Y-111251801D01* +X192016000Y-111226955D01* +X192016000Y-101490795D01* +X192120697Y-101576717D01* +X192325864Y-101686381D01* +X192548484Y-101753912D01* +X192721984Y-101771000D01* +X192838016Y-101771000D01* +X193011516Y-101753912D01* +X193234136Y-101686381D01* +X193439303Y-101576717D01* +X193619134Y-101429134D01* +X193766717Y-101249303D01* +X193876381Y-101044136D01* +X193943912Y-100821516D01* +X193966714Y-100590000D01* +X193943912Y-100358484D01* +X193876381Y-100135864D01* +X193766717Y-99930697D01* +X193619134Y-99750866D01* +X193439303Y-99603283D01* +X193234136Y-99493619D01* +X193011516Y-99426088D01* +X192838016Y-99409000D01* +X192721984Y-99409000D01* +X192548484Y-99426088D01* +X192325864Y-99493619D01* +X192120697Y-99603283D01* +X192016000Y-99689205D01* +X192016000Y-98114891D01* +X195660220Y-94470672D01* +X195679527Y-94454827D01* +X195742759Y-94377779D01* +X195789745Y-94289875D01* +X195818678Y-94194493D01* +X195826000Y-94120154D01* +X195828448Y-94095300D01* +X195826000Y-94070446D01* +X195826000Y-94038659D01* +X195979303Y-93956717D01* +X196159134Y-93809134D01* +X196306717Y-93629303D01* +X196416381Y-93424136D01* +X196483912Y-93201516D01* +X196506714Y-92970000D01* +X196673286Y-92970000D01* +X196696088Y-93201516D01* +X196763619Y-93424136D01* +X196873283Y-93629303D01* +X197020866Y-93809134D01* +X197200697Y-93956717D01* +X197405864Y-94066381D01* +X197628484Y-94133912D01* +X197801984Y-94151000D01* +X197918016Y-94151000D01* +X198091516Y-94133912D01* +X198314136Y-94066381D01* +X198519303Y-93956717D01* +X198699134Y-93809134D01* +X198846717Y-93629303D01* +X198956381Y-93424136D01* +X199023912Y-93201516D01* +X199046714Y-92970000D01* +X199023912Y-92738484D01* +X198956381Y-92515864D01* +X198846717Y-92310697D01* +X198699134Y-92130866D01* +X198519303Y-91983283D01* +X198314136Y-91873619D01* +X198091516Y-91806088D01* +X197918016Y-91789000D01* +X197801984Y-91789000D01* +X197628484Y-91806088D01* +X197405864Y-91873619D01* +X197200697Y-91983283D01* +X197020866Y-92130866D01* +X196873283Y-92310697D01* +X196763619Y-92515864D01* +X196696088Y-92738484D01* +X196673286Y-92970000D01* +X196506714Y-92970000D01* +X196483912Y-92738484D01* +X196416381Y-92515864D01* +X196306717Y-92310697D01* +X196159134Y-92130866D01* +X195979303Y-91983283D01* +X195774136Y-91873619D01* +X195551516Y-91806088D01* +X195378016Y-91789000D01* +X195261984Y-91789000D01* +X195088484Y-91806088D01* +X194865864Y-91873619D01* +X194660697Y-91983283D01* +X194480866Y-92130866D01* +X194333283Y-92310697D01* +X194223619Y-92515864D01* +X194156088Y-92738484D01* +X194133286Y-92970000D01* +X194156088Y-93201516D01* +X194223619Y-93424136D01* +X194333283Y-93629303D01* +X194480866Y-93809134D01* +X194660697Y-93956717D01* +X194714326Y-93985382D01* +X191169785Y-97529924D01* +X191150473Y-97545773D01* +X191087241Y-97622821D01* +X191040255Y-97710726D01* +X191011322Y-97806108D01* +X191004000Y-97880447D01* +X191004000Y-97880454D01* +X191001553Y-97905300D01* +X191004000Y-97930146D01* +X191004000Y-99689205D01* +X190899303Y-99603283D01* +X190694136Y-99493619D01* +X190471516Y-99426088D01* +X190298016Y-99409000D01* +X190181984Y-99409000D01* +X190008484Y-99426088D01* +X189785864Y-99493619D01* +X189580697Y-99603283D01* +X189400866Y-99750866D01* +X189253283Y-99930697D01* +X189143619Y-100135864D01* +X189076088Y-100358484D01* +X189053286Y-100590000D01* +X189076088Y-100821516D01* +X189143619Y-101044136D01* +X189253283Y-101249303D01* +X189400866Y-101429134D01* +X189580697Y-101576717D01* +X189785864Y-101686381D01* +X190008484Y-101753912D01* +X190181984Y-101771000D01* +X190298016Y-101771000D01* +X190471516Y-101753912D01* +X190694136Y-101686381D01* +X190899303Y-101576717D01* +X191004000Y-101490794D01* +X191004001Y-111042207D01* +X187555185Y-114491024D01* +X187535873Y-114506873D01* +X187472641Y-114583921D01* +X187425655Y-114671826D01* +X187396722Y-114767208D01* +X187389400Y-114841547D01* +X187389400Y-114841554D01* +X187386953Y-114866400D01* +X187389400Y-114891247D01* +X187389401Y-115263982D01* +X187231516Y-115216088D01* +X187058016Y-115199000D01* +X186941984Y-115199000D01* +X186768484Y-115216088D01* +X186545864Y-115283619D01* +X186340697Y-115393283D01* +X186160866Y-115540866D01* +X186118409Y-115592600D01* +X185925869Y-115592600D01* +X184178265Y-113844997D01* +X184117400Y-113795046D01* +X184117400Y-101683781D01* +X184147304Y-101708322D01* +X184213492Y-101743701D01* +X184285311Y-101765487D01* +X184360000Y-101772843D01* +X185960000Y-101772843D01* +X186034689Y-101765487D01* +X186106508Y-101743701D01* +X186172696Y-101708322D01* +X186230711Y-101660711D01* +X186278322Y-101602696D01* +X186313701Y-101536508D01* +X186335487Y-101464689D01* +X186342843Y-101390000D01* +X186342843Y-99790000D01* +X186335487Y-99715311D01* +X186313701Y-99643492D01* +X186278322Y-99577304D01* +X186230711Y-99519289D01* +X186172696Y-99471678D01* +X186106508Y-99436299D01* +X186034689Y-99414513D01* +X185960000Y-99407157D01* +X184360000Y-99407157D01* +X184285311Y-99414513D01* +X184213492Y-99436299D01* +X184147304Y-99471678D01* +X184117400Y-99496219D01* +X184117400Y-93720151D01* +X184189043Y-93648507D01* +X184320866Y-93809134D01* +X184500697Y-93956717D01* +X184705864Y-94066381D01* +X184928484Y-94133912D01* +X185101984Y-94151000D01* +X185218016Y-94151000D01* +X185391516Y-94133912D01* +X185614136Y-94066381D01* +X185819303Y-93956717D01* +X185908700Y-93883351D01* +X185908700Y-98154554D01* +X185906253Y-98179400D01* +X185908700Y-98204246D01* +X185908700Y-98204253D01* +X185916022Y-98278592D01* +X185944955Y-98373974D01* +X185991941Y-98461879D01* +X186055173Y-98538927D01* +X186074485Y-98554776D01* +X187094326Y-99574618D01* +X187040697Y-99603283D01* +X186860866Y-99750866D01* +X186713283Y-99930697D01* +X186603619Y-100135864D01* +X186536088Y-100358484D01* +X186513286Y-100590000D01* +X186536088Y-100821516D01* +X186603619Y-101044136D01* +X186713283Y-101249303D01* +X186860866Y-101429134D01* +X187040697Y-101576717D01* +X187245864Y-101686381D01* +X187468484Y-101753912D01* +X187641984Y-101771000D01* +X187758016Y-101771000D01* +X187931516Y-101753912D01* +X188154136Y-101686381D01* +X188359303Y-101576717D01* +X188539134Y-101429134D01* +X188686717Y-101249303D01* +X188796381Y-101044136D01* +X188863912Y-100821516D01* +X188886714Y-100590000D01* +X188863912Y-100358484D01* +X188796381Y-100135864D01* +X188686717Y-99930697D01* +X188539134Y-99750866D01* +X188359303Y-99603283D01* +X188206000Y-99521341D01* +X188206000Y-99489554D01* +X188208448Y-99464700D01* +X188198678Y-99365507D01* +X188169745Y-99270125D01* +X188164104Y-99259572D01* +X188122759Y-99182221D01* +X188059527Y-99105173D01* +X188040220Y-99089328D01* +X186920700Y-97969809D01* +X186920700Y-93858238D01* +X187040697Y-93956717D01* +X187245864Y-94066381D01* +X187468484Y-94133912D01* +X187641984Y-94151000D01* +X187758016Y-94151000D01* +X187931516Y-94133912D01* +X188154136Y-94066381D01* +X188359303Y-93956717D01* +X188539134Y-93809134D01* +X188686717Y-93629303D01* +X188796381Y-93424136D01* +X188863912Y-93201516D01* +X188886714Y-92970000D01* +X189053286Y-92970000D01* +X189076088Y-93201516D01* +X189143619Y-93424136D01* +X189253283Y-93629303D01* +X189400866Y-93809134D01* +X189580697Y-93956717D01* +X189785864Y-94066381D01* +X190008484Y-94133912D01* +X190181984Y-94151000D01* +X190298016Y-94151000D01* +X190471516Y-94133912D01* +X190694136Y-94066381D01* +X190899303Y-93956717D01* +X191079134Y-93809134D01* +X191226717Y-93629303D01* +X191336381Y-93424136D01* +X191403912Y-93201516D01* +X191426714Y-92970000D01* +X191593286Y-92970000D01* +X191616088Y-93201516D01* +X191683619Y-93424136D01* +X191793283Y-93629303D01* +X191940866Y-93809134D01* +X192120697Y-93956717D01* +X192325864Y-94066381D01* +X192548484Y-94133912D01* +X192721984Y-94151000D01* +X192838016Y-94151000D01* +X193011516Y-94133912D01* +X193234136Y-94066381D01* +X193439303Y-93956717D01* +X193619134Y-93809134D01* +X193766717Y-93629303D01* +X193876381Y-93424136D01* +X193943912Y-93201516D01* +X193966714Y-92970000D01* +X193943912Y-92738484D01* +X193876381Y-92515864D01* +X193766717Y-92310697D01* +X193619134Y-92130866D01* +X193439303Y-91983283D01* +X193234136Y-91873619D01* +X193011516Y-91806088D01* +X192838016Y-91789000D01* +X192721984Y-91789000D01* +X192548484Y-91806088D01* +X192325864Y-91873619D01* +X192120697Y-91983283D01* +X191940866Y-92130866D01* +X191793283Y-92310697D01* +X191683619Y-92515864D01* +X191616088Y-92738484D01* +X191593286Y-92970000D01* +X191426714Y-92970000D01* +X191403912Y-92738484D01* +X191336381Y-92515864D01* +X191226717Y-92310697D01* +X191079134Y-92130866D01* +X190899303Y-91983283D01* +X190694136Y-91873619D01* +X190471516Y-91806088D01* +X190298016Y-91789000D01* +X190181984Y-91789000D01* +X190008484Y-91806088D01* +X189785864Y-91873619D01* +X189580697Y-91983283D01* +X189400866Y-92130866D01* +X189253283Y-92310697D01* +X189143619Y-92515864D01* +X189076088Y-92738484D01* +X189053286Y-92970000D01* +X188886714Y-92970000D01* +X188863912Y-92738484D01* +X188796381Y-92515864D01* +X188686717Y-92310697D01* +X188539134Y-92130866D01* +X188359303Y-91983283D01* +X188305674Y-91954618D01* +X189135220Y-91125072D01* +X189154527Y-91109227D01* +X189217759Y-91032179D01* +X189264745Y-90944275D01* +X189293678Y-90848893D01* +X189301000Y-90774554D01* +X189303448Y-90749700D01* +X189301000Y-90724846D01* +X189301000Y-78338485D01* +X189420697Y-78436717D01* +X189625864Y-78546381D01* +X189848484Y-78613912D01* +X190021984Y-78631000D01* +X190138016Y-78631000D01* +X190311516Y-78613912D01* +X190534136Y-78546381D01* +X190739303Y-78436717D01* +X190919134Y-78289134D01* +X191066717Y-78109303D01* +X191176381Y-77904136D01* +X191243912Y-77681516D01* +X191266714Y-77450000D01* +X191243912Y-77218484D01* +X191176381Y-76995864D01* +X191066717Y-76790697D01* +X190919134Y-76610866D01* +X190739303Y-76463283D01* +X190534136Y-76353619D01* +X190311516Y-76286088D01* +X190138016Y-76269000D01* +X190021984Y-76269000D01* +X189848484Y-76286088D01* +X189625864Y-76353619D01* +X189420697Y-76463283D01* +X189301000Y-76561515D01* +X189301000Y-72449891D01* +X190420220Y-71330672D01* +X190439527Y-71314827D01* +X190502759Y-71237779D01* +X190549745Y-71149875D01* +X190572652Y-71074358D01* +X190578678Y-71054494D01* +X190582100Y-71019745D01* +X190586000Y-70980154D01* +X190586000Y-70980147D01* +X190588447Y-70955301D01* +X190586000Y-70930455D01* +X190586000Y-70898659D01* +X190739303Y-70816717D01* +X190919134Y-70669134D01* +X191066717Y-70489303D01* +X191176381Y-70284136D01* +X191243912Y-70061516D01* +X191266714Y-69830000D01* +X191243912Y-69598484D01* +X191176381Y-69375864D01* +X191068215Y-69173500D01* +X191631785Y-69173500D01* +X191523619Y-69375864D01* +X191456088Y-69598484D01* +X191433286Y-69830000D01* +X191456088Y-70061516D01* +X191523619Y-70284136D01* +X191633283Y-70489303D01* +X191780866Y-70669134D01* +X191960697Y-70816717D01* +X192114001Y-70898660D01* +X192114001Y-70930444D01* +X192111553Y-70955300D01* +X192121322Y-71054492D01* +X192150255Y-71149874D01* +X192164223Y-71176006D01* +X192197242Y-71237779D01* +X192260474Y-71314827D01* +X192279780Y-71330671D01* +X193239301Y-72290193D01* +X193239301Y-76441901D01* +X193074136Y-76353619D01* +X192851516Y-76286088D01* +X192678016Y-76269000D01* +X192561984Y-76269000D01* +X192388484Y-76286088D01* +X192165864Y-76353619D01* +X191960697Y-76463283D01* +X191780866Y-76610866D01* +X191633283Y-76790697D01* +X191523619Y-76995864D01* +X191456088Y-77218484D01* +X191433286Y-77450000D01* +X191456088Y-77681516D01* +X191523619Y-77904136D01* +X191633283Y-78109303D01* +X191780866Y-78289134D01* +X191960697Y-78436717D01* +X192165864Y-78546381D01* +X192388484Y-78613912D01* +X192561984Y-78631000D01* +X192678016Y-78631000D01* +X192851516Y-78613912D01* +X193074136Y-78546381D01* +X193239301Y-78458099D01* +X193239300Y-85165154D01* +X193236853Y-85190000D01* +X193239300Y-85214846D01* +X193239300Y-85214853D01* +X193246622Y-85289192D01* +X193275555Y-85384574D01* +X193322541Y-85472479D01* +X193385773Y-85549527D01* +X193405085Y-85565376D01* +X199794326Y-91954618D01* +X199740697Y-91983283D01* +X199560866Y-92130866D01* +X199413283Y-92310697D01* +X199303619Y-92515864D01* +X199236088Y-92738484D01* +X199213286Y-92970000D01* +X199236088Y-93201516D01* +X199303619Y-93424136D01* +X199413283Y-93629303D01* +X199560866Y-93809134D01* +X199740697Y-93956717D01* +X199945864Y-94066381D01* +X200168484Y-94133912D01* +X200341984Y-94151000D01* +X200458016Y-94151000D01* +X200631516Y-94133912D01* +X200854136Y-94066381D01* +X201059303Y-93956717D01* +X201239134Y-93809134D01* +X201386717Y-93629303D01* +X201496381Y-93424136D01* +X201563912Y-93201516D01* +X201586714Y-92970000D01* +X201753286Y-92970000D01* +X201776088Y-93201516D01* +X201843619Y-93424136D01* +X201953283Y-93629303D01* +X202100866Y-93809134D01* +X202280697Y-93956717D01* +X202485864Y-94066381D01* +X202708484Y-94133912D01* +X202881984Y-94151000D01* +X202998016Y-94151000D01* +X203171516Y-94133912D01* +X203394136Y-94066381D01* +X203599303Y-93956717D01* +X203779134Y-93809134D01* +X203926717Y-93629303D01* +X204036381Y-93424136D01* +X204103912Y-93201516D01* +X204126714Y-92970000D01* +X204103912Y-92738484D01* +X204036381Y-92515864D01* +X203926717Y-92310697D01* +X203779134Y-92130866D01* +X203599303Y-91983283D01* +X203394136Y-91873619D01* +X203171516Y-91806088D01* +X202998016Y-91789000D01* +X202881984Y-91789000D01* +X202708484Y-91806088D01* +X202485864Y-91873619D01* +X202280697Y-91983283D01* +X202100866Y-92130866D01* +X201953283Y-92310697D01* +X201843619Y-92515864D01* +X201776088Y-92738484D01* +X201753286Y-92970000D01* +X201586714Y-92970000D01* +X201563912Y-92738484D01* +X201496381Y-92515864D01* +X201386717Y-92310697D01* +X201239134Y-92130866D01* +X201059303Y-91983283D01* +X200906000Y-91901341D01* +X200906000Y-91869546D01* +X200908447Y-91844700D01* +X200906000Y-91819854D01* +X200906000Y-91819846D01* +X200898678Y-91745507D01* +X200869745Y-91650125D01* +X200822759Y-91562221D01* +X200759527Y-91485173D01* +X200740220Y-91469328D01* +X194251300Y-84980409D01* +X194251300Y-78204367D01* +X194320866Y-78289134D01* +X194500697Y-78436717D01* +X194705864Y-78546381D01* +X194928484Y-78613912D01* +X195101984Y-78631000D01* +X195218016Y-78631000D01* +X195391516Y-78613912D01* +X195614136Y-78546381D01* +X195819303Y-78436717D01* +X195999134Y-78289134D01* +X196146717Y-78109303D01* +X196256381Y-77904136D01* +X196323912Y-77681516D01* +X196346714Y-77450000D01* +X196513286Y-77450000D01* +X196536088Y-77681516D01* +X196603619Y-77904136D01* +X196713283Y-78109303D01* +X196860866Y-78289134D01* +X197040697Y-78436717D01* +X197245864Y-78546381D01* +X197468484Y-78613912D01* +X197641984Y-78631000D01* +X197758016Y-78631000D01* +X197931516Y-78613912D01* +X198154136Y-78546381D01* +X198359303Y-78436717D01* +X198539134Y-78289134D01* +X198686717Y-78109303D01* +X198796381Y-77904136D01* +X198863912Y-77681516D01* +X198886714Y-77450000D01* +X199053286Y-77450000D01* +X199076088Y-77681516D01* +X199143619Y-77904136D01* +X199253283Y-78109303D01* +X199400866Y-78289134D01* +X199580697Y-78436717D01* +X199785864Y-78546381D01* +X200008484Y-78613912D01* +X200181984Y-78631000D01* +X200298016Y-78631000D01* +X200471516Y-78613912D01* +X200694136Y-78546381D01* +X200899303Y-78436717D01* +X201079134Y-78289134D01* +X201226717Y-78109303D01* +X201227041Y-78108697D01* +X201297095Y-78271004D01* +X201485759Y-78544529D01* +X201724159Y-78775992D01* +X202003135Y-78956498D01* +X202264073Y-79064572D01* +X202523000Y-78898630D01* +X202523000Y-77707000D01* +X203037000Y-77707000D01* +X203037000Y-78898630D01* +X203295927Y-79064572D01* +X203556865Y-78956498D01* +X203835841Y-78775992D01* +X204074241Y-78544529D01* +X204262905Y-78271004D01* +X204394581Y-77965928D01* +X204231662Y-77707000D01* +X203037000Y-77707000D01* +X202523000Y-77707000D01* +X202503000Y-77707000D01* +X202503000Y-77193000D01* +X202523000Y-77193000D01* +X202523000Y-76001370D01* +X203037000Y-76001370D01* +X203037000Y-77193000D01* +X204231662Y-77193000D01* +X204394581Y-76934072D01* +X204262905Y-76628996D01* +X204074241Y-76355471D01* +X203835841Y-76124008D01* +X203556865Y-75943502D01* +X203295927Y-75835428D01* +X203037000Y-76001370D01* +X202523000Y-76001370D01* +X202264073Y-75835428D01* +X202003135Y-75943502D01* +X201724159Y-76124008D01* +X201485759Y-76355471D01* +X201297095Y-76628996D01* +X201227041Y-76791303D01* +X201226717Y-76790697D01* +X201079134Y-76610866D01* +X200899303Y-76463283D01* +X200694136Y-76353619D01* +X200471516Y-76286088D01* +X200298016Y-76269000D01* +X200181984Y-76269000D01* +X200008484Y-76286088D01* +X199785864Y-76353619D01* +X199580697Y-76463283D01* +X199400866Y-76610866D01* +X199253283Y-76790697D01* +X199143619Y-76995864D01* +X199076088Y-77218484D01* +X199053286Y-77450000D01* +X198886714Y-77450000D01* +X198863912Y-77218484D01* +X198796381Y-76995864D01* +X198686717Y-76790697D01* +X198539134Y-76610866D01* +X198359303Y-76463283D01* +X198154136Y-76353619D01* +X197931516Y-76286088D01* +X197758016Y-76269000D01* +X197641984Y-76269000D01* +X197468484Y-76286088D01* +X197245864Y-76353619D01* +X197040697Y-76463283D01* +X196860866Y-76610866D01* +X196713283Y-76790697D01* +X196603619Y-76995864D01* +X196536088Y-77218484D01* +X196513286Y-77450000D01* +X196346714Y-77450000D01* +X196323912Y-77218484D01* +X196256381Y-76995864D01* +X196146717Y-76790697D01* +X195999134Y-76610866D01* +X195819303Y-76463283D01* +X195614136Y-76353619D01* +X195391516Y-76286088D01* +X195218016Y-76269000D01* +X195101984Y-76269000D01* +X194928484Y-76286088D01* +X194705864Y-76353619D01* +X194500697Y-76463283D01* +X194320866Y-76610866D01* +X194251300Y-76695633D01* +X194251300Y-72105454D01* +X194253748Y-72080600D01* +X194243978Y-71981407D01* +X194215045Y-71886025D01* +X194201439Y-71860571D01* +X194168059Y-71798121D01* +X194104827Y-71721073D01* +X194085520Y-71705228D01* +X193225674Y-70845382D01* +X193279303Y-70816717D01* +X193459134Y-70669134D01* +X193606717Y-70489303D01* +X193607041Y-70488697D01* +X193677095Y-70651004D01* +X193865759Y-70924529D01* +X194104159Y-71155992D01* +X194383135Y-71336498D01* +X194644073Y-71444572D01* +X194903000Y-71278630D01* +X194903000Y-70087000D01* +X194883000Y-70087000D01* +X194883000Y-69573000D01* +X194903000Y-69573000D01* +X194903000Y-69173500D01* +X195417000Y-69173500D01* +X195417000Y-69573000D01* +X195437000Y-69573000D01* +X195437000Y-70087000D01* +X195417000Y-70087000D01* +X195417000Y-71278630D01* +X195675927Y-71444572D01* +X195936865Y-71336498D01* +X196215841Y-71155992D01* +X196454241Y-70924529D01* +X196642905Y-70651004D01* +X196712959Y-70488697D01* +X196713283Y-70489303D01* +X196860866Y-70669134D01* +X197040697Y-70816717D01* +X197245864Y-70926381D01* +X197468484Y-70993912D01* +X197641984Y-71011000D01* +X197758016Y-71011000D01* +X197931516Y-70993912D01* +X198154136Y-70926381D01* +X198359303Y-70816717D01* +X198539134Y-70669134D01* +X198686717Y-70489303D01* +X198796381Y-70284136D01* +X198863912Y-70061516D01* +X198886714Y-69830000D01* +X198863912Y-69598484D01* +X198796381Y-69375864D01* +X198688215Y-69173500D01* +X199251785Y-69173500D01* +X199143619Y-69375864D01* +X199076088Y-69598484D01* +X199053286Y-69830000D01* +X199076088Y-70061516D01* +X199143619Y-70284136D01* +X199253283Y-70489303D01* +X199400866Y-70669134D01* +X199580697Y-70816717D01* +X199785864Y-70926381D01* +X200008484Y-70993912D01* +X200181984Y-71011000D01* +X200298016Y-71011000D01* +X200471516Y-70993912D01* +X200694136Y-70926381D01* +X200899303Y-70816717D01* +X201079134Y-70669134D01* +X201226717Y-70489303D01* +X201336381Y-70284136D01* +X201403912Y-70061516D01* +X201426714Y-69830000D01* +X201403912Y-69598484D01* +X201336381Y-69375864D01* +X201228215Y-69173500D01* +X201477909Y-69173500D01* +X201682840Y-69378431D01* +X201616088Y-69598484D01* +X201593286Y-69830000D01* +X201616088Y-70061516D01* +X201683619Y-70284136D01* +X201793283Y-70489303D01* +X201940866Y-70669134D01* +X202120697Y-70816717D01* +X202325864Y-70926381D01* +X202548484Y-70993912D01* +X202721984Y-71011000D01* +X202838016Y-71011000D01* +X203011516Y-70993912D01* +X203234136Y-70926381D01* +X203439303Y-70816717D01* +X203619134Y-70669134D01* +X203766717Y-70489303D01* +X203876381Y-70284136D01* +X203943912Y-70061516D01* +X203966714Y-69830000D01* +X203943912Y-69598484D01* +X203876381Y-69375864D01* +X203766717Y-69170697D01* +X203619134Y-68990866D01* +X203439303Y-68843283D01* +X203234136Y-68733619D01* +X203011516Y-68666088D01* +X202838016Y-68649000D01* +X202721984Y-68649000D01* +X202548484Y-68666088D01* +X202435847Y-68700256D01* +X202062876Y-68327285D01* +X202047027Y-68307973D01* +X201969979Y-68244741D01* +X201882075Y-68197755D01* +X201786693Y-68168822D01* +X201712354Y-68161500D01* +X201712346Y-68161500D01* +X201687500Y-68159053D01* +X201662654Y-68161500D01* +X184521346Y-68161500D01* +X184496500Y-68159053D01* +X184471654Y-68161500D01* +X184471646Y-68161500D01* +X184397307Y-68168822D01* +X184301925Y-68197755D01* +X184214021Y-68244741D01* +X184136973Y-68307973D01* +X184121128Y-68327280D01* +X181889085Y-70559324D01* +X181869773Y-70575173D01* +X181806541Y-70652221D01* +X181759555Y-70740126D01* +X181730622Y-70835508D01* +X181723300Y-70909847D01* +X181723300Y-70909854D01* +X181720853Y-70934700D01* +X181723300Y-70959546D01* +X181723300Y-70961808D01* +X180709919Y-71975189D01* +X180653203Y-71838264D01* +X180351951Y-71771502D01* +X179503453Y-72620000D01* +X179517595Y-72634142D01* +X179154142Y-72997595D01* +X179140000Y-72983453D01* +X178866853Y-73256600D01* +X178855192Y-73256600D01* +X178497569Y-72898978D01* +X178776547Y-72620000D01* +X178762405Y-72605858D01* +X179125858Y-72242405D01* +X179140000Y-72256547D01* +X179988498Y-71408049D01* +X179921736Y-71106797D01* +X179611504Y-70983364D01* +X179283152Y-70922826D01* +X178949299Y-70927509D01* +X178622775Y-70997233D01* +X178358264Y-71106797D01* +X178291503Y-71408047D01* +X178215400Y-71331944D01* +X178215400Y-67174245D01* +X178217847Y-67149399D01* +X178215400Y-67124553D01* +X178215400Y-67124546D01* +X178208078Y-67050207D01* +X178179145Y-66954825D01* +X178132159Y-66866921D01* +X178068927Y-66789873D01* +X178049620Y-66774028D01* +X173642875Y-62367284D01* +X173657152Y-62332817D01* +X173701000Y-62112379D01* +X173701000Y-61887621D01* +X173959000Y-61887621D01* +X173959000Y-62112379D01* +X174002848Y-62332817D01* +X174088859Y-62540466D01* +X174213727Y-62727345D01* +X174372655Y-62886273D01* +X174559534Y-63011141D01* +X174767183Y-63097152D01* +X174987621Y-63141000D01* +X175212379Y-63141000D01* +X175432817Y-63097152D01* +X175640466Y-63011141D01* +X175827345Y-62886273D01* +X175986273Y-62727345D01* +X176111141Y-62540466D01* +X176197152Y-62332817D01* +X176241000Y-62112379D01* +X176241000Y-61887621D01* +X176197152Y-61667183D01* +X176111141Y-61459534D01* +X175986273Y-61272655D01* +X175827345Y-61113727D01* +X175678786Y-61014463D01* +X175857832Y-60940300D01* +X175919626Y-60643081D01* +X176093762Y-60817217D01* +X176158875Y-60752104D01* +X176244077Y-60855923D01* +X176380358Y-60967766D01* +X176535841Y-61050874D01* +X176704549Y-61102051D01* +X176880000Y-61119331D01* +X176907477Y-61118905D01* +X176753727Y-61272655D01* +X176628859Y-61459534D01* +X176542848Y-61667183D01* +X176499000Y-61887621D01* +X176499000Y-62112379D01* +X176542848Y-62332817D01* +X176628859Y-62540466D01* +X176753727Y-62727345D01* +X176912655Y-62886273D01* +X177099534Y-63011141D01* +X177307183Y-63097152D01* +X177527621Y-63141000D01* +X177752379Y-63141000D01* +X177972817Y-63097152D01* +X178180466Y-63011141D01* +X178367345Y-62886273D01* +X178526273Y-62727345D01* +X178651141Y-62540466D01* +X178737152Y-62332817D01* +X178781000Y-62112379D01* +X178781000Y-61887621D01* +X178737152Y-61667183D01* +X178651141Y-61459534D01* +X178526273Y-61272655D01* +X178372523Y-61118905D01* +X178400000Y-61119331D01* +X178575451Y-61102051D01* +X178744159Y-61050874D01* +X178899642Y-60967766D01* +X179035923Y-60855923D01* +X179147766Y-60719642D01* +X179230874Y-60564159D01* +X179282051Y-60395451D01* +X179299331Y-60220000D01* +X179296420Y-60032275D01* +X181574000Y-60032275D01* +X181574000Y-60407725D01* +X181647247Y-60775960D01* +X181790925Y-61122829D01* +X181999513Y-61435004D01* +X182264996Y-61700487D01* +X182577171Y-61909075D01* +X182924040Y-62052753D01* +X183292275Y-62126000D01* +X183667725Y-62126000D01* +X184035960Y-62052753D01* +X184382829Y-61909075D01* +X184695004Y-61700487D01* +X184960487Y-61435004D01* +X185169075Y-61122829D01* +X185312753Y-60775960D01* +X185386000Y-60407725D01* +X185386000Y-60032275D01* +X185312753Y-59664040D01* +X185169075Y-59317171D01* +X184960487Y-59004996D01* +X184695004Y-58739513D01* +X184382829Y-58530925D01* +X184035960Y-58387247D01* +X183667725Y-58314000D01* +X183292275Y-58314000D01* +X182924040Y-58387247D01* +X182577171Y-58530925D01* +X182264996Y-58739513D01* +X181999513Y-59004996D01* +X181790925Y-59317171D01* +X181647247Y-59664040D01* +X181574000Y-60032275D01* +X179296420Y-60032275D01* +X179295000Y-59940750D01* +X179071250Y-59717000D01* +X177897000Y-59717000D01* +X177897000Y-59737000D01* +X177383000Y-59737000D01* +X177383000Y-59717000D01* +X177363000Y-59717000D01* +X177363000Y-59203000D01* +X177383000Y-59203000D01* +X177383000Y-58028750D01* +X177897000Y-58028750D01* +X177897000Y-59203000D01* +X179071250Y-59203000D01* +X179295000Y-58979250D01* +X179299331Y-58700000D01* +X179282051Y-58524549D01* +X179230874Y-58355841D01* +X179147766Y-58200358D01* +X179035923Y-58064077D01* +X178899642Y-57952234D01* +X178744159Y-57869126D01* +X178575451Y-57817949D01* +X178400000Y-57800669D01* +X178120750Y-57805000D01* +X177897000Y-58028750D01* +X177383000Y-58028750D01* +X177159250Y-57805000D01* +X176880000Y-57800669D01* +X176704549Y-57817949D01* +X176535841Y-57869126D01* +X176380358Y-57952234D01* +X176244077Y-58064077D01* +X176158875Y-58167896D01* +X176093762Y-58102783D01* +X175919626Y-58276919D01* +X175857832Y-57979700D01* +X175554479Y-57860298D01* +X175233659Y-57802371D01* +X174907704Y-57808146D01* +X174589138Y-57877402D01* +X174342168Y-57979700D01* +X174280373Y-58276921D01* +X175100000Y-59096547D01* +X175114142Y-59082405D01* +X175477595Y-59445858D01* +X175463453Y-59460000D01* +X175477595Y-59474142D01* +X175114142Y-59837595D01* +X175100000Y-59823453D01* +X174280373Y-60643079D01* +X174342168Y-60940300D01* +X174524689Y-61012142D01* +X174372655Y-61113727D01* +X174213727Y-61272655D01* +X174088859Y-61459534D01* +X174002848Y-61667183D01* +X173959000Y-61887621D01* +X173701000Y-61887621D01* +X173657152Y-61667183D01* +X173571141Y-61459534D01* +X173446273Y-61272655D01* +X173287345Y-61113727D01* +X173138786Y-61014463D01* +X173317832Y-60940300D01* +X173379627Y-60643079D01* +X172560000Y-59823453D01* +X171740373Y-60643079D01* +X171802168Y-60940300D01* +X171984689Y-61012142D01* +X171832655Y-61113727D01* +X171673727Y-61272655D01* +X171548859Y-61459534D01* +X171462848Y-61667183D01* +X171419000Y-61887621D01* +X171419000Y-62112379D01* +X171462848Y-62332817D01* +X171548859Y-62540466D01* +X171673727Y-62727345D01* +X171832655Y-62886273D01* +X172019534Y-63011141D01* +X172227183Y-63097152D01* +X172447621Y-63141000D01* +X172672379Y-63141000D01* +X172892817Y-63097152D01* +X172927284Y-63082875D01* +X177203401Y-67358993D01* +X177203400Y-72801554D01* +X177200953Y-72826400D01* +X177203400Y-72851246D01* +X177203400Y-72851253D01* +X177210722Y-72925592D01* +X177239655Y-73020974D01* +X177286641Y-73108879D01* +X177349873Y-73185927D01* +X177369185Y-73201776D01* +X178270228Y-74102820D01* +X178286073Y-74122127D01* +X178363121Y-74185359D01* +X178390858Y-74200185D01* +X178387157Y-74202658D01* +X178222658Y-74367157D01* +X178093412Y-74560587D01* +X178004386Y-74775515D01* +X177959000Y-75003682D01* +X177959000Y-75236318D01* +X178004386Y-75464485D01* +X178093412Y-75679413D01* +X178222658Y-75872843D01* +X178352600Y-76002785D01* +X178352600Y-76831337D01* +X178348792Y-76870000D01* +X178352600Y-76908663D01* +X178352600Y-76908672D01* +X178363994Y-77024356D01* +X178409018Y-77172782D01* +X178482134Y-77309571D01* +X178580531Y-77429469D01* +X178610578Y-77454128D01* +X181602601Y-80446152D01* +X181602600Y-87803849D01* +X181433849Y-87972600D01* +X174901591Y-87972600D01* +X174859134Y-87920866D01* +X174679303Y-87773283D01* +X174474136Y-87663619D01* +X174251516Y-87596088D01* +X174112951Y-87582441D01* +X174439020Y-87256372D01* +X174458327Y-87240527D01* +X174521559Y-87163479D01* +X174568545Y-87075575D01* +X174597478Y-86980193D01* +X174597833Y-86976594D01* +X174600548Y-86949019D01* +X174604800Y-86905854D01* +X174604800Y-86905847D01* +X174607247Y-86881001D01* +X174604800Y-86856155D01* +X174604800Y-78886402D01* +X174713135Y-78956498D01* +X174974073Y-79064572D01* +X175233000Y-78898630D01* +X175233000Y-77707000D01* +X175747000Y-77707000D01* +X175747000Y-78898630D01* +X176005927Y-79064572D01* +X176266865Y-78956498D01* +X176545841Y-78775992D01* +X176784241Y-78544529D01* +X176972905Y-78271004D01* +X177104581Y-77965928D01* +X176941662Y-77707000D01* +X175747000Y-77707000D01* +X175233000Y-77707000D01* +X175213000Y-77707000D01* +X175213000Y-77193000D01* +X175233000Y-77193000D01* +X175233000Y-76001370D01* +X175747000Y-76001370D01* +X175747000Y-77193000D01* +X176941662Y-77193000D01* +X177104581Y-76934072D01* +X176972905Y-76628996D01* +X176784241Y-76355471D01* +X176545841Y-76124008D01* +X176266865Y-75943502D01* +X176005927Y-75835428D01* +X175747000Y-76001370D01* +X175233000Y-76001370D01* +X174974073Y-75835428D01* +X174713135Y-75943502D01* +X174602916Y-76014817D01* +X174597478Y-75959607D01* +X174595952Y-75954574D01* +X174579267Y-75899572D01* +X174568545Y-75864225D01* +X174521559Y-75776321D01* +X174458327Y-75699273D01* +X174439020Y-75683428D01* +X169015388Y-70259797D01* +X169090125Y-70299745D01* +X169185507Y-70328678D01* +X169284700Y-70338448D01* +X169309554Y-70336000D01* +X169341341Y-70336000D01* +X169423283Y-70489303D01* +X169570866Y-70669134D01* +X169750697Y-70816717D01* +X169955864Y-70926381D01* +X170178484Y-70993912D01* +X170351984Y-71011000D01* +X170468016Y-71011000D01* +X170641516Y-70993912D01* +X170864136Y-70926381D01* +X171069303Y-70816717D01* +X171249134Y-70669134D01* +X171396717Y-70489303D01* +X171506381Y-70284136D01* +X171573912Y-70061516D01* +X171596714Y-69830000D01* +X171573912Y-69598484D01* +X171506381Y-69375864D01* +X171396717Y-69170697D01* +X171249134Y-68990866D01* +X171069303Y-68843283D01* +X170864136Y-68733619D01* +X170641516Y-68666088D01* +X170468016Y-68649000D01* +X170351984Y-68649000D01* +X170178484Y-68666088D01* +X169955864Y-68733619D01* +X169750697Y-68843283D01* +X169570866Y-68990866D01* +X169505052Y-69071060D01* +X165456976Y-65022985D01* +X165441127Y-65003673D01* +X165364079Y-64940441D01* +X165276175Y-64893455D01* +X165180793Y-64864522D01* +X165106454Y-64857200D01* +X165106446Y-64857200D01* +X165081600Y-64854753D01* +X165056754Y-64857200D01* +X161529792Y-64857200D01* +X159813591Y-63141000D01* +X159972379Y-63141000D01* +X160192817Y-63097152D01* +X160227284Y-63082875D01* +X161295028Y-64150620D01* +X161310873Y-64169927D01* +X161387921Y-64233159D01* +X161475825Y-64280145D01* +X161571206Y-64309078D01* +X161581094Y-64310052D01* +X161645546Y-64316400D01* +X161645553Y-64316400D01* +X161670399Y-64318847D01* +X161695245Y-64316400D01* +X168416809Y-64316400D01* +X172762191Y-68661783D01* +X172718484Y-68666088D01* +X172495864Y-68733619D01* +X172290697Y-68843283D01* +X172110866Y-68990866D01* +X171963283Y-69170697D01* +X171853619Y-69375864D01* +X171786088Y-69598484D01* +X171763286Y-69830000D01* +X171786088Y-70061516D01* +X171853619Y-70284136D01* +X171963283Y-70489303D01* +X172110866Y-70669134D01* +X172290697Y-70816717D01* +X172495864Y-70926381D01* +X172718484Y-70993912D01* +X172891984Y-71011000D01* +X173008016Y-71011000D01* +X173181516Y-70993912D01* +X173404136Y-70926381D01* +X173609303Y-70816717D01* +X173789134Y-70669134D01* +X173936717Y-70489303D01* +X174046381Y-70284136D01* +X174061146Y-70235463D01* +X174082221Y-70252759D01* +X174170125Y-70299745D01* +X174265507Y-70328678D01* +X174364700Y-70338448D01* +X174389554Y-70336000D01* +X174421341Y-70336000D01* +X174503283Y-70489303D01* +X174650866Y-70669134D01* +X174830697Y-70816717D01* +X175035864Y-70926381D01* +X175258484Y-70993912D01* +X175431984Y-71011000D01* +X175548016Y-71011000D01* +X175721516Y-70993912D01* +X175944136Y-70926381D01* +X176149303Y-70816717D01* +X176329134Y-70669134D01* +X176476717Y-70489303D01* +X176586381Y-70284136D01* +X176653912Y-70061516D01* +X176676714Y-69830000D01* +X176653912Y-69598484D01* +X176586381Y-69375864D01* +X176476717Y-69170697D01* +X176329134Y-68990866D01* +X176149303Y-68843283D01* +X175944136Y-68733619D01* +X175721516Y-68666088D01* +X175548016Y-68649000D01* +X175431984Y-68649000D01* +X175258484Y-68666088D01* +X175035864Y-68733619D01* +X174830697Y-68843283D01* +X174650866Y-68990866D01* +X174592986Y-69061394D01* +X169001776Y-63470185D01* +X168985927Y-63450873D01* +X168908879Y-63387641D01* +X168820975Y-63340655D01* +X168725593Y-63311722D01* +X168651254Y-63304400D01* +X168651246Y-63304400D01* +X168626400Y-63301953D01* +X168601554Y-63304400D01* +X161879992Y-63304400D01* +X160942875Y-62367284D01* +X160957152Y-62332817D01* +X161001000Y-62112379D01* +X161001000Y-61887621D01* +X160957152Y-61667183D01* +X160871141Y-61459534D01* +X160746273Y-61272655D01* +X160587345Y-61113727D01* +X160506338Y-61059600D01* +X161753662Y-61059600D01* +X161672655Y-61113727D01* +X161513727Y-61272655D01* +X161388859Y-61459534D01* +X161302848Y-61667183D01* +X161259000Y-61887621D01* +X161259000Y-62112379D01* +X161302848Y-62332817D01* +X161388859Y-62540466D01* +X161513727Y-62727345D01* +X161672655Y-62886273D01* +X161859534Y-63011141D01* +X162067183Y-63097152D01* +X162287621Y-63141000D01* +X162512379Y-63141000D01* +X162732817Y-63097152D01* +X162940466Y-63011141D01* +X163127345Y-62886273D01* +X163286273Y-62727345D01* +X163411141Y-62540466D01* +X163497152Y-62332817D01* +X163541000Y-62112379D01* +X163541000Y-61887621D01* +X163497152Y-61667183D01* +X163411141Y-61459534D01* +X163286273Y-61272655D01* +X163127345Y-61113727D01* +X163046338Y-61059600D01* +X164293662Y-61059600D01* +X164212655Y-61113727D01* +X164053727Y-61272655D01* +X163928859Y-61459534D01* +X163842848Y-61667183D01* +X163799000Y-61887621D01* +X163799000Y-62112379D01* +X163842848Y-62332817D01* +X163928859Y-62540466D01* +X164053727Y-62727345D01* +X164212655Y-62886273D01* +X164399534Y-63011141D01* +X164607183Y-63097152D01* +X164827621Y-63141000D01* +X165052379Y-63141000D01* +X165272817Y-63097152D01* +X165480466Y-63011141D01* +X165667345Y-62886273D01* +X165826273Y-62727345D01* +X165951141Y-62540466D01* +X166037152Y-62332817D01* +X166081000Y-62112379D01* +X166081000Y-61887621D01* +X166037152Y-61667183D01* +X165951141Y-61459534D01* +X165826273Y-61272655D01* +X165667345Y-61113727D01* +X165586338Y-61059600D01* +X166833662Y-61059600D01* +X166752655Y-61113727D01* +X166593727Y-61272655D01* +X166468859Y-61459534D01* +X166382848Y-61667183D01* +X166339000Y-61887621D01* +X166339000Y-62112379D01* +X166382848Y-62332817D01* +X166468859Y-62540466D01* +X166593727Y-62727345D01* +X166752655Y-62886273D01* +X166939534Y-63011141D01* +X167147183Y-63097152D01* +X167367621Y-63141000D01* +X167592379Y-63141000D01* +X167812817Y-63097152D01* +X168020466Y-63011141D01* +X168207345Y-62886273D01* +X168366273Y-62727345D01* +X168491141Y-62540466D01* +X168577152Y-62332817D01* +X168621000Y-62112379D01* +X168621000Y-61887621D01* +X168577152Y-61667183D01* +X168491141Y-61459534D01* +X168366273Y-61272655D01* +X168207345Y-61113727D01* +X168126338Y-61059600D01* +X168364009Y-61059600D01* +X168937125Y-61632716D01* +X168922848Y-61667183D01* +X168879000Y-61887621D01* +X168879000Y-62112379D01* +X168922848Y-62332817D01* +X169008859Y-62540466D01* +X169133727Y-62727345D01* +X169292655Y-62886273D01* +X169479534Y-63011141D01* +X169687183Y-63097152D01* +X169907621Y-63141000D01* +X170132379Y-63141000D01* +X170352817Y-63097152D01* +X170560466Y-63011141D01* +X170747345Y-62886273D01* +X170906273Y-62727345D01* +X171031141Y-62540466D01* +X171117152Y-62332817D01* +X171161000Y-62112379D01* +X171161000Y-61887621D01* +X171117152Y-61667183D01* +X171031141Y-61459534D01* +X170906273Y-61272655D01* +X170747345Y-61113727D01* +X170598786Y-61014463D01* +X170777832Y-60940300D01* +X170839627Y-60643079D01* +X170020000Y-59823453D01* +X170005858Y-59837595D01* +X169642405Y-59474142D01* +X169656547Y-59460000D01* +X170383453Y-59460000D01* +X171036154Y-60112701D01* +X171079700Y-60217832D01* +X171157449Y-60233997D01* +X171203079Y-60279627D01* +X171290000Y-60261555D01* +X171376921Y-60279627D01* +X171422551Y-60233997D01* +X171500300Y-60217832D01* +X171540274Y-60116274D01* +X172196547Y-59460000D01* +X172923453Y-59460000D01* +X173576154Y-60112701D01* +X173619700Y-60217832D01* +X173697449Y-60233997D01* +X173743079Y-60279627D01* +X173830000Y-60261555D01* +X173916921Y-60279627D01* +X173962551Y-60233997D01* +X174040300Y-60217832D01* +X174080274Y-60116274D01* +X174736547Y-59460000D01* +X174083846Y-58807299D01* +X174040300Y-58702168D01* +X173962551Y-58686003D01* +X173916921Y-58640373D01* +X173830000Y-58658445D01* +X173743079Y-58640373D01* +X173697449Y-58686003D01* +X173619700Y-58702168D01* +X173579726Y-58803726D01* +X172923453Y-59460000D01* +X172196547Y-59460000D01* +X171543846Y-58807299D01* +X171500300Y-58702168D01* +X171422551Y-58686003D01* +X171376921Y-58640373D01* +X171290000Y-58658445D01* +X171203079Y-58640373D01* +X171157449Y-58686003D01* +X171079700Y-58702168D01* +X171039726Y-58803726D01* +X170383453Y-59460000D01* +X169656547Y-59460000D01* +X169003846Y-58807299D01* +X168960300Y-58702168D01* +X168882551Y-58686003D01* +X168836921Y-58640373D01* +X168750000Y-58658445D01* +X168663079Y-58640373D01* +X168617449Y-58686003D01* +X168539700Y-58702168D01* +X168499726Y-58803726D01* +X167843453Y-59460000D01* +X167857595Y-59474142D01* +X167494142Y-59837595D01* +X167480000Y-59823453D01* +X167465858Y-59837595D01* +X167102405Y-59474142D01* +X167116547Y-59460000D01* +X166463846Y-58807299D01* +X166420300Y-58702168D01* +X166342551Y-58686003D01* +X166296921Y-58640373D01* +X166210000Y-58658445D01* +X166123079Y-58640373D01* +X166077449Y-58686003D01* +X165999700Y-58702168D01* +X165959726Y-58803726D01* +X165303453Y-59460000D01* +X165317595Y-59474142D01* +X164954142Y-59837595D01* +X164940000Y-59823453D01* +X164925858Y-59837595D01* +X164562405Y-59474142D01* +X164576547Y-59460000D01* +X163923846Y-58807299D01* +X163880300Y-58702168D01* +X163802551Y-58686003D01* +X163756921Y-58640373D01* +X163670000Y-58658445D01* +X163583079Y-58640373D01* +X163537449Y-58686003D01* +X163459700Y-58702168D01* +X163419726Y-58803726D01* +X162763453Y-59460000D01* +X162777595Y-59474142D01* +X162414142Y-59837595D01* +X162400000Y-59823453D01* +X162385858Y-59837595D01* +X162022405Y-59474142D01* +X162036547Y-59460000D01* +X161383846Y-58807299D01* +X161340300Y-58702168D01* +X161262551Y-58686003D01* +X161216921Y-58640373D01* +X161130000Y-58658445D01* +X161043079Y-58640373D01* +X160997449Y-58686003D01* +X160919700Y-58702168D01* +X160879726Y-58803726D01* +X160223453Y-59460000D01* +X160237595Y-59474142D01* +X159874142Y-59837595D01* +X159860000Y-59823453D01* +X159845858Y-59837595D01* +X159482405Y-59474142D01* +X159496547Y-59460000D01* +X158843846Y-58807299D01* +X158800300Y-58702168D01* +X158722551Y-58686003D01* +X158676921Y-58640373D01* +X158590000Y-58658445D01* +X158503079Y-58640373D01* +X158457449Y-58686003D01* +X158379700Y-58702168D01* +X158339726Y-58803726D01* +X157683453Y-59460000D01* +X157697595Y-59474142D01* +X157334142Y-59837595D01* +X157320000Y-59823453D01* +X157305858Y-59837595D01* +X156942405Y-59474142D01* +X156956547Y-59460000D01* +X156303846Y-58807299D01* +X156260300Y-58702168D01* +X156182551Y-58686003D01* +X156136921Y-58640373D01* +X156050000Y-58658445D01* +X155963079Y-58640373D01* +X155917449Y-58686003D01* +X155839700Y-58702168D01* +X155799726Y-58803726D01* +X155143453Y-59460000D01* +X155157595Y-59474142D01* +X154794142Y-59837595D01* +X154780000Y-59823453D01* +X154765858Y-59837595D01* +X154402405Y-59474142D01* +X154416547Y-59460000D01* +X153763846Y-58807299D01* +X153720300Y-58702168D01* +X153642551Y-58686003D01* +X153596921Y-58640373D01* +X153510000Y-58658445D01* +X153423079Y-58640373D01* +X153377449Y-58686003D01* +X153299700Y-58702168D01* +X153259726Y-58803726D01* +X152603453Y-59460000D01* +X152617595Y-59474142D01* +X152254142Y-59837595D01* +X152240000Y-59823453D01* +X151420373Y-60643079D01* +X151482168Y-60940300D01* +X151664689Y-61012142D01* +X151512655Y-61113727D01* +X151353727Y-61272655D01* +X151228859Y-61459534D01* +X151142848Y-61667183D01* +X151099000Y-61887621D01* +X151099000Y-62112379D01* +X151142848Y-62332817D01* +X151228859Y-62540466D01* +X151353727Y-62727345D01* +X151512655Y-62886273D01* +X151699534Y-63011141D01* +X151907183Y-63097152D01* +X152127621Y-63141000D01* +X152352379Y-63141000D01* +X152572817Y-63097152D01* +X152780466Y-63011141D01* +X152967345Y-62886273D01* +X153126273Y-62727345D01* +X153251141Y-62540466D01* +X153337152Y-62332817D01* +X153381000Y-62112379D01* +X153381000Y-61887621D01* +X153337152Y-61667183D01* +X153322875Y-61632716D01* +X153534992Y-61420600D01* +X153794874Y-61420600D01* +X153768859Y-61459534D01* +X153682848Y-61667183D01* +X153639000Y-61887621D01* +X153639000Y-62112379D01* +X153682848Y-62332817D01* +X153768859Y-62540466D01* +X153893727Y-62727345D01* +X154052655Y-62886273D01* +X154239534Y-63011141D01* +X154447183Y-63097152D01* +X154667621Y-63141000D01* +X154892379Y-63141000D01* +X155112817Y-63097152D01* +X155147284Y-63082875D01* +X156661428Y-64597020D01* +X156677273Y-64616327D01* +X156754321Y-64679559D01* +X156842225Y-64726545D01* +X156937606Y-64755478D01* +X156947494Y-64756452D01* +X157011946Y-64762800D01* +X157011953Y-64762800D01* +X157036799Y-64765247D01* +X157061645Y-64762800D01* +X158653209Y-64762800D01* +X162556959Y-68666551D01* +X162335864Y-68733619D01* +X162130697Y-68843283D01* +X161950866Y-68990866D01* +X161803283Y-69170697D01* +X161693619Y-69375864D01* +X161626088Y-69598484D01* +X161603286Y-69830000D01* +X161626088Y-70061516D01* +X161693619Y-70284136D01* +X161803283Y-70489303D01* +X161950866Y-70669134D01* +X162130697Y-70816717D01* +X162335864Y-70926381D01* +X162558484Y-70993912D01* +X162731984Y-71011000D01* +X162848016Y-71011000D01* +X163021516Y-70993912D01* +X163187861Y-70943452D01* +X168315028Y-76070620D01* +X168330873Y-76089927D01* +X168407921Y-76153159D01* +X168495825Y-76200145D01* +X168591207Y-76229078D01* +X168690400Y-76238848D01* +X168715254Y-76236400D01* +X170085109Y-76236400D01* +X170144965Y-76296256D01* +X169955864Y-76353619D01* +X169750697Y-76463283D01* +X169570866Y-76610866D01* +X169423283Y-76790697D01* +X169313619Y-76995864D01* +X169246088Y-77218484D01* +X169223286Y-77450000D01* +X169246088Y-77681516D01* +X169313619Y-77904136D01* +X169423283Y-78109303D01* +X169501949Y-78205159D01* +X159709785Y-87997324D01* +X159693111Y-88011008D01* +X159619134Y-87920866D01* +X159439303Y-87773283D01* +X159286000Y-87691341D01* +X159286000Y-85334891D01* +X165670220Y-78950672D01* +X165689527Y-78934827D01* +X165752759Y-78857779D01* +X165799745Y-78769875D01* +X165828678Y-78674493D01* +X165836000Y-78600154D01* +X165838448Y-78575300D01* +X165836000Y-78550446D01* +X165836000Y-78518659D01* +X165989303Y-78436717D01* +X166169134Y-78289134D01* +X166316717Y-78109303D01* +X166426381Y-77904136D01* +X166493912Y-77681516D01* +X166516714Y-77450000D01* +X166493912Y-77218484D01* +X166426381Y-76995864D01* +X166387464Y-76923056D01* +X166704008Y-77239600D01* +X166683286Y-77450000D01* +X166706088Y-77681516D01* +X166773619Y-77904136D01* +X166883283Y-78109303D01* +X167030866Y-78289134D01* +X167210697Y-78436717D01* +X167415864Y-78546381D01* +X167638484Y-78613912D01* +X167811984Y-78631000D01* +X167928016Y-78631000D01* +X168101516Y-78613912D01* +X168324136Y-78546381D01* +X168529303Y-78436717D01* +X168709134Y-78289134D01* +X168856717Y-78109303D01* +X168966381Y-77904136D01* +X169033912Y-77681516D01* +X169056714Y-77450000D01* +X169033912Y-77218484D01* +X168966381Y-76995864D01* +X168856717Y-76790697D01* +X168709134Y-76610866D01* +X168529303Y-76463283D01* +X168324136Y-76353619D01* +X168101516Y-76286088D01* +X167928016Y-76269000D01* +X167811984Y-76269000D01* +X167638484Y-76286088D01* +X167415864Y-76353619D01* +X167307260Y-76411669D01* +X166315376Y-75419785D01* +X166299527Y-75400473D01* +X166222479Y-75337241D01* +X166134575Y-75290255D01* +X166039193Y-75261322D01* +X165964854Y-75254000D01* +X165964846Y-75254000D01* +X165940000Y-75251553D01* +X165915154Y-75254000D01* +X163669592Y-75254000D01* +X158245592Y-69830000D01* +X159063286Y-69830000D01* +X159086088Y-70061516D01* +X159153619Y-70284136D01* +X159263283Y-70489303D01* +X159410866Y-70669134D01* +X159590697Y-70816717D01* +X159795864Y-70926381D01* +X160018484Y-70993912D01* +X160191984Y-71011000D01* +X160308016Y-71011000D01* +X160481516Y-70993912D01* +X160704136Y-70926381D01* +X160909303Y-70816717D01* +X161089134Y-70669134D01* +X161236717Y-70489303D01* +X161346381Y-70284136D01* +X161413912Y-70061516D01* +X161436714Y-69830000D01* +X161413912Y-69598484D01* +X161346381Y-69375864D01* +X161236717Y-69170697D01* +X161089134Y-68990866D01* +X160909303Y-68843283D01* +X160704136Y-68733619D01* +X160481516Y-68666088D01* +X160308016Y-68649000D01* +X160191984Y-68649000D01* +X160018484Y-68666088D01* +X159795864Y-68733619D01* +X159590697Y-68843283D01* +X159410866Y-68990866D01* +X159263283Y-69170697D01* +X159153619Y-69375864D01* +X159086088Y-69598484D01* +X159063286Y-69830000D01* +X158245592Y-69830000D01* +X150782875Y-62367284D01* +X150797152Y-62332817D01* +X150841000Y-62112379D01* +X150841000Y-61887621D01* +X150797152Y-61667183D01* +X150711141Y-61459534D01* +X150586273Y-61272655D01* +X150427345Y-61113727D01* +X150278786Y-61014463D01* +X150457832Y-60940300D01* +X150519627Y-60643079D01* +X149700000Y-59823453D01* +X148880373Y-60643079D01* +X148942168Y-60940300D01* +X149124689Y-61012142D01* +X148972655Y-61113727D01* +X148813727Y-61272655D01* +X148688859Y-61459534D01* +X148602848Y-61667183D01* +X148559000Y-61887621D01* +X148559000Y-62112379D01* +X148602848Y-62332817D01* +X148688859Y-62540466D01* +X148813727Y-62727345D01* +X148972655Y-62886273D01* +X149159534Y-63011141D01* +X149367183Y-63097152D01* +X149587621Y-63141000D01* +X149812379Y-63141000D01* +X150032817Y-63097152D01* +X150067284Y-63082875D01* +X163084628Y-76100220D01* +X163100473Y-76119527D01* +X163177521Y-76182759D01* +X163264177Y-76229078D01* +X163265425Y-76229745D01* +X163360807Y-76258678D01* +X163460000Y-76268448D01* +X163484854Y-76266000D01* +X165730409Y-76266000D01* +X165856945Y-76392536D01* +X165784136Y-76353619D01* +X165561516Y-76286088D01* +X165388016Y-76269000D01* +X165271984Y-76269000D01* +X165098484Y-76286088D01* +X164875864Y-76353619D01* +X164670697Y-76463283D01* +X164490866Y-76610866D01* +X164343283Y-76790697D01* +X164233619Y-76995864D01* +X164166088Y-77218484D01* +X164143286Y-77450000D01* +X164166088Y-77681516D01* +X164233619Y-77904136D01* +X164343283Y-78109303D01* +X164490866Y-78289134D01* +X164670697Y-78436717D01* +X164724326Y-78465382D01* +X158439785Y-84749924D01* +X158420473Y-84765773D01* +X158357241Y-84842821D01* +X158310255Y-84930726D01* +X158281322Y-85026108D01* +X158274000Y-85100447D01* +X158274000Y-85100454D01* +X158271553Y-85125300D01* +X158274000Y-85150146D01* +X158274001Y-87691340D01* +X158120697Y-87773283D01* +X157940866Y-87920866D01* +X157793283Y-88100697D01* +X157683619Y-88305864D01* +X157616088Y-88528484D01* +X157593286Y-88760000D01* +X157616088Y-88991516D01* +X157683619Y-89214136D01* +X157734018Y-89308427D01* +X157405095Y-88979504D01* +X157426714Y-88760000D01* +X157403912Y-88528484D01* +X157336381Y-88305864D01* +X157226717Y-88100697D01* +X157079134Y-87920866D01* +X156899303Y-87773283D01* +X156694136Y-87663619D01* +X156471516Y-87596088D01* +X156298016Y-87579000D01* +X156181984Y-87579000D01* +X156008484Y-87596088D01* +X155785864Y-87663619D01* +X155580697Y-87773283D01* +X155400866Y-87920866D01* +X155367900Y-87961035D01* +X155367900Y-78400745D01* +X155370347Y-78375899D01* +X155367900Y-78351053D01* +X155367900Y-78351046D01* +X155360578Y-78276707D01* +X155331645Y-78181325D01* +X155284659Y-78093421D01* +X155221427Y-78016373D01* +X155202120Y-78000528D01* +X147928606Y-70727015D01* +X147999134Y-70669134D01* +X148146717Y-70489303D01* +X148256381Y-70284136D01* +X148323912Y-70061516D01* +X148346714Y-69830000D01* +X148513286Y-69830000D01* +X148536088Y-70061516D01* +X148603619Y-70284136D01* +X148713283Y-70489303D01* +X148860866Y-70669134D01* +X149040697Y-70816717D01* +X149245864Y-70926381D01* +X149468484Y-70993912D01* +X149641984Y-71011000D01* +X149758016Y-71011000D01* +X149931516Y-70993912D01* +X150154136Y-70926381D01* +X150359303Y-70816717D01* +X150539134Y-70669134D01* +X150686717Y-70489303D01* +X150796381Y-70284136D01* +X150863912Y-70061516D01* +X150886714Y-69830000D01* +X151053286Y-69830000D01* +X151076088Y-70061516D01* +X151143619Y-70284136D01* +X151253283Y-70489303D01* +X151400866Y-70669134D01* +X151580697Y-70816717D01* +X151785864Y-70926381D01* +X152008484Y-70993912D01* +X152181984Y-71011000D01* +X152298016Y-71011000D01* +X152471516Y-70993912D01* +X152694136Y-70926381D01* +X152899303Y-70816717D01* +X153079134Y-70669134D01* +X153226717Y-70489303D01* +X153336381Y-70284136D01* +X153403912Y-70061516D01* +X153426714Y-69830000D01* +X153403912Y-69598484D01* +X153336381Y-69375864D01* +X153226717Y-69170697D01* +X153079134Y-68990866D01* +X152899303Y-68843283D01* +X152694136Y-68733619D01* +X152471516Y-68666088D01* +X152298016Y-68649000D01* +X152181984Y-68649000D01* +X152008484Y-68666088D01* +X151785864Y-68733619D01* +X151580697Y-68843283D01* +X151400866Y-68990866D01* +X151253283Y-69170697D01* +X151143619Y-69375864D01* +X151076088Y-69598484D01* +X151053286Y-69830000D01* +X150886714Y-69830000D01* +X150863912Y-69598484D01* +X150796381Y-69375864D01* +X150686717Y-69170697D01* +X150539134Y-68990866D01* +X150359303Y-68843283D01* +X150154136Y-68733619D01* +X149931516Y-68666088D01* +X149758016Y-68649000D01* +X149641984Y-68649000D01* +X149468484Y-68666088D01* +X149245864Y-68733619D01* +X149040697Y-68843283D01* +X148860866Y-68990866D01* +X148713283Y-69170697D01* +X148603619Y-69375864D01* +X148536088Y-69598484D01* +X148513286Y-69830000D01* +X148346714Y-69830000D01* +X148323912Y-69598484D01* +X148256381Y-69375864D01* +X148146717Y-69170697D01* +X147999134Y-68990866D01* +X147819303Y-68843283D01* +X147614136Y-68733619D01* +X147391516Y-68666088D01* +X147218016Y-68649000D01* +X147101984Y-68649000D01* +X146928484Y-68666088D01* +X146705864Y-68733619D01* +X146500697Y-68843283D01* +X146320866Y-68990866D01* +X146173283Y-69170697D01* +X146063619Y-69375864D01* +X145996088Y-69598484D01* +X145973286Y-69830000D01* +X145996088Y-70061516D01* +X146063619Y-70284136D01* +X146173283Y-70489303D01* +X146320866Y-70669134D01* +X146500697Y-70816717D01* +X146705864Y-70926381D01* +X146724113Y-70931917D01* +X146737242Y-70956479D01* +X146800474Y-71033527D01* +X146819781Y-71049372D01* +X151640465Y-75870056D01* +X151463135Y-75943502D01* +X151184159Y-76124008D01* +X150945759Y-76355471D01* +X150757095Y-76628996D01* +X150687041Y-76791303D01* +X150686717Y-76790697D01* +X150539134Y-76610866D01* +X150359303Y-76463283D01* +X150154136Y-76353619D01* +X149931516Y-76286088D01* +X149758016Y-76269000D01* +X149641984Y-76269000D01* +X149468484Y-76286088D01* +X149245864Y-76353619D01* +X149040697Y-76463283D01* +X148860866Y-76610866D01* +X148713283Y-76790697D01* +X148603619Y-76995864D01* +X148536088Y-77218484D01* +X148513286Y-77450000D01* +X148536088Y-77681516D01* +X148603619Y-77904136D01* +X148713283Y-78109303D01* +X148860866Y-78289134D01* +X149040697Y-78436717D01* +X149245864Y-78546381D01* +X149468484Y-78613912D01* +X149641984Y-78631000D01* +X149758016Y-78631000D01* +X149931516Y-78613912D01* +X150154136Y-78546381D01* +X150359303Y-78436717D01* +X150539134Y-78289134D01* +X150686717Y-78109303D01* +X150687041Y-78108697D01* +X150757095Y-78271004D01* +X150945759Y-78544529D01* +X151184159Y-78775992D01* +X151463135Y-78956498D01* +X151724073Y-79064572D01* +X151983000Y-78898630D01* +X151983000Y-77707000D01* +X151963000Y-77707000D01* +X151963000Y-77193000D01* +X151983000Y-77193000D01* +X151983000Y-77173000D01* +X152497000Y-77173000D01* +X152497000Y-77193000D01* +X152517000Y-77193000D01* +X152517000Y-77707000D01* +X152497000Y-77707000D01* +X152497000Y-78898630D01* +X152755927Y-79064572D01* +X153016865Y-78956498D01* +X153295841Y-78775992D01* +X153534241Y-78544529D01* +X153722905Y-78271004D01* +X153818931Y-78048523D01* +X154355900Y-78585492D01* +X154355901Y-87771464D01* +X154154136Y-87663619D01* +X153931516Y-87596088D01* +X153758016Y-87579000D01* +X153641984Y-87579000D01* +X153468484Y-87596088D01* +X153245864Y-87663619D01* +X153040697Y-87773283D01* +X152860866Y-87920866D01* +X152792100Y-88004658D01* +X152792100Y-86241845D01* +X152794547Y-86216999D01* +X152792100Y-86192153D01* +X152792100Y-86192146D01* +X152784778Y-86117807D01* +X152755845Y-86022425D01* +X152708859Y-85934521D01* +X152645627Y-85857473D01* +X152626320Y-85841628D01* +X146251300Y-79466609D01* +X146251300Y-78204367D01* +X146320866Y-78289134D01* +X146500697Y-78436717D01* +X146705864Y-78546381D01* +X146928484Y-78613912D01* +X147101984Y-78631000D01* +X147218016Y-78631000D01* +X147391516Y-78613912D01* +X147614136Y-78546381D01* +X147819303Y-78436717D01* +X147999134Y-78289134D01* +X148146717Y-78109303D01* +X148256381Y-77904136D01* +X148323912Y-77681516D01* +X148346714Y-77450000D01* +X148323912Y-77218484D01* +X148256381Y-76995864D01* +X148146717Y-76790697D01* +X147999134Y-76610866D01* +X147819303Y-76463283D01* +X147614136Y-76353619D01* +X147391516Y-76286088D01* +X147218016Y-76269000D01* +X147101984Y-76269000D01* +X146928484Y-76286088D01* +X146705864Y-76353619D01* +X146500697Y-76463283D01* +X146320866Y-76610866D01* +X146251300Y-76695633D01* +X146251300Y-72105454D01* +X146253748Y-72080600D01* +X146243978Y-71981407D01* +X146215045Y-71886025D01* +X146201439Y-71860571D01* +X146168059Y-71798121D01* +X146104827Y-71721073D01* +X146085520Y-71705228D01* +X145225674Y-70845382D01* +X145279303Y-70816717D01* +X145459134Y-70669134D01* +X145606717Y-70489303D01* +X145716381Y-70284136D01* +X145783912Y-70061516D01* +X145806714Y-69830000D01* +X145783912Y-69598484D01* +X145716381Y-69375864D01* +X145606717Y-69170697D01* +X145459134Y-68990866D01* +X145279303Y-68843283D01* +X145074136Y-68733619D01* +X144852043Y-68666248D01* +X146076992Y-67441300D01* +X146405146Y-67441300D01* +X146430000Y-67443748D01* +X146454854Y-67441300D01* +X146529193Y-67433978D01* +X146624575Y-67405045D01* +X146712479Y-67358059D01* +X146789527Y-67294827D01* +X146852759Y-67217779D01* +X146899745Y-67129875D01* +X146928678Y-67034493D01* +X146938448Y-66935300D01* +X146936000Y-66910446D01* +X146936000Y-66878659D01* +X147089303Y-66796717D01* +X147269134Y-66649134D01* +X147416717Y-66469303D01* +X147526381Y-66264136D01* +X147593912Y-66041516D01* +X147598226Y-65997718D01* +X147750728Y-66150220D01* +X147766573Y-66169527D01* +X147843621Y-66232759D01* +X147868064Y-66245824D01* +X147873619Y-66264136D01* +X147983283Y-66469303D01* +X148130866Y-66649134D01* +X148310697Y-66796717D01* +X148515864Y-66906381D01* +X148738484Y-66973912D01* +X148911984Y-66991000D01* +X149028016Y-66991000D01* +X149201516Y-66973912D01* +X149424136Y-66906381D01* +X149629303Y-66796717D01* +X149809134Y-66649134D01* +X149956717Y-66469303D01* +X150066381Y-66264136D01* +X150133912Y-66041516D01* +X150156714Y-65810000D01* +X150133912Y-65578484D01* +X150103875Y-65479467D01* +X160891565Y-76267157D01* +X159450000Y-76267157D01* +X159375311Y-76274513D01* +X159303492Y-76296299D01* +X159237304Y-76331678D01* +X159179289Y-76379289D01* +X159131678Y-76437304D01* +X159096299Y-76503492D01* +X159074513Y-76575311D01* +X159067157Y-76650000D01* +X159067157Y-78250000D01* +X159074513Y-78324689D01* +X159096299Y-78396508D01* +X159131678Y-78462696D01* +X159179289Y-78520711D01* +X159237304Y-78568322D01* +X159303492Y-78603701D01* +X159375311Y-78625487D01* +X159450000Y-78632843D01* +X161050000Y-78632843D01* +X161124689Y-78625487D01* +X161196508Y-78603701D01* +X161262696Y-78568322D01* +X161320711Y-78520711D01* +X161368322Y-78462696D01* +X161403701Y-78396508D01* +X161425487Y-78324689D01* +X161432843Y-78250000D01* +X161432843Y-76808435D01* +X161676548Y-77052140D01* +X161626088Y-77218484D01* +X161603286Y-77450000D01* +X161626088Y-77681516D01* +X161693619Y-77904136D01* +X161803283Y-78109303D01* +X161950866Y-78289134D01* +X162130697Y-78436717D01* +X162335864Y-78546381D01* +X162558484Y-78613912D01* +X162731984Y-78631000D01* +X162848016Y-78631000D01* +X163021516Y-78613912D01* +X163244136Y-78546381D01* +X163449303Y-78436717D01* +X163629134Y-78289134D01* +X163776717Y-78109303D01* +X163886381Y-77904136D01* +X163953912Y-77681516D01* +X163976714Y-77450000D01* +X163953912Y-77218484D01* +X163886381Y-76995864D01* +X163776717Y-76790697D01* +X163629134Y-76610866D01* +X163449303Y-76463283D01* +X163244136Y-76353619D01* +X163021516Y-76286088D01* +X162848016Y-76269000D01* +X162731984Y-76269000D01* +X162558484Y-76286088D01* +X162392140Y-76336548D01* +X149049176Y-62993585D01* +X149033327Y-62974273D01* +X148956279Y-62911041D01* +X148868375Y-62864055D01* +X148772993Y-62835122D01* +X148698654Y-62827800D01* +X148698646Y-62827800D01* +X148673800Y-62825353D01* +X148648954Y-62827800D01* +X147945818Y-62827800D01* +X148046273Y-62727345D01* +X148171141Y-62540466D01* +X148257152Y-62332817D01* +X148301000Y-62112379D01* +X148301000Y-61887621D01* +X148257152Y-61667183D01* +X148171141Y-61459534D01* +X148046273Y-61272655D01* +X147887345Y-61113727D01* +X147738786Y-61014463D01* +X147917832Y-60940300D01* +X147979627Y-60643079D01* +X147160000Y-59823453D01* +X146340373Y-60643079D01* +X146402168Y-60940300D01* +X146584689Y-61012142D01* +X146432655Y-61113727D01* +X146273727Y-61272655D01* +X146148859Y-61459534D01* +X146062848Y-61667183D01* +X146019000Y-61887621D01* +X146019000Y-62112379D01* +X146062848Y-62332817D01* +X146148859Y-62540466D01* +X146273727Y-62727345D01* +X146374182Y-62827800D01* +X145405818Y-62827800D01* +X145506273Y-62727345D01* +X145631141Y-62540466D01* +X145717152Y-62332817D01* +X145761000Y-62112379D01* +X145761000Y-61887621D01* +X145717152Y-61667183D01* +X145631141Y-61459534D01* +X145506273Y-61272655D01* +X145347345Y-61113727D01* +X145198786Y-61014463D01* +X145377832Y-60940300D01* +X145439627Y-60643079D01* +X144620000Y-59823453D01* +X143800373Y-60643079D01* +X143862168Y-60940300D01* +X144044689Y-61012142D01* +X143892655Y-61113727D01* +X143733727Y-61272655D01* +X143608859Y-61459534D01* +X143522848Y-61667183D01* +X143479000Y-61887621D01* +X143479000Y-62112379D01* +X143522848Y-62332817D01* +X143608859Y-62540466D01* +X143733727Y-62727345D01* +X143834182Y-62827800D01* +X142865818Y-62827800D01* +X142966273Y-62727345D01* +X143091141Y-62540466D01* +X143177152Y-62332817D01* +X143221000Y-62112379D01* +X143221000Y-61887621D01* +X143177152Y-61667183D01* +X143091141Y-61459534D01* +X142966273Y-61272655D01* +X142807345Y-61113727D01* +X142658786Y-61014463D01* +X142837832Y-60940300D01* +X142899627Y-60643079D01* +X142080000Y-59823453D01* +X141260373Y-60643079D01* +X141322168Y-60940300D01* +X141504689Y-61012142D01* +X141352655Y-61113727D01* +X141193727Y-61272655D01* +X141068859Y-61459534D01* +X140982848Y-61667183D01* +X140939000Y-61887621D01* +X140939000Y-62112379D01* +X140982848Y-62332817D01* +X141068859Y-62540466D01* +X141193727Y-62727345D01* +X141294182Y-62827800D01* +X141083392Y-62827800D01* +X140622875Y-62367284D01* +X140637152Y-62332817D01* +X140681000Y-62112379D01* +X140681000Y-61887621D01* +X140637152Y-61667183D01* +X140551141Y-61459534D01* +X140426273Y-61272655D01* +X140267345Y-61113727D01* +X140118786Y-61014463D01* +X140297832Y-60940300D01* +X140359627Y-60643079D01* +X139540000Y-59823453D01* +X138720373Y-60643079D01* +X138782168Y-60940300D01* +X138964689Y-61012142D01* +X138812655Y-61113727D01* +X138653727Y-61272655D01* +X138528859Y-61459534D01* +X138442848Y-61667183D01* +X138399000Y-61887621D01* +X138399000Y-62112379D01* +X138442848Y-62332817D01* +X138528859Y-62540466D01* +X138653727Y-62727345D01* +X138812655Y-62886273D01* +X138999534Y-63011141D01* +X139207183Y-63097152D01* +X139427621Y-63141000D01* +X139652379Y-63141000D01* +X139872817Y-63097152D01* +X139907284Y-63082875D01* +X140498428Y-63674020D01* +X140514273Y-63693327D01* +X140591321Y-63756559D01* +X140679225Y-63803545D01* +X140774607Y-63832478D01* +X140848946Y-63839800D01* +X140848953Y-63839800D01* +X140873799Y-63842247D01* +X140898645Y-63839800D01* +X148464209Y-63839800D01* +X149300534Y-64676125D01* +X149201516Y-64646088D01* +X149028016Y-64629000D01* +X148911984Y-64629000D01* +X148738484Y-64646088D01* +X148515864Y-64713619D01* +X148310697Y-64823283D01* +X148130866Y-64970866D01* +X148073031Y-65041339D01* +X147161476Y-64129785D01* +X147145627Y-64110473D01* +X147068579Y-64047241D01* +X146980675Y-64000255D01* +X146885293Y-63971322D01* +X146810954Y-63964000D01* +X146810946Y-63964000D01* +X146786100Y-63961553D01* +X146761254Y-63964000D01* +X139679592Y-63964000D01* +X138082875Y-62367284D01* +X138097152Y-62332817D01* +X138141000Y-62112379D01* +X138141000Y-61887621D01* +X138097152Y-61667183D01* +X138011141Y-61459534D01* +X137886273Y-61272655D01* +X137727345Y-61113727D01* +X137578786Y-61014463D01* +X137757832Y-60940300D01* +X137819627Y-60643079D01* +X137000000Y-59823453D01* +X136180373Y-60643079D01* +X136242168Y-60940300D01* +X136424689Y-61012142D01* +X136272655Y-61113727D01* +X136113727Y-61272655D01* +X135988859Y-61459534D01* +X135902848Y-61667183D01* +X135859000Y-61887621D01* +X135859000Y-62112379D01* +X135902848Y-62332817D01* +X135988859Y-62540466D01* +X136113727Y-62727345D01* +X136272655Y-62886273D01* +X136459534Y-63011141D01* +X136667183Y-63097152D01* +X136887621Y-63141000D01* +X137112379Y-63141000D01* +X137332817Y-63097152D01* +X137367284Y-63082875D01* +X138918367Y-64633959D01* +X138868016Y-64629000D01* +X138751984Y-64629000D01* +X138578484Y-64646088D01* +X138355864Y-64713619D01* +X138150697Y-64823283D01* +X137970866Y-64970866D01* +X137823283Y-65150697D01* +X137713619Y-65355864D01* +X137646088Y-65578484D01* +X137623286Y-65810000D01* +X137646088Y-66041516D01* +X137713619Y-66264136D01* +X137823283Y-66469303D01* +X137901489Y-66564598D01* +X137887873Y-66575773D01* +X137872028Y-66595080D01* +X134707785Y-69759324D01* +X134688473Y-69775173D01* +X134625241Y-69852221D01* +X134578255Y-69940126D01* +X134549322Y-70035508D01* +X134542000Y-70109847D01* +X134542000Y-70109854D01* +X134539553Y-70134700D01* +X134542000Y-70159546D01* +X134542001Y-91247298D01* +X134441358Y-91347941D01* +X134355887Y-91475858D01* +X134297013Y-91617991D01* +X134267000Y-91768878D01* +X134267000Y-91922722D01* +X134297013Y-92073609D01* +X134355887Y-92215742D01* +X134441358Y-92343659D01* +X134550141Y-92452442D01* +X134678058Y-92537913D01* +X134820191Y-92596787D01* +X134971078Y-92626800D01* +X135124922Y-92626800D01* +X135275809Y-92596787D01* +X135417942Y-92537913D01* +X135439199Y-92523710D01* +X135351109Y-92611800D01* +X135208778Y-92611800D01* +X135057891Y-92641813D01* +X134915758Y-92700687D01* +X134787841Y-92786158D01* +X134679058Y-92894941D01* +X134593587Y-93022858D01* +X134534713Y-93164991D01* +X134504700Y-93315878D01* +X134504700Y-93469722D01* +X134534713Y-93620609D01* +X134593587Y-93762742D01* +X134679058Y-93890659D01* +X134787841Y-93999442D01* +X134915758Y-94084913D01* +X135057891Y-94143787D01* +X135208778Y-94173800D01* +X135362622Y-94173800D01* +X135513509Y-94143787D01* +X135655642Y-94084913D01* +X135783559Y-93999442D01* +X135892342Y-93890659D01* +X135977813Y-93762742D01* +X136036687Y-93620609D01* +X136066700Y-93469722D01* +X136066700Y-93327391D01* +X136856920Y-92537172D01* +X136876227Y-92521327D01* +X136939459Y-92444279D01* +X136986445Y-92356375D01* +X137015378Y-92260993D01* +X137020969Y-92204227D01* +X137025148Y-92161800D01* +X137022700Y-92136946D01* +X137022700Y-89420238D01* +X137106591Y-89454987D01* +X137257478Y-89485000D01* +X137285690Y-89485000D01* +X137283553Y-89506700D01* +X137293322Y-89605892D01* +X137322255Y-89701274D01* +X137332494Y-89720429D01* +X137369242Y-89789179D01* +X137432474Y-89866227D01* +X137451781Y-89882072D01* +X150554326Y-102984618D01* +X150500697Y-103013283D01* +X150320866Y-103160866D01* +X150173283Y-103340697D01* +X150063619Y-103545864D01* +X149996088Y-103768484D01* +X149973286Y-104000000D01* +X149996088Y-104231516D01* +X150063619Y-104454136D01* +X150173283Y-104659303D01* +X150320866Y-104839134D01* +X150500697Y-104986717D01* +X150705864Y-105096381D01* +X150928484Y-105163912D01* +X151101984Y-105181000D01* +X151218016Y-105181000D01* +X151391516Y-105163912D01* +X151614136Y-105096381D01* +X151780100Y-105007671D01* +X151780100Y-107919008D01* +X144819781Y-114879328D01* +X144800474Y-114895173D01* +X144737242Y-114972221D01* +X144712127Y-115019208D01* +X144690255Y-115060126D01* +X144661322Y-115155508D01* +X144651553Y-115254700D01* +X144654001Y-115279553D01* +X144654001Y-115311340D01* +X144500697Y-115393283D01* +X144396000Y-115479205D01* +X144396000Y-105500154D01* +X144398448Y-105475300D01* +X144388678Y-105376107D01* +X144359745Y-105280725D01* +X144353452Y-105268952D01* +X144312759Y-105192821D01* +X144249527Y-105115773D01* +X144230220Y-105099928D01* +X144145674Y-105015382D01* +X144199303Y-104986717D01* +X144379134Y-104839134D01* +X144526717Y-104659303D01* +X144636381Y-104454136D01* +X144703912Y-104231516D01* +X144726714Y-104000000D01* +X144703912Y-103768484D01* +X144636381Y-103545864D01* +X144548046Y-103380600D01* +X145071954Y-103380600D01* +X144983619Y-103545864D01* +X144916088Y-103768484D01* +X144893286Y-104000000D01* +X144916088Y-104231516D01* +X144983619Y-104454136D01* +X145093283Y-104659303D01* +X145240866Y-104839134D01* +X145420697Y-104986717D01* +X145625864Y-105096381D01* +X145848484Y-105163912D01* +X146021984Y-105181000D01* +X146138016Y-105181000D01* +X146311516Y-105163912D01* +X146534136Y-105096381D01* +X146739303Y-104986717D01* +X146919134Y-104839134D01* +X147066717Y-104659303D01* +X147176381Y-104454136D01* +X147191146Y-104405463D01* +X147212221Y-104422759D01* +X147300125Y-104469745D01* +X147395507Y-104498678D01* +X147494700Y-104508448D01* +X147519554Y-104506000D01* +X147551341Y-104506000D01* +X147633283Y-104659303D01* +X147780866Y-104839134D01* +X147960697Y-104986717D01* +X148165864Y-105096381D01* +X148388484Y-105163912D01* +X148561984Y-105181000D01* +X148678016Y-105181000D01* +X148851516Y-105163912D01* +X149074136Y-105096381D01* +X149279303Y-104986717D01* +X149459134Y-104839134D01* +X149606717Y-104659303D01* +X149716381Y-104454136D01* +X149783912Y-104231516D01* +X149806714Y-104000000D01* +X149783912Y-103768484D01* +X149716381Y-103545864D01* +X149606717Y-103340697D01* +X149459134Y-103160866D01* +X149279303Y-103013283D01* +X149074136Y-102903619D01* +X148851516Y-102836088D01* +X148678016Y-102819000D01* +X148561984Y-102819000D01* +X148388484Y-102836088D01* +X148165864Y-102903619D01* +X147960697Y-103013283D01* +X147780866Y-103160866D01* +X147722986Y-103231394D01* +X147025976Y-102534385D01* +X147010127Y-102515073D01* +X146933079Y-102451841D01* +X146845175Y-102404855D01* +X146749793Y-102375922D01* +X146675454Y-102368600D01* +X146675446Y-102368600D01* +X146650600Y-102366153D01* +X146625754Y-102368600D01* +X140016754Y-102368600D01* +X139991900Y-102366152D01* +X139967046Y-102368600D01* +X139892707Y-102375922D01* +X139797325Y-102404855D01* +X139709421Y-102451841D01* +X139632373Y-102515073D01* +X139616528Y-102534380D01* +X136074485Y-106076424D01* +X136055173Y-106092273D01* +X135991941Y-106169321D01* +X135944955Y-106257226D01* +X135916022Y-106352608D01* +X135908700Y-106426947D01* +X135908700Y-106426954D01* +X135906253Y-106451800D01* +X135908700Y-106476646D01* +X135908701Y-115625633D01* +X135839134Y-115540866D01* +X135659303Y-115393283D01* +X135454136Y-115283619D01* +X135231516Y-115216088D01* +X135058016Y-115199000D01* +X134941984Y-115199000D01* +X134768484Y-115216088D01* +X134545864Y-115283619D01* +X134340697Y-115393283D01* +X134160866Y-115540866D01* +X134013283Y-115720697D01* +X133903619Y-115925864D01* +X133836088Y-116148484D01* +X133813286Y-116380000D01* +X133836088Y-116611516D01* +X133903619Y-116834136D01* +X134013283Y-117039303D01* +X134160866Y-117219134D01* +X134340697Y-117366717D01* +X134545864Y-117476381D01* +X134768484Y-117543912D01* +X134941984Y-117561000D01* +X135058016Y-117561000D01* +X135231516Y-117543912D01* +X135454136Y-117476381D01* +X135659303Y-117366717D01* +X135839134Y-117219134D01* +X135908701Y-117134366D01* +X135908701Y-121724544D01* +X135906253Y-121749400D01* +X135916022Y-121848592D01* +X135944955Y-121943974D01* +X135955075Y-121962907D01* +X135991942Y-122031879D01* +X136055174Y-122108927D01* +X136074480Y-122124771D01* +X136934326Y-122984618D01* +X136880697Y-123013283D01* +X136700866Y-123160866D01* +X136553283Y-123340697D01* +X136443619Y-123545864D01* +X136376088Y-123768484D01* +X136353286Y-124000000D01* +X136376088Y-124231516D01* +X136443619Y-124454136D01* +X136553283Y-124659303D01* +X136700866Y-124839134D01* +X136880697Y-124986717D01* +X137034001Y-125068660D01* +X137034001Y-125100444D01* +X137031553Y-125125300D01* +X137041322Y-125224492D01* +X137070255Y-125319874D01* +X137092127Y-125360792D01* +X137117242Y-125407779D01* +X137180474Y-125484827D01* +X137199779Y-125500670D01* +X140704000Y-129004892D01* +X140704000Y-129806465D01* +X139176000Y-129805675D01* +X139176000Y-128820154D01* +X139178448Y-128795300D01* +X139168678Y-128696107D01* +X139139745Y-128600725D01* +X139117898Y-128559853D01* +X139092759Y-128512821D01* +X139029527Y-128435773D01* +X139010220Y-128419928D01* +X135773134Y-125182843D01* +X135800000Y-125182843D01* +X135874689Y-125175487D01* +X135946508Y-125153701D01* +X136012696Y-125118322D01* +X136070711Y-125070711D01* +X136118322Y-125012696D01* +X136153701Y-124946508D01* +X136175487Y-124874689D01* +X136182843Y-124800000D01* +X136182843Y-123200000D01* +X136175487Y-123125311D01* +X136153701Y-123053492D01* +X136118322Y-122987304D01* +X136070711Y-122929289D01* +X136012696Y-122881678D01* +X135946508Y-122846299D01* +X135874689Y-122824513D01* +X135800000Y-122817157D01* +X134200000Y-122817157D01* +X134125311Y-122824513D01* +X134053492Y-122846299D01* +X133987304Y-122881678D01* +X133929289Y-122929289D01* +X133881678Y-122987304D01* +X133846299Y-123053492D01* +X133824513Y-123125311D01* +X133817157Y-123200000D01* +X133817157Y-124800000D01* +X133824513Y-124874689D01* +X133846299Y-124946508D01* +X133881678Y-125012696D01* +X133929289Y-125070711D01* +X133987304Y-125118322D01* +X134053492Y-125153701D01* +X134125311Y-125175487D01* +X134200000Y-125182843D01* +X134497220Y-125182843D01* +X134501322Y-125224492D01* +X134530255Y-125319874D01* +X134552127Y-125360792D01* +X134577242Y-125407779D01* +X134640474Y-125484827D01* +X134659779Y-125500670D01* +X138164000Y-129004892D01* +X138164000Y-129805152D01* +X134000066Y-129803000D01* +X133975288Y-129805427D01* +X133951460Y-129812642D01* +X133929497Y-129824367D01* +X133910244Y-129840151D01* +X133894440Y-129859388D01* +X133882692Y-129881339D01* +X133875453Y-129905159D01* +X133873000Y-129930000D01* +X133873000Y-134594000D01* +X100426965Y-134594000D01* +X100425089Y-125726500D01* +X111146857Y-125726500D01* +X111146857Y-133238500D01* +X122373143Y-133238500D01* +X122373143Y-125726500D01* +X111146857Y-125726500D01* +X100425089Y-125726500D01* +X100422702Y-114441951D01* +X129441502Y-114441951D01* +X129508264Y-114743203D01* +X129818496Y-114866636D01* +X130146848Y-114927174D01* +X130480701Y-114922491D01* +X130807225Y-114852767D01* +X131071736Y-114743203D01* +X131138498Y-114441951D01* +X130290000Y-113593453D01* +X129441502Y-114441951D01* +X100422702Y-114441951D01* +X100422415Y-113086848D01* +X128592826Y-113086848D01* +X128597509Y-113420701D01* +X128667233Y-113747225D01* +X128776797Y-114011736D01* +X129078049Y-114078498D01* +X129926547Y-113230000D01* +X130653453Y-113230000D01* +X131501951Y-114078498D01* +X131803203Y-114011736D01* +X131836330Y-113928475D01* +X131872658Y-113982843D01* +X132037157Y-114147342D01* +X132230587Y-114276588D01* +X132445515Y-114365614D01* +X132673682Y-114411000D01* +X132906318Y-114411000D01* +X133134485Y-114365614D01* +X133349413Y-114276588D01* +X133542843Y-114147342D01* +X133707342Y-113982843D01* +X133836588Y-113789413D01* +X133925614Y-113574485D01* +X133971000Y-113346318D01* +X133971000Y-113113682D01* +X133925614Y-112885515D01* +X133836588Y-112670587D01* +X133707342Y-112477157D01* +X133542843Y-112312658D01* +X133349413Y-112183412D01* +X133134485Y-112094386D01* +X132906318Y-112049000D01* +X132673682Y-112049000D01* +X132445515Y-112094386D01* +X132230587Y-112183412D01* +X132037157Y-112312658D01* +X131872658Y-112477157D01* +X131837170Y-112530268D01* +X131803203Y-112448264D01* +X131501951Y-112381502D01* +X130653453Y-113230000D01* +X129926547Y-113230000D01* +X129078049Y-112381502D01* +X128776797Y-112448264D01* +X128653364Y-112758496D01* +X128592826Y-113086848D01* +X100422415Y-113086848D01* +X100422189Y-112018049D01* +X129441502Y-112018049D01* +X130290000Y-112866547D01* +X131138498Y-112018049D01* +X131071736Y-111716797D01* +X130761504Y-111593364D01* +X130433152Y-111532826D01* +X130099299Y-111537509D01* +X129772775Y-111607233D01* +X129508264Y-111716797D01* +X129441502Y-112018049D01* +X100422189Y-112018049D01* +X100421381Y-108200000D01* +X112617157Y-108200000D01* +X112617157Y-109800000D01* +X112624513Y-109874689D01* +X112646299Y-109946508D01* +X112681678Y-110012696D01* +X112729289Y-110070711D01* +X112787304Y-110118322D01* +X112853492Y-110153701D01* +X112925311Y-110175487D01* +X113000000Y-110182843D01* +X114600000Y-110182843D01* +X114674689Y-110175487D01* +X114746508Y-110153701D01* +X114812696Y-110118322D01* +X114870711Y-110070711D01* +X114918322Y-110012696D01* +X114953701Y-109946508D01* +X114975487Y-109874689D01* +X114982843Y-109800000D01* +X114982843Y-109000000D01* +X115153286Y-109000000D01* +X115176088Y-109231516D01* +X115243619Y-109454136D01* +X115353283Y-109659303D01* +X115500866Y-109839134D01* +X115680697Y-109986717D01* +X115885864Y-110096381D01* +X116108484Y-110163912D01* +X116281984Y-110181000D01* +X116398016Y-110181000D01* +X116571516Y-110163912D01* +X116794136Y-110096381D01* +X116999303Y-109986717D01* +X117179134Y-109839134D01* +X117326717Y-109659303D01* +X117436381Y-109454136D01* +X117503912Y-109231516D01* +X117526714Y-109000000D01* +X117693286Y-109000000D01* +X117716088Y-109231516D01* +X117783619Y-109454136D01* +X117893283Y-109659303D01* +X118040866Y-109839134D01* +X118220697Y-109986717D01* +X118425864Y-110096381D01* +X118648484Y-110163912D01* +X118821984Y-110181000D01* +X118938016Y-110181000D01* +X119111516Y-110163912D01* +X119334136Y-110096381D01* +X119539303Y-109986717D01* +X119719134Y-109839134D01* +X119866717Y-109659303D01* +X119976381Y-109454136D01* +X120043912Y-109231516D01* +X120066714Y-109000000D01* +X120233286Y-109000000D01* +X120256088Y-109231516D01* +X120323619Y-109454136D01* +X120433283Y-109659303D01* +X120580866Y-109839134D01* +X120760697Y-109986717D01* +X120965864Y-110096381D01* +X121188484Y-110163912D01* +X121361984Y-110181000D01* +X121478016Y-110181000D01* +X121651516Y-110163912D01* +X121874136Y-110096381D01* +X122079303Y-109986717D01* +X122259134Y-109839134D01* +X122406717Y-109659303D01* +X122516381Y-109454136D01* +X122583912Y-109231516D01* +X122606714Y-109000000D01* +X122773286Y-109000000D01* +X122796088Y-109231516D01* +X122863619Y-109454136D01* +X122973283Y-109659303D01* +X123120866Y-109839134D01* +X123300697Y-109986717D01* +X123505864Y-110096381D01* +X123728484Y-110163912D01* +X123901984Y-110181000D01* +X124018016Y-110181000D01* +X124191516Y-110163912D01* +X124414136Y-110096381D01* +X124619303Y-109986717D01* +X124799134Y-109839134D01* +X124946717Y-109659303D01* +X125056381Y-109454136D01* +X125123912Y-109231516D01* +X125146714Y-109000000D01* +X125123912Y-108768484D01* +X125056381Y-108545864D01* +X124946717Y-108340697D01* +X124799134Y-108160866D01* +X124619303Y-108013283D01* +X124414136Y-107903619D01* +X124191516Y-107836088D01* +X124018016Y-107819000D01* +X123901984Y-107819000D01* +X123728484Y-107836088D01* +X123505864Y-107903619D01* +X123300697Y-108013283D01* +X123120866Y-108160866D01* +X122973283Y-108340697D01* +X122863619Y-108545864D01* +X122796088Y-108768484D01* +X122773286Y-109000000D01* +X122606714Y-109000000D01* +X122583912Y-108768484D01* +X122516381Y-108545864D01* +X122406717Y-108340697D01* +X122259134Y-108160866D01* +X122079303Y-108013283D01* +X121874136Y-107903619D01* +X121651516Y-107836088D01* +X121478016Y-107819000D01* +X121361984Y-107819000D01* +X121188484Y-107836088D01* +X120965864Y-107903619D01* +X120760697Y-108013283D01* +X120580866Y-108160866D01* +X120433283Y-108340697D01* +X120323619Y-108545864D01* +X120256088Y-108768484D01* +X120233286Y-109000000D01* +X120066714Y-109000000D01* +X120043912Y-108768484D01* +X119976381Y-108545864D01* +X119866717Y-108340697D01* +X119719134Y-108160866D01* +X119539303Y-108013283D01* +X119334136Y-107903619D01* +X119111516Y-107836088D01* +X118938016Y-107819000D01* +X118821984Y-107819000D01* +X118648484Y-107836088D01* +X118425864Y-107903619D01* +X118220697Y-108013283D01* +X118040866Y-108160866D01* +X117893283Y-108340697D01* +X117783619Y-108545864D01* +X117716088Y-108768484D01* +X117693286Y-109000000D01* +X117526714Y-109000000D01* +X117503912Y-108768484D01* +X117436381Y-108545864D01* +X117326717Y-108340697D01* +X117179134Y-108160866D01* +X116999303Y-108013283D01* +X116794136Y-107903619D01* +X116571516Y-107836088D01* +X116398016Y-107819000D01* +X116281984Y-107819000D01* +X116108484Y-107836088D01* +X115885864Y-107903619D01* +X115680697Y-108013283D01* +X115500866Y-108160866D01* +X115353283Y-108340697D01* +X115243619Y-108545864D01* +X115176088Y-108768484D01* +X115153286Y-109000000D01* +X114982843Y-109000000D01* +X114982843Y-108200000D01* +X114975487Y-108125311D01* +X114953701Y-108053492D01* +X114918322Y-107987304D01* +X114870711Y-107929289D01* +X114812696Y-107881678D01* +X114746508Y-107846299D01* +X114674689Y-107824513D01* +X114600000Y-107817157D01* +X113000000Y-107817157D01* +X112925311Y-107824513D01* +X112853492Y-107846299D01* +X112787304Y-107881678D01* +X112729289Y-107929289D01* +X112681678Y-107987304D01* +X112646299Y-108053492D01* +X112624513Y-108125311D01* +X112617157Y-108200000D01* +X100421381Y-108200000D01* +X100420496Y-104022078D01* +X112609700Y-104022078D01* +X112609700Y-104175922D01* +X112639713Y-104326809D01* +X112698587Y-104468942D01* +X112784058Y-104596859D01* +X112892841Y-104705642D01* +X113020758Y-104791113D01* +X113162891Y-104849987D01* +X113313778Y-104880000D01* +X113467622Y-104880000D01* +X113618509Y-104849987D01* +X113760642Y-104791113D01* +X113888559Y-104705642D01* +X113997342Y-104596859D01* +X114078498Y-104475400D01* +X115111620Y-104475400D01* +X115083300Y-104617778D01* +X115083300Y-104771622D01* +X115113313Y-104922509D01* +X115172187Y-105064642D01* +X115257658Y-105192559D01* +X115366441Y-105301342D01* +X115494358Y-105386813D01* +X115636491Y-105445687D01* +X115787378Y-105475700D01* +X115941222Y-105475700D01* +X116092109Y-105445687D01* +X116234242Y-105386813D01* +X116362159Y-105301342D01* +X116462801Y-105200700D01* +X121865109Y-105200700D01* +X125358619Y-108694210D01* +X125336088Y-108768484D01* +X125313286Y-109000000D01* +X125336088Y-109231516D01* +X125403619Y-109454136D01* +X125513283Y-109659303D01* +X125660866Y-109839134D01* +X125840697Y-109986717D01* +X126045864Y-110096381D01* +X126268484Y-110163912D01* +X126441984Y-110181000D01* +X126558016Y-110181000D01* +X126731516Y-110163912D01* +X126954136Y-110096381D01* +X127159303Y-109986717D01* +X127339134Y-109839134D01* +X127486717Y-109659303D01* +X127487041Y-109658697D01* +X127557095Y-109821004D01* +X127745759Y-110094529D01* +X127984159Y-110325992D01* +X128263135Y-110506498D01* +X128524073Y-110614572D01* +X128783000Y-110448630D01* +X128783000Y-109257000D01* +X129297000Y-109257000D01* +X129297000Y-110448630D01* +X129555927Y-110614572D01* +X129816865Y-110506498D01* +X130095841Y-110325992D01* +X130334241Y-110094529D01* +X130522905Y-109821004D01* +X130654581Y-109515928D01* +X130491662Y-109257000D01* +X129297000Y-109257000D01* +X128783000Y-109257000D01* +X128763000Y-109257000D01* +X128763000Y-108743000D01* +X128783000Y-108743000D01* +X128783000Y-107551370D01* +X129297000Y-107551370D01* +X129297000Y-108743000D01* +X130491662Y-108743000D01* +X130654581Y-108484072D01* +X130522905Y-108178996D01* +X130334241Y-107905471D01* +X130095841Y-107674008D01* +X129816865Y-107493502D01* +X129555927Y-107385428D01* +X129297000Y-107551370D01* +X128783000Y-107551370D01* +X128524073Y-107385428D01* +X128263135Y-107493502D01* +X127984159Y-107674008D01* +X127745759Y-107905471D01* +X127557095Y-108178996D01* +X127487041Y-108341303D01* +X127486717Y-108340697D01* +X127339134Y-108160866D01* +X127159303Y-108013283D01* +X126954136Y-107903619D01* +X126731516Y-107836088D01* +X126558016Y-107819000D01* +X126441984Y-107819000D01* +X126268484Y-107836088D01* +X126045864Y-107903619D01* +X126015461Y-107919870D01* +X122450076Y-104354485D01* +X122434227Y-104335173D01* +X122357179Y-104271941D01* +X122269275Y-104224955D01* +X122173893Y-104196022D01* +X122099554Y-104188700D01* +X122099546Y-104188700D01* +X122074700Y-104186253D01* +X122049854Y-104188700D01* +X121022991Y-104188700D01* +X123063031Y-102148661D01* +X123120866Y-102219134D01* +X123300697Y-102366717D01* +X123505864Y-102476381D01* +X123728484Y-102543912D01* +X123901984Y-102561000D01* +X124018016Y-102561000D01* +X124191516Y-102543912D01* +X124414136Y-102476381D01* +X124619303Y-102366717D01* +X124799134Y-102219134D01* +X124946717Y-102039303D01* +X125056381Y-101834136D01* +X125123912Y-101611516D01* +X125146714Y-101380000D01* +X125313286Y-101380000D01* +X125336088Y-101611516D01* +X125403619Y-101834136D01* +X125513283Y-102039303D01* +X125660866Y-102219134D01* +X125840697Y-102366717D01* +X126045864Y-102476381D01* +X126268484Y-102543912D01* +X126441984Y-102561000D01* +X126558016Y-102561000D01* +X126731516Y-102543912D01* +X126954136Y-102476381D01* +X127159303Y-102366717D01* +X127339134Y-102219134D01* +X127486717Y-102039303D01* +X127596381Y-101834136D01* +X127663912Y-101611516D01* +X127686714Y-101380000D01* +X127663912Y-101148484D01* +X127596381Y-100925864D01* +X127486717Y-100720697D01* +X127339134Y-100540866D01* +X127159303Y-100393283D01* +X126954136Y-100283619D01* +X126731516Y-100216088D01* +X126558016Y-100199000D01* +X126441984Y-100199000D01* +X126268484Y-100216088D01* +X126045864Y-100283619D01* +X125840697Y-100393283D01* +X125660866Y-100540866D01* +X125513283Y-100720697D01* +X125403619Y-100925864D01* +X125336088Y-101148484D01* +X125313286Y-101380000D01* +X125146714Y-101380000D01* +X125123912Y-101148484D01* +X125056381Y-100925864D01* +X124946717Y-100720697D01* +X124799134Y-100540866D01* +X124619303Y-100393283D01* +X124414136Y-100283619D01* +X124191516Y-100216088D01* +X124018016Y-100199000D01* +X123901984Y-100199000D01* +X123728484Y-100216088D01* +X123505864Y-100283619D01* +X123300697Y-100393283D01* +X123120866Y-100540866D01* +X122973283Y-100720697D01* +X122891341Y-100874000D01* +X122859554Y-100874000D01* +X122834700Y-100871552D01* +X122809846Y-100874000D01* +X122735507Y-100881322D01* +X122640125Y-100910255D01* +X122552221Y-100957241D01* +X122531146Y-100974537D01* +X122516381Y-100925864D01* +X122406717Y-100720697D01* +X122259134Y-100540866D01* +X122079303Y-100393283D01* +X121874136Y-100283619D01* +X121651516Y-100216088D01* +X121478016Y-100199000D01* +X121361984Y-100199000D01* +X121188484Y-100216088D01* +X120965864Y-100283619D01* +X120760697Y-100393283D01* +X120580866Y-100540866D01* +X120433283Y-100720697D01* +X120323619Y-100925864D01* +X120256088Y-101148484D01* +X120233286Y-101380000D01* +X120256088Y-101611516D01* +X120323619Y-101834136D01* +X120433283Y-102039303D01* +X120580866Y-102219134D01* +X120760697Y-102366717D01* +X120965864Y-102476381D01* +X121188484Y-102543912D01* +X121232283Y-102548226D01* +X120317109Y-103463400D01* +X113845220Y-103463400D01* +X113760642Y-103406887D01* +X113618509Y-103348013D01* +X113467622Y-103318000D01* +X113313778Y-103318000D01* +X113162891Y-103348013D01* +X113020758Y-103406887D01* +X112892841Y-103492358D01* +X112784058Y-103601141D01* +X112698587Y-103729058D01* +X112639713Y-103871191D01* +X112609700Y-104022078D01* +X100420496Y-104022078D01* +X100413114Y-69141951D01* +X107191502Y-69141951D01* +X107258264Y-69443203D01* +X107568496Y-69566636D01* +X107755362Y-69601088D01* +X107670573Y-69685877D01* +X107640532Y-69710531D01* +X107562883Y-69805146D01* +X107542135Y-69830428D01* +X107469018Y-69967218D01* +X107423995Y-70115643D01* +X107408792Y-70270000D01* +X107412601Y-70308673D01* +X107412600Y-99151337D01* +X107408792Y-99190000D01* +X107412600Y-99228663D01* +X107412600Y-99228672D01* +X107423994Y-99344356D01* +X107469018Y-99492782D01* +X107542134Y-99629571D01* +X107640531Y-99749469D01* +X107670578Y-99774128D01* +X109825877Y-101929428D01* +X109850531Y-101959469D01* +X109880570Y-101984121D01* +X109970427Y-102057866D01* +X110069800Y-102110982D01* +X110107217Y-102130982D01* +X110255643Y-102176006D01* +X110371327Y-102187400D01* +X110371337Y-102187400D01* +X110410000Y-102191208D01* +X110448663Y-102187400D01* +X112610337Y-102187400D01* +X112649000Y-102191208D01* +X112687663Y-102187400D01* +X112687673Y-102187400D01* +X112803357Y-102176006D01* +X112831728Y-102167400D01* +X112918409Y-102167400D01* +X112960866Y-102219134D01* +X113140697Y-102366717D01* +X113345864Y-102476381D01* +X113568484Y-102543912D01* +X113741984Y-102561000D01* +X113858016Y-102561000D01* +X114031516Y-102543912D01* +X114254136Y-102476381D01* +X114459303Y-102366717D01* +X114639134Y-102219134D01* +X114786717Y-102039303D01* +X114896381Y-101834136D01* +X114963912Y-101611516D01* +X114986714Y-101380000D01* +X114980154Y-101313396D01* +X115189596Y-101103955D01* +X115176088Y-101148484D01* +X115153286Y-101380000D01* +X115176088Y-101611516D01* +X115243619Y-101834136D01* +X115353283Y-102039303D01* +X115500866Y-102219134D01* +X115680697Y-102366717D01* +X115885864Y-102476381D01* +X116108484Y-102543912D01* +X116281984Y-102561000D01* +X116398016Y-102561000D01* +X116571516Y-102543912D01* +X116794136Y-102476381D01* +X116999303Y-102366717D01* +X117179134Y-102219134D01* +X117326717Y-102039303D01* +X117436381Y-101834136D01* +X117503912Y-101611516D01* +X117526714Y-101380000D01* +X117693286Y-101380000D01* +X117716088Y-101611516D01* +X117783619Y-101834136D01* +X117893283Y-102039303D01* +X118040866Y-102219134D01* +X118220697Y-102366717D01* +X118425864Y-102476381D01* +X118648484Y-102543912D01* +X118821984Y-102561000D01* +X118938016Y-102561000D01* +X119111516Y-102543912D01* +X119334136Y-102476381D01* +X119539303Y-102366717D01* +X119719134Y-102219134D01* +X119866717Y-102039303D01* +X119976381Y-101834136D01* +X120043912Y-101611516D01* +X120066714Y-101380000D01* +X120043912Y-101148484D01* +X119976381Y-100925864D01* +X119866717Y-100720697D01* +X119719134Y-100540866D01* +X119539303Y-100393283D01* +X119334136Y-100283619D01* +X119111516Y-100216088D01* +X118938016Y-100199000D01* +X118821984Y-100199000D01* +X118648484Y-100216088D01* +X118425864Y-100283619D01* +X118220697Y-100393283D01* +X118040866Y-100540866D01* +X117893283Y-100720697D01* +X117783619Y-100925864D01* +X117716088Y-101148484D01* +X117693286Y-101380000D01* +X117526714Y-101380000D01* +X117503912Y-101148484D01* +X117436381Y-100925864D01* +X117326717Y-100720697D01* +X117179134Y-100540866D01* +X116999303Y-100393283D01* +X116794136Y-100283619D01* +X116571516Y-100216088D01* +X116398016Y-100199000D01* +X116281984Y-100199000D01* +X116108484Y-100216088D01* +X116063955Y-100229596D01* +X118296152Y-97997400D01* +X126297215Y-97997400D01* +X126427157Y-98127342D01* +X126620587Y-98256588D01* +X126835515Y-98345614D01* +X127063682Y-98391000D01* +X127296318Y-98391000D01* +X127524485Y-98345614D01* +X127739413Y-98256588D01* +X127799401Y-98216506D01* +X127799401Y-99495244D01* +X127796953Y-99520100D01* +X127806722Y-99619292D01* +X127835655Y-99714674D01* +X127848909Y-99739469D01* +X127882642Y-99802579D01* +X127945874Y-99879627D01* +X127965180Y-99895471D01* +X128434326Y-100364618D01* +X128380697Y-100393283D01* +X128200866Y-100540866D01* +X128053283Y-100720697D01* +X127943619Y-100925864D01* +X127876088Y-101148484D01* +X127853286Y-101380000D01* +X127876088Y-101611516D01* +X127943619Y-101834136D01* +X128053283Y-102039303D01* +X128200866Y-102219134D01* +X128380697Y-102366717D01* +X128585864Y-102476381D01* +X128808484Y-102543912D01* +X128981984Y-102561000D01* +X129098016Y-102561000D01* +X129271516Y-102543912D01* +X129494136Y-102476381D01* +X129699303Y-102366717D01* +X129879134Y-102219134D01* +X130026717Y-102039303D01* +X130136381Y-101834136D01* +X130203912Y-101611516D01* +X130226714Y-101380000D01* +X130203912Y-101148484D01* +X130136381Y-100925864D01* +X130026717Y-100720697D01* +X129879134Y-100540866D01* +X129699303Y-100393283D01* +X129546000Y-100311341D01* +X129546000Y-100279545D01* +X129548447Y-100254699D01* +X129546000Y-100229853D01* +X129546000Y-100229846D01* +X129538678Y-100155507D01* +X129509745Y-100060125D01* +X129462759Y-99972221D01* +X129399527Y-99895173D01* +X129380220Y-99879328D01* +X128811400Y-99310509D01* +X128811400Y-98442056D01* +X128831503Y-98421953D01* +X128898264Y-98723203D01* +X129208496Y-98846636D01* +X129536848Y-98907174D01* +X129870701Y-98902491D01* +X130197225Y-98832767D01* +X130461736Y-98723203D01* +X130528498Y-98421951D01* +X129680000Y-97573453D01* +X129665858Y-97587595D01* +X129302405Y-97224142D01* +X129316547Y-97210000D01* +X130043453Y-97210000D01* +X130891951Y-98058498D01* +X131193203Y-97991736D01* +X131316636Y-97681504D01* +X131377174Y-97353152D01* +X131372491Y-97019299D01* +X131302767Y-96692775D01* +X131193203Y-96428264D01* +X130891951Y-96361502D01* +X130043453Y-97210000D01* +X129316547Y-97210000D01* +X128812628Y-96706081D01* +X128813848Y-96693700D01* +X128804078Y-96594507D01* +X128775145Y-96499125D01* +X128774472Y-96497866D01* +X128728159Y-96411221D01* +X128664927Y-96334173D01* +X128645620Y-96318328D01* +X128413200Y-96085909D01* +X128413200Y-95998049D01* +X128831502Y-95998049D01* +X129680000Y-96846547D01* +X130528498Y-95998049D01* +X130461736Y-95696797D01* +X130151504Y-95573364D01* +X129823152Y-95512826D01* +X129489299Y-95517509D01* +X129162775Y-95587233D01* +X128898264Y-95696797D01* +X128831502Y-95998049D01* +X128413200Y-95998049D01* +X128413200Y-94818651D01* +X128524073Y-94864572D01* +X128783000Y-94698630D01* +X128783000Y-93507000D01* +X129297000Y-93507000D01* +X129297000Y-94698630D01* +X129555927Y-94864572D01* +X129816865Y-94756498D01* +X130095841Y-94575992D01* +X130334241Y-94344529D01* +X130522905Y-94071004D01* +X130654581Y-93765928D01* +X130491662Y-93507000D01* +X129297000Y-93507000D01* +X128783000Y-93507000D01* +X128763000Y-93507000D01* +X128763000Y-92993000D01* +X128783000Y-92993000D01* +X128783000Y-92973000D01* +X129297000Y-92973000D01* +X129297000Y-92993000D01* +X130491662Y-92993000D01* +X130654581Y-92734072D01* +X130522905Y-92428996D01* +X130334241Y-92155471D01* +X130095841Y-91924008D01* +X129816865Y-91743502D01* +X129555927Y-91635428D01* +X129297002Y-91801369D01* +X129297002Y-91630389D01* +X130545820Y-90381572D01* +X130565127Y-90365727D01* +X130628359Y-90288679D01* +X130675345Y-90200775D01* +X130702583Y-90110982D01* +X130704278Y-90105394D01* +X130708343Y-90064121D01* +X130711600Y-90031054D01* +X130711600Y-90031047D01* +X130714047Y-90006201D01* +X130711600Y-89981355D01* +X130711600Y-85201754D01* +X130714048Y-85176900D01* +X130704278Y-85077707D01* +X130675345Y-84982325D01* +X130654209Y-84942783D01* +X130628359Y-84894421D01* +X130565127Y-84817373D01* +X130545820Y-84801528D01* +X130334966Y-84590674D01* +X130409809Y-84575787D01* +X130551942Y-84516913D01* +X130679859Y-84431442D01* +X130788642Y-84322659D01* +X130869322Y-84201913D01* +X130919647Y-84252239D01* +X130913487Y-84261458D01* +X130854613Y-84403591D01* +X130824600Y-84554478D01* +X130824600Y-84708322D01* +X130854613Y-84859209D01* +X130913487Y-85001342D01* +X130998958Y-85129259D01* +X131107741Y-85238042D01* +X131235658Y-85323513D01* +X131377791Y-85382387D01* +X131528678Y-85412400D01* +X131682522Y-85412400D01* +X131833409Y-85382387D01* +X131975542Y-85323513D01* +X132103459Y-85238042D01* +X132212242Y-85129259D01* +X132297713Y-85001342D01* +X132356587Y-84859209D01* +X132386600Y-84708322D01* +X132386600Y-84554478D01* +X132356587Y-84403591D01* +X132297713Y-84261458D01* +X132212242Y-84133541D01* +X132103459Y-84024758D01* +X132057009Y-83993721D01* +X132028359Y-83940121D01* +X131965127Y-83863073D01* +X131945820Y-83847228D01* +X131935830Y-83837238D01* +X131975242Y-83820913D01* +X132103159Y-83735442D01* +X132211942Y-83626659D01* +X132297413Y-83498742D01* +X132356287Y-83356609D01* +X132386300Y-83205722D01* +X132386300Y-83051878D01* +X132356287Y-82900991D01* +X132297413Y-82758858D01* +X132211942Y-82630941D01* +X132111300Y-82530299D01* +X132111300Y-82230045D01* +X132113747Y-82205199D01* +X132111300Y-82180353D01* +X132111300Y-82180346D01* +X132103978Y-82106007D01* +X132075045Y-82010625D01* +X132028059Y-81922721D01* +X131964827Y-81845673D01* +X131945520Y-81829828D01* +X129260691Y-79145000D01* +X129297002Y-79145000D01* +X129297002Y-78898631D01* +X129555927Y-79064572D01* +X129816865Y-78956498D01* +X130095841Y-78775992D01* +X130334241Y-78544529D01* +X130522905Y-78271004D01* +X130654581Y-77965928D01* +X130491662Y-77707000D01* +X129297000Y-77707000D01* +X129297000Y-77727000D01* +X128783000Y-77727000D01* +X128783000Y-77707000D01* +X128763000Y-77707000D01* +X128763000Y-77193000D01* +X128783000Y-77193000D01* +X128783000Y-76001370D01* +X129297000Y-76001370D01* +X129297000Y-77193000D01* +X130491662Y-77193000D01* +X130654581Y-76934072D01* +X130522905Y-76628996D01* +X130334241Y-76355471D01* +X130095841Y-76124008D01* +X129816865Y-75943502D01* +X129555927Y-75835428D01* +X129297000Y-76001370D01* +X128783000Y-76001370D01* +X128524073Y-75835428D01* +X128263135Y-75943502D01* +X127984159Y-76124008D01* +X127745759Y-76355471D01* +X127557095Y-76628996D01* +X127487041Y-76791303D01* +X127486717Y-76790697D01* +X127339134Y-76610866D01* +X127159303Y-76463283D01* +X126954136Y-76353619D01* +X126731516Y-76286088D01* +X126558016Y-76269000D01* +X126441984Y-76269000D01* +X126268484Y-76286088D01* +X126045864Y-76353619D01* +X125840697Y-76463283D01* +X125660866Y-76610866D01* +X125603200Y-76681133D01* +X125589527Y-76664473D01* +X125570220Y-76648628D01* +X119648606Y-70727015D01* +X119719134Y-70669134D01* +X119866717Y-70489303D01* +X119976381Y-70284136D01* +X120043912Y-70061516D01* +X120066714Y-69830000D01* +X120043912Y-69598484D01* +X120035647Y-69571239D01* +X120238766Y-69774358D01* +X120233286Y-69830000D01* +X120256088Y-70061516D01* +X120323619Y-70284136D01* +X120433283Y-70489303D01* +X120580866Y-70669134D01* +X120760697Y-70816717D01* +X120965864Y-70926381D01* +X121188484Y-70993912D01* +X121361984Y-71011000D01* +X121478016Y-71011000D01* +X121651516Y-70993912D01* +X121874136Y-70926381D01* +X122079303Y-70816717D01* +X122259134Y-70669134D01* +X122406717Y-70489303D01* +X122516381Y-70284136D01* +X122583912Y-70061516D01* +X122606714Y-69830000D01* +X122583912Y-69598484D01* +X122516381Y-69375864D01* +X122406717Y-69170697D01* +X122259134Y-68990866D01* +X122079303Y-68843283D01* +X121874136Y-68733619D01* +X121651516Y-68666088D01* +X121478016Y-68649000D01* +X121361984Y-68649000D01* +X121188484Y-68666088D01* +X120965864Y-68733619D01* +X120760697Y-68843283D01* +X120748711Y-68853120D01* +X120045376Y-68149785D01* +X120029527Y-68130473D01* +X119952479Y-68067241D01* +X119864575Y-68020255D01* +X119769193Y-67991322D01* +X119694854Y-67984000D01* +X119694846Y-67984000D01* +X119670000Y-67981553D01* +X119645154Y-67984000D01* +X113299592Y-67984000D01* +X110746953Y-65431362D01* +X110749457Y-65425316D01* +X110791000Y-65216469D01* +X110791000Y-65003531D01* +X110749457Y-64794684D01* +X110667969Y-64597955D01* +X110549667Y-64420903D01* +X110399097Y-64270333D01* +X110222045Y-64152031D01* +X110025316Y-64070543D01* +X109816469Y-64029000D01* +X109603531Y-64029000D01* +X109394684Y-64070543D01* +X109197955Y-64152031D01* +X109020903Y-64270333D01* +X108870333Y-64420903D01* +X108752031Y-64597955D01* +X108670543Y-64794684D01* +X108629000Y-65003531D01* +X108629000Y-65216469D01* +X108670543Y-65425316D01* +X108752031Y-65622045D01* +X108870333Y-65799097D01* +X109020903Y-65949667D01* +X109197955Y-66067969D01* +X109394684Y-66149457D01* +X109603531Y-66191000D01* +X109816469Y-66191000D01* +X110025316Y-66149457D01* +X110031362Y-66146953D01* +X110633409Y-66749000D01* +X110423682Y-66749000D01* +X110195515Y-66794386D01* +X109980587Y-66883412D01* +X109787157Y-67012658D01* +X109622658Y-67177157D01* +X109587170Y-67230268D01* +X109553203Y-67148264D01* +X109251951Y-67081502D01* +X108403453Y-67930000D01* +X108417595Y-67944142D01* +X108054142Y-68307595D01* +X108040000Y-68293453D01* +X107191502Y-69141951D01* +X100413114Y-69141951D01* +X100412827Y-67786848D01* +X106342826Y-67786848D01* +X106347509Y-68120701D01* +X106417233Y-68447225D01* +X106526797Y-68711736D01* +X106828049Y-68778498D01* +X107676547Y-67930000D01* +X106828049Y-67081502D01* +X106526797Y-67148264D01* +X106403364Y-67458496D01* +X106342826Y-67786848D01* +X100412827Y-67786848D01* +X100412601Y-66718049D01* +X107191502Y-66718049D01* +X108040000Y-67566547D01* +X108888498Y-66718049D01* +X108821736Y-66416797D01* +X108511504Y-66293364D01* +X108183152Y-66232826D01* +X107849299Y-66237509D01* +X107522775Y-66307233D01* +X107258264Y-66416797D01* +X107191502Y-66718049D01* +X100412601Y-66718049D01* +X100410626Y-57388606D01* +X104469000Y-57388606D01* +X104469000Y-57611394D01* +X104512464Y-57829900D01* +X104597721Y-58035729D01* +X104721495Y-58220970D01* +X104879030Y-58378505D01* +X105064271Y-58502279D01* +X105094001Y-58514593D01* +X105094000Y-59825154D01* +X105091553Y-59850000D01* +X105094000Y-59874846D01* +X105094000Y-59874853D01* +X105101322Y-59949192D01* +X105130255Y-60044574D01* +X105177241Y-60132479D01* +X105240473Y-60209527D01* +X105259785Y-60225376D01* +X106644628Y-61610220D01* +X106660473Y-61629527D01* +X106737521Y-61692759D01* +X106825425Y-61739745D01* +X106898607Y-61761944D01* +X106920806Y-61768678D01* +X106930694Y-61769652D01* +X106995146Y-61776000D01* +X106995153Y-61776000D01* +X107019999Y-61778447D01* +X107044845Y-61776000D01* +X109122218Y-61776000D01* +X109040903Y-61830333D01* +X108890333Y-61980903D01* +X108772031Y-62157955D01* +X108690543Y-62354684D01* +X108649000Y-62563531D01* +X108649000Y-62776469D01* +X108690543Y-62985316D01* +X108772031Y-63182045D01* +X108890333Y-63359097D01* +X109040903Y-63509667D01* +X109217955Y-63627969D01* +X109414684Y-63709457D01* +X109623531Y-63751000D01* +X109836469Y-63751000D01* +X110045316Y-63709457D01* +X110051361Y-63706953D01* +X110547128Y-64202720D01* +X110562973Y-64222027D01* +X110640021Y-64285259D01* +X110727925Y-64332245D01* +X110823307Y-64361178D01* +X110922500Y-64370948D01* +X110947354Y-64368500D01* +X114000105Y-64368500D01* +X113886833Y-64506523D01* +X113786454Y-64694318D01* +X113724642Y-64898087D01* +X113703770Y-65110000D01* +X113724642Y-65321913D01* +X113786454Y-65525682D01* +X113886833Y-65713477D01* +X114021919Y-65878081D01* +X114186523Y-66013167D01* +X114374318Y-66113546D01* +X114578087Y-66175358D01* +X114736900Y-66191000D01* +X114843100Y-66191000D01* +X115001913Y-66175358D01* +X115205682Y-66113546D01* +X115393477Y-66013167D01* +X115558081Y-65878081D01* +X115693167Y-65713477D01* +X115734956Y-65635296D01* +X115746107Y-65638678D01* +X115820446Y-65646000D01* +X115820453Y-65646000D01* +X115845299Y-65648447D01* +X115870145Y-65646000D01* +X118791288Y-65646000D01* +X118813412Y-65699413D01* +X118942658Y-65892843D01* +X119107157Y-66057342D01* +X119300587Y-66186588D01* +X119515515Y-66275614D01* +X119743682Y-66321000D01* +X119976318Y-66321000D01* +X120204485Y-66275614D01* +X120257898Y-66253490D01* +X123064255Y-69059847D01* +X122973283Y-69170697D01* +X122863619Y-69375864D01* +X122796088Y-69598484D01* +X122773286Y-69830000D01* +X122796088Y-70061516D01* +X122863619Y-70284136D01* +X122973283Y-70489303D01* +X123120866Y-70669134D01* +X123300697Y-70816717D01* +X123505864Y-70926381D01* +X123728484Y-70993912D01* +X123901984Y-71011000D01* +X124018016Y-71011000D01* +X124191516Y-70993912D01* +X124414136Y-70926381D01* +X124619303Y-70816717D01* +X124799134Y-70669134D01* +X124946717Y-70489303D01* +X125056381Y-70284136D01* +X125123912Y-70061516D01* +X125146714Y-69830000D01* +X125123912Y-69598484D01* +X125056381Y-69375864D01* +X124946717Y-69170697D01* +X124799134Y-68990866D01* +X124619303Y-68843283D01* +X124414136Y-68733619D01* +X124191516Y-68666088D01* +X124091865Y-68656273D01* +X123875374Y-68439783D01* +X123875370Y-68439778D01* +X120973490Y-65537898D01* +X120995614Y-65484485D01* +X121041000Y-65256318D01* +X121041000Y-65023682D01* +X120995614Y-64795515D01* +X120906588Y-64580587D01* +X120777342Y-64387157D01* +X120758685Y-64368500D01* +X120872909Y-64368500D01* +X121246510Y-64742102D01* +X121224386Y-64795515D01* +X121179000Y-65023682D01* +X121179000Y-65256318D01* +X121224386Y-65484485D01* +X121313412Y-65699413D01* +X121442658Y-65892843D01* +X121607157Y-66057342D01* +X121800587Y-66186588D01* +X122015515Y-66275614D01* +X122243682Y-66321000D01* +X122476318Y-66321000D01* +X122704485Y-66275614D01* +X122757898Y-66253490D01* +X125586225Y-69081817D01* +X125513283Y-69170697D01* +X125403619Y-69375864D01* +X125336088Y-69598484D01* +X125313286Y-69830000D01* +X125336088Y-70061516D01* +X125403619Y-70284136D01* +X125513283Y-70489303D01* +X125660866Y-70669134D01* +X125840697Y-70816717D01* +X126045864Y-70926381D01* +X126268484Y-70993912D01* +X126441984Y-71011000D01* +X126558016Y-71011000D01* +X126731516Y-70993912D01* +X126954136Y-70926381D01* +X127159303Y-70816717D01* +X127339134Y-70669134D01* +X127486717Y-70489303D01* +X127596381Y-70284136D01* +X127663912Y-70061516D01* +X127686714Y-69830000D01* +X127663912Y-69598484D01* +X127596381Y-69375864D01* +X127486717Y-69170697D01* +X127339134Y-68990866D01* +X127159303Y-68843283D01* +X126954136Y-68733619D01* +X126731516Y-68666088D01* +X126587495Y-68651903D01* +X123473490Y-65537898D01* +X123495614Y-65484485D01* +X123541000Y-65256318D01* +X123541000Y-65023682D01* +X123495614Y-64795515D01* +X123406588Y-64580587D01* +X123277342Y-64387157D01* +X123112843Y-64222658D01* +X122919413Y-64093412D01* +X122704485Y-64004386D01* +X122476318Y-63959000D01* +X122243682Y-63959000D01* +X122015515Y-64004386D01* +X121962102Y-64026510D01* +X121457876Y-63522285D01* +X121442027Y-63502973D01* +X121364979Y-63439741D01* +X121277075Y-63392755D01* +X121181693Y-63363822D01* +X121107354Y-63356500D01* +X121107346Y-63356500D01* +X121082500Y-63354053D01* +X121057654Y-63356500D01* +X115645032Y-63356500D01* +X115713167Y-63273477D01* +X115765270Y-63176000D01* +X123350409Y-63176000D01* +X124896510Y-64722102D01* +X124874386Y-64775515D01* +X124829000Y-65003682D01* +X124829000Y-65236318D01* +X124874386Y-65464485D01* +X124963412Y-65679413D01* +X125092658Y-65872843D01* +X125257157Y-66037342D01* +X125450587Y-66166588D01* +X125665515Y-66255614D01* +X125893682Y-66301000D01* +X126126318Y-66301000D01* +X126354485Y-66255614D01* +X126407898Y-66233490D01* +X128534001Y-68359593D01* +X128534001Y-68761341D01* +X128380697Y-68843283D01* +X128200866Y-68990866D01* +X128053283Y-69170697D01* +X127943619Y-69375864D01* +X127876088Y-69598484D01* +X127853286Y-69830000D01* +X127876088Y-70061516D01* +X127943619Y-70284136D01* +X128053283Y-70489303D01* +X128200866Y-70669134D01* +X128380697Y-70816717D01* +X128585864Y-70926381D01* +X128808484Y-70993912D01* +X128981984Y-71011000D01* +X129098016Y-71011000D01* +X129271516Y-70993912D01* +X129494136Y-70926381D01* +X129699303Y-70816717D01* +X129879134Y-70669134D01* +X130026717Y-70489303D01* +X130136381Y-70284136D01* +X130203912Y-70061516D01* +X130226714Y-69830000D01* +X130203912Y-69598484D01* +X130136381Y-69375864D01* +X130026717Y-69170697D01* +X129879134Y-68990866D01* +X129699303Y-68843283D01* +X129546000Y-68761341D01* +X129546000Y-68174845D01* +X129548447Y-68149999D01* +X129546000Y-68125153D01* +X129546000Y-68125146D01* +X129538678Y-68050807D01* +X129537935Y-68048355D01* +X129509745Y-67955425D01* +X129496155Y-67930000D01* +X129462759Y-67867521D01* +X129399527Y-67790473D01* +X129380220Y-67774628D01* +X128421992Y-66816400D01* +X128700701Y-66812491D01* +X129027225Y-66742767D01* +X129291736Y-66633203D01* +X129358498Y-66331951D01* +X128510000Y-65483453D01* +X128495858Y-65497595D01* +X128132405Y-65134142D01* +X128146547Y-65120000D01* +X128873453Y-65120000D01* +X129721951Y-65968498D01* +X130023203Y-65901736D01* +X130146636Y-65591504D01* +X130207174Y-65263152D01* +X130203624Y-65010000D01* +X135087157Y-65010000D01* +X135087157Y-66610000D01* +X135094513Y-66684689D01* +X135116299Y-66756508D01* +X135151678Y-66822696D01* +X135199289Y-66880711D01* +X135257304Y-66928322D01* +X135323492Y-66963701D01* +X135395311Y-66985487D01* +X135470000Y-66992843D01* +X137070000Y-66992843D01* +X137144689Y-66985487D01* +X137216508Y-66963701D01* +X137282696Y-66928322D01* +X137340711Y-66880711D01* +X137388322Y-66822696D01* +X137423701Y-66756508D01* +X137445487Y-66684689D01* +X137452843Y-66610000D01* +X137452843Y-65010000D01* +X137445487Y-64935311D01* +X137423701Y-64863492D01* +X137388322Y-64797304D01* +X137340711Y-64739289D01* +X137282696Y-64691678D01* +X137216508Y-64656299D01* +X137144689Y-64634513D01* +X137070000Y-64627157D01* +X135470000Y-64627157D01* +X135395311Y-64634513D01* +X135323492Y-64656299D01* +X135257304Y-64691678D01* +X135199289Y-64739289D01* +X135151678Y-64797304D01* +X135116299Y-64863492D01* +X135094513Y-64935311D01* +X135087157Y-65010000D01* +X130203624Y-65010000D01* +X130202491Y-64929299D01* +X130132767Y-64602775D01* +X130023203Y-64338264D01* +X129721951Y-64271502D01* +X128873453Y-65120000D01* +X128146547Y-65120000D01* +X127298049Y-64271502D01* +X126996797Y-64338264D01* +X126963670Y-64421525D01* +X126927342Y-64367157D01* +X126762843Y-64202658D01* +X126569413Y-64073412D01* +X126354485Y-63984386D01* +X126126318Y-63939000D01* +X125893682Y-63939000D01* +X125665515Y-63984386D01* +X125612102Y-64006510D01* +X125513641Y-63908049D01* +X127661502Y-63908049D01* +X128510000Y-64756547D01* +X129358498Y-63908049D01* +X129291736Y-63606797D01* +X128981504Y-63483364D01* +X128653152Y-63422826D01* +X128319299Y-63427509D01* +X127992775Y-63497233D01* +X127728264Y-63606797D01* +X127661502Y-63908049D01* +X125513641Y-63908049D01* +X123935376Y-62329785D01* +X123919527Y-62310473D01* +X123842479Y-62247241D01* +X123754575Y-62200255D01* +X123659193Y-62171322D01* +X123584854Y-62164000D01* +X123584846Y-62164000D01* +X123560000Y-62161553D01* +X123535154Y-62164000D01* +X115765270Y-62164000D01* +X115713167Y-62066523D01* +X115578081Y-61901919D01* +X115413477Y-61766833D01* +X115225682Y-61666454D01* +X115021913Y-61604642D01* +X114863100Y-61589000D01* +X114756900Y-61589000D01* +X114598087Y-61604642D01* +X114394318Y-61666454D01* +X114269019Y-61733428D01* +X113465376Y-60929785D01* +X113449527Y-60910473D01* +X113372479Y-60847241D01* +X113284575Y-60800255D01* +X113189193Y-60771322D01* +X113114854Y-60764000D01* +X113114846Y-60764000D01* +X113090000Y-60761553D01* +X113065154Y-60764000D01* +X107229592Y-60764000D01* +X106497867Y-60032275D01* +X129254000Y-60032275D01* +X129254000Y-60407725D01* +X129327247Y-60775960D01* +X129470925Y-61122829D01* +X129679513Y-61435004D01* +X129944996Y-61700487D01* +X130257171Y-61909075D01* +X130604040Y-62052753D01* +X130972275Y-62126000D01* +X131347725Y-62126000D01* +X131715960Y-62052753D01* +X132062829Y-61909075D01* +X132375004Y-61700487D01* +X132640487Y-61435004D01* +X132849075Y-61122829D01* +X132992753Y-60775960D01* +X133066000Y-60407725D01* +X133066000Y-60032275D01* +X132992753Y-59664040D01* +X132852874Y-59326341D01* +X135342371Y-59326341D01* +X135348146Y-59652296D01* +X135417402Y-59970862D01* +X135519700Y-60217832D01* +X135816921Y-60279627D01* +X136636547Y-59460000D01* +X137363453Y-59460000D01* +X138016154Y-60112701D01* +X138059700Y-60217832D01* +X138137449Y-60233997D01* +X138183079Y-60279627D01* +X138270000Y-60261555D01* +X138356921Y-60279627D01* +X138402551Y-60233997D01* +X138480300Y-60217832D01* +X138520274Y-60116274D01* +X139176547Y-59460000D01* +X139903453Y-59460000D01* +X140556154Y-60112701D01* +X140599700Y-60217832D01* +X140677449Y-60233997D01* +X140723079Y-60279627D01* +X140810000Y-60261555D01* +X140896921Y-60279627D01* +X140942551Y-60233997D01* +X141020300Y-60217832D01* +X141060274Y-60116274D01* +X141716547Y-59460000D01* +X142443453Y-59460000D01* +X143096154Y-60112701D01* +X143139700Y-60217832D01* +X143217449Y-60233997D01* +X143263079Y-60279627D01* +X143350000Y-60261555D01* +X143436921Y-60279627D01* +X143482551Y-60233997D01* +X143560300Y-60217832D01* +X143600274Y-60116274D01* +X144256547Y-59460000D01* +X144983453Y-59460000D01* +X145636154Y-60112701D01* +X145679700Y-60217832D01* +X145757449Y-60233997D01* +X145803079Y-60279627D01* +X145890000Y-60261555D01* +X145976921Y-60279627D01* +X146022551Y-60233997D01* +X146100300Y-60217832D01* +X146140274Y-60116274D01* +X146796547Y-59460000D01* +X147523453Y-59460000D01* +X148176154Y-60112701D01* +X148219700Y-60217832D01* +X148297449Y-60233997D01* +X148343079Y-60279627D01* +X148430000Y-60261555D01* +X148516921Y-60279627D01* +X148562551Y-60233997D01* +X148640300Y-60217832D01* +X148680274Y-60116274D01* +X149336547Y-59460000D01* +X150063453Y-59460000D01* +X150716154Y-60112701D01* +X150759700Y-60217832D01* +X150837449Y-60233997D01* +X150883079Y-60279627D01* +X150970000Y-60261555D01* +X151056921Y-60279627D01* +X151102551Y-60233997D01* +X151180300Y-60217832D01* +X151220274Y-60116274D01* +X151876547Y-59460000D01* +X151223846Y-58807299D01* +X151180300Y-58702168D01* +X151102551Y-58686003D01* +X151056921Y-58640373D01* +X150970000Y-58658445D01* +X150883079Y-58640373D01* +X150837449Y-58686003D01* +X150759700Y-58702168D01* +X150719726Y-58803726D01* +X150063453Y-59460000D01* +X149336547Y-59460000D01* +X148683846Y-58807299D01* +X148640300Y-58702168D01* +X148562551Y-58686003D01* +X148516921Y-58640373D01* +X148430000Y-58658445D01* +X148343079Y-58640373D01* +X148297449Y-58686003D01* +X148219700Y-58702168D01* +X148179726Y-58803726D01* +X147523453Y-59460000D01* +X146796547Y-59460000D01* +X146143846Y-58807299D01* +X146100300Y-58702168D01* +X146022551Y-58686003D01* +X145976921Y-58640373D01* +X145890000Y-58658445D01* +X145803079Y-58640373D01* +X145757449Y-58686003D01* +X145679700Y-58702168D01* +X145639726Y-58803726D01* +X144983453Y-59460000D01* +X144256547Y-59460000D01* +X143603846Y-58807299D01* +X143560300Y-58702168D01* +X143482551Y-58686003D01* +X143436921Y-58640373D01* +X143350000Y-58658445D01* +X143263079Y-58640373D01* +X143217449Y-58686003D01* +X143139700Y-58702168D01* +X143099726Y-58803726D01* +X142443453Y-59460000D01* +X141716547Y-59460000D01* +X141063846Y-58807299D01* +X141020300Y-58702168D01* +X140942551Y-58686003D01* +X140896921Y-58640373D01* +X140810000Y-58658445D01* +X140723079Y-58640373D01* +X140677449Y-58686003D01* +X140599700Y-58702168D01* +X140559726Y-58803726D01* +X139903453Y-59460000D01* +X139176547Y-59460000D01* +X138523846Y-58807299D01* +X138480300Y-58702168D01* +X138402551Y-58686003D01* +X138356921Y-58640373D01* +X138270000Y-58658445D01* +X138183079Y-58640373D01* +X138137449Y-58686003D01* +X138059700Y-58702168D01* +X138019726Y-58803726D01* +X137363453Y-59460000D01* +X136636547Y-59460000D01* +X135816921Y-58640373D01* +X135519700Y-58702168D01* +X135400298Y-59005521D01* +X135342371Y-59326341D01* +X132852874Y-59326341D01* +X132849075Y-59317171D01* +X132640487Y-59004996D01* +X132375004Y-58739513D01* +X132062829Y-58530925D01* +X131715960Y-58387247D01* +X131347725Y-58314000D01* +X130972275Y-58314000D01* +X130604040Y-58387247D01* +X130257171Y-58530925D01* +X129944996Y-58739513D01* +X129679513Y-59004996D01* +X129470925Y-59317171D01* +X129327247Y-59664040D01* +X129254000Y-60032275D01* +X106497867Y-60032275D01* +X106106000Y-59640409D01* +X106106000Y-58514593D01* +X106135729Y-58502279D01* +X106320970Y-58378505D01* +X106422554Y-58276921D01* +X136180373Y-58276921D01* +X137000000Y-59096547D01* +X137819627Y-58276921D01* +X138720373Y-58276921D01* +X139540000Y-59096547D01* +X140359627Y-58276921D01* +X141260373Y-58276921D01* +X142080000Y-59096547D01* +X142899627Y-58276921D01* +X143800373Y-58276921D01* +X144620000Y-59096547D01* +X145439627Y-58276921D01* +X146340373Y-58276921D01* +X147160000Y-59096547D01* +X147979627Y-58276921D01* +X148880373Y-58276921D01* +X149700000Y-59096547D01* +X150519627Y-58276921D01* +X151420373Y-58276921D01* +X152240000Y-59096547D01* +X153059627Y-58276921D01* +X153960373Y-58276921D01* +X154780000Y-59096547D01* +X155599627Y-58276921D01* +X156500373Y-58276921D01* +X157320000Y-59096547D01* +X158139627Y-58276921D01* +X159040373Y-58276921D01* +X159860000Y-59096547D01* +X160679627Y-58276921D01* +X161580373Y-58276921D01* +X162400000Y-59096547D01* +X163219627Y-58276921D01* +X164120373Y-58276921D01* +X164940000Y-59096547D01* +X165759627Y-58276921D01* +X166660373Y-58276921D01* +X167480000Y-59096547D01* +X168299627Y-58276921D01* +X169200373Y-58276921D01* +X170020000Y-59096547D01* +X170839627Y-58276921D01* +X171740373Y-58276921D01* +X172560000Y-59096547D01* +X173379627Y-58276921D01* +X173317832Y-57979700D01* +X173014479Y-57860298D01* +X172693659Y-57802371D01* +X172367704Y-57808146D01* +X172049138Y-57877402D01* +X171802168Y-57979700D01* +X171740373Y-58276921D01* +X170839627Y-58276921D01* +X170777832Y-57979700D01* +X170474479Y-57860298D01* +X170153659Y-57802371D01* +X169827704Y-57808146D01* +X169509138Y-57877402D01* +X169262168Y-57979700D01* +X169200373Y-58276921D01* +X168299627Y-58276921D01* +X168237832Y-57979700D01* +X167934479Y-57860298D01* +X167613659Y-57802371D01* +X167287704Y-57808146D01* +X166969138Y-57877402D01* +X166722168Y-57979700D01* +X166660373Y-58276921D01* +X165759627Y-58276921D01* +X165697832Y-57979700D01* +X165394479Y-57860298D01* +X165073659Y-57802371D01* +X164747704Y-57808146D01* +X164429138Y-57877402D01* +X164182168Y-57979700D01* +X164120373Y-58276921D01* +X163219627Y-58276921D01* +X163157832Y-57979700D01* +X162854479Y-57860298D01* +X162533659Y-57802371D01* +X162207704Y-57808146D01* +X161889138Y-57877402D01* +X161642168Y-57979700D01* +X161580373Y-58276921D01* +X160679627Y-58276921D01* +X160617832Y-57979700D01* +X160314479Y-57860298D01* +X159993659Y-57802371D01* +X159667704Y-57808146D01* +X159349138Y-57877402D01* +X159102168Y-57979700D01* +X159040373Y-58276921D01* +X158139627Y-58276921D01* +X158077832Y-57979700D01* +X157774479Y-57860298D01* +X157453659Y-57802371D01* +X157127704Y-57808146D01* +X156809138Y-57877402D01* +X156562168Y-57979700D01* +X156500373Y-58276921D01* +X155599627Y-58276921D01* +X155537832Y-57979700D01* +X155234479Y-57860298D01* +X154913659Y-57802371D01* +X154587704Y-57808146D01* +X154269138Y-57877402D01* +X154022168Y-57979700D01* +X153960373Y-58276921D01* +X153059627Y-58276921D01* +X152997832Y-57979700D01* +X152694479Y-57860298D01* +X152373659Y-57802371D01* +X152047704Y-57808146D01* +X151729138Y-57877402D01* +X151482168Y-57979700D01* +X151420373Y-58276921D01* +X150519627Y-58276921D01* +X150457832Y-57979700D01* +X150154479Y-57860298D01* +X149833659Y-57802371D01* +X149507704Y-57808146D01* +X149189138Y-57877402D01* +X148942168Y-57979700D01* +X148880373Y-58276921D01* +X147979627Y-58276921D01* +X147917832Y-57979700D01* +X147614479Y-57860298D01* +X147293659Y-57802371D01* +X146967704Y-57808146D01* +X146649138Y-57877402D01* +X146402168Y-57979700D01* +X146340373Y-58276921D01* +X145439627Y-58276921D01* +X145377832Y-57979700D01* +X145074479Y-57860298D01* +X144753659Y-57802371D01* +X144427704Y-57808146D01* +X144109138Y-57877402D01* +X143862168Y-57979700D01* +X143800373Y-58276921D01* +X142899627Y-58276921D01* +X142837832Y-57979700D01* +X142534479Y-57860298D01* +X142213659Y-57802371D01* +X141887704Y-57808146D01* +X141569138Y-57877402D01* +X141322168Y-57979700D01* +X141260373Y-58276921D01* +X140359627Y-58276921D01* +X140297832Y-57979700D01* +X139994479Y-57860298D01* +X139673659Y-57802371D01* +X139347704Y-57808146D01* +X139029138Y-57877402D01* +X138782168Y-57979700D01* +X138720373Y-58276921D01* +X137819627Y-58276921D01* +X137757832Y-57979700D01* +X137454479Y-57860298D01* +X137133659Y-57802371D01* +X136807704Y-57808146D01* +X136489138Y-57877402D01* +X136242168Y-57979700D01* +X136180373Y-58276921D01* +X106422554Y-58276921D01* +X106478505Y-58220970D01* +X106602279Y-58035729D01* +X106687536Y-57829900D01* +X106731000Y-57611394D01* +X106731000Y-57388606D01* +X106687536Y-57170100D01* +X106602279Y-56964271D01* +X106478505Y-56779030D01* +X106320970Y-56621495D01* +X106135729Y-56497721D01* +X105929900Y-56412464D01* +X105711394Y-56369000D01* +X105488606Y-56369000D01* +X105270100Y-56412464D01* +X105064271Y-56497721D01* +X104879030Y-56621495D01* +X104721495Y-56779030D01* +X104597721Y-56964271D01* +X104512464Y-57170100D01* +X104469000Y-57388606D01* +X100410626Y-57388606D01* +X100409589Y-52488606D01* +X104469000Y-52488606D01* +X104469000Y-52711394D01* +X104512464Y-52929900D01* +X104597721Y-53135729D01* +X104721495Y-53320970D01* +X104879030Y-53478505D01* +X105064271Y-53602279D01* +X105270100Y-53687536D01* +X105488606Y-53731000D01* +X105711394Y-53731000D01* +X105929900Y-53687536D01* +X106135729Y-53602279D01* +X106320970Y-53478505D01* +X106478505Y-53320970D01* +X106602279Y-53135729D01* +X106687536Y-52929900D01* +X106731000Y-52711394D01* +X106731000Y-52488606D01* +X106687536Y-52270100D01* +X106602279Y-52064271D01* +X106478505Y-51879030D01* +X106320970Y-51721495D01* +X106135729Y-51597721D01* +X105929900Y-51512464D01* +X105711394Y-51469000D01* +X105488606Y-51469000D01* +X105270100Y-51512464D01* +X105064271Y-51597721D01* +X104879030Y-51721495D01* +X104721495Y-51879030D01* +X104597721Y-52064271D01* +X104512464Y-52270100D01* +X104469000Y-52488606D01* +X100409589Y-52488606D01* +X100407642Y-43290000D01* +X191343000Y-43290000D01* +X191343000Y-51670000D01* +X191345440Y-51694776D01* +X191347333Y-51701017D01* +X191347333Y-51798500D01* +X214392666Y-51798500D01* +X214392666Y-51701020D01* +X214394560Y-51694776D01* +X214397000Y-51670000D01* +X214397000Y-43290000D01* +X214394560Y-43265224D01* +X214387333Y-43241399D01* +X214375597Y-43219443D01* +X214359803Y-43200197D01* +X214340557Y-43184403D01* +X214318601Y-43172667D01* +X214294776Y-43165440D01* +X214270000Y-43163000D01* +X211665285Y-43163000D01* +X211665285Y-43159000D01* +X194274714Y-43159000D01* +X194274714Y-43163000D01* +X191470000Y-43163000D01* +X191445224Y-43165440D01* +X191421399Y-43172667D01* +X191399443Y-43184403D01* +X191380197Y-43200197D01* +X191364403Y-43219443D01* +X191352667Y-43241399D01* +X191345440Y-43265224D01* +X191343000Y-43290000D01* +X100407642Y-43290000D01* +X100407031Y-40406000D01* +X215594000Y-40406000D01* +X215594001Y-134594000D01* +X215594001Y-134594000D01* +G37* +X215594001Y-134594000D02* +X192139858Y-134594000D01* +X192166312Y-131293900D01* +X192208264Y-131483203D01* +X192518496Y-131606636D01* +X192846848Y-131667174D01* +X193180701Y-131662491D01* +X193507225Y-131592767D01* +X193771736Y-131483203D01* +X193838498Y-131181951D01* +X192990000Y-130333453D01* +X192975858Y-130347595D01* +X192612405Y-129984142D01* +X192626547Y-129970000D01* +X193353453Y-129970000D01* +X194201951Y-130818498D01* +X194503203Y-130751736D01* +X194626636Y-130441504D01* +X194687174Y-130113152D01* +X194682491Y-129779299D01* +X194612767Y-129452775D01* +X194503203Y-129188264D01* +X194201951Y-129121502D01* +X193353453Y-129970000D01* +X192626547Y-129970000D01* +X191778049Y-129121502D01* +X191476797Y-129188264D01* +X191443670Y-129271525D01* +X191407342Y-129217157D01* +X191242843Y-129052658D01* +X191049413Y-128923412D01* +X190834485Y-128834386D01* +X190606318Y-128789000D01* +X190422552Y-128789000D01* +X189755503Y-128121951D01* +X192121502Y-128121951D01* +X192188264Y-128423203D01* +X192239833Y-128443721D01* +X192208264Y-128456797D01* +X192141502Y-128758049D01* +X192990000Y-129606547D01* +X193838498Y-128758049D01* +X193771736Y-128456797D01* +X193720167Y-128436279D01* +X193751736Y-128423203D01* +X193818498Y-128121951D01* +X192970000Y-127273453D01* +X192121502Y-128121951D01* +X189755503Y-128121951D01* +X189378399Y-127744847D01* +X188427234Y-126793682D01* +X189289000Y-126793682D01* +X189289000Y-127026318D01* +X189334386Y-127254485D01* +X189423412Y-127469413D01* +X189552658Y-127662843D01* +X189717157Y-127827342D01* +X189910587Y-127956588D01* +X190125515Y-128045614D01* +X190353682Y-128091000D01* +X190586318Y-128091000D01* +X190814485Y-128045614D01* +X191029413Y-127956588D01* +X191222843Y-127827342D01* +X191387342Y-127662843D01* +X191422830Y-127609732D01* +X191456797Y-127691736D01* +X191758049Y-127758498D01* +X192606547Y-126910000D01* +X193333453Y-126910000D01* +X194181951Y-127758498D01* +X194483203Y-127691736D01* +X194606636Y-127381504D01* +X194667174Y-127053152D01* +X194662491Y-126719299D01* +X194592767Y-126392775D01* +X194483203Y-126128264D01* +X194181951Y-126061502D01* +X193333453Y-126910000D01* +X192606547Y-126910000D01* +X191758049Y-126061502D01* +X191456797Y-126128264D01* +X191423670Y-126211525D01* +X191387342Y-126157157D01* +X191222843Y-125992658D01* +X191029413Y-125863412D01* +X190814485Y-125774386D01* +X190586318Y-125729000D01* +X190353682Y-125729000D01* +X190125515Y-125774386D01* +X189910587Y-125863412D01* +X189717157Y-125992658D01* +X189552658Y-126157157D01* +X189423412Y-126350587D01* +X189334386Y-126565515D01* +X189289000Y-126793682D01* +X188427234Y-126793682D01* +X187331601Y-125698049D01* +X192121502Y-125698049D01* +X192970000Y-126546547D01* +X193818498Y-125698049D01* +X193751736Y-125396797D01* +X193441504Y-125273364D01* +X193113152Y-125212826D01* +X192779299Y-125217509D01* +X192452775Y-125287233D01* +X192188264Y-125396797D01* +X192121502Y-125698049D01* +X187331601Y-125698049D01* +X186816394Y-125182843D01* +X187800000Y-125182843D01* +X187874689Y-125175487D01* +X187946508Y-125153701D01* +X188012696Y-125118322D01* +X188070711Y-125070711D01* +X188118322Y-125012696D01* +X188153701Y-124946508D01* +X188175487Y-124874689D01* +X188182843Y-124800000D01* +X188182843Y-124000000D01* +X188353286Y-124000000D01* +X188376088Y-124231516D01* +X188443619Y-124454136D01* +X188553283Y-124659303D01* +X188700866Y-124839134D01* +X188880697Y-124986717D01* +X189085864Y-125096381D01* +X189308484Y-125163912D01* +X189481984Y-125181000D01* +X189598016Y-125181000D01* +X189771516Y-125163912D01* +X189994136Y-125096381D01* +X190199303Y-124986717D01* +X190379134Y-124839134D01* +X190526717Y-124659303D01* +X190636381Y-124454136D01* +X190703912Y-124231516D01* +X190726714Y-124000000D01* +X190893286Y-124000000D01* +X190916088Y-124231516D01* +X190983619Y-124454136D01* +X191093283Y-124659303D01* +X191240866Y-124839134D01* +X191420697Y-124986717D01* +X191625864Y-125096381D01* +X191848484Y-125163912D01* +X192021984Y-125181000D01* +X192138016Y-125181000D01* +X192311516Y-125163912D01* +X192534136Y-125096381D01* +X192739303Y-124986717D01* +X192919134Y-124839134D01* +X193066717Y-124659303D01* +X193176381Y-124454136D01* +X193243912Y-124231516D01* +X193266714Y-124000000D01* +X193243912Y-123768484D01* +X193176381Y-123545864D01* +X193066717Y-123340697D01* +X192919134Y-123160866D01* +X192739303Y-123013283D01* +X192534136Y-122903619D01* +X192311516Y-122836088D01* +X192138016Y-122819000D01* +X192021984Y-122819000D01* +X191848484Y-122836088D01* +X191625864Y-122903619D01* +X191420697Y-123013283D01* +X191240866Y-123160866D01* +X191093283Y-123340697D01* +X190983619Y-123545864D01* +X190916088Y-123768484D01* +X190893286Y-124000000D01* +X190726714Y-124000000D01* +X190703912Y-123768484D01* +X190636381Y-123545864D01* +X190526717Y-123340697D01* +X190379134Y-123160866D01* +X190199303Y-123013283D01* +X189994136Y-122903619D01* +X189771516Y-122836088D01* +X189598016Y-122819000D01* +X189481984Y-122819000D01* +X189308484Y-122836088D01* +X189085864Y-122903619D01* +X188880697Y-123013283D01* +X188700866Y-123160866D01* +X188553283Y-123340697D01* +X188443619Y-123545864D01* +X188376088Y-123768484D01* +X188353286Y-124000000D01* +X188182843Y-124000000D01* +X188182843Y-123200000D01* +X188175487Y-123125311D01* +X188153701Y-123053492D01* +X188118322Y-122987304D01* +X188070711Y-122929289D01* +X188012696Y-122881678D01* +X187946508Y-122846299D01* +X187874689Y-122824513D01* +X187800000Y-122817157D01* +X187506000Y-122817157D01* +X187506000Y-120254891D01* +X188743713Y-119017178D01* +X189533000Y-119017178D01* +X189533000Y-119171022D01* +X189563013Y-119321909D01* +X189621887Y-119464042D01* +X189707358Y-119591959D01* +X189816141Y-119700742D01* +X189944058Y-119786213D01* +X190086191Y-119845087D01* +X190237078Y-119875100D01* +X190379409Y-119875100D01* +X193719228Y-123214920D01* +X193727867Y-123225446D01* +X193633283Y-123340697D01* +X193523619Y-123545864D01* +X193456088Y-123768484D01* +X193433286Y-124000000D01* +X193456088Y-124231516D01* +X193523619Y-124454136D01* +X193633283Y-124659303D01* +X193780866Y-124839134D01* +X193960697Y-124986717D01* +X194165864Y-125096381D01* +X194388484Y-125163912D01* +X194561984Y-125181000D01* +X194678016Y-125181000D01* +X194851516Y-125163912D01* +X195074136Y-125096381D01* +X195279303Y-124986717D01* +X195459134Y-124839134D01* +X195606717Y-124659303D01* +X195716381Y-124454136D01* +X195783912Y-124231516D01* +X195806714Y-124000000D01* +X195783912Y-123768484D01* +X195716381Y-123545864D01* +X195606717Y-123340697D01* +X195459134Y-123160866D01* +X195279303Y-123013283D01* +X195126000Y-122931341D01* +X195126000Y-122899554D01* +X195128448Y-122874700D01* +X195118678Y-122775507D01* +X195089745Y-122680125D01* +X195042759Y-122592221D01* +X194979527Y-122515173D01* +X194902479Y-122451941D01* +X194814575Y-122404955D01* +X194719193Y-122376022D01* +X194644854Y-122368700D01* +X194620000Y-122366252D01* +X194595146Y-122368700D01* +X194304192Y-122368700D01* +X191095000Y-119159509D01* +X191095000Y-119017178D01* +X191064987Y-118866291D01* +X191006113Y-118724158D01* +X190920642Y-118596241D01* +X190811859Y-118487458D01* +X190683942Y-118401987D01* +X190541809Y-118343113D01* +X190390922Y-118313100D01* +X190237078Y-118313100D01* +X190086191Y-118343113D01* +X189944058Y-118401987D01* +X189816141Y-118487458D01* +X189707358Y-118596241D01* +X189621887Y-118724158D01* +X189563013Y-118866291D01* +X189533000Y-119017178D01* +X188743713Y-119017178D01* +X189880220Y-117880672D01* +X189899527Y-117864827D01* +X189962759Y-117787779D01* +X190009745Y-117699875D01* +X190038678Y-117604493D01* +X190046000Y-117530154D01* +X190046000Y-117530147D01* +X190048447Y-117505301D01* +X190046000Y-117480455D01* +X190046000Y-117448659D01* +X190199303Y-117366717D01* +X190379134Y-117219134D01* +X190442347Y-117142109D01* +X190444041Y-117145279D01* +X190507273Y-117222327D01* +X190526585Y-117238176D01* +X196391394Y-123102986D01* +X196320866Y-123160866D01* +X196173283Y-123340697D01* +X196063619Y-123545864D01* +X195996088Y-123768484D01* +X195973286Y-124000000D01* +X195996088Y-124231516D01* +X196063619Y-124454136D01* +X196173283Y-124659303D01* +X196320866Y-124839134D01* +X196500697Y-124986717D01* +X196705864Y-125096381D01* +X196928484Y-125163912D01* +X197101984Y-125181000D01* +X197218016Y-125181000D01* +X197391516Y-125163912D01* +X197614136Y-125096381D01* +X197819303Y-124986717D01* +X197999134Y-124839134D01* +X198146717Y-124659303D01* +X198256381Y-124454136D01* +X198323912Y-124231516D01* +X198346714Y-124000000D01* +X198513286Y-124000000D01* +X198536088Y-124231516D01* +X198603619Y-124454136D01* +X198713283Y-124659303D01* +X198860866Y-124839134D01* +X199040697Y-124986717D01* +X199245864Y-125096381D01* +X199468484Y-125163912D01* +X199641984Y-125181000D01* +X199758016Y-125181000D01* +X199931516Y-125163912D01* +X200154136Y-125096381D01* +X200359303Y-124986717D01* +X200539134Y-124839134D01* +X200686717Y-124659303D01* +X200687041Y-124658697D01* +X200757095Y-124821004D01* +X200945759Y-125094529D01* +X201184159Y-125325992D01* +X201463135Y-125506498D01* +X201724073Y-125614572D01* +X201983000Y-125448630D01* +X201983000Y-124257000D01* +X202497000Y-124257000D01* +X202497000Y-125448630D01* +X202755927Y-125614572D01* +X203016865Y-125506498D01* +X203295841Y-125325992D01* +X203534241Y-125094529D01* +X203722905Y-124821004D01* +X203854581Y-124515928D01* +X203691662Y-124257000D01* +X202497000Y-124257000D01* +X201983000Y-124257000D01* +X201963000Y-124257000D01* +X201963000Y-123743000D01* +X201983000Y-123743000D01* +X201983000Y-122551370D01* +X202497000Y-122551370D01* +X202497000Y-123743000D01* +X203691662Y-123743000D01* +X203854581Y-123484072D01* +X203722905Y-123178996D01* +X203534241Y-122905471D01* +X203295841Y-122674008D01* +X203016865Y-122493502D01* +X202755927Y-122385428D01* +X202497000Y-122551370D01* +X201983000Y-122551370D01* +X201724073Y-122385428D01* +X201463135Y-122493502D01* +X201184159Y-122674008D01* +X200945759Y-122905471D01* +X200757095Y-123178996D01* +X200687041Y-123341303D01* +X200686717Y-123340697D01* +X200539134Y-123160866D01* +X200359303Y-123013283D01* +X200154136Y-122903619D01* +X199931516Y-122836088D01* +X199758016Y-122819000D01* +X199641984Y-122819000D01* +X199468484Y-122836088D01* +X199245864Y-122903619D01* +X199040697Y-123013283D01* +X198860866Y-123160866D01* +X198713283Y-123340697D01* +X198603619Y-123545864D01* +X198536088Y-123768484D01* +X198513286Y-124000000D01* +X198346714Y-124000000D01* +X198323912Y-123768484D01* +X198256381Y-123545864D01* +X198146717Y-123340697D01* +X197999134Y-123160866D01* +X197819303Y-123013283D01* +X197666000Y-122931341D01* +X197666000Y-122899554D01* +X197668448Y-122874700D01* +X197658678Y-122775507D01* +X197629745Y-122680125D01* +X197582759Y-122592221D01* +X197519527Y-122515173D01* +X197442479Y-122451941D01* +X197354575Y-122404955D01* +X197259193Y-122376022D01* +X197184854Y-122368700D01* +X197160000Y-122366252D01* +X197135146Y-122368700D01* +X197088292Y-122368700D01* +X192267808Y-117548217D01* +X192311516Y-117543912D01* +X192534136Y-117476381D01* +X192739303Y-117366717D01* +X192919134Y-117219134D01* +X193066717Y-117039303D01* +X193176381Y-116834136D01* +X193243912Y-116611516D01* +X193266714Y-116380000D01* +X193433286Y-116380000D01* +X193456088Y-116611516D01* +X193523619Y-116834136D01* +X193633283Y-117039303D01* +X193780866Y-117219134D01* +X193960697Y-117366717D01* +X194165864Y-117476381D01* +X194388484Y-117543912D01* +X194561984Y-117561000D01* +X194678016Y-117561000D01* +X194851516Y-117543912D01* +X195074136Y-117476381D01* +X195279303Y-117366717D01* +X195459134Y-117219134D01* +X195606717Y-117039303D01* +X195716381Y-116834136D01* +X195783912Y-116611516D01* +X195806714Y-116380000D01* +X195973286Y-116380000D01* +X195996088Y-116611516D01* +X196063619Y-116834136D01* +X196173283Y-117039303D01* +X196320866Y-117219134D01* +X196500697Y-117366717D01* +X196705864Y-117476381D01* +X196928484Y-117543912D01* +X197101984Y-117561000D01* +X197218016Y-117561000D01* +X197391516Y-117543912D01* +X197614136Y-117476381D01* +X197819303Y-117366717D01* +X197999134Y-117219134D01* +X198146717Y-117039303D01* +X198256381Y-116834136D01* +X198323912Y-116611516D01* +X198346714Y-116380000D01* +X198513286Y-116380000D01* +X198536088Y-116611516D01* +X198603619Y-116834136D01* +X198713283Y-117039303D01* +X198860866Y-117219134D01* +X199040697Y-117366717D01* +X199245864Y-117476381D01* +X199468484Y-117543912D01* +X199641984Y-117561000D01* +X199758016Y-117561000D01* +X199931516Y-117543912D01* +X200154136Y-117476381D01* +X200359303Y-117366717D01* +X200539134Y-117219134D01* +X200686717Y-117039303D01* +X200796381Y-116834136D01* +X200863912Y-116611516D01* +X200886714Y-116380000D01* +X201053286Y-116380000D01* +X201076088Y-116611516D01* +X201143619Y-116834136D01* +X201253283Y-117039303D01* +X201400866Y-117219134D01* +X201580697Y-117366717D01* +X201785864Y-117476381D01* +X202008484Y-117543912D01* +X202181984Y-117561000D01* +X202298016Y-117561000D01* +X202471516Y-117543912D01* +X202694136Y-117476381D01* +X202899303Y-117366717D01* +X203079134Y-117219134D01* +X203226717Y-117039303D01* +X203336381Y-116834136D01* +X203403912Y-116611516D01* +X203426714Y-116380000D01* +X203403912Y-116148484D01* +X203336381Y-115925864D01* +X203226717Y-115720697D01* +X203079134Y-115540866D01* +X202899303Y-115393283D01* +X202694136Y-115283619D01* +X202471516Y-115216088D01* +X202298016Y-115199000D01* +X202181984Y-115199000D01* +X202008484Y-115216088D01* +X201785864Y-115283619D01* +X201580697Y-115393283D01* +X201400866Y-115540866D01* +X201253283Y-115720697D01* +X201143619Y-115925864D01* +X201076088Y-116148484D01* +X201053286Y-116380000D01* +X200886714Y-116380000D01* +X200863912Y-116148484D01* +X200796381Y-115925864D01* +X200686717Y-115720697D01* +X200539134Y-115540866D01* +X200359303Y-115393283D01* +X200154136Y-115283619D01* +X199931516Y-115216088D01* +X199758016Y-115199000D01* +X199641984Y-115199000D01* +X199468484Y-115216088D01* +X199245864Y-115283619D01* +X199040697Y-115393283D01* +X198860866Y-115540866D01* +X198713283Y-115720697D01* +X198603619Y-115925864D01* +X198536088Y-116148484D01* +X198513286Y-116380000D01* +X198346714Y-116380000D01* +X198323912Y-116148484D01* +X198256381Y-115925864D01* +X198146717Y-115720697D01* +X197999134Y-115540866D01* +X197819303Y-115393283D01* +X197614136Y-115283619D01* +X197391516Y-115216088D01* +X197218016Y-115199000D01* +X197101984Y-115199000D01* +X196928484Y-115216088D01* +X196705864Y-115283619D01* +X196500697Y-115393283D01* +X196320866Y-115540866D01* +X196173283Y-115720697D01* +X196063619Y-115925864D01* +X195996088Y-116148484D01* +X195973286Y-116380000D01* +X195806714Y-116380000D01* +X195783912Y-116148484D01* +X195716381Y-115925864D01* +X195606717Y-115720697D01* +X195459134Y-115540866D01* +X195279303Y-115393283D01* +X195101000Y-115297978D01* +X195101000Y-109233936D01* +X195548770Y-108786167D01* +X195602479Y-108757459D01* +X195679527Y-108694227D01* +X195742759Y-108617179D01* +X195789745Y-108529275D01* +X195818678Y-108433893D01* +X195826000Y-108359554D01* +X195826000Y-101658659D01* +X195979303Y-101576717D01* +X196159134Y-101429134D01* +X196306717Y-101249303D01* +X196416381Y-101044136D01* +X196483912Y-100821516D01* +X196506714Y-100590000D01* +X196673286Y-100590000D01* +X196696088Y-100821516D01* +X196763619Y-101044136D01* +X196873283Y-101249303D01* +X197020866Y-101429134D01* +X197200697Y-101576717D01* +X197405864Y-101686381D01* +X197628484Y-101753912D01* +X197801984Y-101771000D01* +X197918016Y-101771000D01* +X198091516Y-101753912D01* +X198314136Y-101686381D01* +X198519303Y-101576717D01* +X198699134Y-101429134D01* +X198846717Y-101249303D01* +X198956381Y-101044136D01* +X199023912Y-100821516D01* +X199046714Y-100590000D01* +X199213286Y-100590000D01* +X199236088Y-100821516D01* +X199303619Y-101044136D01* +X199413283Y-101249303D01* +X199560866Y-101429134D01* +X199740697Y-101576717D01* +X199945864Y-101686381D01* +X200168484Y-101753912D01* +X200341984Y-101771000D01* +X200458016Y-101771000D01* +X200631516Y-101753912D01* +X200854136Y-101686381D01* +X201059303Y-101576717D01* +X201239134Y-101429134D01* +X201386717Y-101249303D01* +X201387041Y-101248697D01* +X201457095Y-101411004D01* +X201645759Y-101684529D01* +X201884159Y-101915992D01* +X202163135Y-102096498D01* +X202424073Y-102204572D01* +X202683000Y-102038630D01* +X202683000Y-100847000D01* +X203197000Y-100847000D01* +X203197000Y-102038630D01* +X203455927Y-102204572D01* +X203716865Y-102096498D01* +X203995841Y-101915992D01* +X204234241Y-101684529D01* +X204422905Y-101411004D01* +X204554581Y-101105928D01* +X204391662Y-100847000D01* +X203197000Y-100847000D01* +X202683000Y-100847000D01* +X202663000Y-100847000D01* +X202663000Y-100333000D01* +X202683000Y-100333000D01* +X202683000Y-99141370D01* +X203197000Y-99141370D01* +X203197000Y-100333000D01* +X204391662Y-100333000D01* +X204554581Y-100074072D01* +X204422905Y-99768996D01* +X204234241Y-99495471D01* +X203995841Y-99264008D01* +X203716865Y-99083502D01* +X203455927Y-98975428D01* +X203197000Y-99141370D01* +X202683000Y-99141370D01* +X202424073Y-98975428D01* +X202163135Y-99083502D01* +X201884159Y-99264008D01* +X201645759Y-99495471D01* +X201457095Y-99768996D01* +X201387041Y-99931303D01* +X201386717Y-99930697D01* +X201239134Y-99750866D01* +X201059303Y-99603283D01* +X200854136Y-99493619D01* +X200631516Y-99426088D01* +X200458016Y-99409000D01* +X200341984Y-99409000D01* +X200168484Y-99426088D01* +X199945864Y-99493619D01* +X199740697Y-99603283D01* +X199560866Y-99750866D01* +X199413283Y-99930697D01* +X199303619Y-100135864D01* +X199236088Y-100358484D01* +X199213286Y-100590000D01* +X199046714Y-100590000D01* +X199023912Y-100358484D01* +X198956381Y-100135864D01* +X198846717Y-99930697D01* +X198699134Y-99750866D01* +X198519303Y-99603283D01* +X198314136Y-99493619D01* +X198091516Y-99426088D01* +X197918016Y-99409000D01* +X197801984Y-99409000D01* +X197628484Y-99426088D01* +X197405864Y-99493619D01* +X197200697Y-99603283D01* +X197020866Y-99750866D01* +X196873283Y-99930697D01* +X196763619Y-100135864D01* +X196696088Y-100358484D01* +X196673286Y-100590000D01* +X196506714Y-100590000D01* +X196483912Y-100358484D01* +X196416381Y-100135864D01* +X196306717Y-99930697D01* +X196159134Y-99750866D01* +X195979303Y-99603283D01* +X195774136Y-99493619D01* +X195551516Y-99426088D01* +X195378016Y-99409000D01* +X195261984Y-99409000D01* +X195088484Y-99426088D01* +X194865864Y-99493619D01* +X194660697Y-99603283D01* +X194480866Y-99750866D01* +X194333283Y-99930697D01* +X194223619Y-100135864D01* +X194156088Y-100358484D01* +X194133286Y-100590000D01* +X194156088Y-100821516D01* +X194223619Y-101044136D01* +X194333283Y-101249303D01* +X194480866Y-101429134D01* +X194660697Y-101576717D01* +X194814001Y-101658660D01* +X194814000Y-108160463D01* +X194296594Y-108677870D01* +X194278236Y-108692936D01* +X194218128Y-108766178D01* +X194173464Y-108849740D01* +X194157973Y-108900807D01* +X194145960Y-108940408D01* +X194136673Y-109034700D01* +X194139000Y-109058326D01* +X194139001Y-115297978D01* +X193960697Y-115393283D01* +X193780866Y-115540866D01* +X193633283Y-115720697D01* +X193523619Y-115925864D01* +X193456088Y-116148484D01* +X193433286Y-116380000D01* +X193266714Y-116380000D01* +X193243912Y-116148484D01* +X193176381Y-115925864D01* +X193066717Y-115720697D01* +X192919134Y-115540866D01* +X192739303Y-115393283D01* +X192534136Y-115283619D01* +X192311516Y-115216088D01* +X192138016Y-115199000D01* +X192021984Y-115199000D01* +X191848484Y-115216088D01* +X191625864Y-115283619D01* +X191420697Y-115393283D01* +X191240866Y-115540866D01* +X191144266Y-115658574D01* +X190312276Y-114826585D01* +X190296427Y-114807273D01* +X190219379Y-114744041D01* +X190131475Y-114697055D01* +X190036093Y-114668122D01* +X189961754Y-114660800D01* +X189961746Y-114660800D01* +X189936900Y-114658353D01* +X189912054Y-114660800D01* +X189219201Y-114660800D01* +X189118559Y-114560158D01* +X188997873Y-114479518D01* +X191850220Y-111627172D01* +X191869527Y-111611327D01* +X191932759Y-111534279D01* +X191979745Y-111446375D01* +X192008678Y-111350993D01* +X192016000Y-111276654D01* +X192016000Y-111276647D01* +X192018447Y-111251801D01* +X192016000Y-111226955D01* +X192016000Y-101490795D01* +X192120697Y-101576717D01* +X192325864Y-101686381D01* +X192548484Y-101753912D01* +X192721984Y-101771000D01* +X192838016Y-101771000D01* +X193011516Y-101753912D01* +X193234136Y-101686381D01* +X193439303Y-101576717D01* +X193619134Y-101429134D01* +X193766717Y-101249303D01* +X193876381Y-101044136D01* +X193943912Y-100821516D01* +X193966714Y-100590000D01* +X193943912Y-100358484D01* +X193876381Y-100135864D01* +X193766717Y-99930697D01* +X193619134Y-99750866D01* +X193439303Y-99603283D01* +X193234136Y-99493619D01* +X193011516Y-99426088D01* +X192838016Y-99409000D01* +X192721984Y-99409000D01* +X192548484Y-99426088D01* +X192325864Y-99493619D01* +X192120697Y-99603283D01* +X192016000Y-99689205D01* +X192016000Y-98114891D01* +X195660220Y-94470672D01* +X195679527Y-94454827D01* +X195742759Y-94377779D01* +X195789745Y-94289875D01* +X195818678Y-94194493D01* +X195826000Y-94120154D01* +X195828448Y-94095300D01* +X195826000Y-94070446D01* +X195826000Y-94038659D01* +X195979303Y-93956717D01* +X196159134Y-93809134D01* +X196306717Y-93629303D01* +X196416381Y-93424136D01* +X196483912Y-93201516D01* +X196506714Y-92970000D01* +X196673286Y-92970000D01* +X196696088Y-93201516D01* +X196763619Y-93424136D01* +X196873283Y-93629303D01* +X197020866Y-93809134D01* +X197200697Y-93956717D01* +X197405864Y-94066381D01* +X197628484Y-94133912D01* +X197801984Y-94151000D01* +X197918016Y-94151000D01* +X198091516Y-94133912D01* +X198314136Y-94066381D01* +X198519303Y-93956717D01* +X198699134Y-93809134D01* +X198846717Y-93629303D01* +X198956381Y-93424136D01* +X199023912Y-93201516D01* +X199046714Y-92970000D01* +X199023912Y-92738484D01* +X198956381Y-92515864D01* +X198846717Y-92310697D01* +X198699134Y-92130866D01* +X198519303Y-91983283D01* +X198314136Y-91873619D01* +X198091516Y-91806088D01* +X197918016Y-91789000D01* +X197801984Y-91789000D01* +X197628484Y-91806088D01* +X197405864Y-91873619D01* +X197200697Y-91983283D01* +X197020866Y-92130866D01* +X196873283Y-92310697D01* +X196763619Y-92515864D01* +X196696088Y-92738484D01* +X196673286Y-92970000D01* +X196506714Y-92970000D01* +X196483912Y-92738484D01* +X196416381Y-92515864D01* +X196306717Y-92310697D01* +X196159134Y-92130866D01* +X195979303Y-91983283D01* +X195774136Y-91873619D01* +X195551516Y-91806088D01* +X195378016Y-91789000D01* +X195261984Y-91789000D01* +X195088484Y-91806088D01* +X194865864Y-91873619D01* +X194660697Y-91983283D01* +X194480866Y-92130866D01* +X194333283Y-92310697D01* +X194223619Y-92515864D01* +X194156088Y-92738484D01* +X194133286Y-92970000D01* +X194156088Y-93201516D01* +X194223619Y-93424136D01* +X194333283Y-93629303D01* +X194480866Y-93809134D01* +X194660697Y-93956717D01* +X194714326Y-93985382D01* +X191169785Y-97529924D01* +X191150473Y-97545773D01* +X191087241Y-97622821D01* +X191040255Y-97710726D01* +X191011322Y-97806108D01* +X191004000Y-97880447D01* +X191004000Y-97880454D01* +X191001553Y-97905300D01* +X191004000Y-97930146D01* +X191004000Y-99689205D01* +X190899303Y-99603283D01* +X190694136Y-99493619D01* +X190471516Y-99426088D01* +X190298016Y-99409000D01* +X190181984Y-99409000D01* +X190008484Y-99426088D01* +X189785864Y-99493619D01* +X189580697Y-99603283D01* +X189400866Y-99750866D01* +X189253283Y-99930697D01* +X189143619Y-100135864D01* +X189076088Y-100358484D01* +X189053286Y-100590000D01* +X189076088Y-100821516D01* +X189143619Y-101044136D01* +X189253283Y-101249303D01* +X189400866Y-101429134D01* +X189580697Y-101576717D01* +X189785864Y-101686381D01* +X190008484Y-101753912D01* +X190181984Y-101771000D01* +X190298016Y-101771000D01* +X190471516Y-101753912D01* +X190694136Y-101686381D01* +X190899303Y-101576717D01* +X191004000Y-101490794D01* +X191004001Y-111042207D01* +X187555185Y-114491024D01* +X187535873Y-114506873D01* +X187472641Y-114583921D01* +X187425655Y-114671826D01* +X187396722Y-114767208D01* +X187389400Y-114841547D01* +X187389400Y-114841554D01* +X187386953Y-114866400D01* +X187389400Y-114891247D01* +X187389401Y-115263982D01* +X187231516Y-115216088D01* +X187058016Y-115199000D01* +X186941984Y-115199000D01* +X186768484Y-115216088D01* +X186545864Y-115283619D01* +X186340697Y-115393283D01* +X186160866Y-115540866D01* +X186118409Y-115592600D01* +X185925869Y-115592600D01* +X184178265Y-113844997D01* +X184117400Y-113795046D01* +X184117400Y-101683781D01* +X184147304Y-101708322D01* +X184213492Y-101743701D01* +X184285311Y-101765487D01* +X184360000Y-101772843D01* +X185960000Y-101772843D01* +X186034689Y-101765487D01* +X186106508Y-101743701D01* +X186172696Y-101708322D01* +X186230711Y-101660711D01* +X186278322Y-101602696D01* +X186313701Y-101536508D01* +X186335487Y-101464689D01* +X186342843Y-101390000D01* +X186342843Y-99790000D01* +X186335487Y-99715311D01* +X186313701Y-99643492D01* +X186278322Y-99577304D01* +X186230711Y-99519289D01* +X186172696Y-99471678D01* +X186106508Y-99436299D01* +X186034689Y-99414513D01* +X185960000Y-99407157D01* +X184360000Y-99407157D01* +X184285311Y-99414513D01* +X184213492Y-99436299D01* +X184147304Y-99471678D01* +X184117400Y-99496219D01* +X184117400Y-93720151D01* +X184189043Y-93648507D01* +X184320866Y-93809134D01* +X184500697Y-93956717D01* +X184705864Y-94066381D01* +X184928484Y-94133912D01* +X185101984Y-94151000D01* +X185218016Y-94151000D01* +X185391516Y-94133912D01* +X185614136Y-94066381D01* +X185819303Y-93956717D01* +X185908700Y-93883351D01* +X185908700Y-98154554D01* +X185906253Y-98179400D01* +X185908700Y-98204246D01* +X185908700Y-98204253D01* +X185916022Y-98278592D01* +X185944955Y-98373974D01* +X185991941Y-98461879D01* +X186055173Y-98538927D01* +X186074485Y-98554776D01* +X187094326Y-99574618D01* +X187040697Y-99603283D01* +X186860866Y-99750866D01* +X186713283Y-99930697D01* +X186603619Y-100135864D01* +X186536088Y-100358484D01* +X186513286Y-100590000D01* +X186536088Y-100821516D01* +X186603619Y-101044136D01* +X186713283Y-101249303D01* +X186860866Y-101429134D01* +X187040697Y-101576717D01* +X187245864Y-101686381D01* +X187468484Y-101753912D01* +X187641984Y-101771000D01* +X187758016Y-101771000D01* +X187931516Y-101753912D01* +X188154136Y-101686381D01* +X188359303Y-101576717D01* +X188539134Y-101429134D01* +X188686717Y-101249303D01* +X188796381Y-101044136D01* +X188863912Y-100821516D01* +X188886714Y-100590000D01* +X188863912Y-100358484D01* +X188796381Y-100135864D01* +X188686717Y-99930697D01* +X188539134Y-99750866D01* +X188359303Y-99603283D01* +X188206000Y-99521341D01* +X188206000Y-99489554D01* +X188208448Y-99464700D01* +X188198678Y-99365507D01* +X188169745Y-99270125D01* +X188164104Y-99259572D01* +X188122759Y-99182221D01* +X188059527Y-99105173D01* +X188040220Y-99089328D01* +X186920700Y-97969809D01* +X186920700Y-93858238D01* +X187040697Y-93956717D01* +X187245864Y-94066381D01* +X187468484Y-94133912D01* +X187641984Y-94151000D01* +X187758016Y-94151000D01* +X187931516Y-94133912D01* +X188154136Y-94066381D01* +X188359303Y-93956717D01* +X188539134Y-93809134D01* +X188686717Y-93629303D01* +X188796381Y-93424136D01* +X188863912Y-93201516D01* +X188886714Y-92970000D01* +X189053286Y-92970000D01* +X189076088Y-93201516D01* +X189143619Y-93424136D01* +X189253283Y-93629303D01* +X189400866Y-93809134D01* +X189580697Y-93956717D01* +X189785864Y-94066381D01* +X190008484Y-94133912D01* +X190181984Y-94151000D01* +X190298016Y-94151000D01* +X190471516Y-94133912D01* +X190694136Y-94066381D01* +X190899303Y-93956717D01* +X191079134Y-93809134D01* +X191226717Y-93629303D01* +X191336381Y-93424136D01* +X191403912Y-93201516D01* +X191426714Y-92970000D01* +X191593286Y-92970000D01* +X191616088Y-93201516D01* +X191683619Y-93424136D01* +X191793283Y-93629303D01* +X191940866Y-93809134D01* +X192120697Y-93956717D01* +X192325864Y-94066381D01* +X192548484Y-94133912D01* +X192721984Y-94151000D01* +X192838016Y-94151000D01* +X193011516Y-94133912D01* +X193234136Y-94066381D01* +X193439303Y-93956717D01* +X193619134Y-93809134D01* +X193766717Y-93629303D01* +X193876381Y-93424136D01* +X193943912Y-93201516D01* +X193966714Y-92970000D01* +X193943912Y-92738484D01* +X193876381Y-92515864D01* +X193766717Y-92310697D01* +X193619134Y-92130866D01* +X193439303Y-91983283D01* +X193234136Y-91873619D01* +X193011516Y-91806088D01* +X192838016Y-91789000D01* +X192721984Y-91789000D01* +X192548484Y-91806088D01* +X192325864Y-91873619D01* +X192120697Y-91983283D01* +X191940866Y-92130866D01* +X191793283Y-92310697D01* +X191683619Y-92515864D01* +X191616088Y-92738484D01* +X191593286Y-92970000D01* +X191426714Y-92970000D01* +X191403912Y-92738484D01* +X191336381Y-92515864D01* +X191226717Y-92310697D01* +X191079134Y-92130866D01* +X190899303Y-91983283D01* +X190694136Y-91873619D01* +X190471516Y-91806088D01* +X190298016Y-91789000D01* +X190181984Y-91789000D01* +X190008484Y-91806088D01* +X189785864Y-91873619D01* +X189580697Y-91983283D01* +X189400866Y-92130866D01* +X189253283Y-92310697D01* +X189143619Y-92515864D01* +X189076088Y-92738484D01* +X189053286Y-92970000D01* +X188886714Y-92970000D01* +X188863912Y-92738484D01* +X188796381Y-92515864D01* +X188686717Y-92310697D01* +X188539134Y-92130866D01* +X188359303Y-91983283D01* +X188305674Y-91954618D01* +X189135220Y-91125072D01* +X189154527Y-91109227D01* +X189217759Y-91032179D01* +X189264745Y-90944275D01* +X189293678Y-90848893D01* +X189301000Y-90774554D01* +X189303448Y-90749700D01* +X189301000Y-90724846D01* +X189301000Y-78338485D01* +X189420697Y-78436717D01* +X189625864Y-78546381D01* +X189848484Y-78613912D01* +X190021984Y-78631000D01* +X190138016Y-78631000D01* +X190311516Y-78613912D01* +X190534136Y-78546381D01* +X190739303Y-78436717D01* +X190919134Y-78289134D01* +X191066717Y-78109303D01* +X191176381Y-77904136D01* +X191243912Y-77681516D01* +X191266714Y-77450000D01* +X191243912Y-77218484D01* +X191176381Y-76995864D01* +X191066717Y-76790697D01* +X190919134Y-76610866D01* +X190739303Y-76463283D01* +X190534136Y-76353619D01* +X190311516Y-76286088D01* +X190138016Y-76269000D01* +X190021984Y-76269000D01* +X189848484Y-76286088D01* +X189625864Y-76353619D01* +X189420697Y-76463283D01* +X189301000Y-76561515D01* +X189301000Y-72449891D01* +X190420220Y-71330672D01* +X190439527Y-71314827D01* +X190502759Y-71237779D01* +X190549745Y-71149875D01* +X190572652Y-71074358D01* +X190578678Y-71054494D01* +X190582100Y-71019745D01* +X190586000Y-70980154D01* +X190586000Y-70980147D01* +X190588447Y-70955301D01* +X190586000Y-70930455D01* +X190586000Y-70898659D01* +X190739303Y-70816717D01* +X190919134Y-70669134D01* +X191066717Y-70489303D01* +X191176381Y-70284136D01* +X191243912Y-70061516D01* +X191266714Y-69830000D01* +X191243912Y-69598484D01* +X191176381Y-69375864D01* +X191068215Y-69173500D01* +X191631785Y-69173500D01* +X191523619Y-69375864D01* +X191456088Y-69598484D01* +X191433286Y-69830000D01* +X191456088Y-70061516D01* +X191523619Y-70284136D01* +X191633283Y-70489303D01* +X191780866Y-70669134D01* +X191960697Y-70816717D01* +X192114001Y-70898660D01* +X192114001Y-70930444D01* +X192111553Y-70955300D01* +X192121322Y-71054492D01* +X192150255Y-71149874D01* +X192164223Y-71176006D01* +X192197242Y-71237779D01* +X192260474Y-71314827D01* +X192279780Y-71330671D01* +X193239301Y-72290193D01* +X193239301Y-76441901D01* +X193074136Y-76353619D01* +X192851516Y-76286088D01* +X192678016Y-76269000D01* +X192561984Y-76269000D01* +X192388484Y-76286088D01* +X192165864Y-76353619D01* +X191960697Y-76463283D01* +X191780866Y-76610866D01* +X191633283Y-76790697D01* +X191523619Y-76995864D01* +X191456088Y-77218484D01* +X191433286Y-77450000D01* +X191456088Y-77681516D01* +X191523619Y-77904136D01* +X191633283Y-78109303D01* +X191780866Y-78289134D01* +X191960697Y-78436717D01* +X192165864Y-78546381D01* +X192388484Y-78613912D01* +X192561984Y-78631000D01* +X192678016Y-78631000D01* +X192851516Y-78613912D01* +X193074136Y-78546381D01* +X193239301Y-78458099D01* +X193239300Y-85165154D01* +X193236853Y-85190000D01* +X193239300Y-85214846D01* +X193239300Y-85214853D01* +X193246622Y-85289192D01* +X193275555Y-85384574D01* +X193322541Y-85472479D01* +X193385773Y-85549527D01* +X193405085Y-85565376D01* +X199794326Y-91954618D01* +X199740697Y-91983283D01* +X199560866Y-92130866D01* +X199413283Y-92310697D01* +X199303619Y-92515864D01* +X199236088Y-92738484D01* +X199213286Y-92970000D01* +X199236088Y-93201516D01* +X199303619Y-93424136D01* +X199413283Y-93629303D01* +X199560866Y-93809134D01* +X199740697Y-93956717D01* +X199945864Y-94066381D01* +X200168484Y-94133912D01* +X200341984Y-94151000D01* +X200458016Y-94151000D01* +X200631516Y-94133912D01* +X200854136Y-94066381D01* +X201059303Y-93956717D01* +X201239134Y-93809134D01* +X201386717Y-93629303D01* +X201496381Y-93424136D01* +X201563912Y-93201516D01* +X201586714Y-92970000D01* +X201753286Y-92970000D01* +X201776088Y-93201516D01* +X201843619Y-93424136D01* +X201953283Y-93629303D01* +X202100866Y-93809134D01* +X202280697Y-93956717D01* +X202485864Y-94066381D01* +X202708484Y-94133912D01* +X202881984Y-94151000D01* +X202998016Y-94151000D01* +X203171516Y-94133912D01* +X203394136Y-94066381D01* +X203599303Y-93956717D01* +X203779134Y-93809134D01* +X203926717Y-93629303D01* +X204036381Y-93424136D01* +X204103912Y-93201516D01* +X204126714Y-92970000D01* +X204103912Y-92738484D01* +X204036381Y-92515864D01* +X203926717Y-92310697D01* +X203779134Y-92130866D01* +X203599303Y-91983283D01* +X203394136Y-91873619D01* +X203171516Y-91806088D01* +X202998016Y-91789000D01* +X202881984Y-91789000D01* +X202708484Y-91806088D01* +X202485864Y-91873619D01* +X202280697Y-91983283D01* +X202100866Y-92130866D01* +X201953283Y-92310697D01* +X201843619Y-92515864D01* +X201776088Y-92738484D01* +X201753286Y-92970000D01* +X201586714Y-92970000D01* +X201563912Y-92738484D01* +X201496381Y-92515864D01* +X201386717Y-92310697D01* +X201239134Y-92130866D01* +X201059303Y-91983283D01* +X200906000Y-91901341D01* +X200906000Y-91869546D01* +X200908447Y-91844700D01* +X200906000Y-91819854D01* +X200906000Y-91819846D01* +X200898678Y-91745507D01* +X200869745Y-91650125D01* +X200822759Y-91562221D01* +X200759527Y-91485173D01* +X200740220Y-91469328D01* +X194251300Y-84980409D01* +X194251300Y-78204367D01* +X194320866Y-78289134D01* +X194500697Y-78436717D01* +X194705864Y-78546381D01* +X194928484Y-78613912D01* +X195101984Y-78631000D01* +X195218016Y-78631000D01* +X195391516Y-78613912D01* +X195614136Y-78546381D01* +X195819303Y-78436717D01* +X195999134Y-78289134D01* +X196146717Y-78109303D01* +X196256381Y-77904136D01* +X196323912Y-77681516D01* +X196346714Y-77450000D01* +X196513286Y-77450000D01* +X196536088Y-77681516D01* +X196603619Y-77904136D01* +X196713283Y-78109303D01* +X196860866Y-78289134D01* +X197040697Y-78436717D01* +X197245864Y-78546381D01* +X197468484Y-78613912D01* +X197641984Y-78631000D01* +X197758016Y-78631000D01* +X197931516Y-78613912D01* +X198154136Y-78546381D01* +X198359303Y-78436717D01* +X198539134Y-78289134D01* +X198686717Y-78109303D01* +X198796381Y-77904136D01* +X198863912Y-77681516D01* +X198886714Y-77450000D01* +X199053286Y-77450000D01* +X199076088Y-77681516D01* +X199143619Y-77904136D01* +X199253283Y-78109303D01* +X199400866Y-78289134D01* +X199580697Y-78436717D01* +X199785864Y-78546381D01* +X200008484Y-78613912D01* +X200181984Y-78631000D01* +X200298016Y-78631000D01* +X200471516Y-78613912D01* +X200694136Y-78546381D01* +X200899303Y-78436717D01* +X201079134Y-78289134D01* +X201226717Y-78109303D01* +X201227041Y-78108697D01* +X201297095Y-78271004D01* +X201485759Y-78544529D01* +X201724159Y-78775992D01* +X202003135Y-78956498D01* +X202264073Y-79064572D01* +X202523000Y-78898630D01* +X202523000Y-77707000D01* +X203037000Y-77707000D01* +X203037000Y-78898630D01* +X203295927Y-79064572D01* +X203556865Y-78956498D01* +X203835841Y-78775992D01* +X204074241Y-78544529D01* +X204262905Y-78271004D01* +X204394581Y-77965928D01* +X204231662Y-77707000D01* +X203037000Y-77707000D01* +X202523000Y-77707000D01* +X202503000Y-77707000D01* +X202503000Y-77193000D01* +X202523000Y-77193000D01* +X202523000Y-76001370D01* +X203037000Y-76001370D01* +X203037000Y-77193000D01* +X204231662Y-77193000D01* +X204394581Y-76934072D01* +X204262905Y-76628996D01* +X204074241Y-76355471D01* +X203835841Y-76124008D01* +X203556865Y-75943502D01* +X203295927Y-75835428D01* +X203037000Y-76001370D01* +X202523000Y-76001370D01* +X202264073Y-75835428D01* +X202003135Y-75943502D01* +X201724159Y-76124008D01* +X201485759Y-76355471D01* +X201297095Y-76628996D01* +X201227041Y-76791303D01* +X201226717Y-76790697D01* +X201079134Y-76610866D01* +X200899303Y-76463283D01* +X200694136Y-76353619D01* +X200471516Y-76286088D01* +X200298016Y-76269000D01* +X200181984Y-76269000D01* +X200008484Y-76286088D01* +X199785864Y-76353619D01* +X199580697Y-76463283D01* +X199400866Y-76610866D01* +X199253283Y-76790697D01* +X199143619Y-76995864D01* +X199076088Y-77218484D01* +X199053286Y-77450000D01* +X198886714Y-77450000D01* +X198863912Y-77218484D01* +X198796381Y-76995864D01* +X198686717Y-76790697D01* +X198539134Y-76610866D01* +X198359303Y-76463283D01* +X198154136Y-76353619D01* +X197931516Y-76286088D01* +X197758016Y-76269000D01* +X197641984Y-76269000D01* +X197468484Y-76286088D01* +X197245864Y-76353619D01* +X197040697Y-76463283D01* +X196860866Y-76610866D01* +X196713283Y-76790697D01* +X196603619Y-76995864D01* +X196536088Y-77218484D01* +X196513286Y-77450000D01* +X196346714Y-77450000D01* +X196323912Y-77218484D01* +X196256381Y-76995864D01* +X196146717Y-76790697D01* +X195999134Y-76610866D01* +X195819303Y-76463283D01* +X195614136Y-76353619D01* +X195391516Y-76286088D01* +X195218016Y-76269000D01* +X195101984Y-76269000D01* +X194928484Y-76286088D01* +X194705864Y-76353619D01* +X194500697Y-76463283D01* +X194320866Y-76610866D01* +X194251300Y-76695633D01* +X194251300Y-72105454D01* +X194253748Y-72080600D01* +X194243978Y-71981407D01* +X194215045Y-71886025D01* +X194201439Y-71860571D01* +X194168059Y-71798121D01* +X194104827Y-71721073D01* +X194085520Y-71705228D01* +X193225674Y-70845382D01* +X193279303Y-70816717D01* +X193459134Y-70669134D01* +X193606717Y-70489303D01* +X193607041Y-70488697D01* +X193677095Y-70651004D01* +X193865759Y-70924529D01* +X194104159Y-71155992D01* +X194383135Y-71336498D01* +X194644073Y-71444572D01* +X194903000Y-71278630D01* +X194903000Y-70087000D01* +X194883000Y-70087000D01* +X194883000Y-69573000D01* +X194903000Y-69573000D01* +X194903000Y-69173500D01* +X195417000Y-69173500D01* +X195417000Y-69573000D01* +X195437000Y-69573000D01* +X195437000Y-70087000D01* +X195417000Y-70087000D01* +X195417000Y-71278630D01* +X195675927Y-71444572D01* +X195936865Y-71336498D01* +X196215841Y-71155992D01* +X196454241Y-70924529D01* +X196642905Y-70651004D01* +X196712959Y-70488697D01* +X196713283Y-70489303D01* +X196860866Y-70669134D01* +X197040697Y-70816717D01* +X197245864Y-70926381D01* +X197468484Y-70993912D01* +X197641984Y-71011000D01* +X197758016Y-71011000D01* +X197931516Y-70993912D01* +X198154136Y-70926381D01* +X198359303Y-70816717D01* +X198539134Y-70669134D01* +X198686717Y-70489303D01* +X198796381Y-70284136D01* +X198863912Y-70061516D01* +X198886714Y-69830000D01* +X198863912Y-69598484D01* +X198796381Y-69375864D01* +X198688215Y-69173500D01* +X199251785Y-69173500D01* +X199143619Y-69375864D01* +X199076088Y-69598484D01* +X199053286Y-69830000D01* +X199076088Y-70061516D01* +X199143619Y-70284136D01* +X199253283Y-70489303D01* +X199400866Y-70669134D01* +X199580697Y-70816717D01* +X199785864Y-70926381D01* +X200008484Y-70993912D01* +X200181984Y-71011000D01* +X200298016Y-71011000D01* +X200471516Y-70993912D01* +X200694136Y-70926381D01* +X200899303Y-70816717D01* +X201079134Y-70669134D01* +X201226717Y-70489303D01* +X201336381Y-70284136D01* +X201403912Y-70061516D01* +X201426714Y-69830000D01* +X201403912Y-69598484D01* +X201336381Y-69375864D01* +X201228215Y-69173500D01* +X201477909Y-69173500D01* +X201682840Y-69378431D01* +X201616088Y-69598484D01* +X201593286Y-69830000D01* +X201616088Y-70061516D01* +X201683619Y-70284136D01* +X201793283Y-70489303D01* +X201940866Y-70669134D01* +X202120697Y-70816717D01* +X202325864Y-70926381D01* +X202548484Y-70993912D01* +X202721984Y-71011000D01* +X202838016Y-71011000D01* +X203011516Y-70993912D01* +X203234136Y-70926381D01* +X203439303Y-70816717D01* +X203619134Y-70669134D01* +X203766717Y-70489303D01* +X203876381Y-70284136D01* +X203943912Y-70061516D01* +X203966714Y-69830000D01* +X203943912Y-69598484D01* +X203876381Y-69375864D01* +X203766717Y-69170697D01* +X203619134Y-68990866D01* +X203439303Y-68843283D01* +X203234136Y-68733619D01* +X203011516Y-68666088D01* +X202838016Y-68649000D01* +X202721984Y-68649000D01* +X202548484Y-68666088D01* +X202435847Y-68700256D01* +X202062876Y-68327285D01* +X202047027Y-68307973D01* +X201969979Y-68244741D01* +X201882075Y-68197755D01* +X201786693Y-68168822D01* +X201712354Y-68161500D01* +X201712346Y-68161500D01* +X201687500Y-68159053D01* +X201662654Y-68161500D01* +X184521346Y-68161500D01* +X184496500Y-68159053D01* +X184471654Y-68161500D01* +X184471646Y-68161500D01* +X184397307Y-68168822D01* +X184301925Y-68197755D01* +X184214021Y-68244741D01* +X184136973Y-68307973D01* +X184121128Y-68327280D01* +X181889085Y-70559324D01* +X181869773Y-70575173D01* +X181806541Y-70652221D01* +X181759555Y-70740126D01* +X181730622Y-70835508D01* +X181723300Y-70909847D01* +X181723300Y-70909854D01* +X181720853Y-70934700D01* +X181723300Y-70959546D01* +X181723300Y-70961808D01* +X180709919Y-71975189D01* +X180653203Y-71838264D01* +X180351951Y-71771502D01* +X179503453Y-72620000D01* +X179517595Y-72634142D01* +X179154142Y-72997595D01* +X179140000Y-72983453D01* +X178866853Y-73256600D01* +X178855192Y-73256600D01* +X178497569Y-72898978D01* +X178776547Y-72620000D01* +X178762405Y-72605858D01* +X179125858Y-72242405D01* +X179140000Y-72256547D01* +X179988498Y-71408049D01* +X179921736Y-71106797D01* +X179611504Y-70983364D01* +X179283152Y-70922826D01* +X178949299Y-70927509D01* +X178622775Y-70997233D01* +X178358264Y-71106797D01* +X178291503Y-71408047D01* +X178215400Y-71331944D01* +X178215400Y-67174245D01* +X178217847Y-67149399D01* +X178215400Y-67124553D01* +X178215400Y-67124546D01* +X178208078Y-67050207D01* +X178179145Y-66954825D01* +X178132159Y-66866921D01* +X178068927Y-66789873D01* +X178049620Y-66774028D01* +X173642875Y-62367284D01* +X173657152Y-62332817D01* +X173701000Y-62112379D01* +X173701000Y-61887621D01* +X173959000Y-61887621D01* +X173959000Y-62112379D01* +X174002848Y-62332817D01* +X174088859Y-62540466D01* +X174213727Y-62727345D01* +X174372655Y-62886273D01* +X174559534Y-63011141D01* +X174767183Y-63097152D01* +X174987621Y-63141000D01* +X175212379Y-63141000D01* +X175432817Y-63097152D01* +X175640466Y-63011141D01* +X175827345Y-62886273D01* +X175986273Y-62727345D01* +X176111141Y-62540466D01* +X176197152Y-62332817D01* +X176241000Y-62112379D01* +X176241000Y-61887621D01* +X176197152Y-61667183D01* +X176111141Y-61459534D01* +X175986273Y-61272655D01* +X175827345Y-61113727D01* +X175678786Y-61014463D01* +X175857832Y-60940300D01* +X175919626Y-60643081D01* +X176093762Y-60817217D01* +X176158875Y-60752104D01* +X176244077Y-60855923D01* +X176380358Y-60967766D01* +X176535841Y-61050874D01* +X176704549Y-61102051D01* +X176880000Y-61119331D01* +X176907477Y-61118905D01* +X176753727Y-61272655D01* +X176628859Y-61459534D01* +X176542848Y-61667183D01* +X176499000Y-61887621D01* +X176499000Y-62112379D01* +X176542848Y-62332817D01* +X176628859Y-62540466D01* +X176753727Y-62727345D01* +X176912655Y-62886273D01* +X177099534Y-63011141D01* +X177307183Y-63097152D01* +X177527621Y-63141000D01* +X177752379Y-63141000D01* +X177972817Y-63097152D01* +X178180466Y-63011141D01* +X178367345Y-62886273D01* +X178526273Y-62727345D01* +X178651141Y-62540466D01* +X178737152Y-62332817D01* +X178781000Y-62112379D01* +X178781000Y-61887621D01* +X178737152Y-61667183D01* +X178651141Y-61459534D01* +X178526273Y-61272655D01* +X178372523Y-61118905D01* +X178400000Y-61119331D01* +X178575451Y-61102051D01* +X178744159Y-61050874D01* +X178899642Y-60967766D01* +X179035923Y-60855923D01* +X179147766Y-60719642D01* +X179230874Y-60564159D01* +X179282051Y-60395451D01* +X179299331Y-60220000D01* +X179296420Y-60032275D01* +X181574000Y-60032275D01* +X181574000Y-60407725D01* +X181647247Y-60775960D01* +X181790925Y-61122829D01* +X181999513Y-61435004D01* +X182264996Y-61700487D01* +X182577171Y-61909075D01* +X182924040Y-62052753D01* +X183292275Y-62126000D01* +X183667725Y-62126000D01* +X184035960Y-62052753D01* +X184382829Y-61909075D01* +X184695004Y-61700487D01* +X184960487Y-61435004D01* +X185169075Y-61122829D01* +X185312753Y-60775960D01* +X185386000Y-60407725D01* +X185386000Y-60032275D01* +X185312753Y-59664040D01* +X185169075Y-59317171D01* +X184960487Y-59004996D01* +X184695004Y-58739513D01* +X184382829Y-58530925D01* +X184035960Y-58387247D01* +X183667725Y-58314000D01* +X183292275Y-58314000D01* +X182924040Y-58387247D01* +X182577171Y-58530925D01* +X182264996Y-58739513D01* +X181999513Y-59004996D01* +X181790925Y-59317171D01* +X181647247Y-59664040D01* +X181574000Y-60032275D01* +X179296420Y-60032275D01* +X179295000Y-59940750D01* +X179071250Y-59717000D01* +X177897000Y-59717000D01* +X177897000Y-59737000D01* +X177383000Y-59737000D01* +X177383000Y-59717000D01* +X177363000Y-59717000D01* +X177363000Y-59203000D01* +X177383000Y-59203000D01* +X177383000Y-58028750D01* +X177897000Y-58028750D01* +X177897000Y-59203000D01* +X179071250Y-59203000D01* +X179295000Y-58979250D01* +X179299331Y-58700000D01* +X179282051Y-58524549D01* +X179230874Y-58355841D01* +X179147766Y-58200358D01* +X179035923Y-58064077D01* +X178899642Y-57952234D01* +X178744159Y-57869126D01* +X178575451Y-57817949D01* +X178400000Y-57800669D01* +X178120750Y-57805000D01* +X177897000Y-58028750D01* +X177383000Y-58028750D01* +X177159250Y-57805000D01* +X176880000Y-57800669D01* +X176704549Y-57817949D01* +X176535841Y-57869126D01* +X176380358Y-57952234D01* +X176244077Y-58064077D01* +X176158875Y-58167896D01* +X176093762Y-58102783D01* +X175919626Y-58276919D01* +X175857832Y-57979700D01* +X175554479Y-57860298D01* +X175233659Y-57802371D01* +X174907704Y-57808146D01* +X174589138Y-57877402D01* +X174342168Y-57979700D01* +X174280373Y-58276921D01* +X175100000Y-59096547D01* +X175114142Y-59082405D01* +X175477595Y-59445858D01* +X175463453Y-59460000D01* +X175477595Y-59474142D01* +X175114142Y-59837595D01* +X175100000Y-59823453D01* +X174280373Y-60643079D01* +X174342168Y-60940300D01* +X174524689Y-61012142D01* +X174372655Y-61113727D01* +X174213727Y-61272655D01* +X174088859Y-61459534D01* +X174002848Y-61667183D01* +X173959000Y-61887621D01* +X173701000Y-61887621D01* +X173657152Y-61667183D01* +X173571141Y-61459534D01* +X173446273Y-61272655D01* +X173287345Y-61113727D01* +X173138786Y-61014463D01* +X173317832Y-60940300D01* +X173379627Y-60643079D01* +X172560000Y-59823453D01* +X171740373Y-60643079D01* +X171802168Y-60940300D01* +X171984689Y-61012142D01* +X171832655Y-61113727D01* +X171673727Y-61272655D01* +X171548859Y-61459534D01* +X171462848Y-61667183D01* +X171419000Y-61887621D01* +X171419000Y-62112379D01* +X171462848Y-62332817D01* +X171548859Y-62540466D01* +X171673727Y-62727345D01* +X171832655Y-62886273D01* +X172019534Y-63011141D01* +X172227183Y-63097152D01* +X172447621Y-63141000D01* +X172672379Y-63141000D01* +X172892817Y-63097152D01* +X172927284Y-63082875D01* +X177203401Y-67358993D01* +X177203400Y-72801554D01* +X177200953Y-72826400D01* +X177203400Y-72851246D01* +X177203400Y-72851253D01* +X177210722Y-72925592D01* +X177239655Y-73020974D01* +X177286641Y-73108879D01* +X177349873Y-73185927D01* +X177369185Y-73201776D01* +X178270228Y-74102820D01* +X178286073Y-74122127D01* +X178363121Y-74185359D01* +X178390858Y-74200185D01* +X178387157Y-74202658D01* +X178222658Y-74367157D01* +X178093412Y-74560587D01* +X178004386Y-74775515D01* +X177959000Y-75003682D01* +X177959000Y-75236318D01* +X178004386Y-75464485D01* +X178093412Y-75679413D01* +X178222658Y-75872843D01* +X178352600Y-76002785D01* +X178352600Y-76831337D01* +X178348792Y-76870000D01* +X178352600Y-76908663D01* +X178352600Y-76908672D01* +X178363994Y-77024356D01* +X178409018Y-77172782D01* +X178482134Y-77309571D01* +X178580531Y-77429469D01* +X178610578Y-77454128D01* +X181602601Y-80446152D01* +X181602600Y-87803849D01* +X181433849Y-87972600D01* +X174901591Y-87972600D01* +X174859134Y-87920866D01* +X174679303Y-87773283D01* +X174474136Y-87663619D01* +X174251516Y-87596088D01* +X174112951Y-87582441D01* +X174439020Y-87256372D01* +X174458327Y-87240527D01* +X174521559Y-87163479D01* +X174568545Y-87075575D01* +X174597478Y-86980193D01* +X174597833Y-86976594D01* +X174600548Y-86949019D01* +X174604800Y-86905854D01* +X174604800Y-86905847D01* +X174607247Y-86881001D01* +X174604800Y-86856155D01* +X174604800Y-78886402D01* +X174713135Y-78956498D01* +X174974073Y-79064572D01* +X175233000Y-78898630D01* +X175233000Y-77707000D01* +X175747000Y-77707000D01* +X175747000Y-78898630D01* +X176005927Y-79064572D01* +X176266865Y-78956498D01* +X176545841Y-78775992D01* +X176784241Y-78544529D01* +X176972905Y-78271004D01* +X177104581Y-77965928D01* +X176941662Y-77707000D01* +X175747000Y-77707000D01* +X175233000Y-77707000D01* +X175213000Y-77707000D01* +X175213000Y-77193000D01* +X175233000Y-77193000D01* +X175233000Y-76001370D01* +X175747000Y-76001370D01* +X175747000Y-77193000D01* +X176941662Y-77193000D01* +X177104581Y-76934072D01* +X176972905Y-76628996D01* +X176784241Y-76355471D01* +X176545841Y-76124008D01* +X176266865Y-75943502D01* +X176005927Y-75835428D01* +X175747000Y-76001370D01* +X175233000Y-76001370D01* +X174974073Y-75835428D01* +X174713135Y-75943502D01* +X174602916Y-76014817D01* +X174597478Y-75959607D01* +X174595952Y-75954574D01* +X174579267Y-75899572D01* +X174568545Y-75864225D01* +X174521559Y-75776321D01* +X174458327Y-75699273D01* +X174439020Y-75683428D01* +X169015388Y-70259797D01* +X169090125Y-70299745D01* +X169185507Y-70328678D01* +X169284700Y-70338448D01* +X169309554Y-70336000D01* +X169341341Y-70336000D01* +X169423283Y-70489303D01* +X169570866Y-70669134D01* +X169750697Y-70816717D01* +X169955864Y-70926381D01* +X170178484Y-70993912D01* +X170351984Y-71011000D01* +X170468016Y-71011000D01* +X170641516Y-70993912D01* +X170864136Y-70926381D01* +X171069303Y-70816717D01* +X171249134Y-70669134D01* +X171396717Y-70489303D01* +X171506381Y-70284136D01* +X171573912Y-70061516D01* +X171596714Y-69830000D01* +X171573912Y-69598484D01* +X171506381Y-69375864D01* +X171396717Y-69170697D01* +X171249134Y-68990866D01* +X171069303Y-68843283D01* +X170864136Y-68733619D01* +X170641516Y-68666088D01* +X170468016Y-68649000D01* +X170351984Y-68649000D01* +X170178484Y-68666088D01* +X169955864Y-68733619D01* +X169750697Y-68843283D01* +X169570866Y-68990866D01* +X169505052Y-69071060D01* +X165456976Y-65022985D01* +X165441127Y-65003673D01* +X165364079Y-64940441D01* +X165276175Y-64893455D01* +X165180793Y-64864522D01* +X165106454Y-64857200D01* +X165106446Y-64857200D01* +X165081600Y-64854753D01* +X165056754Y-64857200D01* +X161529792Y-64857200D01* +X159813591Y-63141000D01* +X159972379Y-63141000D01* +X160192817Y-63097152D01* +X160227284Y-63082875D01* +X161295028Y-64150620D01* +X161310873Y-64169927D01* +X161387921Y-64233159D01* +X161475825Y-64280145D01* +X161571206Y-64309078D01* +X161581094Y-64310052D01* +X161645546Y-64316400D01* +X161645553Y-64316400D01* +X161670399Y-64318847D01* +X161695245Y-64316400D01* +X168416809Y-64316400D01* +X172762191Y-68661783D01* +X172718484Y-68666088D01* +X172495864Y-68733619D01* +X172290697Y-68843283D01* +X172110866Y-68990866D01* +X171963283Y-69170697D01* +X171853619Y-69375864D01* +X171786088Y-69598484D01* +X171763286Y-69830000D01* +X171786088Y-70061516D01* +X171853619Y-70284136D01* +X171963283Y-70489303D01* +X172110866Y-70669134D01* +X172290697Y-70816717D01* +X172495864Y-70926381D01* +X172718484Y-70993912D01* +X172891984Y-71011000D01* +X173008016Y-71011000D01* +X173181516Y-70993912D01* +X173404136Y-70926381D01* +X173609303Y-70816717D01* +X173789134Y-70669134D01* +X173936717Y-70489303D01* +X174046381Y-70284136D01* +X174061146Y-70235463D01* +X174082221Y-70252759D01* +X174170125Y-70299745D01* +X174265507Y-70328678D01* +X174364700Y-70338448D01* +X174389554Y-70336000D01* +X174421341Y-70336000D01* +X174503283Y-70489303D01* +X174650866Y-70669134D01* +X174830697Y-70816717D01* +X175035864Y-70926381D01* +X175258484Y-70993912D01* +X175431984Y-71011000D01* +X175548016Y-71011000D01* +X175721516Y-70993912D01* +X175944136Y-70926381D01* +X176149303Y-70816717D01* +X176329134Y-70669134D01* +X176476717Y-70489303D01* +X176586381Y-70284136D01* +X176653912Y-70061516D01* +X176676714Y-69830000D01* +X176653912Y-69598484D01* +X176586381Y-69375864D01* +X176476717Y-69170697D01* +X176329134Y-68990866D01* +X176149303Y-68843283D01* +X175944136Y-68733619D01* +X175721516Y-68666088D01* +X175548016Y-68649000D01* +X175431984Y-68649000D01* +X175258484Y-68666088D01* +X175035864Y-68733619D01* +X174830697Y-68843283D01* +X174650866Y-68990866D01* +X174592986Y-69061394D01* +X169001776Y-63470185D01* +X168985927Y-63450873D01* +X168908879Y-63387641D01* +X168820975Y-63340655D01* +X168725593Y-63311722D01* +X168651254Y-63304400D01* +X168651246Y-63304400D01* +X168626400Y-63301953D01* +X168601554Y-63304400D01* +X161879992Y-63304400D01* +X160942875Y-62367284D01* +X160957152Y-62332817D01* +X161001000Y-62112379D01* +X161001000Y-61887621D01* +X160957152Y-61667183D01* +X160871141Y-61459534D01* +X160746273Y-61272655D01* +X160587345Y-61113727D01* +X160506338Y-61059600D01* +X161753662Y-61059600D01* +X161672655Y-61113727D01* +X161513727Y-61272655D01* +X161388859Y-61459534D01* +X161302848Y-61667183D01* +X161259000Y-61887621D01* +X161259000Y-62112379D01* +X161302848Y-62332817D01* +X161388859Y-62540466D01* +X161513727Y-62727345D01* +X161672655Y-62886273D01* +X161859534Y-63011141D01* +X162067183Y-63097152D01* +X162287621Y-63141000D01* +X162512379Y-63141000D01* +X162732817Y-63097152D01* +X162940466Y-63011141D01* +X163127345Y-62886273D01* +X163286273Y-62727345D01* +X163411141Y-62540466D01* +X163497152Y-62332817D01* +X163541000Y-62112379D01* +X163541000Y-61887621D01* +X163497152Y-61667183D01* +X163411141Y-61459534D01* +X163286273Y-61272655D01* +X163127345Y-61113727D01* +X163046338Y-61059600D01* +X164293662Y-61059600D01* +X164212655Y-61113727D01* +X164053727Y-61272655D01* +X163928859Y-61459534D01* +X163842848Y-61667183D01* +X163799000Y-61887621D01* +X163799000Y-62112379D01* +X163842848Y-62332817D01* +X163928859Y-62540466D01* +X164053727Y-62727345D01* +X164212655Y-62886273D01* +X164399534Y-63011141D01* +X164607183Y-63097152D01* +X164827621Y-63141000D01* +X165052379Y-63141000D01* +X165272817Y-63097152D01* +X165480466Y-63011141D01* +X165667345Y-62886273D01* +X165826273Y-62727345D01* +X165951141Y-62540466D01* +X166037152Y-62332817D01* +X166081000Y-62112379D01* +X166081000Y-61887621D01* +X166037152Y-61667183D01* +X165951141Y-61459534D01* +X165826273Y-61272655D01* +X165667345Y-61113727D01* +X165586338Y-61059600D01* +X166833662Y-61059600D01* +X166752655Y-61113727D01* +X166593727Y-61272655D01* +X166468859Y-61459534D01* +X166382848Y-61667183D01* +X166339000Y-61887621D01* +X166339000Y-62112379D01* +X166382848Y-62332817D01* +X166468859Y-62540466D01* +X166593727Y-62727345D01* +X166752655Y-62886273D01* +X166939534Y-63011141D01* +X167147183Y-63097152D01* +X167367621Y-63141000D01* +X167592379Y-63141000D01* +X167812817Y-63097152D01* +X168020466Y-63011141D01* +X168207345Y-62886273D01* +X168366273Y-62727345D01* +X168491141Y-62540466D01* +X168577152Y-62332817D01* +X168621000Y-62112379D01* +X168621000Y-61887621D01* +X168577152Y-61667183D01* +X168491141Y-61459534D01* +X168366273Y-61272655D01* +X168207345Y-61113727D01* +X168126338Y-61059600D01* +X168364009Y-61059600D01* +X168937125Y-61632716D01* +X168922848Y-61667183D01* +X168879000Y-61887621D01* +X168879000Y-62112379D01* +X168922848Y-62332817D01* +X169008859Y-62540466D01* +X169133727Y-62727345D01* +X169292655Y-62886273D01* +X169479534Y-63011141D01* +X169687183Y-63097152D01* +X169907621Y-63141000D01* +X170132379Y-63141000D01* +X170352817Y-63097152D01* +X170560466Y-63011141D01* +X170747345Y-62886273D01* +X170906273Y-62727345D01* +X171031141Y-62540466D01* +X171117152Y-62332817D01* +X171161000Y-62112379D01* +X171161000Y-61887621D01* +X171117152Y-61667183D01* +X171031141Y-61459534D01* +X170906273Y-61272655D01* +X170747345Y-61113727D01* +X170598786Y-61014463D01* +X170777832Y-60940300D01* +X170839627Y-60643079D01* +X170020000Y-59823453D01* +X170005858Y-59837595D01* +X169642405Y-59474142D01* +X169656547Y-59460000D01* +X170383453Y-59460000D01* +X171036154Y-60112701D01* +X171079700Y-60217832D01* +X171157449Y-60233997D01* +X171203079Y-60279627D01* +X171290000Y-60261555D01* +X171376921Y-60279627D01* +X171422551Y-60233997D01* +X171500300Y-60217832D01* +X171540274Y-60116274D01* +X172196547Y-59460000D01* +X172923453Y-59460000D01* +X173576154Y-60112701D01* +X173619700Y-60217832D01* +X173697449Y-60233997D01* +X173743079Y-60279627D01* +X173830000Y-60261555D01* +X173916921Y-60279627D01* +X173962551Y-60233997D01* +X174040300Y-60217832D01* +X174080274Y-60116274D01* +X174736547Y-59460000D01* +X174083846Y-58807299D01* +X174040300Y-58702168D01* +X173962551Y-58686003D01* +X173916921Y-58640373D01* +X173830000Y-58658445D01* +X173743079Y-58640373D01* +X173697449Y-58686003D01* +X173619700Y-58702168D01* +X173579726Y-58803726D01* +X172923453Y-59460000D01* +X172196547Y-59460000D01* +X171543846Y-58807299D01* +X171500300Y-58702168D01* +X171422551Y-58686003D01* +X171376921Y-58640373D01* +X171290000Y-58658445D01* +X171203079Y-58640373D01* +X171157449Y-58686003D01* +X171079700Y-58702168D01* +X171039726Y-58803726D01* +X170383453Y-59460000D01* +X169656547Y-59460000D01* +X169003846Y-58807299D01* +X168960300Y-58702168D01* +X168882551Y-58686003D01* +X168836921Y-58640373D01* +X168750000Y-58658445D01* +X168663079Y-58640373D01* +X168617449Y-58686003D01* +X168539700Y-58702168D01* +X168499726Y-58803726D01* +X167843453Y-59460000D01* +X167857595Y-59474142D01* +X167494142Y-59837595D01* +X167480000Y-59823453D01* +X167465858Y-59837595D01* +X167102405Y-59474142D01* +X167116547Y-59460000D01* +X166463846Y-58807299D01* +X166420300Y-58702168D01* +X166342551Y-58686003D01* +X166296921Y-58640373D01* +X166210000Y-58658445D01* +X166123079Y-58640373D01* +X166077449Y-58686003D01* +X165999700Y-58702168D01* +X165959726Y-58803726D01* +X165303453Y-59460000D01* +X165317595Y-59474142D01* +X164954142Y-59837595D01* +X164940000Y-59823453D01* +X164925858Y-59837595D01* +X164562405Y-59474142D01* +X164576547Y-59460000D01* +X163923846Y-58807299D01* +X163880300Y-58702168D01* +X163802551Y-58686003D01* +X163756921Y-58640373D01* +X163670000Y-58658445D01* +X163583079Y-58640373D01* +X163537449Y-58686003D01* +X163459700Y-58702168D01* +X163419726Y-58803726D01* +X162763453Y-59460000D01* +X162777595Y-59474142D01* +X162414142Y-59837595D01* +X162400000Y-59823453D01* +X162385858Y-59837595D01* +X162022405Y-59474142D01* +X162036547Y-59460000D01* +X161383846Y-58807299D01* +X161340300Y-58702168D01* +X161262551Y-58686003D01* +X161216921Y-58640373D01* +X161130000Y-58658445D01* +X161043079Y-58640373D01* +X160997449Y-58686003D01* +X160919700Y-58702168D01* +X160879726Y-58803726D01* +X160223453Y-59460000D01* +X160237595Y-59474142D01* +X159874142Y-59837595D01* +X159860000Y-59823453D01* +X159845858Y-59837595D01* +X159482405Y-59474142D01* +X159496547Y-59460000D01* +X158843846Y-58807299D01* +X158800300Y-58702168D01* +X158722551Y-58686003D01* +X158676921Y-58640373D01* +X158590000Y-58658445D01* +X158503079Y-58640373D01* +X158457449Y-58686003D01* +X158379700Y-58702168D01* +X158339726Y-58803726D01* +X157683453Y-59460000D01* +X157697595Y-59474142D01* +X157334142Y-59837595D01* +X157320000Y-59823453D01* +X157305858Y-59837595D01* +X156942405Y-59474142D01* +X156956547Y-59460000D01* +X156303846Y-58807299D01* +X156260300Y-58702168D01* +X156182551Y-58686003D01* +X156136921Y-58640373D01* +X156050000Y-58658445D01* +X155963079Y-58640373D01* +X155917449Y-58686003D01* +X155839700Y-58702168D01* +X155799726Y-58803726D01* +X155143453Y-59460000D01* +X155157595Y-59474142D01* +X154794142Y-59837595D01* +X154780000Y-59823453D01* +X154765858Y-59837595D01* +X154402405Y-59474142D01* +X154416547Y-59460000D01* +X153763846Y-58807299D01* +X153720300Y-58702168D01* +X153642551Y-58686003D01* +X153596921Y-58640373D01* +X153510000Y-58658445D01* +X153423079Y-58640373D01* +X153377449Y-58686003D01* +X153299700Y-58702168D01* +X153259726Y-58803726D01* +X152603453Y-59460000D01* +X152617595Y-59474142D01* +X152254142Y-59837595D01* +X152240000Y-59823453D01* +X151420373Y-60643079D01* +X151482168Y-60940300D01* +X151664689Y-61012142D01* +X151512655Y-61113727D01* +X151353727Y-61272655D01* +X151228859Y-61459534D01* +X151142848Y-61667183D01* +X151099000Y-61887621D01* +X151099000Y-62112379D01* +X151142848Y-62332817D01* +X151228859Y-62540466D01* +X151353727Y-62727345D01* +X151512655Y-62886273D01* +X151699534Y-63011141D01* +X151907183Y-63097152D01* +X152127621Y-63141000D01* +X152352379Y-63141000D01* +X152572817Y-63097152D01* +X152780466Y-63011141D01* +X152967345Y-62886273D01* +X153126273Y-62727345D01* +X153251141Y-62540466D01* +X153337152Y-62332817D01* +X153381000Y-62112379D01* +X153381000Y-61887621D01* +X153337152Y-61667183D01* +X153322875Y-61632716D01* +X153534992Y-61420600D01* +X153794874Y-61420600D01* +X153768859Y-61459534D01* +X153682848Y-61667183D01* +X153639000Y-61887621D01* +X153639000Y-62112379D01* +X153682848Y-62332817D01* +X153768859Y-62540466D01* +X153893727Y-62727345D01* +X154052655Y-62886273D01* +X154239534Y-63011141D01* +X154447183Y-63097152D01* +X154667621Y-63141000D01* +X154892379Y-63141000D01* +X155112817Y-63097152D01* +X155147284Y-63082875D01* +X156661428Y-64597020D01* +X156677273Y-64616327D01* +X156754321Y-64679559D01* +X156842225Y-64726545D01* +X156937606Y-64755478D01* +X156947494Y-64756452D01* +X157011946Y-64762800D01* +X157011953Y-64762800D01* +X157036799Y-64765247D01* +X157061645Y-64762800D01* +X158653209Y-64762800D01* +X162556959Y-68666551D01* +X162335864Y-68733619D01* +X162130697Y-68843283D01* +X161950866Y-68990866D01* +X161803283Y-69170697D01* +X161693619Y-69375864D01* +X161626088Y-69598484D01* +X161603286Y-69830000D01* +X161626088Y-70061516D01* +X161693619Y-70284136D01* +X161803283Y-70489303D01* +X161950866Y-70669134D01* +X162130697Y-70816717D01* +X162335864Y-70926381D01* +X162558484Y-70993912D01* +X162731984Y-71011000D01* +X162848016Y-71011000D01* +X163021516Y-70993912D01* +X163187861Y-70943452D01* +X168315028Y-76070620D01* +X168330873Y-76089927D01* +X168407921Y-76153159D01* +X168495825Y-76200145D01* +X168591207Y-76229078D01* +X168690400Y-76238848D01* +X168715254Y-76236400D01* +X170085109Y-76236400D01* +X170144965Y-76296256D01* +X169955864Y-76353619D01* +X169750697Y-76463283D01* +X169570866Y-76610866D01* +X169423283Y-76790697D01* +X169313619Y-76995864D01* +X169246088Y-77218484D01* +X169223286Y-77450000D01* +X169246088Y-77681516D01* +X169313619Y-77904136D01* +X169423283Y-78109303D01* +X169501949Y-78205159D01* +X159709785Y-87997324D01* +X159693111Y-88011008D01* +X159619134Y-87920866D01* +X159439303Y-87773283D01* +X159286000Y-87691341D01* +X159286000Y-85334891D01* +X165670220Y-78950672D01* +X165689527Y-78934827D01* +X165752759Y-78857779D01* +X165799745Y-78769875D01* +X165828678Y-78674493D01* +X165836000Y-78600154D01* +X165838448Y-78575300D01* +X165836000Y-78550446D01* +X165836000Y-78518659D01* +X165989303Y-78436717D01* +X166169134Y-78289134D01* +X166316717Y-78109303D01* +X166426381Y-77904136D01* +X166493912Y-77681516D01* +X166516714Y-77450000D01* +X166493912Y-77218484D01* +X166426381Y-76995864D01* +X166387464Y-76923056D01* +X166704008Y-77239600D01* +X166683286Y-77450000D01* +X166706088Y-77681516D01* +X166773619Y-77904136D01* +X166883283Y-78109303D01* +X167030866Y-78289134D01* +X167210697Y-78436717D01* +X167415864Y-78546381D01* +X167638484Y-78613912D01* +X167811984Y-78631000D01* +X167928016Y-78631000D01* +X168101516Y-78613912D01* +X168324136Y-78546381D01* +X168529303Y-78436717D01* +X168709134Y-78289134D01* +X168856717Y-78109303D01* +X168966381Y-77904136D01* +X169033912Y-77681516D01* +X169056714Y-77450000D01* +X169033912Y-77218484D01* +X168966381Y-76995864D01* +X168856717Y-76790697D01* +X168709134Y-76610866D01* +X168529303Y-76463283D01* +X168324136Y-76353619D01* +X168101516Y-76286088D01* +X167928016Y-76269000D01* +X167811984Y-76269000D01* +X167638484Y-76286088D01* +X167415864Y-76353619D01* +X167307260Y-76411669D01* +X166315376Y-75419785D01* +X166299527Y-75400473D01* +X166222479Y-75337241D01* +X166134575Y-75290255D01* +X166039193Y-75261322D01* +X165964854Y-75254000D01* +X165964846Y-75254000D01* +X165940000Y-75251553D01* +X165915154Y-75254000D01* +X163669592Y-75254000D01* +X158245592Y-69830000D01* +X159063286Y-69830000D01* +X159086088Y-70061516D01* +X159153619Y-70284136D01* +X159263283Y-70489303D01* +X159410866Y-70669134D01* +X159590697Y-70816717D01* +X159795864Y-70926381D01* +X160018484Y-70993912D01* +X160191984Y-71011000D01* +X160308016Y-71011000D01* +X160481516Y-70993912D01* +X160704136Y-70926381D01* +X160909303Y-70816717D01* +X161089134Y-70669134D01* +X161236717Y-70489303D01* +X161346381Y-70284136D01* +X161413912Y-70061516D01* +X161436714Y-69830000D01* +X161413912Y-69598484D01* +X161346381Y-69375864D01* +X161236717Y-69170697D01* +X161089134Y-68990866D01* +X160909303Y-68843283D01* +X160704136Y-68733619D01* +X160481516Y-68666088D01* +X160308016Y-68649000D01* +X160191984Y-68649000D01* +X160018484Y-68666088D01* +X159795864Y-68733619D01* +X159590697Y-68843283D01* +X159410866Y-68990866D01* +X159263283Y-69170697D01* +X159153619Y-69375864D01* +X159086088Y-69598484D01* +X159063286Y-69830000D01* +X158245592Y-69830000D01* +X150782875Y-62367284D01* +X150797152Y-62332817D01* +X150841000Y-62112379D01* +X150841000Y-61887621D01* +X150797152Y-61667183D01* +X150711141Y-61459534D01* +X150586273Y-61272655D01* +X150427345Y-61113727D01* +X150278786Y-61014463D01* +X150457832Y-60940300D01* +X150519627Y-60643079D01* +X149700000Y-59823453D01* +X148880373Y-60643079D01* +X148942168Y-60940300D01* +X149124689Y-61012142D01* +X148972655Y-61113727D01* +X148813727Y-61272655D01* +X148688859Y-61459534D01* +X148602848Y-61667183D01* +X148559000Y-61887621D01* +X148559000Y-62112379D01* +X148602848Y-62332817D01* +X148688859Y-62540466D01* +X148813727Y-62727345D01* +X148972655Y-62886273D01* +X149159534Y-63011141D01* +X149367183Y-63097152D01* +X149587621Y-63141000D01* +X149812379Y-63141000D01* +X150032817Y-63097152D01* +X150067284Y-63082875D01* +X163084628Y-76100220D01* +X163100473Y-76119527D01* +X163177521Y-76182759D01* +X163264177Y-76229078D01* +X163265425Y-76229745D01* +X163360807Y-76258678D01* +X163460000Y-76268448D01* +X163484854Y-76266000D01* +X165730409Y-76266000D01* +X165856945Y-76392536D01* +X165784136Y-76353619D01* +X165561516Y-76286088D01* +X165388016Y-76269000D01* +X165271984Y-76269000D01* +X165098484Y-76286088D01* +X164875864Y-76353619D01* +X164670697Y-76463283D01* +X164490866Y-76610866D01* +X164343283Y-76790697D01* +X164233619Y-76995864D01* +X164166088Y-77218484D01* +X164143286Y-77450000D01* +X164166088Y-77681516D01* +X164233619Y-77904136D01* +X164343283Y-78109303D01* +X164490866Y-78289134D01* +X164670697Y-78436717D01* +X164724326Y-78465382D01* +X158439785Y-84749924D01* +X158420473Y-84765773D01* +X158357241Y-84842821D01* +X158310255Y-84930726D01* +X158281322Y-85026108D01* +X158274000Y-85100447D01* +X158274000Y-85100454D01* +X158271553Y-85125300D01* +X158274000Y-85150146D01* +X158274001Y-87691340D01* +X158120697Y-87773283D01* +X157940866Y-87920866D01* +X157793283Y-88100697D01* +X157683619Y-88305864D01* +X157616088Y-88528484D01* +X157593286Y-88760000D01* +X157616088Y-88991516D01* +X157683619Y-89214136D01* +X157734018Y-89308427D01* +X157405095Y-88979504D01* +X157426714Y-88760000D01* +X157403912Y-88528484D01* +X157336381Y-88305864D01* +X157226717Y-88100697D01* +X157079134Y-87920866D01* +X156899303Y-87773283D01* +X156694136Y-87663619D01* +X156471516Y-87596088D01* +X156298016Y-87579000D01* +X156181984Y-87579000D01* +X156008484Y-87596088D01* +X155785864Y-87663619D01* +X155580697Y-87773283D01* +X155400866Y-87920866D01* +X155367900Y-87961035D01* +X155367900Y-78400745D01* +X155370347Y-78375899D01* +X155367900Y-78351053D01* +X155367900Y-78351046D01* +X155360578Y-78276707D01* +X155331645Y-78181325D01* +X155284659Y-78093421D01* +X155221427Y-78016373D01* +X155202120Y-78000528D01* +X147928606Y-70727015D01* +X147999134Y-70669134D01* +X148146717Y-70489303D01* +X148256381Y-70284136D01* +X148323912Y-70061516D01* +X148346714Y-69830000D01* +X148513286Y-69830000D01* +X148536088Y-70061516D01* +X148603619Y-70284136D01* +X148713283Y-70489303D01* +X148860866Y-70669134D01* +X149040697Y-70816717D01* +X149245864Y-70926381D01* +X149468484Y-70993912D01* +X149641984Y-71011000D01* +X149758016Y-71011000D01* +X149931516Y-70993912D01* +X150154136Y-70926381D01* +X150359303Y-70816717D01* +X150539134Y-70669134D01* +X150686717Y-70489303D01* +X150796381Y-70284136D01* +X150863912Y-70061516D01* +X150886714Y-69830000D01* +X151053286Y-69830000D01* +X151076088Y-70061516D01* +X151143619Y-70284136D01* +X151253283Y-70489303D01* +X151400866Y-70669134D01* +X151580697Y-70816717D01* +X151785864Y-70926381D01* +X152008484Y-70993912D01* +X152181984Y-71011000D01* +X152298016Y-71011000D01* +X152471516Y-70993912D01* +X152694136Y-70926381D01* +X152899303Y-70816717D01* +X153079134Y-70669134D01* +X153226717Y-70489303D01* +X153336381Y-70284136D01* +X153403912Y-70061516D01* +X153426714Y-69830000D01* +X153403912Y-69598484D01* +X153336381Y-69375864D01* +X153226717Y-69170697D01* +X153079134Y-68990866D01* +X152899303Y-68843283D01* +X152694136Y-68733619D01* +X152471516Y-68666088D01* +X152298016Y-68649000D01* +X152181984Y-68649000D01* +X152008484Y-68666088D01* +X151785864Y-68733619D01* +X151580697Y-68843283D01* +X151400866Y-68990866D01* +X151253283Y-69170697D01* +X151143619Y-69375864D01* +X151076088Y-69598484D01* +X151053286Y-69830000D01* +X150886714Y-69830000D01* +X150863912Y-69598484D01* +X150796381Y-69375864D01* +X150686717Y-69170697D01* +X150539134Y-68990866D01* +X150359303Y-68843283D01* +X150154136Y-68733619D01* +X149931516Y-68666088D01* +X149758016Y-68649000D01* +X149641984Y-68649000D01* +X149468484Y-68666088D01* +X149245864Y-68733619D01* +X149040697Y-68843283D01* +X148860866Y-68990866D01* +X148713283Y-69170697D01* +X148603619Y-69375864D01* +X148536088Y-69598484D01* +X148513286Y-69830000D01* +X148346714Y-69830000D01* +X148323912Y-69598484D01* +X148256381Y-69375864D01* +X148146717Y-69170697D01* +X147999134Y-68990866D01* +X147819303Y-68843283D01* +X147614136Y-68733619D01* +X147391516Y-68666088D01* +X147218016Y-68649000D01* +X147101984Y-68649000D01* +X146928484Y-68666088D01* +X146705864Y-68733619D01* +X146500697Y-68843283D01* +X146320866Y-68990866D01* +X146173283Y-69170697D01* +X146063619Y-69375864D01* +X145996088Y-69598484D01* +X145973286Y-69830000D01* +X145996088Y-70061516D01* +X146063619Y-70284136D01* +X146173283Y-70489303D01* +X146320866Y-70669134D01* +X146500697Y-70816717D01* +X146705864Y-70926381D01* +X146724113Y-70931917D01* +X146737242Y-70956479D01* +X146800474Y-71033527D01* +X146819781Y-71049372D01* +X151640465Y-75870056D01* +X151463135Y-75943502D01* +X151184159Y-76124008D01* +X150945759Y-76355471D01* +X150757095Y-76628996D01* +X150687041Y-76791303D01* +X150686717Y-76790697D01* +X150539134Y-76610866D01* +X150359303Y-76463283D01* +X150154136Y-76353619D01* +X149931516Y-76286088D01* +X149758016Y-76269000D01* +X149641984Y-76269000D01* +X149468484Y-76286088D01* +X149245864Y-76353619D01* +X149040697Y-76463283D01* +X148860866Y-76610866D01* +X148713283Y-76790697D01* +X148603619Y-76995864D01* +X148536088Y-77218484D01* +X148513286Y-77450000D01* +X148536088Y-77681516D01* +X148603619Y-77904136D01* +X148713283Y-78109303D01* +X148860866Y-78289134D01* +X149040697Y-78436717D01* +X149245864Y-78546381D01* +X149468484Y-78613912D01* +X149641984Y-78631000D01* +X149758016Y-78631000D01* +X149931516Y-78613912D01* +X150154136Y-78546381D01* +X150359303Y-78436717D01* +X150539134Y-78289134D01* +X150686717Y-78109303D01* +X150687041Y-78108697D01* +X150757095Y-78271004D01* +X150945759Y-78544529D01* +X151184159Y-78775992D01* +X151463135Y-78956498D01* +X151724073Y-79064572D01* +X151983000Y-78898630D01* +X151983000Y-77707000D01* +X151963000Y-77707000D01* +X151963000Y-77193000D01* +X151983000Y-77193000D01* +X151983000Y-77173000D01* +X152497000Y-77173000D01* +X152497000Y-77193000D01* +X152517000Y-77193000D01* +X152517000Y-77707000D01* +X152497000Y-77707000D01* +X152497000Y-78898630D01* +X152755927Y-79064572D01* +X153016865Y-78956498D01* +X153295841Y-78775992D01* +X153534241Y-78544529D01* +X153722905Y-78271004D01* +X153818931Y-78048523D01* +X154355900Y-78585492D01* +X154355901Y-87771464D01* +X154154136Y-87663619D01* +X153931516Y-87596088D01* +X153758016Y-87579000D01* +X153641984Y-87579000D01* +X153468484Y-87596088D01* +X153245864Y-87663619D01* +X153040697Y-87773283D01* +X152860866Y-87920866D01* +X152792100Y-88004658D01* +X152792100Y-86241845D01* +X152794547Y-86216999D01* +X152792100Y-86192153D01* +X152792100Y-86192146D01* +X152784778Y-86117807D01* +X152755845Y-86022425D01* +X152708859Y-85934521D01* +X152645627Y-85857473D01* +X152626320Y-85841628D01* +X146251300Y-79466609D01* +X146251300Y-78204367D01* +X146320866Y-78289134D01* +X146500697Y-78436717D01* +X146705864Y-78546381D01* +X146928484Y-78613912D01* +X147101984Y-78631000D01* +X147218016Y-78631000D01* +X147391516Y-78613912D01* +X147614136Y-78546381D01* +X147819303Y-78436717D01* +X147999134Y-78289134D01* +X148146717Y-78109303D01* +X148256381Y-77904136D01* +X148323912Y-77681516D01* +X148346714Y-77450000D01* +X148323912Y-77218484D01* +X148256381Y-76995864D01* +X148146717Y-76790697D01* +X147999134Y-76610866D01* +X147819303Y-76463283D01* +X147614136Y-76353619D01* +X147391516Y-76286088D01* +X147218016Y-76269000D01* +X147101984Y-76269000D01* +X146928484Y-76286088D01* +X146705864Y-76353619D01* +X146500697Y-76463283D01* +X146320866Y-76610866D01* +X146251300Y-76695633D01* +X146251300Y-72105454D01* +X146253748Y-72080600D01* +X146243978Y-71981407D01* +X146215045Y-71886025D01* +X146201439Y-71860571D01* +X146168059Y-71798121D01* +X146104827Y-71721073D01* +X146085520Y-71705228D01* +X145225674Y-70845382D01* +X145279303Y-70816717D01* +X145459134Y-70669134D01* +X145606717Y-70489303D01* +X145716381Y-70284136D01* +X145783912Y-70061516D01* +X145806714Y-69830000D01* +X145783912Y-69598484D01* +X145716381Y-69375864D01* +X145606717Y-69170697D01* +X145459134Y-68990866D01* +X145279303Y-68843283D01* +X145074136Y-68733619D01* +X144852043Y-68666248D01* +X146076992Y-67441300D01* +X146405146Y-67441300D01* +X146430000Y-67443748D01* +X146454854Y-67441300D01* +X146529193Y-67433978D01* +X146624575Y-67405045D01* +X146712479Y-67358059D01* +X146789527Y-67294827D01* +X146852759Y-67217779D01* +X146899745Y-67129875D01* +X146928678Y-67034493D01* +X146938448Y-66935300D01* +X146936000Y-66910446D01* +X146936000Y-66878659D01* +X147089303Y-66796717D01* +X147269134Y-66649134D01* +X147416717Y-66469303D01* +X147526381Y-66264136D01* +X147593912Y-66041516D01* +X147598226Y-65997718D01* +X147750728Y-66150220D01* +X147766573Y-66169527D01* +X147843621Y-66232759D01* +X147868064Y-66245824D01* +X147873619Y-66264136D01* +X147983283Y-66469303D01* +X148130866Y-66649134D01* +X148310697Y-66796717D01* +X148515864Y-66906381D01* +X148738484Y-66973912D01* +X148911984Y-66991000D01* +X149028016Y-66991000D01* +X149201516Y-66973912D01* +X149424136Y-66906381D01* +X149629303Y-66796717D01* +X149809134Y-66649134D01* +X149956717Y-66469303D01* +X150066381Y-66264136D01* +X150133912Y-66041516D01* +X150156714Y-65810000D01* +X150133912Y-65578484D01* +X150103875Y-65479467D01* +X160891565Y-76267157D01* +X159450000Y-76267157D01* +X159375311Y-76274513D01* +X159303492Y-76296299D01* +X159237304Y-76331678D01* +X159179289Y-76379289D01* +X159131678Y-76437304D01* +X159096299Y-76503492D01* +X159074513Y-76575311D01* +X159067157Y-76650000D01* +X159067157Y-78250000D01* +X159074513Y-78324689D01* +X159096299Y-78396508D01* +X159131678Y-78462696D01* +X159179289Y-78520711D01* +X159237304Y-78568322D01* +X159303492Y-78603701D01* +X159375311Y-78625487D01* +X159450000Y-78632843D01* +X161050000Y-78632843D01* +X161124689Y-78625487D01* +X161196508Y-78603701D01* +X161262696Y-78568322D01* +X161320711Y-78520711D01* +X161368322Y-78462696D01* +X161403701Y-78396508D01* +X161425487Y-78324689D01* +X161432843Y-78250000D01* +X161432843Y-76808435D01* +X161676548Y-77052140D01* +X161626088Y-77218484D01* +X161603286Y-77450000D01* +X161626088Y-77681516D01* +X161693619Y-77904136D01* +X161803283Y-78109303D01* +X161950866Y-78289134D01* +X162130697Y-78436717D01* +X162335864Y-78546381D01* +X162558484Y-78613912D01* +X162731984Y-78631000D01* +X162848016Y-78631000D01* +X163021516Y-78613912D01* +X163244136Y-78546381D01* +X163449303Y-78436717D01* +X163629134Y-78289134D01* +X163776717Y-78109303D01* +X163886381Y-77904136D01* +X163953912Y-77681516D01* +X163976714Y-77450000D01* +X163953912Y-77218484D01* +X163886381Y-76995864D01* +X163776717Y-76790697D01* +X163629134Y-76610866D01* +X163449303Y-76463283D01* +X163244136Y-76353619D01* +X163021516Y-76286088D01* +X162848016Y-76269000D01* +X162731984Y-76269000D01* +X162558484Y-76286088D01* +X162392140Y-76336548D01* +X149049176Y-62993585D01* +X149033327Y-62974273D01* +X148956279Y-62911041D01* +X148868375Y-62864055D01* +X148772993Y-62835122D01* +X148698654Y-62827800D01* +X148698646Y-62827800D01* +X148673800Y-62825353D01* +X148648954Y-62827800D01* +X147945818Y-62827800D01* +X148046273Y-62727345D01* +X148171141Y-62540466D01* +X148257152Y-62332817D01* +X148301000Y-62112379D01* +X148301000Y-61887621D01* +X148257152Y-61667183D01* +X148171141Y-61459534D01* +X148046273Y-61272655D01* +X147887345Y-61113727D01* +X147738786Y-61014463D01* +X147917832Y-60940300D01* +X147979627Y-60643079D01* +X147160000Y-59823453D01* +X146340373Y-60643079D01* +X146402168Y-60940300D01* +X146584689Y-61012142D01* +X146432655Y-61113727D01* +X146273727Y-61272655D01* +X146148859Y-61459534D01* +X146062848Y-61667183D01* +X146019000Y-61887621D01* +X146019000Y-62112379D01* +X146062848Y-62332817D01* +X146148859Y-62540466D01* +X146273727Y-62727345D01* +X146374182Y-62827800D01* +X145405818Y-62827800D01* +X145506273Y-62727345D01* +X145631141Y-62540466D01* +X145717152Y-62332817D01* +X145761000Y-62112379D01* +X145761000Y-61887621D01* +X145717152Y-61667183D01* +X145631141Y-61459534D01* +X145506273Y-61272655D01* +X145347345Y-61113727D01* +X145198786Y-61014463D01* +X145377832Y-60940300D01* +X145439627Y-60643079D01* +X144620000Y-59823453D01* +X143800373Y-60643079D01* +X143862168Y-60940300D01* +X144044689Y-61012142D01* +X143892655Y-61113727D01* +X143733727Y-61272655D01* +X143608859Y-61459534D01* +X143522848Y-61667183D01* +X143479000Y-61887621D01* +X143479000Y-62112379D01* +X143522848Y-62332817D01* +X143608859Y-62540466D01* +X143733727Y-62727345D01* +X143834182Y-62827800D01* +X142865818Y-62827800D01* +X142966273Y-62727345D01* +X143091141Y-62540466D01* +X143177152Y-62332817D01* +X143221000Y-62112379D01* +X143221000Y-61887621D01* +X143177152Y-61667183D01* +X143091141Y-61459534D01* +X142966273Y-61272655D01* +X142807345Y-61113727D01* +X142658786Y-61014463D01* +X142837832Y-60940300D01* +X142899627Y-60643079D01* +X142080000Y-59823453D01* +X141260373Y-60643079D01* +X141322168Y-60940300D01* +X141504689Y-61012142D01* +X141352655Y-61113727D01* +X141193727Y-61272655D01* +X141068859Y-61459534D01* +X140982848Y-61667183D01* +X140939000Y-61887621D01* +X140939000Y-62112379D01* +X140982848Y-62332817D01* +X141068859Y-62540466D01* +X141193727Y-62727345D01* +X141294182Y-62827800D01* +X141083392Y-62827800D01* +X140622875Y-62367284D01* +X140637152Y-62332817D01* +X140681000Y-62112379D01* +X140681000Y-61887621D01* +X140637152Y-61667183D01* +X140551141Y-61459534D01* +X140426273Y-61272655D01* +X140267345Y-61113727D01* +X140118786Y-61014463D01* +X140297832Y-60940300D01* +X140359627Y-60643079D01* +X139540000Y-59823453D01* +X138720373Y-60643079D01* +X138782168Y-60940300D01* +X138964689Y-61012142D01* +X138812655Y-61113727D01* +X138653727Y-61272655D01* +X138528859Y-61459534D01* +X138442848Y-61667183D01* +X138399000Y-61887621D01* +X138399000Y-62112379D01* +X138442848Y-62332817D01* +X138528859Y-62540466D01* +X138653727Y-62727345D01* +X138812655Y-62886273D01* +X138999534Y-63011141D01* +X139207183Y-63097152D01* +X139427621Y-63141000D01* +X139652379Y-63141000D01* +X139872817Y-63097152D01* +X139907284Y-63082875D01* +X140498428Y-63674020D01* +X140514273Y-63693327D01* +X140591321Y-63756559D01* +X140679225Y-63803545D01* +X140774607Y-63832478D01* +X140848946Y-63839800D01* +X140848953Y-63839800D01* +X140873799Y-63842247D01* +X140898645Y-63839800D01* +X148464209Y-63839800D01* +X149300534Y-64676125D01* +X149201516Y-64646088D01* +X149028016Y-64629000D01* +X148911984Y-64629000D01* +X148738484Y-64646088D01* +X148515864Y-64713619D01* +X148310697Y-64823283D01* +X148130866Y-64970866D01* +X148073031Y-65041339D01* +X147161476Y-64129785D01* +X147145627Y-64110473D01* +X147068579Y-64047241D01* +X146980675Y-64000255D01* +X146885293Y-63971322D01* +X146810954Y-63964000D01* +X146810946Y-63964000D01* +X146786100Y-63961553D01* +X146761254Y-63964000D01* +X139679592Y-63964000D01* +X138082875Y-62367284D01* +X138097152Y-62332817D01* +X138141000Y-62112379D01* +X138141000Y-61887621D01* +X138097152Y-61667183D01* +X138011141Y-61459534D01* +X137886273Y-61272655D01* +X137727345Y-61113727D01* +X137578786Y-61014463D01* +X137757832Y-60940300D01* +X137819627Y-60643079D01* +X137000000Y-59823453D01* +X136180373Y-60643079D01* +X136242168Y-60940300D01* +X136424689Y-61012142D01* +X136272655Y-61113727D01* +X136113727Y-61272655D01* +X135988859Y-61459534D01* +X135902848Y-61667183D01* +X135859000Y-61887621D01* +X135859000Y-62112379D01* +X135902848Y-62332817D01* +X135988859Y-62540466D01* +X136113727Y-62727345D01* +X136272655Y-62886273D01* +X136459534Y-63011141D01* +X136667183Y-63097152D01* +X136887621Y-63141000D01* +X137112379Y-63141000D01* +X137332817Y-63097152D01* +X137367284Y-63082875D01* +X138918367Y-64633959D01* +X138868016Y-64629000D01* +X138751984Y-64629000D01* +X138578484Y-64646088D01* +X138355864Y-64713619D01* +X138150697Y-64823283D01* +X137970866Y-64970866D01* +X137823283Y-65150697D01* +X137713619Y-65355864D01* +X137646088Y-65578484D01* +X137623286Y-65810000D01* +X137646088Y-66041516D01* +X137713619Y-66264136D01* +X137823283Y-66469303D01* +X137901489Y-66564598D01* +X137887873Y-66575773D01* +X137872028Y-66595080D01* +X134707785Y-69759324D01* +X134688473Y-69775173D01* +X134625241Y-69852221D01* +X134578255Y-69940126D01* +X134549322Y-70035508D01* +X134542000Y-70109847D01* +X134542000Y-70109854D01* +X134539553Y-70134700D01* +X134542000Y-70159546D01* +X134542001Y-91247298D01* +X134441358Y-91347941D01* +X134355887Y-91475858D01* +X134297013Y-91617991D01* +X134267000Y-91768878D01* +X134267000Y-91922722D01* +X134297013Y-92073609D01* +X134355887Y-92215742D01* +X134441358Y-92343659D01* +X134550141Y-92452442D01* +X134678058Y-92537913D01* +X134820191Y-92596787D01* +X134971078Y-92626800D01* +X135124922Y-92626800D01* +X135275809Y-92596787D01* +X135417942Y-92537913D01* +X135439199Y-92523710D01* +X135351109Y-92611800D01* +X135208778Y-92611800D01* +X135057891Y-92641813D01* +X134915758Y-92700687D01* +X134787841Y-92786158D01* +X134679058Y-92894941D01* +X134593587Y-93022858D01* +X134534713Y-93164991D01* +X134504700Y-93315878D01* +X134504700Y-93469722D01* +X134534713Y-93620609D01* +X134593587Y-93762742D01* +X134679058Y-93890659D01* +X134787841Y-93999442D01* +X134915758Y-94084913D01* +X135057891Y-94143787D01* +X135208778Y-94173800D01* +X135362622Y-94173800D01* +X135513509Y-94143787D01* +X135655642Y-94084913D01* +X135783559Y-93999442D01* +X135892342Y-93890659D01* +X135977813Y-93762742D01* +X136036687Y-93620609D01* +X136066700Y-93469722D01* +X136066700Y-93327391D01* +X136856920Y-92537172D01* +X136876227Y-92521327D01* +X136939459Y-92444279D01* +X136986445Y-92356375D01* +X137015378Y-92260993D01* +X137020969Y-92204227D01* +X137025148Y-92161800D01* +X137022700Y-92136946D01* +X137022700Y-89420238D01* +X137106591Y-89454987D01* +X137257478Y-89485000D01* +X137285690Y-89485000D01* +X137283553Y-89506700D01* +X137293322Y-89605892D01* +X137322255Y-89701274D01* +X137332494Y-89720429D01* +X137369242Y-89789179D01* +X137432474Y-89866227D01* +X137451781Y-89882072D01* +X150554326Y-102984618D01* +X150500697Y-103013283D01* +X150320866Y-103160866D01* +X150173283Y-103340697D01* +X150063619Y-103545864D01* +X149996088Y-103768484D01* +X149973286Y-104000000D01* +X149996088Y-104231516D01* +X150063619Y-104454136D01* +X150173283Y-104659303D01* +X150320866Y-104839134D01* +X150500697Y-104986717D01* +X150705864Y-105096381D01* +X150928484Y-105163912D01* +X151101984Y-105181000D01* +X151218016Y-105181000D01* +X151391516Y-105163912D01* +X151614136Y-105096381D01* +X151780100Y-105007671D01* +X151780100Y-107919008D01* +X144819781Y-114879328D01* +X144800474Y-114895173D01* +X144737242Y-114972221D01* +X144712127Y-115019208D01* +X144690255Y-115060126D01* +X144661322Y-115155508D01* +X144651553Y-115254700D01* +X144654001Y-115279553D01* +X144654001Y-115311340D01* +X144500697Y-115393283D01* +X144396000Y-115479205D01* +X144396000Y-105500154D01* +X144398448Y-105475300D01* +X144388678Y-105376107D01* +X144359745Y-105280725D01* +X144353452Y-105268952D01* +X144312759Y-105192821D01* +X144249527Y-105115773D01* +X144230220Y-105099928D01* +X144145674Y-105015382D01* +X144199303Y-104986717D01* +X144379134Y-104839134D01* +X144526717Y-104659303D01* +X144636381Y-104454136D01* +X144703912Y-104231516D01* +X144726714Y-104000000D01* +X144703912Y-103768484D01* +X144636381Y-103545864D01* +X144548046Y-103380600D01* +X145071954Y-103380600D01* +X144983619Y-103545864D01* +X144916088Y-103768484D01* +X144893286Y-104000000D01* +X144916088Y-104231516D01* +X144983619Y-104454136D01* +X145093283Y-104659303D01* +X145240866Y-104839134D01* +X145420697Y-104986717D01* +X145625864Y-105096381D01* +X145848484Y-105163912D01* +X146021984Y-105181000D01* +X146138016Y-105181000D01* +X146311516Y-105163912D01* +X146534136Y-105096381D01* +X146739303Y-104986717D01* +X146919134Y-104839134D01* +X147066717Y-104659303D01* +X147176381Y-104454136D01* +X147191146Y-104405463D01* +X147212221Y-104422759D01* +X147300125Y-104469745D01* +X147395507Y-104498678D01* +X147494700Y-104508448D01* +X147519554Y-104506000D01* +X147551341Y-104506000D01* +X147633283Y-104659303D01* +X147780866Y-104839134D01* +X147960697Y-104986717D01* +X148165864Y-105096381D01* +X148388484Y-105163912D01* +X148561984Y-105181000D01* +X148678016Y-105181000D01* +X148851516Y-105163912D01* +X149074136Y-105096381D01* +X149279303Y-104986717D01* +X149459134Y-104839134D01* +X149606717Y-104659303D01* +X149716381Y-104454136D01* +X149783912Y-104231516D01* +X149806714Y-104000000D01* +X149783912Y-103768484D01* +X149716381Y-103545864D01* +X149606717Y-103340697D01* +X149459134Y-103160866D01* +X149279303Y-103013283D01* +X149074136Y-102903619D01* +X148851516Y-102836088D01* +X148678016Y-102819000D01* +X148561984Y-102819000D01* +X148388484Y-102836088D01* +X148165864Y-102903619D01* +X147960697Y-103013283D01* +X147780866Y-103160866D01* +X147722986Y-103231394D01* +X147025976Y-102534385D01* +X147010127Y-102515073D01* +X146933079Y-102451841D01* +X146845175Y-102404855D01* +X146749793Y-102375922D01* +X146675454Y-102368600D01* +X146675446Y-102368600D01* +X146650600Y-102366153D01* +X146625754Y-102368600D01* +X140016754Y-102368600D01* +X139991900Y-102366152D01* +X139967046Y-102368600D01* +X139892707Y-102375922D01* +X139797325Y-102404855D01* +X139709421Y-102451841D01* +X139632373Y-102515073D01* +X139616528Y-102534380D01* +X136074485Y-106076424D01* +X136055173Y-106092273D01* +X135991941Y-106169321D01* +X135944955Y-106257226D01* +X135916022Y-106352608D01* +X135908700Y-106426947D01* +X135908700Y-106426954D01* +X135906253Y-106451800D01* +X135908700Y-106476646D01* +X135908701Y-115625633D01* +X135839134Y-115540866D01* +X135659303Y-115393283D01* +X135454136Y-115283619D01* +X135231516Y-115216088D01* +X135058016Y-115199000D01* +X134941984Y-115199000D01* +X134768484Y-115216088D01* +X134545864Y-115283619D01* +X134340697Y-115393283D01* +X134160866Y-115540866D01* +X134013283Y-115720697D01* +X133903619Y-115925864D01* +X133836088Y-116148484D01* +X133813286Y-116380000D01* +X133836088Y-116611516D01* +X133903619Y-116834136D01* +X134013283Y-117039303D01* +X134160866Y-117219134D01* +X134340697Y-117366717D01* +X134545864Y-117476381D01* +X134768484Y-117543912D01* +X134941984Y-117561000D01* +X135058016Y-117561000D01* +X135231516Y-117543912D01* +X135454136Y-117476381D01* +X135659303Y-117366717D01* +X135839134Y-117219134D01* +X135908701Y-117134366D01* +X135908701Y-121724544D01* +X135906253Y-121749400D01* +X135916022Y-121848592D01* +X135944955Y-121943974D01* +X135955075Y-121962907D01* +X135991942Y-122031879D01* +X136055174Y-122108927D01* +X136074480Y-122124771D01* +X136934326Y-122984618D01* +X136880697Y-123013283D01* +X136700866Y-123160866D01* +X136553283Y-123340697D01* +X136443619Y-123545864D01* +X136376088Y-123768484D01* +X136353286Y-124000000D01* +X136376088Y-124231516D01* +X136443619Y-124454136D01* +X136553283Y-124659303D01* +X136700866Y-124839134D01* +X136880697Y-124986717D01* +X137034001Y-125068660D01* +X137034001Y-125100444D01* +X137031553Y-125125300D01* +X137041322Y-125224492D01* +X137070255Y-125319874D01* +X137092127Y-125360792D01* +X137117242Y-125407779D01* +X137180474Y-125484827D01* +X137199779Y-125500670D01* +X140704000Y-129004892D01* +X140704000Y-129806465D01* +X139176000Y-129805675D01* +X139176000Y-128820154D01* +X139178448Y-128795300D01* +X139168678Y-128696107D01* +X139139745Y-128600725D01* +X139117898Y-128559853D01* +X139092759Y-128512821D01* +X139029527Y-128435773D01* +X139010220Y-128419928D01* +X135773134Y-125182843D01* +X135800000Y-125182843D01* +X135874689Y-125175487D01* +X135946508Y-125153701D01* +X136012696Y-125118322D01* +X136070711Y-125070711D01* +X136118322Y-125012696D01* +X136153701Y-124946508D01* +X136175487Y-124874689D01* +X136182843Y-124800000D01* +X136182843Y-123200000D01* +X136175487Y-123125311D01* +X136153701Y-123053492D01* +X136118322Y-122987304D01* +X136070711Y-122929289D01* +X136012696Y-122881678D01* +X135946508Y-122846299D01* +X135874689Y-122824513D01* +X135800000Y-122817157D01* +X134200000Y-122817157D01* +X134125311Y-122824513D01* +X134053492Y-122846299D01* +X133987304Y-122881678D01* +X133929289Y-122929289D01* +X133881678Y-122987304D01* +X133846299Y-123053492D01* +X133824513Y-123125311D01* +X133817157Y-123200000D01* +X133817157Y-124800000D01* +X133824513Y-124874689D01* +X133846299Y-124946508D01* +X133881678Y-125012696D01* +X133929289Y-125070711D01* +X133987304Y-125118322D01* +X134053492Y-125153701D01* +X134125311Y-125175487D01* +X134200000Y-125182843D01* +X134497220Y-125182843D01* +X134501322Y-125224492D01* +X134530255Y-125319874D01* +X134552127Y-125360792D01* +X134577242Y-125407779D01* +X134640474Y-125484827D01* +X134659779Y-125500670D01* +X138164000Y-129004892D01* +X138164000Y-129805152D01* +X134000066Y-129803000D01* +X133975288Y-129805427D01* +X133951460Y-129812642D01* +X133929497Y-129824367D01* +X133910244Y-129840151D01* +X133894440Y-129859388D01* +X133882692Y-129881339D01* +X133875453Y-129905159D01* +X133873000Y-129930000D01* +X133873000Y-134594000D01* +X100426965Y-134594000D01* +X100425089Y-125726500D01* +X111146857Y-125726500D01* +X111146857Y-133238500D01* +X122373143Y-133238500D01* +X122373143Y-125726500D01* +X111146857Y-125726500D01* +X100425089Y-125726500D01* +X100422702Y-114441951D01* +X129441502Y-114441951D01* +X129508264Y-114743203D01* +X129818496Y-114866636D01* +X130146848Y-114927174D01* +X130480701Y-114922491D01* +X130807225Y-114852767D01* +X131071736Y-114743203D01* +X131138498Y-114441951D01* +X130290000Y-113593453D01* +X129441502Y-114441951D01* +X100422702Y-114441951D01* +X100422415Y-113086848D01* +X128592826Y-113086848D01* +X128597509Y-113420701D01* +X128667233Y-113747225D01* +X128776797Y-114011736D01* +X129078049Y-114078498D01* +X129926547Y-113230000D01* +X130653453Y-113230000D01* +X131501951Y-114078498D01* +X131803203Y-114011736D01* +X131836330Y-113928475D01* +X131872658Y-113982843D01* +X132037157Y-114147342D01* +X132230587Y-114276588D01* +X132445515Y-114365614D01* +X132673682Y-114411000D01* +X132906318Y-114411000D01* +X133134485Y-114365614D01* +X133349413Y-114276588D01* +X133542843Y-114147342D01* +X133707342Y-113982843D01* +X133836588Y-113789413D01* +X133925614Y-113574485D01* +X133971000Y-113346318D01* +X133971000Y-113113682D01* +X133925614Y-112885515D01* +X133836588Y-112670587D01* +X133707342Y-112477157D01* +X133542843Y-112312658D01* +X133349413Y-112183412D01* +X133134485Y-112094386D01* +X132906318Y-112049000D01* +X132673682Y-112049000D01* +X132445515Y-112094386D01* +X132230587Y-112183412D01* +X132037157Y-112312658D01* +X131872658Y-112477157D01* +X131837170Y-112530268D01* +X131803203Y-112448264D01* +X131501951Y-112381502D01* +X130653453Y-113230000D01* +X129926547Y-113230000D01* +X129078049Y-112381502D01* +X128776797Y-112448264D01* +X128653364Y-112758496D01* +X128592826Y-113086848D01* +X100422415Y-113086848D01* +X100422189Y-112018049D01* +X129441502Y-112018049D01* +X130290000Y-112866547D01* +X131138498Y-112018049D01* +X131071736Y-111716797D01* +X130761504Y-111593364D01* +X130433152Y-111532826D01* +X130099299Y-111537509D01* +X129772775Y-111607233D01* +X129508264Y-111716797D01* +X129441502Y-112018049D01* +X100422189Y-112018049D01* +X100421381Y-108200000D01* +X112617157Y-108200000D01* +X112617157Y-109800000D01* +X112624513Y-109874689D01* +X112646299Y-109946508D01* +X112681678Y-110012696D01* +X112729289Y-110070711D01* +X112787304Y-110118322D01* +X112853492Y-110153701D01* +X112925311Y-110175487D01* +X113000000Y-110182843D01* +X114600000Y-110182843D01* +X114674689Y-110175487D01* +X114746508Y-110153701D01* +X114812696Y-110118322D01* +X114870711Y-110070711D01* +X114918322Y-110012696D01* +X114953701Y-109946508D01* +X114975487Y-109874689D01* +X114982843Y-109800000D01* +X114982843Y-109000000D01* +X115153286Y-109000000D01* +X115176088Y-109231516D01* +X115243619Y-109454136D01* +X115353283Y-109659303D01* +X115500866Y-109839134D01* +X115680697Y-109986717D01* +X115885864Y-110096381D01* +X116108484Y-110163912D01* +X116281984Y-110181000D01* +X116398016Y-110181000D01* +X116571516Y-110163912D01* +X116794136Y-110096381D01* +X116999303Y-109986717D01* +X117179134Y-109839134D01* +X117326717Y-109659303D01* +X117436381Y-109454136D01* +X117503912Y-109231516D01* +X117526714Y-109000000D01* +X117693286Y-109000000D01* +X117716088Y-109231516D01* +X117783619Y-109454136D01* +X117893283Y-109659303D01* +X118040866Y-109839134D01* +X118220697Y-109986717D01* +X118425864Y-110096381D01* +X118648484Y-110163912D01* +X118821984Y-110181000D01* +X118938016Y-110181000D01* +X119111516Y-110163912D01* +X119334136Y-110096381D01* +X119539303Y-109986717D01* +X119719134Y-109839134D01* +X119866717Y-109659303D01* +X119976381Y-109454136D01* +X120043912Y-109231516D01* +X120066714Y-109000000D01* +X120233286Y-109000000D01* +X120256088Y-109231516D01* +X120323619Y-109454136D01* +X120433283Y-109659303D01* +X120580866Y-109839134D01* +X120760697Y-109986717D01* +X120965864Y-110096381D01* +X121188484Y-110163912D01* +X121361984Y-110181000D01* +X121478016Y-110181000D01* +X121651516Y-110163912D01* +X121874136Y-110096381D01* +X122079303Y-109986717D01* +X122259134Y-109839134D01* +X122406717Y-109659303D01* +X122516381Y-109454136D01* +X122583912Y-109231516D01* +X122606714Y-109000000D01* +X122773286Y-109000000D01* +X122796088Y-109231516D01* +X122863619Y-109454136D01* +X122973283Y-109659303D01* +X123120866Y-109839134D01* +X123300697Y-109986717D01* +X123505864Y-110096381D01* +X123728484Y-110163912D01* +X123901984Y-110181000D01* +X124018016Y-110181000D01* +X124191516Y-110163912D01* +X124414136Y-110096381D01* +X124619303Y-109986717D01* +X124799134Y-109839134D01* +X124946717Y-109659303D01* +X125056381Y-109454136D01* +X125123912Y-109231516D01* +X125146714Y-109000000D01* +X125123912Y-108768484D01* +X125056381Y-108545864D01* +X124946717Y-108340697D01* +X124799134Y-108160866D01* +X124619303Y-108013283D01* +X124414136Y-107903619D01* +X124191516Y-107836088D01* +X124018016Y-107819000D01* +X123901984Y-107819000D01* +X123728484Y-107836088D01* +X123505864Y-107903619D01* +X123300697Y-108013283D01* +X123120866Y-108160866D01* +X122973283Y-108340697D01* +X122863619Y-108545864D01* +X122796088Y-108768484D01* +X122773286Y-109000000D01* +X122606714Y-109000000D01* +X122583912Y-108768484D01* +X122516381Y-108545864D01* +X122406717Y-108340697D01* +X122259134Y-108160866D01* +X122079303Y-108013283D01* +X121874136Y-107903619D01* +X121651516Y-107836088D01* +X121478016Y-107819000D01* +X121361984Y-107819000D01* +X121188484Y-107836088D01* +X120965864Y-107903619D01* +X120760697Y-108013283D01* +X120580866Y-108160866D01* +X120433283Y-108340697D01* +X120323619Y-108545864D01* +X120256088Y-108768484D01* +X120233286Y-109000000D01* +X120066714Y-109000000D01* +X120043912Y-108768484D01* +X119976381Y-108545864D01* +X119866717Y-108340697D01* +X119719134Y-108160866D01* +X119539303Y-108013283D01* +X119334136Y-107903619D01* +X119111516Y-107836088D01* +X118938016Y-107819000D01* +X118821984Y-107819000D01* +X118648484Y-107836088D01* +X118425864Y-107903619D01* +X118220697Y-108013283D01* +X118040866Y-108160866D01* +X117893283Y-108340697D01* +X117783619Y-108545864D01* +X117716088Y-108768484D01* +X117693286Y-109000000D01* +X117526714Y-109000000D01* +X117503912Y-108768484D01* +X117436381Y-108545864D01* +X117326717Y-108340697D01* +X117179134Y-108160866D01* +X116999303Y-108013283D01* +X116794136Y-107903619D01* +X116571516Y-107836088D01* +X116398016Y-107819000D01* +X116281984Y-107819000D01* +X116108484Y-107836088D01* +X115885864Y-107903619D01* +X115680697Y-108013283D01* +X115500866Y-108160866D01* +X115353283Y-108340697D01* +X115243619Y-108545864D01* +X115176088Y-108768484D01* +X115153286Y-109000000D01* +X114982843Y-109000000D01* +X114982843Y-108200000D01* +X114975487Y-108125311D01* +X114953701Y-108053492D01* +X114918322Y-107987304D01* +X114870711Y-107929289D01* +X114812696Y-107881678D01* +X114746508Y-107846299D01* +X114674689Y-107824513D01* +X114600000Y-107817157D01* +X113000000Y-107817157D01* +X112925311Y-107824513D01* +X112853492Y-107846299D01* +X112787304Y-107881678D01* +X112729289Y-107929289D01* +X112681678Y-107987304D01* +X112646299Y-108053492D01* +X112624513Y-108125311D01* +X112617157Y-108200000D01* +X100421381Y-108200000D01* +X100420496Y-104022078D01* +X112609700Y-104022078D01* +X112609700Y-104175922D01* +X112639713Y-104326809D01* +X112698587Y-104468942D01* +X112784058Y-104596859D01* +X112892841Y-104705642D01* +X113020758Y-104791113D01* +X113162891Y-104849987D01* +X113313778Y-104880000D01* +X113467622Y-104880000D01* +X113618509Y-104849987D01* +X113760642Y-104791113D01* +X113888559Y-104705642D01* +X113997342Y-104596859D01* +X114078498Y-104475400D01* +X115111620Y-104475400D01* +X115083300Y-104617778D01* +X115083300Y-104771622D01* +X115113313Y-104922509D01* +X115172187Y-105064642D01* +X115257658Y-105192559D01* +X115366441Y-105301342D01* +X115494358Y-105386813D01* +X115636491Y-105445687D01* +X115787378Y-105475700D01* +X115941222Y-105475700D01* +X116092109Y-105445687D01* +X116234242Y-105386813D01* +X116362159Y-105301342D01* +X116462801Y-105200700D01* +X121865109Y-105200700D01* +X125358619Y-108694210D01* +X125336088Y-108768484D01* +X125313286Y-109000000D01* +X125336088Y-109231516D01* +X125403619Y-109454136D01* +X125513283Y-109659303D01* +X125660866Y-109839134D01* +X125840697Y-109986717D01* +X126045864Y-110096381D01* +X126268484Y-110163912D01* +X126441984Y-110181000D01* +X126558016Y-110181000D01* +X126731516Y-110163912D01* +X126954136Y-110096381D01* +X127159303Y-109986717D01* +X127339134Y-109839134D01* +X127486717Y-109659303D01* +X127487041Y-109658697D01* +X127557095Y-109821004D01* +X127745759Y-110094529D01* +X127984159Y-110325992D01* +X128263135Y-110506498D01* +X128524073Y-110614572D01* +X128783000Y-110448630D01* +X128783000Y-109257000D01* +X129297000Y-109257000D01* +X129297000Y-110448630D01* +X129555927Y-110614572D01* +X129816865Y-110506498D01* +X130095841Y-110325992D01* +X130334241Y-110094529D01* +X130522905Y-109821004D01* +X130654581Y-109515928D01* +X130491662Y-109257000D01* +X129297000Y-109257000D01* +X128783000Y-109257000D01* +X128763000Y-109257000D01* +X128763000Y-108743000D01* +X128783000Y-108743000D01* +X128783000Y-107551370D01* +X129297000Y-107551370D01* +X129297000Y-108743000D01* +X130491662Y-108743000D01* +X130654581Y-108484072D01* +X130522905Y-108178996D01* +X130334241Y-107905471D01* +X130095841Y-107674008D01* +X129816865Y-107493502D01* +X129555927Y-107385428D01* +X129297000Y-107551370D01* +X128783000Y-107551370D01* +X128524073Y-107385428D01* +X128263135Y-107493502D01* +X127984159Y-107674008D01* +X127745759Y-107905471D01* +X127557095Y-108178996D01* +X127487041Y-108341303D01* +X127486717Y-108340697D01* +X127339134Y-108160866D01* +X127159303Y-108013283D01* +X126954136Y-107903619D01* +X126731516Y-107836088D01* +X126558016Y-107819000D01* +X126441984Y-107819000D01* +X126268484Y-107836088D01* +X126045864Y-107903619D01* +X126015461Y-107919870D01* +X122450076Y-104354485D01* +X122434227Y-104335173D01* +X122357179Y-104271941D01* +X122269275Y-104224955D01* +X122173893Y-104196022D01* +X122099554Y-104188700D01* +X122099546Y-104188700D01* +X122074700Y-104186253D01* +X122049854Y-104188700D01* +X121022991Y-104188700D01* +X123063031Y-102148661D01* +X123120866Y-102219134D01* +X123300697Y-102366717D01* +X123505864Y-102476381D01* +X123728484Y-102543912D01* +X123901984Y-102561000D01* +X124018016Y-102561000D01* +X124191516Y-102543912D01* +X124414136Y-102476381D01* +X124619303Y-102366717D01* +X124799134Y-102219134D01* +X124946717Y-102039303D01* +X125056381Y-101834136D01* +X125123912Y-101611516D01* +X125146714Y-101380000D01* +X125313286Y-101380000D01* +X125336088Y-101611516D01* +X125403619Y-101834136D01* +X125513283Y-102039303D01* +X125660866Y-102219134D01* +X125840697Y-102366717D01* +X126045864Y-102476381D01* +X126268484Y-102543912D01* +X126441984Y-102561000D01* +X126558016Y-102561000D01* +X126731516Y-102543912D01* +X126954136Y-102476381D01* +X127159303Y-102366717D01* +X127339134Y-102219134D01* +X127486717Y-102039303D01* +X127596381Y-101834136D01* +X127663912Y-101611516D01* +X127686714Y-101380000D01* +X127663912Y-101148484D01* +X127596381Y-100925864D01* +X127486717Y-100720697D01* +X127339134Y-100540866D01* +X127159303Y-100393283D01* +X126954136Y-100283619D01* +X126731516Y-100216088D01* +X126558016Y-100199000D01* +X126441984Y-100199000D01* +X126268484Y-100216088D01* +X126045864Y-100283619D01* +X125840697Y-100393283D01* +X125660866Y-100540866D01* +X125513283Y-100720697D01* +X125403619Y-100925864D01* +X125336088Y-101148484D01* +X125313286Y-101380000D01* +X125146714Y-101380000D01* +X125123912Y-101148484D01* +X125056381Y-100925864D01* +X124946717Y-100720697D01* +X124799134Y-100540866D01* +X124619303Y-100393283D01* +X124414136Y-100283619D01* +X124191516Y-100216088D01* +X124018016Y-100199000D01* +X123901984Y-100199000D01* +X123728484Y-100216088D01* +X123505864Y-100283619D01* +X123300697Y-100393283D01* +X123120866Y-100540866D01* +X122973283Y-100720697D01* +X122891341Y-100874000D01* +X122859554Y-100874000D01* +X122834700Y-100871552D01* +X122809846Y-100874000D01* +X122735507Y-100881322D01* +X122640125Y-100910255D01* +X122552221Y-100957241D01* +X122531146Y-100974537D01* +X122516381Y-100925864D01* +X122406717Y-100720697D01* +X122259134Y-100540866D01* +X122079303Y-100393283D01* +X121874136Y-100283619D01* +X121651516Y-100216088D01* +X121478016Y-100199000D01* +X121361984Y-100199000D01* +X121188484Y-100216088D01* +X120965864Y-100283619D01* +X120760697Y-100393283D01* +X120580866Y-100540866D01* +X120433283Y-100720697D01* +X120323619Y-100925864D01* +X120256088Y-101148484D01* +X120233286Y-101380000D01* +X120256088Y-101611516D01* +X120323619Y-101834136D01* +X120433283Y-102039303D01* +X120580866Y-102219134D01* +X120760697Y-102366717D01* +X120965864Y-102476381D01* +X121188484Y-102543912D01* +X121232283Y-102548226D01* +X120317109Y-103463400D01* +X113845220Y-103463400D01* +X113760642Y-103406887D01* +X113618509Y-103348013D01* +X113467622Y-103318000D01* +X113313778Y-103318000D01* +X113162891Y-103348013D01* +X113020758Y-103406887D01* +X112892841Y-103492358D01* +X112784058Y-103601141D01* +X112698587Y-103729058D01* +X112639713Y-103871191D01* +X112609700Y-104022078D01* +X100420496Y-104022078D01* +X100413114Y-69141951D01* +X107191502Y-69141951D01* +X107258264Y-69443203D01* +X107568496Y-69566636D01* +X107755362Y-69601088D01* +X107670573Y-69685877D01* +X107640532Y-69710531D01* +X107562883Y-69805146D01* +X107542135Y-69830428D01* +X107469018Y-69967218D01* +X107423995Y-70115643D01* +X107408792Y-70270000D01* +X107412601Y-70308673D01* +X107412600Y-99151337D01* +X107408792Y-99190000D01* +X107412600Y-99228663D01* +X107412600Y-99228672D01* +X107423994Y-99344356D01* +X107469018Y-99492782D01* +X107542134Y-99629571D01* +X107640531Y-99749469D01* +X107670578Y-99774128D01* +X109825877Y-101929428D01* +X109850531Y-101959469D01* +X109880570Y-101984121D01* +X109970427Y-102057866D01* +X110069800Y-102110982D01* +X110107217Y-102130982D01* +X110255643Y-102176006D01* +X110371327Y-102187400D01* +X110371337Y-102187400D01* +X110410000Y-102191208D01* +X110448663Y-102187400D01* +X112610337Y-102187400D01* +X112649000Y-102191208D01* +X112687663Y-102187400D01* +X112687673Y-102187400D01* +X112803357Y-102176006D01* +X112831728Y-102167400D01* +X112918409Y-102167400D01* +X112960866Y-102219134D01* +X113140697Y-102366717D01* +X113345864Y-102476381D01* +X113568484Y-102543912D01* +X113741984Y-102561000D01* +X113858016Y-102561000D01* +X114031516Y-102543912D01* +X114254136Y-102476381D01* +X114459303Y-102366717D01* +X114639134Y-102219134D01* +X114786717Y-102039303D01* +X114896381Y-101834136D01* +X114963912Y-101611516D01* +X114986714Y-101380000D01* +X114980154Y-101313396D01* +X115189596Y-101103955D01* +X115176088Y-101148484D01* +X115153286Y-101380000D01* +X115176088Y-101611516D01* +X115243619Y-101834136D01* +X115353283Y-102039303D01* +X115500866Y-102219134D01* +X115680697Y-102366717D01* +X115885864Y-102476381D01* +X116108484Y-102543912D01* +X116281984Y-102561000D01* +X116398016Y-102561000D01* +X116571516Y-102543912D01* +X116794136Y-102476381D01* +X116999303Y-102366717D01* +X117179134Y-102219134D01* +X117326717Y-102039303D01* +X117436381Y-101834136D01* +X117503912Y-101611516D01* +X117526714Y-101380000D01* +X117693286Y-101380000D01* +X117716088Y-101611516D01* +X117783619Y-101834136D01* +X117893283Y-102039303D01* +X118040866Y-102219134D01* +X118220697Y-102366717D01* +X118425864Y-102476381D01* +X118648484Y-102543912D01* +X118821984Y-102561000D01* +X118938016Y-102561000D01* +X119111516Y-102543912D01* +X119334136Y-102476381D01* +X119539303Y-102366717D01* +X119719134Y-102219134D01* +X119866717Y-102039303D01* +X119976381Y-101834136D01* +X120043912Y-101611516D01* +X120066714Y-101380000D01* +X120043912Y-101148484D01* +X119976381Y-100925864D01* +X119866717Y-100720697D01* +X119719134Y-100540866D01* +X119539303Y-100393283D01* +X119334136Y-100283619D01* +X119111516Y-100216088D01* +X118938016Y-100199000D01* +X118821984Y-100199000D01* +X118648484Y-100216088D01* +X118425864Y-100283619D01* +X118220697Y-100393283D01* +X118040866Y-100540866D01* +X117893283Y-100720697D01* +X117783619Y-100925864D01* +X117716088Y-101148484D01* +X117693286Y-101380000D01* +X117526714Y-101380000D01* +X117503912Y-101148484D01* +X117436381Y-100925864D01* +X117326717Y-100720697D01* +X117179134Y-100540866D01* +X116999303Y-100393283D01* +X116794136Y-100283619D01* +X116571516Y-100216088D01* +X116398016Y-100199000D01* +X116281984Y-100199000D01* +X116108484Y-100216088D01* +X116063955Y-100229596D01* +X118296152Y-97997400D01* +X126297215Y-97997400D01* +X126427157Y-98127342D01* +X126620587Y-98256588D01* +X126835515Y-98345614D01* +X127063682Y-98391000D01* +X127296318Y-98391000D01* +X127524485Y-98345614D01* +X127739413Y-98256588D01* +X127799401Y-98216506D01* +X127799401Y-99495244D01* +X127796953Y-99520100D01* +X127806722Y-99619292D01* +X127835655Y-99714674D01* +X127848909Y-99739469D01* +X127882642Y-99802579D01* +X127945874Y-99879627D01* +X127965180Y-99895471D01* +X128434326Y-100364618D01* +X128380697Y-100393283D01* +X128200866Y-100540866D01* +X128053283Y-100720697D01* +X127943619Y-100925864D01* +X127876088Y-101148484D01* +X127853286Y-101380000D01* +X127876088Y-101611516D01* +X127943619Y-101834136D01* +X128053283Y-102039303D01* +X128200866Y-102219134D01* +X128380697Y-102366717D01* +X128585864Y-102476381D01* +X128808484Y-102543912D01* +X128981984Y-102561000D01* +X129098016Y-102561000D01* +X129271516Y-102543912D01* +X129494136Y-102476381D01* +X129699303Y-102366717D01* +X129879134Y-102219134D01* +X130026717Y-102039303D01* +X130136381Y-101834136D01* +X130203912Y-101611516D01* +X130226714Y-101380000D01* +X130203912Y-101148484D01* +X130136381Y-100925864D01* +X130026717Y-100720697D01* +X129879134Y-100540866D01* +X129699303Y-100393283D01* +X129546000Y-100311341D01* +X129546000Y-100279545D01* +X129548447Y-100254699D01* +X129546000Y-100229853D01* +X129546000Y-100229846D01* +X129538678Y-100155507D01* +X129509745Y-100060125D01* +X129462759Y-99972221D01* +X129399527Y-99895173D01* +X129380220Y-99879328D01* +X128811400Y-99310509D01* +X128811400Y-98442056D01* +X128831503Y-98421953D01* +X128898264Y-98723203D01* +X129208496Y-98846636D01* +X129536848Y-98907174D01* +X129870701Y-98902491D01* +X130197225Y-98832767D01* +X130461736Y-98723203D01* +X130528498Y-98421951D01* +X129680000Y-97573453D01* +X129665858Y-97587595D01* +X129302405Y-97224142D01* +X129316547Y-97210000D01* +X130043453Y-97210000D01* +X130891951Y-98058498D01* +X131193203Y-97991736D01* +X131316636Y-97681504D01* +X131377174Y-97353152D01* +X131372491Y-97019299D01* +X131302767Y-96692775D01* +X131193203Y-96428264D01* +X130891951Y-96361502D01* +X130043453Y-97210000D01* +X129316547Y-97210000D01* +X128812628Y-96706081D01* +X128813848Y-96693700D01* +X128804078Y-96594507D01* +X128775145Y-96499125D01* +X128774472Y-96497866D01* +X128728159Y-96411221D01* +X128664927Y-96334173D01* +X128645620Y-96318328D01* +X128413200Y-96085909D01* +X128413200Y-95998049D01* +X128831502Y-95998049D01* +X129680000Y-96846547D01* +X130528498Y-95998049D01* +X130461736Y-95696797D01* +X130151504Y-95573364D01* +X129823152Y-95512826D01* +X129489299Y-95517509D01* +X129162775Y-95587233D01* +X128898264Y-95696797D01* +X128831502Y-95998049D01* +X128413200Y-95998049D01* +X128413200Y-94818651D01* +X128524073Y-94864572D01* +X128783000Y-94698630D01* +X128783000Y-93507000D01* +X129297000Y-93507000D01* +X129297000Y-94698630D01* +X129555927Y-94864572D01* +X129816865Y-94756498D01* +X130095841Y-94575992D01* +X130334241Y-94344529D01* +X130522905Y-94071004D01* +X130654581Y-93765928D01* +X130491662Y-93507000D01* +X129297000Y-93507000D01* +X128783000Y-93507000D01* +X128763000Y-93507000D01* +X128763000Y-92993000D01* +X128783000Y-92993000D01* +X128783000Y-92973000D01* +X129297000Y-92973000D01* +X129297000Y-92993000D01* +X130491662Y-92993000D01* +X130654581Y-92734072D01* +X130522905Y-92428996D01* +X130334241Y-92155471D01* +X130095841Y-91924008D01* +X129816865Y-91743502D01* +X129555927Y-91635428D01* +X129297002Y-91801369D01* +X129297002Y-91630389D01* +X130545820Y-90381572D01* +X130565127Y-90365727D01* +X130628359Y-90288679D01* +X130675345Y-90200775D01* +X130702583Y-90110982D01* +X130704278Y-90105394D01* +X130708343Y-90064121D01* +X130711600Y-90031054D01* +X130711600Y-90031047D01* +X130714047Y-90006201D01* +X130711600Y-89981355D01* +X130711600Y-85201754D01* +X130714048Y-85176900D01* +X130704278Y-85077707D01* +X130675345Y-84982325D01* +X130654209Y-84942783D01* +X130628359Y-84894421D01* +X130565127Y-84817373D01* +X130545820Y-84801528D01* +X130334966Y-84590674D01* +X130409809Y-84575787D01* +X130551942Y-84516913D01* +X130679859Y-84431442D01* +X130788642Y-84322659D01* +X130869322Y-84201913D01* +X130919647Y-84252239D01* +X130913487Y-84261458D01* +X130854613Y-84403591D01* +X130824600Y-84554478D01* +X130824600Y-84708322D01* +X130854613Y-84859209D01* +X130913487Y-85001342D01* +X130998958Y-85129259D01* +X131107741Y-85238042D01* +X131235658Y-85323513D01* +X131377791Y-85382387D01* +X131528678Y-85412400D01* +X131682522Y-85412400D01* +X131833409Y-85382387D01* +X131975542Y-85323513D01* +X132103459Y-85238042D01* +X132212242Y-85129259D01* +X132297713Y-85001342D01* +X132356587Y-84859209D01* +X132386600Y-84708322D01* +X132386600Y-84554478D01* +X132356587Y-84403591D01* +X132297713Y-84261458D01* +X132212242Y-84133541D01* +X132103459Y-84024758D01* +X132057009Y-83993721D01* +X132028359Y-83940121D01* +X131965127Y-83863073D01* +X131945820Y-83847228D01* +X131935830Y-83837238D01* +X131975242Y-83820913D01* +X132103159Y-83735442D01* +X132211942Y-83626659D01* +X132297413Y-83498742D01* +X132356287Y-83356609D01* +X132386300Y-83205722D01* +X132386300Y-83051878D01* +X132356287Y-82900991D01* +X132297413Y-82758858D01* +X132211942Y-82630941D01* +X132111300Y-82530299D01* +X132111300Y-82230045D01* +X132113747Y-82205199D01* +X132111300Y-82180353D01* +X132111300Y-82180346D01* +X132103978Y-82106007D01* +X132075045Y-82010625D01* +X132028059Y-81922721D01* +X131964827Y-81845673D01* +X131945520Y-81829828D01* +X129260691Y-79145000D01* +X129297002Y-79145000D01* +X129297002Y-78898631D01* +X129555927Y-79064572D01* +X129816865Y-78956498D01* +X130095841Y-78775992D01* +X130334241Y-78544529D01* +X130522905Y-78271004D01* +X130654581Y-77965928D01* +X130491662Y-77707000D01* +X129297000Y-77707000D01* +X129297000Y-77727000D01* +X128783000Y-77727000D01* +X128783000Y-77707000D01* +X128763000Y-77707000D01* +X128763000Y-77193000D01* +X128783000Y-77193000D01* +X128783000Y-76001370D01* +X129297000Y-76001370D01* +X129297000Y-77193000D01* +X130491662Y-77193000D01* +X130654581Y-76934072D01* +X130522905Y-76628996D01* +X130334241Y-76355471D01* +X130095841Y-76124008D01* +X129816865Y-75943502D01* +X129555927Y-75835428D01* +X129297000Y-76001370D01* +X128783000Y-76001370D01* +X128524073Y-75835428D01* +X128263135Y-75943502D01* +X127984159Y-76124008D01* +X127745759Y-76355471D01* +X127557095Y-76628996D01* +X127487041Y-76791303D01* +X127486717Y-76790697D01* +X127339134Y-76610866D01* +X127159303Y-76463283D01* +X126954136Y-76353619D01* +X126731516Y-76286088D01* +X126558016Y-76269000D01* +X126441984Y-76269000D01* +X126268484Y-76286088D01* +X126045864Y-76353619D01* +X125840697Y-76463283D01* +X125660866Y-76610866D01* +X125603200Y-76681133D01* +X125589527Y-76664473D01* +X125570220Y-76648628D01* +X119648606Y-70727015D01* +X119719134Y-70669134D01* +X119866717Y-70489303D01* +X119976381Y-70284136D01* +X120043912Y-70061516D01* +X120066714Y-69830000D01* +X120043912Y-69598484D01* +X120035647Y-69571239D01* +X120238766Y-69774358D01* +X120233286Y-69830000D01* +X120256088Y-70061516D01* +X120323619Y-70284136D01* +X120433283Y-70489303D01* +X120580866Y-70669134D01* +X120760697Y-70816717D01* +X120965864Y-70926381D01* +X121188484Y-70993912D01* +X121361984Y-71011000D01* +X121478016Y-71011000D01* +X121651516Y-70993912D01* +X121874136Y-70926381D01* +X122079303Y-70816717D01* +X122259134Y-70669134D01* +X122406717Y-70489303D01* +X122516381Y-70284136D01* +X122583912Y-70061516D01* +X122606714Y-69830000D01* +X122583912Y-69598484D01* +X122516381Y-69375864D01* +X122406717Y-69170697D01* +X122259134Y-68990866D01* +X122079303Y-68843283D01* +X121874136Y-68733619D01* +X121651516Y-68666088D01* +X121478016Y-68649000D01* +X121361984Y-68649000D01* +X121188484Y-68666088D01* +X120965864Y-68733619D01* +X120760697Y-68843283D01* +X120748711Y-68853120D01* +X120045376Y-68149785D01* +X120029527Y-68130473D01* +X119952479Y-68067241D01* +X119864575Y-68020255D01* +X119769193Y-67991322D01* +X119694854Y-67984000D01* +X119694846Y-67984000D01* +X119670000Y-67981553D01* +X119645154Y-67984000D01* +X113299592Y-67984000D01* +X110746953Y-65431362D01* +X110749457Y-65425316D01* +X110791000Y-65216469D01* +X110791000Y-65003531D01* +X110749457Y-64794684D01* +X110667969Y-64597955D01* +X110549667Y-64420903D01* +X110399097Y-64270333D01* +X110222045Y-64152031D01* +X110025316Y-64070543D01* +X109816469Y-64029000D01* +X109603531Y-64029000D01* +X109394684Y-64070543D01* +X109197955Y-64152031D01* +X109020903Y-64270333D01* +X108870333Y-64420903D01* +X108752031Y-64597955D01* +X108670543Y-64794684D01* +X108629000Y-65003531D01* +X108629000Y-65216469D01* +X108670543Y-65425316D01* +X108752031Y-65622045D01* +X108870333Y-65799097D01* +X109020903Y-65949667D01* +X109197955Y-66067969D01* +X109394684Y-66149457D01* +X109603531Y-66191000D01* +X109816469Y-66191000D01* +X110025316Y-66149457D01* +X110031362Y-66146953D01* +X110633409Y-66749000D01* +X110423682Y-66749000D01* +X110195515Y-66794386D01* +X109980587Y-66883412D01* +X109787157Y-67012658D01* +X109622658Y-67177157D01* +X109587170Y-67230268D01* +X109553203Y-67148264D01* +X109251951Y-67081502D01* +X108403453Y-67930000D01* +X108417595Y-67944142D01* +X108054142Y-68307595D01* +X108040000Y-68293453D01* +X107191502Y-69141951D01* +X100413114Y-69141951D01* +X100412827Y-67786848D01* +X106342826Y-67786848D01* +X106347509Y-68120701D01* +X106417233Y-68447225D01* +X106526797Y-68711736D01* +X106828049Y-68778498D01* +X107676547Y-67930000D01* +X106828049Y-67081502D01* +X106526797Y-67148264D01* +X106403364Y-67458496D01* +X106342826Y-67786848D01* +X100412827Y-67786848D01* +X100412601Y-66718049D01* +X107191502Y-66718049D01* +X108040000Y-67566547D01* +X108888498Y-66718049D01* +X108821736Y-66416797D01* +X108511504Y-66293364D01* +X108183152Y-66232826D01* +X107849299Y-66237509D01* +X107522775Y-66307233D01* +X107258264Y-66416797D01* +X107191502Y-66718049D01* +X100412601Y-66718049D01* +X100410626Y-57388606D01* +X104469000Y-57388606D01* +X104469000Y-57611394D01* +X104512464Y-57829900D01* +X104597721Y-58035729D01* +X104721495Y-58220970D01* +X104879030Y-58378505D01* +X105064271Y-58502279D01* +X105094001Y-58514593D01* +X105094000Y-59825154D01* +X105091553Y-59850000D01* +X105094000Y-59874846D01* +X105094000Y-59874853D01* +X105101322Y-59949192D01* +X105130255Y-60044574D01* +X105177241Y-60132479D01* +X105240473Y-60209527D01* +X105259785Y-60225376D01* +X106644628Y-61610220D01* +X106660473Y-61629527D01* +X106737521Y-61692759D01* +X106825425Y-61739745D01* +X106898607Y-61761944D01* +X106920806Y-61768678D01* +X106930694Y-61769652D01* +X106995146Y-61776000D01* +X106995153Y-61776000D01* +X107019999Y-61778447D01* +X107044845Y-61776000D01* +X109122218Y-61776000D01* +X109040903Y-61830333D01* +X108890333Y-61980903D01* +X108772031Y-62157955D01* +X108690543Y-62354684D01* +X108649000Y-62563531D01* +X108649000Y-62776469D01* +X108690543Y-62985316D01* +X108772031Y-63182045D01* +X108890333Y-63359097D01* +X109040903Y-63509667D01* +X109217955Y-63627969D01* +X109414684Y-63709457D01* +X109623531Y-63751000D01* +X109836469Y-63751000D01* +X110045316Y-63709457D01* +X110051361Y-63706953D01* +X110547128Y-64202720D01* +X110562973Y-64222027D01* +X110640021Y-64285259D01* +X110727925Y-64332245D01* +X110823307Y-64361178D01* +X110922500Y-64370948D01* +X110947354Y-64368500D01* +X114000105Y-64368500D01* +X113886833Y-64506523D01* +X113786454Y-64694318D01* +X113724642Y-64898087D01* +X113703770Y-65110000D01* +X113724642Y-65321913D01* +X113786454Y-65525682D01* +X113886833Y-65713477D01* +X114021919Y-65878081D01* +X114186523Y-66013167D01* +X114374318Y-66113546D01* +X114578087Y-66175358D01* +X114736900Y-66191000D01* +X114843100Y-66191000D01* +X115001913Y-66175358D01* +X115205682Y-66113546D01* +X115393477Y-66013167D01* +X115558081Y-65878081D01* +X115693167Y-65713477D01* +X115734956Y-65635296D01* +X115746107Y-65638678D01* +X115820446Y-65646000D01* +X115820453Y-65646000D01* +X115845299Y-65648447D01* +X115870145Y-65646000D01* +X118791288Y-65646000D01* +X118813412Y-65699413D01* +X118942658Y-65892843D01* +X119107157Y-66057342D01* +X119300587Y-66186588D01* +X119515515Y-66275614D01* +X119743682Y-66321000D01* +X119976318Y-66321000D01* +X120204485Y-66275614D01* +X120257898Y-66253490D01* +X123064255Y-69059847D01* +X122973283Y-69170697D01* +X122863619Y-69375864D01* +X122796088Y-69598484D01* +X122773286Y-69830000D01* +X122796088Y-70061516D01* +X122863619Y-70284136D01* +X122973283Y-70489303D01* +X123120866Y-70669134D01* +X123300697Y-70816717D01* +X123505864Y-70926381D01* +X123728484Y-70993912D01* +X123901984Y-71011000D01* +X124018016Y-71011000D01* +X124191516Y-70993912D01* +X124414136Y-70926381D01* +X124619303Y-70816717D01* +X124799134Y-70669134D01* +X124946717Y-70489303D01* +X125056381Y-70284136D01* +X125123912Y-70061516D01* +X125146714Y-69830000D01* +X125123912Y-69598484D01* +X125056381Y-69375864D01* +X124946717Y-69170697D01* +X124799134Y-68990866D01* +X124619303Y-68843283D01* +X124414136Y-68733619D01* +X124191516Y-68666088D01* +X124091865Y-68656273D01* +X123875374Y-68439783D01* +X123875370Y-68439778D01* +X120973490Y-65537898D01* +X120995614Y-65484485D01* +X121041000Y-65256318D01* +X121041000Y-65023682D01* +X120995614Y-64795515D01* +X120906588Y-64580587D01* +X120777342Y-64387157D01* +X120758685Y-64368500D01* +X120872909Y-64368500D01* +X121246510Y-64742102D01* +X121224386Y-64795515D01* +X121179000Y-65023682D01* +X121179000Y-65256318D01* +X121224386Y-65484485D01* +X121313412Y-65699413D01* +X121442658Y-65892843D01* +X121607157Y-66057342D01* +X121800587Y-66186588D01* +X122015515Y-66275614D01* +X122243682Y-66321000D01* +X122476318Y-66321000D01* +X122704485Y-66275614D01* +X122757898Y-66253490D01* +X125586225Y-69081817D01* +X125513283Y-69170697D01* +X125403619Y-69375864D01* +X125336088Y-69598484D01* +X125313286Y-69830000D01* +X125336088Y-70061516D01* +X125403619Y-70284136D01* +X125513283Y-70489303D01* +X125660866Y-70669134D01* +X125840697Y-70816717D01* +X126045864Y-70926381D01* +X126268484Y-70993912D01* +X126441984Y-71011000D01* +X126558016Y-71011000D01* +X126731516Y-70993912D01* +X126954136Y-70926381D01* +X127159303Y-70816717D01* +X127339134Y-70669134D01* +X127486717Y-70489303D01* +X127596381Y-70284136D01* +X127663912Y-70061516D01* +X127686714Y-69830000D01* +X127663912Y-69598484D01* +X127596381Y-69375864D01* +X127486717Y-69170697D01* +X127339134Y-68990866D01* +X127159303Y-68843283D01* +X126954136Y-68733619D01* +X126731516Y-68666088D01* +X126587495Y-68651903D01* +X123473490Y-65537898D01* +X123495614Y-65484485D01* +X123541000Y-65256318D01* +X123541000Y-65023682D01* +X123495614Y-64795515D01* +X123406588Y-64580587D01* +X123277342Y-64387157D01* +X123112843Y-64222658D01* +X122919413Y-64093412D01* +X122704485Y-64004386D01* +X122476318Y-63959000D01* +X122243682Y-63959000D01* +X122015515Y-64004386D01* +X121962102Y-64026510D01* +X121457876Y-63522285D01* +X121442027Y-63502973D01* +X121364979Y-63439741D01* +X121277075Y-63392755D01* +X121181693Y-63363822D01* +X121107354Y-63356500D01* +X121107346Y-63356500D01* +X121082500Y-63354053D01* +X121057654Y-63356500D01* +X115645032Y-63356500D01* +X115713167Y-63273477D01* +X115765270Y-63176000D01* +X123350409Y-63176000D01* +X124896510Y-64722102D01* +X124874386Y-64775515D01* +X124829000Y-65003682D01* +X124829000Y-65236318D01* +X124874386Y-65464485D01* +X124963412Y-65679413D01* +X125092658Y-65872843D01* +X125257157Y-66037342D01* +X125450587Y-66166588D01* +X125665515Y-66255614D01* +X125893682Y-66301000D01* +X126126318Y-66301000D01* +X126354485Y-66255614D01* +X126407898Y-66233490D01* +X128534001Y-68359593D01* +X128534001Y-68761341D01* +X128380697Y-68843283D01* +X128200866Y-68990866D01* +X128053283Y-69170697D01* +X127943619Y-69375864D01* +X127876088Y-69598484D01* +X127853286Y-69830000D01* +X127876088Y-70061516D01* +X127943619Y-70284136D01* +X128053283Y-70489303D01* +X128200866Y-70669134D01* +X128380697Y-70816717D01* +X128585864Y-70926381D01* +X128808484Y-70993912D01* +X128981984Y-71011000D01* +X129098016Y-71011000D01* +X129271516Y-70993912D01* +X129494136Y-70926381D01* +X129699303Y-70816717D01* +X129879134Y-70669134D01* +X130026717Y-70489303D01* +X130136381Y-70284136D01* +X130203912Y-70061516D01* +X130226714Y-69830000D01* +X130203912Y-69598484D01* +X130136381Y-69375864D01* +X130026717Y-69170697D01* +X129879134Y-68990866D01* +X129699303Y-68843283D01* +X129546000Y-68761341D01* +X129546000Y-68174845D01* +X129548447Y-68149999D01* +X129546000Y-68125153D01* +X129546000Y-68125146D01* +X129538678Y-68050807D01* +X129537935Y-68048355D01* +X129509745Y-67955425D01* +X129496155Y-67930000D01* +X129462759Y-67867521D01* +X129399527Y-67790473D01* +X129380220Y-67774628D01* +X128421992Y-66816400D01* +X128700701Y-66812491D01* +X129027225Y-66742767D01* +X129291736Y-66633203D01* +X129358498Y-66331951D01* +X128510000Y-65483453D01* +X128495858Y-65497595D01* +X128132405Y-65134142D01* +X128146547Y-65120000D01* +X128873453Y-65120000D01* +X129721951Y-65968498D01* +X130023203Y-65901736D01* +X130146636Y-65591504D01* +X130207174Y-65263152D01* +X130203624Y-65010000D01* +X135087157Y-65010000D01* +X135087157Y-66610000D01* +X135094513Y-66684689D01* +X135116299Y-66756508D01* +X135151678Y-66822696D01* +X135199289Y-66880711D01* +X135257304Y-66928322D01* +X135323492Y-66963701D01* +X135395311Y-66985487D01* +X135470000Y-66992843D01* +X137070000Y-66992843D01* +X137144689Y-66985487D01* +X137216508Y-66963701D01* +X137282696Y-66928322D01* +X137340711Y-66880711D01* +X137388322Y-66822696D01* +X137423701Y-66756508D01* +X137445487Y-66684689D01* +X137452843Y-66610000D01* +X137452843Y-65010000D01* +X137445487Y-64935311D01* +X137423701Y-64863492D01* +X137388322Y-64797304D01* +X137340711Y-64739289D01* +X137282696Y-64691678D01* +X137216508Y-64656299D01* +X137144689Y-64634513D01* +X137070000Y-64627157D01* +X135470000Y-64627157D01* +X135395311Y-64634513D01* +X135323492Y-64656299D01* +X135257304Y-64691678D01* +X135199289Y-64739289D01* +X135151678Y-64797304D01* +X135116299Y-64863492D01* +X135094513Y-64935311D01* +X135087157Y-65010000D01* +X130203624Y-65010000D01* +X130202491Y-64929299D01* +X130132767Y-64602775D01* +X130023203Y-64338264D01* +X129721951Y-64271502D01* +X128873453Y-65120000D01* +X128146547Y-65120000D01* +X127298049Y-64271502D01* +X126996797Y-64338264D01* +X126963670Y-64421525D01* +X126927342Y-64367157D01* +X126762843Y-64202658D01* +X126569413Y-64073412D01* +X126354485Y-63984386D01* +X126126318Y-63939000D01* +X125893682Y-63939000D01* +X125665515Y-63984386D01* +X125612102Y-64006510D01* +X125513641Y-63908049D01* +X127661502Y-63908049D01* +X128510000Y-64756547D01* +X129358498Y-63908049D01* +X129291736Y-63606797D01* +X128981504Y-63483364D01* +X128653152Y-63422826D01* +X128319299Y-63427509D01* +X127992775Y-63497233D01* +X127728264Y-63606797D01* +X127661502Y-63908049D01* +X125513641Y-63908049D01* +X123935376Y-62329785D01* +X123919527Y-62310473D01* +X123842479Y-62247241D01* +X123754575Y-62200255D01* +X123659193Y-62171322D01* +X123584854Y-62164000D01* +X123584846Y-62164000D01* +X123560000Y-62161553D01* +X123535154Y-62164000D01* +X115765270Y-62164000D01* +X115713167Y-62066523D01* +X115578081Y-61901919D01* +X115413477Y-61766833D01* +X115225682Y-61666454D01* +X115021913Y-61604642D01* +X114863100Y-61589000D01* +X114756900Y-61589000D01* +X114598087Y-61604642D01* +X114394318Y-61666454D01* +X114269019Y-61733428D01* +X113465376Y-60929785D01* +X113449527Y-60910473D01* +X113372479Y-60847241D01* +X113284575Y-60800255D01* +X113189193Y-60771322D01* +X113114854Y-60764000D01* +X113114846Y-60764000D01* +X113090000Y-60761553D01* +X113065154Y-60764000D01* +X107229592Y-60764000D01* +X106497867Y-60032275D01* +X129254000Y-60032275D01* +X129254000Y-60407725D01* +X129327247Y-60775960D01* +X129470925Y-61122829D01* +X129679513Y-61435004D01* +X129944996Y-61700487D01* +X130257171Y-61909075D01* +X130604040Y-62052753D01* +X130972275Y-62126000D01* +X131347725Y-62126000D01* +X131715960Y-62052753D01* +X132062829Y-61909075D01* +X132375004Y-61700487D01* +X132640487Y-61435004D01* +X132849075Y-61122829D01* +X132992753Y-60775960D01* +X133066000Y-60407725D01* +X133066000Y-60032275D01* +X132992753Y-59664040D01* +X132852874Y-59326341D01* +X135342371Y-59326341D01* +X135348146Y-59652296D01* +X135417402Y-59970862D01* +X135519700Y-60217832D01* +X135816921Y-60279627D01* +X136636547Y-59460000D01* +X137363453Y-59460000D01* +X138016154Y-60112701D01* +X138059700Y-60217832D01* +X138137449Y-60233997D01* +X138183079Y-60279627D01* +X138270000Y-60261555D01* +X138356921Y-60279627D01* +X138402551Y-60233997D01* +X138480300Y-60217832D01* +X138520274Y-60116274D01* +X139176547Y-59460000D01* +X139903453Y-59460000D01* +X140556154Y-60112701D01* +X140599700Y-60217832D01* +X140677449Y-60233997D01* +X140723079Y-60279627D01* +X140810000Y-60261555D01* +X140896921Y-60279627D01* +X140942551Y-60233997D01* +X141020300Y-60217832D01* +X141060274Y-60116274D01* +X141716547Y-59460000D01* +X142443453Y-59460000D01* +X143096154Y-60112701D01* +X143139700Y-60217832D01* +X143217449Y-60233997D01* +X143263079Y-60279627D01* +X143350000Y-60261555D01* +X143436921Y-60279627D01* +X143482551Y-60233997D01* +X143560300Y-60217832D01* +X143600274Y-60116274D01* +X144256547Y-59460000D01* +X144983453Y-59460000D01* +X145636154Y-60112701D01* +X145679700Y-60217832D01* +X145757449Y-60233997D01* +X145803079Y-60279627D01* +X145890000Y-60261555D01* +X145976921Y-60279627D01* +X146022551Y-60233997D01* +X146100300Y-60217832D01* +X146140274Y-60116274D01* +X146796547Y-59460000D01* +X147523453Y-59460000D01* +X148176154Y-60112701D01* +X148219700Y-60217832D01* +X148297449Y-60233997D01* +X148343079Y-60279627D01* +X148430000Y-60261555D01* +X148516921Y-60279627D01* +X148562551Y-60233997D01* +X148640300Y-60217832D01* +X148680274Y-60116274D01* +X149336547Y-59460000D01* +X150063453Y-59460000D01* +X150716154Y-60112701D01* +X150759700Y-60217832D01* +X150837449Y-60233997D01* +X150883079Y-60279627D01* +X150970000Y-60261555D01* +X151056921Y-60279627D01* +X151102551Y-60233997D01* +X151180300Y-60217832D01* +X151220274Y-60116274D01* +X151876547Y-59460000D01* +X151223846Y-58807299D01* +X151180300Y-58702168D01* +X151102551Y-58686003D01* +X151056921Y-58640373D01* +X150970000Y-58658445D01* +X150883079Y-58640373D01* +X150837449Y-58686003D01* +X150759700Y-58702168D01* +X150719726Y-58803726D01* +X150063453Y-59460000D01* +X149336547Y-59460000D01* +X148683846Y-58807299D01* +X148640300Y-58702168D01* +X148562551Y-58686003D01* +X148516921Y-58640373D01* +X148430000Y-58658445D01* +X148343079Y-58640373D01* +X148297449Y-58686003D01* +X148219700Y-58702168D01* +X148179726Y-58803726D01* +X147523453Y-59460000D01* +X146796547Y-59460000D01* +X146143846Y-58807299D01* +X146100300Y-58702168D01* +X146022551Y-58686003D01* +X145976921Y-58640373D01* +X145890000Y-58658445D01* +X145803079Y-58640373D01* +X145757449Y-58686003D01* +X145679700Y-58702168D01* +X145639726Y-58803726D01* +X144983453Y-59460000D01* +X144256547Y-59460000D01* +X143603846Y-58807299D01* +X143560300Y-58702168D01* +X143482551Y-58686003D01* +X143436921Y-58640373D01* +X143350000Y-58658445D01* +X143263079Y-58640373D01* +X143217449Y-58686003D01* +X143139700Y-58702168D01* +X143099726Y-58803726D01* +X142443453Y-59460000D01* +X141716547Y-59460000D01* +X141063846Y-58807299D01* +X141020300Y-58702168D01* +X140942551Y-58686003D01* +X140896921Y-58640373D01* +X140810000Y-58658445D01* +X140723079Y-58640373D01* +X140677449Y-58686003D01* +X140599700Y-58702168D01* +X140559726Y-58803726D01* +X139903453Y-59460000D01* +X139176547Y-59460000D01* +X138523846Y-58807299D01* +X138480300Y-58702168D01* +X138402551Y-58686003D01* +X138356921Y-58640373D01* +X138270000Y-58658445D01* +X138183079Y-58640373D01* +X138137449Y-58686003D01* +X138059700Y-58702168D01* +X138019726Y-58803726D01* +X137363453Y-59460000D01* +X136636547Y-59460000D01* +X135816921Y-58640373D01* +X135519700Y-58702168D01* +X135400298Y-59005521D01* +X135342371Y-59326341D01* +X132852874Y-59326341D01* +X132849075Y-59317171D01* +X132640487Y-59004996D01* +X132375004Y-58739513D01* +X132062829Y-58530925D01* +X131715960Y-58387247D01* +X131347725Y-58314000D01* +X130972275Y-58314000D01* +X130604040Y-58387247D01* +X130257171Y-58530925D01* +X129944996Y-58739513D01* +X129679513Y-59004996D01* +X129470925Y-59317171D01* +X129327247Y-59664040D01* +X129254000Y-60032275D01* +X106497867Y-60032275D01* +X106106000Y-59640409D01* +X106106000Y-58514593D01* +X106135729Y-58502279D01* +X106320970Y-58378505D01* +X106422554Y-58276921D01* +X136180373Y-58276921D01* +X137000000Y-59096547D01* +X137819627Y-58276921D01* +X138720373Y-58276921D01* +X139540000Y-59096547D01* +X140359627Y-58276921D01* +X141260373Y-58276921D01* +X142080000Y-59096547D01* +X142899627Y-58276921D01* +X143800373Y-58276921D01* +X144620000Y-59096547D01* +X145439627Y-58276921D01* +X146340373Y-58276921D01* +X147160000Y-59096547D01* +X147979627Y-58276921D01* +X148880373Y-58276921D01* +X149700000Y-59096547D01* +X150519627Y-58276921D01* +X151420373Y-58276921D01* +X152240000Y-59096547D01* +X153059627Y-58276921D01* +X153960373Y-58276921D01* +X154780000Y-59096547D01* +X155599627Y-58276921D01* +X156500373Y-58276921D01* +X157320000Y-59096547D01* +X158139627Y-58276921D01* +X159040373Y-58276921D01* +X159860000Y-59096547D01* +X160679627Y-58276921D01* +X161580373Y-58276921D01* +X162400000Y-59096547D01* +X163219627Y-58276921D01* +X164120373Y-58276921D01* +X164940000Y-59096547D01* +X165759627Y-58276921D01* +X166660373Y-58276921D01* +X167480000Y-59096547D01* +X168299627Y-58276921D01* +X169200373Y-58276921D01* +X170020000Y-59096547D01* +X170839627Y-58276921D01* +X171740373Y-58276921D01* +X172560000Y-59096547D01* +X173379627Y-58276921D01* +X173317832Y-57979700D01* +X173014479Y-57860298D01* +X172693659Y-57802371D01* +X172367704Y-57808146D01* +X172049138Y-57877402D01* +X171802168Y-57979700D01* +X171740373Y-58276921D01* +X170839627Y-58276921D01* +X170777832Y-57979700D01* +X170474479Y-57860298D01* +X170153659Y-57802371D01* +X169827704Y-57808146D01* +X169509138Y-57877402D01* +X169262168Y-57979700D01* +X169200373Y-58276921D01* +X168299627Y-58276921D01* +X168237832Y-57979700D01* +X167934479Y-57860298D01* +X167613659Y-57802371D01* +X167287704Y-57808146D01* +X166969138Y-57877402D01* +X166722168Y-57979700D01* +X166660373Y-58276921D01* +X165759627Y-58276921D01* +X165697832Y-57979700D01* +X165394479Y-57860298D01* +X165073659Y-57802371D01* +X164747704Y-57808146D01* +X164429138Y-57877402D01* +X164182168Y-57979700D01* +X164120373Y-58276921D01* +X163219627Y-58276921D01* +X163157832Y-57979700D01* +X162854479Y-57860298D01* +X162533659Y-57802371D01* +X162207704Y-57808146D01* +X161889138Y-57877402D01* +X161642168Y-57979700D01* +X161580373Y-58276921D01* +X160679627Y-58276921D01* +X160617832Y-57979700D01* +X160314479Y-57860298D01* +X159993659Y-57802371D01* +X159667704Y-57808146D01* +X159349138Y-57877402D01* +X159102168Y-57979700D01* +X159040373Y-58276921D01* +X158139627Y-58276921D01* +X158077832Y-57979700D01* +X157774479Y-57860298D01* +X157453659Y-57802371D01* +X157127704Y-57808146D01* +X156809138Y-57877402D01* +X156562168Y-57979700D01* +X156500373Y-58276921D01* +X155599627Y-58276921D01* +X155537832Y-57979700D01* +X155234479Y-57860298D01* +X154913659Y-57802371D01* +X154587704Y-57808146D01* +X154269138Y-57877402D01* +X154022168Y-57979700D01* +X153960373Y-58276921D01* +X153059627Y-58276921D01* +X152997832Y-57979700D01* +X152694479Y-57860298D01* +X152373659Y-57802371D01* +X152047704Y-57808146D01* +X151729138Y-57877402D01* +X151482168Y-57979700D01* +X151420373Y-58276921D01* +X150519627Y-58276921D01* +X150457832Y-57979700D01* +X150154479Y-57860298D01* +X149833659Y-57802371D01* +X149507704Y-57808146D01* +X149189138Y-57877402D01* +X148942168Y-57979700D01* +X148880373Y-58276921D01* +X147979627Y-58276921D01* +X147917832Y-57979700D01* +X147614479Y-57860298D01* +X147293659Y-57802371D01* +X146967704Y-57808146D01* +X146649138Y-57877402D01* +X146402168Y-57979700D01* +X146340373Y-58276921D01* +X145439627Y-58276921D01* +X145377832Y-57979700D01* +X145074479Y-57860298D01* +X144753659Y-57802371D01* +X144427704Y-57808146D01* +X144109138Y-57877402D01* +X143862168Y-57979700D01* +X143800373Y-58276921D01* +X142899627Y-58276921D01* +X142837832Y-57979700D01* +X142534479Y-57860298D01* +X142213659Y-57802371D01* +X141887704Y-57808146D01* +X141569138Y-57877402D01* +X141322168Y-57979700D01* +X141260373Y-58276921D01* +X140359627Y-58276921D01* +X140297832Y-57979700D01* +X139994479Y-57860298D01* +X139673659Y-57802371D01* +X139347704Y-57808146D01* +X139029138Y-57877402D01* +X138782168Y-57979700D01* +X138720373Y-58276921D01* +X137819627Y-58276921D01* +X137757832Y-57979700D01* +X137454479Y-57860298D01* +X137133659Y-57802371D01* +X136807704Y-57808146D01* +X136489138Y-57877402D01* +X136242168Y-57979700D01* +X136180373Y-58276921D01* +X106422554Y-58276921D01* +X106478505Y-58220970D01* +X106602279Y-58035729D01* +X106687536Y-57829900D01* +X106731000Y-57611394D01* +X106731000Y-57388606D01* +X106687536Y-57170100D01* +X106602279Y-56964271D01* +X106478505Y-56779030D01* +X106320970Y-56621495D01* +X106135729Y-56497721D01* +X105929900Y-56412464D01* +X105711394Y-56369000D01* +X105488606Y-56369000D01* +X105270100Y-56412464D01* +X105064271Y-56497721D01* +X104879030Y-56621495D01* +X104721495Y-56779030D01* +X104597721Y-56964271D01* +X104512464Y-57170100D01* +X104469000Y-57388606D01* +X100410626Y-57388606D01* +X100409589Y-52488606D01* +X104469000Y-52488606D01* +X104469000Y-52711394D01* +X104512464Y-52929900D01* +X104597721Y-53135729D01* +X104721495Y-53320970D01* +X104879030Y-53478505D01* +X105064271Y-53602279D01* +X105270100Y-53687536D01* +X105488606Y-53731000D01* +X105711394Y-53731000D01* +X105929900Y-53687536D01* +X106135729Y-53602279D01* +X106320970Y-53478505D01* +X106478505Y-53320970D01* +X106602279Y-53135729D01* +X106687536Y-52929900D01* +X106731000Y-52711394D01* +X106731000Y-52488606D01* +X106687536Y-52270100D01* +X106602279Y-52064271D01* +X106478505Y-51879030D01* +X106320970Y-51721495D01* +X106135729Y-51597721D01* +X105929900Y-51512464D01* +X105711394Y-51469000D01* +X105488606Y-51469000D01* +X105270100Y-51512464D01* +X105064271Y-51597721D01* +X104879030Y-51721495D01* +X104721495Y-51879030D01* +X104597721Y-52064271D01* +X104512464Y-52270100D01* +X104469000Y-52488606D01* +X100409589Y-52488606D01* +X100407642Y-43290000D01* +X191343000Y-43290000D01* +X191343000Y-51670000D01* +X191345440Y-51694776D01* +X191347333Y-51701017D01* +X191347333Y-51798500D01* +X214392666Y-51798500D01* +X214392666Y-51701020D01* +X214394560Y-51694776D01* +X214397000Y-51670000D01* +X214397000Y-43290000D01* +X214394560Y-43265224D01* +X214387333Y-43241399D01* +X214375597Y-43219443D01* +X214359803Y-43200197D01* +X214340557Y-43184403D01* +X214318601Y-43172667D01* +X214294776Y-43165440D01* +X214270000Y-43163000D01* +X211665285Y-43163000D01* +X211665285Y-43159000D01* +X194274714Y-43159000D01* +X194274714Y-43163000D01* +X191470000Y-43163000D01* +X191445224Y-43165440D01* +X191421399Y-43172667D01* +X191399443Y-43184403D01* +X191380197Y-43200197D01* +X191364403Y-43219443D01* +X191352667Y-43241399D01* +X191345440Y-43265224D01* +X191343000Y-43290000D01* +X100407642Y-43290000D01* +X100407031Y-40406000D01* +X215594000Y-40406000D01* +X215594001Y-134594000D01* +G36* +X129177595Y-81645858D02* +G01* +X129163453Y-81660000D01* +X130011951Y-82508498D01* +X130310201Y-82442401D01* +X130310200Y-83054000D01* +X130258922Y-83043800D01* +X130116592Y-83043800D01* +X129519876Y-82447085D01* +X129504027Y-82427773D01* +X129426979Y-82364541D01* +X129339075Y-82317555D01* +X129243693Y-82288622D01* +X129169354Y-82281300D01* +X129169346Y-82281300D01* +X129144500Y-82278853D01* +X129119654Y-82281300D01* +X129057847Y-82281300D01* +X128800000Y-82023453D01* +X128785858Y-82037595D01* +X128422405Y-81674142D01* +X128436547Y-81660000D01* +X128422405Y-81645858D01* +X128785858Y-81282405D01* +X128800000Y-81296547D01* +X128814142Y-81282405D01* +X129177595Y-81645858D01* +X129177595Y-81645858D01* +G37* +X129177595Y-81645858D02* +X129163453Y-81660000D01* +X130011951Y-82508498D01* +X130310201Y-82442401D01* +X130310200Y-83054000D01* +X130258922Y-83043800D01* +X130116592Y-83043800D01* +X129519876Y-82447085D01* +X129504027Y-82427773D01* +X129426979Y-82364541D01* +X129339075Y-82317555D01* +X129243693Y-82288622D01* +X129169354Y-82281300D01* +X129169346Y-82281300D01* +X129144500Y-82278853D01* +X129119654Y-82281300D01* +X129057847Y-82281300D01* +X128800000Y-82023453D01* +X128785858Y-82037595D01* +X128422405Y-81674142D01* +X128436547Y-81660000D01* +X128422405Y-81645858D01* +X128785858Y-81282405D01* +X128800000Y-81296547D01* +X128814142Y-81282405D01* +X129177595Y-81645858D01* +G36* +X181603011Y-117450916D02* +G01* +X181603011Y-117658262D01* +X181603012Y-117658272D01* +X181603011Y-121831738D01* +X181603011Y-121831748D01* +X181599203Y-121870411D01* +X181603011Y-121909074D01* +X181603011Y-122411748D01* +X181599203Y-122450411D01* +X181603011Y-122489074D01* +X181603011Y-122489083D01* +X181614405Y-122604767D01* +X181659429Y-122753193D01* +X181732545Y-122889982D01* +X181830942Y-123009880D01* +X181860989Y-123034539D01* +X188652600Y-129826152D01* +X188652600Y-129831244D01* +X186848304Y-129830312D01* +X185035800Y-128017809D01* +X185035800Y-127875478D01* +X185005787Y-127724591D01* +X184946913Y-127582458D01* +X184861442Y-127454541D01* +X184752659Y-127345758D01* +X184624742Y-127260287D01* +X184482609Y-127201413D01* +X184331722Y-127171400D01* +X184177878Y-127171400D01* +X184026991Y-127201413D01* +X183884858Y-127260287D01* +X183756941Y-127345758D01* +X183648158Y-127454541D01* +X183562687Y-127582458D01* +X183503813Y-127724591D01* +X183473800Y-127875478D01* +X183473800Y-128029322D01* +X183503813Y-128180209D01* +X183562687Y-128322342D01* +X183648158Y-128450259D01* +X183756941Y-128559042D01* +X183884858Y-128644513D01* +X184026991Y-128703387D01* +X184177878Y-128733400D01* +X184320209Y-128733400D01* +X185416380Y-129829572D01* +X184371423Y-129829032D01* +X183765500Y-129223109D01* +X183765500Y-129080778D01* +X183735487Y-128929891D01* +X183676613Y-128787758D01* +X183591142Y-128659841D01* +X183482359Y-128551058D01* +X183354442Y-128465587D01* +X183212309Y-128406713D01* +X183061422Y-128376700D01* +X182907578Y-128376700D01* +X182756691Y-128406713D01* +X182614558Y-128465587D01* +X182486641Y-128551058D01* +X182377858Y-128659841D01* +X182356000Y-128692554D01* +X182356000Y-127261245D01* +X182358447Y-127236399D01* +X182356000Y-127211553D01* +X182356000Y-127211546D01* +X182348678Y-127137207D01* +X182319745Y-127041825D01* +X182272759Y-126953921D01* +X182209527Y-126876873D01* +X182190220Y-126861028D01* +X180888751Y-125559560D01* +X181016865Y-125506498D01* +X181295841Y-125325992D01* +X181534241Y-125094529D01* +X181722905Y-124821004D01* +X181854581Y-124515928D01* +X181691662Y-124257000D01* +X180497000Y-124257000D01* +X180497000Y-124277000D01* +X179983000Y-124277000D01* +X179983000Y-124257000D01* +X179963000Y-124257000D01* +X179963000Y-123743000D01* +X179983000Y-123743000D01* +X179983000Y-122551370D01* +X180497000Y-122551370D01* +X180497000Y-123743000D01* +X181691662Y-123743000D01* +X181854581Y-123484072D01* +X181722905Y-123178996D01* +X181534241Y-122905471D01* +X181295841Y-122674008D01* +X181016865Y-122493502D01* +X180755927Y-122385428D01* +X180497000Y-122551370D01* +X179983000Y-122551370D01* +X179724073Y-122385428D01* +X179620200Y-122428450D01* +X179620200Y-121484345D01* +X179622647Y-121459499D01* +X179620200Y-121434653D01* +X179620200Y-121434646D01* +X179612878Y-121360307D01* +X179583945Y-121264925D01* +X179536959Y-121177021D01* +X179473727Y-121099973D01* +X179454420Y-121084128D01* +X175765674Y-117395383D01* +X175819303Y-117366717D01* +X175999134Y-117219134D01* +X176146717Y-117039303D01* +X176256381Y-116834136D01* +X176323912Y-116611516D01* +X176346714Y-116380000D01* +X176323912Y-116148484D01* +X176256381Y-115925864D01* +X176146717Y-115720697D01* +X175999134Y-115540866D01* +X175819303Y-115393283D01* +X175666000Y-115311341D01* +X175666000Y-103562745D01* +X175668447Y-103537899D01* +X175666000Y-103513053D01* +X175666000Y-103513046D01* +X175659652Y-103448594D01* +X175658678Y-103438706D01* +X175645002Y-103393622D01* +X175629745Y-103343325D01* +X175582759Y-103255421D01* +X175519527Y-103178373D01* +X175500220Y-103162528D01* +X175472263Y-103134571D01* +X175314241Y-102905471D01* +X175075841Y-102674008D01* +X174894121Y-102556430D01* +X174273500Y-101935809D01* +X174273500Y-101889560D01* +X174415978Y-101917900D01* +X174558309Y-101917900D01* +X177194001Y-104553593D01* +X177194000Y-115279553D01* +X177194001Y-115279563D01* +X177194001Y-115311340D01* +X177040697Y-115393283D01* +X176860866Y-115540866D01* +X176713283Y-115720697D01* +X176603619Y-115925864D01* +X176536088Y-116148484D01* +X176513286Y-116380000D01* +X176536088Y-116611516D01* +X176603619Y-116834136D01* +X176713283Y-117039303D01* +X176860866Y-117219134D01* +X177040697Y-117366717D01* +X177245864Y-117476381D01* +X177468484Y-117543912D01* +X177641984Y-117561000D01* +X177758016Y-117561000D01* +X177931516Y-117543912D01* +X178154136Y-117476381D01* +X178359303Y-117366717D01* +X178539134Y-117219134D01* +X178686717Y-117039303D01* +X178796381Y-116834136D01* +X178863912Y-116611516D01* +X178886714Y-116380000D01* +X179053286Y-116380000D01* +X179076088Y-116611516D01* +X179143619Y-116834136D01* +X179253283Y-117039303D01* +X179400866Y-117219134D01* +X179580697Y-117366717D01* +X179785864Y-117476381D01* +X180008484Y-117543912D01* +X180181984Y-117561000D01* +X180298016Y-117561000D01* +X180471516Y-117543912D01* +X180694136Y-117476381D01* +X180899303Y-117366717D01* +X181079134Y-117219134D01* +X181226717Y-117039303D01* +X181336381Y-116834136D01* +X181403912Y-116611516D01* +X181426714Y-116380000D01* +X181403912Y-116148484D01* +X181336381Y-115925864D01* +X181226717Y-115720697D01* +X181079134Y-115540866D01* +X180899303Y-115393283D01* +X180694136Y-115283619D01* +X180471516Y-115216088D01* +X180298016Y-115199000D01* +X180181984Y-115199000D01* +X180008484Y-115216088D01* +X179785864Y-115283619D01* +X179580697Y-115393283D01* +X179400866Y-115540866D01* +X179253283Y-115720697D01* +X179143619Y-115925864D01* +X179076088Y-116148484D01* +X179053286Y-116380000D01* +X178886714Y-116380000D01* +X178863912Y-116148484D01* +X178796381Y-115925864D01* +X178686717Y-115720697D01* +X178539134Y-115540866D01* +X178359303Y-115393283D01* +X178206000Y-115311341D01* +X178206000Y-104368845D01* +X178208447Y-104343999D01* +X178206000Y-104319153D01* +X178206000Y-104319146D01* +X178198678Y-104244807D01* +X178169745Y-104149425D01* +X178122759Y-104061521D01* +X178059527Y-103984473D01* +X178040220Y-103968628D01* +X177875637Y-103804045D01* +X177946848Y-103817174D01* +X178280701Y-103812491D01* +X178607225Y-103742767D01* +X178871736Y-103633203D01* +X178938498Y-103331951D01* +X178090000Y-102483453D01* +X178075858Y-102497595D01* +X177712405Y-102134142D01* +X177726547Y-102120000D01* +X177712405Y-102105858D01* +X178075858Y-101742405D01* +X178090000Y-101756547D01* +X178104142Y-101742405D01* +X178467595Y-102105858D01* +X178453453Y-102120000D01* +X179301951Y-102968498D01* +X179603203Y-102901736D01* +X179726636Y-102591504D01* +X179787174Y-102263152D01* +X179782491Y-101929299D01* +X179712767Y-101602775D01* +X179603203Y-101338264D01* +X179301953Y-101271503D01* +X179322056Y-101251400D01* +X180155054Y-101251400D01* +X180179900Y-101253847D01* +X180204746Y-101251400D01* +X180204754Y-101251400D01* +X180279093Y-101244078D01* +X180374475Y-101215145D01* +X180462379Y-101168159D01* +X180539427Y-101104927D01* +X180555276Y-101085615D01* +X180724491Y-100916400D01* +X180866822Y-100916400D01* +X181017709Y-100886387D01* +X181159842Y-100827513D01* +X181287759Y-100742042D01* +X181396542Y-100633259D01* +X181482013Y-100505342D01* +X181540887Y-100363209D01* +X181570900Y-100212322D01* +X181570900Y-100058478D01* +X181540887Y-99907591D01* +X181482013Y-99765458D01* +X181396542Y-99637541D01* +X181287759Y-99528758D01* +X181159842Y-99443287D01* +X181154435Y-99441048D01* +X181229469Y-99379469D01* +X181254127Y-99349423D01* +X181603012Y-99000539D01* +X181603011Y-117450916D01* +X181603011Y-117450916D01* +G37* +X181603011Y-117450916D02* +X181603011Y-117658262D01* +X181603012Y-117658272D01* +X181603011Y-121831738D01* +X181603011Y-121831748D01* +X181599203Y-121870411D01* +X181603011Y-121909074D01* +X181603011Y-122411748D01* +X181599203Y-122450411D01* +X181603011Y-122489074D01* +X181603011Y-122489083D01* +X181614405Y-122604767D01* +X181659429Y-122753193D01* +X181732545Y-122889982D01* +X181830942Y-123009880D01* +X181860989Y-123034539D01* +X188652600Y-129826152D01* +X188652600Y-129831244D01* +X186848304Y-129830312D01* +X185035800Y-128017809D01* +X185035800Y-127875478D01* +X185005787Y-127724591D01* +X184946913Y-127582458D01* +X184861442Y-127454541D01* +X184752659Y-127345758D01* +X184624742Y-127260287D01* +X184482609Y-127201413D01* +X184331722Y-127171400D01* +X184177878Y-127171400D01* +X184026991Y-127201413D01* +X183884858Y-127260287D01* +X183756941Y-127345758D01* +X183648158Y-127454541D01* +X183562687Y-127582458D01* +X183503813Y-127724591D01* +X183473800Y-127875478D01* +X183473800Y-128029322D01* +X183503813Y-128180209D01* +X183562687Y-128322342D01* +X183648158Y-128450259D01* +X183756941Y-128559042D01* +X183884858Y-128644513D01* +X184026991Y-128703387D01* +X184177878Y-128733400D01* +X184320209Y-128733400D01* +X185416380Y-129829572D01* +X184371423Y-129829032D01* +X183765500Y-129223109D01* +X183765500Y-129080778D01* +X183735487Y-128929891D01* +X183676613Y-128787758D01* +X183591142Y-128659841D01* +X183482359Y-128551058D01* +X183354442Y-128465587D01* +X183212309Y-128406713D01* +X183061422Y-128376700D01* +X182907578Y-128376700D01* +X182756691Y-128406713D01* +X182614558Y-128465587D01* +X182486641Y-128551058D01* +X182377858Y-128659841D01* +X182356000Y-128692554D01* +X182356000Y-127261245D01* +X182358447Y-127236399D01* +X182356000Y-127211553D01* +X182356000Y-127211546D01* +X182348678Y-127137207D01* +X182319745Y-127041825D01* +X182272759Y-126953921D01* +X182209527Y-126876873D01* +X182190220Y-126861028D01* +X180888751Y-125559560D01* +X181016865Y-125506498D01* +X181295841Y-125325992D01* +X181534241Y-125094529D01* +X181722905Y-124821004D01* +X181854581Y-124515928D01* +X181691662Y-124257000D01* +X180497000Y-124257000D01* +X180497000Y-124277000D01* +X179983000Y-124277000D01* +X179983000Y-124257000D01* +X179963000Y-124257000D01* +X179963000Y-123743000D01* +X179983000Y-123743000D01* +X179983000Y-122551370D01* +X180497000Y-122551370D01* +X180497000Y-123743000D01* +X181691662Y-123743000D01* +X181854581Y-123484072D01* +X181722905Y-123178996D01* +X181534241Y-122905471D01* +X181295841Y-122674008D01* +X181016865Y-122493502D01* +X180755927Y-122385428D01* +X180497000Y-122551370D01* +X179983000Y-122551370D01* +X179724073Y-122385428D01* +X179620200Y-122428450D01* +X179620200Y-121484345D01* +X179622647Y-121459499D01* +X179620200Y-121434653D01* +X179620200Y-121434646D01* +X179612878Y-121360307D01* +X179583945Y-121264925D01* +X179536959Y-121177021D01* +X179473727Y-121099973D01* +X179454420Y-121084128D01* +X175765674Y-117395383D01* +X175819303Y-117366717D01* +X175999134Y-117219134D01* +X176146717Y-117039303D01* +X176256381Y-116834136D01* +X176323912Y-116611516D01* +X176346714Y-116380000D01* +X176323912Y-116148484D01* +X176256381Y-115925864D01* +X176146717Y-115720697D01* +X175999134Y-115540866D01* +X175819303Y-115393283D01* +X175666000Y-115311341D01* +X175666000Y-103562745D01* +X175668447Y-103537899D01* +X175666000Y-103513053D01* +X175666000Y-103513046D01* +X175659652Y-103448594D01* +X175658678Y-103438706D01* +X175645002Y-103393622D01* +X175629745Y-103343325D01* +X175582759Y-103255421D01* +X175519527Y-103178373D01* +X175500220Y-103162528D01* +X175472263Y-103134571D01* +X175314241Y-102905471D01* +X175075841Y-102674008D01* +X174894121Y-102556430D01* +X174273500Y-101935809D01* +X174273500Y-101889560D01* +X174415978Y-101917900D01* +X174558309Y-101917900D01* +X177194001Y-104553593D01* +X177194000Y-115279553D01* +X177194001Y-115279563D01* +X177194001Y-115311340D01* +X177040697Y-115393283D01* +X176860866Y-115540866D01* +X176713283Y-115720697D01* +X176603619Y-115925864D01* +X176536088Y-116148484D01* +X176513286Y-116380000D01* +X176536088Y-116611516D01* +X176603619Y-116834136D01* +X176713283Y-117039303D01* +X176860866Y-117219134D01* +X177040697Y-117366717D01* +X177245864Y-117476381D01* +X177468484Y-117543912D01* +X177641984Y-117561000D01* +X177758016Y-117561000D01* +X177931516Y-117543912D01* +X178154136Y-117476381D01* +X178359303Y-117366717D01* +X178539134Y-117219134D01* +X178686717Y-117039303D01* +X178796381Y-116834136D01* +X178863912Y-116611516D01* +X178886714Y-116380000D01* +X179053286Y-116380000D01* +X179076088Y-116611516D01* +X179143619Y-116834136D01* +X179253283Y-117039303D01* +X179400866Y-117219134D01* +X179580697Y-117366717D01* +X179785864Y-117476381D01* +X180008484Y-117543912D01* +X180181984Y-117561000D01* +X180298016Y-117561000D01* +X180471516Y-117543912D01* +X180694136Y-117476381D01* +X180899303Y-117366717D01* +X181079134Y-117219134D01* +X181226717Y-117039303D01* +X181336381Y-116834136D01* +X181403912Y-116611516D01* +X181426714Y-116380000D01* +X181403912Y-116148484D01* +X181336381Y-115925864D01* +X181226717Y-115720697D01* +X181079134Y-115540866D01* +X180899303Y-115393283D01* +X180694136Y-115283619D01* +X180471516Y-115216088D01* +X180298016Y-115199000D01* +X180181984Y-115199000D01* +X180008484Y-115216088D01* +X179785864Y-115283619D01* +X179580697Y-115393283D01* +X179400866Y-115540866D01* +X179253283Y-115720697D01* +X179143619Y-115925864D01* +X179076088Y-116148484D01* +X179053286Y-116380000D01* +X178886714Y-116380000D01* +X178863912Y-116148484D01* +X178796381Y-115925864D01* +X178686717Y-115720697D01* +X178539134Y-115540866D01* +X178359303Y-115393283D01* +X178206000Y-115311341D01* +X178206000Y-104368845D01* +X178208447Y-104343999D01* +X178206000Y-104319153D01* +X178206000Y-104319146D01* +X178198678Y-104244807D01* +X178169745Y-104149425D01* +X178122759Y-104061521D01* +X178059527Y-103984473D01* +X178040220Y-103968628D01* +X177875637Y-103804045D01* +X177946848Y-103817174D01* +X178280701Y-103812491D01* +X178607225Y-103742767D01* +X178871736Y-103633203D01* +X178938498Y-103331951D01* +X178090000Y-102483453D01* +X178075858Y-102497595D01* +X177712405Y-102134142D01* +X177726547Y-102120000D01* +X177712405Y-102105858D01* +X178075858Y-101742405D01* +X178090000Y-101756547D01* +X178104142Y-101742405D01* +X178467595Y-102105858D01* +X178453453Y-102120000D01* +X179301951Y-102968498D01* +X179603203Y-102901736D01* +X179726636Y-102591504D01* +X179787174Y-102263152D01* +X179782491Y-101929299D01* +X179712767Y-101602775D01* +X179603203Y-101338264D01* +X179301953Y-101271503D01* +X179322056Y-101251400D01* +X180155054Y-101251400D01* +X180179900Y-101253847D01* +X180204746Y-101251400D01* +X180204754Y-101251400D01* +X180279093Y-101244078D01* +X180374475Y-101215145D01* +X180462379Y-101168159D01* +X180539427Y-101104927D01* +X180555276Y-101085615D01* +X180724491Y-100916400D01* +X180866822Y-100916400D01* +X181017709Y-100886387D01* +X181159842Y-100827513D01* +X181287759Y-100742042D01* +X181396542Y-100633259D01* +X181482013Y-100505342D01* +X181540887Y-100363209D01* +X181570900Y-100212322D01* +X181570900Y-100058478D01* +X181540887Y-99907591D01* +X181482013Y-99765458D01* +X181396542Y-99637541D01* +X181287759Y-99528758D01* +X181159842Y-99443287D01* +X181154435Y-99441048D01* +X181229469Y-99379469D01* +X181254127Y-99349423D01* +X181603012Y-99000539D01* +X181603011Y-117450916D01* +G36* +X178691442Y-124783079D02* +G01* +X178754674Y-124860127D01* +X178773981Y-124875972D01* +X178841759Y-124943750D01* +X178945759Y-125094529D01* +X179184159Y-125325992D01* +X179297035Y-125399026D01* +X181344000Y-127445992D01* +X181344000Y-129827467D01* +X177902981Y-129825689D01* +X176936000Y-128858709D01* +X176936000Y-124900795D01* +X177040697Y-124986717D01* +X177245864Y-125096381D01* +X177468484Y-125163912D01* +X177641984Y-125181000D01* +X177758016Y-125181000D01* +X177931516Y-125163912D01* +X178154136Y-125096381D01* +X178359303Y-124986717D01* +X178539134Y-124839134D01* +X178649513Y-124704636D01* +X178691442Y-124783079D01* +X178691442Y-124783079D01* +G37* +X178691442Y-124783079D02* +X178754674Y-124860127D01* +X178773981Y-124875972D01* +X178841759Y-124943750D01* +X178945759Y-125094529D01* +X179184159Y-125325992D01* +X179297035Y-125399026D01* +X181344000Y-127445992D01* +X181344000Y-129827467D01* +X177902981Y-129825689D01* +X176936000Y-128858709D01* +X176936000Y-124900795D01* +X177040697Y-124986717D01* +X177245864Y-125096381D01* +X177468484Y-125163912D01* +X177641984Y-125181000D01* +X177758016Y-125181000D01* +X177931516Y-125163912D01* +X178154136Y-125096381D01* +X178359303Y-124986717D01* +X178539134Y-124839134D01* +X178649513Y-124704636D01* +X178691442Y-124783079D01* +G36* +X142443619Y-103545864D02* +G01* +X142376088Y-103768484D01* +X142353286Y-104000000D01* +X142376088Y-104231516D01* +X142443619Y-104454136D01* +X142553283Y-104659303D01* +X142700866Y-104839134D01* +X142880697Y-104986717D01* +X143034000Y-105068659D01* +X143034000Y-105100453D01* +X143031553Y-105125300D01* +X143034000Y-105150146D01* +X143034000Y-105150153D01* +X143041322Y-105224492D01* +X143070255Y-105319874D01* +X143117241Y-105407779D01* +X143180473Y-105484827D01* +X143199785Y-105500676D01* +X143384001Y-105684893D01* +X143384000Y-115479205D01* +X143279303Y-115393283D01* +X143074136Y-115283619D01* +X142851516Y-115216088D01* +X142678016Y-115199000D01* +X142561984Y-115199000D01* +X142388484Y-115216088D01* +X142165864Y-115283619D01* +X141960697Y-115393283D01* +X141780866Y-115540866D01* +X141633283Y-115720697D01* +X141523619Y-115925864D01* +X141456088Y-116148484D01* +X141433286Y-116380000D01* +X141456088Y-116611516D01* +X141523619Y-116834136D01* +X141633283Y-117039303D01* +X141780866Y-117219134D01* +X141960697Y-117366717D01* +X142165864Y-117476381D01* +X142388484Y-117543912D01* +X142561984Y-117561000D01* +X142678016Y-117561000D01* +X142851516Y-117543912D01* +X143074136Y-117476381D01* +X143279303Y-117366717D01* +X143459134Y-117219134D01* +X143546254Y-117112978D01* +X143549785Y-117115876D01* +X144292728Y-117858820D01* +X144308573Y-117878127D01* +X144385621Y-117941359D01* +X144448643Y-117975045D01* +X144473525Y-117988345D01* +X144568907Y-118017278D01* +X144668100Y-118027048D01* +X144692954Y-118024600D01* +X153266754Y-118024600D01* +X153291600Y-118027047D01* +X153316446Y-118024600D01* +X153316454Y-118024600D01* +X153390793Y-118017278D01* +X153486175Y-117988345D01* +X153574079Y-117941359D01* +X153651127Y-117878127D01* +X153666976Y-117858815D01* +X154390220Y-117135572D01* +X154403407Y-117124750D01* +X154480866Y-117219134D01* +X154660697Y-117366717D01* +X154814001Y-117448660D01* +X154814001Y-117480437D01* +X154814000Y-117480447D01* +X154814001Y-118512844D01* +X154811553Y-118537700D01* +X154821322Y-118636892D01* +X154850255Y-118732274D01* +X154850256Y-118732275D01* +X154897242Y-118820179D01* +X154960474Y-118897227D01* +X154979781Y-118913072D01* +X158506016Y-122439308D01* +X158375927Y-122385428D01* +X158117000Y-122551370D01* +X158117000Y-123743000D01* +X159311662Y-123743000D01* +X159474581Y-123484072D01* +X159416717Y-123350008D01* +X164190400Y-128123692D01* +X164190400Y-128266022D01* +X164220413Y-128416909D01* +X164279287Y-128559042D01* +X164364758Y-128686959D01* +X164473541Y-128795742D01* +X164601458Y-128881213D01* +X164743591Y-128940087D01* +X164894478Y-128970100D01* +X165048322Y-128970100D01* +X165199209Y-128940087D01* +X165341342Y-128881213D01* +X165469259Y-128795742D01* +X165578042Y-128686959D01* +X165663513Y-128559042D01* +X165688859Y-128497851D01* +X167011068Y-129820060D01* +X155826000Y-129814280D01* +X155826000Y-125068659D01* +X155979303Y-124986717D01* +X156159134Y-124839134D01* +X156261098Y-124714889D01* +X156399065Y-124852856D01* +X156565759Y-125094529D01* +X156804159Y-125325992D01* +X156996929Y-125450720D01* +X160719928Y-129173720D01* +X160735773Y-129193027D01* +X160812821Y-129256259D01* +X160900725Y-129303245D01* +X160973907Y-129325444D01* +X160996106Y-129332178D01* +X161005994Y-129333152D01* +X161070446Y-129339500D01* +X161070453Y-129339500D01* +X161095299Y-129341947D01* +X161120145Y-129339500D01* +X161900599Y-129339500D01* +X162001241Y-129440142D01* +X162129158Y-129525613D01* +X162271291Y-129584487D01* +X162422178Y-129614500D01* +X162576022Y-129614500D01* +X162726909Y-129584487D01* +X162869042Y-129525613D01* +X162996959Y-129440142D01* +X163105742Y-129331359D01* +X163191213Y-129203442D01* +X163250087Y-129061309D01* +X163280100Y-128910422D01* +X163280100Y-128756578D01* +X163250087Y-128605691D01* +X163191213Y-128463558D01* +X163105742Y-128335641D01* +X162996959Y-128226858D01* +X162869042Y-128141387D01* +X162726909Y-128082513D01* +X162576022Y-128052500D01* +X162422178Y-128052500D01* +X162271291Y-128082513D01* +X162129158Y-128141387D01* +X162001241Y-128226858D01* +X161900599Y-128327500D01* +X161304892Y-128327500D01* +X158528692Y-125551301D01* +X158636865Y-125506498D01* +X158915841Y-125325992D01* +X159154241Y-125094529D01* +X159342905Y-124821004D01* +X159474581Y-124515928D01* +X159311662Y-124257000D01* +X158117000Y-124257000D01* +X158117000Y-124277000D01* +X157603000Y-124277000D01* +X157603000Y-124257000D01* +X157583000Y-124257000D01* +X157583000Y-123743000D01* +X157603000Y-123743000D01* +X157603000Y-122551370D01* +X157344073Y-122385428D01* +X157083135Y-122493502D01* +X156874249Y-122628657D01* +X155967476Y-121721885D01* +X155951627Y-121702573D01* +X155874579Y-121639341D01* +X155786675Y-121592355D01* +X155691293Y-121563422D01* +X155616954Y-121556100D01* +X155616946Y-121556100D01* +X155592100Y-121553653D01* +X155567254Y-121556100D01* +X144275692Y-121556100D01* +X140267808Y-117548217D01* +X140311516Y-117543912D01* +X140534136Y-117476381D01* +X140739303Y-117366717D01* +X140919134Y-117219134D01* +X141066717Y-117039303D01* +X141176381Y-116834136D01* +X141243912Y-116611516D01* +X141266714Y-116380000D01* +X141243912Y-116148484D01* +X141176381Y-115925864D01* +X141066717Y-115720697D01* +X140919134Y-115540866D01* +X140739303Y-115393283D01* +X140586000Y-115311341D01* +X140586000Y-106254891D01* +X141340220Y-105500672D01* +X141359527Y-105484827D01* +X141422759Y-105407779D01* +X141469745Y-105319875D01* +X141498678Y-105224493D01* +X141502780Y-105182843D01* +X141800000Y-105182843D01* +X141874689Y-105175487D01* +X141946508Y-105153701D01* +X142012696Y-105118322D01* +X142070711Y-105070711D01* +X142118322Y-105012696D01* +X142153701Y-104946508D01* +X142175487Y-104874689D01* +X142182843Y-104800000D01* +X142182843Y-103380600D01* +X142531954Y-103380600D01* +X142443619Y-103545864D01* +X142443619Y-103545864D01* +G37* +X142443619Y-103545864D02* +X142376088Y-103768484D01* +X142353286Y-104000000D01* +X142376088Y-104231516D01* +X142443619Y-104454136D01* +X142553283Y-104659303D01* +X142700866Y-104839134D01* +X142880697Y-104986717D01* +X143034000Y-105068659D01* +X143034000Y-105100453D01* +X143031553Y-105125300D01* +X143034000Y-105150146D01* +X143034000Y-105150153D01* +X143041322Y-105224492D01* +X143070255Y-105319874D01* +X143117241Y-105407779D01* +X143180473Y-105484827D01* +X143199785Y-105500676D01* +X143384001Y-105684893D01* +X143384000Y-115479205D01* +X143279303Y-115393283D01* +X143074136Y-115283619D01* +X142851516Y-115216088D01* +X142678016Y-115199000D01* +X142561984Y-115199000D01* +X142388484Y-115216088D01* +X142165864Y-115283619D01* +X141960697Y-115393283D01* +X141780866Y-115540866D01* +X141633283Y-115720697D01* +X141523619Y-115925864D01* +X141456088Y-116148484D01* +X141433286Y-116380000D01* +X141456088Y-116611516D01* +X141523619Y-116834136D01* +X141633283Y-117039303D01* +X141780866Y-117219134D01* +X141960697Y-117366717D01* +X142165864Y-117476381D01* +X142388484Y-117543912D01* +X142561984Y-117561000D01* +X142678016Y-117561000D01* +X142851516Y-117543912D01* +X143074136Y-117476381D01* +X143279303Y-117366717D01* +X143459134Y-117219134D01* +X143546254Y-117112978D01* +X143549785Y-117115876D01* +X144292728Y-117858820D01* +X144308573Y-117878127D01* +X144385621Y-117941359D01* +X144448643Y-117975045D01* +X144473525Y-117988345D01* +X144568907Y-118017278D01* +X144668100Y-118027048D01* +X144692954Y-118024600D01* +X153266754Y-118024600D01* +X153291600Y-118027047D01* +X153316446Y-118024600D01* +X153316454Y-118024600D01* +X153390793Y-118017278D01* +X153486175Y-117988345D01* +X153574079Y-117941359D01* +X153651127Y-117878127D01* +X153666976Y-117858815D01* +X154390220Y-117135572D01* +X154403407Y-117124750D01* +X154480866Y-117219134D01* +X154660697Y-117366717D01* +X154814001Y-117448660D01* +X154814001Y-117480437D01* +X154814000Y-117480447D01* +X154814001Y-118512844D01* +X154811553Y-118537700D01* +X154821322Y-118636892D01* +X154850255Y-118732274D01* +X154850256Y-118732275D01* +X154897242Y-118820179D01* +X154960474Y-118897227D01* +X154979781Y-118913072D01* +X158506016Y-122439308D01* +X158375927Y-122385428D01* +X158117000Y-122551370D01* +X158117000Y-123743000D01* +X159311662Y-123743000D01* +X159474581Y-123484072D01* +X159416717Y-123350008D01* +X164190400Y-128123692D01* +X164190400Y-128266022D01* +X164220413Y-128416909D01* +X164279287Y-128559042D01* +X164364758Y-128686959D01* +X164473541Y-128795742D01* +X164601458Y-128881213D01* +X164743591Y-128940087D01* +X164894478Y-128970100D01* +X165048322Y-128970100D01* +X165199209Y-128940087D01* +X165341342Y-128881213D01* +X165469259Y-128795742D01* +X165578042Y-128686959D01* +X165663513Y-128559042D01* +X165688859Y-128497851D01* +X167011068Y-129820060D01* +X155826000Y-129814280D01* +X155826000Y-125068659D01* +X155979303Y-124986717D01* +X156159134Y-124839134D01* +X156261098Y-124714889D01* +X156399065Y-124852856D01* +X156565759Y-125094529D01* +X156804159Y-125325992D01* +X156996929Y-125450720D01* +X160719928Y-129173720D01* +X160735773Y-129193027D01* +X160812821Y-129256259D01* +X160900725Y-129303245D01* +X160973907Y-129325444D01* +X160996106Y-129332178D01* +X161005994Y-129333152D01* +X161070446Y-129339500D01* +X161070453Y-129339500D01* +X161095299Y-129341947D01* +X161120145Y-129339500D01* +X161900599Y-129339500D01* +X162001241Y-129440142D01* +X162129158Y-129525613D01* +X162271291Y-129584487D01* +X162422178Y-129614500D01* +X162576022Y-129614500D01* +X162726909Y-129584487D01* +X162869042Y-129525613D01* +X162996959Y-129440142D01* +X163105742Y-129331359D01* +X163191213Y-129203442D01* +X163250087Y-129061309D01* +X163280100Y-128910422D01* +X163280100Y-128756578D01* +X163250087Y-128605691D01* +X163191213Y-128463558D01* +X163105742Y-128335641D01* +X162996959Y-128226858D01* +X162869042Y-128141387D01* +X162726909Y-128082513D01* +X162576022Y-128052500D01* +X162422178Y-128052500D01* +X162271291Y-128082513D01* +X162129158Y-128141387D01* +X162001241Y-128226858D01* +X161900599Y-128327500D01* +X161304892Y-128327500D01* +X158528692Y-125551301D01* +X158636865Y-125506498D01* +X158915841Y-125325992D01* +X159154241Y-125094529D01* +X159342905Y-124821004D01* +X159474581Y-124515928D01* +X159311662Y-124257000D01* +X158117000Y-124257000D01* +X158117000Y-124277000D01* +X157603000Y-124277000D01* +X157603000Y-124257000D01* +X157583000Y-124257000D01* +X157583000Y-123743000D01* +X157603000Y-123743000D01* +X157603000Y-122551370D01* +X157344073Y-122385428D01* +X157083135Y-122493502D01* +X156874249Y-122628657D01* +X155967476Y-121721885D01* +X155951627Y-121702573D01* +X155874579Y-121639341D01* +X155786675Y-121592355D01* +X155691293Y-121563422D01* +X155616954Y-121556100D01* +X155616946Y-121556100D01* +X155592100Y-121553653D01* +X155567254Y-121556100D01* +X144275692Y-121556100D01* +X140267808Y-117548217D01* +X140311516Y-117543912D01* +X140534136Y-117476381D01* +X140739303Y-117366717D01* +X140919134Y-117219134D01* +X141066717Y-117039303D01* +X141176381Y-116834136D01* +X141243912Y-116611516D01* +X141266714Y-116380000D01* +X141243912Y-116148484D01* +X141176381Y-115925864D01* +X141066717Y-115720697D01* +X140919134Y-115540866D01* +X140739303Y-115393283D01* +X140586000Y-115311341D01* +X140586000Y-106254891D01* +X141340220Y-105500672D01* +X141359527Y-105484827D01* +X141422759Y-105407779D01* +X141469745Y-105319875D01* +X141498678Y-105224493D01* +X141502780Y-105182843D01* +X141800000Y-105182843D01* +X141874689Y-105175487D01* +X141946508Y-105153701D01* +X142012696Y-105118322D01* +X142070711Y-105070711D01* +X142118322Y-105012696D01* +X142153701Y-104946508D01* +X142175487Y-104874689D01* +X142182843Y-104800000D01* +X142182843Y-103380600D01* +X142531954Y-103380600D01* +X142443619Y-103545864D01* +G36* +X174277000Y-103743000D02* +G01* +X174649508Y-103743000D01* +X174654001Y-103747493D01* +X174654001Y-104257000D01* +X174277000Y-104257000D01* +X174277000Y-105448630D01* +X174535927Y-105614572D01* +X174654001Y-105565669D01* +X174654000Y-115279553D01* +X174654001Y-115279562D01* +X174654001Y-115311340D01* +X174500697Y-115393283D01* +X174320866Y-115540866D01* +X174219172Y-115664780D01* +X168176000Y-109621609D01* +X168176000Y-104900795D01* +X168280697Y-104986717D01* +X168485864Y-105096381D01* +X168708484Y-105163912D01* +X168881984Y-105181000D01* +X168998016Y-105181000D01* +X169171516Y-105163912D01* +X169394136Y-105096381D01* +X169599303Y-104986717D01* +X169779134Y-104839134D01* +X169926717Y-104659303D01* +X170036381Y-104454136D01* +X170051146Y-104405463D01* +X170072221Y-104422759D01* +X170160125Y-104469745D01* +X170255507Y-104498678D01* +X170329846Y-104506000D01* +X170354700Y-104508448D01* +X170379554Y-104506000D01* +X170411341Y-104506000D01* +X170493283Y-104659303D01* +X170640866Y-104839134D01* +X170820697Y-104986717D01* +X171025864Y-105096381D01* +X171248484Y-105163912D01* +X171421984Y-105181000D01* +X171538016Y-105181000D01* +X171711516Y-105163912D01* +X171934136Y-105096381D01* +X172139303Y-104986717D01* +X172319134Y-104839134D01* +X172466717Y-104659303D01* +X172467041Y-104658697D01* +X172537095Y-104821004D01* +X172725759Y-105094529D01* +X172964159Y-105325992D01* +X173243135Y-105506498D01* +X173504073Y-105614572D01* +X173763000Y-105448630D01* +X173763000Y-104257000D01* +X173743000Y-104257000D01* +X173743000Y-103743000D01* +X173763000Y-103743000D01* +X173763000Y-103723000D01* +X174277000Y-103723000D01* +X174277000Y-103743000D01* +X174277000Y-103743000D01* +G37* +X174277000Y-103743000D02* +X174649508Y-103743000D01* +X174654001Y-103747493D01* +X174654001Y-104257000D01* +X174277000Y-104257000D01* +X174277000Y-105448630D01* +X174535927Y-105614572D01* +X174654001Y-105565669D01* +X174654000Y-115279553D01* +X174654001Y-115279562D01* +X174654001Y-115311340D01* +X174500697Y-115393283D01* +X174320866Y-115540866D01* +X174219172Y-115664780D01* +X168176000Y-109621609D01* +X168176000Y-104900795D01* +X168280697Y-104986717D01* +X168485864Y-105096381D01* +X168708484Y-105163912D01* +X168881984Y-105181000D01* +X168998016Y-105181000D01* +X169171516Y-105163912D01* +X169394136Y-105096381D01* +X169599303Y-104986717D01* +X169779134Y-104839134D01* +X169926717Y-104659303D01* +X170036381Y-104454136D01* +X170051146Y-104405463D01* +X170072221Y-104422759D01* +X170160125Y-104469745D01* +X170255507Y-104498678D01* +X170329846Y-104506000D01* +X170354700Y-104508448D01* +X170379554Y-104506000D01* +X170411341Y-104506000D01* +X170493283Y-104659303D01* +X170640866Y-104839134D01* +X170820697Y-104986717D01* +X171025864Y-105096381D01* +X171248484Y-105163912D01* +X171421984Y-105181000D01* +X171538016Y-105181000D01* +X171711516Y-105163912D01* +X171934136Y-105096381D01* +X172139303Y-104986717D01* +X172319134Y-104839134D01* +X172466717Y-104659303D01* +X172467041Y-104658697D01* +X172537095Y-104821004D01* +X172725759Y-105094529D01* +X172964159Y-105325992D01* +X173243135Y-105506498D01* +X173504073Y-105614572D01* +X173763000Y-105448630D01* +X173763000Y-104257000D01* +X173743000Y-104257000D01* +X173743000Y-103743000D01* +X173763000Y-103743000D01* +X173763000Y-103723000D01* +X174277000Y-103723000D01* +X174277000Y-103743000D01* +G36* +X141420697Y-70816717D02* +G01* +X141474326Y-70845382D01* +X140558385Y-71761324D01* +X140539073Y-71777173D01* +X140475841Y-71854221D01* +X140428855Y-71942126D01* +X140399922Y-72037508D01* +X140392600Y-72111847D01* +X140392600Y-72111854D01* +X140390153Y-72136700D01* +X140392600Y-72161546D01* +X140392600Y-75992505D01* +X140316865Y-75943502D01* +X140055927Y-75835428D01* +X139797000Y-76001370D01* +X139797000Y-77193000D01* +X139817000Y-77193000D01* +X139817000Y-77707000D01* +X139797000Y-77707000D01* +X139797000Y-78898630D01* +X140055927Y-79064572D01* +X140316865Y-78956498D01* +X140392601Y-78907495D01* +X140392601Y-85387807D01* +X137742815Y-88037594D01* +X137705638Y-88012753D01* +X138465620Y-87252772D01* +X138484927Y-87236927D01* +X138548159Y-87159879D01* +X138595145Y-87071975D01* +X138624078Y-86976593D01* +X138631400Y-86902254D01* +X138631400Y-86902247D01* +X138633847Y-86877401D01* +X138631400Y-86852555D01* +X138631400Y-78871261D01* +X138763135Y-78956498D01* +X139024073Y-79064572D01* +X139283000Y-78898630D01* +X139283000Y-77707000D01* +X139263000Y-77707000D01* +X139263000Y-77193000D01* +X139283000Y-77193000D01* +X139283000Y-76001370D01* +X139024073Y-75835428D01* +X138763135Y-75943502D01* +X138631400Y-76028739D01* +X138631400Y-73454191D01* +X141160220Y-70925372D01* +X141179527Y-70909527D01* +X141242759Y-70832479D01* +X141289745Y-70744575D01* +X141298325Y-70716289D01* +X141420697Y-70816717D01* +X141420697Y-70816717D01* +G37* +X141420697Y-70816717D02* +X141474326Y-70845382D01* +X140558385Y-71761324D01* +X140539073Y-71777173D01* +X140475841Y-71854221D01* +X140428855Y-71942126D01* +X140399922Y-72037508D01* +X140392600Y-72111847D01* +X140392600Y-72111854D01* +X140390153Y-72136700D01* +X140392600Y-72161546D01* +X140392600Y-75992505D01* +X140316865Y-75943502D01* +X140055927Y-75835428D01* +X139797000Y-76001370D01* +X139797000Y-77193000D01* +X139817000Y-77193000D01* +X139817000Y-77707000D01* +X139797000Y-77707000D01* +X139797000Y-78898630D01* +X140055927Y-79064572D01* +X140316865Y-78956498D01* +X140392601Y-78907495D01* +X140392601Y-85387807D01* +X137742815Y-88037594D01* +X137705638Y-88012753D01* +X138465620Y-87252772D01* +X138484927Y-87236927D01* +X138548159Y-87159879D01* +X138595145Y-87071975D01* +X138624078Y-86976593D01* +X138631400Y-86902254D01* +X138631400Y-86902247D01* +X138633847Y-86877401D01* +X138631400Y-86852555D01* +X138631400Y-78871261D01* +X138763135Y-78956498D01* +X139024073Y-79064572D01* +X139283000Y-78898630D01* +X139283000Y-77707000D01* +X139263000Y-77707000D01* +X139263000Y-77193000D01* +X139283000Y-77193000D01* +X139283000Y-76001370D01* +X139024073Y-75835428D01* +X138763135Y-75943502D01* +X138631400Y-76028739D01* +X138631400Y-73454191D01* +X141160220Y-70925372D01* +X141179527Y-70909527D01* +X141242759Y-70832479D01* +X141289745Y-70744575D01* +X141298325Y-70716289D01* +X141420697Y-70816717D01* +G36* +X142844000Y-75938174D02* +G01* +X142595927Y-75835428D01* +X142337000Y-76001370D01* +X142337000Y-77193000D01* +X142357000Y-77193000D01* +X142357000Y-77707000D01* +X142337000Y-77707000D01* +X142337000Y-78898630D01* +X142595927Y-79064572D01* +X142844001Y-78961826D01* +X142844001Y-83963607D01* +X141404600Y-85403008D01* +X141404600Y-78998522D01* +X141564073Y-79064572D01* +X141823000Y-78898630D01* +X141823000Y-77707000D01* +X141404600Y-77707000D01* +X141404600Y-77193000D01* +X141823000Y-77193000D01* +X141823000Y-76001370D01* +X141564073Y-75835428D01* +X141404600Y-75901478D01* +X141404600Y-72346291D01* +X142420220Y-71330672D01* +X142439527Y-71314827D01* +X142502759Y-71237779D01* +X142549745Y-71149875D01* +X142578678Y-71054493D01* +X142586000Y-70980154D01* +X142588448Y-70955300D01* +X142586000Y-70930446D01* +X142586000Y-70898659D01* +X142739303Y-70816717D01* +X142844000Y-70730795D01* +X142844000Y-75938174D01* +X142844000Y-75938174D01* +G37* +X142844000Y-75938174D02* +X142595927Y-75835428D01* +X142337000Y-76001370D01* +X142337000Y-77193000D01* +X142357000Y-77193000D01* +X142357000Y-77707000D01* +X142337000Y-77707000D01* +X142337000Y-78898630D01* +X142595927Y-79064572D01* +X142844001Y-78961826D01* +X142844001Y-83963607D01* +X141404600Y-85403008D01* +X141404600Y-78998522D01* +X141564073Y-79064572D01* +X141823000Y-78898630D01* +X141823000Y-77707000D01* +X141404600Y-77707000D01* +X141404600Y-77193000D01* +X141823000Y-77193000D01* +X141823000Y-76001370D01* +X141564073Y-75835428D01* +X141404600Y-75901478D01* +X141404600Y-72346291D01* +X142420220Y-71330672D01* +X142439527Y-71314827D01* +X142502759Y-71237779D01* +X142549745Y-71149875D01* +X142578678Y-71054493D01* +X142586000Y-70980154D01* +X142588448Y-70955300D01* +X142586000Y-70930446D01* +X142586000Y-70898659D01* +X142739303Y-70816717D01* +X142844000Y-70730795D01* +X142844000Y-75938174D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-F_Mask.gbr b/kicad/Output/v1.0/SFD800-F_Mask.gbr new file mode 100644 index 0000000..604f6cd --- /dev/null +++ b/kicad/Output/v1.0/SFD800-F_Mask.gbr @@ -0,0 +1,11006 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Soldermask,Top* +G04 #@! TF.FilePolarity,Negative* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.100000*% +G04 APERTURE END LIST* +D10* +G36* +X190271000Y-144704200D02* +G01* +X188669000Y-144704200D01* +X188669000Y-131602200D01* +X190271000Y-131602200D01* +X190271000Y-144704200D01* +X190271000Y-144704200D01* +G37* +G36* +X187731000Y-144704200D02* +G01* +X186129000Y-144704200D01* +X186129000Y-131602200D01* +X187731000Y-131602200D01* +X187731000Y-144704200D01* +X187731000Y-144704200D01* +G37* +G36* +X185191000Y-144704200D02* +G01* +X183589000Y-144704200D01* +X183589000Y-131602200D01* +X185191000Y-131602200D01* +X185191000Y-144704200D01* +X185191000Y-144704200D01* +G37* +G36* +X182651000Y-144704200D02* +G01* +X181049000Y-144704200D01* +X181049000Y-131602200D01* +X182651000Y-131602200D01* +X182651000Y-144704200D01* +X182651000Y-144704200D01* +G37* +G36* +X180111000Y-144704200D02* +G01* +X178509000Y-144704200D01* +X178509000Y-131602200D01* +X180111000Y-131602200D01* +X180111000Y-144704200D01* +X180111000Y-144704200D01* +G37* +G36* +X177571000Y-144704200D02* +G01* +X175969000Y-144704200D01* +X175969000Y-131602200D01* +X177571000Y-131602200D01* +X177571000Y-144704200D01* +X177571000Y-144704200D01* +G37* +G36* +X175031000Y-144704200D02* +G01* +X173429000Y-144704200D01* +X173429000Y-131602200D01* +X175031000Y-131602200D01* +X175031000Y-144704200D01* +X175031000Y-144704200D01* +G37* +G36* +X172491000Y-144704200D02* +G01* +X170889000Y-144704200D01* +X170889000Y-131602200D01* +X172491000Y-131602200D01* +X172491000Y-144704200D01* +X172491000Y-144704200D01* +G37* +G36* +X169951000Y-144704200D02* +G01* +X168349000Y-144704200D01* +X168349000Y-131602200D01* +X169951000Y-131602200D01* +X169951000Y-144704200D01* +X169951000Y-144704200D01* +G37* +G36* +X167411000Y-144704200D02* +G01* +X165809000Y-144704200D01* +X165809000Y-131602200D01* +X167411000Y-131602200D01* +X167411000Y-144704200D01* +X167411000Y-144704200D01* +G37* +G36* +X164871000Y-144704200D02* +G01* +X163269000Y-144704200D01* +X163269000Y-131602200D01* +X164871000Y-131602200D01* +X164871000Y-144704200D01* +X164871000Y-144704200D01* +G37* +G36* +X162331000Y-144704200D02* +G01* +X160729000Y-144704200D01* +X160729000Y-131602200D01* +X162331000Y-131602200D01* +X162331000Y-144704200D01* +X162331000Y-144704200D01* +G37* +G36* +X159791000Y-144704200D02* +G01* +X158189000Y-144704200D01* +X158189000Y-131602200D01* +X159791000Y-131602200D01* +X159791000Y-144704200D01* +X159791000Y-144704200D01* +G37* +G36* +X157251000Y-144704200D02* +G01* +X155649000Y-144704200D01* +X155649000Y-131602200D01* +X157251000Y-131602200D01* +X157251000Y-144704200D01* +X157251000Y-144704200D01* +G37* +G36* +X154711000Y-144704200D02* +G01* +X153109000Y-144704200D01* +X153109000Y-131602200D01* +X154711000Y-131602200D01* +X154711000Y-144704200D01* +X154711000Y-144704200D01* +G37* +G36* +X152171000Y-144704200D02* +G01* +X150569000Y-144704200D01* +X150569000Y-131602200D01* +X152171000Y-131602200D01* +X152171000Y-144704200D01* +X152171000Y-144704200D01* +G37* +G36* +X149631000Y-144704200D02* +G01* +X148029000Y-144704200D01* +X148029000Y-131602200D01* +X149631000Y-131602200D01* +X149631000Y-144704200D01* +X149631000Y-144704200D01* +G37* +G36* +X147091000Y-144704200D02* +G01* +X145489000Y-144704200D01* +X145489000Y-131602200D01* +X147091000Y-131602200D01* +X147091000Y-144704200D01* +X147091000Y-144704200D01* +G37* +G36* +X144551000Y-144704200D02* +G01* +X142949000Y-144704200D01* +X142949000Y-131602200D01* +X144551000Y-131602200D01* +X144551000Y-144704200D01* +X144551000Y-144704200D01* +G37* +G36* +X142011000Y-144704200D02* +G01* +X140409000Y-144704200D01* +X140409000Y-131602200D01* +X142011000Y-131602200D01* +X142011000Y-144704200D01* +X142011000Y-144704200D01* +G37* +G36* +X139471000Y-144704200D02* +G01* +X137869000Y-144704200D01* +X137869000Y-131602200D01* +X139471000Y-131602200D01* +X139471000Y-144704200D01* +X139471000Y-144704200D01* +G37* +G36* +X136931000Y-144704200D02* +G01* +X135329000Y-144704200D01* +X135329000Y-131602200D01* +X136931000Y-131602200D01* +X136931000Y-144704200D01* +X136931000Y-144704200D01* +G37* +G36* +X190738228Y-129151703D02* +G01* +X190893100Y-129215853D01* +X191032481Y-129308985D01* +X191151015Y-129427519D01* +X191244147Y-129566900D01* +X191308297Y-129721772D01* +X191341000Y-129886184D01* +X191341000Y-130053816D01* +X191308297Y-130218228D01* +X191244147Y-130373100D01* +X191151015Y-130512481D01* +X191032481Y-130631015D01* +X190893100Y-130724147D01* +X190738228Y-130788297D01* +X190573816Y-130821000D01* +X190406184Y-130821000D01* +X190241772Y-130788297D01* +X190086900Y-130724147D01* +X189947519Y-130631015D01* +X189828985Y-130512481D01* +X189735853Y-130373100D01* +X189671703Y-130218228D01* +X189639000Y-130053816D01* +X189639000Y-129886184D01* +X189671703Y-129721772D01* +X189735853Y-129566900D01* +X189828985Y-129427519D01* +X189947519Y-129308985D01* +X190086900Y-129215853D01* +X190241772Y-129151703D01* +X190406184Y-129119000D01* +X190573816Y-129119000D01* +X190738228Y-129151703D01* +X190738228Y-129151703D01* +G37* +G36* +X193238228Y-129151703D02* +G01* +X193393100Y-129215853D01* +X193532481Y-129308985D01* +X193651015Y-129427519D01* +X193744147Y-129566900D01* +X193808297Y-129721772D01* +X193841000Y-129886184D01* +X193841000Y-130053816D01* +X193808297Y-130218228D01* +X193744147Y-130373100D01* +X193651015Y-130512481D01* +X193532481Y-130631015D01* +X193393100Y-130724147D01* +X193238228Y-130788297D01* +X193073816Y-130821000D01* +X192906184Y-130821000D01* +X192741772Y-130788297D01* +X192586900Y-130724147D01* +X192447519Y-130631015D01* +X192328985Y-130512481D01* +X192235853Y-130373100D01* +X192171703Y-130218228D01* +X192139000Y-130053816D01* +X192139000Y-129886184D01* +X192171703Y-129721772D01* +X192235853Y-129566900D01* +X192328985Y-129427519D01* +X192447519Y-129308985D01* +X192586900Y-129215853D01* +X192741772Y-129151703D01* +X192906184Y-129119000D01* +X193073816Y-129119000D01* +X193238228Y-129151703D01* +X193238228Y-129151703D01* +G37* +G36* +X193218228Y-126091703D02* +G01* +X193373100Y-126155853D01* +X193512481Y-126248985D01* +X193631015Y-126367519D01* +X193724147Y-126506900D01* +X193788297Y-126661772D01* +X193821000Y-126826184D01* +X193821000Y-126993816D01* +X193788297Y-127158228D01* +X193724147Y-127313100D01* +X193631015Y-127452481D01* +X193512481Y-127571015D01* +X193373100Y-127664147D01* +X193218228Y-127728297D01* +X193053816Y-127761000D01* +X192886184Y-127761000D01* +X192721772Y-127728297D01* +X192566900Y-127664147D01* +X192427519Y-127571015D01* +X192308985Y-127452481D01* +X192215853Y-127313100D01* +X192151703Y-127158228D01* +X192119000Y-126993816D01* +X192119000Y-126826184D01* +X192151703Y-126661772D01* +X192215853Y-126506900D01* +X192308985Y-126367519D01* +X192427519Y-126248985D01* +X192566900Y-126155853D01* +X192721772Y-126091703D01* +X192886184Y-126059000D01* +X193053816Y-126059000D01* +X193218228Y-126091703D01* +X193218228Y-126091703D01* +G37* +G36* +X190718228Y-126091703D02* +G01* +X190873100Y-126155853D01* +X191012481Y-126248985D01* +X191131015Y-126367519D01* +X191224147Y-126506900D01* +X191288297Y-126661772D01* +X191321000Y-126826184D01* +X191321000Y-126993816D01* +X191288297Y-127158228D01* +X191224147Y-127313100D01* +X191131015Y-127452481D01* +X191012481Y-127571015D01* +X190873100Y-127664147D01* +X190718228Y-127728297D01* +X190553816Y-127761000D01* +X190386184Y-127761000D01* +X190221772Y-127728297D01* +X190066900Y-127664147D01* +X189927519Y-127571015D01* +X189808985Y-127452481D01* +X189715853Y-127313100D01* +X189651703Y-127158228D01* +X189619000Y-126993816D01* +X189619000Y-126826184D01* +X189651703Y-126661772D01* +X189715853Y-126506900D01* +X189808985Y-126367519D01* +X189927519Y-126248985D01* +X190066900Y-126155853D01* +X190221772Y-126091703D01* +X190386184Y-126059000D01* +X190553816Y-126059000D01* +X190718228Y-126091703D01* +X190718228Y-126091703D01* +G37* +G36* +X147866823Y-123161313D02* +G01* +X148027242Y-123209976D01* +X148159906Y-123280886D01* +X148175078Y-123288996D01* +X148304659Y-123395341D01* +X148411004Y-123524922D01* +X148411005Y-123524924D01* +X148490024Y-123672758D01* +X148538687Y-123833177D01* +X148555117Y-124000000D01* +X148538687Y-124166823D01* +X148490024Y-124327242D01* +X148419114Y-124459906D01* +X148411004Y-124475078D01* +X148304659Y-124604659D01* +X148175078Y-124711004D01* +X148175076Y-124711005D01* +X148027242Y-124790024D01* +X147866823Y-124838687D01* +X147741804Y-124851000D01* +X147658196Y-124851000D01* +X147533177Y-124838687D01* +X147372758Y-124790024D01* +X147224924Y-124711005D01* +X147224922Y-124711004D01* +X147095341Y-124604659D01* +X146988996Y-124475078D01* +X146980886Y-124459906D01* +X146909976Y-124327242D01* +X146861313Y-124166823D01* +X146844883Y-124000000D01* +X146861313Y-123833177D01* +X146909976Y-123672758D01* +X146988995Y-123524924D01* +X146988996Y-123524922D01* +X147095341Y-123395341D01* +X147224922Y-123288996D01* +X147240094Y-123280886D01* +X147372758Y-123209976D01* +X147533177Y-123161313D01* +X147658196Y-123149000D01* +X147741804Y-123149000D01* +X147866823Y-123161313D01* +X147866823Y-123161313D01* +G37* +G36* +X158026823Y-123161313D02* +G01* +X158187242Y-123209976D01* +X158319906Y-123280886D01* +X158335078Y-123288996D01* +X158464659Y-123395341D01* +X158571004Y-123524922D01* +X158571005Y-123524924D01* +X158650024Y-123672758D01* +X158698687Y-123833177D01* +X158715117Y-124000000D01* +X158698687Y-124166823D01* +X158650024Y-124327242D01* +X158579114Y-124459906D01* +X158571004Y-124475078D01* +X158464659Y-124604659D01* +X158335078Y-124711004D01* +X158335076Y-124711005D01* +X158187242Y-124790024D01* +X158026823Y-124838687D01* +X157901804Y-124851000D01* +X157818196Y-124851000D01* +X157693177Y-124838687D01* +X157532758Y-124790024D01* +X157384924Y-124711005D01* +X157384922Y-124711004D01* +X157255341Y-124604659D01* +X157148996Y-124475078D01* +X157140886Y-124459906D01* +X157069976Y-124327242D01* +X157021313Y-124166823D01* +X157004883Y-124000000D01* +X157021313Y-123833177D01* +X157069976Y-123672758D01* +X157148995Y-123524924D01* +X157148996Y-123524922D01* +X157255341Y-123395341D01* +X157384922Y-123288996D01* +X157400094Y-123280886D01* +X157532758Y-123209976D01* +X157693177Y-123161313D01* +X157818196Y-123149000D01* +X157901804Y-123149000D01* +X158026823Y-123161313D01* +X158026823Y-123161313D01* +G37* +G36* +X145326823Y-123161313D02* +G01* +X145487242Y-123209976D01* +X145619906Y-123280886D01* +X145635078Y-123288996D01* +X145764659Y-123395341D01* +X145871004Y-123524922D01* +X145871005Y-123524924D01* +X145950024Y-123672758D01* +X145998687Y-123833177D01* +X146015117Y-124000000D01* +X145998687Y-124166823D01* +X145950024Y-124327242D01* +X145879114Y-124459906D01* +X145871004Y-124475078D01* +X145764659Y-124604659D01* +X145635078Y-124711004D01* +X145635076Y-124711005D01* +X145487242Y-124790024D01* +X145326823Y-124838687D01* +X145201804Y-124851000D01* +X145118196Y-124851000D01* +X144993177Y-124838687D01* +X144832758Y-124790024D01* +X144684924Y-124711005D01* +X144684922Y-124711004D01* +X144555341Y-124604659D01* +X144448996Y-124475078D01* +X144440886Y-124459906D01* +X144369976Y-124327242D01* +X144321313Y-124166823D01* +X144304883Y-124000000D01* +X144321313Y-123833177D01* +X144369976Y-123672758D01* +X144448995Y-123524924D01* +X144448996Y-123524922D01* +X144555341Y-123395341D01* +X144684922Y-123288996D01* +X144700094Y-123280886D01* +X144832758Y-123209976D01* +X144993177Y-123161313D01* +X145118196Y-123149000D01* +X145201804Y-123149000D01* +X145326823Y-123161313D01* +X145326823Y-123161313D01* +G37* +G36* +X142786823Y-123161313D02* +G01* +X142947242Y-123209976D01* +X143079906Y-123280886D01* +X143095078Y-123288996D01* +X143224659Y-123395341D01* +X143331004Y-123524922D01* +X143331005Y-123524924D01* +X143410024Y-123672758D01* +X143458687Y-123833177D01* +X143475117Y-124000000D01* +X143458687Y-124166823D01* +X143410024Y-124327242D01* +X143339114Y-124459906D01* +X143331004Y-124475078D01* +X143224659Y-124604659D01* +X143095078Y-124711004D01* +X143095076Y-124711005D01* +X142947242Y-124790024D01* +X142786823Y-124838687D01* +X142661804Y-124851000D01* +X142578196Y-124851000D01* +X142453177Y-124838687D01* +X142292758Y-124790024D01* +X142144924Y-124711005D01* +X142144922Y-124711004D01* +X142015341Y-124604659D01* +X141908996Y-124475078D01* +X141900886Y-124459906D01* +X141829976Y-124327242D01* +X141781313Y-124166823D01* +X141764883Y-124000000D01* +X141781313Y-123833177D01* +X141829976Y-123672758D01* +X141908995Y-123524924D01* +X141908996Y-123524922D01* +X142015341Y-123395341D01* +X142144922Y-123288996D01* +X142160094Y-123280886D01* +X142292758Y-123209976D01* +X142453177Y-123161313D01* +X142578196Y-123149000D01* +X142661804Y-123149000D01* +X142786823Y-123161313D01* +X142786823Y-123161313D01* +G37* +G36* +X140246823Y-123161313D02* +G01* +X140407242Y-123209976D01* +X140539906Y-123280886D01* +X140555078Y-123288996D01* +X140684659Y-123395341D01* +X140791004Y-123524922D01* +X140791005Y-123524924D01* +X140870024Y-123672758D01* +X140918687Y-123833177D01* +X140935117Y-124000000D01* +X140918687Y-124166823D01* +X140870024Y-124327242D01* +X140799114Y-124459906D01* +X140791004Y-124475078D01* +X140684659Y-124604659D01* +X140555078Y-124711004D01* +X140555076Y-124711005D01* +X140407242Y-124790024D01* +X140246823Y-124838687D01* +X140121804Y-124851000D01* +X140038196Y-124851000D01* +X139913177Y-124838687D01* +X139752758Y-124790024D01* +X139604924Y-124711005D01* +X139604922Y-124711004D01* +X139475341Y-124604659D01* +X139368996Y-124475078D01* +X139360886Y-124459906D01* +X139289976Y-124327242D01* +X139241313Y-124166823D01* +X139224883Y-124000000D01* +X139241313Y-123833177D01* +X139289976Y-123672758D01* +X139368995Y-123524924D01* +X139368996Y-123524922D01* +X139475341Y-123395341D01* +X139604922Y-123288996D01* +X139620094Y-123280886D01* +X139752758Y-123209976D01* +X139913177Y-123161313D01* +X140038196Y-123149000D01* +X140121804Y-123149000D01* +X140246823Y-123161313D01* +X140246823Y-123161313D01* +G37* +G36* +X137706823Y-123161313D02* +G01* +X137867242Y-123209976D01* +X137999906Y-123280886D01* +X138015078Y-123288996D01* +X138144659Y-123395341D01* +X138251004Y-123524922D01* +X138251005Y-123524924D01* +X138330024Y-123672758D01* +X138378687Y-123833177D01* +X138395117Y-124000000D01* +X138378687Y-124166823D01* +X138330024Y-124327242D01* +X138259114Y-124459906D01* +X138251004Y-124475078D01* +X138144659Y-124604659D01* +X138015078Y-124711004D01* +X138015076Y-124711005D01* +X137867242Y-124790024D01* +X137706823Y-124838687D01* +X137581804Y-124851000D01* +X137498196Y-124851000D01* +X137373177Y-124838687D01* +X137212758Y-124790024D01* +X137064924Y-124711005D01* +X137064922Y-124711004D01* +X136935341Y-124604659D01* +X136828996Y-124475078D01* +X136820886Y-124459906D01* +X136749976Y-124327242D01* +X136701313Y-124166823D01* +X136684883Y-124000000D01* +X136701313Y-123833177D01* +X136749976Y-123672758D01* +X136828995Y-123524924D01* +X136828996Y-123524922D01* +X136935341Y-123395341D01* +X137064922Y-123288996D01* +X137080094Y-123280886D01* +X137212758Y-123209976D01* +X137373177Y-123161313D01* +X137498196Y-123149000D01* +X137581804Y-123149000D01* +X137706823Y-123161313D01* +X137706823Y-123161313D01* +G37* +G36* +X202406823Y-123161313D02* +G01* +X202567242Y-123209976D01* +X202699906Y-123280886D01* +X202715078Y-123288996D01* +X202844659Y-123395341D01* +X202951004Y-123524922D01* +X202951005Y-123524924D01* +X203030024Y-123672758D01* +X203078687Y-123833177D01* +X203095117Y-124000000D01* +X203078687Y-124166823D01* +X203030024Y-124327242D01* +X202959114Y-124459906D01* +X202951004Y-124475078D01* +X202844659Y-124604659D01* +X202715078Y-124711004D01* +X202715076Y-124711005D01* +X202567242Y-124790024D01* +X202406823Y-124838687D01* +X202281804Y-124851000D01* +X202198196Y-124851000D01* +X202073177Y-124838687D01* +X201912758Y-124790024D01* +X201764924Y-124711005D01* +X201764922Y-124711004D01* +X201635341Y-124604659D01* +X201528996Y-124475078D01* +X201520886Y-124459906D01* +X201449976Y-124327242D01* +X201401313Y-124166823D01* +X201384883Y-124000000D01* +X201401313Y-123833177D01* +X201449976Y-123672758D01* +X201528995Y-123524924D01* +X201528996Y-123524922D01* +X201635341Y-123395341D01* +X201764922Y-123288996D01* +X201780094Y-123280886D01* +X201912758Y-123209976D01* +X202073177Y-123161313D01* +X202198196Y-123149000D01* +X202281804Y-123149000D01* +X202406823Y-123161313D01* +X202406823Y-123161313D01* +G37* +G36* +X199866823Y-123161313D02* +G01* +X200027242Y-123209976D01* +X200159906Y-123280886D01* +X200175078Y-123288996D01* +X200304659Y-123395341D01* +X200411004Y-123524922D01* +X200411005Y-123524924D01* +X200490024Y-123672758D01* +X200538687Y-123833177D01* +X200555117Y-124000000D01* +X200538687Y-124166823D01* +X200490024Y-124327242D01* +X200419114Y-124459906D01* +X200411004Y-124475078D01* +X200304659Y-124604659D01* +X200175078Y-124711004D01* +X200175076Y-124711005D01* +X200027242Y-124790024D01* +X199866823Y-124838687D01* +X199741804Y-124851000D01* +X199658196Y-124851000D01* +X199533177Y-124838687D01* +X199372758Y-124790024D01* +X199224924Y-124711005D01* +X199224922Y-124711004D01* +X199095341Y-124604659D01* +X198988996Y-124475078D01* +X198980886Y-124459906D01* +X198909976Y-124327242D01* +X198861313Y-124166823D01* +X198844883Y-124000000D01* +X198861313Y-123833177D01* +X198909976Y-123672758D01* +X198988995Y-123524924D01* +X198988996Y-123524922D01* +X199095341Y-123395341D01* +X199224922Y-123288996D01* +X199240094Y-123280886D01* +X199372758Y-123209976D01* +X199533177Y-123161313D01* +X199658196Y-123149000D01* +X199741804Y-123149000D01* +X199866823Y-123161313D01* +X199866823Y-123161313D01* +G37* +G36* +X197326823Y-123161313D02* +G01* +X197487242Y-123209976D01* +X197619906Y-123280886D01* +X197635078Y-123288996D01* +X197764659Y-123395341D01* +X197871004Y-123524922D01* +X197871005Y-123524924D01* +X197950024Y-123672758D01* +X197998687Y-123833177D01* +X198015117Y-124000000D01* +X197998687Y-124166823D01* +X197950024Y-124327242D01* +X197879114Y-124459906D01* +X197871004Y-124475078D01* +X197764659Y-124604659D01* +X197635078Y-124711004D01* +X197635076Y-124711005D01* +X197487242Y-124790024D01* +X197326823Y-124838687D01* +X197201804Y-124851000D01* +X197118196Y-124851000D01* +X196993177Y-124838687D01* +X196832758Y-124790024D01* +X196684924Y-124711005D01* +X196684922Y-124711004D01* +X196555341Y-124604659D01* +X196448996Y-124475078D01* +X196440886Y-124459906D01* +X196369976Y-124327242D01* +X196321313Y-124166823D01* +X196304883Y-124000000D01* +X196321313Y-123833177D01* +X196369976Y-123672758D01* +X196448995Y-123524924D01* +X196448996Y-123524922D01* +X196555341Y-123395341D01* +X196684922Y-123288996D01* +X196700094Y-123280886D01* +X196832758Y-123209976D01* +X196993177Y-123161313D01* +X197118196Y-123149000D01* +X197201804Y-123149000D01* +X197326823Y-123161313D01* +X197326823Y-123161313D01* +G37* +G36* +X194786823Y-123161313D02* +G01* +X194947242Y-123209976D01* +X195079906Y-123280886D01* +X195095078Y-123288996D01* +X195224659Y-123395341D01* +X195331004Y-123524922D01* +X195331005Y-123524924D01* +X195410024Y-123672758D01* +X195458687Y-123833177D01* +X195475117Y-124000000D01* +X195458687Y-124166823D01* +X195410024Y-124327242D01* +X195339114Y-124459906D01* +X195331004Y-124475078D01* +X195224659Y-124604659D01* +X195095078Y-124711004D01* +X195095076Y-124711005D01* +X194947242Y-124790024D01* +X194786823Y-124838687D01* +X194661804Y-124851000D01* +X194578196Y-124851000D01* +X194453177Y-124838687D01* +X194292758Y-124790024D01* +X194144924Y-124711005D01* +X194144922Y-124711004D01* +X194015341Y-124604659D01* +X193908996Y-124475078D01* +X193900886Y-124459906D01* +X193829976Y-124327242D01* +X193781313Y-124166823D01* +X193764883Y-124000000D01* +X193781313Y-123833177D01* +X193829976Y-123672758D01* +X193908995Y-123524924D01* +X193908996Y-123524922D01* +X194015341Y-123395341D01* +X194144922Y-123288996D01* +X194160094Y-123280886D01* +X194292758Y-123209976D01* +X194453177Y-123161313D01* +X194578196Y-123149000D01* +X194661804Y-123149000D01* +X194786823Y-123161313D01* +X194786823Y-123161313D01* +G37* +G36* +X192246823Y-123161313D02* +G01* +X192407242Y-123209976D01* +X192539906Y-123280886D01* +X192555078Y-123288996D01* +X192684659Y-123395341D01* +X192791004Y-123524922D01* +X192791005Y-123524924D01* +X192870024Y-123672758D01* +X192918687Y-123833177D01* +X192935117Y-124000000D01* +X192918687Y-124166823D01* +X192870024Y-124327242D01* +X192799114Y-124459906D01* +X192791004Y-124475078D01* +X192684659Y-124604659D01* +X192555078Y-124711004D01* +X192555076Y-124711005D01* +X192407242Y-124790024D01* +X192246823Y-124838687D01* +X192121804Y-124851000D01* +X192038196Y-124851000D01* +X191913177Y-124838687D01* +X191752758Y-124790024D01* +X191604924Y-124711005D01* +X191604922Y-124711004D01* +X191475341Y-124604659D01* +X191368996Y-124475078D01* +X191360886Y-124459906D01* +X191289976Y-124327242D01* +X191241313Y-124166823D01* +X191224883Y-124000000D01* +X191241313Y-123833177D01* +X191289976Y-123672758D01* +X191368995Y-123524924D01* +X191368996Y-123524922D01* +X191475341Y-123395341D01* +X191604922Y-123288996D01* +X191620094Y-123280886D01* +X191752758Y-123209976D01* +X191913177Y-123161313D01* +X192038196Y-123149000D01* +X192121804Y-123149000D01* +X192246823Y-123161313D01* +X192246823Y-123161313D01* +G37* +G36* +X189706823Y-123161313D02* +G01* +X189867242Y-123209976D01* +X189999906Y-123280886D01* +X190015078Y-123288996D01* +X190144659Y-123395341D01* +X190251004Y-123524922D01* +X190251005Y-123524924D01* +X190330024Y-123672758D01* +X190378687Y-123833177D01* +X190395117Y-124000000D01* +X190378687Y-124166823D01* +X190330024Y-124327242D01* +X190259114Y-124459906D01* +X190251004Y-124475078D01* +X190144659Y-124604659D01* +X190015078Y-124711004D01* +X190015076Y-124711005D01* +X189867242Y-124790024D01* +X189706823Y-124838687D01* +X189581804Y-124851000D01* +X189498196Y-124851000D01* +X189373177Y-124838687D01* +X189212758Y-124790024D01* +X189064924Y-124711005D01* +X189064922Y-124711004D01* +X188935341Y-124604659D01* +X188828996Y-124475078D01* +X188820886Y-124459906D01* +X188749976Y-124327242D01* +X188701313Y-124166823D01* +X188684883Y-124000000D01* +X188701313Y-123833177D01* +X188749976Y-123672758D01* +X188828995Y-123524924D01* +X188828996Y-123524922D01* +X188935341Y-123395341D01* +X189064922Y-123288996D01* +X189080094Y-123280886D01* +X189212758Y-123209976D01* +X189373177Y-123161313D01* +X189498196Y-123149000D01* +X189581804Y-123149000D01* +X189706823Y-123161313D01* +X189706823Y-123161313D01* +G37* +G36* +X187851000Y-124851000D02* +G01* +X186149000Y-124851000D01* +X186149000Y-123149000D01* +X187851000Y-123149000D01* +X187851000Y-124851000D01* +X187851000Y-124851000D01* +G37* +G36* +X180406823Y-123161313D02* +G01* +X180567242Y-123209976D01* +X180699906Y-123280886D01* +X180715078Y-123288996D01* +X180844659Y-123395341D01* +X180951004Y-123524922D01* +X180951005Y-123524924D01* +X181030024Y-123672758D01* +X181078687Y-123833177D01* +X181095117Y-124000000D01* +X181078687Y-124166823D01* +X181030024Y-124327242D01* +X180959114Y-124459906D01* +X180951004Y-124475078D01* +X180844659Y-124604659D01* +X180715078Y-124711004D01* +X180715076Y-124711005D01* +X180567242Y-124790024D01* +X180406823Y-124838687D01* +X180281804Y-124851000D01* +X180198196Y-124851000D01* +X180073177Y-124838687D01* +X179912758Y-124790024D01* +X179764924Y-124711005D01* +X179764922Y-124711004D01* +X179635341Y-124604659D01* +X179528996Y-124475078D01* +X179520886Y-124459906D01* +X179449976Y-124327242D01* +X179401313Y-124166823D01* +X179384883Y-124000000D01* +X179401313Y-123833177D01* +X179449976Y-123672758D01* +X179528995Y-123524924D01* +X179528996Y-123524922D01* +X179635341Y-123395341D01* +X179764922Y-123288996D01* +X179780094Y-123280886D01* +X179912758Y-123209976D01* +X180073177Y-123161313D01* +X180198196Y-123149000D01* +X180281804Y-123149000D01* +X180406823Y-123161313D01* +X180406823Y-123161313D01* +G37* +G36* +X177866823Y-123161313D02* +G01* +X178027242Y-123209976D01* +X178159906Y-123280886D01* +X178175078Y-123288996D01* +X178304659Y-123395341D01* +X178411004Y-123524922D01* +X178411005Y-123524924D01* +X178490024Y-123672758D01* +X178538687Y-123833177D01* +X178555117Y-124000000D01* +X178538687Y-124166823D01* +X178490024Y-124327242D01* +X178419114Y-124459906D01* +X178411004Y-124475078D01* +X178304659Y-124604659D01* +X178175078Y-124711004D01* +X178175076Y-124711005D01* +X178027242Y-124790024D01* +X177866823Y-124838687D01* +X177741804Y-124851000D01* +X177658196Y-124851000D01* +X177533177Y-124838687D01* +X177372758Y-124790024D01* +X177224924Y-124711005D01* +X177224922Y-124711004D01* +X177095341Y-124604659D01* +X176988996Y-124475078D01* +X176980886Y-124459906D01* +X176909976Y-124327242D01* +X176861313Y-124166823D01* +X176844883Y-124000000D01* +X176861313Y-123833177D01* +X176909976Y-123672758D01* +X176988995Y-123524924D01* +X176988996Y-123524922D01* +X177095341Y-123395341D01* +X177224922Y-123288996D01* +X177240094Y-123280886D01* +X177372758Y-123209976D01* +X177533177Y-123161313D01* +X177658196Y-123149000D01* +X177741804Y-123149000D01* +X177866823Y-123161313D01* +X177866823Y-123161313D01* +G37* +G36* +X175326823Y-123161313D02* +G01* +X175487242Y-123209976D01* +X175619906Y-123280886D01* +X175635078Y-123288996D01* +X175764659Y-123395341D01* +X175871004Y-123524922D01* +X175871005Y-123524924D01* +X175950024Y-123672758D01* +X175998687Y-123833177D01* +X176015117Y-124000000D01* +X175998687Y-124166823D01* +X175950024Y-124327242D01* +X175879114Y-124459906D01* +X175871004Y-124475078D01* +X175764659Y-124604659D01* +X175635078Y-124711004D01* +X175635076Y-124711005D01* +X175487242Y-124790024D01* +X175326823Y-124838687D01* +X175201804Y-124851000D01* +X175118196Y-124851000D01* +X174993177Y-124838687D01* +X174832758Y-124790024D01* +X174684924Y-124711005D01* +X174684922Y-124711004D01* +X174555341Y-124604659D01* +X174448996Y-124475078D01* +X174440886Y-124459906D01* +X174369976Y-124327242D01* +X174321313Y-124166823D01* +X174304883Y-124000000D01* +X174321313Y-123833177D01* +X174369976Y-123672758D01* +X174448995Y-123524924D01* +X174448996Y-123524922D01* +X174555341Y-123395341D01* +X174684922Y-123288996D01* +X174700094Y-123280886D01* +X174832758Y-123209976D01* +X174993177Y-123161313D01* +X175118196Y-123149000D01* +X175201804Y-123149000D01* +X175326823Y-123161313D01* +X175326823Y-123161313D01* +G37* +G36* +X172786823Y-123161313D02* +G01* +X172947242Y-123209976D01* +X173079906Y-123280886D01* +X173095078Y-123288996D01* +X173224659Y-123395341D01* +X173331004Y-123524922D01* +X173331005Y-123524924D01* +X173410024Y-123672758D01* +X173458687Y-123833177D01* +X173475117Y-124000000D01* +X173458687Y-124166823D01* +X173410024Y-124327242D01* +X173339114Y-124459906D01* +X173331004Y-124475078D01* +X173224659Y-124604659D01* +X173095078Y-124711004D01* +X173095076Y-124711005D01* +X172947242Y-124790024D01* +X172786823Y-124838687D01* +X172661804Y-124851000D01* +X172578196Y-124851000D01* +X172453177Y-124838687D01* +X172292758Y-124790024D01* +X172144924Y-124711005D01* +X172144922Y-124711004D01* +X172015341Y-124604659D01* +X171908996Y-124475078D01* +X171900886Y-124459906D01* +X171829976Y-124327242D01* +X171781313Y-124166823D01* +X171764883Y-124000000D01* +X171781313Y-123833177D01* +X171829976Y-123672758D01* +X171908995Y-123524924D01* +X171908996Y-123524922D01* +X172015341Y-123395341D01* +X172144922Y-123288996D01* +X172160094Y-123280886D01* +X172292758Y-123209976D01* +X172453177Y-123161313D01* +X172578196Y-123149000D01* +X172661804Y-123149000D01* +X172786823Y-123161313D01* +X172786823Y-123161313D01* +G37* +G36* +X170246823Y-123161313D02* +G01* +X170407242Y-123209976D01* +X170539906Y-123280886D01* +X170555078Y-123288996D01* +X170684659Y-123395341D01* +X170791004Y-123524922D01* +X170791005Y-123524924D01* +X170870024Y-123672758D01* +X170918687Y-123833177D01* +X170935117Y-124000000D01* +X170918687Y-124166823D01* +X170870024Y-124327242D01* +X170799114Y-124459906D01* +X170791004Y-124475078D01* +X170684659Y-124604659D01* +X170555078Y-124711004D01* +X170555076Y-124711005D01* +X170407242Y-124790024D01* +X170246823Y-124838687D01* +X170121804Y-124851000D01* +X170038196Y-124851000D01* +X169913177Y-124838687D01* +X169752758Y-124790024D01* +X169604924Y-124711005D01* +X169604922Y-124711004D01* +X169475341Y-124604659D01* +X169368996Y-124475078D01* +X169360886Y-124459906D01* +X169289976Y-124327242D01* +X169241313Y-124166823D01* +X169224883Y-124000000D01* +X169241313Y-123833177D01* +X169289976Y-123672758D01* +X169368995Y-123524924D01* +X169368996Y-123524922D01* +X169475341Y-123395341D01* +X169604922Y-123288996D01* +X169620094Y-123280886D01* +X169752758Y-123209976D01* +X169913177Y-123161313D01* +X170038196Y-123149000D01* +X170121804Y-123149000D01* +X170246823Y-123161313D01* +X170246823Y-123161313D01* +G37* +G36* +X167706823Y-123161313D02* +G01* +X167867242Y-123209976D01* +X167999906Y-123280886D01* +X168015078Y-123288996D01* +X168144659Y-123395341D01* +X168251004Y-123524922D01* +X168251005Y-123524924D01* +X168330024Y-123672758D01* +X168378687Y-123833177D01* +X168395117Y-124000000D01* +X168378687Y-124166823D01* +X168330024Y-124327242D01* +X168259114Y-124459906D01* +X168251004Y-124475078D01* +X168144659Y-124604659D01* +X168015078Y-124711004D01* +X168015076Y-124711005D01* +X167867242Y-124790024D01* +X167706823Y-124838687D01* +X167581804Y-124851000D01* +X167498196Y-124851000D01* +X167373177Y-124838687D01* +X167212758Y-124790024D01* +X167064924Y-124711005D01* +X167064922Y-124711004D01* +X166935341Y-124604659D01* +X166828996Y-124475078D01* +X166820886Y-124459906D01* +X166749976Y-124327242D01* +X166701313Y-124166823D01* +X166684883Y-124000000D01* +X166701313Y-123833177D01* +X166749976Y-123672758D01* +X166828995Y-123524924D01* +X166828996Y-123524922D01* +X166935341Y-123395341D01* +X167064922Y-123288996D01* +X167080094Y-123280886D01* +X167212758Y-123209976D01* +X167373177Y-123161313D01* +X167498196Y-123149000D01* +X167581804Y-123149000D01* +X167706823Y-123161313D01* +X167706823Y-123161313D01* +G37* +G36* +X165851000Y-124851000D02* +G01* +X164149000Y-124851000D01* +X164149000Y-123149000D01* +X165851000Y-123149000D01* +X165851000Y-124851000D01* +X165851000Y-124851000D01* +G37* +G36* +X155486823Y-123161313D02* +G01* +X155647242Y-123209976D01* +X155779906Y-123280886D01* +X155795078Y-123288996D01* +X155924659Y-123395341D01* +X156031004Y-123524922D01* +X156031005Y-123524924D01* +X156110024Y-123672758D01* +X156158687Y-123833177D01* +X156175117Y-124000000D01* +X156158687Y-124166823D01* +X156110024Y-124327242D01* +X156039114Y-124459906D01* +X156031004Y-124475078D01* +X155924659Y-124604659D01* +X155795078Y-124711004D01* +X155795076Y-124711005D01* +X155647242Y-124790024D01* +X155486823Y-124838687D01* +X155361804Y-124851000D01* +X155278196Y-124851000D01* +X155153177Y-124838687D01* +X154992758Y-124790024D01* +X154844924Y-124711005D01* +X154844922Y-124711004D01* +X154715341Y-124604659D01* +X154608996Y-124475078D01* +X154600886Y-124459906D01* +X154529976Y-124327242D01* +X154481313Y-124166823D01* +X154464883Y-124000000D01* +X154481313Y-123833177D01* +X154529976Y-123672758D01* +X154608995Y-123524924D01* +X154608996Y-123524922D01* +X154715341Y-123395341D01* +X154844922Y-123288996D01* +X154860094Y-123280886D01* +X154992758Y-123209976D01* +X155153177Y-123161313D01* +X155278196Y-123149000D01* +X155361804Y-123149000D01* +X155486823Y-123161313D01* +X155486823Y-123161313D01* +G37* +G36* +X152946823Y-123161313D02* +G01* +X153107242Y-123209976D01* +X153239906Y-123280886D01* +X153255078Y-123288996D01* +X153384659Y-123395341D01* +X153491004Y-123524922D01* +X153491005Y-123524924D01* +X153570024Y-123672758D01* +X153618687Y-123833177D01* +X153635117Y-124000000D01* +X153618687Y-124166823D01* +X153570024Y-124327242D01* +X153499114Y-124459906D01* +X153491004Y-124475078D01* +X153384659Y-124604659D01* +X153255078Y-124711004D01* +X153255076Y-124711005D01* +X153107242Y-124790024D01* +X152946823Y-124838687D01* +X152821804Y-124851000D01* +X152738196Y-124851000D01* +X152613177Y-124838687D01* +X152452758Y-124790024D01* +X152304924Y-124711005D01* +X152304922Y-124711004D01* +X152175341Y-124604659D01* +X152068996Y-124475078D01* +X152060886Y-124459906D01* +X151989976Y-124327242D01* +X151941313Y-124166823D01* +X151924883Y-124000000D01* +X151941313Y-123833177D01* +X151989976Y-123672758D01* +X152068995Y-123524924D01* +X152068996Y-123524922D01* +X152175341Y-123395341D01* +X152304922Y-123288996D01* +X152320094Y-123280886D01* +X152452758Y-123209976D01* +X152613177Y-123161313D01* +X152738196Y-123149000D01* +X152821804Y-123149000D01* +X152946823Y-123161313D01* +X152946823Y-123161313D01* +G37* +G36* +X150406823Y-123161313D02* +G01* +X150567242Y-123209976D01* +X150699906Y-123280886D01* +X150715078Y-123288996D01* +X150844659Y-123395341D01* +X150951004Y-123524922D01* +X150951005Y-123524924D01* +X151030024Y-123672758D01* +X151078687Y-123833177D01* +X151095117Y-124000000D01* +X151078687Y-124166823D01* +X151030024Y-124327242D01* +X150959114Y-124459906D01* +X150951004Y-124475078D01* +X150844659Y-124604659D01* +X150715078Y-124711004D01* +X150715076Y-124711005D01* +X150567242Y-124790024D01* +X150406823Y-124838687D01* +X150281804Y-124851000D01* +X150198196Y-124851000D01* +X150073177Y-124838687D01* +X149912758Y-124790024D01* +X149764924Y-124711005D01* +X149764922Y-124711004D01* +X149635341Y-124604659D01* +X149528996Y-124475078D01* +X149520886Y-124459906D01* +X149449976Y-124327242D01* +X149401313Y-124166823D01* +X149384883Y-124000000D01* +X149401313Y-123833177D01* +X149449976Y-123672758D01* +X149528995Y-123524924D01* +X149528996Y-123524922D01* +X149635341Y-123395341D01* +X149764922Y-123288996D01* +X149780094Y-123280886D01* +X149912758Y-123209976D01* +X150073177Y-123161313D01* +X150198196Y-123149000D01* +X150281804Y-123149000D01* +X150406823Y-123161313D01* +X150406823Y-123161313D01* +G37* +G36* +X135851000Y-124851000D02* +G01* +X134149000Y-124851000D01* +X134149000Y-123149000D01* +X135851000Y-123149000D01* +X135851000Y-124851000D01* +X135851000Y-124851000D01* +G37* +G36* +X194786823Y-115541313D02* +G01* +X194947242Y-115589976D01* +X195079906Y-115660886D01* +X195095078Y-115668996D01* +X195224659Y-115775341D01* +X195331004Y-115904922D01* +X195331005Y-115904924D01* +X195410024Y-116052758D01* +X195458687Y-116213177D01* +X195475117Y-116380000D01* +X195458687Y-116546823D01* +X195410024Y-116707242D01* +X195339114Y-116839906D01* +X195331004Y-116855078D01* +X195224659Y-116984659D01* +X195095078Y-117091004D01* +X195095076Y-117091005D01* +X194947242Y-117170024D01* +X194786823Y-117218687D01* +X194661804Y-117231000D01* +X194578196Y-117231000D01* +X194453177Y-117218687D01* +X194292758Y-117170024D01* +X194144924Y-117091005D01* +X194144922Y-117091004D01* +X194015341Y-116984659D01* +X193908996Y-116855078D01* +X193900886Y-116839906D01* +X193829976Y-116707242D01* +X193781313Y-116546823D01* +X193764883Y-116380000D01* +X193781313Y-116213177D01* +X193829976Y-116052758D01* +X193908995Y-115904924D01* +X193908996Y-115904922D01* +X194015341Y-115775341D01* +X194144922Y-115668996D01* +X194160094Y-115660886D01* +X194292758Y-115589976D01* +X194453177Y-115541313D01* +X194578196Y-115529000D01* +X194661804Y-115529000D01* +X194786823Y-115541313D01* +X194786823Y-115541313D01* +G37* +G36* +X192246823Y-115541313D02* +G01* +X192407242Y-115589976D01* +X192539906Y-115660886D01* +X192555078Y-115668996D01* +X192684659Y-115775341D01* +X192791004Y-115904922D01* +X192791005Y-115904924D01* +X192870024Y-116052758D01* +X192918687Y-116213177D01* +X192935117Y-116380000D01* +X192918687Y-116546823D01* +X192870024Y-116707242D01* +X192799114Y-116839906D01* +X192791004Y-116855078D01* +X192684659Y-116984659D01* +X192555078Y-117091004D01* +X192555076Y-117091005D01* +X192407242Y-117170024D01* +X192246823Y-117218687D01* +X192121804Y-117231000D01* +X192038196Y-117231000D01* +X191913177Y-117218687D01* +X191752758Y-117170024D01* +X191604924Y-117091005D01* +X191604922Y-117091004D01* +X191475341Y-116984659D01* +X191368996Y-116855078D01* +X191360886Y-116839906D01* +X191289976Y-116707242D01* +X191241313Y-116546823D01* +X191224883Y-116380000D01* +X191241313Y-116213177D01* +X191289976Y-116052758D01* +X191368995Y-115904924D01* +X191368996Y-115904922D01* +X191475341Y-115775341D01* +X191604922Y-115668996D01* +X191620094Y-115660886D01* +X191752758Y-115589976D01* +X191913177Y-115541313D01* +X192038196Y-115529000D01* +X192121804Y-115529000D01* +X192246823Y-115541313D01* +X192246823Y-115541313D01* +G37* +G36* +X189706823Y-115541313D02* +G01* +X189867242Y-115589976D01* +X189999906Y-115660886D01* +X190015078Y-115668996D01* +X190144659Y-115775341D01* +X190251004Y-115904922D01* +X190251005Y-115904924D01* +X190330024Y-116052758D01* +X190378687Y-116213177D01* +X190395117Y-116380000D01* +X190378687Y-116546823D01* +X190330024Y-116707242D01* +X190259114Y-116839906D01* +X190251004Y-116855078D01* +X190144659Y-116984659D01* +X190015078Y-117091004D01* +X190015076Y-117091005D01* +X189867242Y-117170024D01* +X189706823Y-117218687D01* +X189581804Y-117231000D01* +X189498196Y-117231000D01* +X189373177Y-117218687D01* +X189212758Y-117170024D01* +X189064924Y-117091005D01* +X189064922Y-117091004D01* +X188935341Y-116984659D01* +X188828996Y-116855078D01* +X188820886Y-116839906D01* +X188749976Y-116707242D01* +X188701313Y-116546823D01* +X188684883Y-116380000D01* +X188701313Y-116213177D01* +X188749976Y-116052758D01* +X188828995Y-115904924D01* +X188828996Y-115904922D01* +X188935341Y-115775341D01* +X189064922Y-115668996D01* +X189080094Y-115660886D01* +X189212758Y-115589976D01* +X189373177Y-115541313D01* +X189498196Y-115529000D01* +X189581804Y-115529000D01* +X189706823Y-115541313D01* +X189706823Y-115541313D01* +G37* +G36* +X187166823Y-115541313D02* +G01* +X187327242Y-115589976D01* +X187459906Y-115660886D01* +X187475078Y-115668996D01* +X187604659Y-115775341D01* +X187711004Y-115904922D01* +X187711005Y-115904924D01* +X187790024Y-116052758D01* +X187838687Y-116213177D01* +X187855117Y-116380000D01* +X187838687Y-116546823D01* +X187790024Y-116707242D01* +X187719114Y-116839906D01* +X187711004Y-116855078D01* +X187604659Y-116984659D01* +X187475078Y-117091004D01* +X187475076Y-117091005D01* +X187327242Y-117170024D01* +X187166823Y-117218687D01* +X187041804Y-117231000D01* +X186958196Y-117231000D01* +X186833177Y-117218687D01* +X186672758Y-117170024D01* +X186524924Y-117091005D01* +X186524922Y-117091004D01* +X186395341Y-116984659D01* +X186288996Y-116855078D01* +X186280886Y-116839906D01* +X186209976Y-116707242D01* +X186161313Y-116546823D01* +X186144883Y-116380000D01* +X186161313Y-116213177D01* +X186209976Y-116052758D01* +X186288995Y-115904924D01* +X186288996Y-115904922D01* +X186395341Y-115775341D01* +X186524922Y-115668996D01* +X186540094Y-115660886D01* +X186672758Y-115589976D01* +X186833177Y-115541313D01* +X186958196Y-115529000D01* +X187041804Y-115529000D01* +X187166823Y-115541313D01* +X187166823Y-115541313D01* +G37* +G36* +X180406823Y-115541313D02* +G01* +X180567242Y-115589976D01* +X180699906Y-115660886D01* +X180715078Y-115668996D01* +X180844659Y-115775341D01* +X180951004Y-115904922D01* +X180951005Y-115904924D01* +X181030024Y-116052758D01* +X181078687Y-116213177D01* +X181095117Y-116380000D01* +X181078687Y-116546823D01* +X181030024Y-116707242D01* +X180959114Y-116839906D01* +X180951004Y-116855078D01* +X180844659Y-116984659D01* +X180715078Y-117091004D01* +X180715076Y-117091005D01* +X180567242Y-117170024D01* +X180406823Y-117218687D01* +X180281804Y-117231000D01* +X180198196Y-117231000D01* +X180073177Y-117218687D01* +X179912758Y-117170024D01* +X179764924Y-117091005D01* +X179764922Y-117091004D01* +X179635341Y-116984659D01* +X179528996Y-116855078D01* +X179520886Y-116839906D01* +X179449976Y-116707242D01* +X179401313Y-116546823D01* +X179384883Y-116380000D01* +X179401313Y-116213177D01* +X179449976Y-116052758D01* +X179528995Y-115904924D01* +X179528996Y-115904922D01* +X179635341Y-115775341D01* +X179764922Y-115668996D01* +X179780094Y-115660886D01* +X179912758Y-115589976D01* +X180073177Y-115541313D01* +X180198196Y-115529000D01* +X180281804Y-115529000D01* +X180406823Y-115541313D01* +X180406823Y-115541313D01* +G37* +G36* +X177866823Y-115541313D02* +G01* +X178027242Y-115589976D01* +X178159906Y-115660886D01* +X178175078Y-115668996D01* +X178304659Y-115775341D01* +X178411004Y-115904922D01* +X178411005Y-115904924D01* +X178490024Y-116052758D01* +X178538687Y-116213177D01* +X178555117Y-116380000D01* +X178538687Y-116546823D01* +X178490024Y-116707242D01* +X178419114Y-116839906D01* +X178411004Y-116855078D01* +X178304659Y-116984659D01* +X178175078Y-117091004D01* +X178175076Y-117091005D01* +X178027242Y-117170024D01* +X177866823Y-117218687D01* +X177741804Y-117231000D01* +X177658196Y-117231000D01* +X177533177Y-117218687D01* +X177372758Y-117170024D01* +X177224924Y-117091005D01* +X177224922Y-117091004D01* +X177095341Y-116984659D01* +X176988996Y-116855078D01* +X176980886Y-116839906D01* +X176909976Y-116707242D01* +X176861313Y-116546823D01* +X176844883Y-116380000D01* +X176861313Y-116213177D01* +X176909976Y-116052758D01* +X176988995Y-115904924D01* +X176988996Y-115904922D01* +X177095341Y-115775341D01* +X177224922Y-115668996D01* +X177240094Y-115660886D01* +X177372758Y-115589976D01* +X177533177Y-115541313D01* +X177658196Y-115529000D01* +X177741804Y-115529000D01* +X177866823Y-115541313D01* +X177866823Y-115541313D01* +G37* +G36* +X175326823Y-115541313D02* +G01* +X175487242Y-115589976D01* +X175619906Y-115660886D01* +X175635078Y-115668996D01* +X175764659Y-115775341D01* +X175871004Y-115904922D01* +X175871005Y-115904924D01* +X175950024Y-116052758D01* +X175998687Y-116213177D01* +X176015117Y-116380000D01* +X175998687Y-116546823D01* +X175950024Y-116707242D01* +X175879114Y-116839906D01* +X175871004Y-116855078D01* +X175764659Y-116984659D01* +X175635078Y-117091004D01* +X175635076Y-117091005D01* +X175487242Y-117170024D01* +X175326823Y-117218687D01* +X175201804Y-117231000D01* +X175118196Y-117231000D01* +X174993177Y-117218687D01* +X174832758Y-117170024D01* +X174684924Y-117091005D01* +X174684922Y-117091004D01* +X174555341Y-116984659D01* +X174448996Y-116855078D01* +X174440886Y-116839906D01* +X174369976Y-116707242D01* +X174321313Y-116546823D01* +X174304883Y-116380000D01* +X174321313Y-116213177D01* +X174369976Y-116052758D01* +X174448995Y-115904924D01* +X174448996Y-115904922D01* +X174555341Y-115775341D01* +X174684922Y-115668996D01* +X174700094Y-115660886D01* +X174832758Y-115589976D01* +X174993177Y-115541313D01* +X175118196Y-115529000D01* +X175201804Y-115529000D01* +X175326823Y-115541313D01* +X175326823Y-115541313D01* +G37* +G36* +X172786823Y-115541313D02* +G01* +X172947242Y-115589976D01* +X173079906Y-115660886D01* +X173095078Y-115668996D01* +X173224659Y-115775341D01* +X173331004Y-115904922D01* +X173331005Y-115904924D01* +X173410024Y-116052758D01* +X173458687Y-116213177D01* +X173475117Y-116380000D01* +X173458687Y-116546823D01* +X173410024Y-116707242D01* +X173339114Y-116839906D01* +X173331004Y-116855078D01* +X173224659Y-116984659D01* +X173095078Y-117091004D01* +X173095076Y-117091005D01* +X172947242Y-117170024D01* +X172786823Y-117218687D01* +X172661804Y-117231000D01* +X172578196Y-117231000D01* +X172453177Y-117218687D01* +X172292758Y-117170024D01* +X172144924Y-117091005D01* +X172144922Y-117091004D01* +X172015341Y-116984659D01* +X171908996Y-116855078D01* +X171900886Y-116839906D01* +X171829976Y-116707242D01* +X171781313Y-116546823D01* +X171764883Y-116380000D01* +X171781313Y-116213177D01* +X171829976Y-116052758D01* +X171908995Y-115904924D01* +X171908996Y-115904922D01* +X172015341Y-115775341D01* +X172144922Y-115668996D01* +X172160094Y-115660886D01* +X172292758Y-115589976D01* +X172453177Y-115541313D01* +X172578196Y-115529000D01* +X172661804Y-115529000D01* +X172786823Y-115541313D01* +X172786823Y-115541313D01* +G37* +G36* +X170246823Y-115541313D02* +G01* +X170407242Y-115589976D01* +X170539906Y-115660886D01* +X170555078Y-115668996D01* +X170684659Y-115775341D01* +X170791004Y-115904922D01* +X170791005Y-115904924D01* +X170870024Y-116052758D01* +X170918687Y-116213177D01* +X170935117Y-116380000D01* +X170918687Y-116546823D01* +X170870024Y-116707242D01* +X170799114Y-116839906D01* +X170791004Y-116855078D01* +X170684659Y-116984659D01* +X170555078Y-117091004D01* +X170555076Y-117091005D01* +X170407242Y-117170024D01* +X170246823Y-117218687D01* +X170121804Y-117231000D01* +X170038196Y-117231000D01* +X169913177Y-117218687D01* +X169752758Y-117170024D01* +X169604924Y-117091005D01* +X169604922Y-117091004D01* +X169475341Y-116984659D01* +X169368996Y-116855078D01* +X169360886Y-116839906D01* +X169289976Y-116707242D01* +X169241313Y-116546823D01* +X169224883Y-116380000D01* +X169241313Y-116213177D01* +X169289976Y-116052758D01* +X169368995Y-115904924D01* +X169368996Y-115904922D01* +X169475341Y-115775341D01* +X169604922Y-115668996D01* +X169620094Y-115660886D01* +X169752758Y-115589976D01* +X169913177Y-115541313D01* +X170038196Y-115529000D01* +X170121804Y-115529000D01* +X170246823Y-115541313D01* +X170246823Y-115541313D01* +G37* +G36* +X167706823Y-115541313D02* +G01* +X167867242Y-115589976D01* +X167999906Y-115660886D01* +X168015078Y-115668996D01* +X168144659Y-115775341D01* +X168251004Y-115904922D01* +X168251005Y-115904924D01* +X168330024Y-116052758D01* +X168378687Y-116213177D01* +X168395117Y-116380000D01* +X168378687Y-116546823D01* +X168330024Y-116707242D01* +X168259114Y-116839906D01* +X168251004Y-116855078D01* +X168144659Y-116984659D01* +X168015078Y-117091004D01* +X168015076Y-117091005D01* +X167867242Y-117170024D01* +X167706823Y-117218687D01* +X167581804Y-117231000D01* +X167498196Y-117231000D01* +X167373177Y-117218687D01* +X167212758Y-117170024D01* +X167064924Y-117091005D01* +X167064922Y-117091004D01* +X166935341Y-116984659D01* +X166828996Y-116855078D01* +X166820886Y-116839906D01* +X166749976Y-116707242D01* +X166701313Y-116546823D01* +X166684883Y-116380000D01* +X166701313Y-116213177D01* +X166749976Y-116052758D01* +X166828995Y-115904924D01* +X166828996Y-115904922D01* +X166935341Y-115775341D01* +X167064922Y-115668996D01* +X167080094Y-115660886D01* +X167212758Y-115589976D01* +X167373177Y-115541313D01* +X167498196Y-115529000D01* +X167581804Y-115529000D01* +X167706823Y-115541313D01* +X167706823Y-115541313D01* +G37* +G36* +X165166823Y-115541313D02* +G01* +X165327242Y-115589976D01* +X165459906Y-115660886D01* +X165475078Y-115668996D01* +X165604659Y-115775341D01* +X165711004Y-115904922D01* +X165711005Y-115904924D01* +X165790024Y-116052758D01* +X165838687Y-116213177D01* +X165855117Y-116380000D01* +X165838687Y-116546823D01* +X165790024Y-116707242D01* +X165719114Y-116839906D01* +X165711004Y-116855078D01* +X165604659Y-116984659D01* +X165475078Y-117091004D01* +X165475076Y-117091005D01* +X165327242Y-117170024D01* +X165166823Y-117218687D01* +X165041804Y-117231000D01* +X164958196Y-117231000D01* +X164833177Y-117218687D01* +X164672758Y-117170024D01* +X164524924Y-117091005D01* +X164524922Y-117091004D01* +X164395341Y-116984659D01* +X164288996Y-116855078D01* +X164280886Y-116839906D01* +X164209976Y-116707242D01* +X164161313Y-116546823D01* +X164144883Y-116380000D01* +X164161313Y-116213177D01* +X164209976Y-116052758D01* +X164288995Y-115904924D01* +X164288996Y-115904922D01* +X164395341Y-115775341D01* +X164524922Y-115668996D01* +X164540094Y-115660886D01* +X164672758Y-115589976D01* +X164833177Y-115541313D01* +X164958196Y-115529000D01* +X165041804Y-115529000D01* +X165166823Y-115541313D01* +X165166823Y-115541313D01* +G37* +G36* +X158026823Y-115541313D02* +G01* +X158187242Y-115589976D01* +X158319906Y-115660886D01* +X158335078Y-115668996D01* +X158464659Y-115775341D01* +X158571004Y-115904922D01* +X158571005Y-115904924D01* +X158650024Y-116052758D01* +X158698687Y-116213177D01* +X158715117Y-116380000D01* +X158698687Y-116546823D01* +X158650024Y-116707242D01* +X158579114Y-116839906D01* +X158571004Y-116855078D01* +X158464659Y-116984659D01* +X158335078Y-117091004D01* +X158335076Y-117091005D01* +X158187242Y-117170024D01* +X158026823Y-117218687D01* +X157901804Y-117231000D01* +X157818196Y-117231000D01* +X157693177Y-117218687D01* +X157532758Y-117170024D01* +X157384924Y-117091005D01* +X157384922Y-117091004D01* +X157255341Y-116984659D01* +X157148996Y-116855078D01* +X157140886Y-116839906D01* +X157069976Y-116707242D01* +X157021313Y-116546823D01* +X157004883Y-116380000D01* +X157021313Y-116213177D01* +X157069976Y-116052758D01* +X157148995Y-115904924D01* +X157148996Y-115904922D01* +X157255341Y-115775341D01* +X157384922Y-115668996D01* +X157400094Y-115660886D01* +X157532758Y-115589976D01* +X157693177Y-115541313D01* +X157818196Y-115529000D01* +X157901804Y-115529000D01* +X158026823Y-115541313D01* +X158026823Y-115541313D01* +G37* +G36* +X155486823Y-115541313D02* +G01* +X155647242Y-115589976D01* +X155779906Y-115660886D01* +X155795078Y-115668996D01* +X155924659Y-115775341D01* +X156031004Y-115904922D01* +X156031005Y-115904924D01* +X156110024Y-116052758D01* +X156158687Y-116213177D01* +X156175117Y-116380000D01* +X156158687Y-116546823D01* +X156110024Y-116707242D01* +X156039114Y-116839906D01* +X156031004Y-116855078D01* +X155924659Y-116984659D01* +X155795078Y-117091004D01* +X155795076Y-117091005D01* +X155647242Y-117170024D01* +X155486823Y-117218687D01* +X155361804Y-117231000D01* +X155278196Y-117231000D01* +X155153177Y-117218687D01* +X154992758Y-117170024D01* +X154844924Y-117091005D01* +X154844922Y-117091004D01* +X154715341Y-116984659D01* +X154608996Y-116855078D01* +X154600886Y-116839906D01* +X154529976Y-116707242D01* +X154481313Y-116546823D01* +X154464883Y-116380000D01* +X154481313Y-116213177D01* +X154529976Y-116052758D01* +X154608995Y-115904924D01* +X154608996Y-115904922D01* +X154715341Y-115775341D01* +X154844922Y-115668996D01* +X154860094Y-115660886D01* +X154992758Y-115589976D01* +X155153177Y-115541313D01* +X155278196Y-115529000D01* +X155361804Y-115529000D01* +X155486823Y-115541313D01* +X155486823Y-115541313D01* +G37* +G36* +X152946823Y-115541313D02* +G01* +X153107242Y-115589976D01* +X153239906Y-115660886D01* +X153255078Y-115668996D01* +X153384659Y-115775341D01* +X153491004Y-115904922D01* +X153491005Y-115904924D01* +X153570024Y-116052758D01* +X153618687Y-116213177D01* +X153635117Y-116380000D01* +X153618687Y-116546823D01* +X153570024Y-116707242D01* +X153499114Y-116839906D01* +X153491004Y-116855078D01* +X153384659Y-116984659D01* +X153255078Y-117091004D01* +X153255076Y-117091005D01* +X153107242Y-117170024D01* +X152946823Y-117218687D01* +X152821804Y-117231000D01* +X152738196Y-117231000D01* +X152613177Y-117218687D01* +X152452758Y-117170024D01* +X152304924Y-117091005D01* +X152304922Y-117091004D01* +X152175341Y-116984659D01* +X152068996Y-116855078D01* +X152060886Y-116839906D01* +X151989976Y-116707242D01* +X151941313Y-116546823D01* +X151924883Y-116380000D01* +X151941313Y-116213177D01* +X151989976Y-116052758D01* +X152068995Y-115904924D01* +X152068996Y-115904922D01* +X152175341Y-115775341D01* +X152304922Y-115668996D01* +X152320094Y-115660886D01* +X152452758Y-115589976D01* +X152613177Y-115541313D01* +X152738196Y-115529000D01* +X152821804Y-115529000D01* +X152946823Y-115541313D01* +X152946823Y-115541313D01* +G37* +G36* +X150406823Y-115541313D02* +G01* +X150567242Y-115589976D01* +X150699906Y-115660886D01* +X150715078Y-115668996D01* +X150844659Y-115775341D01* +X150951004Y-115904922D01* +X150951005Y-115904924D01* +X151030024Y-116052758D01* +X151078687Y-116213177D01* +X151095117Y-116380000D01* +X151078687Y-116546823D01* +X151030024Y-116707242D01* +X150959114Y-116839906D01* +X150951004Y-116855078D01* +X150844659Y-116984659D01* +X150715078Y-117091004D01* +X150715076Y-117091005D01* +X150567242Y-117170024D01* +X150406823Y-117218687D01* +X150281804Y-117231000D01* +X150198196Y-117231000D01* +X150073177Y-117218687D01* +X149912758Y-117170024D01* +X149764924Y-117091005D01* +X149764922Y-117091004D01* +X149635341Y-116984659D01* +X149528996Y-116855078D01* +X149520886Y-116839906D01* +X149449976Y-116707242D01* +X149401313Y-116546823D01* +X149384883Y-116380000D01* +X149401313Y-116213177D01* +X149449976Y-116052758D01* +X149528995Y-115904924D01* +X149528996Y-115904922D01* +X149635341Y-115775341D01* +X149764922Y-115668996D01* +X149780094Y-115660886D01* +X149912758Y-115589976D01* +X150073177Y-115541313D01* +X150198196Y-115529000D01* +X150281804Y-115529000D01* +X150406823Y-115541313D01* +X150406823Y-115541313D01* +G37* +G36* +X199866823Y-115541313D02* +G01* +X200027242Y-115589976D01* +X200159906Y-115660886D01* +X200175078Y-115668996D01* +X200304659Y-115775341D01* +X200411004Y-115904922D01* +X200411005Y-115904924D01* +X200490024Y-116052758D01* +X200538687Y-116213177D01* +X200555117Y-116380000D01* +X200538687Y-116546823D01* +X200490024Y-116707242D01* +X200419114Y-116839906D01* +X200411004Y-116855078D01* +X200304659Y-116984659D01* +X200175078Y-117091004D01* +X200175076Y-117091005D01* +X200027242Y-117170024D01* +X199866823Y-117218687D01* +X199741804Y-117231000D01* +X199658196Y-117231000D01* +X199533177Y-117218687D01* +X199372758Y-117170024D01* +X199224924Y-117091005D01* +X199224922Y-117091004D01* +X199095341Y-116984659D01* +X198988996Y-116855078D01* +X198980886Y-116839906D01* +X198909976Y-116707242D01* +X198861313Y-116546823D01* +X198844883Y-116380000D01* +X198861313Y-116213177D01* +X198909976Y-116052758D01* +X198988995Y-115904924D01* +X198988996Y-115904922D01* +X199095341Y-115775341D01* +X199224922Y-115668996D01* +X199240094Y-115660886D01* +X199372758Y-115589976D01* +X199533177Y-115541313D01* +X199658196Y-115529000D01* +X199741804Y-115529000D01* +X199866823Y-115541313D01* +X199866823Y-115541313D01* +G37* +G36* +X202406823Y-115541313D02* +G01* +X202567242Y-115589976D01* +X202699906Y-115660886D01* +X202715078Y-115668996D01* +X202844659Y-115775341D01* +X202951004Y-115904922D01* +X202951005Y-115904924D01* +X203030024Y-116052758D01* +X203078687Y-116213177D01* +X203095117Y-116380000D01* +X203078687Y-116546823D01* +X203030024Y-116707242D01* +X202959114Y-116839906D01* +X202951004Y-116855078D01* +X202844659Y-116984659D01* +X202715078Y-117091004D01* +X202715076Y-117091005D01* +X202567242Y-117170024D01* +X202406823Y-117218687D01* +X202281804Y-117231000D01* +X202198196Y-117231000D01* +X202073177Y-117218687D01* +X201912758Y-117170024D01* +X201764924Y-117091005D01* +X201764922Y-117091004D01* +X201635341Y-116984659D01* +X201528996Y-116855078D01* +X201520886Y-116839906D01* +X201449976Y-116707242D01* +X201401313Y-116546823D01* +X201384883Y-116380000D01* +X201401313Y-116213177D01* +X201449976Y-116052758D01* +X201528995Y-115904924D01* +X201528996Y-115904922D01* +X201635341Y-115775341D01* +X201764922Y-115668996D01* +X201780094Y-115660886D01* +X201912758Y-115589976D01* +X202073177Y-115541313D01* +X202198196Y-115529000D01* +X202281804Y-115529000D01* +X202406823Y-115541313D01* +X202406823Y-115541313D01* +G37* +G36* +X147866823Y-115541313D02* +G01* +X148027242Y-115589976D01* +X148159906Y-115660886D01* +X148175078Y-115668996D01* +X148304659Y-115775341D01* +X148411004Y-115904922D01* +X148411005Y-115904924D01* +X148490024Y-116052758D01* +X148538687Y-116213177D01* +X148555117Y-116380000D01* +X148538687Y-116546823D01* +X148490024Y-116707242D01* +X148419114Y-116839906D01* +X148411004Y-116855078D01* +X148304659Y-116984659D01* +X148175078Y-117091004D01* +X148175076Y-117091005D01* +X148027242Y-117170024D01* +X147866823Y-117218687D01* +X147741804Y-117231000D01* +X147658196Y-117231000D01* +X147533177Y-117218687D01* +X147372758Y-117170024D01* +X147224924Y-117091005D01* +X147224922Y-117091004D01* +X147095341Y-116984659D01* +X146988996Y-116855078D01* +X146980886Y-116839906D01* +X146909976Y-116707242D01* +X146861313Y-116546823D01* +X146844883Y-116380000D01* +X146861313Y-116213177D01* +X146909976Y-116052758D01* +X146988995Y-115904924D01* +X146988996Y-115904922D01* +X147095341Y-115775341D01* +X147224922Y-115668996D01* +X147240094Y-115660886D01* +X147372758Y-115589976D01* +X147533177Y-115541313D01* +X147658196Y-115529000D01* +X147741804Y-115529000D01* +X147866823Y-115541313D01* +X147866823Y-115541313D01* +G37* +G36* +X145326823Y-115541313D02* +G01* +X145487242Y-115589976D01* +X145619906Y-115660886D01* +X145635078Y-115668996D01* +X145764659Y-115775341D01* +X145871004Y-115904922D01* +X145871005Y-115904924D01* +X145950024Y-116052758D01* +X145998687Y-116213177D01* +X146015117Y-116380000D01* +X145998687Y-116546823D01* +X145950024Y-116707242D01* +X145879114Y-116839906D01* +X145871004Y-116855078D01* +X145764659Y-116984659D01* +X145635078Y-117091004D01* +X145635076Y-117091005D01* +X145487242Y-117170024D01* +X145326823Y-117218687D01* +X145201804Y-117231000D01* +X145118196Y-117231000D01* +X144993177Y-117218687D01* +X144832758Y-117170024D01* +X144684924Y-117091005D01* +X144684922Y-117091004D01* +X144555341Y-116984659D01* +X144448996Y-116855078D01* +X144440886Y-116839906D01* +X144369976Y-116707242D01* +X144321313Y-116546823D01* +X144304883Y-116380000D01* +X144321313Y-116213177D01* +X144369976Y-116052758D01* +X144448995Y-115904924D01* +X144448996Y-115904922D01* +X144555341Y-115775341D01* +X144684922Y-115668996D01* +X144700094Y-115660886D01* +X144832758Y-115589976D01* +X144993177Y-115541313D01* +X145118196Y-115529000D01* +X145201804Y-115529000D01* +X145326823Y-115541313D01* +X145326823Y-115541313D01* +G37* +G36* +X142786823Y-115541313D02* +G01* +X142947242Y-115589976D01* +X143079906Y-115660886D01* +X143095078Y-115668996D01* +X143224659Y-115775341D01* +X143331004Y-115904922D01* +X143331005Y-115904924D01* +X143410024Y-116052758D01* +X143458687Y-116213177D01* +X143475117Y-116380000D01* +X143458687Y-116546823D01* +X143410024Y-116707242D01* +X143339114Y-116839906D01* +X143331004Y-116855078D01* +X143224659Y-116984659D01* +X143095078Y-117091004D01* +X143095076Y-117091005D01* +X142947242Y-117170024D01* +X142786823Y-117218687D01* +X142661804Y-117231000D01* +X142578196Y-117231000D01* +X142453177Y-117218687D01* +X142292758Y-117170024D01* +X142144924Y-117091005D01* +X142144922Y-117091004D01* +X142015341Y-116984659D01* +X141908996Y-116855078D01* +X141900886Y-116839906D01* +X141829976Y-116707242D01* +X141781313Y-116546823D01* +X141764883Y-116380000D01* +X141781313Y-116213177D01* +X141829976Y-116052758D01* +X141908995Y-115904924D01* +X141908996Y-115904922D01* +X142015341Y-115775341D01* +X142144922Y-115668996D01* +X142160094Y-115660886D01* +X142292758Y-115589976D01* +X142453177Y-115541313D01* +X142578196Y-115529000D01* +X142661804Y-115529000D01* +X142786823Y-115541313D01* +X142786823Y-115541313D01* +G37* +G36* +X140246823Y-115541313D02* +G01* +X140407242Y-115589976D01* +X140539906Y-115660886D01* +X140555078Y-115668996D01* +X140684659Y-115775341D01* +X140791004Y-115904922D01* +X140791005Y-115904924D01* +X140870024Y-116052758D01* +X140918687Y-116213177D01* +X140935117Y-116380000D01* +X140918687Y-116546823D01* +X140870024Y-116707242D01* +X140799114Y-116839906D01* +X140791004Y-116855078D01* +X140684659Y-116984659D01* +X140555078Y-117091004D01* +X140555076Y-117091005D01* +X140407242Y-117170024D01* +X140246823Y-117218687D01* +X140121804Y-117231000D01* +X140038196Y-117231000D01* +X139913177Y-117218687D01* +X139752758Y-117170024D01* +X139604924Y-117091005D01* +X139604922Y-117091004D01* +X139475341Y-116984659D01* +X139368996Y-116855078D01* +X139360886Y-116839906D01* +X139289976Y-116707242D01* +X139241313Y-116546823D01* +X139224883Y-116380000D01* +X139241313Y-116213177D01* +X139289976Y-116052758D01* +X139368995Y-115904924D01* +X139368996Y-115904922D01* +X139475341Y-115775341D01* +X139604922Y-115668996D01* +X139620094Y-115660886D01* +X139752758Y-115589976D01* +X139913177Y-115541313D01* +X140038196Y-115529000D01* +X140121804Y-115529000D01* +X140246823Y-115541313D01* +X140246823Y-115541313D01* +G37* +G36* +X137706823Y-115541313D02* +G01* +X137867242Y-115589976D01* +X137999906Y-115660886D01* +X138015078Y-115668996D01* +X138144659Y-115775341D01* +X138251004Y-115904922D01* +X138251005Y-115904924D01* +X138330024Y-116052758D01* +X138378687Y-116213177D01* +X138395117Y-116380000D01* +X138378687Y-116546823D01* +X138330024Y-116707242D01* +X138259114Y-116839906D01* +X138251004Y-116855078D01* +X138144659Y-116984659D01* +X138015078Y-117091004D01* +X138015076Y-117091005D01* +X137867242Y-117170024D01* +X137706823Y-117218687D01* +X137581804Y-117231000D01* +X137498196Y-117231000D01* +X137373177Y-117218687D01* +X137212758Y-117170024D01* +X137064924Y-117091005D01* +X137064922Y-117091004D01* +X136935341Y-116984659D01* +X136828996Y-116855078D01* +X136820886Y-116839906D01* +X136749976Y-116707242D01* +X136701313Y-116546823D01* +X136684883Y-116380000D01* +X136701313Y-116213177D01* +X136749976Y-116052758D01* +X136828995Y-115904924D01* +X136828996Y-115904922D01* +X136935341Y-115775341D01* +X137064922Y-115668996D01* +X137080094Y-115660886D01* +X137212758Y-115589976D01* +X137373177Y-115541313D01* +X137498196Y-115529000D01* +X137581804Y-115529000D01* +X137706823Y-115541313D01* +X137706823Y-115541313D01* +G37* +G36* +X135166823Y-115541313D02* +G01* +X135327242Y-115589976D01* +X135459906Y-115660886D01* +X135475078Y-115668996D01* +X135604659Y-115775341D01* +X135711004Y-115904922D01* +X135711005Y-115904924D01* +X135790024Y-116052758D01* +X135838687Y-116213177D01* +X135855117Y-116380000D01* +X135838687Y-116546823D01* +X135790024Y-116707242D01* +X135719114Y-116839906D01* +X135711004Y-116855078D01* +X135604659Y-116984659D01* +X135475078Y-117091004D01* +X135475076Y-117091005D01* +X135327242Y-117170024D01* +X135166823Y-117218687D01* +X135041804Y-117231000D01* +X134958196Y-117231000D01* +X134833177Y-117218687D01* +X134672758Y-117170024D01* +X134524924Y-117091005D01* +X134524922Y-117091004D01* +X134395341Y-116984659D01* +X134288996Y-116855078D01* +X134280886Y-116839906D01* +X134209976Y-116707242D01* +X134161313Y-116546823D01* +X134144883Y-116380000D01* +X134161313Y-116213177D01* +X134209976Y-116052758D01* +X134288995Y-115904924D01* +X134288996Y-115904922D01* +X134395341Y-115775341D01* +X134524922Y-115668996D01* +X134540094Y-115660886D01* +X134672758Y-115589976D01* +X134833177Y-115541313D01* +X134958196Y-115529000D01* +X135041804Y-115529000D01* +X135166823Y-115541313D01* +X135166823Y-115541313D01* +G37* +G36* +X197326823Y-115541313D02* +G01* +X197487242Y-115589976D01* +X197619906Y-115660886D01* +X197635078Y-115668996D01* +X197764659Y-115775341D01* +X197871004Y-115904922D01* +X197871005Y-115904924D01* +X197950024Y-116052758D01* +X197998687Y-116213177D01* +X198015117Y-116380000D01* +X197998687Y-116546823D01* +X197950024Y-116707242D01* +X197879114Y-116839906D01* +X197871004Y-116855078D01* +X197764659Y-116984659D01* +X197635078Y-117091004D01* +X197635076Y-117091005D01* +X197487242Y-117170024D01* +X197326823Y-117218687D01* +X197201804Y-117231000D01* +X197118196Y-117231000D01* +X196993177Y-117218687D01* +X196832758Y-117170024D01* +X196684924Y-117091005D01* +X196684922Y-117091004D01* +X196555341Y-116984659D01* +X196448996Y-116855078D01* +X196440886Y-116839906D01* +X196369976Y-116707242D01* +X196321313Y-116546823D01* +X196304883Y-116380000D01* +X196321313Y-116213177D01* +X196369976Y-116052758D01* +X196448995Y-115904924D01* +X196448996Y-115904922D01* +X196555341Y-115775341D01* +X196684922Y-115668996D01* +X196700094Y-115660886D01* +X196832758Y-115589976D01* +X196993177Y-115541313D01* +X197118196Y-115529000D01* +X197201804Y-115529000D01* +X197326823Y-115541313D01* +X197326823Y-115541313D01* +G37* +G36* +X130538228Y-112411703D02* +G01* +X130693100Y-112475853D01* +X130832481Y-112568985D01* +X130951015Y-112687519D01* +X131044147Y-112826900D01* +X131108297Y-112981772D01* +X131141000Y-113146184D01* +X131141000Y-113313816D01* +X131108297Y-113478228D01* +X131044147Y-113633100D01* +X130951015Y-113772481D01* +X130832481Y-113891015D01* +X130693100Y-113984147D01* +X130538228Y-114048297D01* +X130373816Y-114081000D01* +X130206184Y-114081000D01* +X130041772Y-114048297D01* +X129886900Y-113984147D01* +X129747519Y-113891015D01* +X129628985Y-113772481D01* +X129535853Y-113633100D01* +X129471703Y-113478228D01* +X129439000Y-113313816D01* +X129439000Y-113146184D01* +X129471703Y-112981772D01* +X129535853Y-112826900D01* +X129628985Y-112687519D01* +X129747519Y-112568985D01* +X129886900Y-112475853D01* +X130041772Y-112411703D01* +X130206184Y-112379000D01* +X130373816Y-112379000D01* +X130538228Y-112411703D01* +X130538228Y-112411703D01* +G37* +G36* +X133038228Y-112411703D02* +G01* +X133193100Y-112475853D01* +X133332481Y-112568985D01* +X133451015Y-112687519D01* +X133544147Y-112826900D01* +X133608297Y-112981772D01* +X133641000Y-113146184D01* +X133641000Y-113313816D01* +X133608297Y-113478228D01* +X133544147Y-113633100D01* +X133451015Y-113772481D01* +X133332481Y-113891015D01* +X133193100Y-113984147D01* +X133038228Y-114048297D01* +X132873816Y-114081000D01* +X132706184Y-114081000D01* +X132541772Y-114048297D01* +X132386900Y-113984147D01* +X132247519Y-113891015D01* +X132128985Y-113772481D01* +X132035853Y-113633100D01* +X131971703Y-113478228D01* +X131939000Y-113313816D01* +X131939000Y-113146184D01* +X131971703Y-112981772D01* +X132035853Y-112826900D01* +X132128985Y-112687519D01* +X132247519Y-112568985D01* +X132386900Y-112475853D01* +X132541772Y-112411703D01* +X132706184Y-112379000D01* +X132873816Y-112379000D01* +X133038228Y-112411703D01* +X133038228Y-112411703D01* +G37* +G36* +X121586823Y-108161313D02* +G01* +X121747242Y-108209976D01* +X121879906Y-108280886D01* +X121895078Y-108288996D01* +X122024659Y-108395341D01* +X122131004Y-108524922D01* +X122131005Y-108524924D01* +X122210024Y-108672758D01* +X122258687Y-108833177D01* +X122275117Y-109000000D01* +X122258687Y-109166823D01* +X122210024Y-109327242D01* +X122139114Y-109459906D01* +X122131004Y-109475078D01* +X122024659Y-109604659D01* +X121895078Y-109711004D01* +X121895076Y-109711005D01* +X121747242Y-109790024D01* +X121586823Y-109838687D01* +X121461804Y-109851000D01* +X121378196Y-109851000D01* +X121253177Y-109838687D01* +X121092758Y-109790024D01* +X120944924Y-109711005D01* +X120944922Y-109711004D01* +X120815341Y-109604659D01* +X120708996Y-109475078D01* +X120700886Y-109459906D01* +X120629976Y-109327242D01* +X120581313Y-109166823D01* +X120564883Y-109000000D01* +X120581313Y-108833177D01* +X120629976Y-108672758D01* +X120708995Y-108524924D01* +X120708996Y-108524922D01* +X120815341Y-108395341D01* +X120944922Y-108288996D01* +X120960094Y-108280886D01* +X121092758Y-108209976D01* +X121253177Y-108161313D01* +X121378196Y-108149000D01* +X121461804Y-108149000D01* +X121586823Y-108161313D01* +X121586823Y-108161313D01* +G37* +G36* +X124126823Y-108161313D02* +G01* +X124287242Y-108209976D01* +X124419906Y-108280886D01* +X124435078Y-108288996D01* +X124564659Y-108395341D01* +X124671004Y-108524922D01* +X124671005Y-108524924D01* +X124750024Y-108672758D01* +X124798687Y-108833177D01* +X124815117Y-109000000D01* +X124798687Y-109166823D01* +X124750024Y-109327242D01* +X124679114Y-109459906D01* +X124671004Y-109475078D01* +X124564659Y-109604659D01* +X124435078Y-109711004D01* +X124435076Y-109711005D01* +X124287242Y-109790024D01* +X124126823Y-109838687D01* +X124001804Y-109851000D01* +X123918196Y-109851000D01* +X123793177Y-109838687D01* +X123632758Y-109790024D01* +X123484924Y-109711005D01* +X123484922Y-109711004D01* +X123355341Y-109604659D01* +X123248996Y-109475078D01* +X123240886Y-109459906D01* +X123169976Y-109327242D01* +X123121313Y-109166823D01* +X123104883Y-109000000D01* +X123121313Y-108833177D01* +X123169976Y-108672758D01* +X123248995Y-108524924D01* +X123248996Y-108524922D01* +X123355341Y-108395341D01* +X123484922Y-108288996D01* +X123500094Y-108280886D01* +X123632758Y-108209976D01* +X123793177Y-108161313D01* +X123918196Y-108149000D01* +X124001804Y-108149000D01* +X124126823Y-108161313D01* +X124126823Y-108161313D01* +G37* +G36* +X126666823Y-108161313D02* +G01* +X126827242Y-108209976D01* +X126959906Y-108280886D01* +X126975078Y-108288996D01* +X127104659Y-108395341D01* +X127211004Y-108524922D01* +X127211005Y-108524924D01* +X127290024Y-108672758D01* +X127338687Y-108833177D01* +X127355117Y-109000000D01* +X127338687Y-109166823D01* +X127290024Y-109327242D01* +X127219114Y-109459906D01* +X127211004Y-109475078D01* +X127104659Y-109604659D01* +X126975078Y-109711004D01* +X126975076Y-109711005D01* +X126827242Y-109790024D01* +X126666823Y-109838687D01* +X126541804Y-109851000D01* +X126458196Y-109851000D01* +X126333177Y-109838687D01* +X126172758Y-109790024D01* +X126024924Y-109711005D01* +X126024922Y-109711004D01* +X125895341Y-109604659D01* +X125788996Y-109475078D01* +X125780886Y-109459906D01* +X125709976Y-109327242D01* +X125661313Y-109166823D01* +X125644883Y-109000000D01* +X125661313Y-108833177D01* +X125709976Y-108672758D01* +X125788995Y-108524924D01* +X125788996Y-108524922D01* +X125895341Y-108395341D01* +X126024922Y-108288996D01* +X126040094Y-108280886D01* +X126172758Y-108209976D01* +X126333177Y-108161313D01* +X126458196Y-108149000D01* +X126541804Y-108149000D01* +X126666823Y-108161313D01* +X126666823Y-108161313D01* +G37* +G36* +X119046823Y-108161313D02* +G01* +X119207242Y-108209976D01* +X119339906Y-108280886D01* +X119355078Y-108288996D01* +X119484659Y-108395341D01* +X119591004Y-108524922D01* +X119591005Y-108524924D01* +X119670024Y-108672758D01* +X119718687Y-108833177D01* +X119735117Y-109000000D01* +X119718687Y-109166823D01* +X119670024Y-109327242D01* +X119599114Y-109459906D01* +X119591004Y-109475078D01* +X119484659Y-109604659D01* +X119355078Y-109711004D01* +X119355076Y-109711005D01* +X119207242Y-109790024D01* +X119046823Y-109838687D01* +X118921804Y-109851000D01* +X118838196Y-109851000D01* +X118713177Y-109838687D01* +X118552758Y-109790024D01* +X118404924Y-109711005D01* +X118404922Y-109711004D01* +X118275341Y-109604659D01* +X118168996Y-109475078D01* +X118160886Y-109459906D01* +X118089976Y-109327242D01* +X118041313Y-109166823D01* +X118024883Y-109000000D01* +X118041313Y-108833177D01* +X118089976Y-108672758D01* +X118168995Y-108524924D01* +X118168996Y-108524922D01* +X118275341Y-108395341D01* +X118404922Y-108288996D01* +X118420094Y-108280886D01* +X118552758Y-108209976D01* +X118713177Y-108161313D01* +X118838196Y-108149000D01* +X118921804Y-108149000D01* +X119046823Y-108161313D01* +X119046823Y-108161313D01* +G37* +G36* +X129206823Y-108161313D02* +G01* +X129367242Y-108209976D01* +X129499906Y-108280886D01* +X129515078Y-108288996D01* +X129644659Y-108395341D01* +X129751004Y-108524922D01* +X129751005Y-108524924D01* +X129830024Y-108672758D01* +X129878687Y-108833177D01* +X129895117Y-109000000D01* +X129878687Y-109166823D01* +X129830024Y-109327242D01* +X129759114Y-109459906D01* +X129751004Y-109475078D01* +X129644659Y-109604659D01* +X129515078Y-109711004D01* +X129515076Y-109711005D01* +X129367242Y-109790024D01* +X129206823Y-109838687D01* +X129081804Y-109851000D01* +X128998196Y-109851000D01* +X128873177Y-109838687D01* +X128712758Y-109790024D01* +X128564924Y-109711005D01* +X128564922Y-109711004D01* +X128435341Y-109604659D01* +X128328996Y-109475078D01* +X128320886Y-109459906D01* +X128249976Y-109327242D01* +X128201313Y-109166823D01* +X128184883Y-109000000D01* +X128201313Y-108833177D01* +X128249976Y-108672758D01* +X128328995Y-108524924D01* +X128328996Y-108524922D01* +X128435341Y-108395341D01* +X128564922Y-108288996D01* +X128580094Y-108280886D01* +X128712758Y-108209976D01* +X128873177Y-108161313D01* +X128998196Y-108149000D01* +X129081804Y-108149000D01* +X129206823Y-108161313D01* +X129206823Y-108161313D01* +G37* +G36* +X116506823Y-108161313D02* +G01* +X116667242Y-108209976D01* +X116799906Y-108280886D01* +X116815078Y-108288996D01* +X116944659Y-108395341D01* +X117051004Y-108524922D01* +X117051005Y-108524924D01* +X117130024Y-108672758D01* +X117178687Y-108833177D01* +X117195117Y-109000000D01* +X117178687Y-109166823D01* +X117130024Y-109327242D01* +X117059114Y-109459906D01* +X117051004Y-109475078D01* +X116944659Y-109604659D01* +X116815078Y-109711004D01* +X116815076Y-109711005D01* +X116667242Y-109790024D01* +X116506823Y-109838687D01* +X116381804Y-109851000D01* +X116298196Y-109851000D01* +X116173177Y-109838687D01* +X116012758Y-109790024D01* +X115864924Y-109711005D01* +X115864922Y-109711004D01* +X115735341Y-109604659D01* +X115628996Y-109475078D01* +X115620886Y-109459906D01* +X115549976Y-109327242D01* +X115501313Y-109166823D01* +X115484883Y-109000000D01* +X115501313Y-108833177D01* +X115549976Y-108672758D01* +X115628995Y-108524924D01* +X115628996Y-108524922D01* +X115735341Y-108395341D01* +X115864922Y-108288996D01* +X115880094Y-108280886D01* +X116012758Y-108209976D01* +X116173177Y-108161313D01* +X116298196Y-108149000D01* +X116381804Y-108149000D01* +X116506823Y-108161313D01* +X116506823Y-108161313D01* +G37* +G36* +X114651000Y-109851000D02* +G01* +X112949000Y-109851000D01* +X112949000Y-108149000D01* +X114651000Y-108149000D01* +X114651000Y-109851000D01* +X114651000Y-109851000D01* +G37* +G36* +X174186823Y-103161313D02* +G01* +X174347242Y-103209976D01* +X174479906Y-103280886D01* +X174495078Y-103288996D01* +X174624659Y-103395341D01* +X174731004Y-103524922D01* +X174731005Y-103524924D01* +X174810024Y-103672758D01* +X174858687Y-103833177D01* +X174875117Y-104000000D01* +X174858687Y-104166823D01* +X174810024Y-104327242D01* +X174739114Y-104459906D01* +X174731004Y-104475078D01* +X174624659Y-104604659D01* +X174495078Y-104711004D01* +X174495076Y-104711005D01* +X174347242Y-104790024D01* +X174186823Y-104838687D01* +X174061804Y-104851000D01* +X173978196Y-104851000D01* +X173853177Y-104838687D01* +X173692758Y-104790024D01* +X173544924Y-104711005D01* +X173544922Y-104711004D01* +X173415341Y-104604659D01* +X173308996Y-104475078D01* +X173300886Y-104459906D01* +X173229976Y-104327242D01* +X173181313Y-104166823D01* +X173164883Y-104000000D01* +X173181313Y-103833177D01* +X173229976Y-103672758D01* +X173308995Y-103524924D01* +X173308996Y-103524922D01* +X173415341Y-103395341D01* +X173544922Y-103288996D01* +X173560094Y-103280886D01* +X173692758Y-103209976D01* +X173853177Y-103161313D01* +X173978196Y-103149000D01* +X174061804Y-103149000D01* +X174186823Y-103161313D01* +X174186823Y-103161313D01* +G37* +G36* +X171646823Y-103161313D02* +G01* +X171807242Y-103209976D01* +X171939906Y-103280886D01* +X171955078Y-103288996D01* +X172084659Y-103395341D01* +X172191004Y-103524922D01* +X172191005Y-103524924D01* +X172270024Y-103672758D01* +X172318687Y-103833177D01* +X172335117Y-104000000D01* +X172318687Y-104166823D01* +X172270024Y-104327242D01* +X172199114Y-104459906D01* +X172191004Y-104475078D01* +X172084659Y-104604659D01* +X171955078Y-104711004D01* +X171955076Y-104711005D01* +X171807242Y-104790024D01* +X171646823Y-104838687D01* +X171521804Y-104851000D01* +X171438196Y-104851000D01* +X171313177Y-104838687D01* +X171152758Y-104790024D01* +X171004924Y-104711005D01* +X171004922Y-104711004D01* +X170875341Y-104604659D01* +X170768996Y-104475078D01* +X170760886Y-104459906D01* +X170689976Y-104327242D01* +X170641313Y-104166823D01* +X170624883Y-104000000D01* +X170641313Y-103833177D01* +X170689976Y-103672758D01* +X170768995Y-103524924D01* +X170768996Y-103524922D01* +X170875341Y-103395341D01* +X171004922Y-103288996D01* +X171020094Y-103280886D01* +X171152758Y-103209976D01* +X171313177Y-103161313D01* +X171438196Y-103149000D01* +X171521804Y-103149000D01* +X171646823Y-103161313D01* +X171646823Y-103161313D01* +G37* +G36* +X169106823Y-103161313D02* +G01* +X169267242Y-103209976D01* +X169399906Y-103280886D01* +X169415078Y-103288996D01* +X169544659Y-103395341D01* +X169651004Y-103524922D01* +X169651005Y-103524924D01* +X169730024Y-103672758D01* +X169778687Y-103833177D01* +X169795117Y-104000000D01* +X169778687Y-104166823D01* +X169730024Y-104327242D01* +X169659114Y-104459906D01* +X169651004Y-104475078D01* +X169544659Y-104604659D01* +X169415078Y-104711004D01* +X169415076Y-104711005D01* +X169267242Y-104790024D01* +X169106823Y-104838687D01* +X168981804Y-104851000D01* +X168898196Y-104851000D01* +X168773177Y-104838687D01* +X168612758Y-104790024D01* +X168464924Y-104711005D01* +X168464922Y-104711004D01* +X168335341Y-104604659D01* +X168228996Y-104475078D01* +X168220886Y-104459906D01* +X168149976Y-104327242D01* +X168101313Y-104166823D01* +X168084883Y-104000000D01* +X168101313Y-103833177D01* +X168149976Y-103672758D01* +X168228995Y-103524924D01* +X168228996Y-103524922D01* +X168335341Y-103395341D01* +X168464922Y-103288996D01* +X168480094Y-103280886D01* +X168612758Y-103209976D01* +X168773177Y-103161313D01* +X168898196Y-103149000D01* +X168981804Y-103149000D01* +X169106823Y-103161313D01* +X169106823Y-103161313D01* +G37* +G36* +X166566823Y-103161313D02* +G01* +X166727242Y-103209976D01* +X166859906Y-103280886D01* +X166875078Y-103288996D01* +X167004659Y-103395341D01* +X167111004Y-103524922D01* +X167111005Y-103524924D01* +X167190024Y-103672758D01* +X167238687Y-103833177D01* +X167255117Y-104000000D01* +X167238687Y-104166823D01* +X167190024Y-104327242D01* +X167119114Y-104459906D01* +X167111004Y-104475078D01* +X167004659Y-104604659D01* +X166875078Y-104711004D01* +X166875076Y-104711005D01* +X166727242Y-104790024D01* +X166566823Y-104838687D01* +X166441804Y-104851000D01* +X166358196Y-104851000D01* +X166233177Y-104838687D01* +X166072758Y-104790024D01* +X165924924Y-104711005D01* +X165924922Y-104711004D01* +X165795341Y-104604659D01* +X165688996Y-104475078D01* +X165680886Y-104459906D01* +X165609976Y-104327242D01* +X165561313Y-104166823D01* +X165544883Y-104000000D01* +X165561313Y-103833177D01* +X165609976Y-103672758D01* +X165688995Y-103524924D01* +X165688996Y-103524922D01* +X165795341Y-103395341D01* +X165924922Y-103288996D01* +X165940094Y-103280886D01* +X166072758Y-103209976D01* +X166233177Y-103161313D01* +X166358196Y-103149000D01* +X166441804Y-103149000D01* +X166566823Y-103161313D01* +X166566823Y-103161313D01* +G37* +G36* +X164026823Y-103161313D02* +G01* +X164187242Y-103209976D01* +X164319906Y-103280886D01* +X164335078Y-103288996D01* +X164464659Y-103395341D01* +X164571004Y-103524922D01* +X164571005Y-103524924D01* +X164650024Y-103672758D01* +X164698687Y-103833177D01* +X164715117Y-104000000D01* +X164698687Y-104166823D01* +X164650024Y-104327242D01* +X164579114Y-104459906D01* +X164571004Y-104475078D01* +X164464659Y-104604659D01* +X164335078Y-104711004D01* +X164335076Y-104711005D01* +X164187242Y-104790024D01* +X164026823Y-104838687D01* +X163901804Y-104851000D01* +X163818196Y-104851000D01* +X163693177Y-104838687D01* +X163532758Y-104790024D01* +X163384924Y-104711005D01* +X163384922Y-104711004D01* +X163255341Y-104604659D01* +X163148996Y-104475078D01* +X163140886Y-104459906D01* +X163069976Y-104327242D01* +X163021313Y-104166823D01* +X163004883Y-104000000D01* +X163021313Y-103833177D01* +X163069976Y-103672758D01* +X163148995Y-103524924D01* +X163148996Y-103524922D01* +X163255341Y-103395341D01* +X163384922Y-103288996D01* +X163400094Y-103280886D01* +X163532758Y-103209976D01* +X163693177Y-103161313D01* +X163818196Y-103149000D01* +X163901804Y-103149000D01* +X164026823Y-103161313D01* +X164026823Y-103161313D01* +G37* +G36* +X161486823Y-103161313D02* +G01* +X161647242Y-103209976D01* +X161779906Y-103280886D01* +X161795078Y-103288996D01* +X161924659Y-103395341D01* +X162031004Y-103524922D01* +X162031005Y-103524924D01* +X162110024Y-103672758D01* +X162158687Y-103833177D01* +X162175117Y-104000000D01* +X162158687Y-104166823D01* +X162110024Y-104327242D01* +X162039114Y-104459906D01* +X162031004Y-104475078D01* +X161924659Y-104604659D01* +X161795078Y-104711004D01* +X161795076Y-104711005D01* +X161647242Y-104790024D01* +X161486823Y-104838687D01* +X161361804Y-104851000D01* +X161278196Y-104851000D01* +X161153177Y-104838687D01* +X160992758Y-104790024D01* +X160844924Y-104711005D01* +X160844922Y-104711004D01* +X160715341Y-104604659D01* +X160608996Y-104475078D01* +X160600886Y-104459906D01* +X160529976Y-104327242D01* +X160481313Y-104166823D01* +X160464883Y-104000000D01* +X160481313Y-103833177D01* +X160529976Y-103672758D01* +X160608995Y-103524924D01* +X160608996Y-103524922D01* +X160715341Y-103395341D01* +X160844922Y-103288996D01* +X160860094Y-103280886D01* +X160992758Y-103209976D01* +X161153177Y-103161313D01* +X161278196Y-103149000D01* +X161361804Y-103149000D01* +X161486823Y-103161313D01* +X161486823Y-103161313D01* +G37* +G36* +X141851000Y-104851000D02* +G01* +X140149000Y-104851000D01* +X140149000Y-103149000D01* +X141851000Y-103149000D01* +X141851000Y-104851000D01* +X141851000Y-104851000D01* +G37* +G36* +X143706823Y-103161313D02* +G01* +X143867242Y-103209976D01* +X143999906Y-103280886D01* +X144015078Y-103288996D01* +X144144659Y-103395341D01* +X144251004Y-103524922D01* +X144251005Y-103524924D01* +X144330024Y-103672758D01* +X144378687Y-103833177D01* +X144395117Y-104000000D01* +X144378687Y-104166823D01* +X144330024Y-104327242D01* +X144259114Y-104459906D01* +X144251004Y-104475078D01* +X144144659Y-104604659D01* +X144015078Y-104711004D01* +X144015076Y-104711005D01* +X143867242Y-104790024D01* +X143706823Y-104838687D01* +X143581804Y-104851000D01* +X143498196Y-104851000D01* +X143373177Y-104838687D01* +X143212758Y-104790024D01* +X143064924Y-104711005D01* +X143064922Y-104711004D01* +X142935341Y-104604659D01* +X142828996Y-104475078D01* +X142820886Y-104459906D01* +X142749976Y-104327242D01* +X142701313Y-104166823D01* +X142684883Y-104000000D01* +X142701313Y-103833177D01* +X142749976Y-103672758D01* +X142828995Y-103524924D01* +X142828996Y-103524922D01* +X142935341Y-103395341D01* +X143064922Y-103288996D01* +X143080094Y-103280886D01* +X143212758Y-103209976D01* +X143373177Y-103161313D01* +X143498196Y-103149000D01* +X143581804Y-103149000D01* +X143706823Y-103161313D01* +X143706823Y-103161313D01* +G37* +G36* +X146246823Y-103161313D02* +G01* +X146407242Y-103209976D01* +X146539906Y-103280886D01* +X146555078Y-103288996D01* +X146684659Y-103395341D01* +X146791004Y-103524922D01* +X146791005Y-103524924D01* +X146870024Y-103672758D01* +X146918687Y-103833177D01* +X146935117Y-104000000D01* +X146918687Y-104166823D01* +X146870024Y-104327242D01* +X146799114Y-104459906D01* +X146791004Y-104475078D01* +X146684659Y-104604659D01* +X146555078Y-104711004D01* +X146555076Y-104711005D01* +X146407242Y-104790024D01* +X146246823Y-104838687D01* +X146121804Y-104851000D01* +X146038196Y-104851000D01* +X145913177Y-104838687D01* +X145752758Y-104790024D01* +X145604924Y-104711005D01* +X145604922Y-104711004D01* +X145475341Y-104604659D01* +X145368996Y-104475078D01* +X145360886Y-104459906D01* +X145289976Y-104327242D01* +X145241313Y-104166823D01* +X145224883Y-104000000D01* +X145241313Y-103833177D01* +X145289976Y-103672758D01* +X145368995Y-103524924D01* +X145368996Y-103524922D01* +X145475341Y-103395341D01* +X145604922Y-103288996D01* +X145620094Y-103280886D01* +X145752758Y-103209976D01* +X145913177Y-103161313D01* +X146038196Y-103149000D01* +X146121804Y-103149000D01* +X146246823Y-103161313D01* +X146246823Y-103161313D01* +G37* +G36* +X158946823Y-103161313D02* +G01* +X159107242Y-103209976D01* +X159239906Y-103280886D01* +X159255078Y-103288996D01* +X159384659Y-103395341D01* +X159491004Y-103524922D01* +X159491005Y-103524924D01* +X159570024Y-103672758D01* +X159618687Y-103833177D01* +X159635117Y-104000000D01* +X159618687Y-104166823D01* +X159570024Y-104327242D01* +X159499114Y-104459906D01* +X159491004Y-104475078D01* +X159384659Y-104604659D01* +X159255078Y-104711004D01* +X159255076Y-104711005D01* +X159107242Y-104790024D01* +X158946823Y-104838687D01* +X158821804Y-104851000D01* +X158738196Y-104851000D01* +X158613177Y-104838687D01* +X158452758Y-104790024D01* +X158304924Y-104711005D01* +X158304922Y-104711004D01* +X158175341Y-104604659D01* +X158068996Y-104475078D01* +X158060886Y-104459906D01* +X157989976Y-104327242D01* +X157941313Y-104166823D01* +X157924883Y-104000000D01* +X157941313Y-103833177D01* +X157989976Y-103672758D01* +X158068995Y-103524924D01* +X158068996Y-103524922D01* +X158175341Y-103395341D01* +X158304922Y-103288996D01* +X158320094Y-103280886D01* +X158452758Y-103209976D01* +X158613177Y-103161313D01* +X158738196Y-103149000D01* +X158821804Y-103149000D01* +X158946823Y-103161313D01* +X158946823Y-103161313D01* +G37* +G36* +X156406823Y-103161313D02* +G01* +X156567242Y-103209976D01* +X156699906Y-103280886D01* +X156715078Y-103288996D01* +X156844659Y-103395341D01* +X156951004Y-103524922D01* +X156951005Y-103524924D01* +X157030024Y-103672758D01* +X157078687Y-103833177D01* +X157095117Y-104000000D01* +X157078687Y-104166823D01* +X157030024Y-104327242D01* +X156959114Y-104459906D01* +X156951004Y-104475078D01* +X156844659Y-104604659D01* +X156715078Y-104711004D01* +X156715076Y-104711005D01* +X156567242Y-104790024D01* +X156406823Y-104838687D01* +X156281804Y-104851000D01* +X156198196Y-104851000D01* +X156073177Y-104838687D01* +X155912758Y-104790024D01* +X155764924Y-104711005D01* +X155764922Y-104711004D01* +X155635341Y-104604659D01* +X155528996Y-104475078D01* +X155520886Y-104459906D01* +X155449976Y-104327242D01* +X155401313Y-104166823D01* +X155384883Y-104000000D01* +X155401313Y-103833177D01* +X155449976Y-103672758D01* +X155528995Y-103524924D01* +X155528996Y-103524922D01* +X155635341Y-103395341D01* +X155764922Y-103288996D01* +X155780094Y-103280886D01* +X155912758Y-103209976D01* +X156073177Y-103161313D01* +X156198196Y-103149000D01* +X156281804Y-103149000D01* +X156406823Y-103161313D01* +X156406823Y-103161313D01* +G37* +G36* +X153866823Y-103161313D02* +G01* +X154027242Y-103209976D01* +X154159906Y-103280886D01* +X154175078Y-103288996D01* +X154304659Y-103395341D01* +X154411004Y-103524922D01* +X154411005Y-103524924D01* +X154490024Y-103672758D01* +X154538687Y-103833177D01* +X154555117Y-104000000D01* +X154538687Y-104166823D01* +X154490024Y-104327242D01* +X154419114Y-104459906D01* +X154411004Y-104475078D01* +X154304659Y-104604659D01* +X154175078Y-104711004D01* +X154175076Y-104711005D01* +X154027242Y-104790024D01* +X153866823Y-104838687D01* +X153741804Y-104851000D01* +X153658196Y-104851000D01* +X153533177Y-104838687D01* +X153372758Y-104790024D01* +X153224924Y-104711005D01* +X153224922Y-104711004D01* +X153095341Y-104604659D01* +X152988996Y-104475078D01* +X152980886Y-104459906D01* +X152909976Y-104327242D01* +X152861313Y-104166823D01* +X152844883Y-104000000D01* +X152861313Y-103833177D01* +X152909976Y-103672758D01* +X152988995Y-103524924D01* +X152988996Y-103524922D01* +X153095341Y-103395341D01* +X153224922Y-103288996D01* +X153240094Y-103280886D01* +X153372758Y-103209976D01* +X153533177Y-103161313D01* +X153658196Y-103149000D01* +X153741804Y-103149000D01* +X153866823Y-103161313D01* +X153866823Y-103161313D01* +G37* +G36* +X151326823Y-103161313D02* +G01* +X151487242Y-103209976D01* +X151619906Y-103280886D01* +X151635078Y-103288996D01* +X151764659Y-103395341D01* +X151871004Y-103524922D01* +X151871005Y-103524924D01* +X151950024Y-103672758D01* +X151998687Y-103833177D01* +X152015117Y-104000000D01* +X151998687Y-104166823D01* +X151950024Y-104327242D01* +X151879114Y-104459906D01* +X151871004Y-104475078D01* +X151764659Y-104604659D01* +X151635078Y-104711004D01* +X151635076Y-104711005D01* +X151487242Y-104790024D01* +X151326823Y-104838687D01* +X151201804Y-104851000D01* +X151118196Y-104851000D01* +X150993177Y-104838687D01* +X150832758Y-104790024D01* +X150684924Y-104711005D01* +X150684922Y-104711004D01* +X150555341Y-104604659D01* +X150448996Y-104475078D01* +X150440886Y-104459906D01* +X150369976Y-104327242D01* +X150321313Y-104166823D01* +X150304883Y-104000000D01* +X150321313Y-103833177D01* +X150369976Y-103672758D01* +X150448995Y-103524924D01* +X150448996Y-103524922D01* +X150555341Y-103395341D01* +X150684922Y-103288996D01* +X150700094Y-103280886D01* +X150832758Y-103209976D01* +X150993177Y-103161313D01* +X151118196Y-103149000D01* +X151201804Y-103149000D01* +X151326823Y-103161313D01* +X151326823Y-103161313D01* +G37* +G36* +X148786823Y-103161313D02* +G01* +X148947242Y-103209976D01* +X149079906Y-103280886D01* +X149095078Y-103288996D01* +X149224659Y-103395341D01* +X149331004Y-103524922D01* +X149331005Y-103524924D01* +X149410024Y-103672758D01* +X149458687Y-103833177D01* +X149475117Y-104000000D01* +X149458687Y-104166823D01* +X149410024Y-104327242D01* +X149339114Y-104459906D01* +X149331004Y-104475078D01* +X149224659Y-104604659D01* +X149095078Y-104711004D01* +X149095076Y-104711005D01* +X148947242Y-104790024D01* +X148786823Y-104838687D01* +X148661804Y-104851000D01* +X148578196Y-104851000D01* +X148453177Y-104838687D01* +X148292758Y-104790024D01* +X148144924Y-104711005D01* +X148144922Y-104711004D01* +X148015341Y-104604659D01* +X147908996Y-104475078D01* +X147900886Y-104459906D01* +X147829976Y-104327242D01* +X147781313Y-104166823D01* +X147764883Y-104000000D01* +X147781313Y-103833177D01* +X147829976Y-103672758D01* +X147908995Y-103524924D01* +X147908996Y-103524922D01* +X148015341Y-103395341D01* +X148144922Y-103288996D01* +X148160094Y-103280886D01* +X148292758Y-103209976D01* +X148453177Y-103161313D01* +X148578196Y-103149000D01* +X148661804Y-103149000D01* +X148786823Y-103161313D01* +X148786823Y-103161313D01* +G37* +G36* +X178338228Y-101301703D02* +G01* +X178493100Y-101365853D01* +X178632481Y-101458985D01* +X178751015Y-101577519D01* +X178844147Y-101716900D01* +X178908297Y-101871772D01* +X178941000Y-102036184D01* +X178941000Y-102203816D01* +X178908297Y-102368228D01* +X178844147Y-102523100D01* +X178751015Y-102662481D01* +X178632481Y-102781015D01* +X178493100Y-102874147D01* +X178338228Y-102938297D01* +X178173816Y-102971000D01* +X178006184Y-102971000D01* +X177841772Y-102938297D01* +X177686900Y-102874147D01* +X177547519Y-102781015D01* +X177428985Y-102662481D01* +X177335853Y-102523100D01* +X177271703Y-102368228D01* +X177239000Y-102203816D01* +X177239000Y-102036184D01* +X177271703Y-101871772D01* +X177335853Y-101716900D01* +X177428985Y-101577519D01* +X177547519Y-101458985D01* +X177686900Y-101365853D01* +X177841772Y-101301703D01* +X178006184Y-101269000D01* +X178173816Y-101269000D01* +X178338228Y-101301703D01* +X178338228Y-101301703D01* +G37* +G36* +X124126823Y-100541313D02* +G01* +X124287242Y-100589976D01* +X124419906Y-100660886D01* +X124435078Y-100668996D01* +X124564659Y-100775341D01* +X124671004Y-100904922D01* +X124671005Y-100904924D01* +X124750024Y-101052758D01* +X124798687Y-101213177D01* +X124815117Y-101380000D01* +X124798687Y-101546823D01* +X124750024Y-101707242D01* +X124744860Y-101716903D01* +X124671004Y-101855078D01* +X124564659Y-101984659D01* +X124435078Y-102091004D01* +X124435076Y-102091005D01* +X124287242Y-102170024D01* +X124126823Y-102218687D01* +X124001804Y-102231000D01* +X123918196Y-102231000D01* +X123793177Y-102218687D01* +X123632758Y-102170024D01* +X123484924Y-102091005D01* +X123484922Y-102091004D01* +X123355341Y-101984659D01* +X123248996Y-101855078D01* +X123175140Y-101716903D01* +X123169976Y-101707242D01* +X123121313Y-101546823D01* +X123104883Y-101380000D01* +X123121313Y-101213177D01* +X123169976Y-101052758D01* +X123248995Y-100904924D01* +X123248996Y-100904922D01* +X123355341Y-100775341D01* +X123484922Y-100668996D01* +X123500094Y-100660886D01* +X123632758Y-100589976D01* +X123793177Y-100541313D01* +X123918196Y-100529000D01* +X124001804Y-100529000D01* +X124126823Y-100541313D01* +X124126823Y-100541313D01* +G37* +G36* +X121586823Y-100541313D02* +G01* +X121747242Y-100589976D01* +X121879906Y-100660886D01* +X121895078Y-100668996D01* +X122024659Y-100775341D01* +X122131004Y-100904922D01* +X122131005Y-100904924D01* +X122210024Y-101052758D01* +X122258687Y-101213177D01* +X122275117Y-101380000D01* +X122258687Y-101546823D01* +X122210024Y-101707242D01* +X122204860Y-101716903D01* +X122131004Y-101855078D01* +X122024659Y-101984659D01* +X121895078Y-102091004D01* +X121895076Y-102091005D01* +X121747242Y-102170024D01* +X121586823Y-102218687D01* +X121461804Y-102231000D01* +X121378196Y-102231000D01* +X121253177Y-102218687D01* +X121092758Y-102170024D01* +X120944924Y-102091005D01* +X120944922Y-102091004D01* +X120815341Y-101984659D01* +X120708996Y-101855078D01* +X120635140Y-101716903D01* +X120629976Y-101707242D01* +X120581313Y-101546823D01* +X120564883Y-101380000D01* +X120581313Y-101213177D01* +X120629976Y-101052758D01* +X120708995Y-100904924D01* +X120708996Y-100904922D01* +X120815341Y-100775341D01* +X120944922Y-100668996D01* +X120960094Y-100660886D01* +X121092758Y-100589976D01* +X121253177Y-100541313D01* +X121378196Y-100529000D01* +X121461804Y-100529000D01* +X121586823Y-100541313D01* +X121586823Y-100541313D01* +G37* +G36* +X119046823Y-100541313D02* +G01* +X119207242Y-100589976D01* +X119339906Y-100660886D01* +X119355078Y-100668996D01* +X119484659Y-100775341D01* +X119591004Y-100904922D01* +X119591005Y-100904924D01* +X119670024Y-101052758D01* +X119718687Y-101213177D01* +X119735117Y-101380000D01* +X119718687Y-101546823D01* +X119670024Y-101707242D01* +X119664860Y-101716903D01* +X119591004Y-101855078D01* +X119484659Y-101984659D01* +X119355078Y-102091004D01* +X119355076Y-102091005D01* +X119207242Y-102170024D01* +X119046823Y-102218687D01* +X118921804Y-102231000D01* +X118838196Y-102231000D01* +X118713177Y-102218687D01* +X118552758Y-102170024D01* +X118404924Y-102091005D01* +X118404922Y-102091004D01* +X118275341Y-101984659D01* +X118168996Y-101855078D01* +X118095140Y-101716903D01* +X118089976Y-101707242D01* +X118041313Y-101546823D01* +X118024883Y-101380000D01* +X118041313Y-101213177D01* +X118089976Y-101052758D01* +X118168995Y-100904924D01* +X118168996Y-100904922D01* +X118275341Y-100775341D01* +X118404922Y-100668996D01* +X118420094Y-100660886D01* +X118552758Y-100589976D01* +X118713177Y-100541313D01* +X118838196Y-100529000D01* +X118921804Y-100529000D01* +X119046823Y-100541313D01* +X119046823Y-100541313D01* +G37* +G36* +X116506823Y-100541313D02* +G01* +X116667242Y-100589976D01* +X116799906Y-100660886D01* +X116815078Y-100668996D01* +X116944659Y-100775341D01* +X117051004Y-100904922D01* +X117051005Y-100904924D01* +X117130024Y-101052758D01* +X117178687Y-101213177D01* +X117195117Y-101380000D01* +X117178687Y-101546823D01* +X117130024Y-101707242D01* +X117124860Y-101716903D01* +X117051004Y-101855078D01* +X116944659Y-101984659D01* +X116815078Y-102091004D01* +X116815076Y-102091005D01* +X116667242Y-102170024D01* +X116506823Y-102218687D01* +X116381804Y-102231000D01* +X116298196Y-102231000D01* +X116173177Y-102218687D01* +X116012758Y-102170024D01* +X115864924Y-102091005D01* +X115864922Y-102091004D01* +X115735341Y-101984659D01* +X115628996Y-101855078D01* +X115555140Y-101716903D01* +X115549976Y-101707242D01* +X115501313Y-101546823D01* +X115484883Y-101380000D01* +X115501313Y-101213177D01* +X115549976Y-101052758D01* +X115628995Y-100904924D01* +X115628996Y-100904922D01* +X115735341Y-100775341D01* +X115864922Y-100668996D01* +X115880094Y-100660886D01* +X116012758Y-100589976D01* +X116173177Y-100541313D01* +X116298196Y-100529000D01* +X116381804Y-100529000D01* +X116506823Y-100541313D01* +X116506823Y-100541313D01* +G37* +G36* +X113966823Y-100541313D02* +G01* +X114127242Y-100589976D01* +X114259906Y-100660886D01* +X114275078Y-100668996D01* +X114404659Y-100775341D01* +X114511004Y-100904922D01* +X114511005Y-100904924D01* +X114590024Y-101052758D01* +X114638687Y-101213177D01* +X114655117Y-101380000D01* +X114638687Y-101546823D01* +X114590024Y-101707242D01* +X114584860Y-101716903D01* +X114511004Y-101855078D01* +X114404659Y-101984659D01* +X114275078Y-102091004D01* +X114275076Y-102091005D01* +X114127242Y-102170024D01* +X113966823Y-102218687D01* +X113841804Y-102231000D01* +X113758196Y-102231000D01* +X113633177Y-102218687D01* +X113472758Y-102170024D01* +X113324924Y-102091005D01* +X113324922Y-102091004D01* +X113195341Y-101984659D01* +X113088996Y-101855078D01* +X113015140Y-101716903D01* +X113009976Y-101707242D01* +X112961313Y-101546823D01* +X112944883Y-101380000D01* +X112961313Y-101213177D01* +X113009976Y-101052758D01* +X113088995Y-100904924D01* +X113088996Y-100904922D01* +X113195341Y-100775341D01* +X113324922Y-100668996D01* +X113340094Y-100660886D01* +X113472758Y-100589976D01* +X113633177Y-100541313D01* +X113758196Y-100529000D01* +X113841804Y-100529000D01* +X113966823Y-100541313D01* +X113966823Y-100541313D01* +G37* +G36* +X126666823Y-100541313D02* +G01* +X126827242Y-100589976D01* +X126959906Y-100660886D01* +X126975078Y-100668996D01* +X127104659Y-100775341D01* +X127211004Y-100904922D01* +X127211005Y-100904924D01* +X127290024Y-101052758D01* +X127338687Y-101213177D01* +X127355117Y-101380000D01* +X127338687Y-101546823D01* +X127290024Y-101707242D01* +X127284860Y-101716903D01* +X127211004Y-101855078D01* +X127104659Y-101984659D01* +X126975078Y-102091004D01* +X126975076Y-102091005D01* +X126827242Y-102170024D01* +X126666823Y-102218687D01* +X126541804Y-102231000D01* +X126458196Y-102231000D01* +X126333177Y-102218687D01* +X126172758Y-102170024D01* +X126024924Y-102091005D01* +X126024922Y-102091004D01* +X125895341Y-101984659D01* +X125788996Y-101855078D01* +X125715140Y-101716903D01* +X125709976Y-101707242D01* +X125661313Y-101546823D01* +X125644883Y-101380000D01* +X125661313Y-101213177D01* +X125709976Y-101052758D01* +X125788995Y-100904924D01* +X125788996Y-100904922D01* +X125895341Y-100775341D01* +X126024922Y-100668996D01* +X126040094Y-100660886D01* +X126172758Y-100589976D01* +X126333177Y-100541313D01* +X126458196Y-100529000D01* +X126541804Y-100529000D01* +X126666823Y-100541313D01* +X126666823Y-100541313D01* +G37* +G36* +X129206823Y-100541313D02* +G01* +X129367242Y-100589976D01* +X129499906Y-100660886D01* +X129515078Y-100668996D01* +X129644659Y-100775341D01* +X129751004Y-100904922D01* +X129751005Y-100904924D01* +X129830024Y-101052758D01* +X129878687Y-101213177D01* +X129895117Y-101380000D01* +X129878687Y-101546823D01* +X129830024Y-101707242D01* +X129824860Y-101716903D01* +X129751004Y-101855078D01* +X129644659Y-101984659D01* +X129515078Y-102091004D01* +X129515076Y-102091005D01* +X129367242Y-102170024D01* +X129206823Y-102218687D01* +X129081804Y-102231000D01* +X128998196Y-102231000D01* +X128873177Y-102218687D01* +X128712758Y-102170024D01* +X128564924Y-102091005D01* +X128564922Y-102091004D01* +X128435341Y-101984659D01* +X128328996Y-101855078D01* +X128255140Y-101716903D01* +X128249976Y-101707242D01* +X128201313Y-101546823D01* +X128184883Y-101380000D01* +X128201313Y-101213177D01* +X128249976Y-101052758D01* +X128328995Y-100904924D01* +X128328996Y-100904922D01* +X128435341Y-100775341D01* +X128564922Y-100668996D01* +X128580094Y-100660886D01* +X128712758Y-100589976D01* +X128873177Y-100541313D01* +X128998196Y-100529000D01* +X129081804Y-100529000D01* +X129206823Y-100541313D01* +X129206823Y-100541313D01* +G37* +G36* +X203106823Y-99751313D02* +G01* +X203267242Y-99799976D01* +X203394932Y-99868228D01* +X203415078Y-99878996D01* +X203544659Y-99985341D01* +X203651004Y-100114922D01* +X203651005Y-100114924D01* +X203730024Y-100262758D01* +X203778687Y-100423177D01* +X203795117Y-100590000D01* +X203778687Y-100756823D01* +X203730024Y-100917242D01* +X203659114Y-101049906D01* +X203651004Y-101065078D01* +X203544659Y-101194659D01* +X203415078Y-101301004D01* +X203399906Y-101309114D01* +X203267242Y-101380024D01* +X203106823Y-101428687D01* +X202981804Y-101441000D01* +X202898196Y-101441000D01* +X202773177Y-101428687D01* +X202612758Y-101380024D01* +X202480094Y-101309114D01* +X202464922Y-101301004D01* +X202335341Y-101194659D01* +X202228996Y-101065078D01* +X202220886Y-101049906D01* +X202149976Y-100917242D01* +X202101313Y-100756823D01* +X202084883Y-100590000D01* +X202101313Y-100423177D01* +X202149976Y-100262758D01* +X202228995Y-100114924D01* +X202228996Y-100114922D01* +X202335341Y-99985341D01* +X202464922Y-99878996D01* +X202485068Y-99868228D01* +X202612758Y-99799976D01* +X202773177Y-99751313D01* +X202898196Y-99739000D01* +X202981804Y-99739000D01* +X203106823Y-99751313D01* +X203106823Y-99751313D01* +G37* +G36* +X200566823Y-99751313D02* +G01* +X200727242Y-99799976D01* +X200854932Y-99868228D01* +X200875078Y-99878996D01* +X201004659Y-99985341D01* +X201111004Y-100114922D01* +X201111005Y-100114924D01* +X201190024Y-100262758D01* +X201238687Y-100423177D01* +X201255117Y-100590000D01* +X201238687Y-100756823D01* +X201190024Y-100917242D01* +X201119114Y-101049906D01* +X201111004Y-101065078D01* +X201004659Y-101194659D01* +X200875078Y-101301004D01* +X200859906Y-101309114D01* +X200727242Y-101380024D01* +X200566823Y-101428687D01* +X200441804Y-101441000D01* +X200358196Y-101441000D01* +X200233177Y-101428687D01* +X200072758Y-101380024D01* +X199940094Y-101309114D01* +X199924922Y-101301004D01* +X199795341Y-101194659D01* +X199688996Y-101065078D01* +X199680886Y-101049906D01* +X199609976Y-100917242D01* +X199561313Y-100756823D01* +X199544883Y-100590000D01* +X199561313Y-100423177D01* +X199609976Y-100262758D01* +X199688995Y-100114924D01* +X199688996Y-100114922D01* +X199795341Y-99985341D01* +X199924922Y-99878996D01* +X199945068Y-99868228D01* +X200072758Y-99799976D01* +X200233177Y-99751313D01* +X200358196Y-99739000D01* +X200441804Y-99739000D01* +X200566823Y-99751313D01* +X200566823Y-99751313D01* +G37* +G36* +X198026823Y-99751313D02* +G01* +X198187242Y-99799976D01* +X198314932Y-99868228D01* +X198335078Y-99878996D01* +X198464659Y-99985341D01* +X198571004Y-100114922D01* +X198571005Y-100114924D01* +X198650024Y-100262758D01* +X198698687Y-100423177D01* +X198715117Y-100590000D01* +X198698687Y-100756823D01* +X198650024Y-100917242D01* +X198579114Y-101049906D01* +X198571004Y-101065078D01* +X198464659Y-101194659D01* +X198335078Y-101301004D01* +X198319906Y-101309114D01* +X198187242Y-101380024D01* +X198026823Y-101428687D01* +X197901804Y-101441000D01* +X197818196Y-101441000D01* +X197693177Y-101428687D01* +X197532758Y-101380024D01* +X197400094Y-101309114D01* +X197384922Y-101301004D01* +X197255341Y-101194659D01* +X197148996Y-101065078D01* +X197140886Y-101049906D01* +X197069976Y-100917242D01* +X197021313Y-100756823D01* +X197004883Y-100590000D01* +X197021313Y-100423177D01* +X197069976Y-100262758D01* +X197148995Y-100114924D01* +X197148996Y-100114922D01* +X197255341Y-99985341D01* +X197384922Y-99878996D01* +X197405068Y-99868228D01* +X197532758Y-99799976D01* +X197693177Y-99751313D01* +X197818196Y-99739000D01* +X197901804Y-99739000D01* +X198026823Y-99751313D01* +X198026823Y-99751313D01* +G37* +G36* +X195486823Y-99751313D02* +G01* +X195647242Y-99799976D01* +X195774932Y-99868228D01* +X195795078Y-99878996D01* +X195924659Y-99985341D01* +X196031004Y-100114922D01* +X196031005Y-100114924D01* +X196110024Y-100262758D01* +X196158687Y-100423177D01* +X196175117Y-100590000D01* +X196158687Y-100756823D01* +X196110024Y-100917242D01* +X196039114Y-101049906D01* +X196031004Y-101065078D01* +X195924659Y-101194659D01* +X195795078Y-101301004D01* +X195779906Y-101309114D01* +X195647242Y-101380024D01* +X195486823Y-101428687D01* +X195361804Y-101441000D01* +X195278196Y-101441000D01* +X195153177Y-101428687D01* +X194992758Y-101380024D01* +X194860094Y-101309114D01* +X194844922Y-101301004D01* +X194715341Y-101194659D01* +X194608996Y-101065078D01* +X194600886Y-101049906D01* +X194529976Y-100917242D01* +X194481313Y-100756823D01* +X194464883Y-100590000D01* +X194481313Y-100423177D01* +X194529976Y-100262758D01* +X194608995Y-100114924D01* +X194608996Y-100114922D01* +X194715341Y-99985341D01* +X194844922Y-99878996D01* +X194865068Y-99868228D01* +X194992758Y-99799976D01* +X195153177Y-99751313D01* +X195278196Y-99739000D01* +X195361804Y-99739000D01* +X195486823Y-99751313D01* +X195486823Y-99751313D01* +G37* +G36* +X186011000Y-101441000D02* +G01* +X184309000Y-101441000D01* +X184309000Y-99739000D01* +X186011000Y-99739000D01* +X186011000Y-101441000D01* +X186011000Y-101441000D01* +G37* +G36* +X187866823Y-99751313D02* +G01* +X188027242Y-99799976D01* +X188154932Y-99868228D01* +X188175078Y-99878996D01* +X188304659Y-99985341D01* +X188411004Y-100114922D01* +X188411005Y-100114924D01* +X188490024Y-100262758D01* +X188538687Y-100423177D01* +X188555117Y-100590000D01* +X188538687Y-100756823D01* +X188490024Y-100917242D01* +X188419114Y-101049906D01* +X188411004Y-101065078D01* +X188304659Y-101194659D01* +X188175078Y-101301004D01* +X188159906Y-101309114D01* +X188027242Y-101380024D01* +X187866823Y-101428687D01* +X187741804Y-101441000D01* +X187658196Y-101441000D01* +X187533177Y-101428687D01* +X187372758Y-101380024D01* +X187240094Y-101309114D01* +X187224922Y-101301004D01* +X187095341Y-101194659D01* +X186988996Y-101065078D01* +X186980886Y-101049906D01* +X186909976Y-100917242D01* +X186861313Y-100756823D01* +X186844883Y-100590000D01* +X186861313Y-100423177D01* +X186909976Y-100262758D01* +X186988995Y-100114924D01* +X186988996Y-100114922D01* +X187095341Y-99985341D01* +X187224922Y-99878996D01* +X187245068Y-99868228D01* +X187372758Y-99799976D01* +X187533177Y-99751313D01* +X187658196Y-99739000D01* +X187741804Y-99739000D01* +X187866823Y-99751313D01* +X187866823Y-99751313D01* +G37* +G36* +X190406823Y-99751313D02* +G01* +X190567242Y-99799976D01* +X190694932Y-99868228D01* +X190715078Y-99878996D01* +X190844659Y-99985341D01* +X190951004Y-100114922D01* +X190951005Y-100114924D01* +X191030024Y-100262758D01* +X191078687Y-100423177D01* +X191095117Y-100590000D01* +X191078687Y-100756823D01* +X191030024Y-100917242D01* +X190959114Y-101049906D01* +X190951004Y-101065078D01* +X190844659Y-101194659D01* +X190715078Y-101301004D01* +X190699906Y-101309114D01* +X190567242Y-101380024D01* +X190406823Y-101428687D01* +X190281804Y-101441000D01* +X190198196Y-101441000D01* +X190073177Y-101428687D01* +X189912758Y-101380024D01* +X189780094Y-101309114D01* +X189764922Y-101301004D01* +X189635341Y-101194659D01* +X189528996Y-101065078D01* +X189520886Y-101049906D01* +X189449976Y-100917242D01* +X189401313Y-100756823D01* +X189384883Y-100590000D01* +X189401313Y-100423177D01* +X189449976Y-100262758D01* +X189528995Y-100114924D01* +X189528996Y-100114922D01* +X189635341Y-99985341D01* +X189764922Y-99878996D01* +X189785068Y-99868228D01* +X189912758Y-99799976D01* +X190073177Y-99751313D01* +X190198196Y-99739000D01* +X190281804Y-99739000D01* +X190406823Y-99751313D01* +X190406823Y-99751313D01* +G37* +G36* +X192946823Y-99751313D02* +G01* +X193107242Y-99799976D01* +X193234932Y-99868228D01* +X193255078Y-99878996D01* +X193384659Y-99985341D01* +X193491004Y-100114922D01* +X193491005Y-100114924D01* +X193570024Y-100262758D01* +X193618687Y-100423177D01* +X193635117Y-100590000D01* +X193618687Y-100756823D01* +X193570024Y-100917242D01* +X193499114Y-101049906D01* +X193491004Y-101065078D01* +X193384659Y-101194659D01* +X193255078Y-101301004D01* +X193239906Y-101309114D01* +X193107242Y-101380024D01* +X192946823Y-101428687D01* +X192821804Y-101441000D01* +X192738196Y-101441000D01* +X192613177Y-101428687D01* +X192452758Y-101380024D01* +X192320094Y-101309114D01* +X192304922Y-101301004D01* +X192175341Y-101194659D01* +X192068996Y-101065078D01* +X192060886Y-101049906D01* +X191989976Y-100917242D01* +X191941313Y-100756823D01* +X191924883Y-100590000D01* +X191941313Y-100423177D01* +X191989976Y-100262758D01* +X192068995Y-100114924D01* +X192068996Y-100114922D01* +X192175341Y-99985341D01* +X192304922Y-99878996D01* +X192325068Y-99868228D01* +X192452758Y-99799976D01* +X192613177Y-99751313D01* +X192738196Y-99739000D01* +X192821804Y-99739000D01* +X192946823Y-99751313D01* +X192946823Y-99751313D01* +G37* +G36* +X178338228Y-98801703D02* +G01* +X178493100Y-98865853D01* +X178632481Y-98958985D01* +X178751015Y-99077519D01* +X178844147Y-99216900D01* +X178908297Y-99371772D01* +X178941000Y-99536184D01* +X178941000Y-99703816D01* +X178908297Y-99868228D01* +X178844147Y-100023100D01* +X178751015Y-100162481D01* +X178632481Y-100281015D01* +X178493100Y-100374147D01* +X178338228Y-100438297D01* +X178173816Y-100471000D01* +X178006184Y-100471000D01* +X177841772Y-100438297D01* +X177686900Y-100374147D01* +X177547519Y-100281015D01* +X177428985Y-100162481D01* +X177335853Y-100023100D01* +X177271703Y-99868228D01* +X177239000Y-99703816D01* +X177239000Y-99536184D01* +X177271703Y-99371772D01* +X177335853Y-99216900D01* +X177428985Y-99077519D01* +X177547519Y-98958985D01* +X177686900Y-98865853D01* +X177841772Y-98801703D01* +X178006184Y-98769000D01* +X178173816Y-98769000D01* +X178338228Y-98801703D01* +X178338228Y-98801703D01* +G37* +G36* +X129928228Y-96391703D02* +G01* +X130083100Y-96455853D01* +X130222481Y-96548985D01* +X130341015Y-96667519D01* +X130434147Y-96806900D01* +X130498297Y-96961772D01* +X130531000Y-97126184D01* +X130531000Y-97293816D01* +X130498297Y-97458228D01* +X130434147Y-97613100D01* +X130341015Y-97752481D01* +X130222481Y-97871015D01* +X130083100Y-97964147D01* +X129928228Y-98028297D01* +X129763816Y-98061000D01* +X129596184Y-98061000D01* +X129431772Y-98028297D01* +X129276900Y-97964147D01* +X129137519Y-97871015D01* +X129018985Y-97752481D01* +X128925853Y-97613100D01* +X128861703Y-97458228D01* +X128829000Y-97293816D01* +X128829000Y-97126184D01* +X128861703Y-96961772D01* +X128925853Y-96806900D01* +X129018985Y-96667519D01* +X129137519Y-96548985D01* +X129276900Y-96455853D01* +X129431772Y-96391703D01* +X129596184Y-96359000D01* +X129763816Y-96359000D01* +X129928228Y-96391703D01* +X129928228Y-96391703D01* +G37* +G36* +X127428228Y-96391703D02* +G01* +X127583100Y-96455853D01* +X127722481Y-96548985D01* +X127841015Y-96667519D01* +X127934147Y-96806900D01* +X127998297Y-96961772D01* +X128031000Y-97126184D01* +X128031000Y-97293816D01* +X127998297Y-97458228D01* +X127934147Y-97613100D01* +X127841015Y-97752481D01* +X127722481Y-97871015D01* +X127583100Y-97964147D01* +X127428228Y-98028297D01* +X127263816Y-98061000D01* +X127096184Y-98061000D01* +X126931772Y-98028297D01* +X126776900Y-97964147D01* +X126637519Y-97871015D01* +X126518985Y-97752481D01* +X126425853Y-97613100D01* +X126361703Y-97458228D01* +X126329000Y-97293816D01* +X126329000Y-97126184D01* +X126361703Y-96961772D01* +X126425853Y-96806900D01* +X126518985Y-96667519D01* +X126637519Y-96548985D01* +X126776900Y-96455853D01* +X126931772Y-96391703D01* +X127096184Y-96359000D01* +X127263816Y-96359000D01* +X127428228Y-96391703D01* +X127428228Y-96391703D01* +G37* +G36* +X119046823Y-92411313D02* +G01* +X119207242Y-92459976D01* +X119339906Y-92530886D01* +X119355078Y-92538996D01* +X119484659Y-92645341D01* +X119591004Y-92774922D01* +X119591005Y-92774924D01* +X119670024Y-92922758D01* +X119718687Y-93083177D01* +X119735117Y-93250000D01* +X119718687Y-93416823D01* +X119670024Y-93577242D01* +X119614562Y-93681004D01* +X119591004Y-93725078D01* +X119484659Y-93854659D01* +X119355078Y-93961004D01* +X119355076Y-93961005D01* +X119207242Y-94040024D01* +X119046823Y-94088687D01* +X118921804Y-94101000D01* +X118838196Y-94101000D01* +X118713177Y-94088687D01* +X118552758Y-94040024D01* +X118404924Y-93961005D01* +X118404922Y-93961004D01* +X118275341Y-93854659D01* +X118168996Y-93725078D01* +X118145438Y-93681004D01* +X118089976Y-93577242D01* +X118041313Y-93416823D01* +X118024883Y-93250000D01* +X118041313Y-93083177D01* +X118089976Y-92922758D01* +X118168995Y-92774924D01* +X118168996Y-92774922D01* +X118275341Y-92645341D01* +X118404922Y-92538996D01* +X118420094Y-92530886D01* +X118552758Y-92459976D01* +X118713177Y-92411313D01* +X118838196Y-92399000D01* +X118921804Y-92399000D01* +X119046823Y-92411313D01* +X119046823Y-92411313D01* +G37* +G36* +X121586823Y-92411313D02* +G01* +X121747242Y-92459976D01* +X121879906Y-92530886D01* +X121895078Y-92538996D01* +X122024659Y-92645341D01* +X122131004Y-92774922D01* +X122131005Y-92774924D01* +X122210024Y-92922758D01* +X122258687Y-93083177D01* +X122275117Y-93250000D01* +X122258687Y-93416823D01* +X122210024Y-93577242D01* +X122154562Y-93681004D01* +X122131004Y-93725078D01* +X122024659Y-93854659D01* +X121895078Y-93961004D01* +X121895076Y-93961005D01* +X121747242Y-94040024D01* +X121586823Y-94088687D01* +X121461804Y-94101000D01* +X121378196Y-94101000D01* +X121253177Y-94088687D01* +X121092758Y-94040024D01* +X120944924Y-93961005D01* +X120944922Y-93961004D01* +X120815341Y-93854659D01* +X120708996Y-93725078D01* +X120685438Y-93681004D01* +X120629976Y-93577242D01* +X120581313Y-93416823D01* +X120564883Y-93250000D01* +X120581313Y-93083177D01* +X120629976Y-92922758D01* +X120708995Y-92774924D01* +X120708996Y-92774922D01* +X120815341Y-92645341D01* +X120944922Y-92538996D01* +X120960094Y-92530886D01* +X121092758Y-92459976D01* +X121253177Y-92411313D01* +X121378196Y-92399000D01* +X121461804Y-92399000D01* +X121586823Y-92411313D01* +X121586823Y-92411313D01* +G37* +G36* +X124126823Y-92411313D02* +G01* +X124287242Y-92459976D01* +X124419906Y-92530886D01* +X124435078Y-92538996D01* +X124564659Y-92645341D01* +X124671004Y-92774922D01* +X124671005Y-92774924D01* +X124750024Y-92922758D01* +X124798687Y-93083177D01* +X124815117Y-93250000D01* +X124798687Y-93416823D01* +X124750024Y-93577242D01* +X124694562Y-93681004D01* +X124671004Y-93725078D01* +X124564659Y-93854659D01* +X124435078Y-93961004D01* +X124435076Y-93961005D01* +X124287242Y-94040024D01* +X124126823Y-94088687D01* +X124001804Y-94101000D01* +X123918196Y-94101000D01* +X123793177Y-94088687D01* +X123632758Y-94040024D01* +X123484924Y-93961005D01* +X123484922Y-93961004D01* +X123355341Y-93854659D01* +X123248996Y-93725078D01* +X123225438Y-93681004D01* +X123169976Y-93577242D01* +X123121313Y-93416823D01* +X123104883Y-93250000D01* +X123121313Y-93083177D01* +X123169976Y-92922758D01* +X123248995Y-92774924D01* +X123248996Y-92774922D01* +X123355341Y-92645341D01* +X123484922Y-92538996D01* +X123500094Y-92530886D01* +X123632758Y-92459976D01* +X123793177Y-92411313D01* +X123918196Y-92399000D01* +X124001804Y-92399000D01* +X124126823Y-92411313D01* +X124126823Y-92411313D01* +G37* +G36* +X116506823Y-92411313D02* +G01* +X116667242Y-92459976D01* +X116799906Y-92530886D01* +X116815078Y-92538996D01* +X116944659Y-92645341D01* +X117051004Y-92774922D01* +X117051005Y-92774924D01* +X117130024Y-92922758D01* +X117178687Y-93083177D01* +X117195117Y-93250000D01* +X117178687Y-93416823D01* +X117130024Y-93577242D01* +X117074562Y-93681004D01* +X117051004Y-93725078D01* +X116944659Y-93854659D01* +X116815078Y-93961004D01* +X116815076Y-93961005D01* +X116667242Y-94040024D01* +X116506823Y-94088687D01* +X116381804Y-94101000D01* +X116298196Y-94101000D01* +X116173177Y-94088687D01* +X116012758Y-94040024D01* +X115864924Y-93961005D01* +X115864922Y-93961004D01* +X115735341Y-93854659D01* +X115628996Y-93725078D01* +X115605438Y-93681004D01* +X115549976Y-93577242D01* +X115501313Y-93416823D01* +X115484883Y-93250000D01* +X115501313Y-93083177D01* +X115549976Y-92922758D01* +X115628995Y-92774924D01* +X115628996Y-92774922D01* +X115735341Y-92645341D01* +X115864922Y-92538996D01* +X115880094Y-92530886D01* +X116012758Y-92459976D01* +X116173177Y-92411313D01* +X116298196Y-92399000D01* +X116381804Y-92399000D01* +X116506823Y-92411313D01* +X116506823Y-92411313D01* +G37* +G36* +X114651000Y-94101000D02* +G01* +X112949000Y-94101000D01* +X112949000Y-92399000D01* +X114651000Y-92399000D01* +X114651000Y-94101000D01* +X114651000Y-94101000D01* +G37* +G36* +X129206823Y-92411313D02* +G01* +X129367242Y-92459976D01* +X129499906Y-92530886D01* +X129515078Y-92538996D01* +X129644659Y-92645341D01* +X129751004Y-92774922D01* +X129751005Y-92774924D01* +X129830024Y-92922758D01* +X129878687Y-93083177D01* +X129895117Y-93250000D01* +X129878687Y-93416823D01* +X129830024Y-93577242D01* +X129774562Y-93681004D01* +X129751004Y-93725078D01* +X129644659Y-93854659D01* +X129515078Y-93961004D01* +X129515076Y-93961005D01* +X129367242Y-94040024D01* +X129206823Y-94088687D01* +X129081804Y-94101000D01* +X128998196Y-94101000D01* +X128873177Y-94088687D01* +X128712758Y-94040024D01* +X128564924Y-93961005D01* +X128564922Y-93961004D01* +X128435341Y-93854659D01* +X128328996Y-93725078D01* +X128305438Y-93681004D01* +X128249976Y-93577242D01* +X128201313Y-93416823D01* +X128184883Y-93250000D01* +X128201313Y-93083177D01* +X128249976Y-92922758D01* +X128328995Y-92774924D01* +X128328996Y-92774922D01* +X128435341Y-92645341D01* +X128564922Y-92538996D01* +X128580094Y-92530886D01* +X128712758Y-92459976D01* +X128873177Y-92411313D01* +X128998196Y-92399000D01* +X129081804Y-92399000D01* +X129206823Y-92411313D01* +X129206823Y-92411313D01* +G37* +G36* +X126666823Y-92411313D02* +G01* +X126827242Y-92459976D01* +X126959906Y-92530886D01* +X126975078Y-92538996D01* +X127104659Y-92645341D01* +X127211004Y-92774922D01* +X127211005Y-92774924D01* +X127290024Y-92922758D01* +X127338687Y-93083177D01* +X127355117Y-93250000D01* +X127338687Y-93416823D01* +X127290024Y-93577242D01* +X127234562Y-93681004D01* +X127211004Y-93725078D01* +X127104659Y-93854659D01* +X126975078Y-93961004D01* +X126975076Y-93961005D01* +X126827242Y-94040024D01* +X126666823Y-94088687D01* +X126541804Y-94101000D01* +X126458196Y-94101000D01* +X126333177Y-94088687D01* +X126172758Y-94040024D01* +X126024924Y-93961005D01* +X126024922Y-93961004D01* +X125895341Y-93854659D01* +X125788996Y-93725078D01* +X125765438Y-93681004D01* +X125709976Y-93577242D01* +X125661313Y-93416823D01* +X125644883Y-93250000D01* +X125661313Y-93083177D01* +X125709976Y-92922758D01* +X125788995Y-92774924D01* +X125788996Y-92774922D01* +X125895341Y-92645341D01* +X126024922Y-92538996D01* +X126040094Y-92530886D01* +X126172758Y-92459976D01* +X126333177Y-92411313D01* +X126458196Y-92399000D01* +X126541804Y-92399000D01* +X126666823Y-92411313D01* +X126666823Y-92411313D01* +G37* +G36* +X200566823Y-92131313D02* +G01* +X200727242Y-92179976D01* +X200859906Y-92250886D01* +X200875078Y-92258996D01* +X201004659Y-92365341D01* +X201111004Y-92494922D01* +X201111005Y-92494924D01* +X201190024Y-92642758D01* +X201238687Y-92803177D01* +X201255117Y-92970000D01* +X201238687Y-93136823D01* +X201190024Y-93297242D01* +X201126105Y-93416825D01* +X201111004Y-93445078D01* +X201004659Y-93574659D01* +X200875078Y-93681004D01* +X200875076Y-93681005D01* +X200727242Y-93760024D01* +X200566823Y-93808687D01* +X200441804Y-93821000D01* +X200358196Y-93821000D01* +X200233177Y-93808687D01* +X200072758Y-93760024D01* +X199924924Y-93681005D01* +X199924922Y-93681004D01* +X199795341Y-93574659D01* +X199688996Y-93445078D01* +X199673895Y-93416825D01* +X199609976Y-93297242D01* +X199561313Y-93136823D01* +X199544883Y-92970000D01* +X199561313Y-92803177D01* +X199609976Y-92642758D01* +X199688995Y-92494924D01* +X199688996Y-92494922D01* +X199795341Y-92365341D01* +X199924922Y-92258996D01* +X199940094Y-92250886D01* +X200072758Y-92179976D01* +X200233177Y-92131313D01* +X200358196Y-92119000D01* +X200441804Y-92119000D01* +X200566823Y-92131313D01* +X200566823Y-92131313D01* +G37* +G36* +X198026823Y-92131313D02* +G01* +X198187242Y-92179976D01* +X198319906Y-92250886D01* +X198335078Y-92258996D01* +X198464659Y-92365341D01* +X198571004Y-92494922D01* +X198571005Y-92494924D01* +X198650024Y-92642758D01* +X198698687Y-92803177D01* +X198715117Y-92970000D01* +X198698687Y-93136823D01* +X198650024Y-93297242D01* +X198586105Y-93416825D01* +X198571004Y-93445078D01* +X198464659Y-93574659D01* +X198335078Y-93681004D01* +X198335076Y-93681005D01* +X198187242Y-93760024D01* +X198026823Y-93808687D01* +X197901804Y-93821000D01* +X197818196Y-93821000D01* +X197693177Y-93808687D01* +X197532758Y-93760024D01* +X197384924Y-93681005D01* +X197384922Y-93681004D01* +X197255341Y-93574659D01* +X197148996Y-93445078D01* +X197133895Y-93416825D01* +X197069976Y-93297242D01* +X197021313Y-93136823D01* +X197004883Y-92970000D01* +X197021313Y-92803177D01* +X197069976Y-92642758D01* +X197148995Y-92494924D01* +X197148996Y-92494922D01* +X197255341Y-92365341D01* +X197384922Y-92258996D01* +X197400094Y-92250886D01* +X197532758Y-92179976D01* +X197693177Y-92131313D01* +X197818196Y-92119000D01* +X197901804Y-92119000D01* +X198026823Y-92131313D01* +X198026823Y-92131313D01* +G37* +G36* +X195486823Y-92131313D02* +G01* +X195647242Y-92179976D01* +X195779906Y-92250886D01* +X195795078Y-92258996D01* +X195924659Y-92365341D01* +X196031004Y-92494922D01* +X196031005Y-92494924D01* +X196110024Y-92642758D01* +X196158687Y-92803177D01* +X196175117Y-92970000D01* +X196158687Y-93136823D01* +X196110024Y-93297242D01* +X196046105Y-93416825D01* +X196031004Y-93445078D01* +X195924659Y-93574659D01* +X195795078Y-93681004D01* +X195795076Y-93681005D01* +X195647242Y-93760024D01* +X195486823Y-93808687D01* +X195361804Y-93821000D01* +X195278196Y-93821000D01* +X195153177Y-93808687D01* +X194992758Y-93760024D01* +X194844924Y-93681005D01* +X194844922Y-93681004D01* +X194715341Y-93574659D01* +X194608996Y-93445078D01* +X194593895Y-93416825D01* +X194529976Y-93297242D01* +X194481313Y-93136823D01* +X194464883Y-92970000D01* +X194481313Y-92803177D01* +X194529976Y-92642758D01* +X194608995Y-92494924D01* +X194608996Y-92494922D01* +X194715341Y-92365341D01* +X194844922Y-92258996D01* +X194860094Y-92250886D01* +X194992758Y-92179976D01* +X195153177Y-92131313D01* +X195278196Y-92119000D01* +X195361804Y-92119000D01* +X195486823Y-92131313D01* +X195486823Y-92131313D01* +G37* +G36* +X192946823Y-92131313D02* +G01* +X193107242Y-92179976D01* +X193239906Y-92250886D01* +X193255078Y-92258996D01* +X193384659Y-92365341D01* +X193491004Y-92494922D01* +X193491005Y-92494924D01* +X193570024Y-92642758D01* +X193618687Y-92803177D01* +X193635117Y-92970000D01* +X193618687Y-93136823D01* +X193570024Y-93297242D01* +X193506105Y-93416825D01* +X193491004Y-93445078D01* +X193384659Y-93574659D01* +X193255078Y-93681004D01* +X193255076Y-93681005D01* +X193107242Y-93760024D01* +X192946823Y-93808687D01* +X192821804Y-93821000D01* +X192738196Y-93821000D01* +X192613177Y-93808687D01* +X192452758Y-93760024D01* +X192304924Y-93681005D01* +X192304922Y-93681004D01* +X192175341Y-93574659D01* +X192068996Y-93445078D01* +X192053895Y-93416825D01* +X191989976Y-93297242D01* +X191941313Y-93136823D01* +X191924883Y-92970000D01* +X191941313Y-92803177D01* +X191989976Y-92642758D01* +X192068995Y-92494924D01* +X192068996Y-92494922D01* +X192175341Y-92365341D01* +X192304922Y-92258996D01* +X192320094Y-92250886D01* +X192452758Y-92179976D01* +X192613177Y-92131313D01* +X192738196Y-92119000D01* +X192821804Y-92119000D01* +X192946823Y-92131313D01* +X192946823Y-92131313D01* +G37* +G36* +X190406823Y-92131313D02* +G01* +X190567242Y-92179976D01* +X190699906Y-92250886D01* +X190715078Y-92258996D01* +X190844659Y-92365341D01* +X190951004Y-92494922D01* +X190951005Y-92494924D01* +X191030024Y-92642758D01* +X191078687Y-92803177D01* +X191095117Y-92970000D01* +X191078687Y-93136823D01* +X191030024Y-93297242D01* +X190966105Y-93416825D01* +X190951004Y-93445078D01* +X190844659Y-93574659D01* +X190715078Y-93681004D01* +X190715076Y-93681005D01* +X190567242Y-93760024D01* +X190406823Y-93808687D01* +X190281804Y-93821000D01* +X190198196Y-93821000D01* +X190073177Y-93808687D01* +X189912758Y-93760024D01* +X189764924Y-93681005D01* +X189764922Y-93681004D01* +X189635341Y-93574659D01* +X189528996Y-93445078D01* +X189513895Y-93416825D01* +X189449976Y-93297242D01* +X189401313Y-93136823D01* +X189384883Y-92970000D01* +X189401313Y-92803177D01* +X189449976Y-92642758D01* +X189528995Y-92494924D01* +X189528996Y-92494922D01* +X189635341Y-92365341D01* +X189764922Y-92258996D01* +X189780094Y-92250886D01* +X189912758Y-92179976D01* +X190073177Y-92131313D01* +X190198196Y-92119000D01* +X190281804Y-92119000D01* +X190406823Y-92131313D01* +X190406823Y-92131313D01* +G37* +G36* +X187866823Y-92131313D02* +G01* +X188027242Y-92179976D01* +X188159906Y-92250886D01* +X188175078Y-92258996D01* +X188304659Y-92365341D01* +X188411004Y-92494922D01* +X188411005Y-92494924D01* +X188490024Y-92642758D01* +X188538687Y-92803177D01* +X188555117Y-92970000D01* +X188538687Y-93136823D01* +X188490024Y-93297242D01* +X188426105Y-93416825D01* +X188411004Y-93445078D01* +X188304659Y-93574659D01* +X188175078Y-93681004D01* +X188175076Y-93681005D01* +X188027242Y-93760024D01* +X187866823Y-93808687D01* +X187741804Y-93821000D01* +X187658196Y-93821000D01* +X187533177Y-93808687D01* +X187372758Y-93760024D01* +X187224924Y-93681005D01* +X187224922Y-93681004D01* +X187095341Y-93574659D01* +X186988996Y-93445078D01* +X186973895Y-93416825D01* +X186909976Y-93297242D01* +X186861313Y-93136823D01* +X186844883Y-92970000D01* +X186861313Y-92803177D01* +X186909976Y-92642758D01* +X186988995Y-92494924D01* +X186988996Y-92494922D01* +X187095341Y-92365341D01* +X187224922Y-92258996D01* +X187240094Y-92250886D01* +X187372758Y-92179976D01* +X187533177Y-92131313D01* +X187658196Y-92119000D01* +X187741804Y-92119000D01* +X187866823Y-92131313D01* +X187866823Y-92131313D01* +G37* +G36* +X185326823Y-92131313D02* +G01* +X185487242Y-92179976D01* +X185619906Y-92250886D01* +X185635078Y-92258996D01* +X185764659Y-92365341D01* +X185871004Y-92494922D01* +X185871005Y-92494924D01* +X185950024Y-92642758D01* +X185998687Y-92803177D01* +X186015117Y-92970000D01* +X185998687Y-93136823D01* +X185950024Y-93297242D01* +X185886105Y-93416825D01* +X185871004Y-93445078D01* +X185764659Y-93574659D01* +X185635078Y-93681004D01* +X185635076Y-93681005D01* +X185487242Y-93760024D01* +X185326823Y-93808687D01* +X185201804Y-93821000D01* +X185118196Y-93821000D01* +X184993177Y-93808687D01* +X184832758Y-93760024D01* +X184684924Y-93681005D01* +X184684922Y-93681004D01* +X184555341Y-93574659D01* +X184448996Y-93445078D01* +X184433895Y-93416825D01* +X184369976Y-93297242D01* +X184321313Y-93136823D01* +X184304883Y-92970000D01* +X184321313Y-92803177D01* +X184369976Y-92642758D01* +X184448995Y-92494924D01* +X184448996Y-92494922D01* +X184555341Y-92365341D01* +X184684922Y-92258996D01* +X184700094Y-92250886D01* +X184832758Y-92179976D01* +X184993177Y-92131313D01* +X185118196Y-92119000D01* +X185201804Y-92119000D01* +X185326823Y-92131313D01* +X185326823Y-92131313D01* +G37* +G36* +X203106823Y-92131313D02* +G01* +X203267242Y-92179976D01* +X203399906Y-92250886D01* +X203415078Y-92258996D01* +X203544659Y-92365341D01* +X203651004Y-92494922D01* +X203651005Y-92494924D01* +X203730024Y-92642758D01* +X203778687Y-92803177D01* +X203795117Y-92970000D01* +X203778687Y-93136823D01* +X203730024Y-93297242D01* +X203666105Y-93416825D01* +X203651004Y-93445078D01* +X203544659Y-93574659D01* +X203415078Y-93681004D01* +X203415076Y-93681005D01* +X203267242Y-93760024D01* +X203106823Y-93808687D01* +X202981804Y-93821000D01* +X202898196Y-93821000D01* +X202773177Y-93808687D01* +X202612758Y-93760024D01* +X202464924Y-93681005D01* +X202464922Y-93681004D01* +X202335341Y-93574659D01* +X202228996Y-93445078D01* +X202213895Y-93416825D01* +X202149976Y-93297242D01* +X202101313Y-93136823D01* +X202084883Y-92970000D01* +X202101313Y-92803177D01* +X202149976Y-92642758D01* +X202228995Y-92494924D01* +X202228996Y-92494922D01* +X202335341Y-92365341D01* +X202464922Y-92258996D01* +X202480094Y-92250886D01* +X202612758Y-92179976D01* +X202773177Y-92131313D01* +X202898196Y-92119000D01* +X202981804Y-92119000D01* +X203106823Y-92131313D01* +X203106823Y-92131313D01* +G37* +G36* +X141166823Y-87921313D02* +G01* +X141327242Y-87969976D01* +X141459906Y-88040886D01* +X141475078Y-88048996D01* +X141604659Y-88155341D01* +X141711004Y-88284922D01* +X141711005Y-88284924D01* +X141790024Y-88432758D01* +X141838687Y-88593177D01* +X141855117Y-88760000D01* +X141838687Y-88926823D01* +X141790024Y-89087242D01* +X141719114Y-89219906D01* +X141711004Y-89235078D01* +X141604659Y-89364659D01* +X141475078Y-89471004D01* +X141475076Y-89471005D01* +X141327242Y-89550024D01* +X141166823Y-89598687D01* +X141041804Y-89611000D01* +X140958196Y-89611000D01* +X140833177Y-89598687D01* +X140672758Y-89550024D01* +X140524924Y-89471005D01* +X140524922Y-89471004D01* +X140395341Y-89364659D01* +X140288996Y-89235078D01* +X140280886Y-89219906D01* +X140209976Y-89087242D01* +X140161313Y-88926823D01* +X140144883Y-88760000D01* +X140161313Y-88593177D01* +X140209976Y-88432758D01* +X140288995Y-88284924D01* +X140288996Y-88284922D01* +X140395341Y-88155341D01* +X140524922Y-88048996D01* +X140540094Y-88040886D01* +X140672758Y-87969976D01* +X140833177Y-87921313D01* +X140958196Y-87909000D01* +X141041804Y-87909000D01* +X141166823Y-87921313D01* +X141166823Y-87921313D01* +G37* +G36* +X153866823Y-87921313D02* +G01* +X154027242Y-87969976D01* +X154159906Y-88040886D01* +X154175078Y-88048996D01* +X154304659Y-88155341D01* +X154411004Y-88284922D01* +X154411005Y-88284924D01* +X154490024Y-88432758D01* +X154538687Y-88593177D01* +X154555117Y-88760000D01* +X154538687Y-88926823D01* +X154490024Y-89087242D01* +X154419114Y-89219906D01* +X154411004Y-89235078D01* +X154304659Y-89364659D01* +X154175078Y-89471004D01* +X154175076Y-89471005D01* +X154027242Y-89550024D01* +X153866823Y-89598687D01* +X153741804Y-89611000D01* +X153658196Y-89611000D01* +X153533177Y-89598687D01* +X153372758Y-89550024D01* +X153224924Y-89471005D01* +X153224922Y-89471004D01* +X153095341Y-89364659D01* +X152988996Y-89235078D01* +X152980886Y-89219906D01* +X152909976Y-89087242D01* +X152861313Y-88926823D01* +X152844883Y-88760000D01* +X152861313Y-88593177D01* +X152909976Y-88432758D01* +X152988995Y-88284924D01* +X152988996Y-88284922D01* +X153095341Y-88155341D01* +X153224922Y-88048996D01* +X153240094Y-88040886D01* +X153372758Y-87969976D01* +X153533177Y-87921313D01* +X153658196Y-87909000D01* +X153741804Y-87909000D01* +X153866823Y-87921313D01* +X153866823Y-87921313D01* +G37* +G36* +X151326823Y-87921313D02* +G01* +X151487242Y-87969976D01* +X151619906Y-88040886D01* +X151635078Y-88048996D01* +X151764659Y-88155341D01* +X151871004Y-88284922D01* +X151871005Y-88284924D01* +X151950024Y-88432758D01* +X151998687Y-88593177D01* +X152015117Y-88760000D01* +X151998687Y-88926823D01* +X151950024Y-89087242D01* +X151879114Y-89219906D01* +X151871004Y-89235078D01* +X151764659Y-89364659D01* +X151635078Y-89471004D01* +X151635076Y-89471005D01* +X151487242Y-89550024D01* +X151326823Y-89598687D01* +X151201804Y-89611000D01* +X151118196Y-89611000D01* +X150993177Y-89598687D01* +X150832758Y-89550024D01* +X150684924Y-89471005D01* +X150684922Y-89471004D01* +X150555341Y-89364659D01* +X150448996Y-89235078D01* +X150440886Y-89219906D01* +X150369976Y-89087242D01* +X150321313Y-88926823D01* +X150304883Y-88760000D01* +X150321313Y-88593177D01* +X150369976Y-88432758D01* +X150448995Y-88284924D01* +X150448996Y-88284922D01* +X150555341Y-88155341D01* +X150684922Y-88048996D01* +X150700094Y-88040886D01* +X150832758Y-87969976D01* +X150993177Y-87921313D01* +X151118196Y-87909000D01* +X151201804Y-87909000D01* +X151326823Y-87921313D01* +X151326823Y-87921313D01* +G37* +G36* +X156406823Y-87921313D02* +G01* +X156567242Y-87969976D01* +X156699906Y-88040886D01* +X156715078Y-88048996D01* +X156844659Y-88155341D01* +X156951004Y-88284922D01* +X156951005Y-88284924D01* +X157030024Y-88432758D01* +X157078687Y-88593177D01* +X157095117Y-88760000D01* +X157078687Y-88926823D01* +X157030024Y-89087242D01* +X156959114Y-89219906D01* +X156951004Y-89235078D01* +X156844659Y-89364659D01* +X156715078Y-89471004D01* +X156715076Y-89471005D01* +X156567242Y-89550024D01* +X156406823Y-89598687D01* +X156281804Y-89611000D01* +X156198196Y-89611000D01* +X156073177Y-89598687D01* +X155912758Y-89550024D01* +X155764924Y-89471005D01* +X155764922Y-89471004D01* +X155635341Y-89364659D01* +X155528996Y-89235078D01* +X155520886Y-89219906D01* +X155449976Y-89087242D01* +X155401313Y-88926823D01* +X155384883Y-88760000D01* +X155401313Y-88593177D01* +X155449976Y-88432758D01* +X155528995Y-88284924D01* +X155528996Y-88284922D01* +X155635341Y-88155341D01* +X155764922Y-88048996D01* +X155780094Y-88040886D01* +X155912758Y-87969976D01* +X156073177Y-87921313D01* +X156198196Y-87909000D01* +X156281804Y-87909000D01* +X156406823Y-87921313D01* +X156406823Y-87921313D01* +G37* +G36* +X148786823Y-87921313D02* +G01* +X148947242Y-87969976D01* +X149079906Y-88040886D01* +X149095078Y-88048996D01* +X149224659Y-88155341D01* +X149331004Y-88284922D01* +X149331005Y-88284924D01* +X149410024Y-88432758D01* +X149458687Y-88593177D01* +X149475117Y-88760000D01* +X149458687Y-88926823D01* +X149410024Y-89087242D01* +X149339114Y-89219906D01* +X149331004Y-89235078D01* +X149224659Y-89364659D01* +X149095078Y-89471004D01* +X149095076Y-89471005D01* +X148947242Y-89550024D01* +X148786823Y-89598687D01* +X148661804Y-89611000D01* +X148578196Y-89611000D01* +X148453177Y-89598687D01* +X148292758Y-89550024D01* +X148144924Y-89471005D01* +X148144922Y-89471004D01* +X148015341Y-89364659D01* +X147908996Y-89235078D01* +X147900886Y-89219906D01* +X147829976Y-89087242D01* +X147781313Y-88926823D01* +X147764883Y-88760000D01* +X147781313Y-88593177D01* +X147829976Y-88432758D01* +X147908995Y-88284924D01* +X147908996Y-88284922D01* +X148015341Y-88155341D01* +X148144922Y-88048996D01* +X148160094Y-88040886D01* +X148292758Y-87969976D01* +X148453177Y-87921313D01* +X148578196Y-87909000D01* +X148661804Y-87909000D01* +X148786823Y-87921313D01* +X148786823Y-87921313D01* +G37* +G36* +X158946823Y-87921313D02* +G01* +X159107242Y-87969976D01* +X159239906Y-88040886D01* +X159255078Y-88048996D01* +X159384659Y-88155341D01* +X159491004Y-88284922D01* +X159491005Y-88284924D01* +X159570024Y-88432758D01* +X159618687Y-88593177D01* +X159635117Y-88760000D01* +X159618687Y-88926823D01* +X159570024Y-89087242D01* +X159499114Y-89219906D01* +X159491004Y-89235078D01* +X159384659Y-89364659D01* +X159255078Y-89471004D01* +X159255076Y-89471005D01* +X159107242Y-89550024D01* +X158946823Y-89598687D01* +X158821804Y-89611000D01* +X158738196Y-89611000D01* +X158613177Y-89598687D01* +X158452758Y-89550024D01* +X158304924Y-89471005D01* +X158304922Y-89471004D01* +X158175341Y-89364659D01* +X158068996Y-89235078D01* +X158060886Y-89219906D01* +X157989976Y-89087242D01* +X157941313Y-88926823D01* +X157924883Y-88760000D01* +X157941313Y-88593177D01* +X157989976Y-88432758D01* +X158068995Y-88284924D01* +X158068996Y-88284922D01* +X158175341Y-88155341D01* +X158304922Y-88048996D01* +X158320094Y-88040886D01* +X158452758Y-87969976D01* +X158613177Y-87921313D01* +X158738196Y-87909000D01* +X158821804Y-87909000D01* +X158946823Y-87921313D01* +X158946823Y-87921313D01* +G37* +G36* +X146246823Y-87921313D02* +G01* +X146407242Y-87969976D01* +X146539906Y-88040886D01* +X146555078Y-88048996D01* +X146684659Y-88155341D01* +X146791004Y-88284922D01* +X146791005Y-88284924D01* +X146870024Y-88432758D01* +X146918687Y-88593177D01* +X146935117Y-88760000D01* +X146918687Y-88926823D01* +X146870024Y-89087242D01* +X146799114Y-89219906D01* +X146791004Y-89235078D01* +X146684659Y-89364659D01* +X146555078Y-89471004D01* +X146555076Y-89471005D01* +X146407242Y-89550024D01* +X146246823Y-89598687D01* +X146121804Y-89611000D01* +X146038196Y-89611000D01* +X145913177Y-89598687D01* +X145752758Y-89550024D01* +X145604924Y-89471005D01* +X145604922Y-89471004D01* +X145475341Y-89364659D01* +X145368996Y-89235078D01* +X145360886Y-89219906D01* +X145289976Y-89087242D01* +X145241313Y-88926823D01* +X145224883Y-88760000D01* +X145241313Y-88593177D01* +X145289976Y-88432758D01* +X145368995Y-88284924D01* +X145368996Y-88284922D01* +X145475341Y-88155341D01* +X145604922Y-88048996D01* +X145620094Y-88040886D01* +X145752758Y-87969976D01* +X145913177Y-87921313D01* +X146038196Y-87909000D01* +X146121804Y-87909000D01* +X146246823Y-87921313D01* +X146246823Y-87921313D01* +G37* +G36* +X161486823Y-87921313D02* +G01* +X161647242Y-87969976D01* +X161779906Y-88040886D01* +X161795078Y-88048996D01* +X161924659Y-88155341D01* +X162031004Y-88284922D01* +X162031005Y-88284924D01* +X162110024Y-88432758D01* +X162158687Y-88593177D01* +X162175117Y-88760000D01* +X162158687Y-88926823D01* +X162110024Y-89087242D01* +X162039114Y-89219906D01* +X162031004Y-89235078D01* +X161924659Y-89364659D01* +X161795078Y-89471004D01* +X161795076Y-89471005D01* +X161647242Y-89550024D01* +X161486823Y-89598687D01* +X161361804Y-89611000D01* +X161278196Y-89611000D01* +X161153177Y-89598687D01* +X160992758Y-89550024D01* +X160844924Y-89471005D01* +X160844922Y-89471004D01* +X160715341Y-89364659D01* +X160608996Y-89235078D01* +X160600886Y-89219906D01* +X160529976Y-89087242D01* +X160481313Y-88926823D01* +X160464883Y-88760000D01* +X160481313Y-88593177D01* +X160529976Y-88432758D01* +X160608995Y-88284924D01* +X160608996Y-88284922D01* +X160715341Y-88155341D01* +X160844922Y-88048996D01* +X160860094Y-88040886D01* +X160992758Y-87969976D01* +X161153177Y-87921313D01* +X161278196Y-87909000D01* +X161361804Y-87909000D01* +X161486823Y-87921313D01* +X161486823Y-87921313D01* +G37* +G36* +X143706823Y-87921313D02* +G01* +X143867242Y-87969976D01* +X143999906Y-88040886D01* +X144015078Y-88048996D01* +X144144659Y-88155341D01* +X144251004Y-88284922D01* +X144251005Y-88284924D01* +X144330024Y-88432758D01* +X144378687Y-88593177D01* +X144395117Y-88760000D01* +X144378687Y-88926823D01* +X144330024Y-89087242D01* +X144259114Y-89219906D01* +X144251004Y-89235078D01* +X144144659Y-89364659D01* +X144015078Y-89471004D01* +X144015076Y-89471005D01* +X143867242Y-89550024D01* +X143706823Y-89598687D01* +X143581804Y-89611000D01* +X143498196Y-89611000D01* +X143373177Y-89598687D01* +X143212758Y-89550024D01* +X143064924Y-89471005D01* +X143064922Y-89471004D01* +X142935341Y-89364659D01* +X142828996Y-89235078D01* +X142820886Y-89219906D01* +X142749976Y-89087242D01* +X142701313Y-88926823D01* +X142684883Y-88760000D01* +X142701313Y-88593177D01* +X142749976Y-88432758D01* +X142828995Y-88284924D01* +X142828996Y-88284922D01* +X142935341Y-88155341D01* +X143064922Y-88048996D01* +X143080094Y-88040886D01* +X143212758Y-87969976D01* +X143373177Y-87921313D01* +X143498196Y-87909000D01* +X143581804Y-87909000D01* +X143706823Y-87921313D01* +X143706823Y-87921313D01* +G37* +G36* +X164026823Y-87921313D02* +G01* +X164187242Y-87969976D01* +X164319906Y-88040886D01* +X164335078Y-88048996D01* +X164464659Y-88155341D01* +X164571004Y-88284922D01* +X164571005Y-88284924D01* +X164650024Y-88432758D01* +X164698687Y-88593177D01* +X164715117Y-88760000D01* +X164698687Y-88926823D01* +X164650024Y-89087242D01* +X164579114Y-89219906D01* +X164571004Y-89235078D01* +X164464659Y-89364659D01* +X164335078Y-89471004D01* +X164335076Y-89471005D01* +X164187242Y-89550024D01* +X164026823Y-89598687D01* +X163901804Y-89611000D01* +X163818196Y-89611000D01* +X163693177Y-89598687D01* +X163532758Y-89550024D01* +X163384924Y-89471005D01* +X163384922Y-89471004D01* +X163255341Y-89364659D01* +X163148996Y-89235078D01* +X163140886Y-89219906D01* +X163069976Y-89087242D01* +X163021313Y-88926823D01* +X163004883Y-88760000D01* +X163021313Y-88593177D01* +X163069976Y-88432758D01* +X163148995Y-88284924D01* +X163148996Y-88284922D01* +X163255341Y-88155341D01* +X163384922Y-88048996D01* +X163400094Y-88040886D01* +X163532758Y-87969976D01* +X163693177Y-87921313D01* +X163818196Y-87909000D01* +X163901804Y-87909000D01* +X164026823Y-87921313D01* +X164026823Y-87921313D01* +G37* +G36* +X166566823Y-87921313D02* +G01* +X166727242Y-87969976D01* +X166859906Y-88040886D01* +X166875078Y-88048996D01* +X167004659Y-88155341D01* +X167111004Y-88284922D01* +X167111005Y-88284924D01* +X167190024Y-88432758D01* +X167238687Y-88593177D01* +X167255117Y-88760000D01* +X167238687Y-88926823D01* +X167190024Y-89087242D01* +X167119114Y-89219906D01* +X167111004Y-89235078D01* +X167004659Y-89364659D01* +X166875078Y-89471004D01* +X166875076Y-89471005D01* +X166727242Y-89550024D01* +X166566823Y-89598687D01* +X166441804Y-89611000D01* +X166358196Y-89611000D01* +X166233177Y-89598687D01* +X166072758Y-89550024D01* +X165924924Y-89471005D01* +X165924922Y-89471004D01* +X165795341Y-89364659D01* +X165688996Y-89235078D01* +X165680886Y-89219906D01* +X165609976Y-89087242D01* +X165561313Y-88926823D01* +X165544883Y-88760000D01* +X165561313Y-88593177D01* +X165609976Y-88432758D01* +X165688995Y-88284924D01* +X165688996Y-88284922D01* +X165795341Y-88155341D01* +X165924922Y-88048996D01* +X165940094Y-88040886D01* +X166072758Y-87969976D01* +X166233177Y-87921313D01* +X166358196Y-87909000D01* +X166441804Y-87909000D01* +X166566823Y-87921313D01* +X166566823Y-87921313D01* +G37* +G36* +X171646823Y-87921313D02* +G01* +X171807242Y-87969976D01* +X171939906Y-88040886D01* +X171955078Y-88048996D01* +X172084659Y-88155341D01* +X172191004Y-88284922D01* +X172191005Y-88284924D01* +X172270024Y-88432758D01* +X172318687Y-88593177D01* +X172335117Y-88760000D01* +X172318687Y-88926823D01* +X172270024Y-89087242D01* +X172199114Y-89219906D01* +X172191004Y-89235078D01* +X172084659Y-89364659D01* +X171955078Y-89471004D01* +X171955076Y-89471005D01* +X171807242Y-89550024D01* +X171646823Y-89598687D01* +X171521804Y-89611000D01* +X171438196Y-89611000D01* +X171313177Y-89598687D01* +X171152758Y-89550024D01* +X171004924Y-89471005D01* +X171004922Y-89471004D01* +X170875341Y-89364659D01* +X170768996Y-89235078D01* +X170760886Y-89219906D01* +X170689976Y-89087242D01* +X170641313Y-88926823D01* +X170624883Y-88760000D01* +X170641313Y-88593177D01* +X170689976Y-88432758D01* +X170768995Y-88284924D01* +X170768996Y-88284922D01* +X170875341Y-88155341D01* +X171004922Y-88048996D01* +X171020094Y-88040886D01* +X171152758Y-87969976D01* +X171313177Y-87921313D01* +X171438196Y-87909000D01* +X171521804Y-87909000D01* +X171646823Y-87921313D01* +X171646823Y-87921313D01* +G37* +G36* +X174186823Y-87921313D02* +G01* +X174347242Y-87969976D01* +X174479906Y-88040886D01* +X174495078Y-88048996D01* +X174624659Y-88155341D01* +X174731004Y-88284922D01* +X174731005Y-88284924D01* +X174810024Y-88432758D01* +X174858687Y-88593177D01* +X174875117Y-88760000D01* +X174858687Y-88926823D01* +X174810024Y-89087242D01* +X174739114Y-89219906D01* +X174731004Y-89235078D01* +X174624659Y-89364659D01* +X174495078Y-89471004D01* +X174495076Y-89471005D01* +X174347242Y-89550024D01* +X174186823Y-89598687D01* +X174061804Y-89611000D01* +X173978196Y-89611000D01* +X173853177Y-89598687D01* +X173692758Y-89550024D01* +X173544924Y-89471005D01* +X173544922Y-89471004D01* +X173415341Y-89364659D01* +X173308996Y-89235078D01* +X173300886Y-89219906D01* +X173229976Y-89087242D01* +X173181313Y-88926823D01* +X173164883Y-88760000D01* +X173181313Y-88593177D01* +X173229976Y-88432758D01* +X173308995Y-88284924D01* +X173308996Y-88284922D01* +X173415341Y-88155341D01* +X173544922Y-88048996D01* +X173560094Y-88040886D01* +X173692758Y-87969976D01* +X173853177Y-87921313D01* +X173978196Y-87909000D01* +X174061804Y-87909000D01* +X174186823Y-87921313D01* +X174186823Y-87921313D01* +G37* +G36* +X169106823Y-87921313D02* +G01* +X169267242Y-87969976D01* +X169399906Y-88040886D01* +X169415078Y-88048996D01* +X169544659Y-88155341D01* +X169651004Y-88284922D01* +X169651005Y-88284924D01* +X169730024Y-88432758D01* +X169778687Y-88593177D01* +X169795117Y-88760000D01* +X169778687Y-88926823D01* +X169730024Y-89087242D01* +X169659114Y-89219906D01* +X169651004Y-89235078D01* +X169544659Y-89364659D01* +X169415078Y-89471004D01* +X169415076Y-89471005D01* +X169267242Y-89550024D01* +X169106823Y-89598687D01* +X168981804Y-89611000D01* +X168898196Y-89611000D01* +X168773177Y-89598687D01* +X168612758Y-89550024D01* +X168464924Y-89471005D01* +X168464922Y-89471004D01* +X168335341Y-89364659D01* +X168228996Y-89235078D01* +X168220886Y-89219906D01* +X168149976Y-89087242D01* +X168101313Y-88926823D01* +X168084883Y-88760000D01* +X168101313Y-88593177D01* +X168149976Y-88432758D01* +X168228995Y-88284924D01* +X168228996Y-88284922D01* +X168335341Y-88155341D01* +X168464922Y-88048996D01* +X168480094Y-88040886D01* +X168612758Y-87969976D01* +X168773177Y-87921313D01* +X168898196Y-87909000D01* +X168981804Y-87909000D01* +X169106823Y-87921313D01* +X169106823Y-87921313D01* +G37* +G36* +X113966823Y-84791313D02* +G01* +X114127242Y-84839976D01* +X114259906Y-84910886D01* +X114275078Y-84918996D01* +X114404659Y-85025341D01* +X114511004Y-85154922D01* +X114511005Y-85154924D01* +X114590024Y-85302758D01* +X114638687Y-85463177D01* +X114655117Y-85630000D01* +X114638687Y-85796823D01* +X114590024Y-85957242D01* +X114519114Y-86089906D01* +X114511004Y-86105078D01* +X114404659Y-86234659D01* +X114275078Y-86341004D01* +X114275076Y-86341005D01* +X114127242Y-86420024D01* +X113966823Y-86468687D01* +X113841804Y-86481000D01* +X113758196Y-86481000D01* +X113633177Y-86468687D01* +X113472758Y-86420024D01* +X113324924Y-86341005D01* +X113324922Y-86341004D01* +X113195341Y-86234659D01* +X113088996Y-86105078D01* +X113080886Y-86089906D01* +X113009976Y-85957242D01* +X112961313Y-85796823D01* +X112944883Y-85630000D01* +X112961313Y-85463177D01* +X113009976Y-85302758D01* +X113088995Y-85154924D01* +X113088996Y-85154922D01* +X113195341Y-85025341D01* +X113324922Y-84918996D01* +X113340094Y-84910886D01* +X113472758Y-84839976D01* +X113633177Y-84791313D01* +X113758196Y-84779000D01* +X113841804Y-84779000D01* +X113966823Y-84791313D01* +X113966823Y-84791313D01* +G37* +G36* +X129206823Y-84791313D02* +G01* +X129367242Y-84839976D01* +X129499906Y-84910886D01* +X129515078Y-84918996D01* +X129644659Y-85025341D01* +X129751004Y-85154922D01* +X129751005Y-85154924D01* +X129830024Y-85302758D01* +X129878687Y-85463177D01* +X129895117Y-85630000D01* +X129878687Y-85796823D01* +X129830024Y-85957242D01* +X129759114Y-86089906D01* +X129751004Y-86105078D01* +X129644659Y-86234659D01* +X129515078Y-86341004D01* +X129515076Y-86341005D01* +X129367242Y-86420024D01* +X129206823Y-86468687D01* +X129081804Y-86481000D01* +X128998196Y-86481000D01* +X128873177Y-86468687D01* +X128712758Y-86420024D01* +X128564924Y-86341005D01* +X128564922Y-86341004D01* +X128435341Y-86234659D01* +X128328996Y-86105078D01* +X128320886Y-86089906D01* +X128249976Y-85957242D01* +X128201313Y-85796823D01* +X128184883Y-85630000D01* +X128201313Y-85463177D01* +X128249976Y-85302758D01* +X128328995Y-85154924D01* +X128328996Y-85154922D01* +X128435341Y-85025341D01* +X128564922Y-84918996D01* +X128580094Y-84910886D01* +X128712758Y-84839976D01* +X128873177Y-84791313D01* +X128998196Y-84779000D01* +X129081804Y-84779000D01* +X129206823Y-84791313D01* +X129206823Y-84791313D01* +G37* +G36* +X126666823Y-84791313D02* +G01* +X126827242Y-84839976D01* +X126959906Y-84910886D01* +X126975078Y-84918996D01* +X127104659Y-85025341D01* +X127211004Y-85154922D01* +X127211005Y-85154924D01* +X127290024Y-85302758D01* +X127338687Y-85463177D01* +X127355117Y-85630000D01* +X127338687Y-85796823D01* +X127290024Y-85957242D01* +X127219114Y-86089906D01* +X127211004Y-86105078D01* +X127104659Y-86234659D01* +X126975078Y-86341004D01* +X126975076Y-86341005D01* +X126827242Y-86420024D01* +X126666823Y-86468687D01* +X126541804Y-86481000D01* +X126458196Y-86481000D01* +X126333177Y-86468687D01* +X126172758Y-86420024D01* +X126024924Y-86341005D01* +X126024922Y-86341004D01* +X125895341Y-86234659D01* +X125788996Y-86105078D01* +X125780886Y-86089906D01* +X125709976Y-85957242D01* +X125661313Y-85796823D01* +X125644883Y-85630000D01* +X125661313Y-85463177D01* +X125709976Y-85302758D01* +X125788995Y-85154924D01* +X125788996Y-85154922D01* +X125895341Y-85025341D01* +X126024922Y-84918996D01* +X126040094Y-84910886D01* +X126172758Y-84839976D01* +X126333177Y-84791313D01* +X126458196Y-84779000D01* +X126541804Y-84779000D01* +X126666823Y-84791313D01* +X126666823Y-84791313D01* +G37* +G36* +X124126823Y-84791313D02* +G01* +X124287242Y-84839976D01* +X124419906Y-84910886D01* +X124435078Y-84918996D01* +X124564659Y-85025341D01* +X124671004Y-85154922D01* +X124671005Y-85154924D01* +X124750024Y-85302758D01* +X124798687Y-85463177D01* +X124815117Y-85630000D01* +X124798687Y-85796823D01* +X124750024Y-85957242D01* +X124679114Y-86089906D01* +X124671004Y-86105078D01* +X124564659Y-86234659D01* +X124435078Y-86341004D01* +X124435076Y-86341005D01* +X124287242Y-86420024D01* +X124126823Y-86468687D01* +X124001804Y-86481000D01* +X123918196Y-86481000D01* +X123793177Y-86468687D01* +X123632758Y-86420024D01* +X123484924Y-86341005D01* +X123484922Y-86341004D01* +X123355341Y-86234659D01* +X123248996Y-86105078D01* +X123240886Y-86089906D01* +X123169976Y-85957242D01* +X123121313Y-85796823D01* +X123104883Y-85630000D01* +X123121313Y-85463177D01* +X123169976Y-85302758D01* +X123248995Y-85154924D01* +X123248996Y-85154922D01* +X123355341Y-85025341D01* +X123484922Y-84918996D01* +X123500094Y-84910886D01* +X123632758Y-84839976D01* +X123793177Y-84791313D01* +X123918196Y-84779000D01* +X124001804Y-84779000D01* +X124126823Y-84791313D01* +X124126823Y-84791313D01* +G37* +G36* +X121586823Y-84791313D02* +G01* +X121747242Y-84839976D01* +X121879906Y-84910886D01* +X121895078Y-84918996D01* +X122024659Y-85025341D01* +X122131004Y-85154922D01* +X122131005Y-85154924D01* +X122210024Y-85302758D01* +X122258687Y-85463177D01* +X122275117Y-85630000D01* +X122258687Y-85796823D01* +X122210024Y-85957242D01* +X122139114Y-86089906D01* +X122131004Y-86105078D01* +X122024659Y-86234659D01* +X121895078Y-86341004D01* +X121895076Y-86341005D01* +X121747242Y-86420024D01* +X121586823Y-86468687D01* +X121461804Y-86481000D01* +X121378196Y-86481000D01* +X121253177Y-86468687D01* +X121092758Y-86420024D01* +X120944924Y-86341005D01* +X120944922Y-86341004D01* +X120815341Y-86234659D01* +X120708996Y-86105078D01* +X120700886Y-86089906D01* +X120629976Y-85957242D01* +X120581313Y-85796823D01* +X120564883Y-85630000D01* +X120581313Y-85463177D01* +X120629976Y-85302758D01* +X120708995Y-85154924D01* +X120708996Y-85154922D01* +X120815341Y-85025341D01* +X120944922Y-84918996D01* +X120960094Y-84910886D01* +X121092758Y-84839976D01* +X121253177Y-84791313D01* +X121378196Y-84779000D01* +X121461804Y-84779000D01* +X121586823Y-84791313D01* +X121586823Y-84791313D01* +G37* +G36* +X119046823Y-84791313D02* +G01* +X119207242Y-84839976D01* +X119339906Y-84910886D01* +X119355078Y-84918996D01* +X119484659Y-85025341D01* +X119591004Y-85154922D01* +X119591005Y-85154924D01* +X119670024Y-85302758D01* +X119718687Y-85463177D01* +X119735117Y-85630000D01* +X119718687Y-85796823D01* +X119670024Y-85957242D01* +X119599114Y-86089906D01* +X119591004Y-86105078D01* +X119484659Y-86234659D01* +X119355078Y-86341004D01* +X119355076Y-86341005D01* +X119207242Y-86420024D01* +X119046823Y-86468687D01* +X118921804Y-86481000D01* +X118838196Y-86481000D01* +X118713177Y-86468687D01* +X118552758Y-86420024D01* +X118404924Y-86341005D01* +X118404922Y-86341004D01* +X118275341Y-86234659D01* +X118168996Y-86105078D01* +X118160886Y-86089906D01* +X118089976Y-85957242D01* +X118041313Y-85796823D01* +X118024883Y-85630000D01* +X118041313Y-85463177D01* +X118089976Y-85302758D01* +X118168995Y-85154924D01* +X118168996Y-85154922D01* +X118275341Y-85025341D01* +X118404922Y-84918996D01* +X118420094Y-84910886D01* +X118552758Y-84839976D01* +X118713177Y-84791313D01* +X118838196Y-84779000D01* +X118921804Y-84779000D01* +X119046823Y-84791313D01* +X119046823Y-84791313D01* +G37* +G36* +X116506823Y-84791313D02* +G01* +X116667242Y-84839976D01* +X116799906Y-84910886D01* +X116815078Y-84918996D01* +X116944659Y-85025341D01* +X117051004Y-85154922D01* +X117051005Y-85154924D01* +X117130024Y-85302758D01* +X117178687Y-85463177D01* +X117195117Y-85630000D01* +X117178687Y-85796823D01* +X117130024Y-85957242D01* +X117059114Y-86089906D01* +X117051004Y-86105078D01* +X116944659Y-86234659D01* +X116815078Y-86341004D01* +X116815076Y-86341005D01* +X116667242Y-86420024D01* +X116506823Y-86468687D01* +X116381804Y-86481000D01* +X116298196Y-86481000D01* +X116173177Y-86468687D01* +X116012758Y-86420024D01* +X115864924Y-86341005D01* +X115864922Y-86341004D01* +X115735341Y-86234659D01* +X115628996Y-86105078D01* +X115620886Y-86089906D01* +X115549976Y-85957242D01* +X115501313Y-85796823D01* +X115484883Y-85630000D01* +X115501313Y-85463177D01* +X115549976Y-85302758D01* +X115628995Y-85154924D01* +X115628996Y-85154922D01* +X115735341Y-85025341D01* +X115864922Y-84918996D01* +X115880094Y-84910886D01* +X116012758Y-84839976D01* +X116173177Y-84791313D01* +X116298196Y-84779000D01* +X116381804Y-84779000D01* +X116506823Y-84791313D01* +X116506823Y-84791313D01* +G37* +G36* +X129048228Y-80841703D02* +G01* +X129203100Y-80905853D01* +X129342481Y-80998985D01* +X129461015Y-81117519D01* +X129554147Y-81256900D01* +X129618297Y-81411772D01* +X129651000Y-81576184D01* +X129651000Y-81743816D01* +X129618297Y-81908228D01* +X129554147Y-82063100D01* +X129461015Y-82202481D01* +X129342481Y-82321015D01* +X129203100Y-82414147D01* +X129048228Y-82478297D01* +X128883816Y-82511000D01* +X128716184Y-82511000D01* +X128551772Y-82478297D01* +X128396900Y-82414147D01* +X128257519Y-82321015D01* +X128138985Y-82202481D01* +X128045853Y-82063100D01* +X127981703Y-81908228D01* +X127949000Y-81743816D01* +X127949000Y-81576184D01* +X127981703Y-81411772D01* +X128045853Y-81256900D01* +X128138985Y-81117519D01* +X128257519Y-80998985D01* +X128396900Y-80905853D01* +X128551772Y-80841703D01* +X128716184Y-80809000D01* +X128883816Y-80809000D01* +X129048228Y-80841703D01* +X129048228Y-80841703D01* +G37* +G36* +X126548228Y-80841703D02* +G01* +X126703100Y-80905853D01* +X126842481Y-80998985D01* +X126961015Y-81117519D01* +X127054147Y-81256900D01* +X127118297Y-81411772D01* +X127151000Y-81576184D01* +X127151000Y-81743816D01* +X127118297Y-81908228D01* +X127054147Y-82063100D01* +X126961015Y-82202481D01* +X126842481Y-82321015D01* +X126703100Y-82414147D01* +X126548228Y-82478297D01* +X126383816Y-82511000D01* +X126216184Y-82511000D01* +X126051772Y-82478297D01* +X125896900Y-82414147D01* +X125757519Y-82321015D01* +X125638985Y-82202481D01* +X125545853Y-82063100D01* +X125481703Y-81908228D01* +X125449000Y-81743816D01* +X125449000Y-81576184D01* +X125481703Y-81411772D01* +X125545853Y-81256900D01* +X125638985Y-81117519D01* +X125757519Y-80998985D01* +X125896900Y-80905853D01* +X126051772Y-80841703D01* +X126216184Y-80809000D01* +X126383816Y-80809000D01* +X126548228Y-80841703D01* +X126548228Y-80841703D01* +G37* +G36* +X124126823Y-76611313D02* +G01* +X124287242Y-76659976D01* +X124419906Y-76730886D01* +X124435078Y-76738996D01* +X124564659Y-76845341D01* +X124671004Y-76974922D01* +X124671005Y-76974924D01* +X124750024Y-77122758D01* +X124798687Y-77283177D01* +X124815117Y-77450000D01* +X124798687Y-77616823D01* +X124750024Y-77777242D01* +X124679114Y-77909906D01* +X124671004Y-77925078D01* +X124564659Y-78054659D01* +X124435078Y-78161004D01* +X124435076Y-78161005D01* +X124287242Y-78240024D01* +X124126823Y-78288687D01* +X124001804Y-78301000D01* +X123918196Y-78301000D01* +X123793177Y-78288687D01* +X123632758Y-78240024D01* +X123484924Y-78161005D01* +X123484922Y-78161004D01* +X123355341Y-78054659D01* +X123248996Y-77925078D01* +X123240886Y-77909906D01* +X123169976Y-77777242D01* +X123121313Y-77616823D01* +X123104883Y-77450000D01* +X123121313Y-77283177D01* +X123169976Y-77122758D01* +X123248995Y-76974924D01* +X123248996Y-76974922D01* +X123355341Y-76845341D01* +X123484922Y-76738996D01* +X123500094Y-76730886D01* +X123632758Y-76659976D01* +X123793177Y-76611313D01* +X123918196Y-76599000D01* +X124001804Y-76599000D01* +X124126823Y-76611313D01* +X124126823Y-76611313D01* +G37* +G36* +X152406823Y-76611313D02* +G01* +X152567242Y-76659976D01* +X152699906Y-76730886D01* +X152715078Y-76738996D01* +X152844659Y-76845341D01* +X152951004Y-76974922D01* +X152951005Y-76974924D01* +X153030024Y-77122758D01* +X153078687Y-77283177D01* +X153095117Y-77450000D01* +X153078687Y-77616823D01* +X153030024Y-77777242D01* +X152959114Y-77909906D01* +X152951004Y-77925078D01* +X152844659Y-78054659D01* +X152715078Y-78161004D01* +X152715076Y-78161005D01* +X152567242Y-78240024D01* +X152406823Y-78288687D01* +X152281804Y-78301000D01* +X152198196Y-78301000D01* +X152073177Y-78288687D01* +X151912758Y-78240024D01* +X151764924Y-78161005D01* +X151764922Y-78161004D01* +X151635341Y-78054659D01* +X151528996Y-77925078D01* +X151520886Y-77909906D01* +X151449976Y-77777242D01* +X151401313Y-77616823D01* +X151384883Y-77450000D01* +X151401313Y-77283177D01* +X151449976Y-77122758D01* +X151528995Y-76974924D01* +X151528996Y-76974922D01* +X151635341Y-76845341D01* +X151764922Y-76738996D01* +X151780094Y-76730886D01* +X151912758Y-76659976D01* +X152073177Y-76611313D01* +X152198196Y-76599000D01* +X152281804Y-76599000D01* +X152406823Y-76611313D01* +X152406823Y-76611313D01* +G37* +G36* +X126666823Y-76611313D02* +G01* +X126827242Y-76659976D01* +X126959906Y-76730886D01* +X126975078Y-76738996D01* +X127104659Y-76845341D01* +X127211004Y-76974922D01* +X127211005Y-76974924D01* +X127290024Y-77122758D01* +X127338687Y-77283177D01* +X127355117Y-77450000D01* +X127338687Y-77616823D01* +X127290024Y-77777242D01* +X127219114Y-77909906D01* +X127211004Y-77925078D01* +X127104659Y-78054659D01* +X126975078Y-78161004D01* +X126975076Y-78161005D01* +X126827242Y-78240024D01* +X126666823Y-78288687D01* +X126541804Y-78301000D01* +X126458196Y-78301000D01* +X126333177Y-78288687D01* +X126172758Y-78240024D01* +X126024924Y-78161005D01* +X126024922Y-78161004D01* +X125895341Y-78054659D01* +X125788996Y-77925078D01* +X125780886Y-77909906D01* +X125709976Y-77777242D01* +X125661313Y-77616823D01* +X125644883Y-77450000D01* +X125661313Y-77283177D01* +X125709976Y-77122758D01* +X125788995Y-76974924D01* +X125788996Y-76974922D01* +X125895341Y-76845341D01* +X126024922Y-76738996D01* +X126040094Y-76730886D01* +X126172758Y-76659976D01* +X126333177Y-76611313D01* +X126458196Y-76599000D01* +X126541804Y-76599000D01* +X126666823Y-76611313D01* +X126666823Y-76611313D01* +G37* +G36* +X202946823Y-76611313D02* +G01* +X203107242Y-76659976D01* +X203239906Y-76730886D01* +X203255078Y-76738996D01* +X203384659Y-76845341D01* +X203491004Y-76974922D01* +X203491005Y-76974924D01* +X203570024Y-77122758D01* +X203618687Y-77283177D01* +X203635117Y-77450000D01* +X203618687Y-77616823D01* +X203570024Y-77777242D01* +X203499114Y-77909906D01* +X203491004Y-77925078D01* +X203384659Y-78054659D01* +X203255078Y-78161004D01* +X203255076Y-78161005D01* +X203107242Y-78240024D01* +X202946823Y-78288687D01* +X202821804Y-78301000D01* +X202738196Y-78301000D01* +X202613177Y-78288687D01* +X202452758Y-78240024D01* +X202304924Y-78161005D01* +X202304922Y-78161004D01* +X202175341Y-78054659D01* +X202068996Y-77925078D01* +X202060886Y-77909906D01* +X201989976Y-77777242D01* +X201941313Y-77616823D01* +X201924883Y-77450000D01* +X201941313Y-77283177D01* +X201989976Y-77122758D01* +X202068995Y-76974924D01* +X202068996Y-76974922D01* +X202175341Y-76845341D01* +X202304922Y-76738996D01* +X202320094Y-76730886D01* +X202452758Y-76659976D01* +X202613177Y-76611313D01* +X202738196Y-76599000D01* +X202821804Y-76599000D01* +X202946823Y-76611313D01* +X202946823Y-76611313D01* +G37* +G36* +X129206823Y-76611313D02* +G01* +X129367242Y-76659976D01* +X129499906Y-76730886D01* +X129515078Y-76738996D01* +X129644659Y-76845341D01* +X129751004Y-76974922D01* +X129751005Y-76974924D01* +X129830024Y-77122758D01* +X129878687Y-77283177D01* +X129895117Y-77450000D01* +X129878687Y-77616823D01* +X129830024Y-77777242D01* +X129759114Y-77909906D01* +X129751004Y-77925078D01* +X129644659Y-78054659D01* +X129515078Y-78161004D01* +X129515076Y-78161005D01* +X129367242Y-78240024D01* +X129206823Y-78288687D01* +X129081804Y-78301000D01* +X128998196Y-78301000D01* +X128873177Y-78288687D01* +X128712758Y-78240024D01* +X128564924Y-78161005D01* +X128564922Y-78161004D01* +X128435341Y-78054659D01* +X128328996Y-77925078D01* +X128320886Y-77909906D01* +X128249976Y-77777242D01* +X128201313Y-77616823D01* +X128184883Y-77450000D01* +X128201313Y-77283177D01* +X128249976Y-77122758D01* +X128328995Y-76974924D01* +X128328996Y-76974922D01* +X128435341Y-76845341D01* +X128564922Y-76738996D01* +X128580094Y-76730886D01* +X128712758Y-76659976D01* +X128873177Y-76611313D01* +X128998196Y-76599000D01* +X129081804Y-76599000D01* +X129206823Y-76611313D01* +X129206823Y-76611313D01* +G37* +G36* +X168036823Y-76611313D02* +G01* +X168197242Y-76659976D01* +X168329906Y-76730886D01* +X168345078Y-76738996D01* +X168474659Y-76845341D01* +X168581004Y-76974922D01* +X168581005Y-76974924D01* +X168660024Y-77122758D01* +X168708687Y-77283177D01* +X168725117Y-77450000D01* +X168708687Y-77616823D01* +X168660024Y-77777242D01* +X168589114Y-77909906D01* +X168581004Y-77925078D01* +X168474659Y-78054659D01* +X168345078Y-78161004D01* +X168345076Y-78161005D01* +X168197242Y-78240024D01* +X168036823Y-78288687D01* +X167911804Y-78301000D01* +X167828196Y-78301000D01* +X167703177Y-78288687D01* +X167542758Y-78240024D01* +X167394924Y-78161005D01* +X167394922Y-78161004D01* +X167265341Y-78054659D01* +X167158996Y-77925078D01* +X167150886Y-77909906D01* +X167079976Y-77777242D01* +X167031313Y-77616823D01* +X167014883Y-77450000D01* +X167031313Y-77283177D01* +X167079976Y-77122758D01* +X167158995Y-76974924D01* +X167158996Y-76974922D01* +X167265341Y-76845341D01* +X167394922Y-76738996D01* +X167410094Y-76730886D01* +X167542758Y-76659976D01* +X167703177Y-76611313D01* +X167828196Y-76599000D01* +X167911804Y-76599000D01* +X168036823Y-76611313D01* +X168036823Y-76611313D01* +G37* +G36* +X200406823Y-76611313D02* +G01* +X200567242Y-76659976D01* +X200699906Y-76730886D01* +X200715078Y-76738996D01* +X200844659Y-76845341D01* +X200951004Y-76974922D01* +X200951005Y-76974924D01* +X201030024Y-77122758D01* +X201078687Y-77283177D01* +X201095117Y-77450000D01* +X201078687Y-77616823D01* +X201030024Y-77777242D01* +X200959114Y-77909906D01* +X200951004Y-77925078D01* +X200844659Y-78054659D01* +X200715078Y-78161004D01* +X200715076Y-78161005D01* +X200567242Y-78240024D01* +X200406823Y-78288687D01* +X200281804Y-78301000D01* +X200198196Y-78301000D01* +X200073177Y-78288687D01* +X199912758Y-78240024D01* +X199764924Y-78161005D01* +X199764922Y-78161004D01* +X199635341Y-78054659D01* +X199528996Y-77925078D01* +X199520886Y-77909906D01* +X199449976Y-77777242D01* +X199401313Y-77616823D01* +X199384883Y-77450000D01* +X199401313Y-77283177D01* +X199449976Y-77122758D01* +X199528995Y-76974924D01* +X199528996Y-76974922D01* +X199635341Y-76845341D01* +X199764922Y-76738996D01* +X199780094Y-76730886D01* +X199912758Y-76659976D01* +X200073177Y-76611313D01* +X200198196Y-76599000D01* +X200281804Y-76599000D01* +X200406823Y-76611313D01* +X200406823Y-76611313D01* +G37* +G36* +X144786823Y-76611313D02* +G01* +X144947242Y-76659976D01* +X145079906Y-76730886D01* +X145095078Y-76738996D01* +X145224659Y-76845341D01* +X145331004Y-76974922D01* +X145331005Y-76974924D01* +X145410024Y-77122758D01* +X145458687Y-77283177D01* +X145475117Y-77450000D01* +X145458687Y-77616823D01* +X145410024Y-77777242D01* +X145339114Y-77909906D01* +X145331004Y-77925078D01* +X145224659Y-78054659D01* +X145095078Y-78161004D01* +X145095076Y-78161005D01* +X144947242Y-78240024D01* +X144786823Y-78288687D01* +X144661804Y-78301000D01* +X144578196Y-78301000D01* +X144453177Y-78288687D01* +X144292758Y-78240024D01* +X144144924Y-78161005D01* +X144144922Y-78161004D01* +X144015341Y-78054659D01* +X143908996Y-77925078D01* +X143900886Y-77909906D01* +X143829976Y-77777242D01* +X143781313Y-77616823D01* +X143764883Y-77450000D01* +X143781313Y-77283177D01* +X143829976Y-77122758D01* +X143908995Y-76974924D01* +X143908996Y-76974922D01* +X144015341Y-76845341D01* +X144144922Y-76738996D01* +X144160094Y-76730886D01* +X144292758Y-76659976D01* +X144453177Y-76611313D01* +X144578196Y-76599000D01* +X144661804Y-76599000D01* +X144786823Y-76611313D01* +X144786823Y-76611313D01* +G37* +G36* +X142246823Y-76611313D02* +G01* +X142407242Y-76659976D01* +X142539906Y-76730886D01* +X142555078Y-76738996D01* +X142684659Y-76845341D01* +X142791004Y-76974922D01* +X142791005Y-76974924D01* +X142870024Y-77122758D01* +X142918687Y-77283177D01* +X142935117Y-77450000D01* +X142918687Y-77616823D01* +X142870024Y-77777242D01* +X142799114Y-77909906D01* +X142791004Y-77925078D01* +X142684659Y-78054659D01* +X142555078Y-78161004D01* +X142555076Y-78161005D01* +X142407242Y-78240024D01* +X142246823Y-78288687D01* +X142121804Y-78301000D01* +X142038196Y-78301000D01* +X141913177Y-78288687D01* +X141752758Y-78240024D01* +X141604924Y-78161005D01* +X141604922Y-78161004D01* +X141475341Y-78054659D01* +X141368996Y-77925078D01* +X141360886Y-77909906D01* +X141289976Y-77777242D01* +X141241313Y-77616823D01* +X141224883Y-77450000D01* +X141241313Y-77283177D01* +X141289976Y-77122758D01* +X141368995Y-76974924D01* +X141368996Y-76974922D01* +X141475341Y-76845341D01* +X141604922Y-76738996D01* +X141620094Y-76730886D01* +X141752758Y-76659976D01* +X141913177Y-76611313D01* +X142038196Y-76599000D01* +X142121804Y-76599000D01* +X142246823Y-76611313D01* +X142246823Y-76611313D01* +G37* +G36* +X197866823Y-76611313D02* +G01* +X198027242Y-76659976D01* +X198159906Y-76730886D01* +X198175078Y-76738996D01* +X198304659Y-76845341D01* +X198411004Y-76974922D01* +X198411005Y-76974924D01* +X198490024Y-77122758D01* +X198538687Y-77283177D01* +X198555117Y-77450000D01* +X198538687Y-77616823D01* +X198490024Y-77777242D01* +X198419114Y-77909906D01* +X198411004Y-77925078D01* +X198304659Y-78054659D01* +X198175078Y-78161004D01* +X198175076Y-78161005D01* +X198027242Y-78240024D01* +X197866823Y-78288687D01* +X197741804Y-78301000D01* +X197658196Y-78301000D01* +X197533177Y-78288687D01* +X197372758Y-78240024D01* +X197224924Y-78161005D01* +X197224922Y-78161004D01* +X197095341Y-78054659D01* +X196988996Y-77925078D01* +X196980886Y-77909906D01* +X196909976Y-77777242D01* +X196861313Y-77616823D01* +X196844883Y-77450000D01* +X196861313Y-77283177D01* +X196909976Y-77122758D01* +X196988995Y-76974924D01* +X196988996Y-76974922D01* +X197095341Y-76845341D01* +X197224922Y-76738996D01* +X197240094Y-76730886D01* +X197372758Y-76659976D01* +X197533177Y-76611313D01* +X197658196Y-76599000D01* +X197741804Y-76599000D01* +X197866823Y-76611313D01* +X197866823Y-76611313D01* +G37* +G36* +X195326823Y-76611313D02* +G01* +X195487242Y-76659976D01* +X195619906Y-76730886D01* +X195635078Y-76738996D01* +X195764659Y-76845341D01* +X195871004Y-76974922D01* +X195871005Y-76974924D01* +X195950024Y-77122758D01* +X195998687Y-77283177D01* +X196015117Y-77450000D01* +X195998687Y-77616823D01* +X195950024Y-77777242D01* +X195879114Y-77909906D01* +X195871004Y-77925078D01* +X195764659Y-78054659D01* +X195635078Y-78161004D01* +X195635076Y-78161005D01* +X195487242Y-78240024D01* +X195326823Y-78288687D01* +X195201804Y-78301000D01* +X195118196Y-78301000D01* +X194993177Y-78288687D01* +X194832758Y-78240024D01* +X194684924Y-78161005D01* +X194684922Y-78161004D01* +X194555341Y-78054659D01* +X194448996Y-77925078D01* +X194440886Y-77909906D01* +X194369976Y-77777242D01* +X194321313Y-77616823D01* +X194304883Y-77450000D01* +X194321313Y-77283177D01* +X194369976Y-77122758D01* +X194448995Y-76974924D01* +X194448996Y-76974922D01* +X194555341Y-76845341D01* +X194684922Y-76738996D01* +X194700094Y-76730886D01* +X194832758Y-76659976D01* +X194993177Y-76611313D01* +X195118196Y-76599000D01* +X195201804Y-76599000D01* +X195326823Y-76611313D01* +X195326823Y-76611313D01* +G37* +G36* +X192786823Y-76611313D02* +G01* +X192947242Y-76659976D01* +X193079906Y-76730886D01* +X193095078Y-76738996D01* +X193224659Y-76845341D01* +X193331004Y-76974922D01* +X193331005Y-76974924D01* +X193410024Y-77122758D01* +X193458687Y-77283177D01* +X193475117Y-77450000D01* +X193458687Y-77616823D01* +X193410024Y-77777242D01* +X193339114Y-77909906D01* +X193331004Y-77925078D01* +X193224659Y-78054659D01* +X193095078Y-78161004D01* +X193095076Y-78161005D01* +X192947242Y-78240024D01* +X192786823Y-78288687D01* +X192661804Y-78301000D01* +X192578196Y-78301000D01* +X192453177Y-78288687D01* +X192292758Y-78240024D01* +X192144924Y-78161005D01* +X192144922Y-78161004D01* +X192015341Y-78054659D01* +X191908996Y-77925078D01* +X191900886Y-77909906D01* +X191829976Y-77777242D01* +X191781313Y-77616823D01* +X191764883Y-77450000D01* +X191781313Y-77283177D01* +X191829976Y-77122758D01* +X191908995Y-76974924D01* +X191908996Y-76974922D01* +X192015341Y-76845341D01* +X192144922Y-76738996D01* +X192160094Y-76730886D01* +X192292758Y-76659976D01* +X192453177Y-76611313D01* +X192578196Y-76599000D01* +X192661804Y-76599000D01* +X192786823Y-76611313D01* +X192786823Y-76611313D01* +G37* +G36* +X190246823Y-76611313D02* +G01* +X190407242Y-76659976D01* +X190539906Y-76730886D01* +X190555078Y-76738996D01* +X190684659Y-76845341D01* +X190791004Y-76974922D01* +X190791005Y-76974924D01* +X190870024Y-77122758D01* +X190918687Y-77283177D01* +X190935117Y-77450000D01* +X190918687Y-77616823D01* +X190870024Y-77777242D01* +X190799114Y-77909906D01* +X190791004Y-77925078D01* +X190684659Y-78054659D01* +X190555078Y-78161004D01* +X190555076Y-78161005D01* +X190407242Y-78240024D01* +X190246823Y-78288687D01* +X190121804Y-78301000D01* +X190038196Y-78301000D01* +X189913177Y-78288687D01* +X189752758Y-78240024D01* +X189604924Y-78161005D01* +X189604922Y-78161004D01* +X189475341Y-78054659D01* +X189368996Y-77925078D01* +X189360886Y-77909906D01* +X189289976Y-77777242D01* +X189241313Y-77616823D01* +X189224883Y-77450000D01* +X189241313Y-77283177D01* +X189289976Y-77122758D01* +X189368995Y-76974924D01* +X189368996Y-76974922D01* +X189475341Y-76845341D01* +X189604922Y-76738996D01* +X189620094Y-76730886D01* +X189752758Y-76659976D01* +X189913177Y-76611313D01* +X190038196Y-76599000D01* +X190121804Y-76599000D01* +X190246823Y-76611313D01* +X190246823Y-76611313D01* +G37* +G36* +X187706823Y-76611313D02* +G01* +X187867242Y-76659976D01* +X187999906Y-76730886D01* +X188015078Y-76738996D01* +X188144659Y-76845341D01* +X188251004Y-76974922D01* +X188251005Y-76974924D01* +X188330024Y-77122758D01* +X188378687Y-77283177D01* +X188395117Y-77450000D01* +X188378687Y-77616823D01* +X188330024Y-77777242D01* +X188259114Y-77909906D01* +X188251004Y-77925078D01* +X188144659Y-78054659D01* +X188015078Y-78161004D01* +X188015076Y-78161005D01* +X187867242Y-78240024D01* +X187706823Y-78288687D01* +X187581804Y-78301000D01* +X187498196Y-78301000D01* +X187373177Y-78288687D01* +X187212758Y-78240024D01* +X187064924Y-78161005D01* +X187064922Y-78161004D01* +X186935341Y-78054659D01* +X186828996Y-77925078D01* +X186820886Y-77909906D01* +X186749976Y-77777242D01* +X186701313Y-77616823D01* +X186684883Y-77450000D01* +X186701313Y-77283177D01* +X186749976Y-77122758D01* +X186828995Y-76974924D01* +X186828996Y-76974922D01* +X186935341Y-76845341D01* +X187064922Y-76738996D01* +X187080094Y-76730886D01* +X187212758Y-76659976D01* +X187373177Y-76611313D01* +X187498196Y-76599000D01* +X187581804Y-76599000D01* +X187706823Y-76611313D01* +X187706823Y-76611313D01* +G37* +G36* +X185851000Y-78301000D02* +G01* +X184149000Y-78301000D01* +X184149000Y-76599000D01* +X185851000Y-76599000D01* +X185851000Y-78301000D01* +X185851000Y-78301000D01* +G37* +G36* +X175656823Y-76611313D02* +G01* +X175817242Y-76659976D01* +X175949906Y-76730886D01* +X175965078Y-76738996D01* +X176094659Y-76845341D01* +X176201004Y-76974922D01* +X176201005Y-76974924D01* +X176280024Y-77122758D01* +X176328687Y-77283177D01* +X176345117Y-77450000D01* +X176328687Y-77616823D01* +X176280024Y-77777242D01* +X176209114Y-77909906D01* +X176201004Y-77925078D01* +X176094659Y-78054659D01* +X175965078Y-78161004D01* +X175965076Y-78161005D01* +X175817242Y-78240024D01* +X175656823Y-78288687D01* +X175531804Y-78301000D01* +X175448196Y-78301000D01* +X175323177Y-78288687D01* +X175162758Y-78240024D01* +X175014924Y-78161005D01* +X175014922Y-78161004D01* +X174885341Y-78054659D01* +X174778996Y-77925078D01* +X174770886Y-77909906D01* +X174699976Y-77777242D01* +X174651313Y-77616823D01* +X174634883Y-77450000D01* +X174651313Y-77283177D01* +X174699976Y-77122758D01* +X174778995Y-76974924D01* +X174778996Y-76974922D01* +X174885341Y-76845341D01* +X175014922Y-76738996D01* +X175030094Y-76730886D01* +X175162758Y-76659976D01* +X175323177Y-76611313D01* +X175448196Y-76599000D01* +X175531804Y-76599000D01* +X175656823Y-76611313D01* +X175656823Y-76611313D01* +G37* +G36* +X173116823Y-76611313D02* +G01* +X173277242Y-76659976D01* +X173409906Y-76730886D01* +X173425078Y-76738996D01* +X173554659Y-76845341D01* +X173661004Y-76974922D01* +X173661005Y-76974924D01* +X173740024Y-77122758D01* +X173788687Y-77283177D01* +X173805117Y-77450000D01* +X173788687Y-77616823D01* +X173740024Y-77777242D01* +X173669114Y-77909906D01* +X173661004Y-77925078D01* +X173554659Y-78054659D01* +X173425078Y-78161004D01* +X173425076Y-78161005D01* +X173277242Y-78240024D01* +X173116823Y-78288687D01* +X172991804Y-78301000D01* +X172908196Y-78301000D01* +X172783177Y-78288687D01* +X172622758Y-78240024D01* +X172474924Y-78161005D01* +X172474922Y-78161004D01* +X172345341Y-78054659D01* +X172238996Y-77925078D01* +X172230886Y-77909906D01* +X172159976Y-77777242D01* +X172111313Y-77616823D01* +X172094883Y-77450000D01* +X172111313Y-77283177D01* +X172159976Y-77122758D01* +X172238995Y-76974924D01* +X172238996Y-76974922D01* +X172345341Y-76845341D01* +X172474922Y-76738996D01* +X172490094Y-76730886D01* +X172622758Y-76659976D01* +X172783177Y-76611313D01* +X172908196Y-76599000D01* +X172991804Y-76599000D01* +X173116823Y-76611313D01* +X173116823Y-76611313D01* +G37* +G36* +X170576823Y-76611313D02* +G01* +X170737242Y-76659976D01* +X170869906Y-76730886D01* +X170885078Y-76738996D01* +X171014659Y-76845341D01* +X171121004Y-76974922D01* +X171121005Y-76974924D01* +X171200024Y-77122758D01* +X171248687Y-77283177D01* +X171265117Y-77450000D01* +X171248687Y-77616823D01* +X171200024Y-77777242D01* +X171129114Y-77909906D01* +X171121004Y-77925078D01* +X171014659Y-78054659D01* +X170885078Y-78161004D01* +X170885076Y-78161005D01* +X170737242Y-78240024D01* +X170576823Y-78288687D01* +X170451804Y-78301000D01* +X170368196Y-78301000D01* +X170243177Y-78288687D01* +X170082758Y-78240024D01* +X169934924Y-78161005D01* +X169934922Y-78161004D01* +X169805341Y-78054659D01* +X169698996Y-77925078D01* +X169690886Y-77909906D01* +X169619976Y-77777242D01* +X169571313Y-77616823D01* +X169554883Y-77450000D01* +X169571313Y-77283177D01* +X169619976Y-77122758D01* +X169698995Y-76974924D01* +X169698996Y-76974922D01* +X169805341Y-76845341D01* +X169934922Y-76738996D01* +X169950094Y-76730886D01* +X170082758Y-76659976D01* +X170243177Y-76611313D01* +X170368196Y-76599000D01* +X170451804Y-76599000D01* +X170576823Y-76611313D01* +X170576823Y-76611313D01* +G37* +G36* +X165496823Y-76611313D02* +G01* +X165657242Y-76659976D01* +X165789906Y-76730886D01* +X165805078Y-76738996D01* +X165934659Y-76845341D01* +X166041004Y-76974922D01* +X166041005Y-76974924D01* +X166120024Y-77122758D01* +X166168687Y-77283177D01* +X166185117Y-77450000D01* +X166168687Y-77616823D01* +X166120024Y-77777242D01* +X166049114Y-77909906D01* +X166041004Y-77925078D01* +X165934659Y-78054659D01* +X165805078Y-78161004D01* +X165805076Y-78161005D01* +X165657242Y-78240024D01* +X165496823Y-78288687D01* +X165371804Y-78301000D01* +X165288196Y-78301000D01* +X165163177Y-78288687D01* +X165002758Y-78240024D01* +X164854924Y-78161005D01* +X164854922Y-78161004D01* +X164725341Y-78054659D01* +X164618996Y-77925078D01* +X164610886Y-77909906D01* +X164539976Y-77777242D01* +X164491313Y-77616823D01* +X164474883Y-77450000D01* +X164491313Y-77283177D01* +X164539976Y-77122758D01* +X164618995Y-76974924D01* +X164618996Y-76974922D01* +X164725341Y-76845341D01* +X164854922Y-76738996D01* +X164870094Y-76730886D01* +X165002758Y-76659976D01* +X165163177Y-76611313D01* +X165288196Y-76599000D01* +X165371804Y-76599000D01* +X165496823Y-76611313D01* +X165496823Y-76611313D01* +G37* +G36* +X121586823Y-76611313D02* +G01* +X121747242Y-76659976D01* +X121879906Y-76730886D01* +X121895078Y-76738996D01* +X122024659Y-76845341D01* +X122131004Y-76974922D01* +X122131005Y-76974924D01* +X122210024Y-77122758D01* +X122258687Y-77283177D01* +X122275117Y-77450000D01* +X122258687Y-77616823D01* +X122210024Y-77777242D01* +X122139114Y-77909906D01* +X122131004Y-77925078D01* +X122024659Y-78054659D01* +X121895078Y-78161004D01* +X121895076Y-78161005D01* +X121747242Y-78240024D01* +X121586823Y-78288687D01* +X121461804Y-78301000D01* +X121378196Y-78301000D01* +X121253177Y-78288687D01* +X121092758Y-78240024D01* +X120944924Y-78161005D01* +X120944922Y-78161004D01* +X120815341Y-78054659D01* +X120708996Y-77925078D01* +X120700886Y-77909906D01* +X120629976Y-77777242D01* +X120581313Y-77616823D01* +X120564883Y-77450000D01* +X120581313Y-77283177D01* +X120629976Y-77122758D01* +X120708995Y-76974924D01* +X120708996Y-76974922D01* +X120815341Y-76845341D01* +X120944922Y-76738996D01* +X120960094Y-76730886D01* +X121092758Y-76659976D01* +X121253177Y-76611313D01* +X121378196Y-76599000D01* +X121461804Y-76599000D01* +X121586823Y-76611313D01* +X121586823Y-76611313D01* +G37* +G36* +X162956823Y-76611313D02* +G01* +X163117242Y-76659976D01* +X163249906Y-76730886D01* +X163265078Y-76738996D01* +X163394659Y-76845341D01* +X163501004Y-76974922D01* +X163501005Y-76974924D01* +X163580024Y-77122758D01* +X163628687Y-77283177D01* +X163645117Y-77450000D01* +X163628687Y-77616823D01* +X163580024Y-77777242D01* +X163509114Y-77909906D01* +X163501004Y-77925078D01* +X163394659Y-78054659D01* +X163265078Y-78161004D01* +X163265076Y-78161005D01* +X163117242Y-78240024D01* +X162956823Y-78288687D01* +X162831804Y-78301000D01* +X162748196Y-78301000D01* +X162623177Y-78288687D01* +X162462758Y-78240024D01* +X162314924Y-78161005D01* +X162314922Y-78161004D01* +X162185341Y-78054659D01* +X162078996Y-77925078D01* +X162070886Y-77909906D01* +X161999976Y-77777242D01* +X161951313Y-77616823D01* +X161934883Y-77450000D01* +X161951313Y-77283177D01* +X161999976Y-77122758D01* +X162078995Y-76974924D01* +X162078996Y-76974922D01* +X162185341Y-76845341D01* +X162314922Y-76738996D01* +X162330094Y-76730886D01* +X162462758Y-76659976D01* +X162623177Y-76611313D01* +X162748196Y-76599000D01* +X162831804Y-76599000D01* +X162956823Y-76611313D01* +X162956823Y-76611313D01* +G37* +G36* +X161101000Y-78301000D02* +G01* +X159399000Y-78301000D01* +X159399000Y-76599000D01* +X161101000Y-76599000D01* +X161101000Y-78301000D01* +X161101000Y-78301000D01* +G37* +G36* +X149866823Y-76611313D02* +G01* +X150027242Y-76659976D01* +X150159906Y-76730886D01* +X150175078Y-76738996D01* +X150304659Y-76845341D01* +X150411004Y-76974922D01* +X150411005Y-76974924D01* +X150490024Y-77122758D01* +X150538687Y-77283177D01* +X150555117Y-77450000D01* +X150538687Y-77616823D01* +X150490024Y-77777242D01* +X150419114Y-77909906D01* +X150411004Y-77925078D01* +X150304659Y-78054659D01* +X150175078Y-78161004D01* +X150175076Y-78161005D01* +X150027242Y-78240024D01* +X149866823Y-78288687D01* +X149741804Y-78301000D01* +X149658196Y-78301000D01* +X149533177Y-78288687D01* +X149372758Y-78240024D01* +X149224924Y-78161005D01* +X149224922Y-78161004D01* +X149095341Y-78054659D01* +X148988996Y-77925078D01* +X148980886Y-77909906D01* +X148909976Y-77777242D01* +X148861313Y-77616823D01* +X148844883Y-77450000D01* +X148861313Y-77283177D01* +X148909976Y-77122758D01* +X148988995Y-76974924D01* +X148988996Y-76974922D01* +X149095341Y-76845341D01* +X149224922Y-76738996D01* +X149240094Y-76730886D01* +X149372758Y-76659976D01* +X149533177Y-76611313D01* +X149658196Y-76599000D01* +X149741804Y-76599000D01* +X149866823Y-76611313D01* +X149866823Y-76611313D01* +G37* +G36* +X147326823Y-76611313D02* +G01* +X147487242Y-76659976D01* +X147619906Y-76730886D01* +X147635078Y-76738996D01* +X147764659Y-76845341D01* +X147871004Y-76974922D01* +X147871005Y-76974924D01* +X147950024Y-77122758D01* +X147998687Y-77283177D01* +X148015117Y-77450000D01* +X147998687Y-77616823D01* +X147950024Y-77777242D01* +X147879114Y-77909906D01* +X147871004Y-77925078D01* +X147764659Y-78054659D01* +X147635078Y-78161004D01* +X147635076Y-78161005D01* +X147487242Y-78240024D01* +X147326823Y-78288687D01* +X147201804Y-78301000D01* +X147118196Y-78301000D01* +X146993177Y-78288687D01* +X146832758Y-78240024D01* +X146684924Y-78161005D01* +X146684922Y-78161004D01* +X146555341Y-78054659D01* +X146448996Y-77925078D01* +X146440886Y-77909906D01* +X146369976Y-77777242D01* +X146321313Y-77616823D01* +X146304883Y-77450000D01* +X146321313Y-77283177D01* +X146369976Y-77122758D01* +X146448995Y-76974924D01* +X146448996Y-76974922D01* +X146555341Y-76845341D01* +X146684922Y-76738996D01* +X146700094Y-76730886D01* +X146832758Y-76659976D01* +X146993177Y-76611313D01* +X147118196Y-76599000D01* +X147201804Y-76599000D01* +X147326823Y-76611313D01* +X147326823Y-76611313D01* +G37* +G36* +X139706823Y-76611313D02* +G01* +X139867242Y-76659976D01* +X139999906Y-76730886D01* +X140015078Y-76738996D01* +X140144659Y-76845341D01* +X140251004Y-76974922D01* +X140251005Y-76974924D01* +X140330024Y-77122758D01* +X140378687Y-77283177D01* +X140395117Y-77450000D01* +X140378687Y-77616823D01* +X140330024Y-77777242D01* +X140259114Y-77909906D01* +X140251004Y-77925078D01* +X140144659Y-78054659D01* +X140015078Y-78161004D01* +X140015076Y-78161005D01* +X139867242Y-78240024D01* +X139706823Y-78288687D01* +X139581804Y-78301000D01* +X139498196Y-78301000D01* +X139373177Y-78288687D01* +X139212758Y-78240024D01* +X139064924Y-78161005D01* +X139064922Y-78161004D01* +X138935341Y-78054659D01* +X138828996Y-77925078D01* +X138820886Y-77909906D01* +X138749976Y-77777242D01* +X138701313Y-77616823D01* +X138684883Y-77450000D01* +X138701313Y-77283177D01* +X138749976Y-77122758D01* +X138828995Y-76974924D01* +X138828996Y-76974922D01* +X138935341Y-76845341D01* +X139064922Y-76738996D01* +X139080094Y-76730886D01* +X139212758Y-76659976D01* +X139373177Y-76611313D01* +X139498196Y-76599000D01* +X139581804Y-76599000D01* +X139706823Y-76611313D01* +X139706823Y-76611313D01* +G37* +G36* +X137851000Y-78301000D02* +G01* +X136149000Y-78301000D01* +X136149000Y-76599000D01* +X137851000Y-76599000D01* +X137851000Y-78301000D01* +X137851000Y-78301000D01* +G37* +G36* +X119046823Y-76611313D02* +G01* +X119207242Y-76659976D01* +X119339906Y-76730886D01* +X119355078Y-76738996D01* +X119484659Y-76845341D01* +X119591004Y-76974922D01* +X119591005Y-76974924D01* +X119670024Y-77122758D01* +X119718687Y-77283177D01* +X119735117Y-77450000D01* +X119718687Y-77616823D01* +X119670024Y-77777242D01* +X119599114Y-77909906D01* +X119591004Y-77925078D01* +X119484659Y-78054659D01* +X119355078Y-78161004D01* +X119355076Y-78161005D01* +X119207242Y-78240024D01* +X119046823Y-78288687D01* +X118921804Y-78301000D01* +X118838196Y-78301000D01* +X118713177Y-78288687D01* +X118552758Y-78240024D01* +X118404924Y-78161005D01* +X118404922Y-78161004D01* +X118275341Y-78054659D01* +X118168996Y-77925078D01* +X118160886Y-77909906D01* +X118089976Y-77777242D01* +X118041313Y-77616823D01* +X118024883Y-77450000D01* +X118041313Y-77283177D01* +X118089976Y-77122758D01* +X118168995Y-76974924D01* +X118168996Y-76974922D01* +X118275341Y-76845341D01* +X118404922Y-76738996D01* +X118420094Y-76730886D01* +X118552758Y-76659976D01* +X118713177Y-76611313D01* +X118838196Y-76599000D01* +X118921804Y-76599000D01* +X119046823Y-76611313D01* +X119046823Y-76611313D01* +G37* +G36* +X116506823Y-76611313D02* +G01* +X116667242Y-76659976D01* +X116799906Y-76730886D01* +X116815078Y-76738996D01* +X116944659Y-76845341D01* +X117051004Y-76974922D01* +X117051005Y-76974924D01* +X117130024Y-77122758D01* +X117178687Y-77283177D01* +X117195117Y-77450000D01* +X117178687Y-77616823D01* +X117130024Y-77777242D01* +X117059114Y-77909906D01* +X117051004Y-77925078D01* +X116944659Y-78054659D01* +X116815078Y-78161004D01* +X116815076Y-78161005D01* +X116667242Y-78240024D01* +X116506823Y-78288687D01* +X116381804Y-78301000D01* +X116298196Y-78301000D01* +X116173177Y-78288687D01* +X116012758Y-78240024D01* +X115864924Y-78161005D01* +X115864922Y-78161004D01* +X115735341Y-78054659D01* +X115628996Y-77925078D01* +X115620886Y-77909906D01* +X115549976Y-77777242D01* +X115501313Y-77616823D01* +X115484883Y-77450000D01* +X115501313Y-77283177D01* +X115549976Y-77122758D01* +X115628995Y-76974924D01* +X115628996Y-76974922D01* +X115735341Y-76845341D01* +X115864922Y-76738996D01* +X115880094Y-76730886D01* +X116012758Y-76659976D01* +X116173177Y-76611313D01* +X116298196Y-76599000D01* +X116381804Y-76599000D01* +X116506823Y-76611313D01* +X116506823Y-76611313D01* +G37* +G36* +X114651000Y-78301000D02* +G01* +X112949000Y-78301000D01* +X112949000Y-76599000D01* +X114651000Y-76599000D01* +X114651000Y-78301000D01* +X114651000Y-78301000D01* +G37* +G36* +X179388228Y-74301703D02* +G01* +X179543100Y-74365853D01* +X179682481Y-74458985D01* +X179801015Y-74577519D01* +X179894147Y-74716900D01* +X179958297Y-74871772D01* +X179991000Y-75036184D01* +X179991000Y-75203816D01* +X179958297Y-75368228D01* +X179894147Y-75523100D01* +X179801015Y-75662481D01* +X179682481Y-75781015D01* +X179543100Y-75874147D01* +X179388228Y-75938297D01* +X179223816Y-75971000D01* +X179056184Y-75971000D01* +X178891772Y-75938297D01* +X178736900Y-75874147D01* +X178597519Y-75781015D01* +X178478985Y-75662481D01* +X178385853Y-75523100D01* +X178321703Y-75368228D01* +X178289000Y-75203816D01* +X178289000Y-75036184D01* +X178321703Y-74871772D01* +X178385853Y-74716900D01* +X178478985Y-74577519D01* +X178597519Y-74458985D01* +X178736900Y-74365853D01* +X178891772Y-74301703D01* +X179056184Y-74269000D01* +X179223816Y-74269000D01* +X179388228Y-74301703D01* +X179388228Y-74301703D01* +G37* +G36* +X179388228Y-71801703D02* +G01* +X179543100Y-71865853D01* +X179682481Y-71958985D01* +X179801015Y-72077519D01* +X179894147Y-72216900D01* +X179958297Y-72371772D01* +X179991000Y-72536184D01* +X179991000Y-72703816D01* +X179958297Y-72868228D01* +X179894147Y-73023100D01* +X179801015Y-73162481D01* +X179682481Y-73281015D01* +X179543100Y-73374147D01* +X179388228Y-73438297D01* +X179223816Y-73471000D01* +X179056184Y-73471000D01* +X178891772Y-73438297D01* +X178736900Y-73374147D01* +X178597519Y-73281015D01* +X178478985Y-73162481D01* +X178385853Y-73023100D01* +X178321703Y-72868228D01* +X178289000Y-72703816D01* +X178289000Y-72536184D01* +X178321703Y-72371772D01* +X178385853Y-72216900D01* +X178478985Y-72077519D01* +X178597519Y-71958985D01* +X178736900Y-71865853D01* +X178891772Y-71801703D01* +X179056184Y-71769000D01* +X179223816Y-71769000D01* +X179388228Y-71801703D01* +X179388228Y-71801703D01* +G37* +G36* +X175656823Y-68991313D02* +G01* +X175817242Y-69039976D01* +X175949906Y-69110886D01* +X175965078Y-69118996D01* +X176094659Y-69225341D01* +X176201004Y-69354922D01* +X176201005Y-69354924D01* +X176280024Y-69502758D01* +X176328687Y-69663177D01* +X176345117Y-69830000D01* +X176328687Y-69996823D01* +X176280024Y-70157242D01* +X176209114Y-70289906D01* +X176201004Y-70305078D01* +X176094659Y-70434659D01* +X175965078Y-70541004D01* +X175965076Y-70541005D01* +X175817242Y-70620024D01* +X175656823Y-70668687D01* +X175531804Y-70681000D01* +X175448196Y-70681000D01* +X175323177Y-70668687D01* +X175162758Y-70620024D01* +X175014924Y-70541005D01* +X175014922Y-70541004D01* +X174885341Y-70434659D01* +X174778996Y-70305078D01* +X174770886Y-70289906D01* +X174699976Y-70157242D01* +X174651313Y-69996823D01* +X174634883Y-69830000D01* +X174651313Y-69663177D01* +X174699976Y-69502758D01* +X174778995Y-69354924D01* +X174778996Y-69354922D01* +X174885341Y-69225341D01* +X175014922Y-69118996D01* +X175030094Y-69110886D01* +X175162758Y-69039976D01* +X175323177Y-68991313D01* +X175448196Y-68979000D01* +X175531804Y-68979000D01* +X175656823Y-68991313D01* +X175656823Y-68991313D01* +G37* +G36* +X185166823Y-68991313D02* +G01* +X185327242Y-69039976D01* +X185459906Y-69110886D01* +X185475078Y-69118996D01* +X185604659Y-69225341D01* +X185711004Y-69354922D01* +X185711005Y-69354924D01* +X185790024Y-69502758D01* +X185838687Y-69663177D01* +X185855117Y-69830000D01* +X185838687Y-69996823D01* +X185790024Y-70157242D01* +X185719114Y-70289906D01* +X185711004Y-70305078D01* +X185604659Y-70434659D01* +X185475078Y-70541004D01* +X185475076Y-70541005D01* +X185327242Y-70620024D01* +X185166823Y-70668687D01* +X185041804Y-70681000D01* +X184958196Y-70681000D01* +X184833177Y-70668687D01* +X184672758Y-70620024D01* +X184524924Y-70541005D01* +X184524922Y-70541004D01* +X184395341Y-70434659D01* +X184288996Y-70305078D01* +X184280886Y-70289906D01* +X184209976Y-70157242D01* +X184161313Y-69996823D01* +X184144883Y-69830000D01* +X184161313Y-69663177D01* +X184209976Y-69502758D01* +X184288995Y-69354924D01* +X184288996Y-69354922D01* +X184395341Y-69225341D01* +X184524922Y-69118996D01* +X184540094Y-69110886D01* +X184672758Y-69039976D01* +X184833177Y-68991313D01* +X184958196Y-68979000D01* +X185041804Y-68979000D01* +X185166823Y-68991313D01* +X185166823Y-68991313D01* +G37* +G36* +X173116823Y-68991313D02* +G01* +X173277242Y-69039976D01* +X173409906Y-69110886D01* +X173425078Y-69118996D01* +X173554659Y-69225341D01* +X173661004Y-69354922D01* +X173661005Y-69354924D01* +X173740024Y-69502758D01* +X173788687Y-69663177D01* +X173805117Y-69830000D01* +X173788687Y-69996823D01* +X173740024Y-70157242D01* +X173669114Y-70289906D01* +X173661004Y-70305078D01* +X173554659Y-70434659D01* +X173425078Y-70541004D01* +X173425076Y-70541005D01* +X173277242Y-70620024D01* +X173116823Y-70668687D01* +X172991804Y-70681000D01* +X172908196Y-70681000D01* +X172783177Y-70668687D01* +X172622758Y-70620024D01* +X172474924Y-70541005D01* +X172474922Y-70541004D01* +X172345341Y-70434659D01* +X172238996Y-70305078D01* +X172230886Y-70289906D01* +X172159976Y-70157242D01* +X172111313Y-69996823D01* +X172094883Y-69830000D01* +X172111313Y-69663177D01* +X172159976Y-69502758D01* +X172238995Y-69354924D01* +X172238996Y-69354922D01* +X172345341Y-69225341D01* +X172474922Y-69118996D01* +X172490094Y-69110886D01* +X172622758Y-69039976D01* +X172783177Y-68991313D01* +X172908196Y-68979000D01* +X172991804Y-68979000D01* +X173116823Y-68991313D01* +X173116823Y-68991313D01* +G37* +G36* +X187706823Y-68991313D02* +G01* +X187867242Y-69039976D01* +X187999906Y-69110886D01* +X188015078Y-69118996D01* +X188144659Y-69225341D01* +X188251004Y-69354922D01* +X188251005Y-69354924D01* +X188330024Y-69502758D01* +X188378687Y-69663177D01* +X188395117Y-69830000D01* +X188378687Y-69996823D01* +X188330024Y-70157242D01* +X188259114Y-70289906D01* +X188251004Y-70305078D01* +X188144659Y-70434659D01* +X188015078Y-70541004D01* +X188015076Y-70541005D01* +X187867242Y-70620024D01* +X187706823Y-70668687D01* +X187581804Y-70681000D01* +X187498196Y-70681000D01* +X187373177Y-70668687D01* +X187212758Y-70620024D01* +X187064924Y-70541005D01* +X187064922Y-70541004D01* +X186935341Y-70434659D01* +X186828996Y-70305078D01* +X186820886Y-70289906D01* +X186749976Y-70157242D01* +X186701313Y-69996823D01* +X186684883Y-69830000D01* +X186701313Y-69663177D01* +X186749976Y-69502758D01* +X186828995Y-69354924D01* +X186828996Y-69354922D01* +X186935341Y-69225341D01* +X187064922Y-69118996D01* +X187080094Y-69110886D01* +X187212758Y-69039976D01* +X187373177Y-68991313D01* +X187498196Y-68979000D01* +X187581804Y-68979000D01* +X187706823Y-68991313D01* +X187706823Y-68991313D01* +G37* +G36* +X170576823Y-68991313D02* +G01* +X170737242Y-69039976D01* +X170869906Y-69110886D01* +X170885078Y-69118996D01* +X171014659Y-69225341D01* +X171121004Y-69354922D01* +X171121005Y-69354924D01* +X171200024Y-69502758D01* +X171248687Y-69663177D01* +X171265117Y-69830000D01* +X171248687Y-69996823D01* +X171200024Y-70157242D01* +X171129114Y-70289906D01* +X171121004Y-70305078D01* +X171014659Y-70434659D01* +X170885078Y-70541004D01* +X170885076Y-70541005D01* +X170737242Y-70620024D01* +X170576823Y-70668687D01* +X170451804Y-70681000D01* +X170368196Y-70681000D01* +X170243177Y-70668687D01* +X170082758Y-70620024D01* +X169934924Y-70541005D01* +X169934922Y-70541004D01* +X169805341Y-70434659D01* +X169698996Y-70305078D01* +X169690886Y-70289906D01* +X169619976Y-70157242D01* +X169571313Y-69996823D01* +X169554883Y-69830000D01* +X169571313Y-69663177D01* +X169619976Y-69502758D01* +X169698995Y-69354924D01* +X169698996Y-69354922D01* +X169805341Y-69225341D01* +X169934922Y-69118996D01* +X169950094Y-69110886D01* +X170082758Y-69039976D01* +X170243177Y-68991313D01* +X170368196Y-68979000D01* +X170451804Y-68979000D01* +X170576823Y-68991313D01* +X170576823Y-68991313D01* +G37* +G36* +X190246823Y-68991313D02* +G01* +X190407242Y-69039976D01* +X190539906Y-69110886D01* +X190555078Y-69118996D01* +X190684659Y-69225341D01* +X190791004Y-69354922D01* +X190791005Y-69354924D01* +X190870024Y-69502758D01* +X190918687Y-69663177D01* +X190935117Y-69830000D01* +X190918687Y-69996823D01* +X190870024Y-70157242D01* +X190799114Y-70289906D01* +X190791004Y-70305078D01* +X190684659Y-70434659D01* +X190555078Y-70541004D01* +X190555076Y-70541005D01* +X190407242Y-70620024D01* +X190246823Y-70668687D01* +X190121804Y-70681000D01* +X190038196Y-70681000D01* +X189913177Y-70668687D01* +X189752758Y-70620024D01* +X189604924Y-70541005D01* +X189604922Y-70541004D01* +X189475341Y-70434659D01* +X189368996Y-70305078D01* +X189360886Y-70289906D01* +X189289976Y-70157242D01* +X189241313Y-69996823D01* +X189224883Y-69830000D01* +X189241313Y-69663177D01* +X189289976Y-69502758D01* +X189368995Y-69354924D01* +X189368996Y-69354922D01* +X189475341Y-69225341D01* +X189604922Y-69118996D01* +X189620094Y-69110886D01* +X189752758Y-69039976D01* +X189913177Y-68991313D01* +X190038196Y-68979000D01* +X190121804Y-68979000D01* +X190246823Y-68991313D01* +X190246823Y-68991313D01* +G37* +G36* +X168036823Y-68991313D02* +G01* +X168197242Y-69039976D01* +X168329906Y-69110886D01* +X168345078Y-69118996D01* +X168474659Y-69225341D01* +X168581004Y-69354922D01* +X168581005Y-69354924D01* +X168660024Y-69502758D01* +X168708687Y-69663177D01* +X168725117Y-69830000D01* +X168708687Y-69996823D01* +X168660024Y-70157242D01* +X168589114Y-70289906D01* +X168581004Y-70305078D01* +X168474659Y-70434659D01* +X168345078Y-70541004D01* +X168345076Y-70541005D01* +X168197242Y-70620024D01* +X168036823Y-70668687D01* +X167911804Y-70681000D01* +X167828196Y-70681000D01* +X167703177Y-70668687D01* +X167542758Y-70620024D01* +X167394924Y-70541005D01* +X167394922Y-70541004D01* +X167265341Y-70434659D01* +X167158996Y-70305078D01* +X167150886Y-70289906D01* +X167079976Y-70157242D01* +X167031313Y-69996823D01* +X167014883Y-69830000D01* +X167031313Y-69663177D01* +X167079976Y-69502758D01* +X167158995Y-69354924D01* +X167158996Y-69354922D01* +X167265341Y-69225341D01* +X167394922Y-69118996D01* +X167410094Y-69110886D01* +X167542758Y-69039976D01* +X167703177Y-68991313D01* +X167828196Y-68979000D01* +X167911804Y-68979000D01* +X168036823Y-68991313D01* +X168036823Y-68991313D01* +G37* +G36* +X192786823Y-68991313D02* +G01* +X192947242Y-69039976D01* +X193079906Y-69110886D01* +X193095078Y-69118996D01* +X193224659Y-69225341D01* +X193331004Y-69354922D01* +X193331005Y-69354924D01* +X193410024Y-69502758D01* +X193458687Y-69663177D01* +X193475117Y-69830000D01* +X193458687Y-69996823D01* +X193410024Y-70157242D01* +X193339114Y-70289906D01* +X193331004Y-70305078D01* +X193224659Y-70434659D01* +X193095078Y-70541004D01* +X193095076Y-70541005D01* +X192947242Y-70620024D01* +X192786823Y-70668687D01* +X192661804Y-70681000D01* +X192578196Y-70681000D01* +X192453177Y-70668687D01* +X192292758Y-70620024D01* +X192144924Y-70541005D01* +X192144922Y-70541004D01* +X192015341Y-70434659D01* +X191908996Y-70305078D01* +X191900886Y-70289906D01* +X191829976Y-70157242D01* +X191781313Y-69996823D01* +X191764883Y-69830000D01* +X191781313Y-69663177D01* +X191829976Y-69502758D01* +X191908995Y-69354924D01* +X191908996Y-69354922D01* +X192015341Y-69225341D01* +X192144922Y-69118996D01* +X192160094Y-69110886D01* +X192292758Y-69039976D01* +X192453177Y-68991313D01* +X192578196Y-68979000D01* +X192661804Y-68979000D01* +X192786823Y-68991313D01* +X192786823Y-68991313D01* +G37* +G36* +X165496823Y-68991313D02* +G01* +X165657242Y-69039976D01* +X165789906Y-69110886D01* +X165805078Y-69118996D01* +X165934659Y-69225341D01* +X166041004Y-69354922D01* +X166041005Y-69354924D01* +X166120024Y-69502758D01* +X166168687Y-69663177D01* +X166185117Y-69830000D01* +X166168687Y-69996823D01* +X166120024Y-70157242D01* +X166049114Y-70289906D01* +X166041004Y-70305078D01* +X165934659Y-70434659D01* +X165805078Y-70541004D01* +X165805076Y-70541005D01* +X165657242Y-70620024D01* +X165496823Y-70668687D01* +X165371804Y-70681000D01* +X165288196Y-70681000D01* +X165163177Y-70668687D01* +X165002758Y-70620024D01* +X164854924Y-70541005D01* +X164854922Y-70541004D01* +X164725341Y-70434659D01* +X164618996Y-70305078D01* +X164610886Y-70289906D01* +X164539976Y-70157242D01* +X164491313Y-69996823D01* +X164474883Y-69830000D01* +X164491313Y-69663177D01* +X164539976Y-69502758D01* +X164618995Y-69354924D01* +X164618996Y-69354922D01* +X164725341Y-69225341D01* +X164854922Y-69118996D01* +X164870094Y-69110886D01* +X165002758Y-69039976D01* +X165163177Y-68991313D01* +X165288196Y-68979000D01* +X165371804Y-68979000D01* +X165496823Y-68991313D01* +X165496823Y-68991313D01* +G37* +G36* +X195326823Y-68991313D02* +G01* +X195487242Y-69039976D01* +X195619906Y-69110886D01* +X195635078Y-69118996D01* +X195764659Y-69225341D01* +X195871004Y-69354922D01* +X195871005Y-69354924D01* +X195950024Y-69502758D01* +X195998687Y-69663177D01* +X196015117Y-69830000D01* +X195998687Y-69996823D01* +X195950024Y-70157242D01* +X195879114Y-70289906D01* +X195871004Y-70305078D01* +X195764659Y-70434659D01* +X195635078Y-70541004D01* +X195635076Y-70541005D01* +X195487242Y-70620024D01* +X195326823Y-70668687D01* +X195201804Y-70681000D01* +X195118196Y-70681000D01* +X194993177Y-70668687D01* +X194832758Y-70620024D01* +X194684924Y-70541005D01* +X194684922Y-70541004D01* +X194555341Y-70434659D01* +X194448996Y-70305078D01* +X194440886Y-70289906D01* +X194369976Y-70157242D01* +X194321313Y-69996823D01* +X194304883Y-69830000D01* +X194321313Y-69663177D01* +X194369976Y-69502758D01* +X194448995Y-69354924D01* +X194448996Y-69354922D01* +X194555341Y-69225341D01* +X194684922Y-69118996D01* +X194700094Y-69110886D01* +X194832758Y-69039976D01* +X194993177Y-68991313D01* +X195118196Y-68979000D01* +X195201804Y-68979000D01* +X195326823Y-68991313D01* +X195326823Y-68991313D01* +G37* +G36* +X162956823Y-68991313D02* +G01* +X163117242Y-69039976D01* +X163249906Y-69110886D01* +X163265078Y-69118996D01* +X163394659Y-69225341D01* +X163501004Y-69354922D01* +X163501005Y-69354924D01* +X163580024Y-69502758D01* +X163628687Y-69663177D01* +X163645117Y-69830000D01* +X163628687Y-69996823D01* +X163580024Y-70157242D01* +X163509114Y-70289906D01* +X163501004Y-70305078D01* +X163394659Y-70434659D01* +X163265078Y-70541004D01* +X163265076Y-70541005D01* +X163117242Y-70620024D01* +X162956823Y-70668687D01* +X162831804Y-70681000D01* +X162748196Y-70681000D01* +X162623177Y-70668687D01* +X162462758Y-70620024D01* +X162314924Y-70541005D01* +X162314922Y-70541004D01* +X162185341Y-70434659D01* +X162078996Y-70305078D01* +X162070886Y-70289906D01* +X161999976Y-70157242D01* +X161951313Y-69996823D01* +X161934883Y-69830000D01* +X161951313Y-69663177D01* +X161999976Y-69502758D01* +X162078995Y-69354924D01* +X162078996Y-69354922D01* +X162185341Y-69225341D01* +X162314922Y-69118996D01* +X162330094Y-69110886D01* +X162462758Y-69039976D01* +X162623177Y-68991313D01* +X162748196Y-68979000D01* +X162831804Y-68979000D01* +X162956823Y-68991313D01* +X162956823Y-68991313D01* +G37* +G36* +X197866823Y-68991313D02* +G01* +X198027242Y-69039976D01* +X198159906Y-69110886D01* +X198175078Y-69118996D01* +X198304659Y-69225341D01* +X198411004Y-69354922D01* +X198411005Y-69354924D01* +X198490024Y-69502758D01* +X198538687Y-69663177D01* +X198555117Y-69830000D01* +X198538687Y-69996823D01* +X198490024Y-70157242D01* +X198419114Y-70289906D01* +X198411004Y-70305078D01* +X198304659Y-70434659D01* +X198175078Y-70541004D01* +X198175076Y-70541005D01* +X198027242Y-70620024D01* +X197866823Y-70668687D01* +X197741804Y-70681000D01* +X197658196Y-70681000D01* +X197533177Y-70668687D01* +X197372758Y-70620024D01* +X197224924Y-70541005D01* +X197224922Y-70541004D01* +X197095341Y-70434659D01* +X196988996Y-70305078D01* +X196980886Y-70289906D01* +X196909976Y-70157242D01* +X196861313Y-69996823D01* +X196844883Y-69830000D01* +X196861313Y-69663177D01* +X196909976Y-69502758D01* +X196988995Y-69354924D01* +X196988996Y-69354922D01* +X197095341Y-69225341D01* +X197224922Y-69118996D01* +X197240094Y-69110886D01* +X197372758Y-69039976D01* +X197533177Y-68991313D01* +X197658196Y-68979000D01* +X197741804Y-68979000D01* +X197866823Y-68991313D01* +X197866823Y-68991313D01* +G37* +G36* +X202946823Y-68991313D02* +G01* +X203107242Y-69039976D01* +X203239906Y-69110886D01* +X203255078Y-69118996D01* +X203384659Y-69225341D01* +X203491004Y-69354922D01* +X203491005Y-69354924D01* +X203570024Y-69502758D01* +X203618687Y-69663177D01* +X203635117Y-69830000D01* +X203618687Y-69996823D01* +X203570024Y-70157242D01* +X203499114Y-70289906D01* +X203491004Y-70305078D01* +X203384659Y-70434659D01* +X203255078Y-70541004D01* +X203255076Y-70541005D01* +X203107242Y-70620024D01* +X202946823Y-70668687D01* +X202821804Y-70681000D01* +X202738196Y-70681000D01* +X202613177Y-70668687D01* +X202452758Y-70620024D01* +X202304924Y-70541005D01* +X202304922Y-70541004D01* +X202175341Y-70434659D01* +X202068996Y-70305078D01* +X202060886Y-70289906D01* +X201989976Y-70157242D01* +X201941313Y-69996823D01* +X201924883Y-69830000D01* +X201941313Y-69663177D01* +X201989976Y-69502758D01* +X202068995Y-69354924D01* +X202068996Y-69354922D01* +X202175341Y-69225341D01* +X202304922Y-69118996D01* +X202320094Y-69110886D01* +X202452758Y-69039976D01* +X202613177Y-68991313D01* +X202738196Y-68979000D01* +X202821804Y-68979000D01* +X202946823Y-68991313D01* +X202946823Y-68991313D01* +G37* +G36* +X200406823Y-68991313D02* +G01* +X200567242Y-69039976D01* +X200699906Y-69110886D01* +X200715078Y-69118996D01* +X200844659Y-69225341D01* +X200951004Y-69354922D01* +X200951005Y-69354924D01* +X201030024Y-69502758D01* +X201078687Y-69663177D01* +X201095117Y-69830000D01* +X201078687Y-69996823D01* +X201030024Y-70157242D01* +X200959114Y-70289906D01* +X200951004Y-70305078D01* +X200844659Y-70434659D01* +X200715078Y-70541004D01* +X200715076Y-70541005D01* +X200567242Y-70620024D01* +X200406823Y-70668687D01* +X200281804Y-70681000D01* +X200198196Y-70681000D01* +X200073177Y-70668687D01* +X199912758Y-70620024D01* +X199764924Y-70541005D01* +X199764922Y-70541004D01* +X199635341Y-70434659D01* +X199528996Y-70305078D01* +X199520886Y-70289906D01* +X199449976Y-70157242D01* +X199401313Y-69996823D01* +X199384883Y-69830000D01* +X199401313Y-69663177D01* +X199449976Y-69502758D01* +X199528995Y-69354924D01* +X199528996Y-69354922D01* +X199635341Y-69225341D01* +X199764922Y-69118996D01* +X199780094Y-69110886D01* +X199912758Y-69039976D01* +X200073177Y-68991313D01* +X200198196Y-68979000D01* +X200281804Y-68979000D01* +X200406823Y-68991313D01* +X200406823Y-68991313D01* +G37* +G36* +X160416823Y-68991313D02* +G01* +X160577242Y-69039976D01* +X160709906Y-69110886D01* +X160725078Y-69118996D01* +X160854659Y-69225341D01* +X160961004Y-69354922D01* +X160961005Y-69354924D01* +X161040024Y-69502758D01* +X161088687Y-69663177D01* +X161105117Y-69830000D01* +X161088687Y-69996823D01* +X161040024Y-70157242D01* +X160969114Y-70289906D01* +X160961004Y-70305078D01* +X160854659Y-70434659D01* +X160725078Y-70541004D01* +X160725076Y-70541005D01* +X160577242Y-70620024D01* +X160416823Y-70668687D01* +X160291804Y-70681000D01* +X160208196Y-70681000D01* +X160083177Y-70668687D01* +X159922758Y-70620024D01* +X159774924Y-70541005D01* +X159774922Y-70541004D01* +X159645341Y-70434659D01* +X159538996Y-70305078D01* +X159530886Y-70289906D01* +X159459976Y-70157242D01* +X159411313Y-69996823D01* +X159394883Y-69830000D01* +X159411313Y-69663177D01* +X159459976Y-69502758D01* +X159538995Y-69354924D01* +X159538996Y-69354922D01* +X159645341Y-69225341D01* +X159774922Y-69118996D01* +X159790094Y-69110886D01* +X159922758Y-69039976D01* +X160083177Y-68991313D01* +X160208196Y-68979000D01* +X160291804Y-68979000D01* +X160416823Y-68991313D01* +X160416823Y-68991313D01* +G37* +G36* +X152406823Y-68991313D02* +G01* +X152567242Y-69039976D01* +X152699906Y-69110886D01* +X152715078Y-69118996D01* +X152844659Y-69225341D01* +X152951004Y-69354922D01* +X152951005Y-69354924D01* +X153030024Y-69502758D01* +X153078687Y-69663177D01* +X153095117Y-69830000D01* +X153078687Y-69996823D01* +X153030024Y-70157242D01* +X152959114Y-70289906D01* +X152951004Y-70305078D01* +X152844659Y-70434659D01* +X152715078Y-70541004D01* +X152715076Y-70541005D01* +X152567242Y-70620024D01* +X152406823Y-70668687D01* +X152281804Y-70681000D01* +X152198196Y-70681000D01* +X152073177Y-70668687D01* +X151912758Y-70620024D01* +X151764924Y-70541005D01* +X151764922Y-70541004D01* +X151635341Y-70434659D01* +X151528996Y-70305078D01* +X151520886Y-70289906D01* +X151449976Y-70157242D01* +X151401313Y-69996823D01* +X151384883Y-69830000D01* +X151401313Y-69663177D01* +X151449976Y-69502758D01* +X151528995Y-69354924D01* +X151528996Y-69354922D01* +X151635341Y-69225341D01* +X151764922Y-69118996D01* +X151780094Y-69110886D01* +X151912758Y-69039976D01* +X152073177Y-68991313D01* +X152198196Y-68979000D01* +X152281804Y-68979000D01* +X152406823Y-68991313D01* +X152406823Y-68991313D01* +G37* +G36* +X149866823Y-68991313D02* +G01* +X150027242Y-69039976D01* +X150159906Y-69110886D01* +X150175078Y-69118996D01* +X150304659Y-69225341D01* +X150411004Y-69354922D01* +X150411005Y-69354924D01* +X150490024Y-69502758D01* +X150538687Y-69663177D01* +X150555117Y-69830000D01* +X150538687Y-69996823D01* +X150490024Y-70157242D01* +X150419114Y-70289906D01* +X150411004Y-70305078D01* +X150304659Y-70434659D01* +X150175078Y-70541004D01* +X150175076Y-70541005D01* +X150027242Y-70620024D01* +X149866823Y-70668687D01* +X149741804Y-70681000D01* +X149658196Y-70681000D01* +X149533177Y-70668687D01* +X149372758Y-70620024D01* +X149224924Y-70541005D01* +X149224922Y-70541004D01* +X149095341Y-70434659D01* +X148988996Y-70305078D01* +X148980886Y-70289906D01* +X148909976Y-70157242D01* +X148861313Y-69996823D01* +X148844883Y-69830000D01* +X148861313Y-69663177D01* +X148909976Y-69502758D01* +X148988995Y-69354924D01* +X148988996Y-69354922D01* +X149095341Y-69225341D01* +X149224922Y-69118996D01* +X149240094Y-69110886D01* +X149372758Y-69039976D01* +X149533177Y-68991313D01* +X149658196Y-68979000D01* +X149741804Y-68979000D01* +X149866823Y-68991313D01* +X149866823Y-68991313D01* +G37* +G36* +X147326823Y-68991313D02* +G01* +X147487242Y-69039976D01* +X147619906Y-69110886D01* +X147635078Y-69118996D01* +X147764659Y-69225341D01* +X147871004Y-69354922D01* +X147871005Y-69354924D01* +X147950024Y-69502758D01* +X147998687Y-69663177D01* +X148015117Y-69830000D01* +X147998687Y-69996823D01* +X147950024Y-70157242D01* +X147879114Y-70289906D01* +X147871004Y-70305078D01* +X147764659Y-70434659D01* +X147635078Y-70541004D01* +X147635076Y-70541005D01* +X147487242Y-70620024D01* +X147326823Y-70668687D01* +X147201804Y-70681000D01* +X147118196Y-70681000D01* +X146993177Y-70668687D01* +X146832758Y-70620024D01* +X146684924Y-70541005D01* +X146684922Y-70541004D01* +X146555341Y-70434659D01* +X146448996Y-70305078D01* +X146440886Y-70289906D01* +X146369976Y-70157242D01* +X146321313Y-69996823D01* +X146304883Y-69830000D01* +X146321313Y-69663177D01* +X146369976Y-69502758D01* +X146448995Y-69354924D01* +X146448996Y-69354922D01* +X146555341Y-69225341D01* +X146684922Y-69118996D01* +X146700094Y-69110886D01* +X146832758Y-69039976D01* +X146993177Y-68991313D01* +X147118196Y-68979000D01* +X147201804Y-68979000D01* +X147326823Y-68991313D01* +X147326823Y-68991313D01* +G37* +G36* +X144786823Y-68991313D02* +G01* +X144947242Y-69039976D01* +X145079906Y-69110886D01* +X145095078Y-69118996D01* +X145224659Y-69225341D01* +X145331004Y-69354922D01* +X145331005Y-69354924D01* +X145410024Y-69502758D01* +X145458687Y-69663177D01* +X145475117Y-69830000D01* +X145458687Y-69996823D01* +X145410024Y-70157242D01* +X145339114Y-70289906D01* +X145331004Y-70305078D01* +X145224659Y-70434659D01* +X145095078Y-70541004D01* +X145095076Y-70541005D01* +X144947242Y-70620024D01* +X144786823Y-70668687D01* +X144661804Y-70681000D01* +X144578196Y-70681000D01* +X144453177Y-70668687D01* +X144292758Y-70620024D01* +X144144924Y-70541005D01* +X144144922Y-70541004D01* +X144015341Y-70434659D01* +X143908996Y-70305078D01* +X143900886Y-70289906D01* +X143829976Y-70157242D01* +X143781313Y-69996823D01* +X143764883Y-69830000D01* +X143781313Y-69663177D01* +X143829976Y-69502758D01* +X143908995Y-69354924D01* +X143908996Y-69354922D01* +X144015341Y-69225341D01* +X144144922Y-69118996D01* +X144160094Y-69110886D01* +X144292758Y-69039976D01* +X144453177Y-68991313D01* +X144578196Y-68979000D01* +X144661804Y-68979000D01* +X144786823Y-68991313D01* +X144786823Y-68991313D01* +G37* +G36* +X129206823Y-68991313D02* +G01* +X129367242Y-69039976D01* +X129499906Y-69110886D01* +X129515078Y-69118996D01* +X129644659Y-69225341D01* +X129751004Y-69354922D01* +X129751005Y-69354924D01* +X129830024Y-69502758D01* +X129878687Y-69663177D01* +X129895117Y-69830000D01* +X129878687Y-69996823D01* +X129830024Y-70157242D01* +X129759114Y-70289906D01* +X129751004Y-70305078D01* +X129644659Y-70434659D01* +X129515078Y-70541004D01* +X129515076Y-70541005D01* +X129367242Y-70620024D01* +X129206823Y-70668687D01* +X129081804Y-70681000D01* +X128998196Y-70681000D01* +X128873177Y-70668687D01* +X128712758Y-70620024D01* +X128564924Y-70541005D01* +X128564922Y-70541004D01* +X128435341Y-70434659D01* +X128328996Y-70305078D01* +X128320886Y-70289906D01* +X128249976Y-70157242D01* +X128201313Y-69996823D01* +X128184883Y-69830000D01* +X128201313Y-69663177D01* +X128249976Y-69502758D01* +X128328995Y-69354924D01* +X128328996Y-69354922D01* +X128435341Y-69225341D01* +X128564922Y-69118996D01* +X128580094Y-69110886D01* +X128712758Y-69039976D01* +X128873177Y-68991313D01* +X128998196Y-68979000D01* +X129081804Y-68979000D01* +X129206823Y-68991313D01* +X129206823Y-68991313D01* +G37* +G36* +X142246823Y-68991313D02* +G01* +X142407242Y-69039976D01* +X142539906Y-69110886D01* +X142555078Y-69118996D01* +X142684659Y-69225341D01* +X142791004Y-69354922D01* +X142791005Y-69354924D01* +X142870024Y-69502758D01* +X142918687Y-69663177D01* +X142935117Y-69830000D01* +X142918687Y-69996823D01* +X142870024Y-70157242D01* +X142799114Y-70289906D01* +X142791004Y-70305078D01* +X142684659Y-70434659D01* +X142555078Y-70541004D01* +X142555076Y-70541005D01* +X142407242Y-70620024D01* +X142246823Y-70668687D01* +X142121804Y-70681000D01* +X142038196Y-70681000D01* +X141913177Y-70668687D01* +X141752758Y-70620024D01* +X141604924Y-70541005D01* +X141604922Y-70541004D01* +X141475341Y-70434659D01* +X141368996Y-70305078D01* +X141360886Y-70289906D01* +X141289976Y-70157242D01* +X141241313Y-69996823D01* +X141224883Y-69830000D01* +X141241313Y-69663177D01* +X141289976Y-69502758D01* +X141368995Y-69354924D01* +X141368996Y-69354922D01* +X141475341Y-69225341D01* +X141604922Y-69118996D01* +X141620094Y-69110886D01* +X141752758Y-69039976D01* +X141913177Y-68991313D01* +X142038196Y-68979000D01* +X142121804Y-68979000D01* +X142246823Y-68991313D01* +X142246823Y-68991313D01* +G37* +G36* +X126666823Y-68991313D02* +G01* +X126827242Y-69039976D01* +X126959906Y-69110886D01* +X126975078Y-69118996D01* +X127104659Y-69225341D01* +X127211004Y-69354922D01* +X127211005Y-69354924D01* +X127290024Y-69502758D01* +X127338687Y-69663177D01* +X127355117Y-69830000D01* +X127338687Y-69996823D01* +X127290024Y-70157242D01* +X127219114Y-70289906D01* +X127211004Y-70305078D01* +X127104659Y-70434659D01* +X126975078Y-70541004D01* +X126975076Y-70541005D01* +X126827242Y-70620024D01* +X126666823Y-70668687D01* +X126541804Y-70681000D01* +X126458196Y-70681000D01* +X126333177Y-70668687D01* +X126172758Y-70620024D01* +X126024924Y-70541005D01* +X126024922Y-70541004D01* +X125895341Y-70434659D01* +X125788996Y-70305078D01* +X125780886Y-70289906D01* +X125709976Y-70157242D01* +X125661313Y-69996823D01* +X125644883Y-69830000D01* +X125661313Y-69663177D01* +X125709976Y-69502758D01* +X125788995Y-69354924D01* +X125788996Y-69354922D01* +X125895341Y-69225341D01* +X126024922Y-69118996D01* +X126040094Y-69110886D01* +X126172758Y-69039976D01* +X126333177Y-68991313D01* +X126458196Y-68979000D01* +X126541804Y-68979000D01* +X126666823Y-68991313D01* +X126666823Y-68991313D01* +G37* +G36* +X139706823Y-68991313D02* +G01* +X139867242Y-69039976D01* +X139999906Y-69110886D01* +X140015078Y-69118996D01* +X140144659Y-69225341D01* +X140251004Y-69354922D01* +X140251005Y-69354924D01* +X140330024Y-69502758D01* +X140378687Y-69663177D01* +X140395117Y-69830000D01* +X140378687Y-69996823D01* +X140330024Y-70157242D01* +X140259114Y-70289906D01* +X140251004Y-70305078D01* +X140144659Y-70434659D01* +X140015078Y-70541004D01* +X140015076Y-70541005D01* +X139867242Y-70620024D01* +X139706823Y-70668687D01* +X139581804Y-70681000D01* +X139498196Y-70681000D01* +X139373177Y-70668687D01* +X139212758Y-70620024D01* +X139064924Y-70541005D01* +X139064922Y-70541004D01* +X138935341Y-70434659D01* +X138828996Y-70305078D01* +X138820886Y-70289906D01* +X138749976Y-70157242D01* +X138701313Y-69996823D01* +X138684883Y-69830000D01* +X138701313Y-69663177D01* +X138749976Y-69502758D01* +X138828995Y-69354924D01* +X138828996Y-69354922D01* +X138935341Y-69225341D01* +X139064922Y-69118996D01* +X139080094Y-69110886D01* +X139212758Y-69039976D01* +X139373177Y-68991313D01* +X139498196Y-68979000D01* +X139581804Y-68979000D01* +X139706823Y-68991313D01* +X139706823Y-68991313D01* +G37* +G36* +X124126823Y-68991313D02* +G01* +X124287242Y-69039976D01* +X124419906Y-69110886D01* +X124435078Y-69118996D01* +X124564659Y-69225341D01* +X124671004Y-69354922D01* +X124671005Y-69354924D01* +X124750024Y-69502758D01* +X124798687Y-69663177D01* +X124815117Y-69830000D01* +X124798687Y-69996823D01* +X124750024Y-70157242D01* +X124679114Y-70289906D01* +X124671004Y-70305078D01* +X124564659Y-70434659D01* +X124435078Y-70541004D01* +X124435076Y-70541005D01* +X124287242Y-70620024D01* +X124126823Y-70668687D01* +X124001804Y-70681000D01* +X123918196Y-70681000D01* +X123793177Y-70668687D01* +X123632758Y-70620024D01* +X123484924Y-70541005D01* +X123484922Y-70541004D01* +X123355341Y-70434659D01* +X123248996Y-70305078D01* +X123240886Y-70289906D01* +X123169976Y-70157242D01* +X123121313Y-69996823D01* +X123104883Y-69830000D01* +X123121313Y-69663177D01* +X123169976Y-69502758D01* +X123248995Y-69354924D01* +X123248996Y-69354922D01* +X123355341Y-69225341D01* +X123484922Y-69118996D01* +X123500094Y-69110886D01* +X123632758Y-69039976D01* +X123793177Y-68991313D01* +X123918196Y-68979000D01* +X124001804Y-68979000D01* +X124126823Y-68991313D01* +X124126823Y-68991313D01* +G37* +G36* +X137166823Y-68991313D02* +G01* +X137327242Y-69039976D01* +X137459906Y-69110886D01* +X137475078Y-69118996D01* +X137604659Y-69225341D01* +X137711004Y-69354922D01* +X137711005Y-69354924D01* +X137790024Y-69502758D01* +X137838687Y-69663177D01* +X137855117Y-69830000D01* +X137838687Y-69996823D01* +X137790024Y-70157242D01* +X137719114Y-70289906D01* +X137711004Y-70305078D01* +X137604659Y-70434659D01* +X137475078Y-70541004D01* +X137475076Y-70541005D01* +X137327242Y-70620024D01* +X137166823Y-70668687D01* +X137041804Y-70681000D01* +X136958196Y-70681000D01* +X136833177Y-70668687D01* +X136672758Y-70620024D01* +X136524924Y-70541005D01* +X136524922Y-70541004D01* +X136395341Y-70434659D01* +X136288996Y-70305078D01* +X136280886Y-70289906D01* +X136209976Y-70157242D01* +X136161313Y-69996823D01* +X136144883Y-69830000D01* +X136161313Y-69663177D01* +X136209976Y-69502758D01* +X136288995Y-69354924D01* +X136288996Y-69354922D01* +X136395341Y-69225341D01* +X136524922Y-69118996D01* +X136540094Y-69110886D01* +X136672758Y-69039976D01* +X136833177Y-68991313D01* +X136958196Y-68979000D01* +X137041804Y-68979000D01* +X137166823Y-68991313D01* +X137166823Y-68991313D01* +G37* +G36* +X121586823Y-68991313D02* +G01* +X121747242Y-69039976D01* +X121879906Y-69110886D01* +X121895078Y-69118996D01* +X122024659Y-69225341D01* +X122131004Y-69354922D01* +X122131005Y-69354924D01* +X122210024Y-69502758D01* +X122258687Y-69663177D01* +X122275117Y-69830000D01* +X122258687Y-69996823D01* +X122210024Y-70157242D01* +X122139114Y-70289906D01* +X122131004Y-70305078D01* +X122024659Y-70434659D01* +X121895078Y-70541004D01* +X121895076Y-70541005D01* +X121747242Y-70620024D01* +X121586823Y-70668687D01* +X121461804Y-70681000D01* +X121378196Y-70681000D01* +X121253177Y-70668687D01* +X121092758Y-70620024D01* +X120944924Y-70541005D01* +X120944922Y-70541004D01* +X120815341Y-70434659D01* +X120708996Y-70305078D01* +X120700886Y-70289906D01* +X120629976Y-70157242D01* +X120581313Y-69996823D01* +X120564883Y-69830000D01* +X120581313Y-69663177D01* +X120629976Y-69502758D01* +X120708995Y-69354924D01* +X120708996Y-69354922D01* +X120815341Y-69225341D01* +X120944922Y-69118996D01* +X120960094Y-69110886D01* +X121092758Y-69039976D01* +X121253177Y-68991313D01* +X121378196Y-68979000D01* +X121461804Y-68979000D01* +X121586823Y-68991313D01* +X121586823Y-68991313D01* +G37* +G36* +X119046823Y-68991313D02* +G01* +X119207242Y-69039976D01* +X119339906Y-69110886D01* +X119355078Y-69118996D01* +X119484659Y-69225341D01* +X119591004Y-69354922D01* +X119591005Y-69354924D01* +X119670024Y-69502758D01* +X119718687Y-69663177D01* +X119735117Y-69830000D01* +X119718687Y-69996823D01* +X119670024Y-70157242D01* +X119599114Y-70289906D01* +X119591004Y-70305078D01* +X119484659Y-70434659D01* +X119355078Y-70541004D01* +X119355076Y-70541005D01* +X119207242Y-70620024D01* +X119046823Y-70668687D01* +X118921804Y-70681000D01* +X118838196Y-70681000D01* +X118713177Y-70668687D01* +X118552758Y-70620024D01* +X118404924Y-70541005D01* +X118404922Y-70541004D01* +X118275341Y-70434659D01* +X118168996Y-70305078D01* +X118160886Y-70289906D01* +X118089976Y-70157242D01* +X118041313Y-69996823D01* +X118024883Y-69830000D01* +X118041313Y-69663177D01* +X118089976Y-69502758D01* +X118168995Y-69354924D01* +X118168996Y-69354922D01* +X118275341Y-69225341D01* +X118404922Y-69118996D01* +X118420094Y-69110886D01* +X118552758Y-69039976D01* +X118713177Y-68991313D01* +X118838196Y-68979000D01* +X118921804Y-68979000D01* +X119046823Y-68991313D01* +X119046823Y-68991313D01* +G37* +G36* +X116506823Y-68991313D02* +G01* +X116667242Y-69039976D01* +X116799906Y-69110886D01* +X116815078Y-69118996D01* +X116944659Y-69225341D01* +X117051004Y-69354922D01* +X117051005Y-69354924D01* +X117130024Y-69502758D01* +X117178687Y-69663177D01* +X117195117Y-69830000D01* +X117178687Y-69996823D01* +X117130024Y-70157242D01* +X117059114Y-70289906D01* +X117051004Y-70305078D01* +X116944659Y-70434659D01* +X116815078Y-70541004D01* +X116815076Y-70541005D01* +X116667242Y-70620024D01* +X116506823Y-70668687D01* +X116381804Y-70681000D01* +X116298196Y-70681000D01* +X116173177Y-70668687D01* +X116012758Y-70620024D01* +X115864924Y-70541005D01* +X115864922Y-70541004D01* +X115735341Y-70434659D01* +X115628996Y-70305078D01* +X115620886Y-70289906D01* +X115549976Y-70157242D01* +X115501313Y-69996823D01* +X115484883Y-69830000D01* +X115501313Y-69663177D01* +X115549976Y-69502758D01* +X115628995Y-69354924D01* +X115628996Y-69354922D01* +X115735341Y-69225341D01* +X115864922Y-69118996D01* +X115880094Y-69110886D01* +X116012758Y-69039976D01* +X116173177Y-68991313D01* +X116298196Y-68979000D01* +X116381804Y-68979000D01* +X116506823Y-68991313D01* +X116506823Y-68991313D01* +G37* +G36* +X113966823Y-68991313D02* +G01* +X114127242Y-69039976D01* +X114259906Y-69110886D01* +X114275078Y-69118996D01* +X114404659Y-69225341D01* +X114511004Y-69354922D01* +X114511005Y-69354924D01* +X114590024Y-69502758D01* +X114638687Y-69663177D01* +X114655117Y-69830000D01* +X114638687Y-69996823D01* +X114590024Y-70157242D01* +X114519114Y-70289906D01* +X114511004Y-70305078D01* +X114404659Y-70434659D01* +X114275078Y-70541004D01* +X114275076Y-70541005D01* +X114127242Y-70620024D01* +X113966823Y-70668687D01* +X113841804Y-70681000D01* +X113758196Y-70681000D01* +X113633177Y-70668687D01* +X113472758Y-70620024D01* +X113324924Y-70541005D01* +X113324922Y-70541004D01* +X113195341Y-70434659D01* +X113088996Y-70305078D01* +X113080886Y-70289906D01* +X113009976Y-70157242D01* +X112961313Y-69996823D01* +X112944883Y-69830000D01* +X112961313Y-69663177D01* +X113009976Y-69502758D01* +X113088995Y-69354924D01* +X113088996Y-69354922D01* +X113195341Y-69225341D01* +X113324922Y-69118996D01* +X113340094Y-69110886D01* +X113472758Y-69039976D01* +X113633177Y-68991313D01* +X113758196Y-68979000D01* +X113841804Y-68979000D01* +X113966823Y-68991313D01* +X113966823Y-68991313D01* +G37* +G36* +X108288228Y-67111703D02* +G01* +X108443100Y-67175853D01* +X108582481Y-67268985D01* +X108701015Y-67387519D01* +X108794147Y-67526900D01* +X108858297Y-67681772D01* +X108891000Y-67846184D01* +X108891000Y-68013816D01* +X108858297Y-68178228D01* +X108794147Y-68333100D01* +X108701015Y-68472481D01* +X108582481Y-68591015D01* +X108443100Y-68684147D01* +X108288228Y-68748297D01* +X108123816Y-68781000D01* +X107956184Y-68781000D01* +X107791772Y-68748297D01* +X107636900Y-68684147D01* +X107497519Y-68591015D01* +X107378985Y-68472481D01* +X107285853Y-68333100D01* +X107221703Y-68178228D01* +X107189000Y-68013816D01* +X107189000Y-67846184D01* +X107221703Y-67681772D01* +X107285853Y-67526900D01* +X107378985Y-67387519D01* +X107497519Y-67268985D01* +X107636900Y-67175853D01* +X107791772Y-67111703D01* +X107956184Y-67079000D01* +X108123816Y-67079000D01* +X108288228Y-67111703D01* +X108288228Y-67111703D01* +G37* +G36* +X110788228Y-67111703D02* +G01* +X110943100Y-67175853D01* +X111082481Y-67268985D01* +X111201015Y-67387519D01* +X111294147Y-67526900D01* +X111358297Y-67681772D01* +X111391000Y-67846184D01* +X111391000Y-68013816D01* +X111358297Y-68178228D01* +X111294147Y-68333100D01* +X111201015Y-68472481D01* +X111082481Y-68591015D01* +X110943100Y-68684147D01* +X110788228Y-68748297D01* +X110623816Y-68781000D01* +X110456184Y-68781000D01* +X110291772Y-68748297D01* +X110136900Y-68684147D01* +X109997519Y-68591015D01* +X109878985Y-68472481D01* +X109785853Y-68333100D01* +X109721703Y-68178228D01* +X109689000Y-68013816D01* +X109689000Y-67846184D01* +X109721703Y-67681772D01* +X109785853Y-67526900D01* +X109878985Y-67387519D01* +X109997519Y-67268985D01* +X110136900Y-67175853D01* +X110291772Y-67111703D01* +X110456184Y-67079000D01* +X110623816Y-67079000D01* +X110788228Y-67111703D01* +X110788228Y-67111703D01* +G37* +G36* +X141516823Y-64971313D02* +G01* +X141677242Y-65019976D01* +X141744982Y-65056184D01* +X141825078Y-65098996D01* +X141954659Y-65205341D01* +X142061004Y-65334922D01* +X142061005Y-65334924D01* +X142140024Y-65482758D01* +X142188687Y-65643177D01* +X142205117Y-65810000D01* +X142188687Y-65976823D01* +X142140024Y-66137242D01* +X142069114Y-66269906D01* +X142061004Y-66285078D01* +X141954659Y-66414659D01* +X141825078Y-66521004D01* +X141825076Y-66521005D01* +X141677242Y-66600024D01* +X141516823Y-66648687D01* +X141391804Y-66661000D01* +X141308196Y-66661000D01* +X141183177Y-66648687D01* +X141022758Y-66600024D01* +X140874924Y-66521005D01* +X140874922Y-66521004D01* +X140745341Y-66414659D01* +X140638996Y-66285078D01* +X140630886Y-66269906D01* +X140559976Y-66137242D01* +X140511313Y-65976823D01* +X140494883Y-65810000D01* +X140511313Y-65643177D01* +X140559976Y-65482758D01* +X140638995Y-65334924D01* +X140638996Y-65334922D01* +X140745341Y-65205341D01* +X140874922Y-65098996D01* +X140955018Y-65056184D01* +X141022758Y-65019976D01* +X141183177Y-64971313D01* +X141308196Y-64959000D01* +X141391804Y-64959000D01* +X141516823Y-64971313D01* +X141516823Y-64971313D01* +G37* +G36* +X144056823Y-64971313D02* +G01* +X144217242Y-65019976D01* +X144284982Y-65056184D01* +X144365078Y-65098996D01* +X144494659Y-65205341D01* +X144601004Y-65334922D01* +X144601005Y-65334924D01* +X144680024Y-65482758D01* +X144728687Y-65643177D01* +X144745117Y-65810000D01* +X144728687Y-65976823D01* +X144680024Y-66137242D01* +X144609114Y-66269906D01* +X144601004Y-66285078D01* +X144494659Y-66414659D01* +X144365078Y-66521004D01* +X144365076Y-66521005D01* +X144217242Y-66600024D01* +X144056823Y-66648687D01* +X143931804Y-66661000D01* +X143848196Y-66661000D01* +X143723177Y-66648687D01* +X143562758Y-66600024D01* +X143414924Y-66521005D01* +X143414922Y-66521004D01* +X143285341Y-66414659D01* +X143178996Y-66285078D01* +X143170886Y-66269906D01* +X143099976Y-66137242D01* +X143051313Y-65976823D01* +X143034883Y-65810000D01* +X143051313Y-65643177D01* +X143099976Y-65482758D01* +X143178995Y-65334924D01* +X143178996Y-65334922D01* +X143285341Y-65205341D01* +X143414922Y-65098996D01* +X143495018Y-65056184D01* +X143562758Y-65019976D01* +X143723177Y-64971313D01* +X143848196Y-64959000D01* +X143931804Y-64959000D01* +X144056823Y-64971313D01* +X144056823Y-64971313D01* +G37* +G36* +X137121000Y-66661000D02* +G01* +X135419000Y-66661000D01* +X135419000Y-64959000D01* +X137121000Y-64959000D01* +X137121000Y-66661000D01* +X137121000Y-66661000D01* +G37* +G36* +X146596823Y-64971313D02* +G01* +X146757242Y-65019976D01* +X146824982Y-65056184D01* +X146905078Y-65098996D01* +X147034659Y-65205341D01* +X147141004Y-65334922D01* +X147141005Y-65334924D01* +X147220024Y-65482758D01* +X147268687Y-65643177D01* +X147285117Y-65810000D01* +X147268687Y-65976823D01* +X147220024Y-66137242D01* +X147149114Y-66269906D01* +X147141004Y-66285078D01* +X147034659Y-66414659D01* +X146905078Y-66521004D01* +X146905076Y-66521005D01* +X146757242Y-66600024D01* +X146596823Y-66648687D01* +X146471804Y-66661000D01* +X146388196Y-66661000D01* +X146263177Y-66648687D01* +X146102758Y-66600024D01* +X145954924Y-66521005D01* +X145954922Y-66521004D01* +X145825341Y-66414659D01* +X145718996Y-66285078D01* +X145710886Y-66269906D01* +X145639976Y-66137242D01* +X145591313Y-65976823D01* +X145574883Y-65810000D01* +X145591313Y-65643177D01* +X145639976Y-65482758D01* +X145718995Y-65334924D01* +X145718996Y-65334922D01* +X145825341Y-65205341D01* +X145954922Y-65098996D01* +X146035018Y-65056184D01* +X146102758Y-65019976D01* +X146263177Y-64971313D01* +X146388196Y-64959000D01* +X146471804Y-64959000D01* +X146596823Y-64971313D01* +X146596823Y-64971313D01* +G37* +G36* +X149136823Y-64971313D02* +G01* +X149297242Y-65019976D01* +X149364982Y-65056184D01* +X149445078Y-65098996D01* +X149574659Y-65205341D01* +X149681004Y-65334922D01* +X149681005Y-65334924D01* +X149760024Y-65482758D01* +X149808687Y-65643177D01* +X149825117Y-65810000D01* +X149808687Y-65976823D01* +X149760024Y-66137242D01* +X149689114Y-66269906D01* +X149681004Y-66285078D01* +X149574659Y-66414659D01* +X149445078Y-66521004D01* +X149445076Y-66521005D01* +X149297242Y-66600024D01* +X149136823Y-66648687D01* +X149011804Y-66661000D01* +X148928196Y-66661000D01* +X148803177Y-66648687D01* +X148642758Y-66600024D01* +X148494924Y-66521005D01* +X148494922Y-66521004D01* +X148365341Y-66414659D01* +X148258996Y-66285078D01* +X148250886Y-66269906D01* +X148179976Y-66137242D01* +X148131313Y-65976823D01* +X148114883Y-65810000D01* +X148131313Y-65643177D01* +X148179976Y-65482758D01* +X148258995Y-65334924D01* +X148258996Y-65334922D01* +X148365341Y-65205341D01* +X148494922Y-65098996D01* +X148575018Y-65056184D01* +X148642758Y-65019976D01* +X148803177Y-64971313D01* +X148928196Y-64959000D01* +X149011804Y-64959000D01* +X149136823Y-64971313D01* +X149136823Y-64971313D01* +G37* +G36* +X138976823Y-64971313D02* +G01* +X139137242Y-65019976D01* +X139204982Y-65056184D01* +X139285078Y-65098996D01* +X139414659Y-65205341D01* +X139521004Y-65334922D01* +X139521005Y-65334924D01* +X139600024Y-65482758D01* +X139648687Y-65643177D01* +X139665117Y-65810000D01* +X139648687Y-65976823D01* +X139600024Y-66137242D01* +X139529114Y-66269906D01* +X139521004Y-66285078D01* +X139414659Y-66414659D01* +X139285078Y-66521004D01* +X139285076Y-66521005D01* +X139137242Y-66600024D01* +X138976823Y-66648687D01* +X138851804Y-66661000D01* +X138768196Y-66661000D01* +X138643177Y-66648687D01* +X138482758Y-66600024D01* +X138334924Y-66521005D01* +X138334922Y-66521004D01* +X138205341Y-66414659D01* +X138098996Y-66285078D01* +X138090886Y-66269906D01* +X138019976Y-66137242D01* +X137971313Y-65976823D01* +X137954883Y-65810000D01* +X137971313Y-65643177D01* +X138019976Y-65482758D01* +X138098995Y-65334924D01* +X138098996Y-65334922D01* +X138205341Y-65205341D01* +X138334922Y-65098996D01* +X138415018Y-65056184D01* +X138482758Y-65019976D01* +X138643177Y-64971313D01* +X138768196Y-64959000D01* +X138851804Y-64959000D01* +X138976823Y-64971313D01* +X138976823Y-64971313D01* +G37* +G36* +X120108228Y-64321703D02* +G01* +X120263100Y-64385853D01* +X120402481Y-64478985D01* +X120521015Y-64597519D01* +X120614147Y-64736900D01* +X120678297Y-64891772D01* +X120711000Y-65056184D01* +X120711000Y-65223816D01* +X120678297Y-65388228D01* +X120614147Y-65543100D01* +X120521015Y-65682481D01* +X120402481Y-65801015D01* +X120263100Y-65894147D01* +X120108228Y-65958297D01* +X119943816Y-65991000D01* +X119776184Y-65991000D01* +X119611772Y-65958297D01* +X119456900Y-65894147D01* +X119317519Y-65801015D01* +X119198985Y-65682481D01* +X119105853Y-65543100D01* +X119041703Y-65388228D01* +X119009000Y-65223816D01* +X119009000Y-65056184D01* +X119041703Y-64891772D01* +X119105853Y-64736900D01* +X119198985Y-64597519D01* +X119317519Y-64478985D01* +X119456900Y-64385853D01* +X119611772Y-64321703D01* +X119776184Y-64289000D01* +X119943816Y-64289000D01* +X120108228Y-64321703D01* +X120108228Y-64321703D01* +G37* +G36* +X122608228Y-64321703D02* +G01* +X122763100Y-64385853D01* +X122902481Y-64478985D01* +X123021015Y-64597519D01* +X123114147Y-64736900D01* +X123178297Y-64891772D01* +X123211000Y-65056184D01* +X123211000Y-65223816D01* +X123178297Y-65388228D01* +X123114147Y-65543100D01* +X123021015Y-65682481D01* +X122902481Y-65801015D01* +X122763100Y-65894147D01* +X122608228Y-65958297D01* +X122443816Y-65991000D01* +X122276184Y-65991000D01* +X122111772Y-65958297D01* +X121956900Y-65894147D01* +X121817519Y-65801015D01* +X121698985Y-65682481D01* +X121605853Y-65543100D01* +X121541703Y-65388228D01* +X121509000Y-65223816D01* +X121509000Y-65056184D01* +X121541703Y-64891772D01* +X121605853Y-64736900D01* +X121698985Y-64597519D01* +X121817519Y-64478985D01* +X121956900Y-64385853D01* +X122111772Y-64321703D01* +X122276184Y-64289000D01* +X122443816Y-64289000D01* +X122608228Y-64321703D01* +X122608228Y-64321703D01* +G37* +G36* +X126258228Y-64301703D02* +G01* +X126413100Y-64365853D01* +X126552481Y-64458985D01* +X126671015Y-64577519D01* +X126764147Y-64716900D01* +X126828297Y-64871772D01* +X126861000Y-65036184D01* +X126861000Y-65203816D01* +X126828297Y-65368228D01* +X126764147Y-65523100D01* +X126671015Y-65662481D01* +X126552481Y-65781015D01* +X126413100Y-65874147D01* +X126258228Y-65938297D01* +X126093816Y-65971000D01* +X125926184Y-65971000D01* +X125761772Y-65938297D01* +X125606900Y-65874147D01* +X125467519Y-65781015D01* +X125348985Y-65662481D01* +X125255853Y-65523100D01* +X125191703Y-65368228D01* +X125159000Y-65203816D01* +X125159000Y-65036184D01* +X125191703Y-64871772D01* +X125255853Y-64716900D01* +X125348985Y-64577519D01* +X125467519Y-64458985D01* +X125606900Y-64365853D01* +X125761772Y-64301703D01* +X125926184Y-64269000D01* +X126093816Y-64269000D01* +X126258228Y-64301703D01* +X126258228Y-64301703D01* +G37* +G36* +X128758228Y-64301703D02* +G01* +X128913100Y-64365853D01* +X129052481Y-64458985D01* +X129171015Y-64577519D01* +X129264147Y-64716900D01* +X129328297Y-64871772D01* +X129361000Y-65036184D01* +X129361000Y-65203816D01* +X129328297Y-65368228D01* +X129264147Y-65523100D01* +X129171015Y-65662481D01* +X129052481Y-65781015D01* +X128913100Y-65874147D01* +X128758228Y-65938297D01* +X128593816Y-65971000D01* +X128426184Y-65971000D01* +X128261772Y-65938297D01* +X128106900Y-65874147D01* +X127967519Y-65781015D01* +X127848985Y-65662481D01* +X127755853Y-65523100D01* +X127691703Y-65368228D01* +X127659000Y-65203816D01* +X127659000Y-65036184D01* +X127691703Y-64871772D01* +X127755853Y-64716900D01* +X127848985Y-64577519D01* +X127967519Y-64458985D01* +X128106900Y-64365853D01* +X128261772Y-64301703D01* +X128426184Y-64269000D01* +X128593816Y-64269000D01* +X128758228Y-64301703D01* +X128758228Y-64301703D01* +G37* +G36* +X114863665Y-64362622D02* +G01* +X114937222Y-64369867D01* +X115078786Y-64412810D01* +X115209252Y-64482546D01* +X115239040Y-64506992D01* +X115323607Y-64576393D01* +X115393008Y-64660960D01* +X115417454Y-64690748D01* +X115487190Y-64821214D01* +X115530133Y-64962778D01* +X115544633Y-65110000D01* +X115530133Y-65257222D01* +X115487190Y-65398786D01* +X115417454Y-65529252D01* +X115406089Y-65543100D01* +X115323607Y-65643607D01* +X115263004Y-65693341D01* +X115209252Y-65737454D01* +X115078786Y-65807190D01* +X114937222Y-65850133D01* +X114863665Y-65857378D01* +X114826888Y-65861000D01* +X114753112Y-65861000D01* +X114716335Y-65857378D01* +X114642778Y-65850133D01* +X114501214Y-65807190D01* +X114370748Y-65737454D01* +X114316996Y-65693341D01* +X114256393Y-65643607D01* +X114173911Y-65543100D01* +X114162546Y-65529252D01* +X114092810Y-65398786D01* +X114049867Y-65257222D01* +X114035367Y-65110000D01* +X114049867Y-64962778D01* +X114092810Y-64821214D01* +X114162546Y-64690748D01* +X114186992Y-64660960D01* +X114256393Y-64576393D01* +X114340960Y-64506992D01* +X114370748Y-64482546D01* +X114501214Y-64412810D01* +X114642778Y-64369867D01* +X114716335Y-64362622D01* +X114753112Y-64359000D01* +X114826888Y-64359000D01* +X114863665Y-64362622D01* +X114863665Y-64362622D01* +G37* +G36* +X109929059Y-64387860D02* +G01* +X109989294Y-64412810D01* +X110065732Y-64444472D01* +X110188735Y-64526660D01* +X110293340Y-64631265D01* +X110350559Y-64716900D01* +X110375529Y-64754270D01* +X110432140Y-64890941D01* +X110445678Y-64959000D01* +X110461000Y-65036033D01* +X110461000Y-65183967D01* +X110432140Y-65329059D01* +X110375528Y-65465732D01* +X110293340Y-65588735D01* +X110188735Y-65693340D01* +X110065732Y-65775528D01* +X110065731Y-65775529D01* +X110065730Y-65775529D01* +X109929059Y-65832140D01* +X109783968Y-65861000D01* +X109636032Y-65861000D01* +X109490941Y-65832140D01* +X109354270Y-65775529D01* +X109354269Y-65775529D01* +X109354268Y-65775528D01* +X109231265Y-65693340D01* +X109126660Y-65588735D01* +X109044472Y-65465732D01* +X108987860Y-65329059D01* +X108959000Y-65183967D01* +X108959000Y-65036033D01* +X108974323Y-64959000D01* +X108987860Y-64890941D01* +X109044471Y-64754270D01* +X109069441Y-64716900D01* +X109126660Y-64631265D01* +X109231265Y-64526660D01* +X109354268Y-64444472D01* +X109430707Y-64412810D01* +X109490941Y-64387860D01* +X109636032Y-64359000D01* +X109783968Y-64359000D01* +X109929059Y-64387860D01* +X109929059Y-64387860D01* +G37* +G36* +X109949059Y-61947860D02* +G01* +X110009294Y-61972810D01* +X110085732Y-62004472D01* +X110208735Y-62086660D01* +X110313340Y-62191265D01* +X110395528Y-62314268D01* +X110452140Y-62450941D01* +X110481000Y-62596033D01* +X110481000Y-62743967D01* +X110452140Y-62889059D01* +X110395528Y-63025732D01* +X110313340Y-63148735D01* +X110208735Y-63253340D01* +X110085732Y-63335528D01* +X110085731Y-63335529D01* +X110085730Y-63335529D01* +X109949059Y-63392140D01* +X109803968Y-63421000D01* +X109656032Y-63421000D01* +X109510941Y-63392140D01* +X109374270Y-63335529D01* +X109374269Y-63335529D01* +X109374268Y-63335528D01* +X109251265Y-63253340D01* +X109146660Y-63148735D01* +X109064472Y-63025732D01* +X109007860Y-62889059D01* +X108979000Y-62743967D01* +X108979000Y-62596033D01* +X109007860Y-62450941D01* +X109064472Y-62314268D01* +X109146660Y-62191265D01* +X109251265Y-62086660D01* +X109374268Y-62004472D01* +X109450707Y-61972810D01* +X109510941Y-61947860D01* +X109656032Y-61919000D01* +X109803968Y-61919000D01* +X109949059Y-61947860D01* +X109949059Y-61947860D01* +G37* +G36* +X114883665Y-61922622D02* +G01* +X114957222Y-61929867D01* +X115098786Y-61972810D01* +X115229252Y-62042546D01* +X115259040Y-62066992D01* +X115343607Y-62136393D01* +X115413008Y-62220960D01* +X115437454Y-62250748D01* +X115507190Y-62381214D01* +X115550133Y-62522778D01* +X115564633Y-62670000D01* +X115550133Y-62817222D01* +X115507190Y-62958786D01* +X115437454Y-63089252D01* +X115413008Y-63119040D01* +X115343607Y-63203607D01* +X115283004Y-63253341D01* +X115229252Y-63297454D01* +X115098786Y-63367190D01* +X114957222Y-63410133D01* +X114883665Y-63417378D01* +X114846888Y-63421000D01* +X114773112Y-63421000D01* +X114736335Y-63417378D01* +X114662778Y-63410133D01* +X114521214Y-63367190D01* +X114390748Y-63297454D01* +X114336996Y-63253341D01* +X114276393Y-63203607D01* +X114206992Y-63119040D01* +X114182546Y-63089252D01* +X114112810Y-62958786D01* +X114069867Y-62817222D01* +X114055367Y-62670000D01* +X114069867Y-62522778D01* +X114112810Y-62381214D01* +X114182546Y-62250748D01* +X114206992Y-62220960D01* +X114276393Y-62136393D01* +X114360960Y-62066992D01* +X114390748Y-62042546D01* +X114521214Y-61972810D01* +X114662778Y-61929867D01* +X114736335Y-61922622D01* +X114773112Y-61919000D01* +X114846888Y-61919000D01* +X114883665Y-61922622D01* +X114883665Y-61922622D01* +G37* +G36* +X170256560Y-61220166D02* +G01* +X170404153Y-61281301D01* +X170536982Y-61370055D01* +X170649945Y-61483018D01* +X170738700Y-61615849D01* +X170799834Y-61763440D01* +X170831000Y-61920122D01* +X170831000Y-62079878D01* +X170799834Y-62236560D01* +X170739917Y-62381214D01* +X170738699Y-62384153D01* +X170649945Y-62516982D01* +X170536982Y-62629945D01* +X170404153Y-62718699D01* +X170404152Y-62718700D01* +X170404151Y-62718700D01* +X170256560Y-62779834D01* +X170099878Y-62811000D01* +X169940122Y-62811000D01* +X169783440Y-62779834D01* +X169635849Y-62718700D01* +X169635848Y-62718700D01* +X169635847Y-62718699D01* +X169503018Y-62629945D01* +X169390055Y-62516982D01* +X169301301Y-62384153D01* +X169300084Y-62381214D01* +X169240166Y-62236560D01* +X169209000Y-62079878D01* +X169209000Y-61920122D01* +X169240166Y-61763440D01* +X169301300Y-61615849D01* +X169390055Y-61483018D01* +X169503018Y-61370055D01* +X169635847Y-61281301D01* +X169783440Y-61220166D01* +X169940122Y-61189000D01* +X170099878Y-61189000D01* +X170256560Y-61220166D01* +X170256560Y-61220166D01* +G37* +G36* +X139776560Y-61220166D02* +G01* +X139924153Y-61281301D01* +X140056982Y-61370055D01* +X140169945Y-61483018D01* +X140258700Y-61615849D01* +X140319834Y-61763440D01* +X140351000Y-61920122D01* +X140351000Y-62079878D01* +X140319834Y-62236560D01* +X140259917Y-62381214D01* +X140258699Y-62384153D01* +X140169945Y-62516982D01* +X140056982Y-62629945D01* +X139924153Y-62718699D01* +X139924152Y-62718700D01* +X139924151Y-62718700D01* +X139776560Y-62779834D01* +X139619878Y-62811000D01* +X139460122Y-62811000D01* +X139303440Y-62779834D01* +X139155849Y-62718700D01* +X139155848Y-62718700D01* +X139155847Y-62718699D01* +X139023018Y-62629945D01* +X138910055Y-62516982D01* +X138821301Y-62384153D01* +X138820084Y-62381214D01* +X138760166Y-62236560D01* +X138729000Y-62079878D01* +X138729000Y-61920122D01* +X138760166Y-61763440D01* +X138821300Y-61615849D01* +X138910055Y-61483018D01* +X139023018Y-61370055D01* +X139155847Y-61281301D01* +X139303440Y-61220166D01* +X139460122Y-61189000D01* +X139619878Y-61189000D01* +X139776560Y-61220166D01* +X139776560Y-61220166D01* +G37* +G36* +X167716560Y-61220166D02* +G01* +X167864153Y-61281301D01* +X167996982Y-61370055D01* +X168109945Y-61483018D01* +X168198700Y-61615849D01* +X168259834Y-61763440D01* +X168291000Y-61920122D01* +X168291000Y-62079878D01* +X168259834Y-62236560D01* +X168199917Y-62381214D01* +X168198699Y-62384153D01* +X168109945Y-62516982D01* +X167996982Y-62629945D01* +X167864153Y-62718699D01* +X167864152Y-62718700D01* +X167864151Y-62718700D01* +X167716560Y-62779834D01* +X167559878Y-62811000D01* +X167400122Y-62811000D01* +X167243440Y-62779834D01* +X167095849Y-62718700D01* +X167095848Y-62718700D01* +X167095847Y-62718699D01* +X166963018Y-62629945D01* +X166850055Y-62516982D01* +X166761301Y-62384153D01* +X166760084Y-62381214D01* +X166700166Y-62236560D01* +X166669000Y-62079878D01* +X166669000Y-61920122D01* +X166700166Y-61763440D01* +X166761300Y-61615849D01* +X166850055Y-61483018D01* +X166963018Y-61370055D01* +X167095847Y-61281301D01* +X167243440Y-61220166D01* +X167400122Y-61189000D01* +X167559878Y-61189000D01* +X167716560Y-61220166D01* +X167716560Y-61220166D01* +G37* +G36* +X142316560Y-61220166D02* +G01* +X142464153Y-61281301D01* +X142596982Y-61370055D01* +X142709945Y-61483018D01* +X142798700Y-61615849D01* +X142859834Y-61763440D01* +X142891000Y-61920122D01* +X142891000Y-62079878D01* +X142859834Y-62236560D01* +X142799917Y-62381214D01* +X142798699Y-62384153D01* +X142709945Y-62516982D01* +X142596982Y-62629945D01* +X142464153Y-62718699D01* +X142464152Y-62718700D01* +X142464151Y-62718700D01* +X142316560Y-62779834D01* +X142159878Y-62811000D01* +X142000122Y-62811000D01* +X141843440Y-62779834D01* +X141695849Y-62718700D01* +X141695848Y-62718700D01* +X141695847Y-62718699D01* +X141563018Y-62629945D01* +X141450055Y-62516982D01* +X141361301Y-62384153D01* +X141360084Y-62381214D01* +X141300166Y-62236560D01* +X141269000Y-62079878D01* +X141269000Y-61920122D01* +X141300166Y-61763440D01* +X141361300Y-61615849D01* +X141450055Y-61483018D01* +X141563018Y-61370055D01* +X141695847Y-61281301D01* +X141843440Y-61220166D01* +X142000122Y-61189000D01* +X142159878Y-61189000D01* +X142316560Y-61220166D01* +X142316560Y-61220166D01* +G37* +G36* +X165176560Y-61220166D02* +G01* +X165324153Y-61281301D01* +X165456982Y-61370055D01* +X165569945Y-61483018D01* +X165658700Y-61615849D01* +X165719834Y-61763440D01* +X165751000Y-61920122D01* +X165751000Y-62079878D01* +X165719834Y-62236560D01* +X165659917Y-62381214D01* +X165658699Y-62384153D01* +X165569945Y-62516982D01* +X165456982Y-62629945D01* +X165324153Y-62718699D01* +X165324152Y-62718700D01* +X165324151Y-62718700D01* +X165176560Y-62779834D01* +X165019878Y-62811000D01* +X164860122Y-62811000D01* +X164703440Y-62779834D01* +X164555849Y-62718700D01* +X164555848Y-62718700D01* +X164555847Y-62718699D01* +X164423018Y-62629945D01* +X164310055Y-62516982D01* +X164221301Y-62384153D01* +X164220084Y-62381214D01* +X164160166Y-62236560D01* +X164129000Y-62079878D01* +X164129000Y-61920122D01* +X164160166Y-61763440D01* +X164221300Y-61615849D01* +X164310055Y-61483018D01* +X164423018Y-61370055D01* +X164555847Y-61281301D01* +X164703440Y-61220166D01* +X164860122Y-61189000D01* +X165019878Y-61189000D01* +X165176560Y-61220166D01* +X165176560Y-61220166D01* +G37* +G36* +X144856560Y-61220166D02* +G01* +X145004153Y-61281301D01* +X145136982Y-61370055D01* +X145249945Y-61483018D01* +X145338700Y-61615849D01* +X145399834Y-61763440D01* +X145431000Y-61920122D01* +X145431000Y-62079878D01* +X145399834Y-62236560D01* +X145339917Y-62381214D01* +X145338699Y-62384153D01* +X145249945Y-62516982D01* +X145136982Y-62629945D01* +X145004153Y-62718699D01* +X145004152Y-62718700D01* +X145004151Y-62718700D01* +X144856560Y-62779834D01* +X144699878Y-62811000D01* +X144540122Y-62811000D01* +X144383440Y-62779834D01* +X144235849Y-62718700D01* +X144235848Y-62718700D01* +X144235847Y-62718699D01* +X144103018Y-62629945D01* +X143990055Y-62516982D01* +X143901301Y-62384153D01* +X143900084Y-62381214D01* +X143840166Y-62236560D01* +X143809000Y-62079878D01* +X143809000Y-61920122D01* +X143840166Y-61763440D01* +X143901300Y-61615849D01* +X143990055Y-61483018D01* +X144103018Y-61370055D01* +X144235847Y-61281301D01* +X144383440Y-61220166D01* +X144540122Y-61189000D01* +X144699878Y-61189000D01* +X144856560Y-61220166D01* +X144856560Y-61220166D01* +G37* +G36* +X162636560Y-61220166D02* +G01* +X162784153Y-61281301D01* +X162916982Y-61370055D01* +X163029945Y-61483018D01* +X163118700Y-61615849D01* +X163179834Y-61763440D01* +X163211000Y-61920122D01* +X163211000Y-62079878D01* +X163179834Y-62236560D01* +X163119917Y-62381214D01* +X163118699Y-62384153D01* +X163029945Y-62516982D01* +X162916982Y-62629945D01* +X162784153Y-62718699D01* +X162784152Y-62718700D01* +X162784151Y-62718700D01* +X162636560Y-62779834D01* +X162479878Y-62811000D01* +X162320122Y-62811000D01* +X162163440Y-62779834D01* +X162015849Y-62718700D01* +X162015848Y-62718700D01* +X162015847Y-62718699D01* +X161883018Y-62629945D01* +X161770055Y-62516982D01* +X161681301Y-62384153D01* +X161680084Y-62381214D01* +X161620166Y-62236560D01* +X161589000Y-62079878D01* +X161589000Y-61920122D01* +X161620166Y-61763440D01* +X161681300Y-61615849D01* +X161770055Y-61483018D01* +X161883018Y-61370055D01* +X162015847Y-61281301D01* +X162163440Y-61220166D01* +X162320122Y-61189000D01* +X162479878Y-61189000D01* +X162636560Y-61220166D01* +X162636560Y-61220166D01* +G37* +G36* +X147396560Y-61220166D02* +G01* +X147544153Y-61281301D01* +X147676982Y-61370055D01* +X147789945Y-61483018D01* +X147878700Y-61615849D01* +X147939834Y-61763440D01* +X147971000Y-61920122D01* +X147971000Y-62079878D01* +X147939834Y-62236560D01* +X147879917Y-62381214D01* +X147878699Y-62384153D01* +X147789945Y-62516982D01* +X147676982Y-62629945D01* +X147544153Y-62718699D01* +X147544152Y-62718700D01* +X147544151Y-62718700D01* +X147396560Y-62779834D01* +X147239878Y-62811000D01* +X147080122Y-62811000D01* +X146923440Y-62779834D01* +X146775849Y-62718700D01* +X146775848Y-62718700D01* +X146775847Y-62718699D01* +X146643018Y-62629945D01* +X146530055Y-62516982D01* +X146441301Y-62384153D01* +X146440084Y-62381214D01* +X146380166Y-62236560D01* +X146349000Y-62079878D01* +X146349000Y-61920122D01* +X146380166Y-61763440D01* +X146441300Y-61615849D01* +X146530055Y-61483018D01* +X146643018Y-61370055D01* +X146775847Y-61281301D01* +X146923440Y-61220166D01* +X147080122Y-61189000D01* +X147239878Y-61189000D01* +X147396560Y-61220166D01* +X147396560Y-61220166D01* +G37* +G36* +X160096560Y-61220166D02* +G01* +X160244153Y-61281301D01* +X160376982Y-61370055D01* +X160489945Y-61483018D01* +X160578700Y-61615849D01* +X160639834Y-61763440D01* +X160671000Y-61920122D01* +X160671000Y-62079878D01* +X160639834Y-62236560D01* +X160579917Y-62381214D01* +X160578699Y-62384153D01* +X160489945Y-62516982D01* +X160376982Y-62629945D01* +X160244153Y-62718699D01* +X160244152Y-62718700D01* +X160244151Y-62718700D01* +X160096560Y-62779834D01* +X159939878Y-62811000D01* +X159780122Y-62811000D01* +X159623440Y-62779834D01* +X159475849Y-62718700D01* +X159475848Y-62718700D01* +X159475847Y-62718699D01* +X159343018Y-62629945D01* +X159230055Y-62516982D01* +X159141301Y-62384153D01* +X159140084Y-62381214D01* +X159080166Y-62236560D01* +X159049000Y-62079878D01* +X159049000Y-61920122D01* +X159080166Y-61763440D01* +X159141300Y-61615849D01* +X159230055Y-61483018D01* +X159343018Y-61370055D01* +X159475847Y-61281301D01* +X159623440Y-61220166D01* +X159780122Y-61189000D01* +X159939878Y-61189000D01* +X160096560Y-61220166D01* +X160096560Y-61220166D01* +G37* +G36* +X149936560Y-61220166D02* +G01* +X150084153Y-61281301D01* +X150216982Y-61370055D01* +X150329945Y-61483018D01* +X150418700Y-61615849D01* +X150479834Y-61763440D01* +X150511000Y-61920122D01* +X150511000Y-62079878D01* +X150479834Y-62236560D01* +X150419917Y-62381214D01* +X150418699Y-62384153D01* +X150329945Y-62516982D01* +X150216982Y-62629945D01* +X150084153Y-62718699D01* +X150084152Y-62718700D01* +X150084151Y-62718700D01* +X149936560Y-62779834D01* +X149779878Y-62811000D01* +X149620122Y-62811000D01* +X149463440Y-62779834D01* +X149315849Y-62718700D01* +X149315848Y-62718700D01* +X149315847Y-62718699D01* +X149183018Y-62629945D01* +X149070055Y-62516982D01* +X148981301Y-62384153D01* +X148980084Y-62381214D01* +X148920166Y-62236560D01* +X148889000Y-62079878D01* +X148889000Y-61920122D01* +X148920166Y-61763440D01* +X148981300Y-61615849D01* +X149070055Y-61483018D01* +X149183018Y-61370055D01* +X149315847Y-61281301D01* +X149463440Y-61220166D01* +X149620122Y-61189000D01* +X149779878Y-61189000D01* +X149936560Y-61220166D01* +X149936560Y-61220166D01* +G37* +G36* +X157556560Y-61220166D02* +G01* +X157704153Y-61281301D01* +X157836982Y-61370055D01* +X157949945Y-61483018D01* +X158038700Y-61615849D01* +X158099834Y-61763440D01* +X158131000Y-61920122D01* +X158131000Y-62079878D01* +X158099834Y-62236560D01* +X158039917Y-62381214D01* +X158038699Y-62384153D01* +X157949945Y-62516982D01* +X157836982Y-62629945D01* +X157704153Y-62718699D01* +X157704152Y-62718700D01* +X157704151Y-62718700D01* +X157556560Y-62779834D01* +X157399878Y-62811000D01* +X157240122Y-62811000D01* +X157083440Y-62779834D01* +X156935849Y-62718700D01* +X156935848Y-62718700D01* +X156935847Y-62718699D01* +X156803018Y-62629945D01* +X156690055Y-62516982D01* +X156601301Y-62384153D01* +X156600084Y-62381214D01* +X156540166Y-62236560D01* +X156509000Y-62079878D01* +X156509000Y-61920122D01* +X156540166Y-61763440D01* +X156601300Y-61615849D01* +X156690055Y-61483018D01* +X156803018Y-61370055D01* +X156935847Y-61281301D01* +X157083440Y-61220166D01* +X157240122Y-61189000D01* +X157399878Y-61189000D01* +X157556560Y-61220166D01* +X157556560Y-61220166D01* +G37* +G36* +X152476560Y-61220166D02* +G01* +X152624153Y-61281301D01* +X152756982Y-61370055D01* +X152869945Y-61483018D01* +X152958700Y-61615849D01* +X153019834Y-61763440D01* +X153051000Y-61920122D01* +X153051000Y-62079878D01* +X153019834Y-62236560D01* +X152959917Y-62381214D01* +X152958699Y-62384153D01* +X152869945Y-62516982D01* +X152756982Y-62629945D01* +X152624153Y-62718699D01* +X152624152Y-62718700D01* +X152624151Y-62718700D01* +X152476560Y-62779834D01* +X152319878Y-62811000D01* +X152160122Y-62811000D01* +X152003440Y-62779834D01* +X151855849Y-62718700D01* +X151855848Y-62718700D01* +X151855847Y-62718699D01* +X151723018Y-62629945D01* +X151610055Y-62516982D01* +X151521301Y-62384153D01* +X151520084Y-62381214D01* +X151460166Y-62236560D01* +X151429000Y-62079878D01* +X151429000Y-61920122D01* +X151460166Y-61763440D01* +X151521300Y-61615849D01* +X151610055Y-61483018D01* +X151723018Y-61370055D01* +X151855847Y-61281301D01* +X152003440Y-61220166D01* +X152160122Y-61189000D01* +X152319878Y-61189000D01* +X152476560Y-61220166D01* +X152476560Y-61220166D01* +G37* +G36* +X155016560Y-61220166D02* +G01* +X155164153Y-61281301D01* +X155296982Y-61370055D01* +X155409945Y-61483018D01* +X155498700Y-61615849D01* +X155559834Y-61763440D01* +X155591000Y-61920122D01* +X155591000Y-62079878D01* +X155559834Y-62236560D01* +X155499917Y-62381214D01* +X155498699Y-62384153D01* +X155409945Y-62516982D01* +X155296982Y-62629945D01* +X155164153Y-62718699D01* +X155164152Y-62718700D01* +X155164151Y-62718700D01* +X155016560Y-62779834D01* +X154859878Y-62811000D01* +X154700122Y-62811000D01* +X154543440Y-62779834D01* +X154395849Y-62718700D01* +X154395848Y-62718700D01* +X154395847Y-62718699D01* +X154263018Y-62629945D01* +X154150055Y-62516982D01* +X154061301Y-62384153D01* +X154060084Y-62381214D01* +X154000166Y-62236560D01* +X153969000Y-62079878D01* +X153969000Y-61920122D01* +X154000166Y-61763440D01* +X154061300Y-61615849D01* +X154150055Y-61483018D01* +X154263018Y-61370055D01* +X154395847Y-61281301D01* +X154543440Y-61220166D01* +X154700122Y-61189000D01* +X154859878Y-61189000D01* +X155016560Y-61220166D01* +X155016560Y-61220166D01* +G37* +G36* +X137236560Y-61220166D02* +G01* +X137384153Y-61281301D01* +X137516982Y-61370055D01* +X137629945Y-61483018D01* +X137718700Y-61615849D01* +X137779834Y-61763440D01* +X137811000Y-61920122D01* +X137811000Y-62079878D01* +X137779834Y-62236560D01* +X137719917Y-62381214D01* +X137718699Y-62384153D01* +X137629945Y-62516982D01* +X137516982Y-62629945D01* +X137384153Y-62718699D01* +X137384152Y-62718700D01* +X137384151Y-62718700D01* +X137236560Y-62779834D01* +X137079878Y-62811000D01* +X136920122Y-62811000D01* +X136763440Y-62779834D01* +X136615849Y-62718700D01* +X136615848Y-62718700D01* +X136615847Y-62718699D01* +X136483018Y-62629945D01* +X136370055Y-62516982D01* +X136281301Y-62384153D01* +X136280084Y-62381214D01* +X136220166Y-62236560D01* +X136189000Y-62079878D01* +X136189000Y-61920122D01* +X136220166Y-61763440D01* +X136281300Y-61615849D01* +X136370055Y-61483018D01* +X136483018Y-61370055D01* +X136615847Y-61281301D01* +X136763440Y-61220166D01* +X136920122Y-61189000D01* +X137079878Y-61189000D01* +X137236560Y-61220166D01* +X137236560Y-61220166D01* +G37* +G36* +X172796560Y-61220166D02* +G01* +X172944153Y-61281301D01* +X173076982Y-61370055D01* +X173189945Y-61483018D01* +X173278700Y-61615849D01* +X173339834Y-61763440D01* +X173371000Y-61920122D01* +X173371000Y-62079878D01* +X173339834Y-62236560D01* +X173279917Y-62381214D01* +X173278699Y-62384153D01* +X173189945Y-62516982D01* +X173076982Y-62629945D01* +X172944153Y-62718699D01* +X172944152Y-62718700D01* +X172944151Y-62718700D01* +X172796560Y-62779834D01* +X172639878Y-62811000D01* +X172480122Y-62811000D01* +X172323440Y-62779834D01* +X172175849Y-62718700D01* +X172175848Y-62718700D01* +X172175847Y-62718699D01* +X172043018Y-62629945D01* +X171930055Y-62516982D01* +X171841301Y-62384153D01* +X171840084Y-62381214D01* +X171780166Y-62236560D01* +X171749000Y-62079878D01* +X171749000Y-61920122D01* +X171780166Y-61763440D01* +X171841300Y-61615849D01* +X171930055Y-61483018D01* +X172043018Y-61370055D01* +X172175847Y-61281301D01* +X172323440Y-61220166D01* +X172480122Y-61189000D01* +X172639878Y-61189000D01* +X172796560Y-61220166D01* +X172796560Y-61220166D01* +G37* +G36* +X177876560Y-61220166D02* +G01* +X178024153Y-61281301D01* +X178156982Y-61370055D01* +X178269945Y-61483018D01* +X178358700Y-61615849D01* +X178419834Y-61763440D01* +X178451000Y-61920122D01* +X178451000Y-62079878D01* +X178419834Y-62236560D01* +X178359917Y-62381214D01* +X178358699Y-62384153D01* +X178269945Y-62516982D01* +X178156982Y-62629945D01* +X178024153Y-62718699D01* +X178024152Y-62718700D01* +X178024151Y-62718700D01* +X177876560Y-62779834D01* +X177719878Y-62811000D01* +X177560122Y-62811000D01* +X177403440Y-62779834D01* +X177255849Y-62718700D01* +X177255848Y-62718700D01* +X177255847Y-62718699D01* +X177123018Y-62629945D01* +X177010055Y-62516982D01* +X176921301Y-62384153D01* +X176920084Y-62381214D01* +X176860166Y-62236560D01* +X176829000Y-62079878D01* +X176829000Y-61920122D01* +X176860166Y-61763440D01* +X176921300Y-61615849D01* +X177010055Y-61483018D01* +X177123018Y-61370055D01* +X177255847Y-61281301D01* +X177403440Y-61220166D01* +X177560122Y-61189000D01* +X177719878Y-61189000D01* +X177876560Y-61220166D01* +X177876560Y-61220166D01* +G37* +G36* +X175336560Y-61220166D02* +G01* +X175484153Y-61281301D01* +X175616982Y-61370055D01* +X175729945Y-61483018D01* +X175818700Y-61615849D01* +X175879834Y-61763440D01* +X175911000Y-61920122D01* +X175911000Y-62079878D01* +X175879834Y-62236560D01* +X175819917Y-62381214D01* +X175818699Y-62384153D01* +X175729945Y-62516982D01* +X175616982Y-62629945D01* +X175484153Y-62718699D01* +X175484152Y-62718700D01* +X175484151Y-62718700D01* +X175336560Y-62779834D01* +X175179878Y-62811000D01* +X175020122Y-62811000D01* +X174863440Y-62779834D01* +X174715849Y-62718700D01* +X174715848Y-62718700D01* +X174715847Y-62718699D01* +X174583018Y-62629945D01* +X174470055Y-62516982D01* +X174381301Y-62384153D01* +X174380084Y-62381214D01* +X174320166Y-62236560D01* +X174289000Y-62079878D01* +X174289000Y-61920122D01* +X174320166Y-61763440D01* +X174381300Y-61615849D01* +X174470055Y-61483018D01* +X174583018Y-61370055D01* +X174715847Y-61281301D01* +X174863440Y-61220166D01* +X175020122Y-61189000D01* +X175179878Y-61189000D01* +X175336560Y-61220166D01* +X175336560Y-61220166D01* +G37* +G36* +X131391083Y-58659090D02* +G01* +X131619702Y-58704564D01* +X131906516Y-58823367D01* +X132164642Y-58995841D01* +X132384159Y-59215358D01* +X132556633Y-59473484D01* +X132675436Y-59760298D01* +X132736000Y-60064778D01* +X132736000Y-60375222D01* +X132675436Y-60679702D01* +X132556633Y-60966516D01* +X132384159Y-61224642D01* +X132164642Y-61444159D01* +X131906516Y-61616633D01* +X131619702Y-61735436D01* +X131391083Y-61780910D01* +X131315224Y-61796000D01* +X131004776Y-61796000D01* +X130928917Y-61780910D01* +X130700298Y-61735436D01* +X130413484Y-61616633D01* +X130155358Y-61444159D01* +X129935841Y-61224642D01* +X129763367Y-60966516D01* +X129644564Y-60679702D01* +X129584000Y-60375222D01* +X129584000Y-60064778D01* +X129644564Y-59760298D01* +X129763367Y-59473484D01* +X129935841Y-59215358D01* +X130155358Y-58995841D01* +X130413484Y-58823367D01* +X130700298Y-58704564D01* +X130928917Y-58659090D01* +X131004776Y-58644000D01* +X131315224Y-58644000D01* +X131391083Y-58659090D01* +X131391083Y-58659090D01* +G37* +G36* +X183711083Y-58659090D02* +G01* +X183939702Y-58704564D01* +X184226516Y-58823367D01* +X184484642Y-58995841D01* +X184704159Y-59215358D01* +X184876633Y-59473484D01* +X184995436Y-59760298D01* +X185056000Y-60064778D01* +X185056000Y-60375222D01* +X184995436Y-60679702D01* +X184876633Y-60966516D01* +X184704159Y-61224642D01* +X184484642Y-61444159D01* +X184226516Y-61616633D01* +X183939702Y-61735436D01* +X183711083Y-61780910D01* +X183635224Y-61796000D01* +X183324776Y-61796000D01* +X183248917Y-61780910D01* +X183020298Y-61735436D01* +X182733484Y-61616633D01* +X182475358Y-61444159D01* +X182255841Y-61224642D01* +X182083367Y-60966516D01* +X181964564Y-60679702D01* +X181904000Y-60375222D01* +X181904000Y-60064778D01* +X181964564Y-59760298D01* +X182083367Y-59473484D01* +X182255841Y-59215358D01* +X182475358Y-58995841D01* +X182733484Y-58823367D01* +X183020298Y-58704564D01* +X183248917Y-58659090D01* +X183324776Y-58644000D01* +X183635224Y-58644000D01* +X183711083Y-58659090D01* +X183711083Y-58659090D01* +G37* +G36* +X139776560Y-58680166D02* +G01* +X139835465Y-58704565D01* +X139924153Y-58741301D01* +X140046973Y-58823367D01* +X140056982Y-58830055D01* +X140169945Y-58943018D01* +X140258700Y-59075849D01* +X140319834Y-59223440D01* +X140351000Y-59380122D01* +X140351000Y-59539878D01* +X140319834Y-59696560D01* +X140293433Y-59760299D01* +X140258699Y-59844153D01* +X140169945Y-59976982D01* +X140056982Y-60089945D01* +X139924153Y-60178699D01* +X139924152Y-60178700D01* +X139924151Y-60178700D01* +X139776560Y-60239834D01* +X139619878Y-60271000D01* +X139460122Y-60271000D01* +X139303440Y-60239834D01* +X139155849Y-60178700D01* +X139155848Y-60178700D01* +X139155847Y-60178699D01* +X139023018Y-60089945D01* +X138910055Y-59976982D01* +X138821301Y-59844153D01* +X138786568Y-59760299D01* +X138760166Y-59696560D01* +X138729000Y-59539878D01* +X138729000Y-59380122D01* +X138760166Y-59223440D01* +X138821300Y-59075849D01* +X138910055Y-58943018D01* +X139023018Y-58830055D01* +X139033027Y-58823367D01* +X139155847Y-58741301D01* +X139244536Y-58704565D01* +X139303440Y-58680166D01* +X139460122Y-58649000D01* +X139619878Y-58649000D01* +X139776560Y-58680166D01* +X139776560Y-58680166D01* +G37* +G36* +X142316560Y-58680166D02* +G01* +X142375465Y-58704565D01* +X142464153Y-58741301D01* +X142586973Y-58823367D01* +X142596982Y-58830055D01* +X142709945Y-58943018D01* +X142798700Y-59075849D01* +X142859834Y-59223440D01* +X142891000Y-59380122D01* +X142891000Y-59539878D01* +X142859834Y-59696560D01* +X142833433Y-59760299D01* +X142798699Y-59844153D01* +X142709945Y-59976982D01* +X142596982Y-60089945D01* +X142464153Y-60178699D01* +X142464152Y-60178700D01* +X142464151Y-60178700D01* +X142316560Y-60239834D01* +X142159878Y-60271000D01* +X142000122Y-60271000D01* +X141843440Y-60239834D01* +X141695849Y-60178700D01* +X141695848Y-60178700D01* +X141695847Y-60178699D01* +X141563018Y-60089945D01* +X141450055Y-59976982D01* +X141361301Y-59844153D01* +X141326568Y-59760299D01* +X141300166Y-59696560D01* +X141269000Y-59539878D01* +X141269000Y-59380122D01* +X141300166Y-59223440D01* +X141361300Y-59075849D01* +X141450055Y-58943018D01* +X141563018Y-58830055D01* +X141573027Y-58823367D01* +X141695847Y-58741301D01* +X141784536Y-58704565D01* +X141843440Y-58680166D01* +X142000122Y-58649000D01* +X142159878Y-58649000D01* +X142316560Y-58680166D01* +X142316560Y-58680166D01* +G37* +G36* +X144856560Y-58680166D02* +G01* +X144915465Y-58704565D01* +X145004153Y-58741301D01* +X145126973Y-58823367D01* +X145136982Y-58830055D01* +X145249945Y-58943018D01* +X145338700Y-59075849D01* +X145399834Y-59223440D01* +X145431000Y-59380122D01* +X145431000Y-59539878D01* +X145399834Y-59696560D01* +X145373433Y-59760299D01* +X145338699Y-59844153D01* +X145249945Y-59976982D01* +X145136982Y-60089945D01* +X145004153Y-60178699D01* +X145004152Y-60178700D01* +X145004151Y-60178700D01* +X144856560Y-60239834D01* +X144699878Y-60271000D01* +X144540122Y-60271000D01* +X144383440Y-60239834D01* +X144235849Y-60178700D01* +X144235848Y-60178700D01* +X144235847Y-60178699D01* +X144103018Y-60089945D01* +X143990055Y-59976982D01* +X143901301Y-59844153D01* +X143866568Y-59760299D01* +X143840166Y-59696560D01* +X143809000Y-59539878D01* +X143809000Y-59380122D01* +X143840166Y-59223440D01* +X143901300Y-59075849D01* +X143990055Y-58943018D01* +X144103018Y-58830055D01* +X144113027Y-58823367D01* +X144235847Y-58741301D01* +X144324536Y-58704565D01* +X144383440Y-58680166D01* +X144540122Y-58649000D01* +X144699878Y-58649000D01* +X144856560Y-58680166D01* +X144856560Y-58680166D01* +G37* +G36* +X147396560Y-58680166D02* +G01* +X147455465Y-58704565D01* +X147544153Y-58741301D01* +X147666973Y-58823367D01* +X147676982Y-58830055D01* +X147789945Y-58943018D01* +X147878700Y-59075849D01* +X147939834Y-59223440D01* +X147971000Y-59380122D01* +X147971000Y-59539878D01* +X147939834Y-59696560D01* +X147913433Y-59760299D01* +X147878699Y-59844153D01* +X147789945Y-59976982D01* +X147676982Y-60089945D01* +X147544153Y-60178699D01* +X147544152Y-60178700D01* +X147544151Y-60178700D01* +X147396560Y-60239834D01* +X147239878Y-60271000D01* +X147080122Y-60271000D01* +X146923440Y-60239834D01* +X146775849Y-60178700D01* +X146775848Y-60178700D01* +X146775847Y-60178699D01* +X146643018Y-60089945D01* +X146530055Y-59976982D01* +X146441301Y-59844153D01* +X146406568Y-59760299D01* +X146380166Y-59696560D01* +X146349000Y-59539878D01* +X146349000Y-59380122D01* +X146380166Y-59223440D01* +X146441300Y-59075849D01* +X146530055Y-58943018D01* +X146643018Y-58830055D01* +X146653027Y-58823367D01* +X146775847Y-58741301D01* +X146864536Y-58704565D01* +X146923440Y-58680166D01* +X147080122Y-58649000D01* +X147239878Y-58649000D01* +X147396560Y-58680166D01* +X147396560Y-58680166D01* +G37* +G36* +X149936560Y-58680166D02* +G01* +X149995465Y-58704565D01* +X150084153Y-58741301D01* +X150206973Y-58823367D01* +X150216982Y-58830055D01* +X150329945Y-58943018D01* +X150418700Y-59075849D01* +X150479834Y-59223440D01* +X150511000Y-59380122D01* +X150511000Y-59539878D01* +X150479834Y-59696560D01* +X150453433Y-59760299D01* +X150418699Y-59844153D01* +X150329945Y-59976982D01* +X150216982Y-60089945D01* +X150084153Y-60178699D01* +X150084152Y-60178700D01* +X150084151Y-60178700D01* +X149936560Y-60239834D01* +X149779878Y-60271000D01* +X149620122Y-60271000D01* +X149463440Y-60239834D01* +X149315849Y-60178700D01* +X149315848Y-60178700D01* +X149315847Y-60178699D01* +X149183018Y-60089945D01* +X149070055Y-59976982D01* +X148981301Y-59844153D01* +X148946568Y-59760299D01* +X148920166Y-59696560D01* +X148889000Y-59539878D01* +X148889000Y-59380122D01* +X148920166Y-59223440D01* +X148981300Y-59075849D01* +X149070055Y-58943018D01* +X149183018Y-58830055D01* +X149193027Y-58823367D01* +X149315847Y-58741301D01* +X149404536Y-58704565D01* +X149463440Y-58680166D01* +X149620122Y-58649000D01* +X149779878Y-58649000D01* +X149936560Y-58680166D01* +X149936560Y-58680166D01* +G37* +G36* +X152476560Y-58680166D02* +G01* +X152535465Y-58704565D01* +X152624153Y-58741301D01* +X152746973Y-58823367D01* +X152756982Y-58830055D01* +X152869945Y-58943018D01* +X152958700Y-59075849D01* +X153019834Y-59223440D01* +X153051000Y-59380122D01* +X153051000Y-59539878D01* +X153019834Y-59696560D01* +X152993433Y-59760299D01* +X152958699Y-59844153D01* +X152869945Y-59976982D01* +X152756982Y-60089945D01* +X152624153Y-60178699D01* +X152624152Y-60178700D01* +X152624151Y-60178700D01* +X152476560Y-60239834D01* +X152319878Y-60271000D01* +X152160122Y-60271000D01* +X152003440Y-60239834D01* +X151855849Y-60178700D01* +X151855848Y-60178700D01* +X151855847Y-60178699D01* +X151723018Y-60089945D01* +X151610055Y-59976982D01* +X151521301Y-59844153D01* +X151486568Y-59760299D01* +X151460166Y-59696560D01* +X151429000Y-59539878D01* +X151429000Y-59380122D01* +X151460166Y-59223440D01* +X151521300Y-59075849D01* +X151610055Y-58943018D01* +X151723018Y-58830055D01* +X151733027Y-58823367D01* +X151855847Y-58741301D01* +X151944536Y-58704565D01* +X152003440Y-58680166D01* +X152160122Y-58649000D01* +X152319878Y-58649000D01* +X152476560Y-58680166D01* +X152476560Y-58680166D01* +G37* +G36* +X155016560Y-58680166D02* +G01* +X155075465Y-58704565D01* +X155164153Y-58741301D01* +X155286973Y-58823367D01* +X155296982Y-58830055D01* +X155409945Y-58943018D01* +X155498700Y-59075849D01* +X155559834Y-59223440D01* +X155591000Y-59380122D01* +X155591000Y-59539878D01* +X155559834Y-59696560D01* +X155533433Y-59760299D01* +X155498699Y-59844153D01* +X155409945Y-59976982D01* +X155296982Y-60089945D01* +X155164153Y-60178699D01* +X155164152Y-60178700D01* +X155164151Y-60178700D01* +X155016560Y-60239834D01* +X154859878Y-60271000D01* +X154700122Y-60271000D01* +X154543440Y-60239834D01* +X154395849Y-60178700D01* +X154395848Y-60178700D01* +X154395847Y-60178699D01* +X154263018Y-60089945D01* +X154150055Y-59976982D01* +X154061301Y-59844153D01* +X154026568Y-59760299D01* +X154000166Y-59696560D01* +X153969000Y-59539878D01* +X153969000Y-59380122D01* +X154000166Y-59223440D01* +X154061300Y-59075849D01* +X154150055Y-58943018D01* +X154263018Y-58830055D01* +X154273027Y-58823367D01* +X154395847Y-58741301D01* +X154484536Y-58704565D01* +X154543440Y-58680166D01* +X154700122Y-58649000D01* +X154859878Y-58649000D01* +X155016560Y-58680166D01* +X155016560Y-58680166D01* +G37* +G36* +X157556560Y-58680166D02* +G01* +X157615465Y-58704565D01* +X157704153Y-58741301D01* +X157826973Y-58823367D01* +X157836982Y-58830055D01* +X157949945Y-58943018D01* +X158038700Y-59075849D01* +X158099834Y-59223440D01* +X158131000Y-59380122D01* +X158131000Y-59539878D01* +X158099834Y-59696560D01* +X158073433Y-59760299D01* +X158038699Y-59844153D01* +X157949945Y-59976982D01* +X157836982Y-60089945D01* +X157704153Y-60178699D01* +X157704152Y-60178700D01* +X157704151Y-60178700D01* +X157556560Y-60239834D01* +X157399878Y-60271000D01* +X157240122Y-60271000D01* +X157083440Y-60239834D01* +X156935849Y-60178700D01* +X156935848Y-60178700D01* +X156935847Y-60178699D01* +X156803018Y-60089945D01* +X156690055Y-59976982D01* +X156601301Y-59844153D01* +X156566568Y-59760299D01* +X156540166Y-59696560D01* +X156509000Y-59539878D01* +X156509000Y-59380122D01* +X156540166Y-59223440D01* +X156601300Y-59075849D01* +X156690055Y-58943018D01* +X156803018Y-58830055D01* +X156813027Y-58823367D01* +X156935847Y-58741301D01* +X157024536Y-58704565D01* +X157083440Y-58680166D01* +X157240122Y-58649000D01* +X157399878Y-58649000D01* +X157556560Y-58680166D01* +X157556560Y-58680166D01* +G37* +G36* +X160096560Y-58680166D02* +G01* +X160155465Y-58704565D01* +X160244153Y-58741301D01* +X160366973Y-58823367D01* +X160376982Y-58830055D01* +X160489945Y-58943018D01* +X160578700Y-59075849D01* +X160639834Y-59223440D01* +X160671000Y-59380122D01* +X160671000Y-59539878D01* +X160639834Y-59696560D01* +X160613433Y-59760299D01* +X160578699Y-59844153D01* +X160489945Y-59976982D01* +X160376982Y-60089945D01* +X160244153Y-60178699D01* +X160244152Y-60178700D01* +X160244151Y-60178700D01* +X160096560Y-60239834D01* +X159939878Y-60271000D01* +X159780122Y-60271000D01* +X159623440Y-60239834D01* +X159475849Y-60178700D01* +X159475848Y-60178700D01* +X159475847Y-60178699D01* +X159343018Y-60089945D01* +X159230055Y-59976982D01* +X159141301Y-59844153D01* +X159106568Y-59760299D01* +X159080166Y-59696560D01* +X159049000Y-59539878D01* +X159049000Y-59380122D01* +X159080166Y-59223440D01* +X159141300Y-59075849D01* +X159230055Y-58943018D01* +X159343018Y-58830055D01* +X159353027Y-58823367D01* +X159475847Y-58741301D01* +X159564536Y-58704565D01* +X159623440Y-58680166D01* +X159780122Y-58649000D01* +X159939878Y-58649000D01* +X160096560Y-58680166D01* +X160096560Y-58680166D01* +G37* +G36* +X162636560Y-58680166D02* +G01* +X162695465Y-58704565D01* +X162784153Y-58741301D01* +X162906973Y-58823367D01* +X162916982Y-58830055D01* +X163029945Y-58943018D01* +X163118700Y-59075849D01* +X163179834Y-59223440D01* +X163211000Y-59380122D01* +X163211000Y-59539878D01* +X163179834Y-59696560D01* +X163153433Y-59760299D01* +X163118699Y-59844153D01* +X163029945Y-59976982D01* +X162916982Y-60089945D01* +X162784153Y-60178699D01* +X162784152Y-60178700D01* +X162784151Y-60178700D01* +X162636560Y-60239834D01* +X162479878Y-60271000D01* +X162320122Y-60271000D01* +X162163440Y-60239834D01* +X162015849Y-60178700D01* +X162015848Y-60178700D01* +X162015847Y-60178699D01* +X161883018Y-60089945D01* +X161770055Y-59976982D01* +X161681301Y-59844153D01* +X161646568Y-59760299D01* +X161620166Y-59696560D01* +X161589000Y-59539878D01* +X161589000Y-59380122D01* +X161620166Y-59223440D01* +X161681300Y-59075849D01* +X161770055Y-58943018D01* +X161883018Y-58830055D01* +X161893027Y-58823367D01* +X162015847Y-58741301D01* +X162104536Y-58704565D01* +X162163440Y-58680166D01* +X162320122Y-58649000D01* +X162479878Y-58649000D01* +X162636560Y-58680166D01* +X162636560Y-58680166D01* +G37* +G36* +X165176560Y-58680166D02* +G01* +X165235465Y-58704565D01* +X165324153Y-58741301D01* +X165446973Y-58823367D01* +X165456982Y-58830055D01* +X165569945Y-58943018D01* +X165658700Y-59075849D01* +X165719834Y-59223440D01* +X165751000Y-59380122D01* +X165751000Y-59539878D01* +X165719834Y-59696560D01* +X165693433Y-59760299D01* +X165658699Y-59844153D01* +X165569945Y-59976982D01* +X165456982Y-60089945D01* +X165324153Y-60178699D01* +X165324152Y-60178700D01* +X165324151Y-60178700D01* +X165176560Y-60239834D01* +X165019878Y-60271000D01* +X164860122Y-60271000D01* +X164703440Y-60239834D01* +X164555849Y-60178700D01* +X164555848Y-60178700D01* +X164555847Y-60178699D01* +X164423018Y-60089945D01* +X164310055Y-59976982D01* +X164221301Y-59844153D01* +X164186568Y-59760299D01* +X164160166Y-59696560D01* +X164129000Y-59539878D01* +X164129000Y-59380122D01* +X164160166Y-59223440D01* +X164221300Y-59075849D01* +X164310055Y-58943018D01* +X164423018Y-58830055D01* +X164433027Y-58823367D01* +X164555847Y-58741301D01* +X164644536Y-58704565D01* +X164703440Y-58680166D01* +X164860122Y-58649000D01* +X165019878Y-58649000D01* +X165176560Y-58680166D01* +X165176560Y-58680166D01* +G37* +G36* +X167716560Y-58680166D02* +G01* +X167775465Y-58704565D01* +X167864153Y-58741301D01* +X167986973Y-58823367D01* +X167996982Y-58830055D01* +X168109945Y-58943018D01* +X168198700Y-59075849D01* +X168259834Y-59223440D01* +X168291000Y-59380122D01* +X168291000Y-59539878D01* +X168259834Y-59696560D01* +X168233433Y-59760299D01* +X168198699Y-59844153D01* +X168109945Y-59976982D01* +X167996982Y-60089945D01* +X167864153Y-60178699D01* +X167864152Y-60178700D01* +X167864151Y-60178700D01* +X167716560Y-60239834D01* +X167559878Y-60271000D01* +X167400122Y-60271000D01* +X167243440Y-60239834D01* +X167095849Y-60178700D01* +X167095848Y-60178700D01* +X167095847Y-60178699D01* +X166963018Y-60089945D01* +X166850055Y-59976982D01* +X166761301Y-59844153D01* +X166726568Y-59760299D01* +X166700166Y-59696560D01* +X166669000Y-59539878D01* +X166669000Y-59380122D01* +X166700166Y-59223440D01* +X166761300Y-59075849D01* +X166850055Y-58943018D01* +X166963018Y-58830055D01* +X166973027Y-58823367D01* +X167095847Y-58741301D01* +X167184536Y-58704565D01* +X167243440Y-58680166D01* +X167400122Y-58649000D01* +X167559878Y-58649000D01* +X167716560Y-58680166D01* +X167716560Y-58680166D01* +G37* +G36* +X170256560Y-58680166D02* +G01* +X170315465Y-58704565D01* +X170404153Y-58741301D01* +X170526973Y-58823367D01* +X170536982Y-58830055D01* +X170649945Y-58943018D01* +X170738700Y-59075849D01* +X170799834Y-59223440D01* +X170831000Y-59380122D01* +X170831000Y-59539878D01* +X170799834Y-59696560D01* +X170773433Y-59760299D01* +X170738699Y-59844153D01* +X170649945Y-59976982D01* +X170536982Y-60089945D01* +X170404153Y-60178699D01* +X170404152Y-60178700D01* +X170404151Y-60178700D01* +X170256560Y-60239834D01* +X170099878Y-60271000D01* +X169940122Y-60271000D01* +X169783440Y-60239834D01* +X169635849Y-60178700D01* +X169635848Y-60178700D01* +X169635847Y-60178699D01* +X169503018Y-60089945D01* +X169390055Y-59976982D01* +X169301301Y-59844153D01* +X169266568Y-59760299D01* +X169240166Y-59696560D01* +X169209000Y-59539878D01* +X169209000Y-59380122D01* +X169240166Y-59223440D01* +X169301300Y-59075849D01* +X169390055Y-58943018D01* +X169503018Y-58830055D01* +X169513027Y-58823367D01* +X169635847Y-58741301D01* +X169724536Y-58704565D01* +X169783440Y-58680166D01* +X169940122Y-58649000D01* +X170099878Y-58649000D01* +X170256560Y-58680166D01* +X170256560Y-58680166D01* +G37* +G36* +X172796560Y-58680166D02* +G01* +X172855465Y-58704565D01* +X172944153Y-58741301D01* +X173066973Y-58823367D01* +X173076982Y-58830055D01* +X173189945Y-58943018D01* +X173278700Y-59075849D01* +X173339834Y-59223440D01* +X173371000Y-59380122D01* +X173371000Y-59539878D01* +X173339834Y-59696560D01* +X173313433Y-59760299D01* +X173278699Y-59844153D01* +X173189945Y-59976982D01* +X173076982Y-60089945D01* +X172944153Y-60178699D01* +X172944152Y-60178700D01* +X172944151Y-60178700D01* +X172796560Y-60239834D01* +X172639878Y-60271000D01* +X172480122Y-60271000D01* +X172323440Y-60239834D01* +X172175849Y-60178700D01* +X172175848Y-60178700D01* +X172175847Y-60178699D01* +X172043018Y-60089945D01* +X171930055Y-59976982D01* +X171841301Y-59844153D01* +X171806568Y-59760299D01* +X171780166Y-59696560D01* +X171749000Y-59539878D01* +X171749000Y-59380122D01* +X171780166Y-59223440D01* +X171841300Y-59075849D01* +X171930055Y-58943018D01* +X172043018Y-58830055D01* +X172053027Y-58823367D01* +X172175847Y-58741301D01* +X172264536Y-58704565D01* +X172323440Y-58680166D01* +X172480122Y-58649000D01* +X172639878Y-58649000D01* +X172796560Y-58680166D01* +X172796560Y-58680166D01* +G37* +G36* +X175336560Y-58680166D02* +G01* +X175395465Y-58704565D01* +X175484153Y-58741301D01* +X175606973Y-58823367D01* +X175616982Y-58830055D01* +X175729945Y-58943018D01* +X175818700Y-59075849D01* +X175879834Y-59223440D01* +X175911000Y-59380122D01* +X175911000Y-59539878D01* +X175879834Y-59696560D01* +X175853433Y-59760299D01* +X175818699Y-59844153D01* +X175729945Y-59976982D01* +X175616982Y-60089945D01* +X175484153Y-60178699D01* +X175484152Y-60178700D01* +X175484151Y-60178700D01* +X175336560Y-60239834D01* +X175179878Y-60271000D01* +X175020122Y-60271000D01* +X174863440Y-60239834D01* +X174715849Y-60178700D01* +X174715848Y-60178700D01* +X174715847Y-60178699D01* +X174583018Y-60089945D01* +X174470055Y-59976982D01* +X174381301Y-59844153D01* +X174346568Y-59760299D01* +X174320166Y-59696560D01* +X174289000Y-59539878D01* +X174289000Y-59380122D01* +X174320166Y-59223440D01* +X174381300Y-59075849D01* +X174470055Y-58943018D01* +X174583018Y-58830055D01* +X174593027Y-58823367D01* +X174715847Y-58741301D01* +X174804536Y-58704565D01* +X174863440Y-58680166D01* +X175020122Y-58649000D01* +X175179878Y-58649000D01* +X175336560Y-58680166D01* +X175336560Y-58680166D01* +G37* +G36* +X137236560Y-58680166D02* +G01* +X137295465Y-58704565D01* +X137384153Y-58741301D01* +X137506973Y-58823367D01* +X137516982Y-58830055D01* +X137629945Y-58943018D01* +X137718700Y-59075849D01* +X137779834Y-59223440D01* +X137811000Y-59380122D01* +X137811000Y-59539878D01* +X137779834Y-59696560D01* +X137753433Y-59760299D01* +X137718699Y-59844153D01* +X137629945Y-59976982D01* +X137516982Y-60089945D01* +X137384153Y-60178699D01* +X137384152Y-60178700D01* +X137384151Y-60178700D01* +X137236560Y-60239834D01* +X137079878Y-60271000D01* +X136920122Y-60271000D01* +X136763440Y-60239834D01* +X136615849Y-60178700D01* +X136615848Y-60178700D01* +X136615847Y-60178699D01* +X136483018Y-60089945D01* +X136370055Y-59976982D01* +X136281301Y-59844153D01* +X136246568Y-59760299D01* +X136220166Y-59696560D01* +X136189000Y-59539878D01* +X136189000Y-59380122D01* +X136220166Y-59223440D01* +X136281300Y-59075849D01* +X136370055Y-58943018D01* +X136483018Y-58830055D01* +X136493027Y-58823367D01* +X136615847Y-58741301D01* +X136704536Y-58704565D01* +X136763440Y-58680166D01* +X136920122Y-58649000D01* +X137079878Y-58649000D01* +X137236560Y-58680166D01* +X137236560Y-58680166D01* +G37* +G36* +X178451000Y-60271000D02* +G01* +X176829000Y-60271000D01* +X176829000Y-58649000D01* +X178451000Y-58649000D01* +X178451000Y-60271000D01* +X178451000Y-60271000D01* +G37* +G36* +X105833642Y-56729781D02* +G01* +X105979414Y-56790162D01* +X105979416Y-56790163D01* +X106110608Y-56877822D01* +X106222178Y-56989392D01* +X106309837Y-57120584D01* +X106309838Y-57120586D01* +X106370219Y-57266358D01* +X106401000Y-57421107D01* +X106401000Y-57578893D01* +X106370219Y-57733642D01* +X106309838Y-57879414D01* +X106309837Y-57879416D01* +X106222178Y-58010608D01* +X106110608Y-58122178D01* +X105979416Y-58209837D01* +X105979415Y-58209838D01* +X105979414Y-58209838D01* +X105833642Y-58270219D01* +X105678893Y-58301000D01* +X105521107Y-58301000D01* +X105366358Y-58270219D01* +X105220586Y-58209838D01* +X105220585Y-58209838D01* +X105220584Y-58209837D01* +X105089392Y-58122178D01* +X104977822Y-58010608D01* +X104890163Y-57879416D01* +X104890162Y-57879414D01* +X104829781Y-57733642D01* +X104799000Y-57578893D01* +X104799000Y-57421107D01* +X104829781Y-57266358D01* +X104890162Y-57120586D01* +X104890163Y-57120584D01* +X104977822Y-56989392D01* +X105089392Y-56877822D01* +X105220584Y-56790163D01* +X105220586Y-56790162D01* +X105366358Y-56729781D01* +X105521107Y-56699000D01* +X105678893Y-56699000D01* +X105833642Y-56729781D01* +X105833642Y-56729781D01* +G37* +G36* +X105833642Y-51829781D02* +G01* +X105979414Y-51890162D01* +X105979416Y-51890163D01* +X106110608Y-51977822D01* +X106222178Y-52089392D01* +X106309837Y-52220584D01* +X106309838Y-52220586D01* +X106370219Y-52366358D01* +X106401000Y-52521107D01* +X106401000Y-52678893D01* +X106370219Y-52833642D01* +X106309838Y-52979414D01* +X106309837Y-52979416D01* +X106222178Y-53110608D01* +X106110608Y-53222178D01* +X105979416Y-53309837D01* +X105979415Y-53309838D01* +X105979414Y-53309838D01* +X105833642Y-53370219D01* +X105678893Y-53401000D01* +X105521107Y-53401000D01* +X105366358Y-53370219D01* +X105220586Y-53309838D01* +X105220585Y-53309838D01* +X105220584Y-53309837D01* +X105089392Y-53222178D01* +X104977822Y-53110608D01* +X104890163Y-52979416D01* +X104890162Y-52979414D01* +X104829781Y-52833642D01* +X104799000Y-52678893D01* +X104799000Y-52521107D01* +X104829781Y-52366358D01* +X104890162Y-52220586D01* +X104890163Y-52220584D01* +X104977822Y-52089392D01* +X105089392Y-51977822D01* +X105220584Y-51890163D01* +X105220586Y-51890162D01* +X105366358Y-51829781D01* +X105521107Y-51799000D01* +X105678893Y-51799000D01* +X105833642Y-51829781D01* +X105833642Y-51829781D01* +G37* +M02* diff --git a/kicad/Output/v1.0/SFD800-F_Paste.gbr b/kicad/Output/v1.0/SFD800-F_Paste.gbr new file mode 100644 index 0000000..67b2cae --- /dev/null +++ b/kicad/Output/v1.0/SFD800-F_Paste.gbr @@ -0,0 +1,14 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Paste,Top* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +G04 APERTURE END LIST* +M02* diff --git a/kicad/Output/v1.0/SFD800-F_SilkS.gbr b/kicad/Output/v1.0/SFD800-F_SilkS.gbr new file mode 100644 index 0000000..50ddc17 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-F_SilkS.gbr @@ -0,0 +1,1730 @@ +G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(5.1.2-1)-1* +G04 #@! TF.CreationDate,2021-06-01T15:31:26+01:00* +G04 #@! TF.ProjectId,SFD800,53464438-3030-42e6-9b69-6361645f7063,rev?* +G04 #@! TF.SameCoordinates,Original* +G04 #@! TF.FileFunction,Legend,Top* +G04 #@! TF.FilePolarity,Positive* +%FSLAX46Y46*% +G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:26* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.120000*% +%ADD11C,0.100000*% +%ADD12C,0.150000*% +G04 APERTURE END LIST* +D10* +X215950000Y-134930000D02* +X192020000Y-134950000D01* +X215940000Y-40070000D02* +X215950000Y-134930000D01* +X100060000Y-40050000D02* +X215940000Y-40070000D01* +X100060000Y-134970000D02* +X100060000Y-40050000D01* +X134020000Y-134970000D02* +X100060000Y-134970000D01* +X137254000Y-64540000D02* +X137000000Y-64032000D01* +X136746000Y-64540000D02* +X137254000Y-64540000D01* +X137000000Y-64032000D02* +X136746000Y-64540000D01* +X126050000Y-63400000D02* +X126050000Y-56300000D01* +X188550000Y-63400000D02* +X188550000Y-56200000D01* +X188550000Y-56200000D02* +X186000000Y-46050000D01* +X186000000Y-46050000D02* +X182050000Y-46050000D01* +X182050000Y-46050000D02* +X180750000Y-50500000D01* +X180750000Y-50500000D02* +X133900000Y-50500000D01* +X133900000Y-50500000D02* +X132650000Y-46050000D01* +X132650000Y-46050000D02* +X128650000Y-46050000D01* +X128650000Y-46050000D02* +X126050000Y-56300000D01* +X188550000Y-63390000D02* +X126090000Y-63390000D01* +D11* +X134250400Y-131601600D02* +X134250400Y-144848400D01* +X134252800Y-144848400D02* +X191552800Y-144848400D01* +X191552800Y-131601600D02* +X191552800Y-144848400D01* +D10* +X107400000Y-49050000D02* +X107400000Y-61050000D01* +X107280000Y-49050000D02* +X107400000Y-49050000D01* +X107280000Y-61050000D02* +X107280000Y-49050000D01* +X107400000Y-61050000D02* +X107280000Y-61050000D01* +X106550000Y-52600000D02* +X106550000Y-52600000D01* +X107400000Y-52600000D02* +X106550000Y-52600000D01* +X106550000Y-57500000D02* +X106550000Y-57500000D01* +X107400000Y-57500000D02* +X106550000Y-57500000D01* +X107400000Y-49400000D02* +X107400000Y-60700000D01* +X120800000Y-49400000D02* +X107400000Y-49400000D01* +X120800000Y-60700000D02* +X120800000Y-49400000D01* +X107400000Y-60700000D02* +X120800000Y-60700000D01* +X183670000Y-70990000D02* +X183670000Y-72640000D01* +X204110000Y-70990000D02* +X183670000Y-70990000D01* +X204110000Y-76290000D02* +X204110000Y-70990000D01* +X183670000Y-76290000D02* +X204110000Y-76290000D01* +X183670000Y-74640000D02* +X183670000Y-76290000D01* +X183670000Y-72640000D02* +G75* +G02X183670000Y-74640000I0J-1000000D01* +G01* +X183830000Y-94130000D02* +X183830000Y-95780000D01* +X204270000Y-94130000D02* +X183830000Y-94130000D01* +X204270000Y-99430000D02* +X204270000Y-94130000D01* +X183830000Y-99430000D02* +X204270000Y-99430000D01* +X183830000Y-97780000D02* +X183830000Y-99430000D01* +X183830000Y-95780000D02* +G75* +G02X183830000Y-97780000I0J-1000000D01* +G01* +X139670000Y-89920000D02* +X139670000Y-95380000D01* +X175350000Y-89920000D02* +X139670000Y-89920000D01* +X175350000Y-102840000D02* +X175350000Y-89920000D01* +X139670000Y-102840000D02* +X175350000Y-102840000D01* +X139670000Y-97380000D02* +X139670000Y-102840000D01* +X139670000Y-95380000D02* +G75* +G02X139670000Y-97380000I0J-1000000D01* +G01* +X185670000Y-117540000D02* +X185670000Y-119190000D01* +X203570000Y-117540000D02* +X185670000Y-117540000D01* +X203570000Y-122840000D02* +X203570000Y-117540000D01* +X185670000Y-122840000D02* +X203570000Y-122840000D01* +X185670000Y-121190000D02* +X185670000Y-122840000D01* +X185670000Y-119190000D02* +G75* +G02X185670000Y-121190000I0J-1000000D01* +G01* +X163670000Y-117540000D02* +X163670000Y-119190000D01* +X181570000Y-117540000D02* +X163670000Y-117540000D01* +X181570000Y-122840000D02* +X181570000Y-117540000D01* +X163670000Y-122840000D02* +X181570000Y-122840000D01* +X163670000Y-121190000D02* +X163670000Y-122840000D01* +X163670000Y-119190000D02* +G75* +G02X163670000Y-121190000I0J-1000000D01* +G01* +X112470000Y-86790000D02* +X112470000Y-88440000D01* +X130370000Y-86790000D02* +X112470000Y-86790000D01* +X130370000Y-92090000D02* +X130370000Y-86790000D01* +X112470000Y-92090000D02* +X130370000Y-92090000D01* +X112470000Y-90440000D02* +X112470000Y-92090000D01* +X112470000Y-88440000D02* +G75* +G02X112470000Y-90440000I0J-1000000D01* +G01* +X135670000Y-70990000D02* +X135670000Y-72640000D01* +X153570000Y-70990000D02* +X135670000Y-70990000D01* +X153570000Y-76290000D02* +X153570000Y-70990000D01* +X135670000Y-76290000D02* +X153570000Y-76290000D01* +X135670000Y-74640000D02* +X135670000Y-76290000D01* +X135670000Y-72640000D02* +G75* +G02X135670000Y-74640000I0J-1000000D01* +G01* +X112470000Y-102540000D02* +X112470000Y-104190000D01* +X130370000Y-102540000D02* +X112470000Y-102540000D01* +X130370000Y-107840000D02* +X130370000Y-102540000D01* +X112470000Y-107840000D02* +X130370000Y-107840000D01* +X112470000Y-106190000D02* +X112470000Y-107840000D01* +X112470000Y-104190000D02* +G75* +G02X112470000Y-106190000I0J-1000000D01* +G01* +X133670000Y-117540000D02* +X133670000Y-119190000D01* +X159190000Y-117540000D02* +X133670000Y-117540000D01* +X159190000Y-122840000D02* +X159190000Y-117540000D01* +X133670000Y-122840000D02* +X159190000Y-122840000D01* +X133670000Y-121190000D02* +X133670000Y-122840000D01* +X133670000Y-119190000D02* +G75* +G02X133670000Y-121190000I0J-1000000D01* +G01* +X112470000Y-70990000D02* +X112470000Y-72640000D01* +X130370000Y-70990000D02* +X112470000Y-70990000D01* +X130370000Y-76290000D02* +X130370000Y-70990000D01* +X112470000Y-76290000D02* +X130370000Y-76290000D01* +X112470000Y-74640000D02* +X112470000Y-76290000D01* +X112470000Y-72640000D02* +G75* +G02X112470000Y-74640000I0J-1000000D01* +G01* +X158920000Y-70990000D02* +X158920000Y-72640000D01* +X176820000Y-70990000D02* +X158920000Y-70990000D01* +X176820000Y-76290000D02* +X176820000Y-70990000D01* +X158920000Y-76290000D02* +X176820000Y-76290000D01* +X158920000Y-74640000D02* +X158920000Y-76290000D01* +X158920000Y-72640000D02* +G75* +G02X158920000Y-74640000I0J-1000000D01* +G01* +X137540000Y-64410000D02* +X137540000Y-67210000D01* +X150410000Y-64410000D02* +X134830000Y-64410000D01* +X150410000Y-67210000D02* +X150410000Y-64410000D01* +X134830000Y-67210000D02* +X150410000Y-67210000D01* +X134830000Y-64410000D02* +X134830000Y-67210000D01* +X110330000Y-66030000D02* +X114170000Y-66030000D01* +X110330000Y-64190000D02* +X114170000Y-64190000D01* +X110350000Y-63590000D02* +X114190000Y-63590000D01* +X110350000Y-61750000D02* +X114190000Y-61750000D01* +X123730000Y-63770000D02* +X123730000Y-66510000D01* +X118490000Y-63770000D02* +X118490000Y-66510000D01* +X118490000Y-66510000D02* +X123730000Y-66510000D01* +X118490000Y-63770000D02* +X123730000Y-63770000D01* +X129880000Y-63750000D02* +X129880000Y-66490000D01* +X124640000Y-63750000D02* +X124640000Y-66490000D01* +X124640000Y-66490000D02* +X129880000Y-66490000D01* +X124640000Y-63750000D02* +X129880000Y-63750000D01* +X134160000Y-111860000D02* +X134160000Y-114600000D01* +X128920000Y-111860000D02* +X128920000Y-114600000D01* +X128920000Y-114600000D02* +X134160000Y-114600000D01* +X128920000Y-111860000D02* +X134160000Y-111860000D01* +X177770000Y-71250000D02* +X180510000Y-71250000D01* +X177770000Y-76490000D02* +X180510000Y-76490000D01* +X180510000Y-76490000D02* +X180510000Y-71250000D01* +X177770000Y-76490000D02* +X177770000Y-71250000D01* +X179460000Y-103490000D02* +X176720000Y-103490000D01* +X179460000Y-98250000D02* +X176720000Y-98250000D01* +X176720000Y-98250000D02* +X176720000Y-103490000D01* +X179460000Y-98250000D02* +X179460000Y-103490000D01* +X194340000Y-125540000D02* +X194340000Y-128280000D01* +X189100000Y-125540000D02* +X189100000Y-128280000D01* +X189100000Y-128280000D02* +X194340000Y-128280000D01* +X189100000Y-125540000D02* +X194340000Y-125540000D01* +X194360000Y-128600000D02* +X194360000Y-131340000D01* +X189120000Y-128600000D02* +X189120000Y-131340000D01* +X189120000Y-131340000D02* +X194360000Y-131340000D01* +X189120000Y-128600000D02* +X194360000Y-128600000D01* +X111910000Y-66560000D02* +X111910000Y-69300000D01* +X106670000Y-66560000D02* +X106670000Y-69300000D01* +X106670000Y-69300000D02* +X111910000Y-69300000D01* +X106670000Y-66560000D02* +X111910000Y-66560000D01* +X130170000Y-80290000D02* +X130170000Y-83030000D01* +X124930000Y-80290000D02* +X124930000Y-83030000D01* +X124930000Y-83030000D02* +X130170000Y-83030000D01* +X124930000Y-80290000D02* +X130170000Y-80290000D01* +X125810000Y-98580000D02* +X125810000Y-95840000D01* +X131050000Y-98580000D02* +X131050000Y-95840000D01* +X131050000Y-95840000D02* +X125810000Y-95840000D01* +X131050000Y-98580000D02* +X125810000Y-98580000D01* +D12* +X124643333Y-55527619D02* +X124643333Y-54813333D01* +X124690952Y-54670476D01* +X124786190Y-54575238D01* +X124929047Y-54527619D01* +X125024285Y-54527619D01* +X124214761Y-55432380D02* +X124167142Y-55480000D01* +X124071904Y-55527619D01* +X123833809Y-55527619D01* +X123738571Y-55480000D01* +X123690952Y-55432380D01* +X123643333Y-55337142D01* +X123643333Y-55241904D01* +X123690952Y-55099047D01* +X124262380Y-54527619D01* +X123643333Y-54527619D01* +X158228571Y-42781428D02* +X158561904Y-42781428D01* +X158561904Y-42257619D02* +X158561904Y-43257619D01* +X158085714Y-43257619D01* +X157704761Y-42257619D02* +X157704761Y-43257619D01* +X157466666Y-43257619D01* +X157323809Y-43210000D01* +X157228571Y-43114761D01* +X157180952Y-43019523D01* +X157133333Y-42829047D01* +X157133333Y-42686190D01* +X157180952Y-42495714D01* +X157228571Y-42400476D01* +X157323809Y-42305238D01* +X157466666Y-42257619D01* +X157704761Y-42257619D01* +X156133333Y-42352857D02* +X156180952Y-42305238D01* +X156323809Y-42257619D01* +X156419047Y-42257619D01* +X156561904Y-42305238D01* +X156657142Y-42400476D01* +X156704761Y-42495714D01* +X156752380Y-42686190D01* +X156752380Y-42829047D01* +X156704761Y-43019523D01* +X156657142Y-43114761D01* +X156561904Y-43210000D01* +X156419047Y-43257619D01* +X156323809Y-43257619D01* +X156180952Y-43210000D01* +X156133333Y-43162380D01* +X155704761Y-42638571D02* +X154942857Y-42638571D01* +X154561904Y-43257619D02* +X153942857Y-43257619D01* +X154276190Y-42876666D01* +X154133333Y-42876666D01* +X154038095Y-42829047D01* +X153990476Y-42781428D01* +X153942857Y-42686190D01* +X153942857Y-42448095D01* +X153990476Y-42352857D01* +X154038095Y-42305238D01* +X154133333Y-42257619D01* +X154419047Y-42257619D01* +X154514285Y-42305238D01* +X154561904Y-42352857D01* +X153085714Y-42924285D02* +X153085714Y-42257619D01* +X153323809Y-43305238D02* +X153561904Y-42590952D01* +X152942857Y-42590952D01* +X103766190Y-55073809D02* +X103766190Y-54597619D01* +X104099523Y-55597619D02* +X103766190Y-55073809D01* +X103432857Y-55597619D01* +X102575714Y-54597619D02* +X103147142Y-54597619D01* +X102861428Y-54597619D02* +X102861428Y-55597619D01* +X102956666Y-55454761D01* +X103051904Y-55359523D01* +X103147142Y-55311904D01* +X115390476Y-54577619D02* +X115961904Y-54577619D01* +X115676190Y-54577619D02* +X115676190Y-55577619D01* +X115771428Y-55434761D01* +X115866666Y-55339523D01* +X115961904Y-55291904D01* +X114533333Y-55577619D02* +X114723809Y-55577619D01* +X114819047Y-55530000D01* +X114866666Y-55482380D01* +X114961904Y-55339523D01* +X115009523Y-55149047D01* +X115009523Y-54768095D01* +X114961904Y-54672857D01* +X114914285Y-54625238D01* +X114819047Y-54577619D01* +X114628571Y-54577619D01* +X114533333Y-54625238D01* +X114485714Y-54672857D01* +X114438095Y-54768095D01* +X114438095Y-55006190D01* +X114485714Y-55101428D01* +X114533333Y-55149047D01* +X114628571Y-55196666D01* +X114819047Y-55196666D01* +X114914285Y-55149047D01* +X114961904Y-55101428D01* +X115009523Y-55006190D01* +X114009523Y-54577619D02* +X114009523Y-55577619D01* +X113676190Y-54863333D01* +X113342857Y-55577619D01* +X113342857Y-54577619D01* +X112866666Y-54577619D02* +X112866666Y-55577619D01* +X112866666Y-55101428D02* +X112295238Y-55101428D01* +X112295238Y-54577619D02* +X112295238Y-55577619D01* +X111914285Y-55244285D02* +X111390476Y-55244285D01* +X111914285Y-54577619D01* +X111390476Y-54577619D01* +X183328095Y-74057619D02* +X183328095Y-73248095D01* +X183280476Y-73152857D01* +X183232857Y-73105238D01* +X183137619Y-73057619D01* +X182947142Y-73057619D01* +X182851904Y-73105238D01* +X182804285Y-73152857D01* +X182756666Y-73248095D01* +X182756666Y-74057619D01* +X181756666Y-73057619D02* +X182328095Y-73057619D01* +X182042380Y-73057619D02* +X182042380Y-74057619D01* +X182137619Y-73914761D01* +X182232857Y-73819523D01* +X182328095Y-73771904D01* +X180804285Y-73057619D02* +X181375714Y-73057619D01* +X181090000Y-73057619D02* +X181090000Y-74057619D01* +X181185238Y-73914761D01* +X181280476Y-73819523D01* +X181375714Y-73771904D01* +X197819047Y-74247619D02* +X197152380Y-74247619D01* +X197580952Y-73247619D01* +X196342857Y-73914285D02* +X196342857Y-73247619D01* +X196580952Y-74295238D02* +X196819047Y-73580952D01* +X196200000Y-73580952D01* +X195342857Y-73247619D02* +X195819047Y-73247619D01* +X195819047Y-74247619D01* +X195057142Y-73295238D02* +X194914285Y-73247619D01* +X194676190Y-73247619D01* +X194580952Y-73295238D01* +X194533333Y-73342857D01* +X194485714Y-73438095D01* +X194485714Y-73533333D01* +X194533333Y-73628571D01* +X194580952Y-73676190D01* +X194676190Y-73723809D01* +X194866666Y-73771428D01* +X194961904Y-73819047D01* +X195009523Y-73866666D01* +X195057142Y-73961904D01* +X195057142Y-74057142D01* +X195009523Y-74152380D01* +X194961904Y-74200000D01* +X194866666Y-74247619D01* +X194628571Y-74247619D01* +X194485714Y-74200000D01* +X193533333Y-73247619D02* +X194104761Y-73247619D01* +X193819047Y-73247619D02* +X193819047Y-74247619D01* +X193914285Y-74104761D01* +X194009523Y-74009523D01* +X194104761Y-73961904D01* +X192676190Y-73914285D02* +X192676190Y-73247619D01* +X192914285Y-74295238D02* +X193152380Y-73580952D01* +X192533333Y-73580952D01* +X191676190Y-74247619D02* +X192152380Y-74247619D01* +X192200000Y-73771428D01* +X192152380Y-73819047D01* +X192057142Y-73866666D01* +X191819047Y-73866666D01* +X191723809Y-73819047D01* +X191676190Y-73771428D01* +X191628571Y-73676190D01* +X191628571Y-73438095D01* +X191676190Y-73342857D01* +X191723809Y-73295238D01* +X191819047Y-73247619D01* +X192057142Y-73247619D01* +X192152380Y-73295238D01* +X192200000Y-73342857D01* +X183108095Y-97357619D02* +X183108095Y-96548095D01* +X183060476Y-96452857D01* +X183012857Y-96405238D01* +X182917619Y-96357619D01* +X182727142Y-96357619D01* +X182631904Y-96405238D01* +X182584285Y-96452857D01* +X182536666Y-96548095D01* +X182536666Y-97357619D01* +X181536666Y-96357619D02* +X182108095Y-96357619D01* +X181822380Y-96357619D02* +X181822380Y-97357619D01* +X181917619Y-97214761D01* +X182012857Y-97119523D01* +X182108095Y-97071904D01* +X180917619Y-97357619D02* +X180822380Y-97357619D01* +X180727142Y-97310000D01* +X180679523Y-97262380D01* +X180631904Y-97167142D01* +X180584285Y-96976666D01* +X180584285Y-96738571D01* +X180631904Y-96548095D01* +X180679523Y-96452857D01* +X180727142Y-96405238D01* +X180822380Y-96357619D01* +X180917619Y-96357619D01* +X181012857Y-96405238D01* +X181060476Y-96452857D01* +X181108095Y-96548095D01* +X181155714Y-96738571D01* +X181155714Y-96976666D01* +X181108095Y-97167142D01* +X181060476Y-97262380D01* +X181012857Y-97310000D01* +X180917619Y-97357619D01* +X197169047Y-97377619D02* +X196502380Y-97377619D01* +X196930952Y-96377619D01* +X195692857Y-97044285D02* +X195692857Y-96377619D01* +X195930952Y-97425238D02* +X196169047Y-96710952D01* +X195550000Y-96710952D01* +X194692857Y-96377619D02* +X195169047Y-96377619D01* +X195169047Y-97377619D01* +X194407142Y-96425238D02* +X194264285Y-96377619D01* +X194026190Y-96377619D01* +X193930952Y-96425238D01* +X193883333Y-96472857D01* +X193835714Y-96568095D01* +X193835714Y-96663333D01* +X193883333Y-96758571D01* +X193930952Y-96806190D01* +X194026190Y-96853809D01* +X194216666Y-96901428D01* +X194311904Y-96949047D01* +X194359523Y-96996666D01* +X194407142Y-97091904D01* +X194407142Y-97187142D01* +X194359523Y-97282380D01* +X194311904Y-97330000D01* +X194216666Y-97377619D01* +X193978571Y-97377619D01* +X193835714Y-97330000D01* +X192883333Y-96377619D02* +X193454761Y-96377619D01* +X193169047Y-96377619D02* +X193169047Y-97377619D01* +X193264285Y-97234761D01* +X193359523Y-97139523D01* +X193454761Y-97091904D01* +X192550000Y-97377619D02* +X191883333Y-97377619D01* +X192311904Y-96377619D01* +X191026190Y-97377619D02* +X191502380Y-97377619D01* +X191550000Y-96901428D01* +X191502380Y-96949047D01* +X191407142Y-96996666D01* +X191169047Y-96996666D01* +X191073809Y-96949047D01* +X191026190Y-96901428D01* +X190978571Y-96806190D01* +X190978571Y-96568095D01* +X191026190Y-96472857D01* +X191073809Y-96425238D01* +X191169047Y-96377619D01* +X191407142Y-96377619D01* +X191502380Y-96425238D01* +X191550000Y-96472857D01* +X138971904Y-97057619D02* +X138971904Y-96248095D01* +X138924285Y-96152857D01* +X138876666Y-96105238D01* +X138781428Y-96057619D01* +X138590952Y-96057619D01* +X138495714Y-96105238D01* +X138448095Y-96152857D01* +X138400476Y-96248095D01* +X138400476Y-97057619D01* +X137876666Y-96057619D02* +X137686190Y-96057619D01* +X137590952Y-96105238D01* +X137543333Y-96152857D01* +X137448095Y-96295714D01* +X137400476Y-96486190D01* +X137400476Y-96867142D01* +X137448095Y-96962380D01* +X137495714Y-97010000D01* +X137590952Y-97057619D01* +X137781428Y-97057619D01* +X137876666Y-97010000D01* +X137924285Y-96962380D01* +X137971904Y-96867142D01* +X137971904Y-96629047D01* +X137924285Y-96533809D01* +X137876666Y-96486190D01* +X137781428Y-96438571D01* +X137590952Y-96438571D01* +X137495714Y-96486190D01* +X137448095Y-96533809D01* +X137400476Y-96629047D01* +X160963333Y-97007619D02* +X160725238Y-96007619D01* +X160534761Y-96721904D01* +X160344285Y-96007619D01* +X160106190Y-97007619D01* +X159725238Y-96007619D02* +X159725238Y-97007619D01* +X159487142Y-97007619D01* +X159344285Y-96960000D01* +X159249047Y-96864761D01* +X159201428Y-96769523D01* +X159153809Y-96579047D01* +X159153809Y-96436190D01* +X159201428Y-96245714D01* +X159249047Y-96150476D01* +X159344285Y-96055238D01* +X159487142Y-96007619D01* +X159725238Y-96007619D01* +X158201428Y-96007619D02* +X158772857Y-96007619D01* +X158487142Y-96007619D02* +X158487142Y-97007619D01* +X158582380Y-96864761D01* +X158677619Y-96769523D01* +X158772857Y-96721904D01* +X157868095Y-97007619D02* +X157201428Y-97007619D01* +X157630000Y-96007619D01* +X156915714Y-97007619D02* +X156249047Y-97007619D01* +X156677619Y-96007619D01* +X155963333Y-97007619D02* +X155344285Y-97007619D01* +X155677619Y-96626666D01* +X155534761Y-96626666D01* +X155439523Y-96579047D01* +X155391904Y-96531428D01* +X155344285Y-96436190D01* +X155344285Y-96198095D01* +X155391904Y-96102857D01* +X155439523Y-96055238D01* +X155534761Y-96007619D01* +X155820476Y-96007619D01* +X155915714Y-96055238D01* +X155963333Y-96102857D01* +X184761904Y-120837619D02* +X184761904Y-120028095D01* +X184714285Y-119932857D01* +X184666666Y-119885238D01* +X184571428Y-119837619D01* +X184380952Y-119837619D01* +X184285714Y-119885238D01* +X184238095Y-119932857D01* +X184190476Y-120028095D01* +X184190476Y-120837619D01* +X183571428Y-120409047D02* +X183666666Y-120456666D01* +X183714285Y-120504285D01* +X183761904Y-120599523D01* +X183761904Y-120647142D01* +X183714285Y-120742380D01* +X183666666Y-120790000D01* +X183571428Y-120837619D01* +X183380952Y-120837619D01* +X183285714Y-120790000D01* +X183238095Y-120742380D01* +X183190476Y-120647142D01* +X183190476Y-120599523D01* +X183238095Y-120504285D01* +X183285714Y-120456666D01* +X183380952Y-120409047D01* +X183571428Y-120409047D01* +X183666666Y-120361428D01* +X183714285Y-120313809D01* +X183761904Y-120218571D01* +X183761904Y-120028095D01* +X183714285Y-119932857D01* +X183666666Y-119885238D01* +X183571428Y-119837619D01* +X183380952Y-119837619D01* +X183285714Y-119885238D01* +X183238095Y-119932857D01* +X183190476Y-120028095D01* +X183190476Y-120218571D01* +X183238095Y-120313809D01* +X183285714Y-120361428D01* +X183380952Y-120409047D01* +X198309047Y-120787619D02* +X197642380Y-120787619D01* +X198070952Y-119787619D01* +X196832857Y-120454285D02* +X196832857Y-119787619D01* +X197070952Y-120835238D02* +X197309047Y-120120952D01* +X196690000Y-120120952D01* +X195832857Y-119787619D02* +X196309047Y-119787619D01* +X196309047Y-120787619D01* +X195547142Y-119835238D02* +X195404285Y-119787619D01* +X195166190Y-119787619D01* +X195070952Y-119835238D01* +X195023333Y-119882857D01* +X194975714Y-119978095D01* +X194975714Y-120073333D01* +X195023333Y-120168571D01* +X195070952Y-120216190D01* +X195166190Y-120263809D01* +X195356666Y-120311428D01* +X195451904Y-120359047D01* +X195499523Y-120406666D01* +X195547142Y-120501904D01* +X195547142Y-120597142D01* +X195499523Y-120692380D01* +X195451904Y-120740000D01* +X195356666Y-120787619D01* +X195118571Y-120787619D01* +X194975714Y-120740000D01* +X194594761Y-120692380D02* +X194547142Y-120740000D01* +X194451904Y-120787619D01* +X194213809Y-120787619D01* +X194118571Y-120740000D01* +X194070952Y-120692380D01* +X194023333Y-120597142D01* +X194023333Y-120501904D01* +X194070952Y-120359047D01* +X194642380Y-119787619D01* +X194023333Y-119787619D01* +X193166190Y-120454285D02* +X193166190Y-119787619D01* +X193404285Y-120835238D02* +X193642380Y-120120952D01* +X193023333Y-120120952D01* +X192690000Y-120692380D02* +X192642380Y-120740000D01* +X192547142Y-120787619D01* +X192309047Y-120787619D01* +X192213809Y-120740000D01* +X192166190Y-120692380D01* +X192118571Y-120597142D01* +X192118571Y-120501904D01* +X192166190Y-120359047D01* +X192737619Y-119787619D01* +X192118571Y-119787619D01* +X162881904Y-120747619D02* +X162881904Y-119938095D01* +X162834285Y-119842857D01* +X162786666Y-119795238D01* +X162691428Y-119747619D01* +X162500952Y-119747619D01* +X162405714Y-119795238D01* +X162358095Y-119842857D01* +X162310476Y-119938095D01* +X162310476Y-120747619D01* +X161929523Y-120747619D02* +X161262857Y-120747619D01* +X161691428Y-119747619D01* +X175629047Y-120787619D02* +X174962380Y-120787619D01* +X175390952Y-119787619D01* +X174152857Y-120454285D02* +X174152857Y-119787619D01* +X174390952Y-120835238D02* +X174629047Y-120120952D01* +X174010000Y-120120952D01* +X173152857Y-119787619D02* +X173629047Y-119787619D01* +X173629047Y-120787619D01* +X172867142Y-119835238D02* +X172724285Y-119787619D01* +X172486190Y-119787619D01* +X172390952Y-119835238D01* +X172343333Y-119882857D01* +X172295714Y-119978095D01* +X172295714Y-120073333D01* +X172343333Y-120168571D01* +X172390952Y-120216190D01* +X172486190Y-120263809D01* +X172676666Y-120311428D01* +X172771904Y-120359047D01* +X172819523Y-120406666D01* +X172867142Y-120501904D01* +X172867142Y-120597142D01* +X172819523Y-120692380D01* +X172771904Y-120740000D01* +X172676666Y-120787619D01* +X172438571Y-120787619D01* +X172295714Y-120740000D01* +X171914761Y-120692380D02* +X171867142Y-120740000D01* +X171771904Y-120787619D01* +X171533809Y-120787619D01* +X171438571Y-120740000D01* +X171390952Y-120692380D01* +X171343333Y-120597142D01* +X171343333Y-120501904D01* +X171390952Y-120359047D01* +X171962380Y-119787619D01* +X171343333Y-119787619D01* +X170486190Y-120454285D02* +X170486190Y-119787619D01* +X170724285Y-120835238D02* +X170962380Y-120120952D01* +X170343333Y-120120952D01* +X170010000Y-120692380D02* +X169962380Y-120740000D01* +X169867142Y-120787619D01* +X169629047Y-120787619D01* +X169533809Y-120740000D01* +X169486190Y-120692380D01* +X169438571Y-120597142D01* +X169438571Y-120501904D01* +X169486190Y-120359047D01* +X170057619Y-119787619D01* +X169438571Y-119787619D01* +X111471904Y-90137619D02* +X111471904Y-89328095D01* +X111424285Y-89232857D01* +X111376666Y-89185238D01* +X111281428Y-89137619D01* +X111090952Y-89137619D01* +X110995714Y-89185238D01* +X110948095Y-89232857D01* +X110900476Y-89328095D01* +X110900476Y-90137619D01* +X109995714Y-90137619D02* +X110186190Y-90137619D01* +X110281428Y-90090000D01* +X110329047Y-90042380D01* +X110424285Y-89899523D01* +X110471904Y-89709047D01* +X110471904Y-89328095D01* +X110424285Y-89232857D01* +X110376666Y-89185238D01* +X110281428Y-89137619D01* +X110090952Y-89137619D01* +X109995714Y-89185238D01* +X109948095Y-89232857D01* +X109900476Y-89328095D01* +X109900476Y-89566190D01* +X109948095Y-89661428D01* +X109995714Y-89709047D01* +X110090952Y-89756666D01* +X110281428Y-89756666D01* +X110376666Y-89709047D01* +X110424285Y-89661428D01* +X110471904Y-89566190D01* +X123862857Y-90237619D02* +X123196190Y-90237619D01* +X123624761Y-89237619D01* +X122386666Y-89904285D02* +X122386666Y-89237619D01* +X122624761Y-90285238D02* +X122862857Y-89570952D01* +X122243809Y-89570952D01* +X121386666Y-89237619D02* +X121862857Y-89237619D01* +X121862857Y-90237619D01* +X121100952Y-89285238D02* +X120958095Y-89237619D01* +X120720000Y-89237619D01* +X120624761Y-89285238D01* +X120577142Y-89332857D01* +X120529523Y-89428095D01* +X120529523Y-89523333D01* +X120577142Y-89618571D01* +X120624761Y-89666190D01* +X120720000Y-89713809D01* +X120910476Y-89761428D01* +X121005714Y-89809047D01* +X121053333Y-89856666D01* +X121100952Y-89951904D01* +X121100952Y-90047142D01* +X121053333Y-90142380D01* +X121005714Y-90190000D01* +X120910476Y-90237619D01* +X120672380Y-90237619D01* +X120529523Y-90190000D01* +X120196190Y-90237619D02* +X119529523Y-90237619D01* +X119958095Y-89237619D01* +X118720000Y-89904285D02* +X118720000Y-89237619D01* +X118958095Y-90285238D02* +X119196190Y-89570952D01* +X118577142Y-89570952D01* +X135071904Y-74237619D02* +X135071904Y-73428095D01* +X135024285Y-73332857D01* +X134976666Y-73285238D01* +X134881428Y-73237619D01* +X134690952Y-73237619D01* +X134595714Y-73285238D01* +X134548095Y-73332857D01* +X134500476Y-73428095D01* +X134500476Y-74237619D01* +X133548095Y-74237619D02* +X134024285Y-74237619D01* +X134071904Y-73761428D01* +X134024285Y-73809047D01* +X133929047Y-73856666D01* +X133690952Y-73856666D01* +X133595714Y-73809047D01* +X133548095Y-73761428D01* +X133500476Y-73666190D01* +X133500476Y-73428095D01* +X133548095Y-73332857D01* +X133595714Y-73285238D01* +X133690952Y-73237619D01* +X133929047Y-73237619D01* +X134024285Y-73285238D01* +X134071904Y-73332857D01* +X147292857Y-74297619D02* +X146626190Y-74297619D01* +X147054761Y-73297619D01* +X145816666Y-73964285D02* +X145816666Y-73297619D01* +X146054761Y-74345238D02* +X146292857Y-73630952D01* +X145673809Y-73630952D01* +X144816666Y-73297619D02* +X145292857Y-73297619D01* +X145292857Y-74297619D01* +X144530952Y-73345238D02* +X144388095Y-73297619D01* +X144150000Y-73297619D01* +X144054761Y-73345238D01* +X144007142Y-73392857D01* +X143959523Y-73488095D01* +X143959523Y-73583333D01* +X144007142Y-73678571D01* +X144054761Y-73726190D01* +X144150000Y-73773809D01* +X144340476Y-73821428D01* +X144435714Y-73869047D01* +X144483333Y-73916666D01* +X144530952Y-74011904D01* +X144530952Y-74107142D01* +X144483333Y-74202380D01* +X144435714Y-74250000D01* +X144340476Y-74297619D01* +X144102380Y-74297619D01* +X143959523Y-74250000D01* +X143626190Y-74297619D02* +X142959523Y-74297619D01* +X143388095Y-73297619D01* +X142150000Y-73964285D02* +X142150000Y-73297619D01* +X142388095Y-74345238D02* +X142626190Y-73630952D01* +X142007142Y-73630952D01* +X111541904Y-105647619D02* +X111541904Y-104838095D01* +X111494285Y-104742857D01* +X111446666Y-104695238D01* +X111351428Y-104647619D01* +X111160952Y-104647619D01* +X111065714Y-104695238D01* +X111018095Y-104742857D01* +X110970476Y-104838095D01* +X110970476Y-105647619D01* +X110065714Y-105314285D02* +X110065714Y-104647619D01* +X110303809Y-105695238D02* +X110541904Y-104980952D01* +X109922857Y-104980952D01* +X123862857Y-105727619D02* +X123196190Y-105727619D01* +X123624761Y-104727619D01* +X122386666Y-105394285D02* +X122386666Y-104727619D01* +X122624761Y-105775238D02* +X122862857Y-105060952D01* +X122243809Y-105060952D01* +X121386666Y-104727619D02* +X121862857Y-104727619D01* +X121862857Y-105727619D01* +X121100952Y-104775238D02* +X120958095Y-104727619D01* +X120720000Y-104727619D01* +X120624761Y-104775238D01* +X120577142Y-104822857D01* +X120529523Y-104918095D01* +X120529523Y-105013333D01* +X120577142Y-105108571D01* +X120624761Y-105156190D01* +X120720000Y-105203809D01* +X120910476Y-105251428D01* +X121005714Y-105299047D01* +X121053333Y-105346666D01* +X121100952Y-105441904D01* +X121100952Y-105537142D01* +X121053333Y-105632380D01* +X121005714Y-105680000D01* +X120910476Y-105727619D01* +X120672380Y-105727619D01* +X120529523Y-105680000D01* +X119577142Y-104727619D02* +X120148571Y-104727619D01* +X119862857Y-104727619D02* +X119862857Y-105727619D01* +X119958095Y-105584761D01* +X120053333Y-105489523D01* +X120148571Y-105441904D01* +X118720000Y-105394285D02* +X118720000Y-104727619D01* +X118958095Y-105775238D02* +X119196190Y-105060952D01* +X118577142Y-105060952D01* +X132791904Y-120787619D02* +X132791904Y-119978095D01* +X132744285Y-119882857D01* +X132696666Y-119835238D01* +X132601428Y-119787619D01* +X132410952Y-119787619D01* +X132315714Y-119835238D01* +X132268095Y-119882857D01* +X132220476Y-119978095D01* +X132220476Y-120787619D01* +X131839523Y-120787619D02* +X131220476Y-120787619D01* +X131553809Y-120406666D01* +X131410952Y-120406666D01* +X131315714Y-120359047D01* +X131268095Y-120311428D01* +X131220476Y-120216190D01* +X131220476Y-119978095D01* +X131268095Y-119882857D01* +X131315714Y-119835238D01* +X131410952Y-119787619D01* +X131696666Y-119787619D01* +X131791904Y-119835238D01* +X131839523Y-119882857D01* +X149208571Y-119657619D02* +X149208571Y-120657619D01* +X148827619Y-120657619D01* +X148732380Y-120610000D01* +X148684761Y-120562380D01* +X148637142Y-120467142D01* +X148637142Y-120324285D01* +X148684761Y-120229047D01* +X148732380Y-120181428D01* +X148827619Y-120133809D01* +X149208571Y-120133809D01* +X148256190Y-119943333D02* +X147780000Y-119943333D01* +X148351428Y-119657619D02* +X148018095Y-120657619D01* +X147684761Y-119657619D01* +X146875238Y-119657619D02* +X147351428Y-119657619D01* +X147351428Y-120657619D01* +X146018095Y-119657619D02* +X146589523Y-119657619D01* +X146303809Y-119657619D02* +X146303809Y-120657619D01* +X146399047Y-120514761D01* +X146494285Y-120419523D01* +X146589523Y-120371904D01* +X145637142Y-120562380D02* +X145589523Y-120610000D01* +X145494285Y-120657619D01* +X145256190Y-120657619D01* +X145160952Y-120610000D01* +X145113333Y-120562380D01* +X145065714Y-120467142D01* +X145065714Y-120371904D01* +X145113333Y-120229047D01* +X145684761Y-119657619D01* +X145065714Y-119657619D01* +X144160952Y-119657619D02* +X144637142Y-119657619D01* +X144637142Y-120657619D01* +X143399047Y-120657619D02* +X143589523Y-120657619D01* +X143684761Y-120610000D01* +X143732380Y-120562380D01* +X143827619Y-120419523D01* +X143875238Y-120229047D01* +X143875238Y-119848095D01* +X143827619Y-119752857D01* +X143780000Y-119705238D01* +X143684761Y-119657619D01* +X143494285Y-119657619D01* +X143399047Y-119705238D01* +X143351428Y-119752857D01* +X143303809Y-119848095D01* +X143303809Y-120086190D01* +X143351428Y-120181428D01* +X143399047Y-120229047D01* +X143494285Y-120276666D01* +X143684761Y-120276666D01* +X143780000Y-120229047D01* +X143827619Y-120181428D01* +X143875238Y-120086190D01* +X111811904Y-74187619D02* +X111811904Y-73378095D01* +X111764285Y-73282857D01* +X111716666Y-73235238D01* +X111621428Y-73187619D01* +X111430952Y-73187619D01* +X111335714Y-73235238D01* +X111288095Y-73282857D01* +X111240476Y-73378095D01* +X111240476Y-74187619D01* +X110811904Y-74092380D02* +X110764285Y-74140000D01* +X110669047Y-74187619D01* +X110430952Y-74187619D01* +X110335714Y-74140000D01* +X110288095Y-74092380D01* +X110240476Y-73997142D01* +X110240476Y-73901904D01* +X110288095Y-73759047D01* +X110859523Y-73187619D01* +X110240476Y-73187619D01* +X123952857Y-74367619D02* +X123286190Y-74367619D01* +X123714761Y-73367619D01* +X122476666Y-74034285D02* +X122476666Y-73367619D01* +X122714761Y-74415238D02* +X122952857Y-73700952D01* +X122333809Y-73700952D01* +X121476666Y-73367619D02* +X121952857Y-73367619D01* +X121952857Y-74367619D01* +X121190952Y-73415238D02* +X121048095Y-73367619D01* +X120810000Y-73367619D01* +X120714761Y-73415238D01* +X120667142Y-73462857D01* +X120619523Y-73558095D01* +X120619523Y-73653333D01* +X120667142Y-73748571D01* +X120714761Y-73796190D01* +X120810000Y-73843809D01* +X121000476Y-73891428D01* +X121095714Y-73939047D01* +X121143333Y-73986666D01* +X121190952Y-74081904D01* +X121190952Y-74177142D01* +X121143333Y-74272380D01* +X121095714Y-74320000D01* +X121000476Y-74367619D01* +X120762380Y-74367619D01* +X120619523Y-74320000D01* +X120000476Y-74367619D02* +X119905238Y-74367619D01* +X119810000Y-74320000D01* +X119762380Y-74272380D01* +X119714761Y-74177142D01* +X119667142Y-73986666D01* +X119667142Y-73748571D01* +X119714761Y-73558095D01* +X119762380Y-73462857D01* +X119810000Y-73415238D01* +X119905238Y-73367619D01* +X120000476Y-73367619D01* +X120095714Y-73415238D01* +X120143333Y-73462857D01* +X120190952Y-73558095D01* +X120238571Y-73748571D01* +X120238571Y-73986666D01* +X120190952Y-74177142D01* +X120143333Y-74272380D01* +X120095714Y-74320000D01* +X120000476Y-74367619D01* +X118810000Y-74034285D02* +X118810000Y-73367619D01* +X119048095Y-74415238D02* +X119286190Y-73700952D01* +X118667142Y-73700952D01* +X158281904Y-74207619D02* +X158281904Y-73398095D01* +X158234285Y-73302857D01* +X158186666Y-73255238D01* +X158091428Y-73207619D01* +X157900952Y-73207619D01* +X157805714Y-73255238D01* +X157758095Y-73302857D01* +X157710476Y-73398095D01* +X157710476Y-74207619D01* +X156710476Y-73207619D02* +X157281904Y-73207619D01* +X156996190Y-73207619D02* +X156996190Y-74207619D01* +X157091428Y-74064761D01* +X157186666Y-73969523D01* +X157281904Y-73921904D01* +X170332857Y-74217619D02* +X169666190Y-74217619D01* +X170094761Y-73217619D01* +X168856666Y-73884285D02* +X168856666Y-73217619D01* +X169094761Y-74265238D02* +X169332857Y-73550952D01* +X168713809Y-73550952D01* +X167856666Y-73217619D02* +X168332857Y-73217619D01* +X168332857Y-74217619D01* +X167570952Y-73265238D02* +X167428095Y-73217619D01* +X167190000Y-73217619D01* +X167094761Y-73265238D01* +X167047142Y-73312857D01* +X166999523Y-73408095D01* +X166999523Y-73503333D01* +X167047142Y-73598571D01* +X167094761Y-73646190D01* +X167190000Y-73693809D01* +X167380476Y-73741428D01* +X167475714Y-73789047D01* +X167523333Y-73836666D01* +X167570952Y-73931904D01* +X167570952Y-74027142D01* +X167523333Y-74122380D01* +X167475714Y-74170000D01* +X167380476Y-74217619D01* +X167142380Y-74217619D01* +X166999523Y-74170000D01* +X166380476Y-74217619D02* +X166285238Y-74217619D01* +X166190000Y-74170000D01* +X166142380Y-74122380D01* +X166094761Y-74027142D01* +X166047142Y-73836666D01* +X166047142Y-73598571D01* +X166094761Y-73408095D01* +X166142380Y-73312857D01* +X166190000Y-73265238D01* +X166285238Y-73217619D01* +X166380476Y-73217619D01* +X166475714Y-73265238D01* +X166523333Y-73312857D01* +X166570952Y-73408095D01* +X166618571Y-73598571D01* +X166618571Y-73836666D01* +X166570952Y-74027142D01* +X166523333Y-74122380D01* +X166475714Y-74170000D01* +X166380476Y-74217619D01* +X165190000Y-74217619D02* +X165380476Y-74217619D01* +X165475714Y-74170000D01* +X165523333Y-74122380D01* +X165618571Y-73979523D01* +X165666190Y-73789047D01* +X165666190Y-73408095D01* +X165618571Y-73312857D01* +X165570952Y-73265238D01* +X165475714Y-73217619D01* +X165285238Y-73217619D01* +X165190000Y-73265238D01* +X165142380Y-73312857D01* +X165094761Y-73408095D01* +X165094761Y-73646190D01* +X165142380Y-73741428D01* +X165190000Y-73789047D01* +X165285238Y-73836666D01* +X165475714Y-73836666D01* +X165570952Y-73789047D01* +X165618571Y-73741428D01* +X165666190Y-73646190D01* +X133730476Y-65337619D02* +X134063809Y-65813809D01* +X134301904Y-65337619D02* +X134301904Y-66337619D01* +X133920952Y-66337619D01* +X133825714Y-66290000D01* +X133778095Y-66242380D01* +X133730476Y-66147142D01* +X133730476Y-66004285D01* +X133778095Y-65909047D01* +X133825714Y-65861428D01* +X133920952Y-65813809D01* +X134301904Y-65813809D01* +X133301904Y-65337619D02* +X133301904Y-66337619D01* +X132730476Y-65337619D01* +X132730476Y-66337619D01* +X131730476Y-65337619D02* +X132301904Y-65337619D01* +X132016190Y-65337619D02* +X132016190Y-66337619D01* +X132111428Y-66194761D01* +X132206666Y-66099523D01* +X132301904Y-66051904D01* +X107586666Y-64537619D02* +X107920000Y-65013809D01* +X108158095Y-64537619D02* +X108158095Y-65537619D01* +X107777142Y-65537619D01* +X107681904Y-65490000D01* +X107634285Y-65442380D01* +X107586666Y-65347142D01* +X107586666Y-65204285D01* +X107634285Y-65109047D01* +X107681904Y-65061428D01* +X107777142Y-65013809D01* +X108158095Y-65013809D01* +X107205714Y-65442380D02* +X107158095Y-65490000D01* +X107062857Y-65537619D01* +X106824761Y-65537619D01* +X106729523Y-65490000D01* +X106681904Y-65442380D01* +X106634285Y-65347142D01* +X106634285Y-65251904D01* +X106681904Y-65109047D01* +X107253333Y-64537619D01* +X106634285Y-64537619D01* +X107596666Y-62487619D02* +X107930000Y-62963809D01* +X108168095Y-62487619D02* +X108168095Y-63487619D01* +X107787142Y-63487619D01* +X107691904Y-63440000D01* +X107644285Y-63392380D01* +X107596666Y-63297142D01* +X107596666Y-63154285D01* +X107644285Y-63059047D01* +X107691904Y-63011428D01* +X107787142Y-62963809D01* +X108168095Y-62963809D01* +X106644285Y-62487619D02* +X107215714Y-62487619D01* +X106930000Y-62487619D02* +X106930000Y-63487619D01* +X107025238Y-63344761D01* +X107120476Y-63249523D01* +X107215714Y-63201904D01* +X121712857Y-67132857D02* +X121760476Y-67085238D01* +X121903333Y-67037619D01* +X121998571Y-67037619D01* +X122141428Y-67085238D01* +X122236666Y-67180476D01* +X122284285Y-67275714D01* +X122331904Y-67466190D01* +X122331904Y-67609047D01* +X122284285Y-67799523D01* +X122236666Y-67894761D01* +X122141428Y-67990000D01* +X121998571Y-68037619D01* +X121903333Y-68037619D01* +X121760476Y-67990000D01* +X121712857Y-67942380D01* +X120760476Y-67037619D02* +X121331904Y-67037619D01* +X121046190Y-67037619D02* +X121046190Y-68037619D01* +X121141428Y-67894761D01* +X121236666Y-67799523D01* +X121331904Y-67751904D01* +X120141428Y-68037619D02* +X120046190Y-68037619D01* +X119950952Y-67990000D01* +X119903333Y-67942380D01* +X119855714Y-67847142D01* +X119808095Y-67656666D01* +X119808095Y-67418571D01* +X119855714Y-67228095D01* +X119903333Y-67132857D01* +X119950952Y-67085238D01* +X120046190Y-67037619D01* +X120141428Y-67037619D01* +X120236666Y-67085238D01* +X120284285Y-67132857D01* +X120331904Y-67228095D01* +X120379523Y-67418571D01* +X120379523Y-67656666D01* +X120331904Y-67847142D01* +X120284285Y-67942380D01* +X120236666Y-67990000D01* +X120141428Y-68037619D01* +X127386666Y-67192857D02* +X127434285Y-67145238D01* +X127577142Y-67097619D01* +X127672380Y-67097619D01* +X127815238Y-67145238D01* +X127910476Y-67240476D01* +X127958095Y-67335714D01* +X128005714Y-67526190D01* +X128005714Y-67669047D01* +X127958095Y-67859523D01* +X127910476Y-67954761D01* +X127815238Y-68050000D01* +X127672380Y-68097619D01* +X127577142Y-68097619D01* +X127434285Y-68050000D01* +X127386666Y-68002380D01* +X126910476Y-67097619D02* +X126720000Y-67097619D01* +X126624761Y-67145238D01* +X126577142Y-67192857D01* +X126481904Y-67335714D01* +X126434285Y-67526190D01* +X126434285Y-67907142D01* +X126481904Y-68002380D01* +X126529523Y-68050000D01* +X126624761Y-68097619D01* +X126815238Y-68097619D01* +X126910476Y-68050000D01* +X126958095Y-68002380D01* +X127005714Y-67907142D01* +X127005714Y-67669047D01* +X126958095Y-67573809D01* +X126910476Y-67526190D01* +X126815238Y-67478571D01* +X126624761Y-67478571D01* +X126529523Y-67526190D01* +X126481904Y-67573809D01* +X126434285Y-67669047D01* +X127616666Y-112882857D02* +X127664285Y-112835238D01* +X127807142Y-112787619D01* +X127902380Y-112787619D01* +X128045238Y-112835238D01* +X128140476Y-112930476D01* +X128188095Y-113025714D01* +X128235714Y-113216190D01* +X128235714Y-113359047D01* +X128188095Y-113549523D01* +X128140476Y-113644761D01* +X128045238Y-113740000D01* +X127902380Y-113787619D01* +X127807142Y-113787619D01* +X127664285Y-113740000D01* +X127616666Y-113692380D01* +X127045238Y-113359047D02* +X127140476Y-113406666D01* +X127188095Y-113454285D01* +X127235714Y-113549523D01* +X127235714Y-113597142D01* +X127188095Y-113692380D01* +X127140476Y-113740000D01* +X127045238Y-113787619D01* +X126854761Y-113787619D01* +X126759523Y-113740000D01* +X126711904Y-113692380D01* +X126664285Y-113597142D01* +X126664285Y-113549523D01* +X126711904Y-113454285D01* +X126759523Y-113406666D01* +X126854761Y-113359047D01* +X127045238Y-113359047D01* +X127140476Y-113311428D01* +X127188095Y-113263809D01* +X127235714Y-113168571D01* +X127235714Y-112978095D01* +X127188095Y-112882857D01* +X127140476Y-112835238D01* +X127045238Y-112787619D01* +X126854761Y-112787619D01* +X126759523Y-112835238D01* +X126711904Y-112882857D01* +X126664285Y-112978095D01* +X126664285Y-113168571D01* +X126711904Y-113263809D01* +X126759523Y-113311428D01* +X126854761Y-113359047D01* +X179456666Y-77262857D02* +X179504285Y-77215238D01* +X179647142Y-77167619D01* +X179742380Y-77167619D01* +X179885238Y-77215238D01* +X179980476Y-77310476D01* +X180028095Y-77405714D01* +X180075714Y-77596190D01* +X180075714Y-77739047D01* +X180028095Y-77929523D01* +X179980476Y-78024761D01* +X179885238Y-78120000D01* +X179742380Y-78167619D01* +X179647142Y-78167619D01* +X179504285Y-78120000D01* +X179456666Y-78072380D01* +X179123333Y-78167619D02* +X178456666Y-78167619D01* +X178885238Y-77167619D01* +X178286666Y-104332857D02* +X178334285Y-104285238D01* +X178477142Y-104237619D01* +X178572380Y-104237619D01* +X178715238Y-104285238D01* +X178810476Y-104380476D01* +X178858095Y-104475714D01* +X178905714Y-104666190D01* +X178905714Y-104809047D01* +X178858095Y-104999523D01* +X178810476Y-105094761D01* +X178715238Y-105190000D01* +X178572380Y-105237619D01* +X178477142Y-105237619D01* +X178334285Y-105190000D01* +X178286666Y-105142380D01* +X177429523Y-105237619D02* +X177620000Y-105237619D01* +X177715238Y-105190000D01* +X177762857Y-105142380D01* +X177858095Y-104999523D01* +X177905714Y-104809047D01* +X177905714Y-104428095D01* +X177858095Y-104332857D01* +X177810476Y-104285238D01* +X177715238Y-104237619D01* +X177524761Y-104237619D01* +X177429523Y-104285238D01* +X177381904Y-104332857D01* +X177334285Y-104428095D01* +X177334285Y-104666190D01* +X177381904Y-104761428D01* +X177429523Y-104809047D01* +X177524761Y-104856666D01* +X177715238Y-104856666D01* +X177810476Y-104809047D01* +X177858095Y-104761428D01* +X177905714Y-104666190D01* +X187816666Y-126802857D02* +X187864285Y-126755238D01* +X188007142Y-126707619D01* +X188102380Y-126707619D01* +X188245238Y-126755238D01* +X188340476Y-126850476D01* +X188388095Y-126945714D01* +X188435714Y-127136190D01* +X188435714Y-127279047D01* +X188388095Y-127469523D01* +X188340476Y-127564761D01* +X188245238Y-127660000D01* +X188102380Y-127707619D01* +X188007142Y-127707619D01* +X187864285Y-127660000D01* +X187816666Y-127612380D01* +X186911904Y-127707619D02* +X187388095Y-127707619D01* +X187435714Y-127231428D01* +X187388095Y-127279047D01* +X187292857Y-127326666D01* +X187054761Y-127326666D01* +X186959523Y-127279047D01* +X186911904Y-127231428D01* +X186864285Y-127136190D01* +X186864285Y-126898095D01* +X186911904Y-126802857D01* +X186959523Y-126755238D01* +X187054761Y-126707619D01* +X187292857Y-126707619D01* +X187388095Y-126755238D01* +X187435714Y-126802857D01* +X187816666Y-129612857D02* +X187864285Y-129565238D01* +X188007142Y-129517619D01* +X188102380Y-129517619D01* +X188245238Y-129565238D01* +X188340476Y-129660476D01* +X188388095Y-129755714D01* +X188435714Y-129946190D01* +X188435714Y-130089047D01* +X188388095Y-130279523D01* +X188340476Y-130374761D01* +X188245238Y-130470000D01* +X188102380Y-130517619D01* +X188007142Y-130517619D01* +X187864285Y-130470000D01* +X187816666Y-130422380D01* +X186959523Y-130184285D02* +X186959523Y-129517619D01* +X187197619Y-130565238D02* +X187435714Y-129850952D01* +X186816666Y-129850952D01* +X109476666Y-70022857D02* +X109524285Y-69975238D01* +X109667142Y-69927619D01* +X109762380Y-69927619D01* +X109905238Y-69975238D01* +X110000476Y-70070476D01* +X110048095Y-70165714D01* +X110095714Y-70356190D01* +X110095714Y-70499047D01* +X110048095Y-70689523D01* +X110000476Y-70784761D01* +X109905238Y-70880000D01* +X109762380Y-70927619D01* +X109667142Y-70927619D01* +X109524285Y-70880000D01* +X109476666Y-70832380D01* +X109143333Y-70927619D02* +X108524285Y-70927619D01* +X108857619Y-70546666D01* +X108714761Y-70546666D01* +X108619523Y-70499047D01* +X108571904Y-70451428D01* +X108524285Y-70356190D01* +X108524285Y-70118095D01* +X108571904Y-70022857D01* +X108619523Y-69975238D01* +X108714761Y-69927619D01* +X109000476Y-69927619D01* +X109095714Y-69975238D01* +X109143333Y-70022857D01* +X123476666Y-81352857D02* +X123524285Y-81305238D01* +X123667142Y-81257619D01* +X123762380Y-81257619D01* +X123905238Y-81305238D01* +X124000476Y-81400476D01* +X124048095Y-81495714D01* +X124095714Y-81686190D01* +X124095714Y-81829047D01* +X124048095Y-82019523D01* +X124000476Y-82114761D01* +X123905238Y-82210000D01* +X123762380Y-82257619D01* +X123667142Y-82257619D01* +X123524285Y-82210000D01* +X123476666Y-82162380D01* +X123095714Y-82162380D02* +X123048095Y-82210000D01* +X122952857Y-82257619D01* +X122714761Y-82257619D01* +X122619523Y-82210000D01* +X122571904Y-82162380D01* +X122524285Y-82067142D01* +X122524285Y-81971904D01* +X122571904Y-81829047D01* +X123143333Y-81257619D01* +X122524285Y-81257619D01* +X124786666Y-96752857D02* +X124834285Y-96705238D01* +X124977142Y-96657619D01* +X125072380Y-96657619D01* +X125215238Y-96705238D01* +X125310476Y-96800476D01* +X125358095Y-96895714D01* +X125405714Y-97086190D01* +X125405714Y-97229047D01* +X125358095Y-97419523D01* +X125310476Y-97514761D01* +X125215238Y-97610000D01* +X125072380Y-97657619D01* +X124977142Y-97657619D01* +X124834285Y-97610000D01* +X124786666Y-97562380D01* +X123834285Y-96657619D02* +X124405714Y-96657619D01* +X124120000Y-96657619D02* +X124120000Y-97657619D01* +X124215238Y-97514761D01* +X124310476Y-97419523D01* +X124405714Y-97371904D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-NPTH-drl_map.gbr b/kicad/Output/v1.0/SFD800-NPTH-drl_map.gbr new file mode 100644 index 0000000..7567908 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-NPTH-drl_map.gbr @@ -0,0 +1,113 @@ +%FSLAX45Y45*% +G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:22* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.050000*% +%ADD11C,0.200000*% +%ADD12C,0.300000*% +G04 APERTURE END LIST* +D10* +X13400000Y-14500000D02* +X19200000Y-14500000D01* +X19200000Y-13500000D02* +X19200000Y-14500000D01* +X13400000Y-13500000D02* +X13400000Y-14500000D01* +X13400000Y-13500000D02* +X10000000Y-13500000D01* +X21600000Y-13500000D02* +X19200000Y-13500000D01* +X10000000Y-4000000D02* +X21600000Y-4000000D01* +X21600000Y-4000000D02* +X21600000Y-13500000D01* +X10000000Y-4000000D02* +X10000000Y-13500000D01* +D11* +D12* +X10283928Y-14968214D02* +X10283928Y-14668214D01* +X10355357Y-14668214D01* +X10398214Y-14682500D01* +X10426786Y-14711071D01* +X10441071Y-14739643D01* +X10455357Y-14796786D01* +X10455357Y-14839643D01* +X10441071Y-14896786D01* +X10426786Y-14925357D01* +X10398214Y-14953929D01* +X10355357Y-14968214D01* +X10283928Y-14968214D01* +X10583928Y-14968214D02* +X10583928Y-14768214D01* +X10583928Y-14825357D02* +X10598214Y-14796786D01* +X10612500Y-14782500D01* +X10641071Y-14768214D01* +X10669643Y-14768214D01* +X10769643Y-14968214D02* +X10769643Y-14768214D01* +X10769643Y-14668214D02* +X10755357Y-14682500D01* +X10769643Y-14696786D01* +X10783928Y-14682500D01* +X10769643Y-14668214D01* +X10769643Y-14696786D01* +X10955357Y-14968214D02* +X10926786Y-14953929D01* +X10912500Y-14925357D01* +X10912500Y-14668214D01* +X11112500Y-14968214D02* +X11083928Y-14953929D01* +X11069643Y-14925357D01* +X11069643Y-14668214D01* +X11455357Y-14968214D02* +X11455357Y-14668214D01* +X11555357Y-14882500D01* +X11655357Y-14668214D01* +X11655357Y-14968214D01* +X11926786Y-14968214D02* +X11926786Y-14811071D01* +X11912500Y-14782500D01* +X11883928Y-14768214D01* +X11826786Y-14768214D01* +X11798214Y-14782500D01* +X11926786Y-14953929D02* +X11898214Y-14968214D01* +X11826786Y-14968214D01* +X11798214Y-14953929D01* +X11783928Y-14925357D01* +X11783928Y-14896786D01* +X11798214Y-14868214D01* +X11826786Y-14853929D01* +X11898214Y-14853929D01* +X11926786Y-14839643D01* +X12069643Y-14768214D02* +X12069643Y-15068214D01* +X12069643Y-14782500D02* +X12098214Y-14768214D01* +X12155357Y-14768214D01* +X12183928Y-14782500D01* +X12198214Y-14796786D01* +X12212500Y-14825357D01* +X12212500Y-14911071D01* +X12198214Y-14939643D01* +X12183928Y-14953929D01* +X12155357Y-14968214D01* +X12098214Y-14968214D01* +X12069643Y-14953929D01* +X12341071Y-14939643D02* +X12355357Y-14953929D01* +X12341071Y-14968214D01* +X12326786Y-14953929D01* +X12341071Y-14939643D01* +X12341071Y-14968214D01* +X12341071Y-14782500D02* +X12355357Y-14796786D01* +X12341071Y-14811071D01* +X12326786Y-14796786D01* +X12341071Y-14782500D01* +X12341071Y-14811071D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-NPTH.drl b/kicad/Output/v1.0/SFD800-NPTH.drl new file mode 100644 index 0000000..ee4427b --- /dev/null +++ b/kicad/Output/v1.0/SFD800-NPTH.drl @@ -0,0 +1,13 @@ +M48 +; DRILL file {KiCad (5.1.2-1)-1} date Tuesday, 01 June 2021 at 15:31:24 +; FORMAT={-:-/ absolute / metric / decimal} +; #@! TF.CreationDate,2021-06-01T15:31:24+01:00 +; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.2-1)-1 +; #@! TF.FileFunction,NonPlated,1,2,NPTH +FMAT,2 +METRIC +% +G90 +G05 +T0 +M30 diff --git a/kicad/Output/v1.0/SFD800-PTH-drl_map.gbr b/kicad/Output/v1.0/SFD800-PTH-drl_map.gbr new file mode 100644 index 0000000..2344524 --- /dev/null +++ b/kicad/Output/v1.0/SFD800-PTH-drl_map.gbr @@ -0,0 +1,3188 @@ +%FSLAX45Y45*% +G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* +G04 Created by KiCad (PCBNEW (5.1.2-1)-1) date 2021-06-01 15:31:22* +%MOMM*% +%LPD*% +G04 APERTURE LIST* +%ADD10C,0.050000*% +%ADD11C,0.200000*% +%ADD12C,0.300000*% +G04 APERTURE END LIST* +D10* +X13400000Y-14500000D02* +X19200000Y-14500000D01* +X19200000Y-13500000D02* +X19200000Y-14500000D01* +X13400000Y-13500000D02* +X13400000Y-14500000D01* +X13400000Y-13500000D02* +X10000000Y-13500000D01* +X21600000Y-13500000D02* +X19200000Y-13500000D01* +X10000000Y-4000000D02* +X21600000Y-4000000D01* +X21600000Y-4000000D02* +X21600000Y-13500000D01* +X10000000Y-4000000D02* +X10000000Y-13500000D01* +D11* +X11319070Y-10389900D02* +X11359070Y-10429900D01* +X11359070Y-10389900D02* +X11319070Y-10429900D01* +X11566430Y-10449470D02* +X11606430Y-10489470D01* +X11606430Y-10449470D02* +X11566430Y-10489470D01* +X12692450Y-9494580D02* +X12732450Y-9534580D01* +X12732450Y-9494580D02* +X12692450Y-9534580D01* +X12803840Y-9066020D02* +X12843840Y-9106020D01* +X12843840Y-9066020D02* +X12803840Y-9106020D01* +X12998200Y-8362480D02* +X13038200Y-8402480D01* +X13038200Y-8362480D02* +X12998200Y-8402480D01* +X13140530Y-8292880D02* +X13180530Y-8332880D01* +X13180530Y-8292880D02* +X13140530Y-8332880D01* +X13140560Y-8443140D02* +X13180560Y-8483140D01* +X13180560Y-8443140D02* +X13140560Y-8483140D01* +X13484800Y-9164580D02* +X13524800Y-9204580D01* +X13524800Y-9164580D02* +X13484800Y-9204580D01* +X13508570Y-9319280D02* +X13548570Y-9359280D01* +X13548570Y-9319280D02* +X13508570Y-9359280D01* +X13559130Y-9088640D02* +X13599130Y-9128640D01* +X13599130Y-9088640D02* +X13559130Y-9128640D01* +X13713440Y-8850400D02* +X13753440Y-8890400D01* +X13753440Y-8850400D02* +X13713440Y-8890400D01* +X13979090Y-8733230D02* +X14019090Y-8773230D01* +X14019090Y-8733230D02* +X13979090Y-8773230D01* +X14736000Y-13038400D02* +X14776000Y-13078400D01* +X14776000Y-13038400D02* +X14736000Y-13078400D01* +X15466190Y-8987090D02* +X15506190Y-9027090D01* +X15506190Y-8987090D02* +X15466190Y-9027090D01* +X15579480Y-6035360D02* +X15619480Y-6075360D01* +X15619480Y-6035360D02* +X15579480Y-6075360D01* +X15605310Y-11139230D02* +X15645310Y-11179230D01* +X15645310Y-11139230D02* +X15605310Y-11179230D01* +X15718470Y-10557740D02* +X15758470Y-10597740D01* +X15758470Y-10557740D02* +X15718470Y-10597740D01* +X16229910Y-12863350D02* +X16269910Y-12903350D01* +X16269910Y-12863350D02* +X16229910Y-12903350D01* +X16477140Y-12798910D02* +X16517140Y-12838910D01* +X16517140Y-12798910D02* +X16477140Y-12838910D01* +X16695370Y-11194630D02* +X16735370Y-11234630D01* +X16735370Y-11194630D02* +X16695370Y-11234630D01* +X16829060Y-13038400D02* +X16869060Y-13078400D01* +X16869060Y-13038400D02* +X16829060Y-13078400D01* +X17429290Y-10093690D02* +X17469290Y-10133690D01* +X17469290Y-10093690D02* +X17429290Y-10133690D01* +X17806880Y-13070710D02* +X17846880Y-13110710D01* +X17846880Y-13070710D02* +X17806880Y-13110710D01* +X18058990Y-9993540D02* +X18098990Y-10033540D01* +X18098990Y-9993540D02* +X18058990Y-10033540D01* +X18278450Y-12895770D02* +X18318450Y-12935770D01* +X18318450Y-12895770D02* +X18278450Y-12935770D01* +X18405480Y-12775240D02* +X18445480Y-12815240D01* +X18445480Y-12775240D02* +X18405480Y-12815240D01* +X18459440Y-11852990D02* +X18499440Y-11892990D01* +X18499440Y-11852990D02* +X18459440Y-11892990D01* +X18842070Y-11496680D02* +X18882070Y-11536680D01* +X18882070Y-11496680D02* +X18842070Y-11536680D01* +X19011400Y-11889410D02* +X19051400Y-11929410D01* +X19051400Y-11889410D02* +X19011400Y-11929410D01* +X13645000Y-13385000D02* +G75* +G03X13645000Y-13385000I-25000J0D01* +G01* +X13646000Y-13299000D02* +G75* +G03X13646000Y-13299000I-25000J0D01* +G01* +X13648000Y-13213000D02* +G75* +G03X13648000Y-13213000I-25000J0D01* +G01* +X17956000Y-12595000D02* +G75* +G03X17956000Y-12595000I-25000J0D01* +G01* +X18969000Y-13302000D02* +G75* +G03X18969000Y-13302000I-25000J0D01* +G01* +X18969000Y-13390000D02* +G75* +G03X18969000Y-13390000I-25000J0D01* +G01* +X18973000Y-13213000D02* +G75* +G03X18973000Y-13213000I-25000J0D01* +G01* +X10971000Y-6476000D02* +X10971000Y-6546000D01* +X10936000Y-6511000D02* +X11006000Y-6511000D01* +X11479000Y-6476000D02* +X11479000Y-6546000D01* +X11444000Y-6511000D02* +X11514000Y-6511000D01* +X10973000Y-6232000D02* +X10973000Y-6302000D01* +X10938000Y-6267000D02* +X11008000Y-6267000D01* +X11481000Y-6232000D02* +X11481000Y-6302000D01* +X11446000Y-6267000D02* +X11516000Y-6267000D01* +X10832285Y-6821284D02* +X10832285Y-6764715D01* +X10775716Y-6764715D01* +X10775716Y-6821284D01* +X10832285Y-6821284D01* +X11082285Y-6821284D02* +X11082285Y-6764715D01* +X11025716Y-6764715D01* +X11025716Y-6821284D01* +X11082285Y-6821284D01* +X13728284Y-7011284D02* +X13728284Y-6954715D01* +X13671715Y-6954715D01* +X13671715Y-7011284D01* +X13728284Y-7011284D01* +X13728284Y-7773284D02* +X13728284Y-7716715D01* +X13671715Y-7716715D01* +X13671715Y-7773284D01* +X13728284Y-7773284D01* +X13982284Y-7011284D02* +X13982284Y-6954715D01* +X13925715Y-6954715D01* +X13925715Y-7011284D01* +X13982284Y-7011284D01* +X13982284Y-7773284D02* +X13982284Y-7716715D01* +X13925715Y-7716715D01* +X13925715Y-7773284D01* +X13982284Y-7773284D01* +X14236284Y-7011284D02* +X14236284Y-6954715D01* +X14179715Y-6954715D01* +X14179715Y-7011284D01* +X14236284Y-7011284D01* +X14236284Y-7773284D02* +X14236284Y-7716715D01* +X14179715Y-7716715D01* +X14179715Y-7773284D01* +X14236284Y-7773284D01* +X14490284Y-7011284D02* +X14490284Y-6954715D01* +X14433715Y-6954715D01* +X14433715Y-7011284D01* +X14490284Y-7011284D01* +X14490284Y-7773284D02* +X14490284Y-7716715D01* +X14433715Y-7716715D01* +X14433715Y-7773284D01* +X14490284Y-7773284D01* +X14744284Y-7011284D02* +X14744284Y-6954715D01* +X14687715Y-6954715D01* +X14687715Y-7011284D01* +X14744284Y-7011284D01* +X14744284Y-7773284D02* +X14744284Y-7716715D01* +X14687715Y-7716715D01* +X14687715Y-7773284D01* +X14744284Y-7773284D01* +X14998284Y-7011284D02* +X14998284Y-6954715D01* +X14941715Y-6954715D01* +X14941715Y-7011284D01* +X14998284Y-7011284D01* +X14998284Y-7773284D02* +X14998284Y-7716715D01* +X14941715Y-7716715D01* +X14941715Y-7773284D01* +X14998284Y-7773284D01* +X15252284Y-7011284D02* +X15252284Y-6954715D01* +X15195715Y-6954715D01* +X15195715Y-7011284D01* +X15252284Y-7011284D01* +X15252284Y-7773284D02* +X15252284Y-7716715D01* +X15195715Y-7716715D01* +X15195715Y-7773284D01* +X15252284Y-7773284D01* +X13057284Y-11351284D02* +X13057284Y-11294715D01* +X13000715Y-11294715D01* +X13000715Y-11351284D01* +X13057284Y-11351284D01* +X13307284Y-11351284D02* +X13307284Y-11294715D01* +X13250715Y-11294715D01* +X13250715Y-11351284D01* +X13307284Y-11351284D01* +X16528284Y-11666284D02* +X16528284Y-11609715D01* +X16471715Y-11609715D01* +X16471715Y-11666284D01* +X16528284Y-11666284D01* +X16528284Y-12428284D02* +X16528284Y-12371715D01* +X16471715Y-12371715D01* +X16471715Y-12428284D01* +X16528284Y-12428284D01* +X16782285Y-11666284D02* +X16782285Y-11609715D01* +X16725715Y-11609715D01* +X16725715Y-11666284D01* +X16782285Y-11666284D01* +X16782285Y-12428284D02* +X16782285Y-12371715D01* +X16725715Y-12371715D01* +X16725715Y-12428284D01* +X16782285Y-12428284D01* +X17036285Y-11666284D02* +X17036285Y-11609715D01* +X16979716Y-11609715D01* +X16979716Y-11666284D01* +X17036285Y-11666284D01* +X17036285Y-12428284D02* +X17036285Y-12371715D01* +X16979716Y-12371715D01* +X16979716Y-12428284D01* +X17036285Y-12428284D01* +X17290285Y-11666284D02* +X17290285Y-11609715D01* +X17233716Y-11609715D01* +X17233716Y-11666284D01* +X17290285Y-11666284D01* +X17290285Y-12428284D02* +X17290285Y-12371715D01* +X17233716Y-12371715D01* +X17233716Y-12428284D01* +X17290285Y-12428284D01* +X17544285Y-11666284D02* +X17544285Y-11609715D01* +X17487716Y-11609715D01* +X17487716Y-11666284D01* +X17544285Y-11666284D01* +X17544285Y-12428284D02* +X17544285Y-12371715D01* +X17487716Y-12371715D01* +X17487716Y-12428284D01* +X17544285Y-12428284D01* +X17798285Y-11666284D02* +X17798285Y-11609715D01* +X17741716Y-11609715D01* +X17741716Y-11666284D01* +X17798285Y-11666284D01* +X17798285Y-12428284D02* +X17798285Y-12371715D01* +X17741716Y-12371715D01* +X17741716Y-12428284D01* +X17798285Y-12428284D01* +X18052285Y-11666284D02* +X18052285Y-11609715D01* +X17995716Y-11609715D01* +X17995716Y-11666284D01* +X18052285Y-11666284D01* +X18052285Y-12428284D02* +X18052285Y-12371715D01* +X17995716Y-12371715D01* +X17995716Y-12428284D01* +X18052285Y-12428284D01* +X18544285Y-9325285D02* +X18544285Y-9268716D01* +X18487716Y-9268716D01* +X18487716Y-9325285D01* +X18544285Y-9325285D01* +X18544285Y-10087285D02* +X18544285Y-10030716D01* +X18487716Y-10030716D01* +X18487716Y-10087285D01* +X18544285Y-10087285D01* +X18798285Y-9325285D02* +X18798285Y-9268716D01* +X18741716Y-9268716D01* +X18741716Y-9325285D01* +X18798285Y-9325285D01* +X18798285Y-10087285D02* +X18798285Y-10030716D01* +X18741716Y-10030716D01* +X18741716Y-10087285D01* +X18798285Y-10087285D01* +X19052285Y-9325285D02* +X19052285Y-9268716D01* +X18995716Y-9268716D01* +X18995716Y-9325285D01* +X19052285Y-9325285D01* +X19052285Y-10087285D02* +X19052285Y-10030716D01* +X18995716Y-10030716D01* +X18995716Y-10087285D01* +X19052285Y-10087285D01* +X19306285Y-9325285D02* +X19306285Y-9268716D01* +X19249716Y-9268716D01* +X19249716Y-9325285D01* +X19306285Y-9325285D01* +X19306285Y-10087285D02* +X19306285Y-10030716D01* +X19249716Y-10030716D01* +X19249716Y-10087285D01* +X19306285Y-10087285D01* +X19560285Y-9325285D02* +X19560285Y-9268716D01* +X19503716Y-9268716D01* +X19503716Y-9325285D01* +X19560285Y-9325285D01* +X19560285Y-10087285D02* +X19560285Y-10030716D01* +X19503716Y-10030716D01* +X19503716Y-10087285D01* +X19560285Y-10087285D01* +X19814285Y-9325285D02* +X19814285Y-9268716D01* +X19757716Y-9268716D01* +X19757716Y-9325285D01* +X19814285Y-9325285D01* +X19814285Y-10087285D02* +X19814285Y-10030716D01* +X19757716Y-10030716D01* +X19757716Y-10087285D01* +X19814285Y-10087285D01* +X20068285Y-9325285D02* +X20068285Y-9268716D01* +X20011716Y-9268716D01* +X20011716Y-9325285D01* +X20068285Y-9325285D01* +X20068285Y-10087285D02* +X20068285Y-10030716D01* +X20011716Y-10030716D01* +X20011716Y-10087285D01* +X20068285Y-10087285D01* +X20322285Y-9325285D02* +X20322285Y-9268716D01* +X20265716Y-9268716D01* +X20265716Y-9325285D01* +X20322285Y-9325285D01* +X20322285Y-10087285D02* +X20322285Y-10030716D01* +X20265716Y-10030716D01* +X20265716Y-10087285D01* +X20322285Y-10087285D01* +X12658284Y-8194284D02* +X12658284Y-8137715D01* +X12601715Y-8137715D01* +X12601715Y-8194284D01* +X12658284Y-8194284D01* +X12908284Y-8194284D02* +X12908284Y-8137715D01* +X12851715Y-8137715D01* +X12851715Y-8194284D01* +X12908284Y-8194284D01* +X11408284Y-7011284D02* +X11408284Y-6954715D01* +X11351715Y-6954715D01* +X11351715Y-7011284D01* +X11408284Y-7011284D01* +X11408284Y-7773284D02* +X11408284Y-7716715D01* +X11351715Y-7716715D01* +X11351715Y-7773284D01* +X11408284Y-7773284D01* +X11662284Y-7011284D02* +X11662284Y-6954715D01* +X11605715Y-6954715D01* +X11605715Y-7011284D01* +X11662284Y-7011284D01* +X11662284Y-7773284D02* +X11662284Y-7716715D01* +X11605715Y-7716715D01* +X11605715Y-7773284D01* +X11662284Y-7773284D01* +X11916284Y-7011284D02* +X11916284Y-6954715D01* +X11859715Y-6954715D01* +X11859715Y-7011284D01* +X11916284Y-7011284D01* +X11916284Y-7773284D02* +X11916284Y-7716715D01* +X11859715Y-7716715D01* +X11859715Y-7773284D01* +X11916284Y-7773284D01* +X12170284Y-7011284D02* +X12170284Y-6954715D01* +X12113715Y-6954715D01* +X12113715Y-7011284D01* +X12170284Y-7011284D01* +X12170284Y-7773284D02* +X12170284Y-7716715D01* +X12113715Y-7716715D01* +X12113715Y-7773284D01* +X12170284Y-7773284D01* +X12424284Y-7011284D02* +X12424284Y-6954715D01* +X12367715Y-6954715D01* +X12367715Y-7011284D01* +X12424284Y-7011284D01* +X12424284Y-7773284D02* +X12424284Y-7716715D01* +X12367715Y-7716715D01* +X12367715Y-7773284D01* +X12424284Y-7773284D01* +X12678284Y-7011284D02* +X12678284Y-6954715D01* +X12621715Y-6954715D01* +X12621715Y-7011284D01* +X12678284Y-7011284D01* +X12678284Y-7773284D02* +X12678284Y-7716715D01* +X12621715Y-7716715D01* +X12621715Y-7773284D01* +X12678284Y-7773284D01* +X12932284Y-7011284D02* +X12932284Y-6954715D01* +X12875715Y-6954715D01* +X12875715Y-7011284D01* +X12932284Y-7011284D01* +X12932284Y-7773284D02* +X12932284Y-7716715D01* +X12875715Y-7716715D01* +X12875715Y-7773284D01* +X12932284Y-7773284D01* +X11408284Y-10166285D02* +X11408284Y-10109716D01* +X11351715Y-10109716D01* +X11351715Y-10166285D01* +X11408284Y-10166285D01* +X11408284Y-10928285D02* +X11408284Y-10871716D01* +X11351715Y-10871716D01* +X11351715Y-10928285D01* +X11408284Y-10928285D01* +X11662284Y-10166285D02* +X11662284Y-10109716D01* +X11605715Y-10109716D01* +X11605715Y-10166285D01* +X11662284Y-10166285D01* +X11662284Y-10928285D02* +X11662284Y-10871716D01* +X11605715Y-10871716D01* +X11605715Y-10928285D01* +X11662284Y-10928285D01* +X11916284Y-10166285D02* +X11916284Y-10109716D01* +X11859715Y-10109716D01* +X11859715Y-10166285D01* +X11916284Y-10166285D01* +X11916284Y-10928285D02* +X11916284Y-10871716D01* +X11859715Y-10871716D01* +X11859715Y-10928285D01* +X11916284Y-10928285D01* +X12170284Y-10166285D02* +X12170284Y-10109716D01* +X12113715Y-10109716D01* +X12113715Y-10166285D01* +X12170284Y-10166285D01* +X12170284Y-10928285D02* +X12170284Y-10871716D01* +X12113715Y-10871716D01* +X12113715Y-10928285D01* +X12170284Y-10928285D01* +X12424284Y-10166285D02* +X12424284Y-10109716D01* +X12367715Y-10109716D01* +X12367715Y-10166285D01* +X12424284Y-10166285D01* +X12424284Y-10928285D02* +X12424284Y-10871716D01* +X12367715Y-10871716D01* +X12367715Y-10928285D01* +X12424284Y-10928285D01* +X12678284Y-10166285D02* +X12678284Y-10109716D01* +X12621715Y-10109716D01* +X12621715Y-10166285D01* +X12678284Y-10166285D01* +X12678284Y-10928285D02* +X12678284Y-10871716D01* +X12621715Y-10871716D01* +X12621715Y-10928285D01* +X12678284Y-10928285D01* +X12932284Y-10166285D02* +X12932284Y-10109716D01* +X12875715Y-10109716D01* +X12875715Y-10166285D01* +X12932284Y-10166285D01* +X12932284Y-10928285D02* +X12932284Y-10871716D01* +X12875715Y-10871716D01* +X12875715Y-10928285D01* +X12932284Y-10928285D01* +X12746284Y-9749285D02* +X12746284Y-9692716D01* +X12689715Y-9692716D01* +X12689715Y-9749285D01* +X12746284Y-9749285D01* +X12996284Y-9749285D02* +X12996284Y-9692716D01* +X12939715Y-9692716D01* +X12939715Y-9749285D01* +X12996284Y-9749285D01* +X17942285Y-7290284D02* +X17942285Y-7233715D01* +X17885716Y-7233715D01* +X17885716Y-7290284D01* +X17942285Y-7290284D01* +X17942285Y-7540284D02* +X17942285Y-7483715D01* +X17885716Y-7483715D01* +X17885716Y-7540284D01* +X17942285Y-7540284D01* +X11408284Y-8591285D02* +X11408284Y-8534716D01* +X11351715Y-8534716D01* +X11351715Y-8591285D01* +X11408284Y-8591285D01* +X11408284Y-9353285D02* +X11408284Y-9296716D01* +X11351715Y-9296716D01* +X11351715Y-9353285D01* +X11408284Y-9353285D01* +X11662284Y-8591285D02* +X11662284Y-8534716D01* +X11605715Y-8534716D01* +X11605715Y-8591285D01* +X11662284Y-8591285D01* +X11662284Y-9353285D02* +X11662284Y-9296716D01* +X11605715Y-9296716D01* +X11605715Y-9353285D01* +X11662284Y-9353285D01* +X11916284Y-8591285D02* +X11916284Y-8534716D01* +X11859715Y-8534716D01* +X11859715Y-8591285D01* +X11916284Y-8591285D01* +X11916284Y-9353285D02* +X11916284Y-9296716D01* +X11859715Y-9296716D01* +X11859715Y-9353285D01* +X11916284Y-9353285D01* +X12170284Y-8591285D02* +X12170284Y-8534716D01* +X12113715Y-8534716D01* +X12113715Y-8591285D01* +X12170284Y-8591285D01* +X12170284Y-9353285D02* +X12170284Y-9296716D01* +X12113715Y-9296716D01* +X12113715Y-9353285D01* +X12170284Y-9353285D01* +X12424284Y-8591285D02* +X12424284Y-8534716D01* +X12367715Y-8534716D01* +X12367715Y-8591285D01* +X12424284Y-8591285D01* +X12424284Y-9353285D02* +X12424284Y-9296716D01* +X12367715Y-9296716D01* +X12367715Y-9353285D01* +X12424284Y-9353285D01* +X12678284Y-8591285D02* +X12678284Y-8534716D01* +X12621715Y-8534716D01* +X12621715Y-8591285D01* +X12678284Y-8591285D01* +X12678284Y-9353285D02* +X12678284Y-9296716D01* +X12621715Y-9296716D01* +X12621715Y-9353285D01* +X12678284Y-9353285D01* +X12932284Y-8591285D02* +X12932284Y-8534716D01* +X12875715Y-8534716D01* +X12875715Y-8591285D01* +X12932284Y-8591285D01* +X12932284Y-9353285D02* +X12932284Y-9296716D01* +X12875715Y-9296716D01* +X12875715Y-9353285D01* +X12932284Y-9353285D01* +X13655284Y-6609284D02* +X13655284Y-6552715D01* +X13598715Y-6552715D01* +X13598715Y-6609284D01* +X13655284Y-6609284D01* +X13909284Y-6609284D02* +X13909284Y-6552715D01* +X13852715Y-6552715D01* +X13852715Y-6609284D01* +X13909284Y-6609284D01* +X14163284Y-6609284D02* +X14163284Y-6552715D01* +X14106715Y-6552715D01* +X14106715Y-6609284D01* +X14163284Y-6609284D01* +X14417284Y-6609284D02* +X14417284Y-6552715D01* +X14360715Y-6552715D01* +X14360715Y-6609284D01* +X14417284Y-6609284D01* +X14671284Y-6609284D02* +X14671284Y-6552715D01* +X14614715Y-6552715D01* +X14614715Y-6609284D01* +X14671284Y-6609284D01* +X14925284Y-6609284D02* +X14925284Y-6552715D01* +X14868715Y-6552715D01* +X14868715Y-6609284D01* +X14925284Y-6609284D01* +X16053284Y-7011284D02* +X16053284Y-6954715D01* +X15996715Y-6954715D01* +X15996715Y-7011284D01* +X16053284Y-7011284D01* +X16053284Y-7773284D02* +X16053284Y-7716715D01* +X15996715Y-7716715D01* +X15996715Y-7773284D01* +X16053284Y-7773284D01* +X16307284Y-7011284D02* +X16307284Y-6954715D01* +X16250715Y-6954715D01* +X16250715Y-7011284D01* +X16307284Y-7011284D01* +X16307284Y-7773284D02* +X16307284Y-7716715D01* +X16250715Y-7716715D01* +X16250715Y-7773284D01* +X16307284Y-7773284D01* +X16561284Y-7011284D02* +X16561284Y-6954715D01* +X16504715Y-6954715D01* +X16504715Y-7011284D01* +X16561284Y-7011284D01* +X16561284Y-7773284D02* +X16561284Y-7716715D01* +X16504715Y-7716715D01* +X16504715Y-7773284D01* +X16561284Y-7773284D01* +X16815285Y-7011284D02* +X16815285Y-6954715D01* +X16758715Y-6954715D01* +X16758715Y-7011284D01* +X16815285Y-7011284D01* +X16815285Y-7773284D02* +X16815285Y-7716715D01* +X16758715Y-7716715D01* +X16758715Y-7773284D01* +X16815285Y-7773284D01* +X17069285Y-7011284D02* +X17069285Y-6954715D01* +X17012716Y-6954715D01* +X17012716Y-7011284D01* +X17069285Y-7011284D01* +X17069285Y-7773284D02* +X17069285Y-7716715D01* +X17012716Y-7716715D01* +X17012716Y-7773284D01* +X17069285Y-7773284D01* +X17323285Y-7011284D02* +X17323285Y-6954715D01* +X17266716Y-6954715D01* +X17266716Y-7011284D01* +X17323285Y-7011284D01* +X17323285Y-7773284D02* +X17323285Y-7716715D01* +X17266716Y-7716715D01* +X17266716Y-7773284D01* +X17323285Y-7773284D01* +X17577285Y-7011284D02* +X17577285Y-6954715D01* +X17520716Y-6954715D01* +X17520716Y-7011284D01* +X17577285Y-7011284D01* +X17577285Y-7773284D02* +X17577285Y-7716715D01* +X17520716Y-7716715D01* +X17520716Y-7773284D01* +X17577285Y-7773284D01* +X12014284Y-6542284D02* +X12014284Y-6485715D01* +X11957715Y-6485715D01* +X11957715Y-6542284D01* +X12014284Y-6542284D01* +X12264284Y-6542284D02* +X12264284Y-6485715D01* +X12207715Y-6485715D01* +X12207715Y-6542284D01* +X12264284Y-6542284D01* +X13528284Y-11666284D02* +X13528284Y-11609715D01* +X13471715Y-11609715D01* +X13471715Y-11666284D01* +X13528284Y-11666284D01* +X13528284Y-12428284D02* +X13528284Y-12371715D01* +X13471715Y-12371715D01* +X13471715Y-12428284D01* +X13528284Y-12428284D01* +X13782284Y-11666284D02* +X13782284Y-11609715D01* +X13725715Y-11609715D01* +X13725715Y-11666284D01* +X13782284Y-11666284D01* +X13782284Y-12428284D02* +X13782284Y-12371715D01* +X13725715Y-12371715D01* +X13725715Y-12428284D01* +X13782284Y-12428284D01* +X14036284Y-11666284D02* +X14036284Y-11609715D01* +X13979715Y-11609715D01* +X13979715Y-11666284D01* +X14036284Y-11666284D01* +X14036284Y-12428284D02* +X14036284Y-12371715D01* +X13979715Y-12371715D01* +X13979715Y-12428284D01* +X14036284Y-12428284D01* +X14290284Y-11666284D02* +X14290284Y-11609715D01* +X14233715Y-11609715D01* +X14233715Y-11666284D01* +X14290284Y-11666284D01* +X14290284Y-12428284D02* +X14290284Y-12371715D01* +X14233715Y-12371715D01* +X14233715Y-12428284D01* +X14290284Y-12428284D01* +X14544284Y-11666284D02* +X14544284Y-11609715D01* +X14487715Y-11609715D01* +X14487715Y-11666284D01* +X14544284Y-11666284D01* +X14544284Y-12428284D02* +X14544284Y-12371715D01* +X14487715Y-12371715D01* +X14487715Y-12428284D01* +X14544284Y-12428284D01* +X14798284Y-11666284D02* +X14798284Y-11609715D01* +X14741715Y-11609715D01* +X14741715Y-11666284D01* +X14798284Y-11666284D01* +X14798284Y-12428284D02* +X14798284Y-12371715D01* +X14741715Y-12371715D01* +X14741715Y-12428284D01* +X14798284Y-12428284D01* +X15052284Y-11666284D02* +X15052284Y-11609715D01* +X14995715Y-11609715D01* +X14995715Y-11666284D01* +X15052284Y-11666284D01* +X15052284Y-12428284D02* +X15052284Y-12371715D01* +X14995715Y-12371715D01* +X14995715Y-12428284D01* +X15052284Y-12428284D01* +X15306284Y-11666284D02* +X15306284Y-11609715D01* +X15249715Y-11609715D01* +X15249715Y-11666284D01* +X15306284Y-11666284D01* +X15306284Y-12428284D02* +X15306284Y-12371715D01* +X15249715Y-12371715D01* +X15249715Y-12428284D01* +X15306284Y-12428284D01* +X15560284Y-11666284D02* +X15560284Y-11609715D01* +X15503715Y-11609715D01* +X15503715Y-11666284D01* +X15560284Y-11666284D01* +X15560284Y-12428284D02* +X15560284Y-12371715D01* +X15503715Y-12371715D01* +X15503715Y-12428284D01* +X15560284Y-12428284D01* +X15814284Y-11666284D02* +X15814284Y-11609715D01* +X15757715Y-11609715D01* +X15757715Y-11666284D01* +X15814284Y-11666284D01* +X15814284Y-12428284D02* +X15814284Y-12371715D01* +X15757715Y-12371715D01* +X15757715Y-12428284D01* +X15814284Y-12428284D01* +X17837285Y-9990285D02* +X17837285Y-9933716D01* +X17780716Y-9933716D01* +X17780716Y-9990285D01* +X17837285Y-9990285D01* +X17837285Y-10240285D02* +X17837285Y-10183716D01* +X17780716Y-10183716D01* +X17780716Y-10240285D01* +X17837285Y-10240285D01* +X18528285Y-7011284D02* +X18528285Y-6954715D01* +X18471716Y-6954715D01* +X18471716Y-7011284D01* +X18528285Y-7011284D01* +X18528285Y-7773284D02* +X18528285Y-7716715D01* +X18471716Y-7716715D01* +X18471716Y-7773284D01* +X18528285Y-7773284D01* +X18782285Y-7011284D02* +X18782285Y-6954715D01* +X18725716Y-6954715D01* +X18725716Y-7011284D01* +X18782285Y-7011284D01* +X18782285Y-7773284D02* +X18782285Y-7716715D01* +X18725716Y-7716715D01* +X18725716Y-7773284D01* +X18782285Y-7773284D01* +X19036285Y-7011284D02* +X19036285Y-6954715D01* +X18979716Y-6954715D01* +X18979716Y-7011284D01* +X19036285Y-7011284D01* +X19036285Y-7773284D02* +X19036285Y-7716715D01* +X18979716Y-7716715D01* +X18979716Y-7773284D01* +X19036285Y-7773284D01* +X19290285Y-7011284D02* +X19290285Y-6954715D01* +X19233716Y-6954715D01* +X19233716Y-7011284D01* +X19290285Y-7011284D01* +X19290285Y-7773284D02* +X19290285Y-7716715D01* +X19233716Y-7716715D01* +X19233716Y-7773284D01* +X19290285Y-7773284D01* +X19544285Y-7011284D02* +X19544285Y-6954715D01* +X19487716Y-6954715D01* +X19487716Y-7011284D01* +X19544285Y-7011284D01* +X19544285Y-7773284D02* +X19544285Y-7716715D01* +X19487716Y-7716715D01* +X19487716Y-7773284D01* +X19544285Y-7773284D01* +X19798285Y-7011284D02* +X19798285Y-6954715D01* +X19741716Y-6954715D01* +X19741716Y-7011284D01* +X19798285Y-7011284D01* +X19798285Y-7773284D02* +X19798285Y-7716715D01* +X19741716Y-7716715D01* +X19741716Y-7773284D01* +X19798285Y-7773284D01* +X20052285Y-7011284D02* +X20052285Y-6954715D01* +X19995716Y-6954715D01* +X19995716Y-7011284D01* +X20052285Y-7011284D01* +X20052285Y-7773284D02* +X20052285Y-7716715D01* +X19995716Y-7716715D01* +X19995716Y-7773284D01* +X20052285Y-7773284D01* +X20306285Y-7011284D02* +X20306285Y-6954715D01* +X20249716Y-6954715D01* +X20249716Y-7011284D01* +X20306285Y-7011284D01* +X20306285Y-7773284D02* +X20306285Y-7716715D01* +X20249716Y-7716715D01* +X20249716Y-7773284D01* +X20306285Y-7773284D01* +X10588285Y-5288285D02* +X10588285Y-5231716D01* +X10531716Y-5231716D01* +X10531716Y-5288285D01* +X10588285Y-5288285D01* +X10588285Y-5778284D02* +X10588285Y-5721715D01* +X10531716Y-5721715D01* +X10531716Y-5778284D01* +X10588285Y-5778284D01* +X18728285Y-11666284D02* +X18728285Y-11609715D01* +X18671716Y-11609715D01* +X18671716Y-11666284D01* +X18728285Y-11666284D01* +X18728285Y-12428284D02* +X18728285Y-12371715D01* +X18671716Y-12371715D01* +X18671716Y-12428284D01* +X18728285Y-12428284D01* +X18982285Y-11666284D02* +X18982285Y-11609715D01* +X18925716Y-11609715D01* +X18925716Y-11666284D01* +X18982285Y-11666284D01* +X18982285Y-12428284D02* +X18982285Y-12371715D01* +X18925716Y-12371715D01* +X18925716Y-12428284D01* +X18982285Y-12428284D01* +X19236285Y-11666284D02* +X19236285Y-11609715D01* +X19179716Y-11609715D01* +X19179716Y-11666284D01* +X19236285Y-11666284D01* +X19236285Y-12428284D02* +X19236285Y-12371715D01* +X19179716Y-12371715D01* +X19179716Y-12428284D01* +X19236285Y-12428284D01* +X19490285Y-11666284D02* +X19490285Y-11609715D01* +X19433716Y-11609715D01* +X19433716Y-11666284D01* +X19490285Y-11666284D01* +X19490285Y-12428284D02* +X19490285Y-12371715D01* +X19433716Y-12371715D01* +X19433716Y-12428284D01* +X19490285Y-12428284D01* +X19744285Y-11666284D02* +X19744285Y-11609715D01* +X19687716Y-11609715D01* +X19687716Y-11666284D01* +X19744285Y-11666284D01* +X19744285Y-12428284D02* +X19744285Y-12371715D01* +X19687716Y-12371715D01* +X19687716Y-12428284D01* +X19744285Y-12428284D01* +X19998285Y-11666284D02* +X19998285Y-11609715D01* +X19941716Y-11609715D01* +X19941716Y-11666284D01* +X19998285Y-11666284D01* +X19998285Y-12428284D02* +X19998285Y-12371715D01* +X19941716Y-12371715D01* +X19941716Y-12428284D01* +X19998285Y-12428284D01* +X20252285Y-11666284D02* +X20252285Y-11609715D01* +X20195716Y-11609715D01* +X20195716Y-11666284D01* +X20252285Y-11666284D01* +X20252285Y-12428284D02* +X20252285Y-12371715D01* +X20195716Y-12371715D01* +X20195716Y-12428284D01* +X20252285Y-12428284D01* +X19077285Y-13025284D02* +X19077285Y-12968715D01* +X19020716Y-12968715D01* +X19020716Y-13025284D01* +X19077285Y-13025284D01* +X19327285Y-13025284D02* +X19327285Y-12968715D01* +X19270716Y-12968715D01* +X19270716Y-13025284D01* +X19327285Y-13025284D01* +X12629284Y-6540284D02* +X12629284Y-6483715D01* +X12572715Y-6483715D01* +X12572715Y-6540284D01* +X12629284Y-6540284D01* +X12879284Y-6540284D02* +X12879284Y-6483715D01* +X12822715Y-6483715D01* +X12822715Y-6540284D01* +X12879284Y-6540284D01* +X19075285Y-12719284D02* +X19075285Y-12662715D01* +X19018716Y-12662715D01* +X19018716Y-12719284D01* +X19075285Y-12719284D01* +X19325285Y-12719284D02* +X19325285Y-12662715D01* +X19268716Y-12662715D01* +X19268716Y-12719284D01* +X19325285Y-12719284D01* +X14128284Y-8904285D02* +X14128284Y-8847716D01* +X14071715Y-8847716D01* +X14071715Y-8904285D01* +X14128284Y-8904285D01* +X14128284Y-10428285D02* +X14128284Y-10371716D01* +X14071715Y-10371716D01* +X14071715Y-10428285D01* +X14128284Y-10428285D01* +X14382284Y-8904285D02* +X14382284Y-8847716D01* +X14325715Y-8847716D01* +X14325715Y-8904285D01* +X14382284Y-8904285D01* +X14382284Y-10428285D02* +X14382284Y-10371716D01* +X14325715Y-10371716D01* +X14325715Y-10428285D01* +X14382284Y-10428285D01* +X14636284Y-8904285D02* +X14636284Y-8847716D01* +X14579715Y-8847716D01* +X14579715Y-8904285D01* +X14636284Y-8904285D01* +X14636284Y-10428285D02* +X14636284Y-10371716D01* +X14579715Y-10371716D01* +X14579715Y-10428285D01* +X14636284Y-10428285D01* +X14890284Y-8904285D02* +X14890284Y-8847716D01* +X14833715Y-8847716D01* +X14833715Y-8904285D01* +X14890284Y-8904285D01* +X14890284Y-10428285D02* +X14890284Y-10371716D01* +X14833715Y-10371716D01* +X14833715Y-10428285D01* +X14890284Y-10428285D01* +X15144284Y-8904285D02* +X15144284Y-8847716D01* +X15087715Y-8847716D01* +X15087715Y-8904285D01* +X15144284Y-8904285D01* +X15144284Y-10428285D02* +X15144284Y-10371716D01* +X15087715Y-10371716D01* +X15087715Y-10428285D01* +X15144284Y-10428285D01* +X15398284Y-8904285D02* +X15398284Y-8847716D01* +X15341715Y-8847716D01* +X15341715Y-8904285D01* +X15398284Y-8904285D01* +X15398284Y-10428285D02* +X15398284Y-10371716D01* +X15341715Y-10371716D01* +X15341715Y-10428285D01* +X15398284Y-10428285D01* +X15652284Y-8904285D02* +X15652284Y-8847716D01* +X15595715Y-8847716D01* +X15595715Y-8904285D01* +X15652284Y-8904285D01* +X15652284Y-10428285D02* +X15652284Y-10371716D01* +X15595715Y-10371716D01* +X15595715Y-10428285D01* +X15652284Y-10428285D01* +X15906284Y-8904285D02* +X15906284Y-8847716D01* +X15849715Y-8847716D01* +X15849715Y-8904285D01* +X15906284Y-8904285D01* +X15906284Y-10428285D02* +X15906284Y-10371716D01* +X15849715Y-10371716D01* +X15849715Y-10428285D01* +X15906284Y-10428285D01* +X16160284Y-8904285D02* +X16160284Y-8847716D01* +X16103715Y-8847716D01* +X16103715Y-8904285D01* +X16160284Y-8904285D01* +X16160284Y-10428285D02* +X16160284Y-10371716D01* +X16103715Y-10371716D01* +X16103715Y-10428285D01* +X16160284Y-10428285D01* +X16414284Y-8904285D02* +X16414284Y-8847716D01* +X16357715Y-8847716D01* +X16357715Y-8904285D01* +X16414284Y-8904285D01* +X16414284Y-10428285D02* +X16414284Y-10371716D01* +X16357715Y-10371716D01* +X16357715Y-10428285D01* +X16414284Y-10428285D01* +X16668284Y-8904285D02* +X16668284Y-8847716D01* +X16611715Y-8847716D01* +X16611715Y-8904285D01* +X16668284Y-8904285D01* +X16668284Y-10428285D02* +X16668284Y-10371716D01* +X16611715Y-10371716D01* +X16611715Y-10428285D01* +X16668284Y-10428285D01* +X16922285Y-8904285D02* +X16922285Y-8847716D01* +X16865716Y-8847716D01* +X16865716Y-8904285D01* +X16922285Y-8904285D01* +X16922285Y-10428285D02* +X16922285Y-10371716D01* +X16865716Y-10371716D01* +X16865716Y-10428285D01* +X16922285Y-10428285D01* +X17176285Y-8904285D02* +X17176285Y-8847716D01* +X17119716Y-8847716D01* +X17119716Y-8904285D01* +X17176285Y-8904285D01* +X17176285Y-10428285D02* +X17176285Y-10371716D01* +X17119716Y-10371716D01* +X17119716Y-10428285D01* +X17176285Y-10428285D01* +X17430285Y-8904285D02* +X17430285Y-8847716D01* +X17373716Y-8847716D01* +X17373716Y-8904285D01* +X17430285Y-8904285D01* +X17430285Y-10428285D02* +X17430285Y-10371716D01* +X17373716Y-10371716D01* +X17373716Y-10428285D01* +X17430285Y-10428285D01* +X13700000Y-5986500D02* +X13740500Y-5946000D01* +X13700000Y-5905500D01* +X13659500Y-5946000D01* +X13700000Y-5986500D01* +X13700000Y-6240500D02* +X13740500Y-6200000D01* +X13700000Y-6159500D01* +X13659500Y-6200000D01* +X13700000Y-6240500D01* +X13954000Y-5986500D02* +X13994500Y-5946000D01* +X13954000Y-5905500D01* +X13913500Y-5946000D01* +X13954000Y-5986500D01* +X13954000Y-6240500D02* +X13994500Y-6200000D01* +X13954000Y-6159500D01* +X13913500Y-6200000D01* +X13954000Y-6240500D01* +X14208000Y-5986500D02* +X14248500Y-5946000D01* +X14208000Y-5905500D01* +X14167500Y-5946000D01* +X14208000Y-5986500D01* +X14208000Y-6240500D02* +X14248500Y-6200000D01* +X14208000Y-6159500D01* +X14167500Y-6200000D01* +X14208000Y-6240500D01* +X14462000Y-5986500D02* +X14502500Y-5946000D01* +X14462000Y-5905500D01* +X14421500Y-5946000D01* +X14462000Y-5986500D01* +X14462000Y-6240500D02* +X14502500Y-6200000D01* +X14462000Y-6159500D01* +X14421500Y-6200000D01* +X14462000Y-6240500D01* +X14716000Y-5986500D02* +X14756500Y-5946000D01* +X14716000Y-5905500D01* +X14675500Y-5946000D01* +X14716000Y-5986500D01* +X14716000Y-6240500D02* +X14756500Y-6200000D01* +X14716000Y-6159500D01* +X14675500Y-6200000D01* +X14716000Y-6240500D01* +X14970000Y-5986500D02* +X15010500Y-5946000D01* +X14970000Y-5905500D01* +X14929500Y-5946000D01* +X14970000Y-5986500D01* +X14970000Y-6240500D02* +X15010500Y-6200000D01* +X14970000Y-6159500D01* +X14929500Y-6200000D01* +X14970000Y-6240500D01* +X15224000Y-5986500D02* +X15264500Y-5946000D01* +X15224000Y-5905500D01* +X15183500Y-5946000D01* +X15224000Y-5986500D01* +X15224000Y-6240500D02* +X15264500Y-6200000D01* +X15224000Y-6159500D01* +X15183500Y-6200000D01* +X15224000Y-6240500D01* +X15478000Y-5986500D02* +X15518500Y-5946000D01* +X15478000Y-5905500D01* +X15437500Y-5946000D01* +X15478000Y-5986500D01* +X15478000Y-6240500D02* +X15518500Y-6200000D01* +X15478000Y-6159500D01* +X15437500Y-6200000D01* +X15478000Y-6240500D01* +X15732000Y-5986500D02* +X15772500Y-5946000D01* +X15732000Y-5905500D01* +X15691500Y-5946000D01* +X15732000Y-5986500D01* +X15732000Y-6240500D02* +X15772500Y-6200000D01* +X15732000Y-6159500D01* +X15691500Y-6200000D01* +X15732000Y-6240500D01* +X15986000Y-5986500D02* +X16026500Y-5946000D01* +X15986000Y-5905500D01* +X15945500Y-5946000D01* +X15986000Y-5986500D01* +X15986000Y-6240500D02* +X16026500Y-6200000D01* +X15986000Y-6159500D01* +X15945500Y-6200000D01* +X15986000Y-6240500D01* +X16240000Y-5986500D02* +X16280500Y-5946000D01* +X16240000Y-5905500D01* +X16199500Y-5946000D01* +X16240000Y-5986500D01* +X16240000Y-6240500D02* +X16280500Y-6200000D01* +X16240000Y-6159500D01* +X16199500Y-6200000D01* +X16240000Y-6240500D01* +X16494000Y-5986500D02* +X16534500Y-5946000D01* +X16494000Y-5905500D01* +X16453500Y-5946000D01* +X16494000Y-5986500D01* +X16494000Y-6240500D02* +X16534500Y-6200000D01* +X16494000Y-6159500D01* +X16453500Y-6200000D01* +X16494000Y-6240500D01* +X16748000Y-5986500D02* +X16788500Y-5946000D01* +X16748000Y-5905500D01* +X16707500Y-5946000D01* +X16748000Y-5986500D01* +X16748000Y-6240500D02* +X16788500Y-6200000D01* +X16748000Y-6159500D01* +X16707500Y-6200000D01* +X16748000Y-6240500D01* +X17002000Y-5986500D02* +X17042500Y-5946000D01* +X17002000Y-5905500D01* +X16961500Y-5946000D01* +X17002000Y-5986500D01* +X17002000Y-6240500D02* +X17042500Y-6200000D01* +X17002000Y-6159500D01* +X16961500Y-6200000D01* +X17002000Y-6240500D01* +X17256000Y-5986500D02* +X17296500Y-5946000D01* +X17256000Y-5905500D01* +X17215500Y-5946000D01* +X17256000Y-5986500D01* +X17256000Y-6240500D02* +X17296500Y-6200000D01* +X17256000Y-6159500D01* +X17215500Y-6200000D01* +X17256000Y-6240500D01* +X17510000Y-5986500D02* +X17550500Y-5946000D01* +X17510000Y-5905500D01* +X17469500Y-5946000D01* +X17510000Y-5986500D01* +X17510000Y-6240500D02* +X17550500Y-6200000D01* +X17510000Y-6159500D01* +X17469500Y-6200000D01* +X17510000Y-6240500D01* +X17764000Y-5986500D02* +X17804500Y-5946000D01* +X17764000Y-5905500D01* +X17723500Y-5946000D01* +X17764000Y-5986500D01* +X17764000Y-6240500D02* +X17804500Y-6200000D01* +X17764000Y-6159500D01* +X17723500Y-6200000D01* +X17764000Y-6240500D01* +X12989000Y-5895000D02* +X13243000Y-6149000D01* +X13243000Y-5895000D02* +X12989000Y-6149000D01* +X13243000Y-6022000D02* +G75* +G03X13243000Y-6022000I-127000J0D01* +G01* +X18221000Y-5895000D02* +X18475000Y-6149000D01* +X18475000Y-5895000D02* +X18221000Y-6149000D01* +X18475000Y-6022000D02* +G75* +G03X18475000Y-6022000I-127000J0D01* +G01* +D12* +X10283928Y-14968214D02* +X10283928Y-14668214D01* +X10355357Y-14668214D01* +X10398214Y-14682500D01* +X10426786Y-14711071D01* +X10441071Y-14739643D01* +X10455357Y-14796786D01* +X10455357Y-14839643D01* +X10441071Y-14896786D01* +X10426786Y-14925357D01* +X10398214Y-14953929D01* +X10355357Y-14968214D01* +X10283928Y-14968214D01* +X10583928Y-14968214D02* +X10583928Y-14768214D01* +X10583928Y-14825357D02* +X10598214Y-14796786D01* +X10612500Y-14782500D01* +X10641071Y-14768214D01* +X10669643Y-14768214D01* +X10769643Y-14968214D02* +X10769643Y-14768214D01* +X10769643Y-14668214D02* +X10755357Y-14682500D01* +X10769643Y-14696786D01* +X10783928Y-14682500D01* +X10769643Y-14668214D01* +X10769643Y-14696786D01* +X10955357Y-14968214D02* +X10926786Y-14953929D01* +X10912500Y-14925357D01* +X10912500Y-14668214D01* +X11112500Y-14968214D02* +X11083928Y-14953929D01* +X11069643Y-14925357D01* +X11069643Y-14668214D01* +X11455357Y-14968214D02* +X11455357Y-14668214D01* +X11555357Y-14882500D01* +X11655357Y-14668214D01* +X11655357Y-14968214D01* +X11926786Y-14968214D02* +X11926786Y-14811071D01* +X11912500Y-14782500D01* +X11883928Y-14768214D01* +X11826786Y-14768214D01* +X11798214Y-14782500D01* +X11926786Y-14953929D02* +X11898214Y-14968214D01* +X11826786Y-14968214D01* +X11798214Y-14953929D01* +X11783928Y-14925357D01* +X11783928Y-14896786D01* +X11798214Y-14868214D01* +X11826786Y-14853929D01* +X11898214Y-14853929D01* +X11926786Y-14839643D01* +X12069643Y-14768214D02* +X12069643Y-15068214D01* +X12069643Y-14782500D02* +X12098214Y-14768214D01* +X12155357Y-14768214D01* +X12183928Y-14782500D01* +X12198214Y-14796786D01* +X12212500Y-14825357D01* +X12212500Y-14911071D01* +X12198214Y-14939643D01* +X12183928Y-14953929D01* +X12155357Y-14968214D01* +X12098214Y-14968214D01* +X12069643Y-14953929D01* +X12341071Y-14939643D02* +X12355357Y-14953929D01* +X12341071Y-14968214D01* +X12326786Y-14953929D01* +X12341071Y-14939643D01* +X12341071Y-14968214D01* +X12341071Y-14782500D02* +X12355357Y-14796786D01* +X12341071Y-14811071D01* +X12326786Y-14796786D01* +X12341071Y-14782500D01* +X12341071Y-14811071D01* +X9957500Y-15442500D02* +X9997500Y-15482500D01* +X9997500Y-15442500D02* +X9957500Y-15482500D01* +X10341071Y-15298214D02* +X10369643Y-15298214D01* +X10398214Y-15312500D01* +X10412500Y-15326786D01* +X10426786Y-15355357D01* +X10441071Y-15412500D01* +X10441071Y-15483929D01* +X10426786Y-15541071D01* +X10412500Y-15569643D01* +X10398214Y-15583929D01* +X10369643Y-15598214D01* +X10341071Y-15598214D01* +X10312500Y-15583929D01* +X10298214Y-15569643D01* +X10283928Y-15541071D01* +X10269643Y-15483929D01* +X10269643Y-15412500D01* +X10283928Y-15355357D01* +X10298214Y-15326786D01* +X10312500Y-15312500D01* +X10341071Y-15298214D01* +X10569643Y-15569643D02* +X10583928Y-15583929D01* +X10569643Y-15598214D01* +X10555357Y-15583929D01* +X10569643Y-15569643D01* +X10569643Y-15598214D01* +X10841071Y-15398214D02* +X10841071Y-15598214D01* +X10769643Y-15283929D02* +X10698214Y-15498214D01* +X10883928Y-15498214D01* +X11055357Y-15298214D02* +X11083928Y-15298214D01* +X11112500Y-15312500D01* +X11126786Y-15326786D01* +X11141071Y-15355357D01* +X11155357Y-15412500D01* +X11155357Y-15483929D01* +X11141071Y-15541071D01* +X11126786Y-15569643D01* +X11112500Y-15583929D01* +X11083928Y-15598214D01* +X11055357Y-15598214D01* +X11026786Y-15583929D01* +X11012500Y-15569643D01* +X10998214Y-15541071D01* +X10983928Y-15483929D01* +X10983928Y-15412500D01* +X10998214Y-15355357D01* +X11012500Y-15326786D01* +X11026786Y-15312500D01* +X11055357Y-15298214D01* +X11283928Y-15598214D02* +X11283928Y-15398214D01* +X11283928Y-15426786D02* +X11298214Y-15412500D01* +X11326786Y-15398214D01* +X11369643Y-15398214D01* +X11398214Y-15412500D01* +X11412500Y-15441071D01* +X11412500Y-15598214D01* +X11412500Y-15441071D02* +X11426786Y-15412500D01* +X11455357Y-15398214D01* +X11498214Y-15398214D01* +X11526786Y-15412500D01* +X11541071Y-15441071D01* +X11541071Y-15598214D01* +X11683928Y-15598214D02* +X11683928Y-15398214D01* +X11683928Y-15426786D02* +X11698214Y-15412500D01* +X11726786Y-15398214D01* +X11769643Y-15398214D01* +X11798214Y-15412500D01* +X11812500Y-15441071D01* +X11812500Y-15598214D01* +X11812500Y-15441071D02* +X11826786Y-15412500D01* +X11855357Y-15398214D01* +X11898214Y-15398214D01* +X11926786Y-15412500D01* +X11941071Y-15441071D01* +X11941071Y-15598214D01* +X12526786Y-15283929D02* +X12269643Y-15669643D01* +X12912500Y-15298214D02* +X12941071Y-15298214D01* +X12969643Y-15312500D01* +X12983928Y-15326786D01* +X12998214Y-15355357D01* +X13012500Y-15412500D01* +X13012500Y-15483929D01* +X12998214Y-15541071D01* +X12983928Y-15569643D01* +X12969643Y-15583929D01* +X12941071Y-15598214D01* +X12912500Y-15598214D01* +X12883928Y-15583929D01* +X12869643Y-15569643D01* +X12855357Y-15541071D01* +X12841071Y-15483929D01* +X12841071Y-15412500D01* +X12855357Y-15355357D01* +X12869643Y-15326786D01* +X12883928Y-15312500D01* +X12912500Y-15298214D01* +X13141071Y-15569643D02* +X13155357Y-15583929D01* +X13141071Y-15598214D01* +X13126786Y-15583929D01* +X13141071Y-15569643D01* +X13141071Y-15598214D01* +X13341071Y-15298214D02* +X13369643Y-15298214D01* +X13398214Y-15312500D01* +X13412500Y-15326786D01* +X13426786Y-15355357D01* +X13441071Y-15412500D01* +X13441071Y-15483929D01* +X13426786Y-15541071D01* +X13412500Y-15569643D01* +X13398214Y-15583929D01* +X13369643Y-15598214D01* +X13341071Y-15598214D01* +X13312500Y-15583929D01* +X13298214Y-15569643D01* +X13283928Y-15541071D01* +X13269643Y-15483929D01* +X13269643Y-15412500D01* +X13283928Y-15355357D01* +X13298214Y-15326786D01* +X13312500Y-15312500D01* +X13341071Y-15298214D01* +X13726786Y-15598214D02* +X13555357Y-15598214D01* +X13641071Y-15598214D02* +X13641071Y-15298214D01* +X13612500Y-15341071D01* +X13583928Y-15369643D01* +X13555357Y-15383929D01* +X13983928Y-15298214D02* +X13926786Y-15298214D01* +X13898214Y-15312500D01* +X13883928Y-15326786D01* +X13855357Y-15369643D01* +X13841071Y-15426786D01* +X13841071Y-15541071D01* +X13855357Y-15569643D01* +X13869643Y-15583929D01* +X13898214Y-15598214D01* +X13955357Y-15598214D01* +X13983928Y-15583929D01* +X13998214Y-15569643D01* +X14012500Y-15541071D01* +X14012500Y-15469643D01* +X13998214Y-15441071D01* +X13983928Y-15426786D01* +X13955357Y-15412500D01* +X13898214Y-15412500D01* +X13869643Y-15426786D01* +X13855357Y-15441071D01* +X13841071Y-15469643D01* +X14126786Y-15298214D02* +X14126786Y-15355357D01* +X14241071Y-15298214D02* +X14241071Y-15355357D01* +X14683928Y-15712500D02* +X14669643Y-15698214D01* +X14641071Y-15655357D01* +X14626786Y-15626786D01* +X14612500Y-15583929D01* +X14598214Y-15512500D01* +X14598214Y-15455357D01* +X14612500Y-15383929D01* +X14626786Y-15341071D01* +X14641071Y-15312500D01* +X14669643Y-15269643D01* +X14683928Y-15255357D01* +X14783928Y-15326786D02* +X14798214Y-15312500D01* +X14826786Y-15298214D01* +X14898214Y-15298214D01* +X14926786Y-15312500D01* +X14941071Y-15326786D01* +X14955357Y-15355357D01* +X14955357Y-15383929D01* +X14941071Y-15426786D01* +X14769643Y-15598214D01* +X14955357Y-15598214D01* +X15098214Y-15598214D02* +X15155357Y-15598214D01* +X15183928Y-15583929D01* +X15198214Y-15569643D01* +X15226786Y-15526786D01* +X15241071Y-15469643D01* +X15241071Y-15355357D01* +X15226786Y-15326786D01* +X15212500Y-15312500D01* +X15183928Y-15298214D01* +X15126786Y-15298214D01* +X15098214Y-15312500D01* +X15083928Y-15326786D01* +X15069643Y-15355357D01* +X15069643Y-15426786D01* +X15083928Y-15455357D01* +X15098214Y-15469643D01* +X15126786Y-15483929D01* +X15183928Y-15483929D01* +X15212500Y-15469643D01* +X15226786Y-15455357D01* +X15241071Y-15426786D01* +X15598214Y-15598214D02* +X15598214Y-15298214D01* +X15726786Y-15598214D02* +X15726786Y-15441071D01* +X15712500Y-15412500D01* +X15683928Y-15398214D01* +X15641071Y-15398214D01* +X15612500Y-15412500D01* +X15598214Y-15426786D01* +X15912500Y-15598214D02* +X15883928Y-15583929D01* +X15869643Y-15569643D01* +X15855357Y-15541071D01* +X15855357Y-15455357D01* +X15869643Y-15426786D01* +X15883928Y-15412500D01* +X15912500Y-15398214D01* +X15955357Y-15398214D01* +X15983928Y-15412500D01* +X15998214Y-15426786D01* +X16012500Y-15455357D01* +X16012500Y-15541071D01* +X15998214Y-15569643D01* +X15983928Y-15583929D01* +X15955357Y-15598214D01* +X15912500Y-15598214D01* +X16183928Y-15598214D02* +X16155357Y-15583929D01* +X16141071Y-15555357D01* +X16141071Y-15298214D01* +X16412500Y-15583929D02* +X16383928Y-15598214D01* +X16326786Y-15598214D01* +X16298214Y-15583929D01* +X16283928Y-15555357D01* +X16283928Y-15441071D01* +X16298214Y-15412500D01* +X16326786Y-15398214D01* +X16383928Y-15398214D01* +X16412500Y-15412500D01* +X16426786Y-15441071D01* +X16426786Y-15469643D01* +X16283928Y-15498214D01* +X16541071Y-15583929D02* +X16569643Y-15598214D01* +X16626786Y-15598214D01* +X16655357Y-15583929D01* +X16669643Y-15555357D01* +X16669643Y-15541071D01* +X16655357Y-15512500D01* +X16626786Y-15498214D01* +X16583928Y-15498214D01* +X16555357Y-15483929D01* +X16541071Y-15455357D01* +X16541071Y-15441071D01* +X16555357Y-15412500D01* +X16583928Y-15398214D01* +X16626786Y-15398214D01* +X16655357Y-15412500D01* +X16769643Y-15712500D02* +X16783928Y-15698214D01* +X16812500Y-15655357D01* +X16826786Y-15626786D01* +X16841071Y-15583929D01* +X16855357Y-15512500D01* +X16855357Y-15455357D01* +X16841071Y-15383929D01* +X16826786Y-15341071D01* +X16812500Y-15312500D01* +X16783928Y-15269643D01* +X16769643Y-15255357D01* +X9997500Y-15858500D02* +G75* +G03X9997500Y-15858500I-25000J0D01* +G01* +X10341071Y-15694214D02* +X10369643Y-15694214D01* +X10398214Y-15708500D01* +X10412500Y-15722786D01* +X10426786Y-15751357D01* +X10441071Y-15808500D01* +X10441071Y-15879929D01* +X10426786Y-15937071D01* +X10412500Y-15965643D01* +X10398214Y-15979929D01* +X10369643Y-15994214D01* +X10341071Y-15994214D01* +X10312500Y-15979929D01* +X10298214Y-15965643D01* +X10283928Y-15937071D01* +X10269643Y-15879929D01* +X10269643Y-15808500D01* +X10283928Y-15751357D01* +X10298214Y-15722786D01* +X10312500Y-15708500D01* +X10341071Y-15694214D01* +X10569643Y-15965643D02* +X10583928Y-15979929D01* +X10569643Y-15994214D01* +X10555357Y-15979929D01* +X10569643Y-15965643D01* +X10569643Y-15994214D01* +X10855357Y-15694214D02* +X10712500Y-15694214D01* +X10698214Y-15837071D01* +X10712500Y-15822786D01* +X10741071Y-15808500D01* +X10812500Y-15808500D01* +X10841071Y-15822786D01* +X10855357Y-15837071D01* +X10869643Y-15865643D01* +X10869643Y-15937071D01* +X10855357Y-15965643D01* +X10841071Y-15979929D01* +X10812500Y-15994214D01* +X10741071Y-15994214D01* +X10712500Y-15979929D01* +X10698214Y-15965643D01* +X11055357Y-15694214D02* +X11083928Y-15694214D01* +X11112500Y-15708500D01* +X11126786Y-15722786D01* +X11141071Y-15751357D01* +X11155357Y-15808500D01* +X11155357Y-15879929D01* +X11141071Y-15937071D01* +X11126786Y-15965643D01* +X11112500Y-15979929D01* +X11083928Y-15994214D01* +X11055357Y-15994214D01* +X11026786Y-15979929D01* +X11012500Y-15965643D01* +X10998214Y-15937071D01* +X10983928Y-15879929D01* +X10983928Y-15808500D01* +X10998214Y-15751357D01* +X11012500Y-15722786D01* +X11026786Y-15708500D01* +X11055357Y-15694214D01* +X11283928Y-15994214D02* +X11283928Y-15794214D01* +X11283928Y-15822786D02* +X11298214Y-15808500D01* +X11326786Y-15794214D01* +X11369643Y-15794214D01* +X11398214Y-15808500D01* +X11412500Y-15837071D01* +X11412500Y-15994214D01* +X11412500Y-15837071D02* +X11426786Y-15808500D01* +X11455357Y-15794214D01* +X11498214Y-15794214D01* +X11526786Y-15808500D01* +X11541071Y-15837071D01* +X11541071Y-15994214D01* +X11683928Y-15994214D02* +X11683928Y-15794214D01* +X11683928Y-15822786D02* +X11698214Y-15808500D01* +X11726786Y-15794214D01* +X11769643Y-15794214D01* +X11798214Y-15808500D01* +X11812500Y-15837071D01* +X11812500Y-15994214D01* +X11812500Y-15837071D02* +X11826786Y-15808500D01* +X11855357Y-15794214D01* +X11898214Y-15794214D01* +X11926786Y-15808500D01* +X11941071Y-15837071D01* +X11941071Y-15994214D01* +X12526786Y-15679929D02* +X12269643Y-16065643D01* +X12912500Y-15694214D02* +X12941071Y-15694214D01* +X12969643Y-15708500D01* +X12983928Y-15722786D01* +X12998214Y-15751357D01* +X13012500Y-15808500D01* +X13012500Y-15879929D01* +X12998214Y-15937071D01* +X12983928Y-15965643D01* +X12969643Y-15979929D01* +X12941071Y-15994214D01* +X12912500Y-15994214D01* +X12883928Y-15979929D01* +X12869643Y-15965643D01* +X12855357Y-15937071D01* +X12841071Y-15879929D01* +X12841071Y-15808500D01* +X12855357Y-15751357D01* +X12869643Y-15722786D01* +X12883928Y-15708500D01* +X12912500Y-15694214D01* +X13141071Y-15965643D02* +X13155357Y-15979929D01* +X13141071Y-15994214D01* +X13126786Y-15979929D01* +X13141071Y-15965643D01* +X13141071Y-15994214D01* +X13341071Y-15694214D02* +X13369643Y-15694214D01* +X13398214Y-15708500D01* +X13412500Y-15722786D01* +X13426786Y-15751357D01* +X13441071Y-15808500D01* +X13441071Y-15879929D01* +X13426786Y-15937071D01* +X13412500Y-15965643D01* +X13398214Y-15979929D01* +X13369643Y-15994214D01* +X13341071Y-15994214D01* +X13312500Y-15979929D01* +X13298214Y-15965643D01* +X13283928Y-15937071D01* +X13269643Y-15879929D01* +X13269643Y-15808500D01* +X13283928Y-15751357D01* +X13298214Y-15722786D01* +X13312500Y-15708500D01* +X13341071Y-15694214D01* +X13555357Y-15722786D02* +X13569643Y-15708500D01* +X13598214Y-15694214D01* +X13669643Y-15694214D01* +X13698214Y-15708500D01* +X13712500Y-15722786D01* +X13726786Y-15751357D01* +X13726786Y-15779929D01* +X13712500Y-15822786D01* +X13541071Y-15994214D01* +X13726786Y-15994214D01* +X13912500Y-15694214D02* +X13941071Y-15694214D01* +X13969643Y-15708500D01* +X13983928Y-15722786D01* +X13998214Y-15751357D01* +X14012500Y-15808500D01* +X14012500Y-15879929D01* +X13998214Y-15937071D01* +X13983928Y-15965643D01* +X13969643Y-15979929D01* +X13941071Y-15994214D01* +X13912500Y-15994214D01* +X13883928Y-15979929D01* +X13869643Y-15965643D01* +X13855357Y-15937071D01* +X13841071Y-15879929D01* +X13841071Y-15808500D01* +X13855357Y-15751357D01* +X13869643Y-15722786D01* +X13883928Y-15708500D01* +X13912500Y-15694214D01* +X14126786Y-15694214D02* +X14126786Y-15751357D01* +X14241071Y-15694214D02* +X14241071Y-15751357D01* +X14683928Y-16108500D02* +X14669643Y-16094214D01* +X14641071Y-16051357D01* +X14626786Y-16022786D01* +X14612500Y-15979929D01* +X14598214Y-15908500D01* +X14598214Y-15851357D01* +X14612500Y-15779929D01* +X14626786Y-15737071D01* +X14641071Y-15708500D01* +X14669643Y-15665643D01* +X14683928Y-15651357D01* +X14769643Y-15694214D02* +X14969643Y-15694214D01* +X14841071Y-15994214D01* +X15312500Y-15994214D02* +X15312500Y-15694214D01* +X15441071Y-15994214D02* +X15441071Y-15837071D01* +X15426786Y-15808500D01* +X15398214Y-15794214D01* +X15355357Y-15794214D01* +X15326786Y-15808500D01* +X15312500Y-15822786D01* +X15626786Y-15994214D02* +X15598214Y-15979929D01* +X15583928Y-15965643D01* +X15569643Y-15937071D01* +X15569643Y-15851357D01* +X15583928Y-15822786D01* +X15598214Y-15808500D01* +X15626786Y-15794214D01* +X15669643Y-15794214D01* +X15698214Y-15808500D01* +X15712500Y-15822786D01* +X15726786Y-15851357D01* +X15726786Y-15937071D01* +X15712500Y-15965643D01* +X15698214Y-15979929D01* +X15669643Y-15994214D01* +X15626786Y-15994214D01* +X15898214Y-15994214D02* +X15869643Y-15979929D01* +X15855357Y-15951357D01* +X15855357Y-15694214D01* +X16126786Y-15979929D02* +X16098214Y-15994214D01* +X16041071Y-15994214D01* +X16012500Y-15979929D01* +X15998214Y-15951357D01* +X15998214Y-15837071D01* +X16012500Y-15808500D01* +X16041071Y-15794214D01* +X16098214Y-15794214D01* +X16126786Y-15808500D01* +X16141071Y-15837071D01* +X16141071Y-15865643D01* +X15998214Y-15894214D01* +X16255357Y-15979929D02* +X16283928Y-15994214D01* +X16341071Y-15994214D01* +X16369643Y-15979929D01* +X16383928Y-15951357D01* +X16383928Y-15937071D01* +X16369643Y-15908500D01* +X16341071Y-15894214D01* +X16298214Y-15894214D01* +X16269643Y-15879929D01* +X16255357Y-15851357D01* +X16255357Y-15837071D01* +X16269643Y-15808500D01* +X16298214Y-15794214D01* +X16341071Y-15794214D01* +X16369643Y-15808500D01* +X16483928Y-16108500D02* +X16498214Y-16094214D01* +X16526786Y-16051357D01* +X16541071Y-16022786D01* +X16555357Y-15979929D01* +X16569643Y-15908500D01* +X16569643Y-15851357D01* +X16555357Y-15779929D01* +X16541071Y-15737071D01* +X16526786Y-15708500D01* +X16498214Y-15665643D01* +X16483928Y-15651357D01* +X9962500Y-16219500D02* +X9962500Y-16289500D01* +X9927500Y-16254500D02* +X9997500Y-16254500D01* +X10341071Y-16090214D02* +X10369643Y-16090214D01* +X10398214Y-16104500D01* +X10412500Y-16118786D01* +X10426786Y-16147357D01* +X10441071Y-16204500D01* +X10441071Y-16275929D01* +X10426786Y-16333071D01* +X10412500Y-16361643D01* +X10398214Y-16375929D01* +X10369643Y-16390214D01* +X10341071Y-16390214D01* +X10312500Y-16375929D01* +X10298214Y-16361643D01* +X10283928Y-16333071D01* +X10269643Y-16275929D01* +X10269643Y-16204500D01* +X10283928Y-16147357D01* +X10298214Y-16118786D01* +X10312500Y-16104500D01* +X10341071Y-16090214D01* +X10569643Y-16361643D02* +X10583928Y-16375929D01* +X10569643Y-16390214D01* +X10555357Y-16375929D01* +X10569643Y-16361643D01* +X10569643Y-16390214D01* +X10683928Y-16090214D02* +X10883928Y-16090214D01* +X10755357Y-16390214D01* +X11055357Y-16090214D02* +X11083928Y-16090214D01* +X11112500Y-16104500D01* +X11126786Y-16118786D01* +X11141071Y-16147357D01* +X11155357Y-16204500D01* +X11155357Y-16275929D01* +X11141071Y-16333071D01* +X11126786Y-16361643D01* +X11112500Y-16375929D01* +X11083928Y-16390214D01* +X11055357Y-16390214D01* +X11026786Y-16375929D01* +X11012500Y-16361643D01* +X10998214Y-16333071D01* +X10983928Y-16275929D01* +X10983928Y-16204500D01* +X10998214Y-16147357D01* +X11012500Y-16118786D01* +X11026786Y-16104500D01* +X11055357Y-16090214D01* +X11283928Y-16390214D02* +X11283928Y-16190214D01* +X11283928Y-16218786D02* +X11298214Y-16204500D01* +X11326786Y-16190214D01* +X11369643Y-16190214D01* +X11398214Y-16204500D01* +X11412500Y-16233071D01* +X11412500Y-16390214D01* +X11412500Y-16233071D02* +X11426786Y-16204500D01* +X11455357Y-16190214D01* +X11498214Y-16190214D01* +X11526786Y-16204500D01* +X11541071Y-16233071D01* +X11541071Y-16390214D01* +X11683928Y-16390214D02* +X11683928Y-16190214D01* +X11683928Y-16218786D02* +X11698214Y-16204500D01* +X11726786Y-16190214D01* +X11769643Y-16190214D01* +X11798214Y-16204500D01* +X11812500Y-16233071D01* +X11812500Y-16390214D01* +X11812500Y-16233071D02* +X11826786Y-16204500D01* +X11855357Y-16190214D01* +X11898214Y-16190214D01* +X11926786Y-16204500D01* +X11941071Y-16233071D01* +X11941071Y-16390214D01* +X12526786Y-16075929D02* +X12269643Y-16461643D01* +X12912500Y-16090214D02* +X12941071Y-16090214D01* +X12969643Y-16104500D01* +X12983928Y-16118786D01* +X12998214Y-16147357D01* +X13012500Y-16204500D01* +X13012500Y-16275929D01* +X12998214Y-16333071D01* +X12983928Y-16361643D01* +X12969643Y-16375929D01* +X12941071Y-16390214D01* +X12912500Y-16390214D01* +X12883928Y-16375929D01* +X12869643Y-16361643D01* +X12855357Y-16333071D01* +X12841071Y-16275929D01* +X12841071Y-16204500D01* +X12855357Y-16147357D01* +X12869643Y-16118786D01* +X12883928Y-16104500D01* +X12912500Y-16090214D01* +X13141071Y-16361643D02* +X13155357Y-16375929D01* +X13141071Y-16390214D01* +X13126786Y-16375929D01* +X13141071Y-16361643D01* +X13141071Y-16390214D01* +X13341071Y-16090214D02* +X13369643Y-16090214D01* +X13398214Y-16104500D01* +X13412500Y-16118786D01* +X13426786Y-16147357D01* +X13441071Y-16204500D01* +X13441071Y-16275929D01* +X13426786Y-16333071D01* +X13412500Y-16361643D01* +X13398214Y-16375929D01* +X13369643Y-16390214D01* +X13341071Y-16390214D01* +X13312500Y-16375929D01* +X13298214Y-16361643D01* +X13283928Y-16333071D01* +X13269643Y-16275929D01* +X13269643Y-16204500D01* +X13283928Y-16147357D01* +X13298214Y-16118786D01* +X13312500Y-16104500D01* +X13341071Y-16090214D01* +X13555357Y-16118786D02* +X13569643Y-16104500D01* +X13598214Y-16090214D01* +X13669643Y-16090214D01* +X13698214Y-16104500D01* +X13712500Y-16118786D01* +X13726786Y-16147357D01* +X13726786Y-16175929D01* +X13712500Y-16218786D01* +X13541071Y-16390214D01* +X13726786Y-16390214D01* +X13898214Y-16218786D02* +X13869643Y-16204500D01* +X13855357Y-16190214D01* +X13841071Y-16161643D01* +X13841071Y-16147357D01* +X13855357Y-16118786D01* +X13869643Y-16104500D01* +X13898214Y-16090214D01* +X13955357Y-16090214D01* +X13983928Y-16104500D01* +X13998214Y-16118786D01* +X14012500Y-16147357D01* +X14012500Y-16161643D01* +X13998214Y-16190214D01* +X13983928Y-16204500D01* +X13955357Y-16218786D01* +X13898214Y-16218786D01* +X13869643Y-16233071D01* +X13855357Y-16247357D01* +X13841071Y-16275929D01* +X13841071Y-16333071D01* +X13855357Y-16361643D01* +X13869643Y-16375929D01* +X13898214Y-16390214D01* +X13955357Y-16390214D01* +X13983928Y-16375929D01* +X13998214Y-16361643D01* +X14012500Y-16333071D01* +X14012500Y-16275929D01* +X13998214Y-16247357D01* +X13983928Y-16233071D01* +X13955357Y-16218786D01* +X14126786Y-16090214D02* +X14126786Y-16147357D01* +X14241071Y-16090214D02* +X14241071Y-16147357D01* +X14683928Y-16504500D02* +X14669643Y-16490214D01* +X14641071Y-16447357D01* +X14626786Y-16418786D01* +X14612500Y-16375929D01* +X14598214Y-16304500D01* +X14598214Y-16247357D01* +X14612500Y-16175929D01* +X14626786Y-16133071D01* +X14641071Y-16104500D01* +X14669643Y-16061643D01* +X14683928Y-16047357D01* +X14926786Y-16190214D02* +X14926786Y-16390214D01* +X14855357Y-16075929D02* +X14783928Y-16290214D01* +X14969643Y-16290214D01* +X15312500Y-16390214D02* +X15312500Y-16090214D01* +X15441071Y-16390214D02* +X15441071Y-16233071D01* +X15426786Y-16204500D01* +X15398214Y-16190214D01* +X15355357Y-16190214D01* +X15326786Y-16204500D01* +X15312500Y-16218786D01* +X15626786Y-16390214D02* +X15598214Y-16375929D01* +X15583928Y-16361643D01* +X15569643Y-16333071D01* +X15569643Y-16247357D01* +X15583928Y-16218786D01* +X15598214Y-16204500D01* +X15626786Y-16190214D01* +X15669643Y-16190214D01* +X15698214Y-16204500D01* +X15712500Y-16218786D01* +X15726786Y-16247357D01* +X15726786Y-16333071D01* +X15712500Y-16361643D01* +X15698214Y-16375929D01* +X15669643Y-16390214D01* +X15626786Y-16390214D01* +X15898214Y-16390214D02* +X15869643Y-16375929D01* +X15855357Y-16347357D01* +X15855357Y-16090214D01* +X16126786Y-16375929D02* +X16098214Y-16390214D01* +X16041071Y-16390214D01* +X16012500Y-16375929D01* +X15998214Y-16347357D01* +X15998214Y-16233071D01* +X16012500Y-16204500D01* +X16041071Y-16190214D01* +X16098214Y-16190214D01* +X16126786Y-16204500D01* +X16141071Y-16233071D01* +X16141071Y-16261643D01* +X15998214Y-16290214D01* +X16255357Y-16375929D02* +X16283928Y-16390214D01* +X16341071Y-16390214D01* +X16369643Y-16375929D01* +X16383928Y-16347357D01* +X16383928Y-16333071D01* +X16369643Y-16304500D01* +X16341071Y-16290214D01* +X16298214Y-16290214D01* +X16269643Y-16275929D01* +X16255357Y-16247357D01* +X16255357Y-16233071D01* +X16269643Y-16204500D01* +X16298214Y-16190214D01* +X16341071Y-16190214D01* +X16369643Y-16204500D01* +X16483928Y-16504500D02* +X16498214Y-16490214D01* +X16526786Y-16447357D01* +X16541071Y-16418786D01* +X16555357Y-16375929D01* +X16569643Y-16304500D01* +X16569643Y-16247357D01* +X16555357Y-16175929D01* +X16541071Y-16133071D01* +X16526786Y-16104500D01* +X16498214Y-16061643D01* +X16483928Y-16047357D01* +X9985784Y-16678785D02* +X9985784Y-16622216D01* +X9929215Y-16622216D01* +X9929215Y-16678785D01* +X9985784Y-16678785D01* +X10341071Y-16486214D02* +X10369643Y-16486214D01* +X10398214Y-16500500D01* +X10412500Y-16514786D01* +X10426786Y-16543357D01* +X10441071Y-16600500D01* +X10441071Y-16671929D01* +X10426786Y-16729071D01* +X10412500Y-16757643D01* +X10398214Y-16771929D01* +X10369643Y-16786214D01* +X10341071Y-16786214D01* +X10312500Y-16771929D01* +X10298214Y-16757643D01* +X10283928Y-16729071D01* +X10269643Y-16671929D01* +X10269643Y-16600500D01* +X10283928Y-16543357D01* +X10298214Y-16514786D01* +X10312500Y-16500500D01* +X10341071Y-16486214D01* +X10569643Y-16757643D02* +X10583928Y-16771929D01* +X10569643Y-16786214D01* +X10555357Y-16771929D01* +X10569643Y-16757643D01* +X10569643Y-16786214D01* +X10755357Y-16614786D02* +X10726786Y-16600500D01* +X10712500Y-16586214D01* +X10698214Y-16557643D01* +X10698214Y-16543357D01* +X10712500Y-16514786D01* +X10726786Y-16500500D01* +X10755357Y-16486214D01* +X10812500Y-16486214D01* +X10841071Y-16500500D01* +X10855357Y-16514786D01* +X10869643Y-16543357D01* +X10869643Y-16557643D01* +X10855357Y-16586214D01* +X10841071Y-16600500D01* +X10812500Y-16614786D01* +X10755357Y-16614786D01* +X10726786Y-16629071D01* +X10712500Y-16643357D01* +X10698214Y-16671929D01* +X10698214Y-16729071D01* +X10712500Y-16757643D01* +X10726786Y-16771929D01* +X10755357Y-16786214D01* +X10812500Y-16786214D01* +X10841071Y-16771929D01* +X10855357Y-16757643D01* +X10869643Y-16729071D01* +X10869643Y-16671929D01* +X10855357Y-16643357D01* +X10841071Y-16629071D01* +X10812500Y-16614786D01* +X11055357Y-16486214D02* +X11083928Y-16486214D01* +X11112500Y-16500500D01* +X11126786Y-16514786D01* +X11141071Y-16543357D01* +X11155357Y-16600500D01* +X11155357Y-16671929D01* +X11141071Y-16729071D01* +X11126786Y-16757643D01* +X11112500Y-16771929D01* +X11083928Y-16786214D01* +X11055357Y-16786214D01* +X11026786Y-16771929D01* +X11012500Y-16757643D01* +X10998214Y-16729071D01* +X10983928Y-16671929D01* +X10983928Y-16600500D01* +X10998214Y-16543357D01* +X11012500Y-16514786D01* +X11026786Y-16500500D01* +X11055357Y-16486214D01* +X11283928Y-16786214D02* +X11283928Y-16586214D01* +X11283928Y-16614786D02* +X11298214Y-16600500D01* +X11326786Y-16586214D01* +X11369643Y-16586214D01* +X11398214Y-16600500D01* +X11412500Y-16629071D01* +X11412500Y-16786214D01* +X11412500Y-16629071D02* +X11426786Y-16600500D01* +X11455357Y-16586214D01* +X11498214Y-16586214D01* +X11526786Y-16600500D01* +X11541071Y-16629071D01* +X11541071Y-16786214D01* +X11683928Y-16786214D02* +X11683928Y-16586214D01* +X11683928Y-16614786D02* +X11698214Y-16600500D01* +X11726786Y-16586214D01* +X11769643Y-16586214D01* +X11798214Y-16600500D01* +X11812500Y-16629071D01* +X11812500Y-16786214D01* +X11812500Y-16629071D02* +X11826786Y-16600500D01* +X11855357Y-16586214D01* +X11898214Y-16586214D01* +X11926786Y-16600500D01* +X11941071Y-16629071D01* +X11941071Y-16786214D01* +X12526786Y-16471929D02* +X12269643Y-16857643D01* +X12912500Y-16486214D02* +X12941071Y-16486214D01* +X12969643Y-16500500D01* +X12983928Y-16514786D01* +X12998214Y-16543357D01* +X13012500Y-16600500D01* +X13012500Y-16671929D01* +X12998214Y-16729071D01* +X12983928Y-16757643D01* +X12969643Y-16771929D01* +X12941071Y-16786214D01* +X12912500Y-16786214D01* +X12883928Y-16771929D01* +X12869643Y-16757643D01* +X12855357Y-16729071D01* +X12841071Y-16671929D01* +X12841071Y-16600500D01* +X12855357Y-16543357D01* +X12869643Y-16514786D01* +X12883928Y-16500500D01* +X12912500Y-16486214D01* +X13141071Y-16757643D02* +X13155357Y-16771929D01* +X13141071Y-16786214D01* +X13126786Y-16771929D01* +X13141071Y-16757643D01* +X13141071Y-16786214D01* +X13341071Y-16486214D02* +X13369643Y-16486214D01* +X13398214Y-16500500D01* +X13412500Y-16514786D01* +X13426786Y-16543357D01* +X13441071Y-16600500D01* +X13441071Y-16671929D01* +X13426786Y-16729071D01* +X13412500Y-16757643D01* +X13398214Y-16771929D01* +X13369643Y-16786214D01* +X13341071Y-16786214D01* +X13312500Y-16771929D01* +X13298214Y-16757643D01* +X13283928Y-16729071D01* +X13269643Y-16671929D01* +X13269643Y-16600500D01* +X13283928Y-16543357D01* +X13298214Y-16514786D01* +X13312500Y-16500500D01* +X13341071Y-16486214D01* +X13541071Y-16486214D02* +X13726786Y-16486214D01* +X13626786Y-16600500D01* +X13669643Y-16600500D01* +X13698214Y-16614786D01* +X13712500Y-16629071D01* +X13726786Y-16657643D01* +X13726786Y-16729071D01* +X13712500Y-16757643D01* +X13698214Y-16771929D01* +X13669643Y-16786214D01* +X13583928Y-16786214D01* +X13555357Y-16771929D01* +X13541071Y-16757643D01* +X14012500Y-16786214D02* +X13841071Y-16786214D01* +X13926786Y-16786214D02* +X13926786Y-16486214D01* +X13898214Y-16529071D01* +X13869643Y-16557643D01* +X13841071Y-16571929D01* +X14126786Y-16486214D02* +X14126786Y-16543357D01* +X14241071Y-16486214D02* +X14241071Y-16543357D01* +X14683928Y-16900500D02* +X14669643Y-16886214D01* +X14641071Y-16843357D01* +X14626786Y-16814786D01* +X14612500Y-16771929D01* +X14598214Y-16700500D01* +X14598214Y-16643357D01* +X14612500Y-16571929D01* +X14626786Y-16529071D01* +X14641071Y-16500500D01* +X14669643Y-16457643D01* +X14683928Y-16443357D01* +X14783928Y-16514786D02* +X14798214Y-16500500D01* +X14826786Y-16486214D01* +X14898214Y-16486214D01* +X14926786Y-16500500D01* +X14941071Y-16514786D01* +X14955357Y-16543357D01* +X14955357Y-16571929D01* +X14941071Y-16614786D01* +X14769643Y-16786214D01* +X14955357Y-16786214D01* +X15141071Y-16486214D02* +X15169643Y-16486214D01* +X15198214Y-16500500D01* +X15212500Y-16514786D01* +X15226786Y-16543357D01* +X15241071Y-16600500D01* +X15241071Y-16671929D01* +X15226786Y-16729071D01* +X15212500Y-16757643D01* +X15198214Y-16771929D01* +X15169643Y-16786214D01* +X15141071Y-16786214D01* +X15112500Y-16771929D01* +X15098214Y-16757643D01* +X15083928Y-16729071D01* +X15069643Y-16671929D01* +X15069643Y-16600500D01* +X15083928Y-16543357D01* +X15098214Y-16514786D01* +X15112500Y-16500500D01* +X15141071Y-16486214D01* +X15498214Y-16486214D02* +X15441071Y-16486214D01* +X15412500Y-16500500D01* +X15398214Y-16514786D01* +X15369643Y-16557643D01* +X15355357Y-16614786D01* +X15355357Y-16729071D01* +X15369643Y-16757643D01* +X15383928Y-16771929D01* +X15412500Y-16786214D01* +X15469643Y-16786214D01* +X15498214Y-16771929D01* +X15512500Y-16757643D01* +X15526786Y-16729071D01* +X15526786Y-16657643D01* +X15512500Y-16629071D01* +X15498214Y-16614786D01* +X15469643Y-16600500D01* +X15412500Y-16600500D01* +X15383928Y-16614786D01* +X15369643Y-16629071D01* +X15355357Y-16657643D01* +X15883928Y-16786214D02* +X15883928Y-16486214D01* +X16012500Y-16786214D02* +X16012500Y-16629071D01* +X15998214Y-16600500D01* +X15969643Y-16586214D01* +X15926786Y-16586214D01* +X15898214Y-16600500D01* +X15883928Y-16614786D01* +X16198214Y-16786214D02* +X16169643Y-16771929D01* +X16155357Y-16757643D01* +X16141071Y-16729071D01* +X16141071Y-16643357D01* +X16155357Y-16614786D01* +X16169643Y-16600500D01* +X16198214Y-16586214D01* +X16241071Y-16586214D01* +X16269643Y-16600500D01* +X16283928Y-16614786D01* +X16298214Y-16643357D01* +X16298214Y-16729071D01* +X16283928Y-16757643D01* +X16269643Y-16771929D01* +X16241071Y-16786214D01* +X16198214Y-16786214D01* +X16469643Y-16786214D02* +X16441071Y-16771929D01* +X16426786Y-16743357D01* +X16426786Y-16486214D01* +X16698214Y-16771929D02* +X16669643Y-16786214D01* +X16612500Y-16786214D01* +X16583928Y-16771929D01* +X16569643Y-16743357D01* +X16569643Y-16629071D01* +X16583928Y-16600500D01* +X16612500Y-16586214D01* +X16669643Y-16586214D01* +X16698214Y-16600500D01* +X16712500Y-16629071D01* +X16712500Y-16657643D01* +X16569643Y-16686214D01* +X16826786Y-16771929D02* +X16855357Y-16786214D01* +X16912500Y-16786214D01* +X16941071Y-16771929D01* +X16955357Y-16743357D01* +X16955357Y-16729071D01* +X16941071Y-16700500D01* +X16912500Y-16686214D01* +X16869643Y-16686214D01* +X16841071Y-16671929D01* +X16826786Y-16643357D01* +X16826786Y-16629071D01* +X16841071Y-16600500D01* +X16869643Y-16586214D01* +X16912500Y-16586214D01* +X16941071Y-16600500D01* +X17055357Y-16900500D02* +X17069643Y-16886214D01* +X17098214Y-16843357D01* +X17112500Y-16814786D01* +X17126786Y-16771929D01* +X17141071Y-16700500D01* +X17141071Y-16643357D01* +X17126786Y-16571929D01* +X17112500Y-16529071D01* +X17098214Y-16500500D01* +X17069643Y-16457643D01* +X17055357Y-16443357D01* +X9957000Y-17087000D02* +X9997500Y-17046500D01* +X9957000Y-17006000D01* +X9916500Y-17046500D01* +X9957000Y-17087000D01* +X10341071Y-16882214D02* +X10369643Y-16882214D01* +X10398214Y-16896500D01* +X10412500Y-16910786D01* +X10426786Y-16939357D01* +X10441071Y-16996500D01* +X10441071Y-17067929D01* +X10426786Y-17125072D01* +X10412500Y-17153643D01* +X10398214Y-17167929D01* +X10369643Y-17182214D01* +X10341071Y-17182214D01* +X10312500Y-17167929D01* +X10298214Y-17153643D01* +X10283928Y-17125072D01* +X10269643Y-17067929D01* +X10269643Y-16996500D01* +X10283928Y-16939357D01* +X10298214Y-16910786D01* +X10312500Y-16896500D01* +X10341071Y-16882214D01* +X10569643Y-17153643D02* +X10583928Y-17167929D01* +X10569643Y-17182214D01* +X10555357Y-17167929D01* +X10569643Y-17153643D01* +X10569643Y-17182214D01* +X10755357Y-17010786D02* +X10726786Y-16996500D01* +X10712500Y-16982214D01* +X10698214Y-16953643D01* +X10698214Y-16939357D01* +X10712500Y-16910786D01* +X10726786Y-16896500D01* +X10755357Y-16882214D01* +X10812500Y-16882214D01* +X10841071Y-16896500D01* +X10855357Y-16910786D01* +X10869643Y-16939357D01* +X10869643Y-16953643D01* +X10855357Y-16982214D01* +X10841071Y-16996500D01* +X10812500Y-17010786D01* +X10755357Y-17010786D01* +X10726786Y-17025072D01* +X10712500Y-17039357D01* +X10698214Y-17067929D01* +X10698214Y-17125072D01* +X10712500Y-17153643D01* +X10726786Y-17167929D01* +X10755357Y-17182214D01* +X10812500Y-17182214D01* +X10841071Y-17167929D01* +X10855357Y-17153643D01* +X10869643Y-17125072D01* +X10869643Y-17067929D01* +X10855357Y-17039357D01* +X10841071Y-17025072D01* +X10812500Y-17010786D01* +X11155357Y-17182214D02* +X10983928Y-17182214D01* +X11069643Y-17182214D02* +X11069643Y-16882214D01* +X11041071Y-16925072D01* +X11012500Y-16953643D01* +X10983928Y-16967929D01* +X11283928Y-17182214D02* +X11283928Y-16982214D01* +X11283928Y-17010786D02* +X11298214Y-16996500D01* +X11326786Y-16982214D01* +X11369643Y-16982214D01* +X11398214Y-16996500D01* +X11412500Y-17025072D01* +X11412500Y-17182214D01* +X11412500Y-17025072D02* +X11426786Y-16996500D01* +X11455357Y-16982214D01* +X11498214Y-16982214D01* +X11526786Y-16996500D01* +X11541071Y-17025072D01* +X11541071Y-17182214D01* +X11683928Y-17182214D02* +X11683928Y-16982214D01* +X11683928Y-17010786D02* +X11698214Y-16996500D01* +X11726786Y-16982214D01* +X11769643Y-16982214D01* +X11798214Y-16996500D01* +X11812500Y-17025072D01* +X11812500Y-17182214D01* +X11812500Y-17025072D02* +X11826786Y-16996500D01* +X11855357Y-16982214D01* +X11898214Y-16982214D01* +X11926786Y-16996500D01* +X11941071Y-17025072D01* +X11941071Y-17182214D01* +X12526786Y-16867929D02* +X12269643Y-17253643D01* +X12912500Y-16882214D02* +X12941071Y-16882214D01* +X12969643Y-16896500D01* +X12983928Y-16910786D01* +X12998214Y-16939357D01* +X13012500Y-16996500D01* +X13012500Y-17067929D01* +X12998214Y-17125072D01* +X12983928Y-17153643D01* +X12969643Y-17167929D01* +X12941071Y-17182214D01* +X12912500Y-17182214D01* +X12883928Y-17167929D01* +X12869643Y-17153643D01* +X12855357Y-17125072D01* +X12841071Y-17067929D01* +X12841071Y-16996500D01* +X12855357Y-16939357D01* +X12869643Y-16910786D01* +X12883928Y-16896500D01* +X12912500Y-16882214D01* +X13141071Y-17153643D02* +X13155357Y-17167929D01* +X13141071Y-17182214D01* +X13126786Y-17167929D01* +X13141071Y-17153643D01* +X13141071Y-17182214D01* +X13341071Y-16882214D02* +X13369643Y-16882214D01* +X13398214Y-16896500D01* +X13412500Y-16910786D01* +X13426786Y-16939357D01* +X13441071Y-16996500D01* +X13441071Y-17067929D01* +X13426786Y-17125072D01* +X13412500Y-17153643D01* +X13398214Y-17167929D01* +X13369643Y-17182214D01* +X13341071Y-17182214D01* +X13312500Y-17167929D01* +X13298214Y-17153643D01* +X13283928Y-17125072D01* +X13269643Y-17067929D01* +X13269643Y-16996500D01* +X13283928Y-16939357D01* +X13298214Y-16910786D01* +X13312500Y-16896500D01* +X13341071Y-16882214D01* +X13541071Y-16882214D02* +X13726786Y-16882214D01* +X13626786Y-16996500D01* +X13669643Y-16996500D01* +X13698214Y-17010786D01* +X13712500Y-17025072D01* +X13726786Y-17053643D01* +X13726786Y-17125072D01* +X13712500Y-17153643D01* +X13698214Y-17167929D01* +X13669643Y-17182214D01* +X13583928Y-17182214D01* +X13555357Y-17167929D01* +X13541071Y-17153643D01* +X13841071Y-16910786D02* +X13855357Y-16896500D01* +X13883928Y-16882214D01* +X13955357Y-16882214D01* +X13983928Y-16896500D01* +X13998214Y-16910786D01* +X14012500Y-16939357D01* +X14012500Y-16967929D01* +X13998214Y-17010786D01* +X13826786Y-17182214D01* +X14012500Y-17182214D01* +X14126786Y-16882214D02* +X14126786Y-16939357D01* +X14241071Y-16882214D02* +X14241071Y-16939357D01* +X14683928Y-17296500D02* +X14669643Y-17282214D01* +X14641071Y-17239357D01* +X14626786Y-17210786D01* +X14612500Y-17167929D01* +X14598214Y-17096500D01* +X14598214Y-17039357D01* +X14612500Y-16967929D01* +X14626786Y-16925072D01* +X14641071Y-16896500D01* +X14669643Y-16853643D01* +X14683928Y-16839357D01* +X14769643Y-16882214D02* +X14955357Y-16882214D01* +X14855357Y-16996500D01* +X14898214Y-16996500D01* +X14926786Y-17010786D01* +X14941071Y-17025072D01* +X14955357Y-17053643D01* +X14955357Y-17125072D01* +X14941071Y-17153643D01* +X14926786Y-17167929D01* +X14898214Y-17182214D01* +X14812500Y-17182214D01* +X14783928Y-17167929D01* +X14769643Y-17153643D01* +X15212500Y-16982214D02* +X15212500Y-17182214D01* +X15141071Y-16867929D02* +X15069643Y-17082214D01* +X15255357Y-17082214D01* +X15598214Y-17182214D02* +X15598214Y-16882214D01* +X15726786Y-17182214D02* +X15726786Y-17025072D01* +X15712500Y-16996500D01* +X15683928Y-16982214D01* +X15641071Y-16982214D01* +X15612500Y-16996500D01* +X15598214Y-17010786D01* +X15912500Y-17182214D02* +X15883928Y-17167929D01* +X15869643Y-17153643D01* +X15855357Y-17125072D01* +X15855357Y-17039357D01* +X15869643Y-17010786D01* +X15883928Y-16996500D01* +X15912500Y-16982214D01* +X15955357Y-16982214D01* +X15983928Y-16996500D01* +X15998214Y-17010786D01* +X16012500Y-17039357D01* +X16012500Y-17125072D01* +X15998214Y-17153643D01* +X15983928Y-17167929D01* +X15955357Y-17182214D01* +X15912500Y-17182214D01* +X16183928Y-17182214D02* +X16155357Y-17167929D01* +X16141071Y-17139357D01* +X16141071Y-16882214D01* +X16412500Y-17167929D02* +X16383928Y-17182214D01* +X16326786Y-17182214D01* +X16298214Y-17167929D01* +X16283928Y-17139357D01* +X16283928Y-17025072D01* +X16298214Y-16996500D01* +X16326786Y-16982214D01* +X16383928Y-16982214D01* +X16412500Y-16996500D01* +X16426786Y-17025072D01* +X16426786Y-17053643D01* +X16283928Y-17082214D01* +X16541071Y-17167929D02* +X16569643Y-17182214D01* +X16626786Y-17182214D01* +X16655357Y-17167929D01* +X16669643Y-17139357D01* +X16669643Y-17125072D01* +X16655357Y-17096500D01* +X16626786Y-17082214D01* +X16583928Y-17082214D01* +X16555357Y-17067929D01* +X16541071Y-17039357D01* +X16541071Y-17025072D01* +X16555357Y-16996500D01* +X16583928Y-16982214D01* +X16626786Y-16982214D01* +X16655357Y-16996500D01* +X16769643Y-17296500D02* +X16783928Y-17282214D01* +X16812500Y-17239357D01* +X16826786Y-17210786D01* +X16841071Y-17167929D01* +X16855357Y-17096500D01* +X16855357Y-17039357D01* +X16841071Y-16967929D01* +X16826786Y-16925072D01* +X16812500Y-16896500D01* +X16783928Y-16853643D01* +X16769643Y-16839357D01* +X9743500Y-17315500D02* +X9997500Y-17569500D01* +X9997500Y-17315500D02* +X9743500Y-17569500D01* +X9997500Y-17442500D02* +G75* +G03X9997500Y-17442500I-127000J0D01* +G01* +X10269643Y-17306786D02* +X10283928Y-17292500D01* +X10312500Y-17278214D01* +X10383928Y-17278214D01* +X10412500Y-17292500D01* +X10426786Y-17306786D01* +X10441071Y-17335357D01* +X10441071Y-17363929D01* +X10426786Y-17406786D01* +X10255357Y-17578214D01* +X10441071Y-17578214D01* +X10569643Y-17549643D02* +X10583928Y-17563929D01* +X10569643Y-17578214D01* +X10555357Y-17563929D01* +X10569643Y-17549643D01* +X10569643Y-17578214D01* +X10855357Y-17278214D02* +X10712500Y-17278214D01* +X10698214Y-17421072D01* +X10712500Y-17406786D01* +X10741071Y-17392500D01* +X10812500Y-17392500D01* +X10841071Y-17406786D01* +X10855357Y-17421072D01* +X10869643Y-17449643D01* +X10869643Y-17521072D01* +X10855357Y-17549643D01* +X10841071Y-17563929D01* +X10812500Y-17578214D01* +X10741071Y-17578214D01* +X10712500Y-17563929D01* +X10698214Y-17549643D01* +X11126786Y-17378214D02* +X11126786Y-17578214D01* +X11055357Y-17263929D02* +X10983928Y-17478214D01* +X11169643Y-17478214D01* +X11283928Y-17578214D02* +X11283928Y-17378214D01* +X11283928Y-17406786D02* +X11298214Y-17392500D01* +X11326786Y-17378214D01* +X11369643Y-17378214D01* +X11398214Y-17392500D01* +X11412500Y-17421072D01* +X11412500Y-17578214D01* +X11412500Y-17421072D02* +X11426786Y-17392500D01* +X11455357Y-17378214D01* +X11498214Y-17378214D01* +X11526786Y-17392500D01* +X11541071Y-17421072D01* +X11541071Y-17578214D01* +X11683928Y-17578214D02* +X11683928Y-17378214D01* +X11683928Y-17406786D02* +X11698214Y-17392500D01* +X11726786Y-17378214D01* +X11769643Y-17378214D01* +X11798214Y-17392500D01* +X11812500Y-17421072D01* +X11812500Y-17578214D01* +X11812500Y-17421072D02* +X11826786Y-17392500D01* +X11855357Y-17378214D01* +X11898214Y-17378214D01* +X11926786Y-17392500D01* +X11941071Y-17421072D01* +X11941071Y-17578214D01* +X12526786Y-17263929D02* +X12269643Y-17649643D01* +X12912500Y-17278214D02* +X12941071Y-17278214D01* +X12969643Y-17292500D01* +X12983928Y-17306786D01* +X12998214Y-17335357D01* +X13012500Y-17392500D01* +X13012500Y-17463929D01* +X12998214Y-17521072D01* +X12983928Y-17549643D01* +X12969643Y-17563929D01* +X12941071Y-17578214D01* +X12912500Y-17578214D01* +X12883928Y-17563929D01* +X12869643Y-17549643D01* +X12855357Y-17521072D01* +X12841071Y-17463929D01* +X12841071Y-17392500D01* +X12855357Y-17335357D01* +X12869643Y-17306786D01* +X12883928Y-17292500D01* +X12912500Y-17278214D01* +X13141071Y-17549643D02* +X13155357Y-17563929D01* +X13141071Y-17578214D01* +X13126786Y-17563929D01* +X13141071Y-17549643D01* +X13141071Y-17578214D01* +X13441071Y-17578214D02* +X13269643Y-17578214D01* +X13355357Y-17578214D02* +X13355357Y-17278214D01* +X13326786Y-17321072D01* +X13298214Y-17349643D01* +X13269643Y-17363929D01* +X13626786Y-17278214D02* +X13655357Y-17278214D01* +X13683928Y-17292500D01* +X13698214Y-17306786D01* +X13712500Y-17335357D01* +X13726786Y-17392500D01* +X13726786Y-17463929D01* +X13712500Y-17521072D01* +X13698214Y-17549643D01* +X13683928Y-17563929D01* +X13655357Y-17578214D01* +X13626786Y-17578214D01* +X13598214Y-17563929D01* +X13583928Y-17549643D01* +X13569643Y-17521072D01* +X13555357Y-17463929D01* +X13555357Y-17392500D01* +X13569643Y-17335357D01* +X13583928Y-17306786D01* +X13598214Y-17292500D01* +X13626786Y-17278214D01* +X13912500Y-17278214D02* +X13941071Y-17278214D01* +X13969643Y-17292500D01* +X13983928Y-17306786D01* +X13998214Y-17335357D01* +X14012500Y-17392500D01* +X14012500Y-17463929D01* +X13998214Y-17521072D01* +X13983928Y-17549643D01* +X13969643Y-17563929D01* +X13941071Y-17578214D01* +X13912500Y-17578214D01* +X13883928Y-17563929D01* +X13869643Y-17549643D01* +X13855357Y-17521072D01* +X13841071Y-17463929D01* +X13841071Y-17392500D01* +X13855357Y-17335357D01* +X13869643Y-17306786D01* +X13883928Y-17292500D01* +X13912500Y-17278214D01* +X14126786Y-17278214D02* +X14126786Y-17335357D01* +X14241071Y-17278214D02* +X14241071Y-17335357D01* +X14683928Y-17692500D02* +X14669643Y-17678214D01* +X14641071Y-17635357D01* +X14626786Y-17606786D01* +X14612500Y-17563929D01* +X14598214Y-17492500D01* +X14598214Y-17435357D01* +X14612500Y-17363929D01* +X14626786Y-17321072D01* +X14641071Y-17292500D01* +X14669643Y-17249643D01* +X14683928Y-17235357D01* +X14783928Y-17306786D02* +X14798214Y-17292500D01* +X14826786Y-17278214D01* +X14898214Y-17278214D01* +X14926786Y-17292500D01* +X14941071Y-17306786D01* +X14955357Y-17335357D01* +X14955357Y-17363929D01* +X14941071Y-17406786D01* +X14769643Y-17578214D01* +X14955357Y-17578214D01* +X15312500Y-17578214D02* +X15312500Y-17278214D01* +X15441071Y-17578214D02* +X15441071Y-17421072D01* +X15426786Y-17392500D01* +X15398214Y-17378214D01* +X15355357Y-17378214D01* +X15326786Y-17392500D01* +X15312500Y-17406786D01* +X15626786Y-17578214D02* +X15598214Y-17563929D01* +X15583928Y-17549643D01* +X15569643Y-17521072D01* +X15569643Y-17435357D01* +X15583928Y-17406786D01* +X15598214Y-17392500D01* +X15626786Y-17378214D01* +X15669643Y-17378214D01* +X15698214Y-17392500D01* +X15712500Y-17406786D01* +X15726786Y-17435357D01* +X15726786Y-17521072D01* +X15712500Y-17549643D01* +X15698214Y-17563929D01* +X15669643Y-17578214D01* +X15626786Y-17578214D01* +X15898214Y-17578214D02* +X15869643Y-17563929D01* +X15855357Y-17535357D01* +X15855357Y-17278214D01* +X16126786Y-17563929D02* +X16098214Y-17578214D01* +X16041071Y-17578214D01* +X16012500Y-17563929D01* +X15998214Y-17535357D01* +X15998214Y-17421072D01* +X16012500Y-17392500D01* +X16041071Y-17378214D01* +X16098214Y-17378214D01* +X16126786Y-17392500D01* +X16141071Y-17421072D01* +X16141071Y-17449643D01* +X15998214Y-17478214D01* +X16255357Y-17563929D02* +X16283928Y-17578214D01* +X16341071Y-17578214D01* +X16369643Y-17563929D01* +X16383928Y-17535357D01* +X16383928Y-17521072D01* +X16369643Y-17492500D01* +X16341071Y-17478214D01* +X16298214Y-17478214D01* +X16269643Y-17463929D01* +X16255357Y-17435357D01* +X16255357Y-17421072D01* +X16269643Y-17392500D01* +X16298214Y-17378214D01* +X16341071Y-17378214D01* +X16369643Y-17392500D01* +X16483928Y-17692500D02* +X16498214Y-17678214D01* +X16526786Y-17635357D01* +X16541071Y-17606786D01* +X16555357Y-17563929D01* +X16569643Y-17492500D01* +X16569643Y-17435357D01* +X16555357Y-17363929D01* +X16541071Y-17321072D01* +X16526786Y-17292500D01* +X16498214Y-17249643D01* +X16483928Y-17235357D01* +M02* diff --git a/kicad/Output/v1.0/SFD800-PTH.drl b/kicad/Output/v1.0/SFD800-PTH.drl new file mode 100644 index 0000000..fd0062c --- /dev/null +++ b/kicad/Output/v1.0/SFD800-PTH.drl @@ -0,0 +1,307 @@ +M48 +; DRILL file {KiCad (5.1.2-1)-1} date Tuesday, 01 June 2021 at 15:31:24 +; FORMAT={-:-/ absolute / metric / decimal} +; #@! TF.CreationDate,2021-06-01T15:31:24+01:00 +; #@! TF.GenerationSoftware,Kicad,Pcbnew,(5.1.2-1)-1 +; #@! TF.FileFunction,Plated,1,2,PTH +FMAT,2 +METRIC +T1C0.400 +T2C0.500 +T3C0.700 +T4C0.800 +T5C0.810 +T6C2.540 +% +G90 +G05 +T1 +X113.391Y-104.099 +X115.864Y-104.695 +X127.124Y-95.146 +X128.238Y-90.86 +X130.182Y-83.825 +X131.605Y-83.129 +X131.606Y-84.631 +X135.048Y-91.846 +X135.286Y-93.393 +X135.791Y-91.086 +X137.334Y-88.704 +X139.991Y-87.532 +X147.56Y-130.584 +X154.862Y-90.071 +X155.995Y-60.554 +X156.253Y-111.592 +X157.385Y-105.777 +X162.499Y-128.833 +X164.971Y-128.189 +X167.154Y-112.146 +X168.491Y-130.584 +X174.493Y-101.137 +X178.269Y-130.907 +X180.79Y-100.135 +X182.984Y-129.158 +X184.255Y-127.952 +X184.794Y-118.73 +X188.621Y-115.167 +X190.314Y-119.094 +T2 +X136.2Y-133.85 +X136.21Y-132.99 +X136.23Y-132.13 +X179.31Y-125.95 +X189.44Y-133.02 +X189.44Y-133.9 +X189.48Y-132.13 +T3 +X109.71Y-65.11 +X114.79Y-65.11 +X109.73Y-62.67 +X114.81Y-62.67 +T4 +X108.04Y-67.93 +X110.54Y-67.93 +X137.0Y-69.83 +X137.0Y-77.45 +X139.54Y-69.83 +X139.54Y-77.45 +X142.08Y-69.83 +X142.08Y-77.45 +X144.62Y-69.83 +X144.62Y-77.45 +X147.16Y-69.83 +X147.16Y-77.45 +X149.7Y-69.83 +X149.7Y-77.45 +X152.24Y-69.83 +X152.24Y-77.45 +X130.29Y-113.23 +X132.79Y-113.23 +X165.0Y-116.38 +X165.0Y-124.0 +X167.54Y-116.38 +X167.54Y-124.0 +X170.08Y-116.38 +X170.08Y-124.0 +X172.62Y-116.38 +X172.62Y-124.0 +X175.16Y-116.38 +X175.16Y-124.0 +X177.7Y-116.38 +X177.7Y-124.0 +X180.24Y-116.38 +X180.24Y-124.0 +X185.16Y-92.97 +X185.16Y-100.59 +X187.7Y-92.97 +X187.7Y-100.59 +X190.24Y-92.97 +X190.24Y-100.59 +X192.78Y-92.97 +X192.78Y-100.59 +X195.32Y-92.97 +X195.32Y-100.59 +X197.86Y-92.97 +X197.86Y-100.59 +X200.4Y-92.97 +X200.4Y-100.59 +X202.94Y-92.97 +X202.94Y-100.59 +X126.3Y-81.66 +X128.8Y-81.66 +X113.8Y-69.83 +X113.8Y-77.45 +X116.34Y-69.83 +X116.34Y-77.45 +X118.88Y-69.83 +X118.88Y-77.45 +X121.42Y-69.83 +X121.42Y-77.45 +X123.96Y-69.83 +X123.96Y-77.45 +X126.5Y-69.83 +X126.5Y-77.45 +X129.04Y-69.83 +X129.04Y-77.45 +X113.8Y-101.38 +X113.8Y-109.0 +X116.34Y-101.38 +X116.34Y-109.0 +X118.88Y-101.38 +X118.88Y-109.0 +X121.42Y-101.38 +X121.42Y-109.0 +X123.96Y-101.38 +X123.96Y-109.0 +X126.5Y-101.38 +X126.5Y-109.0 +X129.04Y-101.38 +X129.04Y-109.0 +X127.18Y-97.21 +X129.68Y-97.21 +X179.14Y-72.62 +X179.14Y-75.12 +X113.8Y-85.63 +X113.8Y-93.25 +X116.34Y-85.63 +X116.34Y-93.25 +X118.88Y-85.63 +X118.88Y-93.25 +X121.42Y-85.63 +X121.42Y-93.25 +X123.96Y-85.63 +X123.96Y-93.25 +X126.5Y-85.63 +X126.5Y-93.25 +X129.04Y-85.63 +X129.04Y-93.25 +X136.27Y-65.81 +X138.81Y-65.81 +X141.35Y-65.81 +X143.89Y-65.81 +X146.43Y-65.81 +X148.97Y-65.81 +X160.25Y-69.83 +X160.25Y-77.45 +X162.79Y-69.83 +X162.79Y-77.45 +X165.33Y-69.83 +X165.33Y-77.45 +X167.87Y-69.83 +X167.87Y-77.45 +X170.41Y-69.83 +X170.41Y-77.45 +X172.95Y-69.83 +X172.95Y-77.45 +X175.49Y-69.83 +X175.49Y-77.45 +X119.86Y-65.14 +X122.36Y-65.14 +X135.0Y-116.38 +X135.0Y-124.0 +X137.54Y-116.38 +X137.54Y-124.0 +X140.08Y-116.38 +X140.08Y-124.0 +X142.62Y-116.38 +X142.62Y-124.0 +X145.16Y-116.38 +X145.16Y-124.0 +X147.7Y-116.38 +X147.7Y-124.0 +X150.24Y-116.38 +X150.24Y-124.0 +X152.78Y-116.38 +X152.78Y-124.0 +X155.32Y-116.38 +X155.32Y-124.0 +X157.86Y-116.38 +X157.86Y-124.0 +X178.09Y-99.62 +X178.09Y-102.12 +X185.0Y-69.83 +X185.0Y-77.45 +X187.54Y-69.83 +X187.54Y-77.45 +X190.08Y-69.83 +X190.08Y-77.45 +X192.62Y-69.83 +X192.62Y-77.45 +X195.16Y-69.83 +X195.16Y-77.45 +X197.7Y-69.83 +X197.7Y-77.45 +X200.24Y-69.83 +X200.24Y-77.45 +X202.78Y-69.83 +X202.78Y-77.45 +X105.6Y-52.6 +X105.6Y-57.5 +X187.0Y-116.38 +X187.0Y-124.0 +X189.54Y-116.38 +X189.54Y-124.0 +X192.08Y-116.38 +X192.08Y-124.0 +X194.62Y-116.38 +X194.62Y-124.0 +X197.16Y-116.38 +X197.16Y-124.0 +X199.7Y-116.38 +X199.7Y-124.0 +X202.24Y-116.38 +X202.24Y-124.0 +X190.49Y-129.97 +X192.99Y-129.97 +X126.01Y-65.12 +X128.51Y-65.12 +X190.47Y-126.91 +X192.97Y-126.91 +X141.0Y-88.76 +X141.0Y-104.0 +X143.54Y-88.76 +X143.54Y-104.0 +X146.08Y-88.76 +X146.08Y-104.0 +X148.62Y-88.76 +X148.62Y-104.0 +X151.16Y-88.76 +X151.16Y-104.0 +X153.7Y-88.76 +X153.7Y-104.0 +X156.24Y-88.76 +X156.24Y-104.0 +X158.78Y-88.76 +X158.78Y-104.0 +X161.32Y-88.76 +X161.32Y-104.0 +X163.86Y-88.76 +X163.86Y-104.0 +X166.4Y-88.76 +X166.4Y-104.0 +X168.94Y-88.76 +X168.94Y-104.0 +X171.48Y-88.76 +X171.48Y-104.0 +X174.02Y-88.76 +X174.02Y-104.0 +T5 +X137.0Y-59.46 +X137.0Y-62.0 +X139.54Y-59.46 +X139.54Y-62.0 +X142.08Y-59.46 +X142.08Y-62.0 +X144.62Y-59.46 +X144.62Y-62.0 +X147.16Y-59.46 +X147.16Y-62.0 +X149.7Y-59.46 +X149.7Y-62.0 +X152.24Y-59.46 +X152.24Y-62.0 +X154.78Y-59.46 +X154.78Y-62.0 +X157.32Y-59.46 +X157.32Y-62.0 +X159.86Y-59.46 +X159.86Y-62.0 +X162.4Y-59.46 +X162.4Y-62.0 +X164.94Y-59.46 +X164.94Y-62.0 +X167.48Y-59.46 +X167.48Y-62.0 +X170.02Y-59.46 +X170.02Y-62.0 +X172.56Y-59.46 +X172.56Y-62.0 +X175.1Y-59.46 +X175.1Y-62.0 +X177.64Y-59.46 +X177.64Y-62.0 +T6 +X131.16Y-60.22 +X183.48Y-60.22 +T0 +M30 diff --git a/kicad/Output/v1.0/SFD800-drl.rpt b/kicad/Output/v1.0/SFD800-drl.rpt new file mode 100644 index 0000000..86c44fe --- /dev/null +++ b/kicad/Output/v1.0/SFD800-drl.rpt @@ -0,0 +1,27 @@ +Drill report for /Users/psmart/CAD/SFD800/SFD800.kicad_pcb +Created on Tuesday, 01 June 2021 at 15:31:19 + +Copper Layer Stackup: + ============================================================= + L1 : F.Cu front + L2 : B.Cu back + + +Drill file 'SFD800-PTH.drl' contains + plated through holes: + ============================================================= + T1 0.40mm 0.016" (29 holes) + T2 0.50mm 0.020" (7 holes) + T3 0.70mm 0.028" (4 holes) + T4 0.80mm 0.031" (206 holes) + T5 0.81mm 0.032" (34 holes) + T6 2.54mm 0.100" (2 holes) + + Total plated holes count 282 + + +Drill file 'SFD800-NPTH.drl' contains + unplated through holes: + ============================================================= + + Total unplated holes count 0 diff --git a/kicad/Output/v1.0/SFD800_116mmx105mm_01062021.zip b/kicad/Output/v1.0/SFD800_116mmx105mm_01062021.zip new file mode 100644 index 0000000..13e86ca Binary files /dev/null and b/kicad/Output/v1.0/SFD800_116mmx105mm_01062021.zip differ diff --git a/kicad/SFD800-cache.lib b/kicad/SFD800-cache.lib new file mode 100644 index 0000000..ae1b7cf --- /dev/null +++ b/kicad/SFD800-cache.lib @@ -0,0 +1,610 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# 74xx_74LS04 +# +DEF 74xx_74LS04 U 0 20 Y Y 7 L N +F0 "U" 0 50 50 H V C CNN +F1 "74xx_74LS04" 0 -50 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 74HC04 74HCT04 74AHC04 74AHCT04 +$FPLIST + DIP*W7.62mm* + SSOP?14* + TSSOP?14* +$ENDFPLIST +DRAW +S -200 300 200 -300 7 1 10 f +P 4 1 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 2 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 3 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 4 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 5 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 6 0 10 -150 150 -150 -150 150 0 -150 150 f +X ~ 1 -300 0 150 R 50 50 1 0 I +X ~ 2 300 0 150 L 50 50 1 0 O I +X ~ 3 -300 0 150 R 50 50 2 0 I +X ~ 4 300 0 150 L 50 50 2 0 O I +X ~ 5 -300 0 150 R 50 50 3 0 I +X ~ 6 300 0 150 L 50 50 3 0 O I +X ~ 8 300 0 150 L 50 50 4 0 O I +X ~ 9 -300 0 150 R 50 50 4 0 I +X ~ 10 300 0 150 L 50 50 5 0 O I +X ~ 11 -300 0 150 R 50 50 5 0 I +X ~ 12 300 0 150 L 50 50 6 0 O I +X ~ 13 -300 0 150 R 50 50 6 0 I +X VCC 14 0 500 200 D 50 50 7 0 W +X GND 7 0 -500 200 U 50 50 7 0 W +ENDDRAW +ENDDEF +# +# 74xx_74LS06 +# +DEF 74xx_74LS06 U 0 40 Y Y 7 L N +F0 "U" 0 50 50 H V C CNN +F1 "74xx_74LS06" 0 -50 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 74LS06 74LS06N +$FPLIST + DIP*W7.62mm* +$ENDFPLIST +DRAW +S -200 300 200 -300 7 1 10 f +P 4 1 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 2 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 3 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 4 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 5 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 6 0 10 -150 150 -150 -150 150 0 -150 150 f +X ~ 1 -300 0 150 R 50 50 1 0 I +X ~ 2 300 0 150 L 50 50 1 0 C I +X ~ 3 -300 0 150 R 50 50 2 0 I +X ~ 4 300 0 150 L 50 50 2 0 C I +X ~ 5 -300 0 150 R 50 50 3 0 I +X ~ 6 300 0 150 L 50 50 3 0 C I +X ~ 8 300 0 150 L 50 50 4 0 C I +X ~ 9 -300 0 150 R 50 50 4 0 I +X ~ 10 300 0 150 L 50 50 5 0 C I +X ~ 11 -300 0 150 R 50 50 5 0 I +X ~ 12 300 0 150 L 50 50 6 0 C I +X ~ 13 -300 0 150 R 50 50 6 0 I +X VCC 14 0 500 200 D 50 50 7 0 W +X GND 7 0 -500 200 U 50 50 7 0 W +ENDDRAW +ENDDEF +# +# 74xx_74LS14 +# +DEF 74xx_74LS14 U 0 40 Y Y 7 L N +F0 "U" 0 50 50 H V C CNN +F1 "74xx_74LS14" 0 -50 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 74LS14 +$FPLIST + DIP*W7.62mm* +$ENDFPLIST +DRAW +S -200 300 200 -300 7 1 10 f +P 4 1 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 2 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 3 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 4 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 5 0 10 -150 150 -150 -150 150 0 -150 150 f +P 4 6 0 10 -150 150 -150 -150 150 0 -150 150 f +P 3 1 1 0 -75 -50 -75 50 -25 50 N +P 4 1 1 0 -100 -50 -25 -50 -25 50 0 50 N +P 3 2 1 0 -75 -50 -75 50 -25 50 N +P 4 2 1 0 -100 -50 -25 -50 -25 50 0 50 N +P 3 3 1 0 -75 -50 -75 50 -25 50 N +P 4 3 1 0 -100 -50 -25 -50 -25 50 0 50 N +P 3 4 1 0 -75 -50 -75 50 -25 50 N +P 4 4 1 0 -100 -50 -25 -50 -25 50 0 50 N +P 3 5 1 0 -75 -50 -75 50 -25 50 N +P 4 5 1 0 -100 -50 -25 -50 -25 50 0 50 N +P 3 6 1 0 -75 -50 -75 50 -25 50 N +P 4 6 1 0 -100 -50 -25 -50 -25 50 0 50 N +X ~ 1 -300 0 150 R 50 50 1 0 I +X ~ 2 300 0 150 L 50 50 1 0 O I +X ~ 3 -300 0 150 R 50 50 2 0 I +X ~ 4 300 0 150 L 50 50 2 0 O I +X ~ 5 -300 0 150 R 50 50 3 0 I +X ~ 6 300 0 150 L 50 50 3 0 O I +X ~ 8 300 0 150 L 50 50 4 0 O I +X ~ 9 -300 0 150 R 50 50 4 0 I +X ~ 10 300 0 150 L 50 50 5 0 O I +X ~ 11 -300 0 150 R 50 50 5 0 I +X ~ 12 300 0 150 L 50 50 6 0 O I +X ~ 13 -300 0 150 R 50 50 6 0 I +X VCC 14 0 500 200 D 50 50 7 0 W +X GND 7 0 -500 200 U 50 50 7 0 W +ENDDRAW +ENDDEF +# +# 74xx_74LS145 +# +DEF 74xx_74LS145 U 0 40 Y Y 1 L N +F0 "U" -300 550 50 H V C CNN +F1 "74xx_74LS145" -300 -650 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP?16* +$ENDFPLIST +DRAW +S -300 500 300 -600 1 1 10 f +X Q0 1 500 400 200 L 50 50 1 0 C I +X Q8 10 500 -400 200 L 50 50 1 0 C I +X Q9 11 500 -500 200 L 50 50 1 0 C I +X P3 12 -500 100 200 R 50 50 1 0 I +X P2 13 -500 200 200 R 50 50 1 0 I +X P1 14 -500 300 200 R 50 50 1 0 I +X P0 15 -500 400 200 R 50 50 1 0 I +X VCC 16 0 700 200 D 50 50 1 0 W +X Q1 2 500 300 200 L 50 50 1 0 C I +X Q2 3 500 200 200 L 50 50 1 0 C I +X Q3 4 500 100 200 L 50 50 1 0 C I +X Q4 5 500 0 200 L 50 50 1 0 C I +X Q5 6 500 -100 200 L 50 50 1 0 C I +X Q6 7 500 -200 200 L 50 50 1 0 C I +X GND 8 0 -800 200 U 50 50 1 0 W +X Q7 9 500 -300 200 L 50 50 1 0 C I +ENDDRAW +ENDDEF +# +# 74xx_74LS175 +# +DEF 74xx_74LS175 U 0 40 Y Y 1 L N +F0 "U" -300 550 50 H V C CNN +F1 "74xx_74LS175" -300 -650 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP?16* +$ENDFPLIST +DRAW +S -300 500 300 -600 1 1 10 f +X ~Mr 1 -500 -500 200 R 50 50 1 0 I +X Q2 10 500 0 200 L 50 50 1 0 O +X ~Q2 11 500 -100 200 L 50 50 1 0 O +X D2 12 -500 0 200 R 50 50 1 0 I +X D3 13 -500 -200 200 R 50 50 1 0 I +X ~Q3 14 500 -300 200 L 50 50 1 0 O +X Q3 15 500 -200 200 L 50 50 1 0 O +X VCC 16 0 700 200 D 50 50 1 0 W +X Q0 2 500 400 200 L 50 50 1 0 O +X ~Q0 3 500 300 200 L 50 50 1 0 O +X D0 4 -500 400 200 R 50 50 1 0 I +X D1 5 -500 200 200 R 50 50 1 0 I +X ~Q1 6 500 100 200 L 50 50 1 0 O +X Q1 7 500 200 200 L 50 50 1 0 O +X GND 8 0 -800 200 U 50 50 1 0 W +X Cp 9 -500 -400 200 R 50 50 1 0 I C +ENDDRAW +ENDDEF +# +# 74xx_74LS242 +# +DEF 74xx_74LS242 U 0 40 Y Y 1 L N +F0 "U" -300 450 50 H V C CNN +F1 "74xx_74LS242" -300 -450 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP?12* +$ENDFPLIST +DRAW +S -300 400 300 -400 1 1 10 f +X OEa 1 -500 -200 200 R 50 50 1 0 I I +X B1 10 500 200 200 L 50 50 1 0 T I +X B0 11 500 300 200 L 50 50 1 0 T I +X OEb 13 -500 -300 200 R 50 50 1 0 I +X VCC 14 0 600 200 D 50 50 1 0 W +X A0 3 -500 300 200 R 50 50 1 0 I +X A1 4 -500 200 200 R 50 50 1 0 I +X A2 5 -500 100 200 R 50 50 1 0 I +X A3 6 -500 0 200 R 50 50 1 0 I +X GND 7 0 -600 200 U 50 50 1 0 W +X B3 8 500 0 200 L 50 50 1 0 T I +X B2 9 500 100 200 L 50 50 1 0 T I +ENDDRAW +ENDDEF +# +# 74xx_74LS74 +# +DEF 74xx_74LS74 U 0 40 Y Y 3 L N +F0 "U" -300 350 50 H V C CNN +F1 "74xx_74LS74" -300 -350 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +ALIAS 74HC74 +$FPLIST + DIP*W7.62mm* +$ENDFPLIST +DRAW +S -200 200 200 -200 1 1 10 f +S -200 200 200 -200 2 1 10 f +S -200 300 200 -300 3 1 10 f +X ~R 1 0 -300 100 U 50 50 1 0 I +X D 2 -300 100 100 R 50 50 1 0 I +X C 3 -300 0 100 R 50 50 1 0 I C +X ~S 4 0 300 100 D 50 50 1 0 I +X Q 5 300 100 100 L 50 50 1 0 O +X ~Q 6 300 -100 100 L 50 50 1 0 O +X ~S 10 0 300 100 D 50 50 2 0 I +X C 11 -300 0 100 R 50 50 2 0 I C +X D 12 -300 100 100 R 50 50 2 0 I +X ~R 13 0 -300 100 U 50 50 2 0 I +X ~Q 8 300 -100 100 L 50 50 2 0 O +X Q 9 300 100 100 L 50 50 2 0 O +X VCC 14 0 400 100 D 50 50 3 0 W +X GND 7 0 -400 100 U 50 50 3 0 W +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x17_Odd_Even +# +DEF Connector_Generic_Conn_02x17_Odd_Even J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x17_Odd_Even" 50 -900 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -850 1 1 10 f +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_1 1 -200 800 150 R 50 50 1 1 P +X Pin_10 10 300 400 150 L 50 50 1 1 P +X Pin_11 11 -200 300 150 R 50 50 1 1 P +X Pin_12 12 300 300 150 L 50 50 1 1 P +X Pin_13 13 -200 200 150 R 50 50 1 1 P +X Pin_14 14 300 200 150 L 50 50 1 1 P +X Pin_15 15 -200 100 150 R 50 50 1 1 P +X Pin_16 16 300 100 150 L 50 50 1 1 P +X Pin_17 17 -200 0 150 R 50 50 1 1 P +X Pin_18 18 300 0 150 L 50 50 1 1 P +X Pin_19 19 -200 -100 150 R 50 50 1 1 P +X Pin_2 2 300 800 150 L 50 50 1 1 P +X Pin_20 20 300 -100 150 L 50 50 1 1 P +X Pin_21 21 -200 -200 150 R 50 50 1 1 P +X Pin_22 22 300 -200 150 L 50 50 1 1 P +X Pin_23 23 -200 -300 150 R 50 50 1 1 P +X Pin_24 24 300 -300 150 L 50 50 1 1 P +X Pin_25 25 -200 -400 150 R 50 50 1 1 P +X Pin_26 26 300 -400 150 L 50 50 1 1 P +X Pin_27 27 -200 -500 150 R 50 50 1 1 P +X Pin_28 28 300 -500 150 L 50 50 1 1 P +X Pin_29 29 -200 -600 150 R 50 50 1 1 P +X Pin_3 3 -200 700 150 R 50 50 1 1 P +X Pin_30 30 300 -600 150 L 50 50 1 1 P +X Pin_31 31 -200 -700 150 R 50 50 1 1 P +X Pin_32 32 300 -700 150 L 50 50 1 1 P +X Pin_33 33 -200 -800 150 R 50 50 1 1 P +X Pin_34 34 300 -800 150 L 50 50 1 1 P +X Pin_4 4 300 700 150 L 50 50 1 1 P +X Pin_5 5 -200 600 150 R 50 50 1 1 P +X Pin_6 6 300 600 150 L 50 50 1 1 P +X Pin_7 7 -200 500 150 R 50 50 1 1 P +X Pin_8 8 300 500 150 L 50 50 1 1 P +X Pin_9 9 -200 400 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_CP_Small +# +DEF Device_CP_Small C 0 10 N N 1 F N +F0 "C" 10 70 50 H V L CNN +F1 "Device_CP_Small" 10 -80 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + CP_* +$ENDFPLIST +DRAW +S -60 -12 60 -27 0 1 0 F +S -60 27 60 12 0 1 0 N +P 2 0 1 0 -50 60 -30 60 N +P 2 0 1 0 -40 50 -40 70 N +X ~ 1 0 100 73 D 50 50 1 1 P +X ~ 2 0 -100 73 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_C_Small +# +DEF Device_C_Small C 0 10 N N 1 F N +F0 "C" 10 70 50 H V L CNN +F1 "Device_C_Small" 10 -80 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + C_* +$ENDFPLIST +DRAW +P 2 0 1 13 -60 -20 60 -20 N +P 2 0 1 12 -60 20 60 20 N +X ~ 1 0 100 80 D 50 50 1 1 P +X ~ 2 0 -100 80 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_Crystal_Small +# +DEF Device_Crystal_Small Y 0 40 N N 1 F N +F0 "Y" 0 100 50 H V C CNN +F1 "Device_Crystal_Small" 0 -100 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Crystal* +$ENDFPLIST +DRAW +S -30 -60 30 60 0 1 0 N +P 2 0 1 15 -50 -30 -50 30 N +P 2 0 1 15 50 -30 50 30 N +X 1 1 -100 0 50 R 50 50 1 1 P +X 2 2 100 0 50 L 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_R_Network05 +# +DEF Device_R_Network05 RN 0 0 Y N 1 F N +F0 "RN" -300 0 50 V V C CNN +F1 "Device_R_Network05" 300 0 50 V V C CNN +F2 "Resistor_THT:R_Array_SIP6" 375 0 50 V I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R?Array?SIP* +$ENDFPLIST +DRAW +C -200 90 10 0 1 0 F +C -100 90 10 0 1 0 F +C 0 90 10 0 1 0 F +C 100 90 10 0 1 0 F +S -250 -125 250 125 0 1 10 f +S -230 60 -170 -100 0 1 10 N +S -130 60 -70 -100 0 1 10 N +S -30 60 30 -100 0 1 10 N +S 70 60 130 -100 0 1 10 N +S 170 60 230 -100 0 1 10 N +P 2 0 1 0 -200 100 -200 60 N +P 4 0 1 0 -200 60 -200 90 -100 90 -100 60 N +P 4 0 1 0 -100 60 -100 90 0 90 0 60 N +P 4 0 1 0 0 60 0 90 100 90 100 60 N +P 4 0 1 0 100 60 100 90 200 90 200 60 N +X common 1 -200 200 100 D 50 50 1 1 P +X R1 2 -200 -200 100 U 50 50 1 1 P +X R2 3 -100 -200 100 U 50 50 1 1 P +X R3 4 0 -200 100 U 50 50 1 1 P +X R4 5 100 -200 100 U 50 50 1 1 P +X R5 6 200 -200 100 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# Device_R_Small +# +DEF Device_R_Small R 0 10 N N 1 F N +F0 "R" 30 20 50 H V L CNN +F1 "Device_R_Small" 30 -40 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + R_* +$ENDFPLIST +DRAW +S -30 70 30 -70 0 1 8 N +X ~ 1 0 100 30 D 50 50 1 1 P +X ~ 2 0 -100 30 U 50 50 1 1 P +ENDDRAW +ENDDEF +# +# MZ80-80CLR_WD1773 +# +DEF MZ80-80CLR_WD1773 U 0 40 Y Y 1 F N +F0 "U" -350 950 50 H V C CNN +F1 "MZ80-80CLR_WD1773" 330 960 50 H V C CNN +F2 "Package_DIP:DIP-28_W15.24mm" 750 -1150 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP*W15.24mm* +$ENDFPLIST +DRAW +S -400 850 400 -1000 0 1 10 f +X ~CS 1 -500 -550 100 R 50 50 1 1 I +X DI5 10 -500 50 100 R 50 50 1 1 T +X DI6 11 -500 -50 100 R 50 50 1 1 T +X DI7 12 -500 -150 100 R 50 50 1 1 T +X ~MR 13 -500 700 100 R 50 50 1 1 I +X GND 14 0 -1100 100 U 50 50 1 1 W +X VCC 15 0 950 100 D 50 50 1 1 W +X STEP 16 500 400 100 L 50 50 1 1 O +X DIRC 17 500 500 100 L 50 50 1 1 O +X CLK 18 500 700 100 L 50 50 1 1 I C +X ~RD 19 500 -250 100 L 50 50 1 1 I +X R/~W 2 -500 -650 100 R 50 50 1 1 I +X RDY/ENP 20 500 -550 100 L 50 50 1 1 I +X WG 21 500 100 100 L 50 50 1 1 O +X WD 22 500 200 100 L 50 50 1 1 O +X ~TR00 23 500 -150 100 L 50 50 1 1 I +X ~IP 24 500 -350 100 L 50 50 1 1 I +X ~WPRT 25 500 -450 100 L 50 50 1 1 I +X ~DDEN 26 500 -900 100 L 50 50 1 1 I +X DRQ 27 -500 -900 100 R 50 50 1 1 O +X INTRQ 28 -500 -800 100 R 50 50 1 1 I +X A0 3 -500 -300 100 R 50 50 1 1 I +X A1 4 -500 -400 100 R 50 50 1 1 I +X DI0 5 -500 550 100 R 50 50 1 1 T +X DI1 6 -500 450 100 R 50 50 1 1 T +X DI2 7 -500 350 100 R 50 50 1 1 T +X DI3 8 -500 250 100 R 50 50 1 1 T +X DI4 9 -500 150 100 R 50 50 1 1 T +ENDDRAW +ENDDEF +# +# SFD800_Ext_Bus_MZ800 +# +DEF SFD800_Ext_Bus_MZ800 J 0 20 Y Y 1 F N +F0 "J" 0 1225 50 H V C CNN +F1 "SFD800_Ext_Bus_MZ800" 0 -1225 50 H V C CNN +F2 "" 0 -450 50 H I C CNN +F3 "" 0 -450 50 H I C CNN +DRAW +T 0 -200 1150 31 0 0 0 " Top Side" Normal 0 C C +T 0 150 1150 31 0 0 0 "Bottom Side" Normal 0 C C +S -300 -1150 300 1200 0 1 10 f +X VCC 1 -400 1050 100 R 50 50 1 1 w +X D6 10 400 650 100 L 50 50 1 1 T +X AD15 11 -400 550 100 R 50 50 1 1 O +X D7 12 400 550 100 L 50 50 1 1 T +X AD14 13 -400 450 100 R 50 50 1 1 O +X BUS0 14 400 450 100 L 50 50 1 1 O +X AD13 15 -400 350 100 R 50 50 1 1 O +X ~M1 16 400 350 100 L 50 50 1 1 O +X AD12 17 -400 250 100 R 50 50 1 1 O +X ~WR 18 400 250 100 L 50 50 1 1 O +X AD11 19 -400 150 100 R 50 50 1 1 O +X VCC 2 400 1050 100 L 50 50 1 1 W +X ~RD 20 400 150 100 L 50 50 1 1 O +X AD10 21 -400 50 100 R 50 50 1 1 O +X ~IORQ 22 400 50 100 L 50 50 1 1 O +X AD9 23 -400 -50 100 R 50 50 1 1 O +X ~MREQ 24 400 -50 100 L 50 50 1 1 O +X AD8 25 -400 -150 100 R 50 50 1 1 O +X GND 26 400 -150 100 L 50 50 1 1 w +X AD7 27 -400 -250 100 R 50 50 1 1 O +X ~HALT 28 400 -250 100 L 50 50 1 1 I +X AD6 29 -400 -350 100 R 50 50 1 1 O +X D2 3 -400 950 100 R 50 50 1 1 T +X IE1 30 400 -350 100 L 50 50 1 1 I +X AD5 31 -400 -450 100 R 50 50 1 1 O +X NC 32 400 -450 100 L 50 50 1 1 P +X AD4 33 -400 -550 100 R 50 50 1 1 O +X RESET 34 400 -550 100 L 50 50 1 1 O +X AD3 35 -400 -650 100 R 50 50 1 1 O +X ~EXRESET 36 400 -650 100 L 50 50 1 1 I +X AD2 37 -400 -750 100 R 50 50 1 1 O +X ~INT 38 400 -750 100 L 50 50 1 1 I +X AD1 39 -400 -850 100 R 50 50 1 1 O +X D3 4 400 950 100 L 50 50 1 1 T +X ~EXWAIT 40 400 -850 100 L 50 50 1 1 I +X AD0 41 -400 -950 100 R 50 50 1 1 O +X NC 42 400 -950 100 L 50 50 1 1 P +X GND 43 -400 -1050 100 R 50 50 1 1 W +X GND 44 400 -1050 100 L 50 50 1 1 W +X D1 5 -400 850 100 R 50 50 1 1 T +X D4 6 400 850 100 L 50 50 1 1 T +X D0 7 -400 750 100 R 50 50 1 1 T +X D5 8 400 750 100 L 50 50 1 1 T +X GND 9 -400 650 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# SFD800_PAL12L6 +# +DEF SFD800_PAL12L6 U 0 40 Y Y 1 F N +F0 "U" -350 650 50 H V L CNN +F1 "SFD800_PAL12L6" 50 700 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP* + PDIP* +$ENDFPLIST +DRAW +S -350 600 300 -850 0 1 10 f +X GND 10 0 -1000 150 U 50 50 0 0 W +X VCC 20 0 750 150 D 50 50 0 0 W +X A0 1 -500 500 150 R 50 50 1 1 I +X ~WR 11 -500 -500 150 R 50 50 1 1 I +X ~RD 12 -500 -600 150 R 50 50 1 1 I +X ~BUS 13 450 400 150 L 50 50 1 1 O +X ~DRIVE 14 450 50 150 L 50 50 1 1 O +X ~RES 15 450 -350 150 L 50 50 1 1 O +X ~SIDE 16 450 -600 150 L 50 50 1 1 O +X ~DDEN 17 450 -150 150 L 50 50 1 1 O +X ~FDC 18 450 250 150 L 50 50 1 1 O +X ~IORQ 19 -500 -400 150 R 50 50 1 1 I +X A1 2 -500 400 150 R 50 50 1 1 I +X A2 3 -500 300 150 R 50 50 1 1 I +X A3 4 -500 200 150 R 50 50 1 1 I +X RESET 5 -500 -750 150 R 50 50 1 1 I +X A4 6 -500 100 150 R 50 50 1 1 I +X A5 7 -500 0 150 R 50 50 1 1 I +X A6 8 -500 -100 150 R 50 50 1 1 I +X A7 9 -500 -200 150 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# power_+5V +# +DEF power_+5V #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -150 50 H I C CNN +F1 "power_+5V" 0 140 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +DRAW +P 2 0 1 0 -30 50 0 100 N +P 2 0 1 0 0 0 0 100 N +P 2 0 1 0 0 100 30 50 N +X +5V 1 0 0 0 U 50 50 1 1 W N +ENDDRAW +ENDDEF +# +# power_GNDPWR +# +DEF power_GNDPWR #PWR 0 0 Y Y 1 F P +F0 "#PWR" 0 -200 50 H I C CNN +F1 "power_GNDPWR" 0 -130 50 H V C CNN +F2 "" 0 -50 50 H I C CNN +F3 "" 0 -50 50 H I C CNN +DRAW +P 2 0 1 0 0 -50 0 0 N +P 3 0 1 8 -40 -50 -50 -80 -50 -80 N +P 3 0 1 8 -20 -50 -30 -80 -30 -80 N +P 3 0 1 8 0 -50 -10 -80 -10 -80 N +P 3 0 1 8 20 -50 10 -80 10 -80 N +P 3 0 1 8 40 -50 -40 -50 -40 -50 N +P 4 0 1 8 40 -50 30 -80 30 -80 30 -80 N +X GNDPWR 1 0 0 0 D 50 50 1 1 W N +ENDDRAW +ENDDEF +# +#End Library diff --git a/kicad/SFD800.kicad_pcb b/kicad/SFD800.kicad_pcb new file mode 100644 index 0000000..bf2cc51 --- /dev/null +++ b/kicad/SFD800.kicad_pcb @@ -0,0 +1,14943 @@ +(kicad_pcb (version 20211014) (generator pcbnew) + + (general + (thickness 1.6) + ) + + (paper "A4") + (layers + (0 "F.Cu" signal) + (31 "B.Cu" signal) + (32 "B.Adhes" user "B.Adhesive") + (33 "F.Adhes" user "F.Adhesive") + (34 "B.Paste" user) + (35 "F.Paste" user) + (36 "B.SilkS" user "B.Silkscreen") + (37 "F.SilkS" user "F.Silkscreen") + (38 "B.Mask" user) + (39 "F.Mask" user) + (40 "Dwgs.User" user "User.Drawings") + (41 "Cmts.User" user "User.Comments") + (42 "Eco1.User" user "User.Eco1") + (43 "Eco2.User" user "User.Eco2") + (44 "Edge.Cuts" user) + (45 "Margin" user) + (46 "B.CrtYd" user "B.Courtyard") + (47 "F.CrtYd" user "F.Courtyard") + (48 "B.Fab" user) + (49 "F.Fab" user) + ) + + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (disableapertmacros false) + (usegerberextensions false) + (usegerberattributes false) + (usegerberadvancedattributes false) + (creategerberjobfile false) + (svguseinch false) + (svgprecision 6) + (excludeedgelayer true) + (plotframeref false) + (viasonmask false) + (mode 1) + (useauxorigin false) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (dxfpolygonmode true) + (dxfimperialunits true) + (dxfusepcbnewfont true) + (psnegative false) + (psa4output false) + (plotreference true) + (plotvalue true) + (plotinvisibletext false) + (sketchpadsonfab false) + (subtractmaskfromsilk false) + (outputformat 1) + (mirror false) + (drillshape 0) + (scaleselection 1) + (outputdirectory "Output/") + ) + ) + + (net 0 "") + (net 1 "+5V") + (net 2 "GNDPWR") + (net 3 "Net-(C9-Pad1)") + (net 4 "Net-(C10-Pad2)") + (net 5 "Net-(C10-Pad1)") + (net 6 "Net-(J1-Pad42)") + (net 7 "/~{EXWAIT}") + (net 8 "/~{INT}") + (net 9 "/BUS0") + (net 10 "/~{M1}") + (net 11 "/~{WR}") + (net 12 "/~{RD}") + (net 13 "/~{IORQ}") + (net 14 "/~{MREQ}") + (net 15 "/~{HALT}") + (net 16 "/IE1") + (net 17 "Net-(J1-Pad32)") + (net 18 "/RESET") + (net 19 "/~{EXRESET}") + (net 20 "/D3") + (net 21 "/D4") + (net 22 "/D5") + (net 23 "/D6") + (net 24 "/D7") + (net 25 "/A0") + (net 26 "/A1") + (net 27 "/A2") + (net 28 "/D2") + (net 29 "/D1") + (net 30 "/D0") + (net 31 "/A15") + (net 32 "/A14") + (net 33 "/A13") + (net 34 "/A12") + (net 35 "/A11") + (net 36 "/A10") + (net 37 "/A9") + (net 38 "/A8") + (net 39 "/A7") + (net 40 "/A6") + (net 41 "/A5") + (net 42 "/A4") + (net 43 "/A3") + (net 44 "Net-(J2-Pad34)") + (net 45 "Net-(J2-Pad32)") + (net 46 "Net-(J2-Pad30)") + (net 47 "Net-(J2-Pad28)") + (net 48 "Net-(J2-Pad26)") + (net 49 "Net-(J2-Pad24)") + (net 50 "Net-(J2-Pad22)") + (net 51 "Net-(J2-Pad20)") + (net 52 "Net-(J2-Pad18)") + (net 53 "Net-(J2-Pad16)") + (net 54 "Net-(J2-Pad14)") + (net 55 "Net-(J2-Pad12)") + (net 56 "Net-(J2-Pad10)") + (net 57 "Net-(J2-Pad8)") + (net 58 "Net-(J2-Pad6)") + (net 59 "Net-(J2-Pad4)") + (net 60 "Net-(J2-Pad2)") + (net 61 "Net-(R2-Pad1)") + (net 62 "Net-(U1-Pad13)") + (net 63 "Net-(U1-Pad5)") + (net 64 "Net-(U1-Pad11)") + (net 65 "Net-(U1-Pad3)") + (net 66 "Net-(U1-Pad1)") + (net 67 "Net-(U2-Pad13)") + (net 68 "Net-(U2-Pad6)") + (net 69 "Net-(U2-Pad12)") + (net 70 "Net-(U2-Pad5)") + (net 71 "Net-(U2-Pad4)") + (net 72 "Net-(U2-Pad3)") + (net 73 "Net-(U2-Pad2)") + (net 74 "Net-(U3-Pad18)") + (net 75 "Net-(U3-Pad17)") + (net 76 "Net-(U3-Pad16)") + (net 77 "Net-(U10-Pad1)") + (net 78 "Net-(U10-Pad9)") + (net 79 "Net-(U3-Pad13)") + (net 80 "Net-(U4-Pad12)") + (net 81 "Net-(U4-Pad2)") + (net 82 "Net-(U5-Pad6)") + (net 83 "/ID0") + (net 84 "Net-(U5-Pad5)") + (net 85 "Net-(U5-Pad9)") + (net 86 "Net-(U6-Pad6)") + (net 87 "Net-(U6-Pad12)") + (net 88 "Net-(U6-Pad5)") + (net 89 "Net-(U6-Pad9)") + (net 90 "/ID2") + (net 91 "/ID1") + (net 92 "/ID6") + (net 93 "/ID3") + (net 94 "/ID4") + (net 95 "/ID5") + (net 96 "/ID7") + (net 97 "Net-(U9-Pad28)") + (net 98 "Net-(U9-Pad27)") + (net 99 "Net-(U10-Pad15)") + (net 100 "Net-(U10-Pad14)") + (net 101 "Net-(U10-Pad6)") + (net 102 "Net-(U10-Pad11)") + (net 103 "Net-(U10-Pad3)") + (net 104 "Net-(U10-Pad10)") + (net 105 "Net-(U10-Pad2)") + (net 106 "Net-(U11-Pad4)") + (net 107 "Net-(U11-Pad11)") + (net 108 "Net-(U11-Pad3)") + (net 109 "Net-(U11-Pad10)") + (net 110 "Net-(U11-Pad2)") + (net 111 "Net-(U11-Pad1)") + (net 112 "Net-(U1-Pad9)") + (net 113 "Net-(U2-Pad1)") + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a324e0) + (at 129.68 97.21 180) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-000062095381") + (attr through_hole) + (fp_text reference "C1" (at 5.06 0.1 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6d70ed99-43ba-4153-ba05-b63ab221eba9) + ) + (fp_text value "100nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 64768129-c46a-4890-86fc-237587986a78) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8d1fc4b1-1d51-4ced-a3ca-f018e0057daf) + ) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 59499751-b54b-4ba6-befd-4eb8f1a79e66)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 8bb90b9e-294b-4b4a-bb67-df050ab52237)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp bad23df6-f465-434f-8740-c4824bad6534)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp dbc07276-ccb2-4c19-a635-8b581caec814)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 1f6c43a1-13da-4c15-b9e7-f5adcce77e21)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 34b43264-2c5b-4f7d-bec4-8dbdce3fe913)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3da9302f-7698-441a-9848-c604aaf1613a)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp b4f26448-f2a4-4bd0-b36b-f4296c994200)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 0a503136-fa4d-46af-ac61-0d1e9f51bbc2)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp c64f8292-22aa-481b-9a56-fbf019fed7da)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp dfb1c09b-2174-48e7-a514-6abfe347ab39)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp ff516001-52ad-4972-919d-1c2a4598c9ce)) + (pad "1" thru_hole circle locked (at 0 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 620090d8-840d-463c-9267-c2ec29b21aeb)) + (pad "2" thru_hole circle locked (at 2.5 0 180) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp b877e66c-1ae9-4ffc-af5c-0b3593f3b2d9)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a324f3) + (at 126.3 81.66) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-00006218a890") + (attr through_hole) + (fp_text reference "C2" (at -2.99 0.05 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2fe8f8f1-9509-4ad0-bc05-ec9c0b9d5b25) + ) + (fp_text value "100nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3a675b24-665f-4ebe-983a-95cdcc3751ad) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 65a99a09-3245-4bab-83f9-eb54031d3136) + ) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0140827c-c7ce-4136-8423-19b331c30dfb)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0e851ea5-1f1c-40d5-bf47-393077fa2f9e)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp aaf491a1-e456-4d65-ac7f-c61958edf36f)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp eed1b1a0-bc46-41eb-a7c5-36522ab83c2a)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 108323e4-8825-4d8f-a060-d03d5dcc7754)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 3f19a83e-b299-4289-8ee0-190dd22509bf)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 62ed0aaf-5b20-4f52-99f8-ac94f2e83029)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp a1141140-caff-4c45-af68-354905d49647)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp 5234387a-9fa5-4a20-8b98-270fb5856405)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 65a490d6-a342-48dc-8827-79fcf50bc9f9)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp a6cad423-2155-4427-af8a-785c4e01f3a0)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp deb0db6d-240b-484c-ad58-85218454a4c0)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp b7d31700-0e82-483e-966e-9d8039931700)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 470b6958-64d2-4b93-bc38-bfed23ddec68)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a32506) + (at 108.04 67.93) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-00006236b946") + (attr through_hole) + (fp_text reference "C3" (at 1.27 2.45 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2b5ebea2-752f-45d1-99fe-276f06d222e6) + ) + (fp_text value "100nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7e12cb0b-5b8f-4223-ba50-4e4ffc4017ff) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b83035e9-5137-4e87-b5f9-f5abeea73943) + ) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 0d7b64dd-13ff-4152-a294-14d187c21d67)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 75ab1a52-b7a3-4efc-ad37-8fb5aef89e9b)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp eaf17d45-6dbe-482d-981e-7748ca42f013)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp f063db90-213f-42b9-ab5b-ef1f34726a5b)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 2dd7c9a1-7a69-482e-83d1-44aa1ac0d95f)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 752a2e02-e0bf-4ed5-888f-2b4756e263c9)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7f072918-39e8-49ee-b740-31a5365237fb)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d3599e18-3479-4d93-8f78-fc9f15acae71)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp 1aa25670-e9a5-406c-adf6-f2a739445efe)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 1ed5dbad-fba5-4f17-a572-02faa6ffa65e)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 3a5b3c2b-5a7b-4f36-95e7-f1b4758886ba)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 780f9afb-cc20-42c8-b4ec-948e3d798623)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 238d0754-146c-4b10-b325-ea44e4e804c9)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 661aeb8d-cbc8-4002-b435-a462fd4efce0)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a3252c) + (at 190.47 126.91) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-0000621b107d") + (attr through_hole) + (fp_text reference "C5" (at -2.82 0.25 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8258bf75-3d9c-4da5-92e9-53cd4724aaf5) + ) + (fp_text value "100nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0f3dc9a0-9aa7-4f79-aadd-a5e1609ba0aa) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2144b732-1268-4e0b-9e88-e0a1d3a79aa3) + ) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2de8e2cb-750f-4529-88d5-48baffb197c0)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp 4b51c7e8-8150-4680-bc42-c91ebe8216b4)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 4bcd5ddb-1a77-4f54-9da9-3e14ad241598)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp cf0bbd0d-22ee-4ea7-9877-80945221f044)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 01ae81ad-50a2-4d33-8ea0-fd3d98098a5e)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp d4aea666-d9c1-4540-9e7d-952929720166)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp eab6a6c1-60ab-4c87-a263-cf12fbf86905)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp f96dfb8b-b4d4-4dc0-bc41-bad65f97c84d)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 07cf95ae-0d39-4777-86e1-52ddd6ffdada)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp cfd0bdf8-6daa-4f02-9ac1-4f006c7df5ef)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp d53bba0e-eaac-493c-b298-37ddbe51d649)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp f24d920b-5e0d-4194-8904-49cbf169667c)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp aa907d01-54dd-4354-b826-e66b90c049cd)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 90df5846-c2e1-41ef-bb37-f52479cae2d6)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a3253f) + (at 178.09 99.62 -90) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-0000621dcc8b") + (attr through_hole) + (fp_text reference "C6" (at 5.07 -0.03 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bf87dc34-2db4-4d92-ad97-2b03676a750f) + ) + (fp_text value "100nF" (at 1.25 2.5 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 671fb52b-6097-4371-8623-78f6b4f2c4c2) + ) + (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1f757766-3513-449a-931f-6396b9c007ac) + ) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 0e94a3ab-c4ea-498f-a165-70387f808d86)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp 4dbea28e-9bb2-43d3-bff1-4609ff6d74b8)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 824bb42d-89aa-42c6-a7aa-9058e9c90838)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 9e0ef644-9380-482f-9464-6e4e7d9197e5)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp c669e2ee-6bdf-415b-b81e-27140a879182)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp e72ec093-cd50-4829-8766-eabfa5a22d91)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp f029fda9-0def-4320-b959-cc9c7efad838)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp fe54a2e9-09d6-4ac0-bef5-90a80ed35702)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 0838b985-063e-4369-a6c6-14e374fe450e)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 55351130-db6a-4480-9676-3de614eef602)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 5746f478-4da0-4313-9bc5-c21d9ac9e18e)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp c7b711c2-ba31-4e14-98c9-26df385e39a3)) + (pad "1" thru_hole circle locked (at 0 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 6ca7104b-aceb-41c7-9e01-e8c935c09261)) + (pad "2" thru_hole circle locked (at 2.5 0 270) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp e484abca-3487-4e9d-9dc7-f6729a11eda5)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a32552) + (at 179.14 75.12 90) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-000062203874") + (attr through_hole) + (fp_text reference "C7" (at -2.5 0.15 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 50096f83-e506-43f3-85e7-541eae7d9e76) + ) + (fp_text value "100nF" (at 1.25 2.5 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0fdafb7a-c471-4bf0-871f-bf9547489a3c) + ) + (fp_text user "${REFERENCE}" (at 1.25 0 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 994cacbf-ce32-4871-aeb3-26f548952a04) + ) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 3d8d17eb-9da3-4258-b9c3-8f8e43f91f1a)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 59a1d4f2-c779-48ee-9315-90d91f99ef9c)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp a0bd6a3b-3e41-4e07-acde-b123ba4bebaf)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp e8a25df6-b08c-45f6-bbb7-16c4ee90acdf)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 31383fdd-65b2-41bf-809e-0b1545e90400)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 5f727ce2-fa30-4287-8c43-da9eb8b15d5b)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 944204da-679c-425d-adc7-98bda9017d89)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp f5661775-35d9-4814-b6c8-86faf7af6737)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 06ce0d95-233d-40ba-9254-b8aff42c02c6)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 1cb44854-cd21-44dc-af3b-3ce0cbd70fe5)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6320fa62-0799-40b8-bda4-4fd193aafce6)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp e342ef4c-806c-459e-b457-b57598d15abb)) + (pad "1" thru_hole circle locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp d671439c-e3b4-4c55-93ce-bccd4b515d19)) + (pad "2" thru_hole circle locked (at 2.5 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp eb4b9799-1955-4066-924d-794ac9bc1650)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a32565) + (at 130.29 113.23) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-00006236d38f") + (attr through_hole) + (fp_text reference "C8" (at -2.84 0.01 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c322abb4-c2c1-40ed-a20d-870118efa4e3) + ) + (fp_text value "100nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d7070851-8577-4ee4-a8aa-e54d51d7556b) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0dd4917c-2283-4546-9de7-f294b188cbf2) + ) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 23d69b2a-18d6-43d6-86d5-9aea7db35440)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 54204bb9-ad55-487d-bb6f-7e2012a1298e)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp bc95b58b-cc7f-41b2-ba9e-097986a00eca)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp bf0f5e9a-e1b7-481a-b6f7-368585c323d1)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 63c910b4-4837-444e-8b5a-ef606e356429)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 92bb293d-8d03-4f17-817b-db2dafcb76ef)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp af6cbf19-42ea-4152-bd94-778e2b2469eb)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp f2b8c20f-1ffd-434f-a9c9-bdb5d6e6d6d5)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 1bb5210d-f60c-4abf-b30f-d7fb0706696a)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 45ad35e7-9edd-4fa2-ba88-c32c3473144a)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp 53306c9f-af65-4208-ae43-b0a413dc6aee)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 98b2bbfd-7a6b-4cd5-9c50-46e2608c36b7)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp ebb00ccd-2cad-4af3-a4f4-9438755cb2c5)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 287834b8-f62d-40f2-9570-43a1186b5493)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a32578) + (at 126.01 65.12) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-00006168fb54") + (attr through_hole) + (fp_text reference "C9" (at 1.21 2.43 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 51497f1f-10d1-4bfb-9546-aa3d00168bc8) + ) + (fp_text value "15pF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3378a1e7-2dca-417d-821c-68fa4e9dd60c) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 028c4781-029e-4cd1-832d-aef4706f9660) + ) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 06f99667-df33-44a4-9190-d6f9a66e2162)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 2d27e989-5b7e-433a-86bc-d7f83ef9d01e)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp b56d886d-4e15-4b01-bc7d-7632e1752f7d)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp c693858a-1129-4736-ab51-d45f0fe1bbc8)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 118ef550-37b4-4768-924d-51bb096e3919)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 8447f57e-03d4-4532-a1cf-b42d649626eb)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp f823decc-39f1-4d1b-af56-d9dbead83990)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp fac2c5db-4396-4776-9e2c-399f59017d0f)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 228324d8-b075-42e5-8e80-c6e01392a6cf)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp 31e0302f-cb76-4c5d-990a-a66d34e34264)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 753633ed-c365-425b-81b3-bd233befd3b8)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp ffb411d8-b476-4883-abb0-c2f3d7d8fa10)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "Net-(C9-Pad1)") (tstamp 1d9813e6-6485-40b1-91c4-ed8816ec777e)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 113dbc48-fd3a-46e9-8fdc-0249027810b1)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a3258b) + (at 119.86 65.14) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-0000615afae8") + (attr through_hole) + (fp_text reference "C10" (at 1.21 2.35 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b872511a-177e-46a0-9299-e5e438fc8825) + ) + (fp_text value "3.3nF" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 53e25655-9641-4a31-bb19-f7ed4c9ffdbe) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f7e9e902-c15b-477e-82fb-79d9760ee87b) + ) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 242826bf-265a-4b11-8198-51260e264874)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp 4a03e68f-c74c-4c42-b2e5-5605e5ce9473)) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp a0618ee0-4d0e-4766-8061-588313713792)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp c7b2302d-a5e9-4a60-87be-922d52d36951)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 2789e1c3-c5cb-44ae-afc3-4d4f87ef4497)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 2a2c7ab8-9bc8-4081-8e2e-19c313f7b5a6)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 6987a42f-b700-46ac-ad2e-0c300995f6b4)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp b5092d1f-d73f-41ca-b4a3-8fc0903a6503)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 28ad615f-849d-41e6-9ff2-60e1c7fdf926)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp 58e0ec1f-a3b3-4d9a-824b-802a519c01c4)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp 6ea06f35-328b-4023-b0c8-577506471241)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp 7aacbe2c-6632-4bd7-82d1-77578561c593)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 "Net-(C10-Pad1)") (tstamp 5302f359-78ac-4ee8-97b6-ae3b7e9235ea)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 "Net-(C10-Pad2)") (tstamp d06ccb33-4025-48d8-a671-e5ed9690c4c2)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_IDC:IDC-Header_2x17_P2.54mm_Horizontal_Lock_SFD800" locked (layer "F.Cu") + (tedit 60A2CF98) (tstamp 00000000-0000-0000-0000-000060a3262f) + (at 137 62 90) + (descr "Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf)") + (tags "connector idc locked") + (path "/00000000-0000-0000-0000-00006029fe66") + (attr through_hole) + (fp_text reference "J2" (at 7.02 -12.69 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3489cac6-fca4-4dd6-a68c-de954924f73c) + ) + (fp_text value "FDC-34" (at 19.29 18.8 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 179a1047-509b-410b-b065-e07ddf96a1b8) + ) + (fp_text user "${REFERENCE}" (at 10.16 20.574 180) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d5033f1b-08d3-494e-bfb8-2681709a9e20) + ) + (fp_line (start 15.95 49) (end 15.95 45.05) (layer "F.SilkS") (width 0.12) (tstamp 09446378-d79d-4841-87d1-09009e11e21c)) + (fp_line (start -2.54 -0.254) (end -2.54 0.254) (layer "F.SilkS") (width 0.12) (tstamp 199533ba-9d8d-4136-84fb-9b759bceac1a)) + (fp_line (start 15.95 45.05) (end 11.5 43.75) (layer "F.SilkS") (width 0.12) (tstamp 238b3f21-81a2-4adb-93ee-55cda0d12280)) + (fp_line (start -1.39 51.55) (end -1.39 -10.91) (layer "F.SilkS") (width 0.12) (tstamp 441a5c80-7b10-4dc8-a63b-d98a10c8568b)) + (fp_line (start -1.4 51.55) (end 5.8 51.55) (layer "F.SilkS") (width 0.12) (tstamp 4bbde958-c1c7-4e1c-a88d-1868c41e3213)) + (fp_line (start -1.4 -10.95) (end 5.7 -10.95) (layer "F.SilkS") (width 0.12) (tstamp 4d4042e7-7267-49ba-9666-056155a48ea7)) + (fp_line (start -2.032 0) (end -2.54 -0.254) (layer "F.SilkS") (width 0.12) (tstamp 5852443c-d6b1-414f-a479-20b446edd309)) + (fp_line (start 5.8 51.55) (end 15.95 49) (layer "F.SilkS") (width 0.12) (tstamp b041e0ee-1478-436a-9f17-cd2e83a911fa)) + (fp_line (start 15.95 -4.35) (end 15.95 -8.35) (layer "F.SilkS") (width 0.12) (tstamp c4ee2e7d-47da-4c97-bc4a-84ab0051f5bd)) + (fp_line (start 11.5 43.75) (end 11.5 -3.1) (layer "F.SilkS") (width 0.12) (tstamp c8f045aa-2fc3-462a-a1bc-a13959d6c41d)) + (fp_line (start 15.95 -8.35) (end 5.7 -10.95) (layer "F.SilkS") (width 0.12) (tstamp ecbf1be8-3a2e-4c21-9125-d4e1d94379b3)) + (fp_line (start 11.5 -3.1) (end 15.95 -4.35) (layer "F.SilkS") (width 0.12) (tstamp f048343a-d872-4c2d-a6ec-7ff3e7d17ee8)) + (fp_line (start -2.54 0.254) (end -2.032 0) (layer "F.SilkS") (width 0.12) (tstamp f695d2f3-c10c-48eb-8e2e-a6efdb059af5)) + (fp_line (start -1.52 51.69) (end 16.12 51.69) (layer "F.CrtYd") (width 0.05) (tstamp 283299da-49fe-4b34-b19e-9e590fcf5363)) + (fp_line (start 16.12 -11.04) (end -1.52 -11.04) (layer "F.CrtYd") (width 0.05) (tstamp 43738895-35fd-459a-8833-39825fb0582a)) + (fp_line (start -1.52 51.69) (end -1.52 -11.04) (layer "F.CrtYd") (width 0.05) (tstamp 540d03a1-b787-4d50-8e91-8edaf9aa71c9)) + (fp_line (start 16.12 -11.04) (end 16.12 51.69) (layer "F.CrtYd") (width 0.05) (tstamp d287f371-963e-41f5-bfe9-7e1344c66abd)) + (fp_line (start -1.27 51.44) (end 5.71 51.44) (layer "F.Fab") (width 0.1) (tstamp 04216201-d415-4da3-9f88-fe24876cea5b)) + (fp_line (start 4.57 -4.83) (end 3.3 -3.56) (layer "F.Fab") (width 0.1) (tstamp 052bdf62-e674-4ce6-a647-03593b114255)) + (fp_line (start 15.88 -8.25) (end 5.71 -10.79) (layer "F.Fab") (width 0.1) (tstamp 14037773-abdf-4f4d-a086-0f786a2e0f16)) + (fp_line (start -1.2192 -1.27) (end 0.0508 0) (layer "F.Fab") (width 0.1) (tstamp 15eab408-5f18-409f-a40e-fd688a77400d)) + (fp_line (start -1.27 44.2) (end 3.3 44.2) (layer "F.Fab") (width 0.1) (tstamp 2cf8b5c6-ef9d-4f35-ad66-6ca5cd3e2657)) + (fp_line (start 3.3 -8.13) (end 4.57 -6.86) (layer "F.Fab") (width 0.1) (tstamp 3bb5327b-9465-433e-8366-0f2a616e9200)) + (fp_line (start 15.88 -4.45) (end 11.43 -3.18) (layer "F.Fab") (width 0.1) (tstamp 43fddfc6-154c-4fef-abd6-9dc256d9f028)) + (fp_line (start 15.88 -8.25) (end 15.88 -4.45) (layer "F.Fab") (width 0.1) (tstamp 4d7b60a4-7374-40cc-9a3d-8f28cae92cdb)) + (fp_line (start 4.57 45.47) (end 4.57 47.5) (layer "F.Fab") (width 0.1) (tstamp 52d50990-7239-4271-ab7f-bd767c23b436)) + (fp_line (start 4.57 47.5) (end 3.3 48.77) (layer "F.Fab") (width 0.1) (tstamp 5498892b-c4a2-4b4b-baaa-09d8b5c90b74)) + (fp_line (start 5.71 51.44) (end 15.88 48.89) (layer "F.Fab") (width 0.1) (tstamp 5d15139b-3d28-404e-8bff-c446a2792a27)) + (fp_line (start 15.88 48.89) (end 15.88 45.09) (layer "F.Fab") (width 0.1) (tstamp 65d318c9-79d0-4a3a-9545-c50b4c045bd6)) + (fp_line (start 11.43 -3.18) (end 11.43 43.81) (layer "F.Fab") (width 0.1) (tstamp 73f0dded-8d5b-4dd1-895e-ec028fda69f9)) + (fp_line (start 3.3 44.2) (end 4.57 45.47) (layer "F.Fab") (width 0.1) (tstamp 75a47ef2-2ef7-4162-807d-0b695adaf301)) + (fp_line (start 5.71 -10.79) (end -1.27 -10.79) (layer "F.Fab") (width 0.1) (tstamp 832f9019-a870-4789-a9b9-6b8920c0ef98)) + (fp_line (start 3.3 48.77) (end -1.27 48.77) (layer "F.Fab") (width 0.1) (tstamp 980488c5-6be7-4efb-ae58-176eeb445827)) + (fp_line (start -1.27 -10.79) (end -1.27 51.44) (layer "F.Fab") (width 0.1) (tstamp c6a0bcc9-0d62-47bc-ae3a-7b2fc9638325)) + (fp_line (start -1.27 -3.56) (end 3.3 -3.56) (layer "F.Fab") (width 0.1) (tstamp c7422964-8d1e-43b3-bdb6-6ebc941541fb)) + (fp_line (start 15.88 45.09) (end 11.43 43.81) (layer "F.Fab") (width 0.1) (tstamp c9c6d043-9d8d-4533-a296-8ff95bf03c95)) + (fp_line (start 0.0508 0) (end -1.2192 1.27) (layer "F.Fab") (width 0.1) (tstamp dc750946-a194-4407-acdf-fc6bf8ba5b0e)) + (fp_line (start -1.27 -8.13) (end 3.3 -8.13) (layer "F.Fab") (width 0.1) (tstamp de9c12df-965b-4620-a25c-71e1393eab59)) + (fp_line (start 4.57 -6.86) (end 4.57 -4.83) (layer "F.Fab") (width 0.1) (tstamp f85563c6-3285-46c6-a23f-d04429d9ad89)) + (pad "" thru_hole circle locked (at 1.78 46.48) (size 3.05 3.05) (drill 2.54) (layers *.Cu *.Mask) (tstamp 143bae82-83c0-4477-b32f-983dd5c64195)) + (pad "" thru_hole circle locked (at 1.78 -5.84) (size 3.05 3.05) (drill 2.54) (layers *.Cu *.Mask) (tstamp 242fe0f1-7aa3-4b71-abb8-d2f9c64b1b56)) + (pad "1" thru_hole rect locked (at 2.54 40.64 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp d26aeb94-de66-4e08-bfce-cc57ac79299f)) + (pad "2" thru_hole circle locked (at 0 40.64 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 60 "Net-(J2-Pad2)") (tstamp 4e810672-5695-4692-b44a-a831bcd0d5aa)) + (pad "3" thru_hole circle locked (at 2.54 38.1 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp ac379270-8e4c-4f90-ac4b-846c656d5db9)) + (pad "4" thru_hole circle locked (at 0 38.1 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 59 "Net-(J2-Pad4)") (tstamp 20a150e2-36c0-4744-9f41-31ab9c8b14db)) + (pad "5" thru_hole circle locked (at 2.54 35.56 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp abed6540-4308-4ac0-93bf-7e94bbb829a1)) + (pad "6" thru_hole circle locked (at 0 35.56 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 58 "Net-(J2-Pad6)") (tstamp d59aaab8-de85-4057-ad8a-841a7c26f1a4)) + (pad "7" thru_hole circle locked (at 2.54 33.02 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp f0853305-c7b6-4341-b1fd-4ee57d0d3417)) + (pad "8" thru_hole circle locked (at 0 33.02 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 57 "Net-(J2-Pad8)") (tstamp 99b44b99-9267-45b4-8d8b-aba19c113080)) + (pad "9" thru_hole circle locked (at 2.54 30.48 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 342d8764-2968-42d7-9894-58f6776da093)) + (pad "10" thru_hole circle locked (at 0 30.48 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 56 "Net-(J2-Pad10)") (tstamp 8bc08f37-fe76-4c6a-a0fd-bbeb6d55249b)) + (pad "11" thru_hole circle locked (at 2.54 27.94 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 9ec51f48-3d9f-4259-a2f1-9fd7e6e5dadb)) + (pad "12" thru_hole circle locked (at 0 27.94 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 55 "Net-(J2-Pad12)") (tstamp e1f5643b-6690-4de7-9a31-857518d50794)) + (pad "13" thru_hole circle locked (at 2.54 25.4 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp d30cca0c-9d82-4161-905a-98a1d63a3c0f)) + (pad "14" thru_hole circle locked (at 0 25.4 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 54 "Net-(J2-Pad14)") (tstamp 02dedbe1-5d28-45bb-8598-64ba81dd8253)) + (pad "15" thru_hole circle locked (at 2.54 22.86 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 3fe0482b-99de-4801-a833-1ca11c4c6565)) + (pad "16" thru_hole circle locked (at 0 22.86 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 53 "Net-(J2-Pad16)") (tstamp d424cdad-6034-4fd4-a3b2-c8c7189615cb)) + (pad "17" thru_hole circle locked (at 2.54 20.32 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 72dfab2c-ce92-4df2-8c49-3abd309a0ccb)) + (pad "18" thru_hole circle locked (at 0 20.32 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 52 "Net-(J2-Pad18)") (tstamp b8ee1618-d313-4513-ab90-99a2a1b3d494)) + (pad "19" thru_hole circle locked (at 2.54 17.78 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 74f59a42-8400-4018-80e0-0391e5c02fef)) + (pad "20" thru_hole circle locked (at 0 17.78 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 51 "Net-(J2-Pad20)") (tstamp c39b6ada-5b78-47c2-b642-d107693e3221)) + (pad "21" thru_hole circle locked (at 2.54 15.24 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 402954a3-8774-4b41-8a6d-deeab804a082)) + (pad "22" thru_hole circle locked (at 0 15.24 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 50 "Net-(J2-Pad22)") (tstamp d04ab286-2b57-4fcd-bb56-8469027689bb)) + (pad "23" thru_hole circle locked (at 2.54 12.7 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp faad1e0c-568f-4d6c-b1aa-ffd862eee041)) + (pad "24" thru_hole circle locked (at 0 12.7 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 49 "Net-(J2-Pad24)") (tstamp 2eb15a1f-f718-453d-9cc6-8e23b29e82ef)) + (pad "25" thru_hole circle locked (at 2.54 10.16 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp aa69ec9e-712a-4f79-b3f0-6eb08dfb945a)) + (pad "26" thru_hole circle locked (at 0 10.16 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 48 "Net-(J2-Pad26)") (tstamp f1011552-e85a-4cc2-9d4d-a92c1fe84421)) + (pad "27" thru_hole circle locked (at 2.54 7.62 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp b1d71171-4ac7-4c68-908c-1cb682266a3d)) + (pad "28" thru_hole circle locked (at 0 7.62 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 47 "Net-(J2-Pad28)") (tstamp 733d3fbb-b4be-4b98-a75b-a3dd08d62684)) + (pad "29" thru_hole circle locked (at 2.54 5.08 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp de588946-9b39-4d98-9e7a-54fe90506fb2)) + (pad "30" thru_hole circle locked (at 0 5.08 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 46 "Net-(J2-Pad30)") (tstamp bd2458e0-15f5-4cc1-ba1d-c18c32711925)) + (pad "31" thru_hole circle locked (at 2.54 2.54 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 9e9c3c11-968f-4745-adaa-746ac686ccb7)) + (pad "32" thru_hole circle locked (at 0 2.54 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 45 "Net-(J2-Pad32)") (tstamp ec2f6158-da1a-4e91-86b5-a2b02d93c47f)) + (pad "33" thru_hole circle locked (at 2.54 0 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 74696a9e-87eb-4937-8e2d-5f290271f5cd)) + (pad "34" thru_hole circle locked (at 0 0 180) (size 1.52 1.52) (drill 0.81) (layers *.Cu *.Mask) + (net 44 "Net-(J2-Pad34)") (tstamp d95607f8-7705-41f3-a474-e89b15ce779d)) + (model "${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x17_P2.54mm_Horizontal_Lock.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 00000000-0000-0000-0000-000060a32642) + (at 109.73 62.67) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (path "/00000000-0000-0000-0000-0000615e26ae") + (attr through_hole) + (fp_text reference "R1" (at -2.3 0.27 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 742f2a37-f4ee-47a0-a531-306ead6002c2) + ) + (fp_text value "1K" (at 2.54 1.92) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9e80019a-1cba-47e3-ab91-ca5b297aecc0) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") hide + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp 205521f4-541c-45aa-98ec-c536db16bfa6) + ) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp c5c67aa6-f398-4493-8cc1-b530b54a6f15)) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp d66ea787-0cec-4692-8e01-863361dccc9f)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 265d8a9a-54ba-478a-a6d7-54c884db09d8)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 6219e7fa-796d-47bf-9888-9aa95c9fd4ec)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 881d86ec-4c47-40ef-9ee4-79c4b1f1bab8)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 90b61ee9-9fd9-49cc-a964-fe234d4628e5)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp 1993789c-bcc8-442e-94bf-96ee23de95a8)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp 2adec194-225f-4639-aed1-59b6cdbe7554)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 49641b4a-63d8-43ce-82d1-9294733e6225)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp 65a98290-e718-4437-a097-4af3235727c0)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp c549ebc3-35ef-4bf2-b7e7-4037062e09c6)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp d612e10b-10ac-4e3c-97e1-96b3a3576bb8)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 4 "Net-(C10-Pad2)") (tstamp 847550de-f7d9-4acd-85e6-97c49858500d)) + (pad "2" thru_hole oval locked (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 3 "Net-(C9-Pad1)") (tstamp c69d570d-9846-4a66-a272-9626429f186d)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (layer "F.Cu") + (tedit 5AE5139B) (tstamp 00000000-0000-0000-0000-000060a32655) + (at 109.71 65.11) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (path "/00000000-0000-0000-0000-0000615e48e5") + (attr through_hole) + (fp_text reference "R2" (at -2.29 -0.12 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 822d0e9e-ee24-4e97-82e0-7e4f0e8dccfa) + ) + (fp_text value "1K" (at 2.54 1.92) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 334bd034-b5c6-4761-8dee-0103350979ba) + ) + (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") hide + (effects (font (size 0.72 0.72) (thickness 0.108))) + (tstamp f9f039ca-3373-4b00-9f0b-62538a1ebd31) + ) + (fp_line (start 0.62 -0.92) (end 4.46 -0.92) (layer "F.SilkS") (width 0.12) (tstamp 2c838eb6-9f34-446f-af29-8d89570a628b)) + (fp_line (start 0.62 0.92) (end 4.46 0.92) (layer "F.SilkS") (width 0.12) (tstamp 4081599c-4187-4b0c-8b58-f14d38f5e3d3)) + (fp_line (start 6.03 -1.05) (end -0.95 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp 1902fc81-6c05-44d9-b49f-90ac6a5e870b)) + (fp_line (start -0.95 -1.05) (end -0.95 1.05) (layer "F.CrtYd") (width 0.05) (tstamp 32ccb04b-c366-4148-9e8f-4d09f17c0e32)) + (fp_line (start 6.03 1.05) (end 6.03 -1.05) (layer "F.CrtYd") (width 0.05) (tstamp c1b06833-d025-45ad-b54d-ac5023f3727a)) + (fp_line (start -0.95 1.05) (end 6.03 1.05) (layer "F.CrtYd") (width 0.05) (tstamp e64efb8d-df5b-4916-b773-5cdd21e5d4a6)) + (fp_line (start 4.34 0.8) (end 4.34 -0.8) (layer "F.Fab") (width 0.1) (tstamp 432f0d2c-5be3-46e4-a68a-160b74ba25c1)) + (fp_line (start 0.74 -0.8) (end 0.74 0.8) (layer "F.Fab") (width 0.1) (tstamp 919bf28b-0f47-4cf7-8508-a95b75b0b6e5)) + (fp_line (start 4.34 -0.8) (end 0.74 -0.8) (layer "F.Fab") (width 0.1) (tstamp b68585bf-5cb1-4208-8020-34dd8bc3648e)) + (fp_line (start 5.08 0) (end 4.34 0) (layer "F.Fab") (width 0.1) (tstamp d60883a0-c1ee-4079-be40-6a1749b79cae)) + (fp_line (start 0.74 0.8) (end 4.34 0.8) (layer "F.Fab") (width 0.1) (tstamp e04148e6-df2b-442d-87f1-fdaaaef59f80)) + (fp_line (start 0 0) (end 0.74 0) (layer "F.Fab") (width 0.1) (tstamp e2de888a-4e78-45a4-ad19-6142692bac18)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 61 "Net-(R2-Pad1)") (tstamp 50264303-3695-4fdb-9d35-9e74198d57d0)) + (pad "2" thru_hole oval locked (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) + (net 5 "Net-(C10-Pad1)") (tstamp 2c5e0d08-939c-41be-af02-22c24bb2c008)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Resistor_THT:R_Array_SIP6" (layer "F.Cu") + (tedit 5A14249F) (tstamp 00000000-0000-0000-0000-000060a3266e) + (at 136.27 65.81) + (descr "6-pin Resistor SIP pack") + (tags "R") + (path "/00000000-0000-0000-0000-000062986d18") + (attr through_hole) + (fp_text reference "RN1" (at -3.23 -0.02 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a8545377-219f-4e78-82f7-36ebb411ab5e) + ) + (fp_text value "330R" (at 7.62 2.4) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bb7efc93-5239-40f8-b1ab-d7d884fc95bb) + ) + (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 58e0d6bb-872d-4803-9447-4cb6dc26305d) + ) + (fp_line (start -1.44 -1.4) (end -1.44 1.4) (layer "F.SilkS") (width 0.12) (tstamp 1ed2cb5b-e68d-4522-bfa7-97564591baf7)) + (fp_line (start 14.14 -1.4) (end -1.44 -1.4) (layer "F.SilkS") (width 0.12) (tstamp 30e5cda6-8ad0-4ba2-8477-93a77f4440a0)) + (fp_line (start -1.44 1.4) (end 14.14 1.4) (layer "F.SilkS") (width 0.12) (tstamp 908cec54-53b9-4942-ba36-17439a02381d)) + (fp_line (start 1.27 -1.4) (end 1.27 1.4) (layer "F.SilkS") (width 0.12) (tstamp f6c5aa06-6d6b-4fa8-8564-6fd0ce25fc00)) + (fp_line (start 14.14 1.4) (end 14.14 -1.4) (layer "F.SilkS") (width 0.12) (tstamp fd0d2395-23fb-469c-8d25-2ec3e37e0a8d)) + (fp_line (start 14.4 1.65) (end 14.4 -1.65) (layer "F.CrtYd") (width 0.05) (tstamp 0a2dcbf3-c277-42b9-80b9-f031e13f5a06)) + (fp_line (start 14.4 -1.65) (end -1.7 -1.65) (layer "F.CrtYd") (width 0.05) (tstamp a1ad4d61-6556-470c-9879-70831df1e9e1)) + (fp_line (start -1.7 -1.65) (end -1.7 1.65) (layer "F.CrtYd") (width 0.05) (tstamp b1e40bbe-2558-469b-868d-b5f4f3aa37ac)) + (fp_line (start -1.7 1.65) (end 14.4 1.65) (layer "F.CrtYd") (width 0.05) (tstamp ec0f5844-f204-416c-9c5e-13e6c8644a7e)) + (fp_line (start -1.29 1.25) (end 13.99 1.25) (layer "F.Fab") (width 0.1) (tstamp 71636b2e-8d3a-4c94-a6f8-3e77fc38fdb2)) + (fp_line (start 13.99 -1.25) (end -1.29 -1.25) (layer "F.Fab") (width 0.1) (tstamp 8d749d97-f1b6-4af3-bb68-6cdd90253a5f)) + (fp_line (start 13.99 1.25) (end 13.99 -1.25) (layer "F.Fab") (width 0.1) (tstamp 9081d63d-e058-40c8-aa77-b7f314a599db)) + (fp_line (start -1.29 -1.25) (end -1.29 1.25) (layer "F.Fab") (width 0.1) (tstamp e77aa869-1b5b-4a73-a960-717399db6fb2)) + (fp_line (start 1.27 -1.25) (end 1.27 1.25) (layer "F.Fab") (width 0.1) (tstamp eff3aa55-7baf-4744-b267-4ca650ffba7e)) + (pad "1" thru_hole rect locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 40047fbb-dd9b-4ca9-811b-65f6b9c7ecaf)) + (pad "2" thru_hole oval locked (at 2.54 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 48 "Net-(J2-Pad26)") (tstamp b5d79e1e-ee6a-47f2-beb6-39ee2c814c0b)) + (pad "3" thru_hole oval locked (at 5.08 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 46 "Net-(J2-Pad30)") (tstamp f072dd5a-ed1b-43f4-8611-aeff7814df5d)) + (pad "4" thru_hole oval locked (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 57 "Net-(J2-Pad8)") (tstamp 7feffa93-a60f-443e-89f9-f69ecf2e6bc2)) + (pad "5" thru_hole oval locked (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 47 "Net-(J2-Pad28)") (tstamp e3289404-0b89-44b6-b33c-facb3cc11d70)) + (pad "6" thru_hole oval locked (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 44 "Net-(J2-Pad34)") (tstamp 72d6d8d5-5ec1-4dc2-931e-3736b69f933d)) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Array_SIP6.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a32690) + (at 160.25 77.45 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060281d6f") + (attr through_hole) + (fp_text reference "U1" (at 3.79 -2.73 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7e9919ec-dabc-495d-ad6d-19fb03581bb6) + ) + (fp_text value "74LS06" (at 3.78 7.44 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5dc154b3-1b22-4fb4-b544-738eaca9894e) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 056cb4ef-69ea-4939-b079-dfea5fd5a097) + ) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 3acaf950-5e72-4340-b0d7-9590066fdf29)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp 4c56237c-d6cf-4a89-b4d8-df929e7a9c6d)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp d1bb4b45-777d-413d-900b-2c9e00f38edc)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp dba1f068-3e17-4a00-a3cc-8140a1b06ec5)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp dd594143-20c7-496d-a3a0-136ae5aa72e8)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 5ee3bd9a-d351-4742-8323-71b4706b8d64)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 7755fe97-96c1-4153-8e07-8709a0449896)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 95b57947-7525-41bc-be28-2aafeee56190)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp aaeda6d7-4930-4d5e-9ff4-57592717fd5f)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp b388a023-63a9-4c82-b498-5b0ea3e9aebb)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp 5b087235-0964-4dd2-94ab-cbad1aae49b3)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 683b2501-09a9-41fe-908b-7e6b8e263d70)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 7626ef76-584a-445f-9e79-de3783be12b9)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp 82ccc15a-5196-44be-8fc3-37d4dfbf4c0c)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp f6db4d95-d60c-4c8e-a8be-fb741593a50e)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 66 "Net-(U1-Pad1)") (tstamp 71f42e40-d26c-4c53-8ab4-8f0ed0d78e0d)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 45 "Net-(J2-Pad32)") (tstamp 9e6dbc89-bf90-4b48-8dcc-ffc2e01211d7)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 65 "Net-(U1-Pad3)") (tstamp ac9bddd6-4893-47e3-9e2e-f4af2e54d2fc)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 49 "Net-(J2-Pad24)") (tstamp 488d4507-d561-4d0c-b14f-458c9297a51c)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 63 "Net-(U1-Pad5)") (tstamp 7111b132-827b-4363-a82f-490a6a77789b)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 50 "Net-(J2-Pad22)") (tstamp 0d95f472-10aa-4a14-a41a-c0cbd91290f7)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 1539d16b-4298-461c-9a11-7f3da7b1ed40)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 53 "Net-(J2-Pad16)") (tstamp c18a628d-5527-428a-8c66-83bcd58cbf36)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 112 "Net-(U1-Pad9)") (tstamp e3e9735d-c510-487b-99b0-46bcb726e4b1)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 52 "Net-(J2-Pad18)") (tstamp da2a6d33-259a-47ea-bf00-7185638d5980)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 64 "Net-(U1-Pad11)") (tstamp 973a4141-859c-4bdf-9644-d5bfdb3675c8)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 51 "Net-(J2-Pad20)") (tstamp cbe6df12-529c-4b15-851d-fb7ff22b8047)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 62 "Net-(U1-Pad13)") (tstamp 86000fc4-e332-4326-9303-48e4b2fcc99b)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp a7df2d92-bb64-4799-bf2e-a470e518e233)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a326b2) + (at 113.8 77.45 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-00006028a179") + (attr through_hole) + (fp_text reference "U2" (at 3.81 -2.75 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 918545bc-d118-45a1-9aee-77658cbe3353) + ) + (fp_text value "74LS04" (at 3.63 7.51 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fd66c23a-3eb6-4b0d-a101-7b09a493d7fd) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d7ed1abb-9cd1-41ad-8256-d165678209be) + ) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 13b9456d-4216-4970-bdbe-176d6a15d04e)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 205e2e86-30f7-49e7-a856-55e0032615f9)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp 695ebea2-c38a-486f-bf80-fe8474530a8e)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 98c43b6d-e610-4ffd-a043-24469de85a13)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp a3cb161d-1133-48f4-8bb2-daee4bd98378)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 18ee7e15-fb1a-42ba-bb18-213612aea71e)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 18b07ff6-1de1-459e-b1b4-07fba01919c7)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 3efcf1e6-f26f-488f-9a24-1986d771e52a)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp d995d147-d89a-452f-82f8-2e075d3b9abc)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp ec6aae4f-8b32-4478-b9e4-8e035990d035)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp 051439dd-1bbd-40e3-89a2-25e5f13b5c0c)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp 0725b648-a999-4eb1-868a-191959de4258)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 814cedab-3da5-4a25-8307-f57616cf27a2)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp aecac228-1cca-4994-9639-ad5e27f75eba)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp d0d4551a-6ea7-4859-9333-298910159244)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 113 "Net-(U2-Pad1)") (tstamp 7259a5ec-2f13-48c2-a14b-4b82c2611979)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 73 "Net-(U2-Pad2)") (tstamp fcd8c281-e6be-49f3-ae33-546fe8c888c6)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 72 "Net-(U2-Pad3)") (tstamp 395da458-ba5c-40f0-9cac-103428cb32c1)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 71 "Net-(U2-Pad4)") (tstamp e6d913be-ee26-411d-870d-ff2670ed6353)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 70 "Net-(U2-Pad5)") (tstamp bde351c0-6c33-4adc-9d5e-8fbee63c4d5a)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 68 "Net-(U2-Pad6)") (tstamp a1cbc287-5b99-4b17-8c15-97505ced395f)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp cb914298-1df2-4d7b-9e32-0803d35e9643)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "Net-(C9-Pad1)") (tstamp daeabd03-8ac8-4e3b-8637-faacb439e41c)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 4 "Net-(C10-Pad2)") (tstamp 7e8d820e-530a-4346-8307-e1369735b953)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 5 "Net-(C10-Pad1)") (tstamp ecd12bc0-072c-4ef8-b440-20ca8dff3262)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 61 "Net-(R2-Pad1)") (tstamp 4127e1c1-8b65-4651-a839-5c5e18db8990)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 69 "Net-(U2-Pad12)") (tstamp 9e0e9126-fa1c-41b0-b957-ccc5cb22e92f)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 67 "Net-(U2-Pad13)") (tstamp 2b75f143-fb41-4554-831c-c92a3b45cf4d)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 8c462594-9baf-4f21-b294-2cb5f3c49694)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-20_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a326da) + (at 135 124 90) + (descr "20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060acffb5") + (attr through_hole) + (fp_text reference "U3" (at 3.76 -2.97 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 676ccbc4-b247-4ed4-9cf8-54a2b7e7576a) + ) + (fp_text value "PAL12L6" (at 3.89 11.28 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 91f2b286-8ad5-4def-9631-08c498eb7cb7) + ) + (fp_text user "${REFERENCE}" (at 3.81 11.43 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3e56d9ee-e4f1-41fc-9d6a-2d6e6e8ad807) + ) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 3214ed34-563c-460f-89e6-d8867c1cc4d2)) + (fp_line (start 6.46 24.19) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 3de0b227-472e-4982-9629-f04af83c07a9)) + (fp_line (start 1.16 24.19) (end 6.46 24.19) (layer "F.SilkS") (width 0.12) (tstamp 88343d9a-29c0-4487-b63e-ec337e903e90)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 924f5213-afbb-4698-8672-719373011a99)) + (fp_line (start 1.16 -1.33) (end 1.16 24.19) (layer "F.SilkS") (width 0.12) (tstamp 9859c259-3292-45a3-af2d-b6599b20ac97)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 53f096c1-b7f7-4874-85c3-924e94be286f)) + (fp_line (start -1.1 -1.55) (end -1.1 24.4) (layer "F.CrtYd") (width 0.05) (tstamp 1b5dc09e-ca2b-4554-ac89-aae722507997)) + (fp_line (start 8.7 24.4) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 572d3c99-e59e-4806-82c8-859558b9b13b)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 5c709334-45d7-4554-9230-9b41117caa33)) + (fp_line (start -1.1 24.4) (end 8.7 24.4) (layer "F.CrtYd") (width 0.05) (tstamp 6b964f6c-f00c-401e-8610-6bad4637fe5c)) + (fp_line (start 0.635 24.13) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 1c5ec7dc-5f51-4802-a669-cad436b66b04)) + (fp_line (start 6.985 24.13) (end 0.635 24.13) (layer "F.Fab") (width 0.1) (tstamp 9cf6862a-c0fd-40f3-a4fa-9e9556bb2763)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp a12511d6-4c71-4b67-a69e-bd467835661b)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp c08fbfd3-8364-4a63-b1e9-c40a8e38215b)) + (fp_line (start 6.985 -1.27) (end 6.985 24.13) (layer "F.Fab") (width 0.1) (tstamp e930be25-e735-4d31-9a6c-7edf2422df64)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 25 "/A0") (tstamp 1473ee8c-4148-4085-b676-0b9d4587839c)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 "/A1") (tstamp dccec868-c6a5-4853-a775-eac290177916)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 27 "/A2") (tstamp 564ef772-8545-4140-bc87-e76e2152cc57)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 43 "/A3") (tstamp a123a909-a83c-41fd-a934-c2d64a7f1b36)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 18 "/RESET") (tstamp 829a2706-fcdd-4814-ba47-0dc14dda22eb)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 42 "/A4") (tstamp d32232c8-e9f0-4417-a175-7a746e061f4e)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 41 "/A5") (tstamp c63b8020-5c22-40fc-a528-6b60672c9edd)) + (pad "8" thru_hole oval locked (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 40 "/A6") (tstamp 15964ed3-5d18-473c-ab4f-2ce2dc31f577)) + (pad "9" thru_hole oval locked (at 0 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 39 "/A7") (tstamp 0b3bbe12-a190-4665-9257-004a182f1ce8)) + (pad "10" thru_hole oval locked (at 0 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp a4fd8b7d-4337-4996-b090-0126bc94ca0e)) + (pad "11" thru_hole oval locked (at 7.62 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 "/~{WR}") (tstamp cb6a31c5-abff-4232-861f-752bd62666f9)) + (pad "12" thru_hole oval locked (at 7.62 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 12 "/~{RD}") (tstamp b92d5ea5-6001-4477-bbed-366061007b5f)) + (pad "13" thru_hole oval locked (at 7.62 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 "Net-(U3-Pad13)") (tstamp a547384e-5003-4935-aad8-3974105f547a)) + (pad "14" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 78 "Net-(U10-Pad9)") (tstamp 467774c1-dae5-4187-97b1-f7422c48da40)) + (pad "15" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(U10-Pad1)") (tstamp e753d4b8-3230-46c3-8efa-775bf2f03a20)) + (pad "16" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 76 "Net-(U3-Pad16)") (tstamp 1b82989e-15e5-450a-af8e-98e94e1a0ed0)) + (pad "17" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 75 "Net-(U3-Pad17)") (tstamp 36581bde-4aad-4752-bd97-b44be452c08b)) + (pad "18" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 74 "Net-(U3-Pad18)") (tstamp d029a712-2d0f-451a-af15-4ba2cd4221ba)) + (pad "19" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 13 "/~{IORQ}") (tstamp 7ba3a1f2-5d48-4049-a871-d20b03f7a68c)) + (pad "20" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 65aa4cf6-6002-4c7d-8b61-0409b8f054ff)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a326fc) + (at 113.8 109 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060293f6d") + (attr through_hole) + (fp_text reference "U4" (at 3.9 -3.02 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp af3a23a3-56e9-4720-85b1-fd3079a33d74) + ) + (fp_text value "74LS14" (at 3.82 7.42 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cb88e20a-8cd3-4de2-9d2c-274abf895ffd) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ebc5d0b2-678d-4e44-a7e4-6d23f808f86f) + ) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 98eb12ce-4c23-4bfd-ad26-dfe756cae246)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp 9d58e26b-2bb8-40de-a0d2-e1fd6cb9e37a)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp b749814b-9c7a-4b40-94e8-d0d222bbdc6c)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp da9bc0b8-ddd7-4e13-8a87-45998127c282)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp f8068be3-461d-4d7d-8a3a-d022bd5204ed)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 34aaab7a-e3cf-4c29-9634-ee9c18070d6e)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 408d6bc1-7fdd-4ddf-a48b-aac84e000640)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 55b2167f-35d4-4430-9a84-9e67e3695bc5)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 64999206-3886-49a2-94ea-4dc94801f7a7)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp c235f987-e4bd-43bf-bb0f-ac1c07fd0d01)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 971a584f-9339-4739-bb5b-4aca57a1181e)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp a87882f9-3da3-4496-a5da-4d623bd363a3)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp d8bd6250-00ba-4fd7-a6b6-569b3bc6836d)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp db6ecaf1-9acd-43c6-a89b-6d7cff0c44b7)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp e683c66c-27ed-4f39-8b08-e2022568a643)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 44 "Net-(J2-Pad34)") (tstamp 9647c762-13e4-42a0-bd4e-24109704bbd4)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 81 "Net-(U4-Pad2)") (tstamp 071113b7-0397-44c3-8cb8-618427989b69)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 46 "Net-(J2-Pad30)") (tstamp ffa93396-1e02-4cf4-81d7-d58d4dc3d83c)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 70 "Net-(U2-Pad5)") (tstamp 64c48484-8465-49a5-a558-e1f82bdf63d4)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 48 "Net-(J2-Pad26)") (tstamp aa491b2a-ba5a-43d3-8810-4eb82571215d)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 72 "Net-(U2-Pad3)") (tstamp 801c87fa-127a-42a1-8119-095fa2a3333c)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp c8ab565b-5bac-4963-ac4b-66cdd0d2fd90)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 113 "Net-(U2-Pad1)") (tstamp 5e522ede-88ca-40f7-af69-461b77ad6b49)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 57 "Net-(J2-Pad8)") (tstamp 60658ad2-9217-4dfe-ae57-03c62e95990d)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 67 "Net-(U2-Pad13)") (tstamp 3dc171cf-5cb2-4c67-9a2e-79dd84756545)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 47 "Net-(J2-Pad28)") (tstamp 3190d7e0-a61f-4ca4-b327-9b533cabbe43)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 80 "Net-(U4-Pad12)") (tstamp f7d5c48a-face-486f-889f-e5a50d1f5a95)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "Net-(C9-Pad1)") (tstamp b31577ba-5114-45c4-8ae0-0cbc1e020115)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 59db0d28-9ab4-48af-a423-29c57344c1e0)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a3271e) + (at 137 77.45 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-00006029c9f7") + (attr through_hole) + (fp_text reference "U5" (at 3.76 -2.69 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2dbcb893-1957-4f47-a0d3-2a002434e792) + ) + (fp_text value "74LS74" (at 3.7 7.65 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 60c19d09-dff2-4b75-b3d0-a08c71d2f6c0) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp afe948da-6ab0-42e7-a1f3-2a759be377bf) + ) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 12998e02-edd2-42ba-9cb5-5dbdd54161e5)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 7dba8d67-81e9-4f8d-bb03-bcf60266c722)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 887fb42c-c9aa-4836-b2c6-500ee3418bf5)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp ac604562-2fae-474d-984f-472161198f7d)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp d1d42d71-816d-4996-9317-453aa5181ee4)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp cfd3970f-81d7-4284-864a-b29f089c6392)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 20af9ff0-11d8-4764-9074-bca1bc26fae8)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp a25b112d-f69f-4a5d-a360-af9c92f6780a)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp c88487cb-072a-4e10-ac9f-7e2bbc84c6ea)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp fee310bc-da09-4fae-8845-10a08cb26149)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp 28eff19a-4522-4b5f-8992-632159daa06e)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp 47389d8c-1624-49f7-bd4e-0b3af7625f7e)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 98fab22c-119d-466e-b92b-2826f516ee66)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp d711712c-2f9c-4440-9ec0-4cb9c541d18b)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp f9a32dca-0d20-4732-bc5f-69a11fcce48f)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp acaa674f-308d-41d4-aafc-3a8f79e8e1b7)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 3df830de-4ed6-4e8e-8ec1-513ec29e3820)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp b2fc8c30-9639-46bc-8270-cd17328fef5a)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 15a1ee31-9ad8-4803-8e42-b439df6d944c)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 84 "Net-(U5-Pad5)") (tstamp 0c9e72b8-0a08-4074-8673-6ba2f23ffed1)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 82 "Net-(U5-Pad6)") (tstamp 364b3bfe-61f2-43e3-b307-4f64e5f16687)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp e0e9eb13-17fb-41a6-9d7f-3b3f5aa00c2b)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 66 "Net-(U1-Pad1)") (tstamp df8e103c-2925-44fb-a941-b3bb6e5f0510)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 85 "Net-(U5-Pad9)") (tstamp 1f006d56-fcc1-43b2-92a1-a22cd58f20cd)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(U10-Pad1)") (tstamp a29debf0-75ec-4cff-a5c9-c9c1db973d41)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 76 "Net-(U3-Pad16)") (tstamp c07a872a-297b-4aba-a627-39f57274a425)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 83 "/ID0") (tstamp 109a8ba0-5586-47af-a727-036fdce3b615)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 92f72d1d-10f3-4b07-8dc9-88f2a0263804)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 517aeb5d-8eab-4421-9d39-bacc4bae273d)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a32740) + (at 113.8 93.25 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-00006029bad9") + (attr through_hole) + (fp_text reference "U6" (at 3.66 -3.09 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c10ca63f-0358-4110-bd14-b23d7bcbc103) + ) + (fp_text value "74LS74" (at 3.56 7.42 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0ee253fe-d866-4e22-91d5-9b3c7448a2a7) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e00c3f5d-c261-4bde-9c6a-182743b19aa0) + ) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 62c266e4-40be-4495-91b3-0b83206b5fce)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 92b0e776-b98a-4670-8ff5-97889ca969ac)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp d23b3975-dd9c-4076-8be1-c595d3fb5bfb)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp dfa6e83a-54d4-4f70-9a1d-a0a53e7fb3fe)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp edf67a40-8734-4da2-9143-52cdb6a05d63)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 00373f9d-a73f-483b-8b4a-b071819f2c6b)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 1ed8b24b-cd25-4583-98e4-aed9a7451e4a)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp b5390cff-88e3-4ba0-965d-e81330e96832)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp ddafb874-d9c5-4371-817e-d8bdbd1d3477)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp fb16c078-8cd4-4d4d-bc9b-778663402ad5)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 05ca8494-0426-4290-8c16-4c74093a18b6)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp 1d72346c-b99b-4c6d-9e88-bc877176be56)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp 4b385c34-80da-484e-b30b-74c5b4ebd92a)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 990c3227-f66d-46f5-aa84-bd643388a276)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 9e6e72f5-4609-47ce-9895-9214a41282f5)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 3dcf2b9c-9149-4aa9-9578-69b714aea544)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 83 "/ID0") (tstamp 31c51f0d-1bdd-4978-8845-854818380f37)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 75 "Net-(U3-Pad17)") (tstamp e13e375e-60bb-4344-a212-e88b42b44aec)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(U10-Pad1)") (tstamp 7503b3de-7b57-442e-9fef-a51c91b1e2b1)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 88 "Net-(U6-Pad5)") (tstamp f554789c-667d-4105-98f7-e4a4acc091b2)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 86 "Net-(U6-Pad6)") (tstamp 4a729ad8-68c8-4159-b7cc-ad01e164f997)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 1c1337be-ae40-4fe6-898a-bf9729788629)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 87 "Net-(U6-Pad12)") (tstamp 69cc7e34-d00f-4dde-ba04-bddfc3a740b1)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 89 "Net-(U6-Pad9)") (tstamp b8029def-cd05-4fce-a794-515779c7678d)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp f4b85731-ab42-4e1c-9318-44e89caa1ae9)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 80 "Net-(U4-Pad12)") (tstamp bbcc9da4-4655-4ed8-9a8f-02fa4c7faf7c)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 87 "Net-(U6-Pad12)") (tstamp 16d0b60a-91e3-4824-8d9b-103f0d794e94)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 4cae63a1-d741-4247-b6fa-953abea864eb)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp bb73040e-7ad2-43be-9a70-c0886d63dcb1)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a32762) + (at 165 124 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-00006027f9f0") + (attr through_hole) + (fp_text reference "U7" (at 3.8 -2.88 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 887074ef-677c-44f8-ae18-03921323cce0) + ) + (fp_text value "74LS242" (at 3.76 7.51 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1cfe7dc7-8a80-43cb-ad3f-88b78a04ac56) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 086b200b-fd77-4a9a-9c94-ccccafd7aaec) + ) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 39ab79b6-258d-405e-98f1-0a9d5ade1073)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8585e6e4-6003-49ff-9be0-64295afada56)) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8c687e53-2d43-41ab-9087-f0b4942fd7e8)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp ee0a778a-704c-462b-86e1-9228253cc127)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp f80271bd-b87b-4fd2-b564-922f5b089f3b)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 4d765ebb-391f-47cb-8327-4a93c37a5e87)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 59c7c258-d25c-496b-88bb-cb9d3020b650)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 87f2d0de-015c-4139-81dc-000615d10b14)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp be0092c8-8d42-44f5-8845-5200577b77ad)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp d9568b41-1189-4a55-8c3c-b96f368c04e7)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 87e5f432-bb64-491c-8ee2-a5cebd1952e2)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp a6785074-04ef-4659-a3ac-ebad7b1a7692)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp bfdad3c8-0a70-4a63-a174-df049c8a951c)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp ebb9ad05-07ec-437e-88a4-85793ff36bdf)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp feacfcb0-6b03-43d4-a28a-5a550a573217)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 "Net-(U3-Pad13)") (tstamp 0db9745a-bd07-4242-b6c3-e521949a8292)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 03bbc844-215d-445a-8a5c-a74aaecbc6ef)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 92 "/ID6") (tstamp caccd3dd-579f-4a19-a202-504acc3aaa04)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 83 "/ID0") (tstamp 9a714880-8c27-43fd-8bb0-e5e80be38e18)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 91 "/ID1") (tstamp ee999dd5-e023-43de-be27-1b00b684f6b2)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 90 "/ID2") (tstamp 2fc645b6-7143-45c7-919a-6a21173455fa)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp ba462a62-4f43-466f-9785-096e684a667f)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 28 "/D2") (tstamp 793f5516-4035-4242-9418-e9c9cc158ec5)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 29 "/D1") (tstamp de0b070d-6567-4656-9bb7-095edb72e2d0)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 30 "/D0") (tstamp 3b17c1a2-8820-4e5a-ab6e-117dc1c89c28)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 23 "/D6") (tstamp d8cb4859-1f67-4f42-8cfc-3b066fb90d44)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 3d9df1e1-c834-45f5-b906-f258a1f8723f)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 "Net-(U3-Pad13)") (tstamp ea537d50-51d2-4337-8afa-e09cc5e06d04)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp d57b81b5-867c-4940-9931-9ff79aee5b96)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-14_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a32784) + (at 187 124 90) + (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060dd4144") + (attr through_hole) + (fp_text reference "U8" (at 3.71 -3 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7a5a55de-6551-49df-9b1c-73aee59c64c9) + ) + (fp_text value "74LS242" (at 3.76 8.19 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e1506fcd-87ec-44d6-86d1-79ee513f4e77) + ) + (fp_text user "${REFERENCE}" (at 3.81 7.62 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2a994272-3e06-4833-9268-fcbf8bce6a08) + ) + (fp_line (start 6.46 16.57) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 06a06b89-a166-43c0-8bcc-f88dbc9f2fea)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 140058e3-f5f1-4891-9f16-139c61f267cb)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 4feb73de-f4cf-43d2-9a0a-a4ab59b35281)) + (fp_line (start 1.16 16.57) (end 6.46 16.57) (layer "F.SilkS") (width 0.12) (tstamp 62e050c2-0109-4af3-a8cf-6e73d982de24)) + (fp_line (start 1.16 -1.33) (end 1.16 16.57) (layer "F.SilkS") (width 0.12) (tstamp acf647dd-347b-4729-8b53-5b4d177e8d21)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp eafc7874-ce17-4e6c-a028-afede38d0fb7)) + (fp_line (start 8.7 16.8) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 0f0d2089-7eab-467c-85b8-272bb3c58b99)) + (fp_line (start -1.1 -1.55) (end -1.1 16.8) (layer "F.CrtYd") (width 0.05) (tstamp 7e2e87ca-e3e0-4998-a435-0001b4d1a5d0)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp da123791-e238-4fc2-a356-0eeba872e986)) + (fp_line (start -1.1 16.8) (end 8.7 16.8) (layer "F.CrtYd") (width 0.05) (tstamp ecea9562-3834-4f9c-8b72-194e1119dc17)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 31343646-4f8a-4a52-ab80-443a4e05358f)) + (fp_line (start 6.985 16.51) (end 0.635 16.51) (layer "F.Fab") (width 0.1) (tstamp a7e90476-1874-4f2b-a1de-71e2e0e57102)) + (fp_line (start 6.985 -1.27) (end 6.985 16.51) (layer "F.Fab") (width 0.1) (tstamp ae7b104a-673a-493a-9539-55d8e8e5236f)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp b1d7a28d-7369-4387-ab08-39df99bec340)) + (fp_line (start 0.635 16.51) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp ce64f1d5-8577-4aff-8647-bef9e42da275)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 "Net-(U3-Pad13)") (tstamp 24c635aa-0385-4c4e-9cf1-af582922dd7c)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 79b1a064-118c-436c-8b65-f20656299283)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 96 "/ID7") (tstamp ed499282-0d7a-49e3-acbe-1bd68f49834d)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 95 "/ID5") (tstamp 5282cf54-f35a-4717-9e7d-1973021a25d0)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 94 "/ID4") (tstamp 4a72fd6c-8963-4946-93a1-3892e832d76f)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 93 "/ID3") (tstamp 11049922-013f-4018-b84d-e746f18e3aba)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 67b4ff9a-2ae2-4c62-b24d-b29a9b1ca1f1)) + (pad "8" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 20 "/D3") (tstamp d0e442b9-f11d-421a-b061-b58a8ddfcab4)) + (pad "9" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 21 "/D4") (tstamp 5bebda4e-b5da-48c2-ac93-396c4bf2e3fd)) + (pad "10" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 22 "/D5") (tstamp bd3ba347-428f-4cfe-b146-2b225ea85d3b)) + (pad "11" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 24 "/D7") (tstamp d64678b1-98e2-4486-a702-3fe1b97dd956)) + (pad "12" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 1ca791af-c3b4-4119-8bfd-4351d629be0a)) + (pad "13" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 79 "Net-(U3-Pad13)") (tstamp 6ed60079-fbf2-41f8-9262-baa0439039b2)) + (pad "14" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 0056e244-c460-41db-9257-51b075d1dc81)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-14_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-28_W15.24mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a327b4) + (at 141 104 90) + (descr "28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)") + (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil") + (path "/00000000-0000-0000-0000-000060279042") + (attr through_hole) + (fp_text reference "U9" (at 7.49 -2.79 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8b61c1a3-2f40-48fe-ac2c-79f9d0808073) + ) + (fp_text value "WD1773" (at 7.54 17.13 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8f82da17-4a1d-44d0-b0a7-2a7dcdc594ed) + ) + (fp_text user "${REFERENCE}" (at 7.62 16.51 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 96ee2e76-97c3-40ab-bd9f-47e359f9c3b0) + ) + (fp_line (start 1.16 34.35) (end 14.08 34.35) (layer "F.SilkS") (width 0.12) (tstamp 031297d9-311a-4266-9b03-73c969bfe01c)) + (fp_line (start 14.08 34.35) (end 14.08 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0c37d1df-8c66-40c5-a055-57aa67f500ef)) + (fp_line (start 6.62 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 562ef4d3-9cc7-41a2-ad94-37ca405c764f)) + (fp_line (start 1.16 -1.33) (end 1.16 34.35) (layer "F.SilkS") (width 0.12) (tstamp 7df61780-bd6c-4a45-8f60-09890e320750)) + (fp_line (start 14.08 -1.33) (end 8.62 -1.33) (layer "F.SilkS") (width 0.12) (tstamp cbf723c2-0a01-483b-a6c6-c7a8542ba3ab)) + (fp_arc (start 8.62 -1.33) (mid 7.62 -0.33) (end 6.62 -1.33) (layer "F.SilkS") (width 0.12) (tstamp dc1f986f-0b87-4252-b394-b904b9065e15)) + (fp_line (start 16.3 34.55) (end 16.3 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 3d593094-1bbf-481a-8abe-4a3809623617)) + (fp_line (start -1.05 34.55) (end 16.3 34.55) (layer "F.CrtYd") (width 0.05) (tstamp a75fa1b7-53ce-42cf-b3c1-04dc3df277ed)) + (fp_line (start 16.3 -1.55) (end -1.05 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp c79d3a70-9c9d-4c55-8946-e074486deb5a)) + (fp_line (start -1.05 -1.55) (end -1.05 34.55) (layer "F.CrtYd") (width 0.05) (tstamp f7590e46-a981-42cf-921a-10ed3ad95047)) + (fp_line (start 1.255 -1.27) (end 14.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 0dbcd740-afd4-4fdb-93c2-6be6a88f97fb)) + (fp_line (start 0.255 34.29) (end 0.255 -0.27) (layer "F.Fab") (width 0.1) (tstamp 48e312c9-747e-4b6c-8f35-0bf88fef02a1)) + (fp_line (start 14.985 34.29) (end 0.255 34.29) (layer "F.Fab") (width 0.1) (tstamp d89905a7-5f72-4d61-9664-b9353d028220)) + (fp_line (start 0.255 -0.27) (end 1.255 -1.27) (layer "F.Fab") (width 0.1) (tstamp dac5010d-5512-42a6-9ff8-9bfd13ea55d8)) + (fp_line (start 14.985 -1.27) (end 14.985 34.29) (layer "F.Fab") (width 0.1) (tstamp dcce6d87-e6b7-4840-a059-2bc2dbd30498)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 74 "Net-(U3-Pad18)") (tstamp f0d70dea-1f75-4d9f-8249-5c97d99dc340)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 11 "/~{WR}") (tstamp cd10b3ec-0f68-4813-9f5a-d03dd5b1d2c2)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 25 "/A0") (tstamp f815fa82-71e8-446f-ac86-3883d2afcdf7)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 26 "/A1") (tstamp 5940db9b-5cd4-4d4b-9f1b-a2751aacd94b)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 83 "/ID0") (tstamp c44ab769-ae52-4196-af46-060a1a87bae4)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 91 "/ID1") (tstamp 8c9c0d85-39dc-40c5-b9b9-81e88f95e20f)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 90 "/ID2") (tstamp 887965cc-531d-48f9-9e55-f7001491ba8f)) + (pad "8" thru_hole oval locked (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 93 "/ID3") (tstamp 8f4c1bc1-632c-4e46-9a78-ad88f816e2bd)) + (pad "9" thru_hole oval locked (at 0 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 94 "/ID4") (tstamp c6df0ad5-c4c5-4ebc-9fb7-df9330f2a2b3)) + (pad "10" thru_hole oval locked (at 0 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 95 "/ID5") (tstamp bf9510cb-c32f-4f2a-a03b-12a76f1315de)) + (pad "11" thru_hole oval locked (at 0 25.4 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 92 "/ID6") (tstamp e43f8275-2cc3-4a4d-b1e7-4fc90c59660a)) + (pad "12" thru_hole oval locked (at 0 27.94 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 96 "/ID7") (tstamp 006f97bb-ed61-44c3-b547-0190a4d34a6b)) + (pad "13" thru_hole oval locked (at 0 30.48 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(U10-Pad1)") (tstamp 765a3ff3-9fce-4451-9456-9f70e9057eac)) + (pad "14" thru_hole oval locked (at 0 33.02 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 11ed5093-c581-4ee4-a260-1af92990a574)) + (pad "15" thru_hole oval locked (at 15.24 33.02 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp f8a1cc59-a6a3-4d5b-928a-a706d5ba6fc5)) + (pad "16" thru_hole oval locked (at 15.24 30.48 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 62 "Net-(U1-Pad13)") (tstamp d144a014-f04c-4a5c-ab89-4d35bea7c7d6)) + (pad "17" thru_hole oval locked (at 15.24 27.94 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 64 "Net-(U1-Pad11)") (tstamp 8c777cdc-3cd1-41aa-8be9-b9db0da4cd2a)) + (pad "18" thru_hole oval locked (at 15.24 25.4 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 89 "Net-(U6-Pad9)") (tstamp d4bb06dd-b6de-4ba3-a2c1-09de26c0f917)) + (pad "19" thru_hole oval locked (at 15.24 22.86 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 68 "Net-(U2-Pad6)") (tstamp aa17af83-420d-4efa-ba7b-de1f7df70167)) + (pad "20" thru_hole oval locked (at 15.24 20.32 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 81 "Net-(U4-Pad2)") (tstamp 1deb6681-0a25-4bec-bf96-ca0742daeacc)) + (pad "21" thru_hole oval locked (at 15.24 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 65 "Net-(U1-Pad3)") (tstamp 98442590-d7c9-4901-afa2-9485289019ff)) + (pad "22" thru_hole oval locked (at 15.24 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 63 "Net-(U1-Pad5)") (tstamp 6c30c95d-6b93-44b6-b0c0-91d1488c65c5)) + (pad "23" thru_hole oval locked (at 15.24 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 71 "Net-(U2-Pad4)") (tstamp 15c38692-ed8d-47dc-bc28-8ed36b9df2dd)) + (pad "24" thru_hole oval locked (at 15.24 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 73 "Net-(U2-Pad2)") (tstamp b42a12ad-eb97-4f71-8d54-669b1fdb1197)) + (pad "25" thru_hole oval locked (at 15.24 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 69 "Net-(U2-Pad12)") (tstamp 2073c9c4-3847-4d7e-a408-a33e9426bad5)) + (pad "26" thru_hole oval locked (at 15.24 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 86 "Net-(U6-Pad6)") (tstamp 20dc270f-e2e3-4ff8-8bd1-03faabade372)) + (pad "27" thru_hole oval locked (at 15.24 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 98 "Net-(U9-Pad27)") (tstamp cb99d522-d98f-4f2e-af24-39a642a2262c)) + (pad "28" thru_hole oval locked (at 15.24 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 97 "Net-(U9-Pad28)") (tstamp 1329598a-6e49-4d76-8428-ed0f07a63625)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-28_W15.24mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-16_W7.62mm" locked (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a327d8) + (at 185.16 100.59 90) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060280078") + (attr through_hole) + (fp_text reference "U10" (at 3.78 -3.29 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 69c34677-f992-4890-8800-50c4c5447b1f) + ) + (fp_text value "74LS175" (at 3.76 8.89 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 338d97bf-aca8-485b-97dc-fdb76b6a35ab) + ) + (fp_text user "${REFERENCE}" (at 3.81 8.89 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 06d47415-8d74-4a4c-985b-d496df78c670) + ) + (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 42c1636c-2c56-4802-b938-8f117f263c0e)) + (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer "F.SilkS") (width 0.12) (tstamp 7b95cbcd-b3a4-425e-af0d-48b756c45926)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 873a0dc2-a88c-4daf-b75a-53b39aecb933)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 8dcdefa1-fa73-4939-b352-9491f57515ad)) + (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer "F.SilkS") (width 0.12) (tstamp e86176a2-ffd5-408f-b297-a6d1a1702e5b)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0555c0d2-a2c7-41c9-9cc3-4e157702f013)) + (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer "F.CrtYd") (width 0.05) (tstamp 00235abb-ef98-4d01-b725-a9a7410c9b87)) + (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 2d3606cb-4051-4072-a225-14ffee6def6b)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp c6993b1a-251d-468e-bf5f-2830f3d60e4d)) + (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer "F.CrtYd") (width 0.05) (tstamp dad0fdc8-ccb7-4452-9ba0-df5a0cf11bb8)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp 1398c7ea-030e-4379-abcf-80283d2e5c6e)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp 13f668c9-d418-463b-96c8-5b981db2320d)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer "F.Fab") (width 0.1) (tstamp 4265f19f-6d72-4087-b2d9-acefeb73ddba)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp 57112ba3-bf85-4e31-9745-800aa3a633a8)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer "F.Fab") (width 0.1) (tstamp c3b10306-ffea-4360-a540-14b7f64a3a06)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 77 "Net-(U10-Pad1)") (tstamp 1afbc736-f8a6-4af8-9a81-e1b188c36168)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 105 "Net-(U10-Pad2)") (tstamp 49ff9f5a-6505-4854-844d-95f25f0499a4)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 103 "Net-(U10-Pad3)") (tstamp 101a6607-1ac1-499c-92ad-7ef1a65e3cfb)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 30 "/D0") (tstamp 28ede353-7418-464f-acae-623829e4d2ef)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 24 "/D7") (tstamp 9809d68c-9d20-4156-9130-5d89bd55c44f)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 101 "Net-(U10-Pad6)") (tstamp 62f06003-7c5f-44d1-8d65-bc776f372d4f)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 112 "Net-(U1-Pad9)") (tstamp dbc702b9-c22b-456b-8c86-3e938f4d3d7b)) + (pad "8" thru_hole oval locked (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 4ae79a3c-bb6c-4cf9-ac8c-a8a78b5e6383)) + (pad "9" thru_hole oval locked (at 7.62 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 78 "Net-(U10-Pad9)") (tstamp 8f44e620-8200-441c-a780-50d5d303cb43)) + (pad "10" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 104 "Net-(U10-Pad10)") (tstamp 4244bbb5-ef85-4264-a4dd-5bd24fde589b)) + (pad "11" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 102 "Net-(U10-Pad11)") (tstamp 57b4fff3-c0ff-45b7-a521-d1ed483af2d2)) + (pad "12" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 28 "/D2") (tstamp f76486c3-752b-4eb0-9ee6-ca64036b7a69)) + (pad "13" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 29 "/D1") (tstamp 98d191c8-54e5-4218-949e-93d6c9f0649c)) + (pad "14" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 100 "Net-(U10-Pad14)") (tstamp 7cb78e00-b56b-4512-a305-82284d7b49e4)) + (pad "15" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 99 "Net-(U10-Pad15)") (tstamp 3a2bdda1-108f-4298-b11e-094361a4b8fb)) + (pad "16" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 64b7d3f4-9123-4a7e-9575-d8896e231917)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DIP:DIP-16_W7.62mm" (layer "F.Cu") + (tedit 5A02E8C5) (tstamp 00000000-0000-0000-0000-000060a327fc) + (at 185 77.45 90) + (descr "16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)") + (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil") + (path "/00000000-0000-0000-0000-000060280e1c") + (attr through_hole) + (fp_text reference "U11" (at 3.94 -2.91 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c596959a-3313-4891-9f42-f7a6409de33b) + ) + (fp_text value "74LS145" (at 3.75 9.7 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2161f828-0603-45c8-83c6-65ba989aa3e9) + ) + (fp_text user "${REFERENCE}" (at 3.81 8.89 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7c9108e5-1424-499f-bee9-164a5cdf329d) + ) + (fp_line (start 1.16 -1.33) (end 1.16 19.11) (layer "F.SilkS") (width 0.12) (tstamp 436405dd-c5a5-4768-a387-1bbe80c53f1f)) + (fp_line (start 6.46 19.11) (end 6.46 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 4f381791-c1a2-4662-9fd8-2ca3a9f5cdf4)) + (fp_line (start 6.46 -1.33) (end 4.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 5bf3a287-1f81-463b-9fde-1004742351f8)) + (fp_line (start 2.81 -1.33) (end 1.16 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 6ef132dc-c76c-4e89-9422-12a3cdab704e)) + (fp_line (start 1.16 19.11) (end 6.46 19.11) (layer "F.SilkS") (width 0.12) (tstamp a6f54c78-bbdb-4ea6-b7b4-8c320d6e4874)) + (fp_arc (start 4.81 -1.33) (mid 3.81 -0.33) (end 2.81 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 3842bf48-8c1d-4d6d-aba4-d4c6e0195075)) + (fp_line (start -1.1 19.3) (end 8.7 19.3) (layer "F.CrtYd") (width 0.05) (tstamp 1ec643d9-5e40-4148-b784-98a5340a3d7d)) + (fp_line (start 8.7 19.3) (end 8.7 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 240f4f53-9174-4355-a116-b4ce023d5213)) + (fp_line (start 8.7 -1.55) (end -1.1 -1.55) (layer "F.CrtYd") (width 0.05) (tstamp 2d07b6c1-dce2-467a-a05e-41d67d53cc42)) + (fp_line (start -1.1 -1.55) (end -1.1 19.3) (layer "F.CrtYd") (width 0.05) (tstamp 7da48723-360a-4a4d-864c-36c05a9c81f8)) + (fp_line (start 6.985 -1.27) (end 6.985 19.05) (layer "F.Fab") (width 0.1) (tstamp 3e43ed96-13c3-47c1-b226-70f9af1f08d4)) + (fp_line (start 0.635 19.05) (end 0.635 -0.27) (layer "F.Fab") (width 0.1) (tstamp cc393cdf-fc0d-4087-b971-2b2a0d1f24da)) + (fp_line (start 1.635 -1.27) (end 6.985 -1.27) (layer "F.Fab") (width 0.1) (tstamp ebb75d9d-2dfd-4f40-90a8-73b11a1cc4ad)) + (fp_line (start 6.985 19.05) (end 0.635 19.05) (layer "F.Fab") (width 0.1) (tstamp fdd2654d-548c-440f-ba50-086a797cbfc6)) + (fp_line (start 0.635 -0.27) (end 1.635 -1.27) (layer "F.Fab") (width 0.1) (tstamp fe7e356a-92c6-4048-a847-c9311ba48ff0)) + (pad "1" thru_hole rect locked (at 0 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 111 "Net-(U11-Pad1)") (tstamp 704795b8-02a2-4d4d-9fb4-fad2f3cf9e36)) + (pad "2" thru_hole oval locked (at 0 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 110 "Net-(U11-Pad2)") (tstamp e72bf2b0-0cfb-4238-91fa-0ea1bb2ca510)) + (pad "3" thru_hole oval locked (at 0 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 108 "Net-(U11-Pad3)") (tstamp af2476f3-a46d-46e8-8bc0-e166d2413d62)) + (pad "4" thru_hole oval locked (at 0 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 106 "Net-(U11-Pad4)") (tstamp 5179215f-f87d-4397-92a7-66003f1906ba)) + (pad "5" thru_hole oval locked (at 0 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 56 "Net-(J2-Pad10)") (tstamp f6b90adf-709f-4f25-9667-0fd36e07095d)) + (pad "6" thru_hole oval locked (at 0 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 55 "Net-(J2-Pad12)") (tstamp 4a1f4571-b5e2-4942-a2cd-fc8c36372978)) + (pad "7" thru_hole oval locked (at 0 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 54 "Net-(J2-Pad14)") (tstamp 8c941ddf-e259-4389-b88e-4e8d024ee9d2)) + (pad "8" thru_hole oval locked (at 0 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 35a640fb-a4f8-4e3f-9fdb-444c43387146)) + (pad "9" thru_hole oval locked (at 7.62 17.78 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 58 "Net-(J2-Pad6)") (tstamp b9222713-433d-4ca2-8ec9-d199ca55c27d)) + (pad "10" thru_hole oval locked (at 7.62 15.24 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 109 "Net-(U11-Pad10)") (tstamp 8474aff4-e94d-4d3a-9e14-af7faa7191fe)) + (pad "11" thru_hole oval locked (at 7.62 12.7 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 107 "Net-(U11-Pad11)") (tstamp 0e12af8d-3eb6-4dba-9bc2-a19de657d268)) + (pad "12" thru_hole oval locked (at 7.62 10.16 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp e5d38387-ddbb-4899-a1e1-d7c86b942972)) + (pad "13" thru_hole oval locked (at 7.62 7.62 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 104 "Net-(U10-Pad10)") (tstamp 678e37e1-4fd3-4610-983e-95eb80874f2e)) + (pad "14" thru_hole oval locked (at 7.62 5.08 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 99 "Net-(U10-Pad15)") (tstamp ae7c0ed9-c5ba-4a47-8c40-3d33da00c4b1)) + (pad "15" thru_hole oval locked (at 7.62 2.54 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 105 "Net-(U10-Pad2)") (tstamp dcb6a4ae-219a-4276-85df-0ff680d91ca4)) + (pad "16" thru_hole oval locked (at 7.62 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp 0da5665c-7fa4-4b65-9762-27f2eae1e1ad)) + (model "${KISYS3DMOD}/Package_DIP.3dshapes/DIP-16_W7.62mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Crystal:Crystal_HC18-U_Horizontal" (layer "F.Cu") + (tedit 5A1AD3B7) (tstamp 00000000-0000-0000-0000-000060a32841) + (at 105.6 57.5 90) + (descr "Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf") + (tags "THT crystal") + (path "/00000000-0000-0000-0000-000061691233") + (attr through_hole) + (fp_text reference "Y1" (at 2.45 -2.31 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d7668b96-e229-4fba-aeb4-2a94f4a24c00) + ) + (fp_text value "16MHz" (at 2.47 8.1 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9eae5e48-ed4a-4ad7-9372-141607b829fe) + ) + (fp_text user "${REFERENCE}" (at 2.25 5 90) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a565e2bc-f949-4330-acf1-7801f95d22d9) + ) + (fp_line (start 4.9 1.8) (end 4.9 0.95) (layer "F.SilkS") (width 0.12) (tstamp 173cdf3a-7a67-4792-a522-569acea683a1)) + (fp_line (start -3.55 1.68) (end 8.45 1.68) (layer "F.SilkS") (width 0.12) (tstamp 18b5ba1f-029d-41a4-b02e-e4f021b8cadf)) + (fp_line (start -3.55 1.8) (end -3.55 1.68) (layer "F.SilkS") (width 0.12) (tstamp 2f0bf4c1-b476-4de8-aae9-e630b45b1a5f)) + (fp_line (start -3.2 15.2) (end 8.1 15.2) (layer "F.SilkS") (width 0.12) (tstamp 6ff3b64d-7e5b-4fc2-81eb-a5c739588326)) + (fp_line (start 0 0.95) (end 0 0.95) (layer "F.SilkS") (width 0.12) (tstamp 82ce02bc-fbc1-469e-9bdf-43b2612fc814)) + (fp_line (start 0 1.8) (end 0 0.95) (layer "F.SilkS") (width 0.12) (tstamp 843129a2-c9a5-4e48-b9ba-9055c7cae1b1)) + (fp_line (start 8.1 1.8) (end -3.2 1.8) (layer "F.SilkS") (width 0.12) (tstamp 89110d12-916f-442a-9fb6-548d31e6727a)) + (fp_line (start 8.45 1.8) (end -3.55 1.8) (layer "F.SilkS") (width 0.12) (tstamp a8c9ac0a-1e4f-4ed0-b1c7-b33608a1979b)) + (fp_line (start 8.1 15.2) (end 8.1 1.8) (layer "F.SilkS") (width 0.12) (tstamp b3e7517a-47c4-4f86-931c-5c165f0f9e62)) + (fp_line (start 4.9 0.95) (end 4.9 0.95) (layer "F.SilkS") (width 0.12) (tstamp b72c9b2d-39a9-434e-b278-11e90340d9b7)) + (fp_line (start 8.45 1.68) (end 8.45 1.8) (layer "F.SilkS") (width 0.12) (tstamp b7729194-7e46-4c86-8f37-0ea3df1cad63)) + (fp_line (start -3.2 1.8) (end -3.2 15.2) (layer "F.SilkS") (width 0.12) (tstamp edc6155d-03f6-47e5-8654-8c114bc2c689)) + (fp_line (start -4.1 16.3) (end 9 16.3) (layer "F.CrtYd") (width 0.05) (tstamp 20443f75-8f59-4ecb-ad3b-9514abc5994d)) + (fp_line (start 9 -1) (end -4.1 -1) (layer "F.CrtYd") (width 0.05) (tstamp 2fe05468-a358-4532-91bb-d12596f61ee3)) + (fp_line (start 9 16.3) (end 9 -1) (layer "F.CrtYd") (width 0.05) (tstamp 7baab66a-99b4-4b88-aa8e-7b0e3450ea53)) + (fp_line (start -4.1 -1) (end -4.1 16.3) (layer "F.CrtYd") (width 0.05) (tstamp 8ff98190-861f-4da3-913a-88b2d91721e7)) + (fp_line (start -3 2) (end -3 15) (layer "F.Fab") (width 0.1) (tstamp 07128119-0796-44fa-bc7e-b27db0788a56)) + (fp_line (start 0 2) (end 0 1) (layer "F.Fab") (width 0.1) (tstamp 1c29d6e5-a7ee-4000-9ad0-154b17078c36)) + (fp_line (start 7.9 15) (end 7.9 2) (layer "F.Fab") (width 0.1) (tstamp 3517147e-4427-417c-a9d9-88298cecd0bb)) + (fp_line (start 7.9 2) (end -3 2) (layer "F.Fab") (width 0.1) (tstamp 3bf77432-feb8-4d57-bb1b-9eef3f7038b6)) + (fp_line (start 0 1) (end 0 0) (layer "F.Fab") (width 0.1) (tstamp 41421962-0aee-4862-a2b0-a4cbcc749a57)) + (fp_line (start -3.35 1.9) (end 8.25 1.9) (layer "F.Fab") (width 0.1) (tstamp 57e4e7d0-4914-48d7-b566-e9c8a86cabf2)) + (fp_line (start 4.9 2) (end 4.9 1) (layer "F.Fab") (width 0.1) (tstamp 7ec69f7d-b526-446f-83ef-2ddb36efcea2)) + (fp_line (start 8.25 1.9) (end 8.25 2) (layer "F.Fab") (width 0.1) (tstamp 82c2884a-0b4d-44a1-bb36-2e19d5adfd8d)) + (fp_line (start -3.35 2) (end -3.35 1.9) (layer "F.Fab") (width 0.1) (tstamp a7ab677c-08ec-493d-8f99-f70e6b326291)) + (fp_line (start 4.9 1) (end 4.9 0) (layer "F.Fab") (width 0.1) (tstamp acc82563-2b77-4131-8be9-cff7854e8099)) + (fp_line (start 8.25 2) (end -3.35 2) (layer "F.Fab") (width 0.1) (tstamp ba1fceeb-6e32-40cb-8f30-ec3772a95cb3)) + (fp_line (start -3 15) (end 7.9 15) (layer "F.Fab") (width 0.1) (tstamp c4121d86-2dd5-4662-9594-148afb9d1351)) + (pad "1" thru_hole circle locked (at 0 0 90) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) + (net 3 "Net-(C9-Pad1)") (tstamp f84ab69f-6ecc-4a89-8e11-2f65d79eced1)) + (pad "2" thru_hole circle locked (at 4.9 0 90) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) + (net 61 "Net-(R2-Pad1)") (tstamp 50ff17d0-5012-4e9d-a734-0733c53057ca)) + (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_HC18-U_Horizontal.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PCBEdge:BUS_MZ800" (layer "F.Cu") + (tedit 60A2A1C3) (tstamp 00000000-0000-0000-0000-000060a33751) + (at 162.8 137.95) + (descr "MZ-800 Bus Edge Connector") + (tags "BUS MZ-800 Edge connector") + (path "/00000000-0000-0000-0000-0000602a32f1") + (attr exclude_from_pos_files exclude_from_bom) + (fp_text reference "J1" (at -0.6096 -6.8072) (layer "F.SilkS") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e32df7f5-768c-45fa-8f8d-6d60c87349e3) + ) + (fp_text value "MZ-800 Bus" (at 6.1468 -6.858) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 23b5365d-6149-4ad4-b9d9-c2b6d464b3ef) + ) + (fp_line (start -28.5472 6.8984) (end 28.7528 6.8984) (layer "F.SilkS") (width 0.1) (tstamp 1856ee75-9328-4bd7-847c-0f80e0be9d11)) + (fp_line (start -28.5496 -6.3484) (end -28.5496 6.8984) (layer "F.SilkS") (width 0.1) (tstamp 309e0222-b490-43d5-a97d-6a0eb7cd5db2)) + (fp_line (start 28.7528 -6.3484) (end 28.7528 6.8984) (layer "F.SilkS") (width 0.1) (tstamp c4d70af8-5adb-4c26-8c57-a1c12065f9eb)) + (fp_line (start -28.57 6.8984) (end 28.73 6.8984) (layer "F.Fab") (width 0.1) (tstamp 365424d0-8d72-4846-833d-6fb3a4e670b6)) + (fp_line (start 28.73 -6.35) (end 28.73 6.8984) (layer "F.Fab") (width 0.1) (tstamp 5d12c2cf-1654-4324-a656-176337d6647e)) + (fp_line (start -28.57 -6.35) (end 28.73 -6.35) (layer "F.Fab") (width 0.1) (tstamp cebd43a3-9fe6-40ed-99d9-d317cc81cffe)) + (fp_line (start -28.57 -6.35) (end -28.57 6.8984) (layer "F.Fab") (width 0.1) (tstamp e78896da-f0ed-468b-9627-deea347d8bc3)) + (pad "1" connect rect locked (at 26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 1 "+5V") (tstamp a003d47d-547c-4812-8540-e55949d5f025)) + (pad "2" connect rect locked (at 26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 1 "+5V") (tstamp fdb2e6a5-a85d-4623-8d7f-4d82d3b12c45)) + (pad "3" connect rect locked (at 24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 28 "/D2") (tstamp df9d8059-705b-4e23-8881-85c09f095ce1)) + (pad "4" connect rect locked (at 24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 20 "/D3") (tstamp 75e3a46b-a343-4690-928c-fea2c4011b18)) + (pad "5" connect rect locked (at 21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 29 "/D1") (tstamp 00fead78-ab97-4d00-b653-286a285aff1c)) + (pad "6" connect rect locked (at 21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 21 "/D4") (tstamp 94021710-dec7-4cc4-8ead-3af277cbdb7b)) + (pad "7" connect rect locked (at 19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 30 "/D0") (tstamp 6c4e68b7-dae7-4ce1-93bc-fec6cfd94005)) + (pad "8" connect rect locked (at 19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 22 "/D5") (tstamp e8b5b88d-0748-41d6-9efc-1a01971ba650)) + (pad "9" connect rect locked (at 16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 2 "GNDPWR") (tstamp 31c3dcb0-f86b-45a7-98da-7080d19312b5)) + (pad "10" connect rect locked (at 16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 23 "/D6") (tstamp 18c09eed-48f6-4a0e-9cf7-e93dfafa766d)) + (pad "11" connect rect locked (at 13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 31 "/A15") (tstamp c75cce4b-9ac5-488d-bebc-060c36f660fa)) + (pad "12" connect rect locked (at 13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 24 "/D7") (tstamp 15cf59a6-f1ca-45b6-8fd2-5db6ae6ed231)) + (pad "13" connect rect locked (at 11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 32 "/A14") (tstamp af1397ac-c43a-42ab-939c-a27a973e854a)) + (pad "14" connect rect locked (at 11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 9 "/BUS0") (tstamp 7ac3c36a-85f7-4aef-85b9-7989a285c120)) + (pad "15" connect rect locked (at 8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 33 "/A13") (tstamp 7e342b4f-7501-49c0-90f6-b46e91677352)) + (pad "16" connect rect locked (at 8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 10 "/~{M1}") (tstamp 67d5ab00-43b7-4b5c-a128-05f753f4d87f)) + (pad "17" connect rect locked (at 6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 34 "/A12") (tstamp c7b834fd-fd8d-428d-99f3-2e74488cb727)) + (pad "18" connect rect locked (at 6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 11 "/~{WR}") (tstamp e94cdb6e-2e58-4398-9aac-afcad02d3cf7)) + (pad "19" connect rect locked (at 3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 35 "/A11") (tstamp be52856a-61d7-426c-bdfb-479a5f1a17d8)) + (pad "20" connect rect locked (at 3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 12 "/~{RD}") (tstamp b14b5b6e-d153-466e-b722-a98ad6dfa038)) + (pad "21" connect rect locked (at 1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 36 "/A10") (tstamp 4ba31214-2887-4bb9-bf38-cef6dcd102cf)) + (pad "22" connect rect locked (at 1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 13 "/~{IORQ}") (tstamp a9d2c704-8266-40b9-a0a5-1218d3f325f6)) + (pad "23" connect rect locked (at -1.27 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 37 "/A9") (tstamp 6307d80a-83c2-492e-b25f-03cdd977d6b5)) + (pad "24" connect rect locked (at -1.27 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 14 "/~{MREQ}") (tstamp 62b5d88b-fa0f-446e-a980-53fbadc5a9f0)) + (pad "25" connect rect locked (at -3.81 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 38 "/A8") (tstamp dfa6aa5b-d7ac-4fde-a4fa-536e81e3e074)) + (pad "26" connect rect locked (at -3.81 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 2 "GNDPWR") (tstamp 4ac6c5c9-cd3b-4685-9372-aa85e5c219ef)) + (pad "27" connect rect locked (at -6.35 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 39 "/A7") (tstamp 1c741060-97d2-4298-aae9-eee359b3bae4)) + (pad "28" connect rect locked (at -6.35 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 15 "/~{HALT}") (tstamp 33e355ad-c009-40c6-95be-a9839792d97c)) + (pad "29" connect rect locked (at -8.89 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 40 "/A6") (tstamp e85575ea-e805-4d16-817b-140cce9fafe3)) + (pad "30" connect rect locked (at -8.89 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 16 "/IE1") (tstamp 95344ac6-4ac8-4957-9f34-a9d8a9c7fea1)) + (pad "31" connect rect locked (at -11.43 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 41 "/A5") (tstamp 6efa48d8-1c03-4d18-bea3-713e8df68560)) + (pad "32" connect rect locked (at -11.43 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 17 "Net-(J1-Pad32)") (tstamp e137b579-baa5-4662-90a2-a3bb90bbe72b)) + (pad "33" connect rect locked (at -13.97 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 42 "/A4") (tstamp 4b4e0bec-3400-436b-b221-8bfef3b8107d)) + (pad "34" connect rect locked (at -13.97 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 18 "/RESET") (tstamp ad67bf34-9072-4c99-a7ad-cbc4a70d4b06)) + (pad "35" connect rect locked (at -16.51 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 43 "/A3") (tstamp f6db4216-2463-4983-a3c4-4d715b518817)) + (pad "36" connect rect locked (at -16.51 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 19 "/~{EXRESET}") (tstamp d94de260-5c4d-4614-9892-19e3f298c3fa)) + (pad "37" connect rect locked (at -19.05 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 27 "/A2") (tstamp 174f07e3-9a1e-414a-b022-62b3e4cf2c66)) + (pad "38" connect rect locked (at -19.05 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 8 "/~{INT}") (tstamp d254687e-1e10-4fc6-872a-5909cccd4921)) + (pad "39" connect rect locked (at -21.59 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 26 "/A1") (tstamp 943f5931-a0a1-4a74-96de-bf9fe3c8f79f)) + (pad "40" connect rect locked (at -21.59 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 7 "/~{EXWAIT}") (tstamp 6703045f-520f-42f5-b6aa-bad1f370e286)) + (pad "41" connect rect locked (at -24.13 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 25 "/A0") (tstamp ddfe12e7-d88d-4b46-8376-5e5bbecfe484)) + (pad "42" connect rect locked (at -24.13 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 6 "Net-(J1-Pad42)") (tstamp 0c59afa0-05b3-4a05-bf23-73f0a065d630)) + (pad "43" connect rect locked (at -26.67 0.2032) (size 1.5 13) (layers "F.Cu" "F.Mask") + (net 2 "GNDPWR") (tstamp 10faf8da-8f2e-428c-8daa-e632ff057a40)) + (pad "44" connect rect locked (at -26.67 0.2032) (size 1.5 13) (layers "B.Cu" "B.Mask") + (net 2 "GNDPWR") (tstamp 54f5f65b-786b-4037-93a3-12ccc5f53f96)) + ) + + (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (layer "F.Cu") + (tedit 5AE50EF0) (tstamp 00000000-0000-0000-0000-000060a3dc92) + (at 190.49 129.97) + (descr "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") + (tags "C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor") + (path "/00000000-0000-0000-0000-0000625461f2") + (attr through_hole) + (fp_text reference "C4" (at -2.84 0 180 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 56e334c7-8edb-4ce9-ab37-01b9994abfa2) + ) + (fp_text value "4.7uF 50V" (at 1.25 2.5) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e86a6313-230e-4d86-b0a7-256e48c60d5c) + ) + (fp_text user "${REFERENCE}" (at 1.25 0) (layer "F.Fab") hide + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 359bbc09-2b6a-428a-897c-ebec0a422dd6) + ) + (fp_line (start -1.37 1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp 5b93543b-a371-4181-af06-f0841b65643a)) + (fp_line (start -1.37 -1.37) (end 3.87 -1.37) (layer "F.SilkS") (width 0.12) (tstamp 5cabb5d6-9fa3-44d0-8ece-405419c32eab)) + (fp_line (start -1.37 -1.37) (end -1.37 1.37) (layer "F.SilkS") (width 0.12) (tstamp 9e6f528b-d6a2-4883-81d7-14a2b3dc950d)) + (fp_line (start 3.87 -1.37) (end 3.87 1.37) (layer "F.SilkS") (width 0.12) (tstamp f70e169c-a65b-433c-ab03-0ff9b20b5e2d)) + (fp_line (start 4 1.5) (end 4 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp 0c3099b1-30f3-4784-baf4-1d7228cfe6fd)) + (fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer "F.CrtYd") (width 0.05) (tstamp 7c7822c6-7aaf-486d-992a-5957f27a43f9)) + (fp_line (start 4 -1.5) (end -1.5 -1.5) (layer "F.CrtYd") (width 0.05) (tstamp cd0ca059-5739-4d34-88ef-2781190d72d6)) + (fp_line (start -1.5 1.5) (end 4 1.5) (layer "F.CrtYd") (width 0.05) (tstamp e2fe68ad-dffb-4c39-b5c3-1f86123e793d)) + (fp_line (start 3.75 -1.25) (end -1.25 -1.25) (layer "F.Fab") (width 0.1) (tstamp 62b40ae0-fe65-470b-ba60-12676aea3646)) + (fp_line (start -1.25 1.25) (end 3.75 1.25) (layer "F.Fab") (width 0.1) (tstamp a017200c-b761-4110-aa33-c6b99816101c)) + (fp_line (start 3.75 1.25) (end 3.75 -1.25) (layer "F.Fab") (width 0.1) (tstamp c27fdc75-6303-4ad5-a72c-1fd23536c216)) + (fp_line (start -1.25 -1.25) (end -1.25 1.25) (layer "F.Fab") (width 0.1) (tstamp cd3de26f-094d-4bfe-b939-fb544a0b59cc)) + (pad "1" thru_hole circle locked (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 1 "+5V") (tstamp af429f8c-2796-402c-85ef-f8edf7e5a591)) + (pad "2" thru_hole circle locked (at 2.5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) + (net 2 "GNDPWR") (tstamp 2ed06112-892a-4e6b-8718-8c0c5ecb1ece)) + (model "${KISYS3DMOD}/Capacitor_THT.3dshapes/C_Disc_D5.0mm_W2.5mm_P2.50mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_line (start 215.94 40.07) (end 215.95 134.93) (layer "F.SilkS") (width 0.12) (tstamp 02cf0608-64df-4388-bd0c-fe857420ecaa)) + (gr_line (start 100.06 40.05) (end 215.94 40.07) (layer "F.SilkS") (width 0.12) (tstamp 14e3059e-d9b2-46f5-90d1-d4bb03e4d4dc)) + (gr_line (start 100.06 134.97) (end 100.06 40.05) (layer "F.SilkS") (width 0.12) (tstamp 408b1f0f-c669-45b5-a50c-abb4bd4afb50)) + (gr_line (start 134.02 134.97) (end 100.06 134.97) (layer "F.SilkS") (width 0.12) (tstamp 6bef494c-4365-4e0b-b76a-20f0c1d37b83)) + (gr_line (start 215.95 134.93) (end 192.02 134.95) (layer "F.SilkS") (width 0.12) (tstamp b3e90d08-268d-4b0a-baed-3a748e0a8e83)) + (gr_line (start 216 40) (end 216 135) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a3368f)) + (gr_line (start 100 40) (end 216 40) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a33699)) + (gr_line (start 134 135) (end 100 135) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a3369d)) + (gr_line (start 192 135) (end 192 145) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a336de)) + (gr_line (start 134 145) (end 192 145) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a336e0)) + (gr_line (start 216 135) (end 192 135) (layer "Edge.Cuts") (width 0.05) (tstamp 00000000-0000-0000-0000-000060a33719)) + (gr_line (start 134 135) (end 134 145) (layer "Edge.Cuts") (width 0.05) (tstamp 24fccd9e-94ec-42fe-a666-939e82a8810b)) + (gr_line (start 100 40) (end 100 135) (layer "Edge.Cuts") (width 0.05) (tstamp 389d30ed-fbf2-4e43-8511-b397b6fdbe60)) + (gr_text "engineers@work 2021" (at 202.97 44.47 180) (layer "F.Cu") (tstamp 690561e0-38ae-4588-b49b-3707f0782ac4) + (effects (font (size 1 1) (thickness 0.2))) + ) + (gr_text "SFD800" (at 202.87 48.35 180) (layer "F.Cu") (tstamp 78c373e7-5d47-4c34-8bea-c1f64d8f787f) + (effects (font (size 4 3.8) (thickness 0.75))) + ) + (gr_text "K&P" (at 116.76 129.79 180) (layer "F.Cu") (tstamp b1bc582b-832f-438c-b5b7-59e1c8fda712) + (effects (font (size 4 3) (thickness 0.75))) + ) + (gr_text "engineers@work 2021" (at 202.41 42.99 180) (layer "B.Cu") (tstamp 00000000-0000-0000-0000-000060b69367) + (effects (font (size 1 1) (thickness 0.2)) (justify mirror)) + ) + (gr_text "SFD800" (at 202.31 46.69 180) (layer "B.Cu") (tstamp 00000000-0000-0000-0000-000060b69368) + (effects (font (size 4 3.8) (thickness 0.75)) (justify mirror)) + ) + (gr_text "K&P" (at 196.56 52.95 180) (layer "B.Cu") (tstamp 00000000-0000-0000-0000-000060b6936d) + (effects (font (size 4 3) (thickness 0.75)) (justify mirror)) + ) + + (segment (start 189.33 131.28) (end 190.49 130.12) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0020d0ea-8d9d-4dfe-880a-001f8e7583fa)) + (segment (start 174.819999 89.559999) (end 175.270001 89.559999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0079472d-614e-4bdb-a0b5-7bee54f2c5b9)) + (segment (start 113.01 95.18) (end 114.61 96.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 03ce6559-8703-4b36-9a37-72e21ee128a7)) + (segment (start 111.43 70.48) (end 110.99 70.92) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 063d6491-50e5-4dad-b6c3-99fa811746ff)) + (segment (start 182.390411 97.100411) (end 182.39 97.1) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 064551d8-cdc6-4bdc-927e-17ec5c5b634c)) + (segment (start 183.754 92.97) (end 183.754 79.7336) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 06b54f10-345c-4763-b92a-2a84cdc749bc)) + (segment (start 117.19 97.21) (end 116.96 97.44) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 08fdf970-eb71-4def-b37e-319c0a70cd02)) + (segment (start 117.23 96.78) (end 116.79 96.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 094c11df-de8a-4bc3-8607-5c5d79c1baca)) + (segment (start 182.39 88.13) (end 181.76 88.76) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 09a65bbe-8f4b-42a5-a48c-a1826850b672)) + (segment (start 113.8 93.25) (end 113.8 91.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 09e14f91-fe29-49d2-898b-f2d9b0e888bd)) + (segment (start 113.31 91.13) (end 113.8 91.62) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0a7cf950-25b6-469f-b830-714df3ef6d8a)) + (segment (start 175.37 95.19) (end 175.37 90.73) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0ae5e553-95bb-473f-95f8-cb5c5f1a0762)) + (segment (start 177.57 92.5) (end 177.57 93.43) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0b0ab2f9-b525-4231-aa59-2c1b00598b07)) + (segment (start 113.8 91.5) (end 115.95 89.35) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0b2a95ff-54b2-4e26-a85e-8efb85972060)) + (segment (start 179.99 95.68) (end 179.2 96.47) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0b94fce3-d27d-4332-84ef-ce01a89012a9)) + (segment (start 183.33 114.43) (end 183.33 93.394) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0bb4f49e-d828-42b0-8fc4-d38e89c3245c)) + (segment (start 110.44 72.39) (end 110.44 92.12) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0c317448-ce57-4db9-a21b-0b86cdfbda88)) + (segment (start 110.17 98.31) (end 111.04 99.18) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0c793538-7417-4034-8657-e4d5703b8d72)) + (segment (start 112.16 70.4) (end 110.78 69.02) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0d8b03a3-43be-48d6-b7b9-b823edb788ec)) + (segment (start 190.49 129.97) (end 183 122.48) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0de53d42-7b22-423f-84f9-ef2749864d1a)) + (segment (start 179.48 98.23) (end 179 98.71) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0e966a6b-e6b8-4626-afeb-6df76c468706)) + (segment (start 111.13 94.18) (end 111.1 94.15) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0f8e4e5c-819c-4c7a-9670-46b441e6b632)) + (segment (start 179.57 76.3) (end 184.73 71.14) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0fe480ff-793a-46c3-a5c8-1288f110ec12)) + (segment (start 179.38 95.32) (end 179.38 92.09) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 0ff6f979-9d13-41cd-9ec1-2e6e5f56873d)) + (segment (start 110.05 98.31) (end 110.17 98.31) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 10f141c4-9768-43c4-92b6-491be0815c18)) + (segment (start 113.48 99.91) (end 110.83 99.91) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 11a6b80c-e5df-4c1a-8a54-e73bba28253c)) + (segment (start 111.1 94.15) (end 111.1 93.36) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 12a05b3c-54ea-46eb-86a5-82e3f710ca88)) + (segment (start 177.57 93.43) (end 177.59 93.43) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 134cc855-8ed9-4eb6-aa54-8a15515da9a7)) + (segment (start 115.35 84.64) (end 116.34 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1447ecfd-7fe5-4ac2-8602-e81d87c37cb5)) + (segment (start 117.07 87.65) (end 117.55 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1482e05e-444d-4f7c-8b9a-563c290e93bf)) + (segment (start 113.8 93.25) (end 112.187 93.25) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 164f0c53-7533-44c9-b21a-154bf8953476)) + (segment (start 110.59 94.11) (end 111.18 94.7) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 180b9f57-cc2a-4726-b2c2-5e99cf30e663)) + (segment (start 183.754 114.3131) (end 185.7497 116.3088) (width 0.5) (layer "F.Cu") (net 1) (tstamp 194d4a95-28c0-496e-a98b-f64151533f84)) + (segment (start 114.72 97.89) (end 111.81 94.98) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 197a3f9b-317f-4d8b-af45-ef96bbde2b0c)) + (segment (start 111.72 96.55) (end 113.08 97.91) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1ad47d92-0128-438d-b8ce-02d9a59123a3)) + (segment (start 117.97 97.21) (end 113.8 101.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1bea5378-7e85-4110-a5a2-db707671269e)) + (segment (start 114.26 97.44) (end 112.34 95.52) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1c10501f-6e80-436f-9e73-54061b7aa388)) + (segment (start 179.57 97.98) (end 178.16 97.98) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1cb04a09-2170-4553-aa97-cddc7ca5b52d)) + (segment (start 110.84 97.92) (end 110.44 97.92) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1ce97b07-a889-44b1-8b87-3b6835afd9d8)) + (segment (start 176.04 94.5) (end 176.04 90.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1eccb7bf-ec6a-4551-ba5a-337a64d5e80e)) + (segment (start 110.99 70.81) (end 109.969999 69.789999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1edb78b7-a8e1-4099-a5e3-11209caa25ac)) + (segment (start 114.05 88.53) (end 113.31 87.79) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 1fd25dd0-d1f6-4279-a274-3b4413ce3953)) + (segment (start 185.28 116.38) (end 184.2 115.3) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2267dee8-1f1a-4fde-b3a9-dccd648a9c19)) + (segment (start 113.8 69.83) (end 112.44 69.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 22eb16ec-c020-4b05-af2a-6c2fddea5ef9)) + (segment (start 111.04 99.18) (end 113.43 99.18) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 234a19cc-c22a-4567-84d7-c9068458a261)) + (segment (start 111.93 91.69) (end 112.82 92.58) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 234c9361-03a3-40fa-9b11-a7f2d040ea02)) + (segment (start 176.37 91.32) (end 176.9 91.32) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2393e5a3-b3c1-4eb1-af16-5bc66a7ac8f5)) + (segment (start 185.16 92.97) (end 183.754 92.97) (width 0.5) (layer "F.Cu") (net 1) (tstamp 2434a3e8-9aca-43e4-8a22-e9fea440e82b)) + (segment (start 126.22 96.25) (end 127.18 97.21) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 25408238-ce25-4d5c-b875-67761a06d43b)) + (segment (start 189.47 138.1532) (end 189.47 131.82) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 28958724-af64-44ab-b76c-76f4c4f868dd)) + (segment (start 115.72 97.44) (end 115.72 97.67) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 29cf8c51-9798-4fdd-8e65-83c4455908e7)) + (segment (start 114.55 88.42) (end 112.8 86.67) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2a3da456-e446-4b13-b384-2eef8d2e3001)) + (segment (start 113.8 85.63) (end 114.41 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2b7c1cfc-ce63-43bf-80e4-d4e2a265b9fd)) + (segment (start 111.63 97.91) (end 111.22 97.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2b8a47ba-53b0-4eb8-8125-f95e1829c87a)) + (segment (start 123.06 89.35) (end 123.96 88.45) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2bf3a2e5-f411-46ff-949b-3e7b4170f108)) + (segment (start 176.04 90.65) (end 180.52 90.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2d9472d1-9e6e-4bfc-b352-d43439b1f8d7)) + (segment (start 108.87 98.88) (end 110.62 100.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 2dec3f16-d443-4e35-ae47-c02c1ae03a32)) + (segment (start 183 122.48) (end 183 79.85) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 30cbf632-529b-4bbc-bccd-1f76a5872bdd)) + (segment (start 113.21 92.31) (end 113.21 91.84) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3104ea19-8581-4d46-ac50-f847fc5cfaa7)) + (segment (start 190.49 130.67) (end 190.49 129.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 32891493-b291-4664-9651-04dc091e0447)) + (segment (start 123.76 87.68) (end 122.7 88.74) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 329016f2-3cbc-4b2a-a343-4dffcf17ebc6)) + (segment (start 183.33 93.394) (end 183.754 92.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 33285669-0d82-4e54-9717-2ad79c755fef)) + (segment (start 113.5 93.25) (end 113.8 93.25) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 336624c2-cd01-444a-9f80-164d40cc7c04)) + (segment (start 178.01 96.47) (end 176.04 94.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 341557de-8376-4cc2-b009-417fe42711f2)) + (segment (start 112.21 92.61) (end 112.21 91.3) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 353be6aa-82c1-43ac-86ff-713a54745bbe)) + (segment (start 112.669 101.38) (end 112.649 101.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3659ebac-d43b-481c-a73e-e55f04be037c)) + (segment (start 115.72 97.67) (end 113.48 99.91) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 36e2523e-2fcc-452c-ba86-db28a849a79f)) + (segment (start 122.62 88.66) (end 116.07 88.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 37063b8f-56ef-4bd6-8001-b955ddaec640)) + (segment (start 112.187 93.25) (end 111 92.0628) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 370d6d02-4d43-4982-95d0-ea841ea44e43)) + (segment (start 177.01 91.97) (end 177.01 93.71) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 379a1d3d-06ee-4f76-ae9f-d9fa559ad89a)) + (segment (start 179.57 76.42) (end 179.57 76.3) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3819e76f-b7e2-4da8-9170-fe124b9ee495)) + (segment (start 110.44 94.11) (end 110.59 94.11) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3837b992-34c5-423a-9528-ee4e4577bb33)) + (segment (start 110.99 70.92) (end 110.99 70.81) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 38460917-ae0b-448f-8fc9-5e350bb771cd)) + (segment (start 189.44 138.1232) (end 189.44 133.9) (width 0.5) (layer "F.Cu") (net 1) (tstamp 3af8af10-8a26-43d5-a542-82dd8963762b)) + (segment (start 180.52 90.65) (end 180.55 90.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3b37be30-7e21-4ec8-ac7c-304493342f33)) + (segment (start 117.03 88.13) (end 117.01 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3c19a56a-3d29-44b0-a771-5ed5b9e01b1e)) + (segment (start 115.61 88.78) (end 115.61 88.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3dfdc827-c6f4-4728-b03f-1a50a0315e1d)) + (segment (start 112.29 92.69) (end 112.21 92.61) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 3e432ac1-b0f6-4fa6-a99e-a993b71b6831)) + (segment (start 111 91.41) (end 111 82.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 40d25347-aa21-4f81-8fa5-5f25b95da890)) + (segment (start 178.86 95.84) (end 179.38 95.32) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 427272ad-4317-44f2-99af-9df8eb1f8c9c)) + (segment (start 111.22 96.65) (end 111.22 96.73) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 43b5e261-f890-40cc-95a8-32e125586b39)) + (segment (start 123.96 87.68) (end 123.96 86.7614) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4502cfc7-78ef-4419-9ca8-880ff2436812)) + (segment (start 112.81 84.64) (end 115.35 84.64) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 470671d9-a1e5-4baa-83df-873a4a207168)) + (segment (start 185 70.87) (end 185 69.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4ab11514-6ca4-4797-bc6d-2091c6021c8a)) + (segment (start 178.41 95.11) (end 178.67 95.11) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4bf43bfc-80e2-478b-86ce-5312173b8a0a)) + (segment (start 189.44 129.5) (end 189.44 131.17) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4cbf2ec4-d108-4af5-be2f-0ba0214ef392)) + (segment (start 179.48 75.46) (end 179.48 75.35) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4cd13f6d-fc62-410f-a434-d463e4ead30d)) + (segment (start 110.44 94.11) (end 110.44 97.92) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4e9bce53-f96a-4145-9117-5331a1df517f)) + (segment (start 174.74 95.51) (end 174.74 90.08) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4ebd38ef-00a8-4338-81b9-a25e6178c9d6)) + (segment (start 127.18 97.21) (end 117.97 97.21) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 4fa984c0-633e-4d76-9754-e1e68030fd70)) + (segment (start 182.39 97.1) (end 182.39 88.74) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 532113d8-1cad-4539-b224-dbf17c8ea43e)) + (segment (start 174.02 88.76) (end 174.819999 89.559999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 532692a2-1f07-4b6c-ab28-23b5aab96d1c)) + (segment (start 179.38 92.09) (end 179.22 91.93) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 547a1aa9-30fb-4cf6-b392-c100547635eb)) + (segment (start 113.2 98.52) (end 111.44 98.52) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 55ca5b46-c2a5-4428-bffc-b14b0e9cfa14)) + (segment (start 182.37 88.76) (end 182.39 88.74) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 56b7f98b-af6e-4723-990e-39640642c1b3)) + (segment (start 111 91.41) (end 111.01 91.41) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 583cd7e8-be47-4066-bf93-f9f41ff14de4)) + (segment (start 111.22 97.5) (end 111.22 96.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 585f7144-38ab-4ce6-a31c-2d2c8507e5dc)) + (segment (start 111 92.0628) (end 111 91.41) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 5b13d5be-a7cc-4fea-b983-673cdcef3ce9)) + (segment (start 110.07 70.56) (end 109.64 70.99) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 5edd8eec-dcab-4951-8337-9815536e95fd)) + (segment (start 112.7 70.4) (end 113 70.7) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 603cfa01-54ee-45a8-a77a-a22e7a8ca449)) + (segment (start 123.96 86.66) (end 123.96 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 62481466-de7d-411e-b3f7-ccc889ed8db0)) + (segment (start 179.99 91.4) (end 179.99 95.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 62a6a152-7e76-46ab-a82c-900fbac3a51c)) + (segment (start 189.47 138.1532) (end 189.44 138.1232) (width 0.5) (layer "F.Cu") (net 1) (tstamp 62ba372d-6905-4c6b-881c-b8e026bdad4f)) + (segment (start 110.05 98.31) (end 109.64 98.72) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 642f0977-21bb-45db-9ea2-6e71ffd7f566)) + (segment (start 110.78 69.02) (end 110.28 69.02) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 65e9d290-c9d2-4037-acb8-6cf6d99e93a8)) + (segment (start 109.740001 69.789999) (end 108.87 70.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 6698edd8-9dab-4b93-914c-50eec3e5f51c)) + (segment (start 189.44 133.9) (end 189.33 133.79) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 68da8cc6-0765-4da4-9976-d371a52df850)) + (segment (start 180.26 98.23) (end 179.48 98.23) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 6a9c6cf9-1407-48e6-bfa8-f271899b5f1b)) + (segment (start 113.8 91.62) (end 113.8 91.72) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 6bdf0338-af92-43d2-b75a-08d217e1aa3b)) + (segment (start 178.09 99.62) (end 178.89 98.82) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 6c8be7d6-ae71-44f9-a089-029f9c052294)) + (segment (start 113.8 94.8628) (end 115.187 96.25) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 6e9b6b50-f239-4c33-81c7-73e14a192e8a)) + (segment (start 182.390411 117.489589) (end 182.390411 97.100411) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 70d6bb5c-1fc6-494f-be14-c93ef4df394e)) + (segment (start 117.07 87.65) (end 122.27 87.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 70d973cc-6628-42f8-9972-fabfe510eb48)) + (segment (start 110.44 92.7) (end 110.44 94.11) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 713d3e7e-0257-450b-95da-a42b5e6b9325)) + (segment (start 115.61 88.78) (end 115.08 88.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7241e8a9-3bce-4722-a408-019daac703a8)) + (segment (start 175.45 89.38) (end 181.63 89.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 763806d3-84fe-43b2-8c8a-1a97d1f1f1b9)) + (segment (start 178.16 97.98) (end 175.37 95.19) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7684ab30-df43-4c80-815f-805c7aaa807a)) + (segment (start 179.14 76.87) (end 179.14 75.12) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7750ef56-ce43-42a0-86e9-f557e0429f1a)) + (segment (start 184.73 71.14) (end 185 70.87) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 78093902-5ff4-41ae-be95-00d049a45d28)) + (segment (start 175.37 90.73) (end 175.45 90.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7ab42517-3a89-44d6-8028-11fbb7f29534)) + (segment (start 113 70.63) (end 113 70.7) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7abe92e4-dc36-4984-8c1c-489585821cab)) + (segment (start 111 82.83) (end 112.81 84.64) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7b3e0bce-5284-4d1a-8505-b1e48ecf98ae)) + (segment (start 113 70.7) (end 111 72.7) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7b83e80a-337b-4d4e-8b08-99990deb7484)) + (segment (start 109.740001 68.729999) (end 109.740001 69.789999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7b8e81e7-af22-47b4-931d-444b1ddb8950)) + (segment (start 178.89 98.82) (end 180.67 98.82) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7ba48df2-7ae3-4c72-adaf-5bceda0634b8)) + (segment (start 182.390411 117.489589) (end 182.390411 117.619589) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7c4c0811-762c-4a4a-b805-c165198b1bdf)) + (segment (start 187 116.38) (end 185.86863 116.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7c90c241-4745-4774-bee5-bbe7189685b6)) + (segment (start 183 79.85) (end 179.57 76.42) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7eb7ef54-b553-406f-a919-4589d6518e04)) + (segment (start 176.9 91.32) (end 176.98 91.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7ee553ac-f4f6-4c74-8181-addcfdfd2628)) + (segment (start 114.05 89.42) (end 114.05 88.53) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 7f6ac661-877b-4e0e-8d28-a625030359b6)) + (segment (start 112.7 70.4) (end 112.43 70.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 806b9e78-029d-4b86-9268-dec2c950e0bc)) + (segment (start 190.49 130.12) (end 190.49 129.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 82756224-047c-4f97-af27-2184af38cf1e)) + (segment (start 113.86 97.8) (end 113.86 97.86) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 82944f85-96f2-47c7-ac5f-21d374538e10)) + (segment (start 190.49 130.8) (end 190.49 130.67) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 82ba3ef4-94c4-43fb-89d1-698770c63ae8)) + (segment (start 112.21 85.38) (end 115.61 88.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 836064e3-8c95-41f3-ac54-70b3777422f7)) + (segment (start 113.86 97.86) (end 113.2 98.52) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 84074e13-33ac-40b6-b0e6-6cc30a33fa63)) + (segment (start 113.8 91.72) (end 113.21 92.31) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 843d51e4-af9d-4964-9009-dc51529ee69f)) + (segment (start 178.81 92.5) (end 177.57 92.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 844ab369-4475-49f4-a4b1-d384ba770568)) + (segment (start 182.39 88.74) (end 182.39 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 850206b1-3602-41df-a8fc-bd5b9e3083ca)) + (segment (start 177.94 98.71) (end 174.74 95.51) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 853412b8-7eee-4b2b-81c3-338de53a6655)) + (segment (start 175.270001 89.559999) (end 175.45 89.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8906284b-13a0-4ee0-99af-42c5cb15b520)) + (segment (start 116.07 88.66) (end 113.89 86.48) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 89faa4a6-4a30-45e0-a611-7134081dcd6e)) + (segment (start 189.33 133.79) (end 189.33 131.28) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8a7742df-0533-4987-a44b-d9e7b3403c00)) + (segment (start 182.390411 122.450411) (end 182.390411 121.870411) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8a962e46-a09b-4002-9560-1ec291e152f4)) + (segment (start 183 122.48) (end 182.390411 121.870411) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8b4b895a-779a-4d8d-9672-1b87dabe394f)) + (segment (start 111.44 98.52) (end 110.84 97.92) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8c07d3ed-f328-4d9a-9b5f-9aa8690c9166)) + (segment (start 177.59 93.43) (end 178.29 94.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 8feb7200-0f78-4fb5-bc5b-6a3753c86af7)) + (segment (start 113.89 86.48) (end 113.89 86.47) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 910308e4-3532-4fb9-84e8-c021b52d1a3e)) + (segment (start 182.390411 121.870411) (end 182.390411 117.489589) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 91c95bec-dec9-4b48-8a78-b4050906be6d)) + (segment (start 123.96 88.45) (end 123.96 87.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 9297436f-1478-4447-972c-d78e9e10742e)) + (segment (start 114.41 85.63) (end 114.84 85.2) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 92c634d5-c0f7-4929-99fe-0a253922d47b)) + (segment (start 176.37 94.05) (end 176.47 94.05) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 92f68934-a3d3-4b65-ad2d-865f1183a136)) + (segment (start 113.8 93.25) (end 113.8 94.8628) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 931dfdc9-9b7f-4d57-8da5-7dede93d5ec7)) + (segment (start 115.61 88.83) (end 113.31 91.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 9697dfa0-3e53-4b1f-b331-f4a327711845)) + (segment (start 179.22 91.93) (end 176.97 91.93) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 96f6f949-6dce-4f1d-8de3-ff370f991000)) + (segment (start 113.21 91.84) (end 112.82 91.45) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 974dc55c-609c-4fa2-8448-9f86894c2dc6)) + (segment (start 123.96 86.7614) (end 122.591 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 974e45b1-a1b1-44cf-89cd-be456fc6ced9)) + (segment (start 117.03 88.13) (end 116.3 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 979d603b-d88b-41d7-ad2b-7f2332be0e54)) + (segment (start 179.48 75.35) (end 185 69.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 97f6a2ad-73c2-410b-9332-8d2e553541de)) + (segment (start 110.44 92.12) (end 110.47 92.12) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 98eb3f75-4d9b-4ccf-90b3-5666550fb465)) + (segment (start 189.44 131.17) (end 189.33 131.28) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 9cf62907-3eed-4597-b217-d9d63f6ac37c)) + (segment (start 183.754 79.7336) (end 179.48 75.46) (width 0.8128) (layer "F.Cu") (net 1) (tstamp 9ff39192-1269-4d4c-8bd9-b4c6fbd41f48)) + (segment (start 114.61 96.78) (end 117.23 96.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a09a6e53-0ebb-4d2a-851e-d28a87d64333)) + (segment (start 182.39 88.13) (end 182.39 80.12) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a15b13a3-c03a-43e4-8cd3-2ac440ca00d8)) + (segment (start 190.49 129.97) (end 189.91 129.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a1df1579-7f98-456b-96b2-f2255e6a78f1)) + (segment (start 176.47 94.05) (end 178.26 95.84) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a1e241af-c8b1-40da-aebc-764874582247)) + (segment (start 109.64 70.99) (end 109.64 98.72) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a1f7e9c0-b0de-44fb-96dd-ebb93466c0ae)) + (segment (start 111.22 96.73) (end 111.89 97.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a27e5b23-dcc2-49fe-b722-1d68ef80fe23)) + (segment (start 110.54 67.93) (end 109.740001 68.729999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a4d12d50-8ee9-42d1-ba1f-da61fb555338)) + (segment (start 112.82 91.45) (end 114.55 89.72) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a4f5c795-8b28-47c7-972a-abc0b8626f3d)) + (segment (start 112.21 91.3) (end 112.21 85.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a523d7ef-5f7d-4ab4-865c-351d3e69da5e)) + (segment (start 190.49 129.97) (end 183.754 123.234) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a5cfabe5-76eb-4120-b957-2d4f7e1af535)) + (segment (start 175.45 90.65) (end 176.04 90.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a6306f0d-fc69-4aad-b687-6480337b6379)) + (segment (start 178.81 94.97) (end 178.81 92.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a733f99d-9fa3-4d70-9934-69ae4dca01f4)) + (segment (start 110.28 69.33) (end 111.43 70.48) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a807dc60-dce8-4138-b1f5-06711ab9a280)) + (segment (start 115.72 97.44) (end 114.26 97.44) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a83e16ee-18df-4288-a456-7ea0e12f7054)) + (segment (start 113.08 97.91) (end 111.63 97.91) (width 0.8128) (layer "F.Cu") (net 1) (tstamp a8e40a2e-59cf-4d65-ba8c-17cb2e89c54e)) + (segment (start 116.3 88.13) (end 113.8 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ab2512e9-f52b-45c3-9910-6bf6c17c2bbb)) + (segment (start 116.96 97.44) (end 115.72 97.44) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ab40a9d1-b39c-4b98-9867-24c68d3318dd)) + (segment (start 117.23 96.78) (end 126.14 96.78) (width 0.8128) (layer "F.Cu") (net 1) (tstamp abf27e9d-e837-4018-9e92-c98b5a8507ad)) + (segment (start 110.44 92.7) (end 111.1 93.36) (width 0.8128) (layer "F.Cu") (net 1) (tstamp afa46469-00ea-4e35-a8f5-ef3d7ee647e6)) + (segment (start 174.83 89.99) (end 181.02 89.99) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b0175a2d-5245-4ef9-81e3-87ad61008bb1)) + (segment (start 179.37 97.17) (end 178.35 97.17) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b19af66d-3492-4c32-af49-b94aa9276007)) + (segment (start 187 116.38) (end 185.28 116.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b1a74d98-d6e5-4189-98d9-3daf5bce32c1)) + (segment (start 178.29 94.13) (end 178.29 93.02) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b1e161dd-4954-4332-9c5e-dc6346f05eea)) + (segment (start 113.89 86.47) (end 111.43 84.01) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b2acab75-df04-4f0d-b8e3-aaef561fa401)) + (segment (start 181.02 89.99) (end 181.19 90.16) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b2cd079b-4b8e-4928-a95d-b2ba11cf65ba)) + (segment (start 178.09 99.62) (end 174.06 95.59) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b432e301-de83-4230-8d42-ccbe7d2c0f00)) + (segment (start 176.37 94.05) (end 176.37 91.32) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b48b89dd-c76f-420e-922d-697c2eee546d)) + (segment (start 109.969999 69.789999) (end 109.740001 69.789999) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b6b7bb20-dc49-4f5c-8cb5-623c1d51e738)) + (segment (start 112.43 70.4) (end 110.44 72.39) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b6d3d3cc-1e56-423c-9b22-68d841d5cd4e)) + (segment (start 110.44 92.12) (end 110.44 92.7) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b76b4f4b-b1df-4d3a-bf6b-5227f04babed)) + (segment (start 122.27 87.65) (end 122.27 87.32) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b8778119-9d79-443d-8913-4ac9d62b264b)) + (segment (start 115.187 96.25) (end 126.22 96.25) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b90f9b59-73de-462a-bdab-b3be7172436c)) + (segment (start 113.01 94.61) (end 113.01 95.18) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b9644345-2c8d-4f54-9d32-2353cd6b3881)) + (segment (start 110.47 92.12) (end 111.52 93.17) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b968e74f-24b8-4bc6-9b8e-86ee423322d2)) + (segment (start 110.99 70.92) (end 110.07 71.84) (width 0.8128) (layer "F.Cu") (net 1) (tstamp b9b08b07-d164-4842-b515-b0e7fc64ef2e)) + (segment (start 122.591 88.13) (end 117.55 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ba83dc76-9f67-482e-bb2e-173d180031a2)) + (segment (start 113.8 93.25) (end 113.8 93.82) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bafeaaaa-53db-4cac-b7cf-74df06675a4c)) + (segment (start 113.43 99.18) (end 114.72 97.89) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bb327488-dc9a-4f15-a879-5fc4d568778b)) + (segment (start 189.44 129.5) (end 182.390411 122.450411) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bb609c30-cec7-4774-bb76-f032c522f5c6)) + (segment (start 117.55 88.13) (end 117.03 88.13) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bba025bb-69e0-4570-b85c-8d9fc98ce12f)) + (segment (start 189.91 129.97) (end 189.44 129.5) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bbf7c883-1d49-4eb8-90d7-31514f9a3935)) + (segment (start 111.81 94.98) (end 111.81 94.18) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bc585942-4774-43f2-bbd4-3dd80c9ca98b)) + (segment (start 176.97 91.93) (end 177.01 91.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bc992bab-83e8-4278-8cf7-5535eff6392e)) + (segment (start 113.8 93.82) (end 113.01 94.61) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bd02fd25-c1e7-46df-b79d-8c6a81d8d106)) + (segment (start 111.62 84.2) (end 111.62 91.69) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bd0be734-3a74-4d9d-8cdb-e400a732b20c)) + (segment (start 181.19 90.16) (end 181.19 96.36) (width 0.8128) (layer "F.Cu") (net 1) (tstamp bd64a590-a69f-40d1-9a85-b87fef8d0c41)) + (segment (start 181.76 88.76) (end 174.02 88.76) (width 0.8128) (layer "F.Cu") (net 1) (tstamp be5e5c05-9b01-40c1-bb07-417e62915c47)) + (segment (start 181.19 96.36) (end 179.57 97.98) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c119c8f0-8e40-418c-8630-cdc6d3cb7610)) + (segment (start 178.67 95.11) (end 178.81 94.97) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c1222387-3bc4-4496-af94-40d37a1ff9fb)) + (segment (start 112.21 91.26) (end 112.8 90.67) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c1258aba-489e-48ca-b1c9-ab322f2618e1)) + (segment (start 111.1 93.36) (end 111.42 93.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c2d0b6c9-f3bd-4faa-8539-43f4727f9550)) + (segment (start 113.77 100.63) (end 116.96 97.44) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c3047df4-61aa-48e0-81ef-a99fe2035220)) + (segment (start 112.8 86.67) (end 112.8 90.67) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c3190b87-1c59-4291-aa45-49c2484999a1)) + (segment (start 111.01 91.41) (end 112.29 92.69) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c31916db-39b1-474d-9c47-12a31e01ccda)) + (segment (start 112.7 70.4) (end 112.16 70.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c37ebb53-e232-41cd-8ea6-a114e1fd4340)) + (segment (start 114.55 89.72) (end 114.55 88.42) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c3d6066a-9c14-4c76-91e5-716fc01f3b1d)) + (segment (start 174.74 90.08) (end 174.83 89.99) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c3f1aad3-f7a5-48fd-9d61-55806d4a2ee2)) + (segment (start 110.62 100.63) (end 113.77 100.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c4125ae3-f99d-4bf7-91df-c957f431ef6d)) + (segment (start 112.649 101.4) (end 110.41 101.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c45db244-7654-450b-aa5d-fae080c03d6a)) + (segment (start 181.73 96.76) (end 180.26 98.23) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c48a9415-a4aa-4753-90d9-7aa3e83d340c)) + (segment (start 112.8 90.67) (end 114.05 89.42) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c4d774db-b3ee-48c3-86a1-f65fb29bfa9d)) + (segment (start 108.2 99.19) (end 108.2 70.27) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c66fe07b-5c42-4648-abac-e1856a351e2f)) + (segment (start 180.55 95.99) (end 179.37 97.17) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c7ec95ef-41a8-42ab-82e3-22237bd31bce)) + (segment (start 181.73 89.48) (end 181.73 96.76) (width 0.8128) (layer "F.Cu") (net 1) (tstamp c88ea750-9351-4c11-b28d-c6fae97d33c8)) + (segment (start 189.47 131.82) (end 190.49 130.8) (width 0.8128) (layer "F.Cu") (net 1) (tstamp cb1a83f5-6f2a-4777-9b4a-c17977214c7d)) + (segment (start 112.34 95.52) (end 112.34 94.41) (width 0.8128) (layer "F.Cu") (net 1) (tstamp cbcb4db5-db5f-4238-b5e9-7c269f0aa1c5)) + (segment (start 122.27 87.32) (end 122.93 86.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp cbe21599-b060-4b87-a210-baa9a7835139)) + (segment (start 113.8 101.38) (end 112.669 101.38) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ccd920f5-2b9b-46d1-8e87-265ea0e6f9ac)) + (segment (start 111.43 84.01) (end 111.62 84.2) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d1641cc2-a3c3-48dc-a614-8271c7953697)) + (segment (start 112.81 84.64) (end 113.8 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d1bca8f1-b5d3-472f-95e6-28c44bb97037)) + (segment (start 178.26 95.84) (end 178.86 95.84) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d1d62dd8-ab18-4589-8a16-4840d0e3a2b2)) + (segment (start 108.87 70.66) (end 108.87 98.88) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d1eda5a5-0744-46cd-893f-5dd08993ad23)) + (segment (start 111.22 96.65) (end 111.22 95.16) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d21c3462-32a8-4ff0-a471-564df07aa56c)) + (segment (start 183.754 123.234) (end 183.754 114.564) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d40915c2-c548-4bfc-94d9-2378da8c19d2)) + (segment (start 111.42 93.68) (end 112.43 93.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d47e5f49-dd57-4ba8-b356-d9078450b3bf)) + (segment (start 176.98 91.4) (end 179.99 91.4) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d47ffb89-88a6-47ff-af7a-5496cb6287e3)) + (segment (start 180.55 90.68) (end 180.55 95.99) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d52e4f06-fbc6-48fb-b23f-414090852164)) + (segment (start 123.96 86.7614) (end 123.96 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d5c4d04b-30dc-4382-877d-5999b1d17513)) + (segment (start 122.93 86.66) (end 123.96 86.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d62706d6-b533-4fca-8893-edb5b6bd860b)) + (segment (start 110.07 71.84) (end 110.07 70.56) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d680d5fd-0440-4126-9a50-a6dd4afb33a8)) + (segment (start 111.62 91.69) (end 111.93 91.69) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d6aa0f77-9791-4430-889a-4fbbda2f1960)) + (segment (start 110.83 99.91) (end 109.64 98.72) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d6da37c4-0dec-44bb-977e-8da5d9b02b88)) + (segment (start 181.76 88.76) (end 182.37 88.76) (width 0.8128) (layer "F.Cu") (net 1) (tstamp d99aad4d-8a7c-4eff-88b0-6cf9cb544a94)) + (segment (start 110.41 101.4) (end 108.2 99.19) (width 0.8128) (layer "F.Cu") (net 1) (tstamp da938e3c-e327-410e-b8c5-ed99f7907213)) + (segment (start 176.37 95.19) (end 175.37 95.19) (width 0.8128) (layer "F.Cu") (net 1) (tstamp db0269dc-c315-48f2-8959-7dc60c3d9bed)) + (segment (start 183.754 114.564) (end 183.33 114.14) (width 0.8128) (layer "F.Cu") (net 1) (tstamp db5015a7-9785-48ef-97f4-5bc6b0f4f5d7)) + (segment (start 111 72.7) (end 111 82.83) (width 0.8128) (layer "F.Cu") (net 1) (tstamp dcecec8c-69f7-4a3f-bf27-4954e782bcf4)) + (segment (start 177.01 93.71) (end 178.41 95.11) (width 0.8128) (layer "F.Cu") (net 1) (tstamp df43cb08-e1a3-4a3f-a2ba-5f218e5db3ee)) + (segment (start 113.31 87.79) (end 113.31 89.37) (width 0.8128) (layer "F.Cu") (net 1) (tstamp df4bd950-daee-4288-94af-8f90ad0d22a3)) + (segment (start 111.81 94.18) (end 111.13 94.18) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e0c2f8c4-a782-44b9-b6fb-b802a90cd616)) + (segment (start 122.7 88.74) (end 122.62 88.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e1ffe346-a422-4f5e-bf77-00af34e2e10f)) + (segment (start 117.97 97.21) (end 117.19 97.21) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e42a41b2-396d-4f02-8c5f-05a8dce2e3c6)) + (segment (start 117.07 87.43) (end 117.07 87.65) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e543416f-9337-40be-b505-7c9d8a8d547d)) + (segment (start 174.06 88.8) (end 174.02 88.76) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e5ca2fcc-6a02-474e-9f31-b109edbb149f)) + (segment (start 113.8 69.83) (end 113 70.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e6dfa412-5740-4e25-b46c-d92d657a47d8)) + (segment (start 112.21 91.3) (end 112.21 91.26) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e736b068-d227-4779-86a3-ffae4a3b61d0)) + (segment (start 123.96 86.7614) (end 123.96 86.66) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e74b4384-c2fb-41f1-b799-e1a0774d3edf)) + (segment (start 108.2 70.27) (end 110.54 67.93) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e8f58036-3c3f-4507-8ecd-711bf7303c21)) + (segment (start 179.2 96.47) (end 178.01 96.47) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e926e2ae-e1fc-4442-b9dc-370cf3dcb530)) + (segment (start 184.2 115.3) (end 183.33 114.43) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e940abae-4b03-4d64-833d-2c2a8f4b7ce6)) + (segment (start 117.01 88.13) (end 114.76 85.88) (width 0.8128) (layer "F.Cu") (net 1) (tstamp e9a62654-a37c-4ad1-a962-ad5e5fc7b1c5)) + (segment (start 111.22 95.16) (end 113.86 97.8) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ea32596f-c1c5-4923-b7ec-103b3652214b)) + (segment (start 122.93 86.66) (end 123.96 85.63) (width 0.8128) (layer "F.Cu") (net 1) (tstamp eb082a5f-68d6-4bb1-97f9-690bda8f26b9)) + (segment (start 115.95 89.35) (end 123.06 89.35) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ec72418e-b42d-4928-a1fc-8dcb6159d7ce)) + (segment (start 112.34 94.41) (end 113.5 93.25) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ec7cc36a-fd51-472f-9307-8688a1e9f8e0)) + (segment (start 181.63 89.38) (end 181.73 89.48) (width 0.8128) (layer "F.Cu") (net 1) (tstamp ed6cabe3-a32c-4a09-a4dd-4bd9579c1993)) + (segment (start 178.35 97.17) (end 176.37 95.19) (width 0.8128) (layer "F.Cu") (net 1) (tstamp eedb0b48-f45b-4c7e-a5f8-36374927abae)) + (segment (start 112.44 69.83) (end 110.54 67.93) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f1067a3c-1443-414c-9049-629c1d9631c9)) + (segment (start 176.37 95.19) (end 176.37 94.05) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f11b25ae-5c7d-47a1-9b4f-b8ba5508932c)) + (segment (start 114.84 85.2) (end 117.07 87.43) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f39c4e0f-f7ef-4520-8896-ffca42faec1c)) + (segment (start 180.67 98.82) (end 182.39 97.1) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f4087c84-0b7a-4365-a353-505923261dbb)) + (segment (start 123.96 87.68) (end 123.76 87.68) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f4d63de0-34d3-449f-b877-13701f4483dd)) + (segment (start 110.28 69.02) (end 110.28 69.33) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f68b0cd5-f473-4354-8094-de32e5a1eae0)) + (segment (start 179 98.71) (end 177.94 98.71) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f69805ab-d7cb-423c-8a4c-177a31d20c13)) + (segment (start 182.39 80.12) (end 179.14 76.87) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f839f9b4-56f9-453e-a5f8-71d0a615b36d)) + (segment (start 110.44 97.92) (end 110.05 98.31) (width 0.8128) (layer "F.Cu") (net 1) (tstamp f932a143-fd0f-4b5c-9490-8098723d9770)) + (segment (start 174.06 95.59) (end 174.06 88.8) (width 0.8128) (layer "F.Cu") (net 1) (tstamp fa76fe4e-27e7-4487-9099-558fe2228a33)) + (via (at 189.48 132.13) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4878a973-8775-4f7d-86ae-0369e38c9333)) + (via (at 189.44 133.9) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6e888ddd-cfb7-4e8e-8fcf-fd66e710ff24)) + (via (at 189.44 133.02) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8c4652e3-19f9-45ff-8e5c-e141ddb929dd)) + (segment (start 135.54 113.9) (end 134.965 113.325) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0128b868-ee93-46aa-8530-088b920e0a45)) + (segment (start 189.44 133.9) (end 189.48 133.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 01400949-8711-47ce-bcdf-a280826cb4d0)) + (segment (start 161.035 69.045) (end 160.25 69.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 019c2342-c0da-4440-9834-c2133a910c0a)) + (segment (start 185.82 114.38) (end 185 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 02841143-1387-42bc-9447-60f05e442b46)) + (segment (start 115.56 67.24) (end 121.15 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 029433a5-6c85-4061-b724-70d6d945fd5c)) + (segment (start 115.87 67.76) (end 114.425 69.205) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0369b251-2140-446f-96ce-616d804881a6)) + (segment (start 185.82 114.38) (end 185.4 113.96) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0491e5d4-c4ae-4da7-895d-138019147271)) + (segment (start 139.12 67.67) (end 139.12 67.71) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 04eaa2d1-ffe9-43bf-9f96-2fd005068ff0)) + (segment (start 135.96 113.18) (end 135.96 113.66) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 054e0411-6ef7-4850-8168-dbb48736761b)) + (segment (start 162.39 67.69) (end 161.6564 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 08ae0cd5-029b-4100-9008-bcd27e2408da)) + (segment (start 184.66 113.18) (end 185.86 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0bf471fb-401d-4f89-a4ae-577ff8a6729f)) + (segment (start 137 69.83) (end 137 76.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0bf4b4f3-9868-4e81-a374-b5300bc28e99)) + (segment (start 138.45863 69.78) (end 138.45863 73.95137) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0c010a8e-17fa-4881-8f97-74a16f071f37)) + (segment (start 111.339999 67.130001) (end 110.54 67.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0d07cbbe-592b-417c-af7f-93b278caf359)) + (segment (start 165.14 115.47) (end 164.76 115.47) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 0d6f8207-fb87-4a97-b9be-10d99461349d)) + (segment (start 184.7 114.38) (end 185 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 14098c4e-b147-4ee6-83e1-e04d21d92756)) + (segment (start 139.75 68.35) (end 139.54 68.56) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 144264be-1fbb-49a5-90d0-78f8a1ac17f5)) + (segment (start 142.1 74.93) (end 142.705 75.535) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 15ae40eb-6838-4ed2-9b40-dae8638bca84)) + (segment (start 136.9 113.9) (end 135.79 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 1d2b01ea-e50d-414a-bc4d-33b3e9728e69)) + (segment (start 137.73 75.65) (end 137.73 74.68) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 1d32aab9-9081-4ccb-8b7b-9f53d949d4c1)) + (segment (start 139.31 73.88) (end 138.26 72.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 1d74167c-2d9b-4f93-959d-cc0cf7a092be)) + (segment (start 136.85 113.18) (end 184.66 113.18) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 1f09507e-2b7f-4e42-88ed-b68f945e1a49)) + (segment (start 188.9 131.55) (end 188.9 128.7) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 1f75b0f1-b37c-4c9b-9d71-88b9420f6714)) + (segment (start 138.48 68.35) (end 137 69.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 222338e8-266e-459a-8d21-fa4a2df7fe9f)) + (segment (start 185 114.38) (end 187 116.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 24b29eb6-7cfc-4813-a76f-d2a1340ae061)) + (segment (start 134.25 114.04) (end 133.6 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 25a5fa4d-b335-4526-b125-dc9d9da395f9)) + (segment (start 187 115.56) (end 185.82 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 25efeb4b-def7-4ce4-8baf-3d4303a24407)) + (segment (start 137.21 68) (end 136.06 68) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 26c01944-ba4d-4c35-b4ac-88529961fcc3)) + (segment (start 162.39 67.69) (end 140.41 67.69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2739736b-afb1-419d-9e9c-91c65f4eb9fa)) + (segment (start 188.9 127.37) (end 188.9 128.7) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 28ecf7f2-034a-4e0b-a3f6-1c81b9438c81)) + (segment (start 158.354 68.4236) (end 158.844 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 291076c9-165b-4078-8e59-50bad6d448eb)) + (segment (start 166.92 114.46) (end 166.9 114.48) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 29c3d275-19f7-4f36-806f-121461d22f99)) + (segment (start 189.189 127.05963) (end 189.189 127.081) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2af1c0b7-698f-4d5e-bb91-1a7555c531db)) + (segment (start 136.9 113.9) (end 136.54 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2b47feb8-af98-40fd-ae25-7fc167efcb0e)) + (segment (start 135.96 113.18) (end 136.85 113.18) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2bab2655-029d-4134-91a9-be61b7939663)) + (segment (start 163.32 113.85) (end 163.27 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2e6be7ec-0bca-4b7f-9579-b896b318190f)) + (segment (start 132.79 113.23) (end 133.921 113.23) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2eb50824-ca6f-4a2f-bb01-8128d9f0b2f3)) + (segment (start 184.7 114.38) (end 184.6 114.48) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2effc2af-dfae-4ee1-9f01-384f8d2f9678)) + (segment (start 133.971 113.18) (end 135.96 113.18) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2f86a7e4-5198-44a2-ade0-2f6765ecdfb0)) + (segment (start 124.71 81.66) (end 126.3 81.66) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 2fc3408a-a487-4a73-8b05-074eb9ddcb7f)) + (segment (start 160.25 69.83) (end 158.844 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 308bfea5-61fe-4c30-afc7-559f20d5de73)) + (segment (start 135.195 114.835) (end 134.61 114.25) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 33a77d0a-6f8c-4655-bcf1-8dcb8360d67c)) + (segment (start 162.9 114.46) (end 163.08 114.46) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 35b07343-df51-49fd-a4f0-375ee990e400)) + (segment (start 139.18 68.92) (end 139.54 68.56) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 37b60c7b-11d8-4a12-81bb-66d528948c72)) + (segment (start 137.1 68.49) (end 137.6 68.49) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 37f7814f-1597-4ec4-a90b-32491b1dca11)) + (segment (start 189.77 132.09) (end 189.77 127.61) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 3b9a610f-06e0-4be0-8887-e00aa49f119e)) + (segment (start 139.12 67.71) (end 138.48 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 3c841eb7-02c7-4947-a6eb-2a543afd275b)) + (segment (start 126.3 82.49) (end 126.3 81.66) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 3e425e3f-14fb-4fd6-bdf2-17f58f37086a)) + (segment (start 161.6564 68.4236) (end 182.264 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 40976abb-a8c4-4da6-8c83-a7d3d3bf9783)) + (segment (start 158.844 68.4236) (end 158.354 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4125bf3c-e5a4-4ba0-80cb-eef115b53706)) + (segment (start 189.44 133.02) (end 189.33 132.91) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 42663ec9-bd8e-4873-af28-f2e800ae073e)) + (segment (start 139.14 67.69) (end 139.12 67.67) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 43176b79-229e-4014-83b5-272d3d49aa52)) + (segment (start 135.11 113.18) (end 134.965 113.325) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4408f300-2d00-4d8f-abbc-64a9f8f7b126)) + (segment (start 184.53 113.85) (end 163.32 113.85) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 44255140-a3aa-4754-9ff8-ea3dc595752b)) + (segment (start 112.09 67.24) (end 111.980001 67.130001) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 44d62083-6448-4c18-8ca2-2efba9a4c536)) + (segment (start 140.41 67.69) (end 139.75 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 45d28d69-fefe-4220-a07c-f9f871cfbecc)) + (segment (start 136.92 114.46) (end 135 116.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4682656d-9e37-4774-868c-10502eec6c90)) + (segment (start 138.45863 73.95137) (end 137.73 74.68) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 48aad5b5-6ecc-438b-9efb-46d712dc3a4f)) + (segment (start 133.607 66.86) (end 121.26 66.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 48c96059-7ed3-4461-b615-599ecc0b0683)) + (segment (start 166.9 114.48) (end 166.19 114.48) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 49338bee-0b5c-4ba2-90ba-45dddede98cb)) + (segment (start 111.980001 67.130001) (end 111.339999 67.130001) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 49665fa2-41f0-41f2-9483-797cd7d86078)) + (segment (start 189.77 127.61) (end 190.47 126.91) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4a8bbbf1-d418-48b5-a4cf-155323e80d8f)) + (segment (start 137.73 74.68) (end 137.73 73.74) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4b698123-1014-4ac2-adb9-a57d8f6c3fca)) + (segment (start 185 69.83) (end 184.200001 69.030001) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4c1a79f0-6b5d-45e4-8e71-196f0d87c8d2)) + (segment (start 115.56 67.24) (end 112.09 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4d2d8d89-0803-4f6e-a9e7-0cdd9203d192)) + (segment (start 135 116.38) (end 135 115.44) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4d4583c8-6e14-4243-8e77-dc277396415c)) + (segment (start 189.33863 126.91) (end 189.189 127.05963) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 4e30e05c-738a-48fd-888e-fc138a606855)) + (segment (start 190.47 126.91) (end 189.33863 126.91) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 50473d75-7668-4bb7-b779-3baf343577f1)) + (segment (start 166.19 114.48) (end 166.04 114.63) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5091147c-dc5e-4b52-be21-e772131cd784)) + (segment (start 136.27 65.81) (end 134.657 65.81) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 557020f9-5522-406c-8534-816534dca904)) + (segment (start 138.26 69.97863) (end 138.45863 69.78) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 55a1a58d-3641-458b-9f6f-6e3e3b99d4c3)) + (segment (start 139.54 69.83) (end 138.740001 70.629999) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 55cea5d9-1e7d-4725-bcfd-663600c12ef6)) + (segment (start 189.17 131.58) (end 188.9 131.31) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 560b9e22-fbfa-4284-9322-ea7eb29bec44)) + (segment (start 135.46 66.84) (end 135.06 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 56183a30-6d69-4cc6-8ffe-edbb0f9191a6)) + (segment (start 135.79 113.9) (end 135.65 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 571da39f-e684-449f-8805-194c63c33761)) + (segment (start 142.705 75.535) (end 144.62 77.45) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 58702a16-9e18-4ac4-b54e-d66ae567a5e1)) + (segment (start 137.21 69) (end 137.21 68) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 58d4faee-317e-4253-898f-130c65b373f6)) + (segment (start 136.27 66.84) (end 135.46 66.84) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5afeed43-d8cb-401c-9f38-5f8b31ff7351)) + (segment (start 136.54 113.9) (end 135 115.44) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5b3bdcf4-2f94-450c-9715-c0affb71f163)) + (segment (start 163.08 114.46) (end 166.92 114.46) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5d5517bc-d5d2-4f4c-9dd2-6dbf915247de)) + (segment (start 185 114.38) (end 184.7 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5dc73bc8-735b-465f-8cab-da1e9b4ea918)) + (segment (start 135.06 67.24) (end 134.04 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5f9fd3f6-ad29-447f-a317-47c90c4247f0)) + (segment (start 137.73 73.74) (end 137.66 73.67) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5fcb713d-d516-4afc-a911-c5ecdde8734e)) + (segment (start 135.3 67.24) (end 134.04 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 5ff4a1c4-02bb-4c07-ae34-961228f15531)) + (segment (start 140.79 74.47) (end 138.79 74.47) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 616bbbfc-aca8-4a03-9e9c-2e9f24259012)) + (segment (start 141.694 68.4236) (end 158.354 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 629ecb97-2d53-472b-aa15-a3102c6db18d)) + (segment (start 190.49 129.97) (end 190.49 126.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 64b76e78-c89c-43ef-93e2-c696c6ea0570)) + (segment (start 184.6 114.48) (end 166.9 114.48) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 64d88152-1d24-448d-b3ed-b75f9e5923fb)) + (segment (start 135.47 65.81) (end 136.27 65.81) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 653fa390-486c-490b-a7f1-621d6193b5eb)) + (segment (start 138.740001 72.420001) (end 140.79 74.47) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 65503668-3802-442d-bc33-13594862053e)) + (segment (start 184.099998 69) (end 183.52 69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 65f39765-afab-4f27-956f-012157d8f786)) + (segment (start 138.14 68.35) (end 138.48 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 68f46043-63bc-41ae-889e-85df67109f98)) + (segment (start 135.65 114.04) (end 135.58 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 6bbbbc00-0d88-4b3d-b0f6-ed341e992a27)) + (segment (start 135.96 113.66) (end 136.2 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 6c05f317-9b48-44ed-b337-51f5d38b951b)) + (segment (start 115.13 67.84) (end 115.13 68.5) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 6ccb8509-0a28-45b8-9448-0b3d320723fb)) + (segment (start 183.52 69) (end 182.9436 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 6e019938-5359-4c1c-8859-22402d3cbda2)) + (segment (start 111.76137 67.84) (end 115.13 67.84) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 703b585d-da8a-4b5a-9c19-016f10bdedc8)) + (segment (start 138.740001 70.629999) (end 138.740001 72.420001) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 746d3e7c-2b01-47d2-ab92-a8d24b66e221)) + (segment (start 134.04 67.24) (end 135.47 65.81) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 75763523-10d9-49b5-930b-f8cb69734bc2)) + (segment (start 123.96 84.83) (end 123.96 82.41) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 76137da8-61a8-4ae0-9902-e9599ba20e8e)) + (segment (start 158.844 68.4236) (end 161.6564 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7677ede6-1f85-4d8f-a7c2-17bea74f83e9)) + (segment (start 164.21 114.92) (end 165.09 114.92) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 78b5b990-5bf9-4226-b851-ba8e09906989)) + (segment (start 139.75 68.35) (end 141.62 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7ab4a345-285d-451e-a753-1088d3f3653f)) + (segment (start 136.13 113.9) (end 135.195 114.835) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7ac0ea5b-922d-4605-87da-7e0be699231d)) + (segment (start 189.17 132.91) (end 189.17 131.58) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7e5bda16-3970-4a26-baa9-45aa8d23b9a1)) + (segment (start 135.58 114.04) (end 134.61 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7eb1d717-f94b-4191-8dd2-f0737226faa3)) + (segment (start 165 116.38) (end 163.08 114.46) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7f96e219-9cf7-42d3-99a6-da5231e43fa6)) + (segment (start 134.93 67.76) (end 115.87 67.76) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 7fa8bdaa-36d6-41d6-984b-91cd4331f744)) + (segment (start 142.1 74.93) (end 137.73 74.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 81669bd3-c8af-4325-bf07-06723d9bc399)) + (segment (start 111.61 66.86) (end 110.54 67.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 84797a49-f316-4c09-92a1-5e728e2bc1df)) + (segment (start 184.200001 69.030001) (end 184.129999 69.030001) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8715597d-1681-42ab-bb44-542788cb5b43)) + (segment (start 189.47 131.88) (end 188.9 131.31) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 89001eb4-07b7-400a-a300-d352c9682a39)) + (segment (start 166.9 114.48) (end 165 116.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8a089abb-38a7-482f-bf95-1188266a0662)) + (segment (start 164.76 115.47) (end 164.19 114.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8af49d99-fe97-4d5b-bb52-419090fdec80)) + (segment (start 185.06 114.38) (end 184.53 113.85) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8cb58381-bc76-43ee-a4ee-d6a8375292e7)) + (segment (start 137.6 68.63) (end 137.22 69.01) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8cc43f7d-7c32-4277-be2b-ed2d91159862)) + (segment (start 136.8 68.19) (end 136.8 67.01) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8ccb43a5-366f-429d-ab9d-6ffb42ac19fb)) + (segment (start 166.13 114.48) (end 165.14 115.47) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8daf1368-6b33-43cd-bd0b-33464cda49c3)) + (segment (start 185 69.83) (end 182.86 67.69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8edfe57b-664e-47c8-b9bc-742187f29899)) + (segment (start 136.49 69.1) (end 137.1 68.49) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8ef95f06-6e6f-4c00-ad39-5d0addc54aab)) + (segment (start 138.48 68.35) (end 139.75 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 8f67863c-02e9-4373-b292-70831c626535)) + (segment (start 123.96 85.63) (end 123.96 84.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 90bd1496-eb69-4815-81df-4aa28d3d1509)) + (segment (start 185.82 114.38) (end 185.06 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 9210d884-8636-46be-898f-c4086f65d05f)) + (segment (start 140.41 67.69) (end 139.14 67.69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 9339c933-7c5d-478b-b8a3-dfc3261412ce)) + (segment (start 115.13 68.5) (end 114.425 69.205) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 93cb07c7-6cc4-4d8f-a96e-e7de33612c9c)) + (segment (start 163.08 114.46) (end 162.9 114.46) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 953496d9-e3e4-41ac-8372-db9162772e54)) + (segment (start 121.26 66.86) (end 115.94 66.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 95b9e628-bcb2-4efe-b9a6-937cc1638849)) + (segment (start 137.73 75.65) (end 142.59 75.65) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 96cbfcc3-d270-41ee-9627-3834eedfe45a)) + (segment (start 136.2 113.9) (end 136.13 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 97d9247c-a119-4461-b0c3-5af09cef93ab)) + (segment (start 139.12 67.67) (end 138.13 67.67) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 98ee154d-630b-4bf6-a900-b949f0522e57)) + (segment (start 138.79 74.47) (end 139.38 73.88) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 997ca21c-d5a6-4b13-99d9-65b16ac4ad4d)) + (segment (start 189.47 131.88) (end 189.47 138.153) (width 0.8128) (layer "B.Cu") (net 1) (tstamp 9e68bc71-d1eb-4180-855f-350fb77c52cb)) + (segment (start 135.79 113.9) (end 135.54 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp a32bf260-d593-485f-81f7-d5180e003f52)) + (segment (start 162.9 114.46) (end 136.92 114.46) (width 0.8128) (layer "B.Cu") (net 1) (tstamp a331b9ca-0245-40ae-9d0b-7130509b725a)) + (segment (start 166.19 114.48) (end 166.13 114.48) (width 0.8128) (layer "B.Cu") (net 1) (tstamp a7dc307d-9495-4cfa-b60a-574228696ecd)) + (segment (start 141.62 68.35) (end 141.694 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp a8729fc5-e34a-410b-9b4f-97d5020b5aef)) + (segment (start 134.61 114.25) (end 134.61 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ab8efcd5-02bb-4431-8e50-96c308bf2edf)) + (segment (start 189.47 138.1532) (end 189.47 131.88) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ab9595db-a680-4bad-a72b-55da1a3d5069)) + (segment (start 190.49 126.93) (end 190.47 126.91) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ad96f3ff-49fb-4441-a84e-480d839b6ecd)) + (segment (start 182.9436 68.4236) (end 182.264 68.4236) (width 0.8128) (layer "B.Cu") (net 1) (tstamp afa4b7fc-68d5-4d20-ac31-81ecbc65304b)) + (segment (start 139.54 72.37) (end 142.1 74.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b03b3205-b36e-4fab-8149-bddfd475722a)) + (segment (start 189.48 133.02) (end 189.48 132.13) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b2610415-bee3-45cc-91df-db5b26a07dd2)) + (segment (start 136.06 68) (end 135.3 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b2dc811b-2b00-4751-989f-8b074572df38)) + (segment (start 185.86 114.38) (end 185.82 114.38) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b3d4e789-1f23-4126-9ff7-010e45b76752)) + (segment (start 136.27 69.1) (end 134.93 67.76) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b6028556-56b0-4ead-8308-07e7f24aaa3b)) + (segment (start 184.129999 69.030001) (end 184.099998 69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b70e6905-3e7f-42b5-b603-6801221c199d)) + (segment (start 135 115.44) (end 133.6 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b769f63b-a3d3-44a7-94e5-34ca824e007d)) + (segment (start 123.96 84.83) (end 126.3 82.49) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b7ab1bee-4e21-457f-b601-e338a1930f83)) + (segment (start 137 76.38) (end 137.73 75.65) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b8475d55-603f-4665-a6ee-f583099b1be1)) + (segment (start 139.38 73.88) (end 139.31 73.88) (width 0.8128) (layer "B.Cu") (net 1) (tstamp b882554c-74d3-47ed-aa5e-bff025add75c)) + (segment (start 136.27 69.1) (end 136.49 69.1) (width 0.8128) (layer "B.Cu") (net 1) (tstamp bc32c74d-55ea-4389-8329-ef0360c409e7)) + (segment (start 121.26 66.86) (end 111.61 66.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp bc9bae7e-87aa-41b7-889b-f68213aa8631)) + (segment (start 137.66 70.01) (end 138.75 68.92) (width 0.8128) (layer "B.Cu") (net 1) (tstamp bcda320e-74b3-4653-8282-0c5ff42ec64e)) + (segment (start 134.657 65.81) (end 133.607 66.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp bdb4f8f3-4ca6-4cca-bd70-99712e9cd49f)) + (segment (start 189.44 133.9) (end 189.48 133.86) (width 0.8128) (layer "B.Cu") (net 1) (tstamp bed81dac-53bd-42ce-8b42-a74d0d884c5b)) + (segment (start 138.13 67.67) (end 136.27 65.81) (width 0.8128) (layer "B.Cu") (net 1) (tstamp c4ce2d0a-d024-4c63-904e-0471b83406ef)) + (segment (start 163.27 113.9) (end 136.9 113.9) (width 0.8128) (layer "B.Cu") (net 1) (tstamp c525b9d2-83d8-4a86-abe1-5dfde04398f6)) + (segment (start 187 116.38) (end 187 115.56) (width 0.8128) (layer "B.Cu") (net 1) (tstamp c686861b-b974-4bcd-82d0-abdabe668604)) + (segment (start 139.54 68.56) (end 139.54 69.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp c93d017d-8c7c-4c9d-8f59-0e3af035686e)) + (segment (start 189.189 127.05963) (end 189.189 130.979) (width 0.8128) (layer "B.Cu") (net 1) (tstamp c9b0fec4-41aa-458b-8f1f-4cc7522f9112)) + (segment (start 136.85 113.18) (end 135.11 113.18) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ca0ff0c8-ef17-4c89-96c6-eae8dfec09cd)) + (segment (start 137.66 73.67) (end 137.66 70.01) (width 0.8128) (layer "B.Cu") (net 1) (tstamp cb559ad4-d4c9-4967-80f0-1721719cbbf5)) + (segment (start 137.22 69.01) (end 137.21 69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ccd29f89-73ba-4a77-907d-ea8a87f38f6f)) + (segment (start 137 76.38) (end 137 77.45) (width 0.8128) (layer "B.Cu") (net 1) (tstamp cf3dd574-c863-40a4-8936-5183653f5af4)) + (segment (start 136.27 66.84) (end 136.27 69.1) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d0063010-7201-4d2a-bac5-787556103f06)) + (segment (start 114.425 69.205) (end 113.8 69.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d0564698-ba14-4bda-b9e9-0b388f21bac2)) + (segment (start 161.035 69.045) (end 160.065 69.045) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d06678d8-e2d5-43ef-afcc-35e68b55c19a)) + (segment (start 123.96 82.41) (end 124.71 81.66) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d101abf1-d4ed-44dc-8dd9-609b10478804)) + (segment (start 123.96 85.63) (end 123.96 84.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d36fa50d-408b-4010-b375-997816a9e977)) + (segment (start 189.189 127.081) (end 188.9 127.37) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d45a0696-f017-4736-bff8-4f1dc9eab584)) + (segment (start 189.47 138.153) (end 189.47 138.1532) (width 0.5) (layer "B.Cu") (net 1) (tstamp d45b2871-c85e-4f45-9bb9-7ca3d574e58a)) + (segment (start 189.48 133.86) (end 190.49 132.85) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d4618916-3f7b-40fc-87a8-174d863332c1)) + (segment (start 111.67137 67.93) (end 111.76137 67.84) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d7349dff-ac04-451b-acc8-9dc81a8852b2)) + (segment (start 142.59 75.65) (end 142.705 75.535) (width 0.8128) (layer "B.Cu") (net 1) (tstamp d9976bfe-205e-435c-805a-f546d7d0effb)) + (segment (start 189.44 133.02) (end 189.48 133.02) (width 0.5) (layer "B.Cu") (net 1) (tstamp d9d6108e-acb5-4525-9cbe-32a035213ac2)) + (segment (start 136.27 69.1) (end 137 69.83) (width 0.8128) (layer "B.Cu") (net 1) (tstamp da965400-4ad6-44f6-bf6b-404f002d9b75)) + (segment (start 134.61 114.04) (end 134.25 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp dcbf07c1-fd83-46b4-9cb8-68d7fd77aad4)) + (segment (start 138.26 72.83) (end 138.26 69.97863) (width 0.8128) (layer "B.Cu") (net 1) (tstamp dd8157be-a2ed-43e3-bae5-e3b2dd871542)) + (segment (start 137.1 68.49) (end 136.8 68.19) (width 0.8128) (layer "B.Cu") (net 1) (tstamp de4ebb72-f6e1-42e1-acf2-16277a14855f)) + (segment (start 133.6 114.04) (end 132.79 113.23) (width 0.8128) (layer "B.Cu") (net 1) (tstamp e0c476a0-5345-4356-81ac-6a420c9aaae7)) + (segment (start 190.49 132.85) (end 190.49 129.97) (width 0.8128) (layer "B.Cu") (net 1) (tstamp e6501760-b9bf-48a5-a7ab-d3ee0b15e20f)) + (segment (start 115.94 66.86) (end 115.56 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp e67569fe-a7de-420c-baba-160254bbdc77)) + (segment (start 137.6 68.49) (end 137.6 68.63) (width 0.8128) (layer "B.Cu") (net 1) (tstamp e8b25708-94d7-46e1-b38d-ccafd087fb8d)) + (segment (start 161.6564 68.4236) (end 161.035 69.045) (width 0.8128) (layer "B.Cu") (net 1) (tstamp e9a483cd-1868-4d01-a3de-943af87bde5e)) + (segment (start 138.75 68.92) (end 139.18 68.92) (width 0.8128) (layer "B.Cu") (net 1) (tstamp ec55ebe1-2c41-4a8f-a5d4-712c2c0634fb)) + (segment (start 121.15 67.24) (end 134.04 67.24) (width 0.8128) (layer "B.Cu") (net 1) (tstamp efd810a4-1105-459c-a053-718832917ae7)) + (segment (start 134.965 113.325) (end 134.25 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f1ce33d2-7121-4b7d-816b-112844da2136)) + (segment (start 110.54 67.93) (end 111.67137 67.93) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f2a0e8c1-d354-4dfd-97a2-d73c3c803ac1)) + (segment (start 164.19 114.9) (end 164.21 114.92) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f306808d-2658-4cf8-bed7-143a3046a5bb)) + (segment (start 135.96 113.66) (end 135.58 114.04) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f3b4c493-5f40-4e19-8b7a-bf81c939d9cc)) + (segment (start 189.33 132.91) (end 189.17 132.91) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f44413c2-8190-4b54-b9ee-8b1f5920bf81)) + (segment (start 136.8 67.01) (end 138.14 68.35) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f630d7fb-37cb-4a89-9af8-afed7a480200)) + (segment (start 189.48 133.86) (end 189.48 133.02) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f6f6d411-7468-448d-b60e-741157c1186c)) + (segment (start 182.86 67.69) (end 162.39 67.69) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f7bd35a0-6a1e-4a56-81af-b3b82a2e5670)) + (segment (start 188.9 128.7) (end 188.9 131.31) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f8a7b39b-8799-4b90-8fe7-fd4be73f1311)) + (segment (start 139.54 69.83) (end 139.54 72.37) (width 0.8128) (layer "B.Cu") (net 1) (tstamp f947c595-029c-45d1-8b92-49a837f3531c)) + (segment (start 136.27 65.81) (end 136.27 66.84) (width 0.8128) (layer "B.Cu") (net 1) (tstamp fac62871-f880-479a-8a58-65b22a1fceb1)) + (segment (start 133.921 113.23) (end 133.971 113.18) (width 0.8128) (layer "B.Cu") (net 1) (tstamp fdb02c76-1721-43ab-b65b-57f5666b1af7)) + (segment (start 189.48 132.13) (end 188.9 131.55) (width 0.8128) (layer "B.Cu") (net 1) (tstamp fec89ff7-e21f-4f5a-94c6-5ce168f541a2)) + (segment (start 132.55 109) (end 129.04 109) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 00328f83-c7c4-4e15-afbf-f01f311923b9)) + (segment (start 130.29 113.23) (end 130.17 113.11) (width 0.5) (layer "F.Cu") (net 2) (tstamp 01a533c8-65a3-4754-add0-6d2b5674c64a)) + (segment (start 132.63 98.57) (end 132.63 108.92) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 01f8c003-e067-4bc2-90c0-9b18101a7940)) + (segment (start 209.9 60.14) (end 209.9 119.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 027748a9-6bcf-41e0-b9d2-741abac08953)) + (segment (start 134.63 132.61) (end 134.57 132.55) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 04299542-c39b-4c31-ac53-faae90bf8ae4)) + (segment (start 147.16 59.46) (end 149.7 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 043737de-b3c8-42bc-95f6-8b28c421e9be)) + (segment (start 180.24 124) (end 181.53 122.71) (width 0.508) (layer "F.Cu") (net 2) (tstamp 04c82dac-ce5a-4f5d-95c2-60bce0e34e85)) + (segment (start 183.891 62.3514) (end 182.539 62.3514) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 04e06b62-940a-4604-9b15-7ccb7f6b969f)) + (segment (start 209.9 119.46) (end 205.36 124) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 04e71222-1469-4068-99f7-af4236451d84)) + (segment (start 136.13 138.1532) (end 136.13 130.8404) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 072605e0-5361-4797-95a8-76d92d835443)) + (segment (start 136.22 132.99) (end 136.22 132.14) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 0b6a3cc3-8532-4f3c-8c4b-ca943917a545)) + (segment (start 136.13 130.8404) (end 137.64 129.3304) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 0b6f2975-5f6e-47a7-a7fc-e4e3ec94ee8e)) + (segment (start 101.72 44.53) (end 104.84 41.41) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 0e19773a-7c06-4420-887f-d4c599be7171)) + (segment (start 206.83 116.14) (end 202.24 120.73) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1267b709-8339-4f1e-9ce8-7b6b7bdc1eb0)) + (segment (start 132.63 57.83) (end 133.96 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 126a666f-f327-46a5-85a7-3b8e51f9caed)) + (segment (start 133.96 59.74) (end 133.96 109.35) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1378aee0-1f84-457d-880e-bafbc42b3bfb)) + (segment (start 179.31 138.153) (end 179.31 125.95) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 160bb068-3826-422e-ae99-8ad8874c92fe)) + (segment (start 180.3 124.06) (end 180.24 124) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 19cfaf16-515c-47a4-b16a-e069a7b08a45)) + (segment (start 128.571 128.679) (end 124.643 124.75) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1ad69de7-3069-4816-80ad-6cd0aaa9520d)) + (segment (start 170.02 59.46) (end 172.56 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1af8a6ae-3875-4f53-b35a-91f6380af17b)) + (segment (start 135.5 130.8) (end 134.72 130.02) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1c4c7a8e-d9eb-44bb-bf4c-2c0728fbbe28)) + (segment (start 205.36 124) (end 202.24 124) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 1d5851e8-9bfc-4296-8b91-6c8051c1470e)) + (segment (start 182.539 62.3514) (end 182.539 69.2214) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 213290c5-e02a-41d9-95a1-63fdeedefcbc)) + (segment (start 134.57 132.55) (end 134.57 131.9) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 222cbfa8-f669-4b38-a1f2-7eef86ff8cb0)) + (segment (start 133.96 57.83) (end 133.96 59.74) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 22c82aba-2be8-4d5f-a7c9-01f76daf9abb)) + (segment (start 137.0296 129.3304) (end 135.5 130.86) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2460d235-2c76-4e55-b43b-69ba996c31c9)) + (segment (start 129.04 96.57) (end 129.68 97.21) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 256f13b0-a258-43d3-8755-acb7355ddbaa)) + (segment (start 132.63 57.83) (end 133.3 58.5) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2a7c9c83-7c2e-42c0-8c82-c9cb0db11e29)) + (segment (start 133.96 59.74) (end 134.24 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2ae08eab-35dc-463a-8221-42a62bdbb52f)) + (segment (start 133.93 109.35) (end 130.31 112.97) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2b2e9c72-e284-4c5f-8c21-a8e12a7afaa6)) + (segment (start 180.101 60.3486) (end 179.213 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2c596029-31c4-4c21-8f75-f7e03c423cc5)) + (segment (start 133.3 58.5) (end 133.3 61.58) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 2cad5409-3aa7-4aa4-b71f-96948b556eae)) + (segment (start 103.64 66.28) (end 103.64 45.78) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 30725bb2-ea7f-4874-a208-e08be89c9483)) + (segment (start 134.21 133.1) (end 134.14 133.03) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 31309e7b-61f0-42c8-97bd-dbd685bc104a)) + (segment (start 183.78 57.85) (end 184.264 57.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 31cc53d5-7d84-4555-937e-136d7507aa53)) + (segment (start 177.17 57.85) (end 183.78 57.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 38bafb08-3ace-4f85-aa96-4a3e45a4b86d)) + (segment (start 131.35 43.27) (end 132.63 44.55) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 39958169-6c4d-4e3c-bdae-9762e0303ff5)) + (segment (start 136.21 132.183) (end 133.458 129.432) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 39a794f4-e7f9-49b7-86a7-6fc707cb176d)) + (segment (start 132.63 108.92) (end 132.55 109) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 3bf44018-27c7-43ee-afea-288e38eb29d8)) + (segment (start 129.04 128.21) (end 128.571 128.679) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 3d3a280f-4020-4777-b188-ec61adbfb5ce)) + (segment (start 192.901 57.83) (end 207.59 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 3f0685ae-aa62-4b5d-9e26-1145d7db41a0)) + (segment (start 132.44 41.41) (end 132.44 41.57) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 406f64fc-b03a-40b8-8e40-d8dfd322d95e)) + (segment (start 108.04 67.93) (end 107.24 67.13) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 420271c2-554c-4e33-812e-84a2e99e030e)) + (segment (start 192.97 126.91) (end 192.97 129.95) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 43c392e4-f4e7-43b5-a936-089938f55bb3)) + (segment (start 195.16 69.83) (end 195.16 70.5364) (width 0.5) (layer "F.Cu") (net 2) (tstamp 44c992ac-c073-4f45-a2b6-e7f6ddee70bf)) + (segment (start 129.31 64.32) (end 130.56 64.32) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 47e80c4e-c13e-4143-a6de-eb9ab8b3b46b)) + (segment (start 181.53 105.56) (end 178.09 102.12) (width 0.508) (layer "F.Cu") (net 2) (tstamp 4831a4fc-6f13-492f-b425-63c17ba68a83)) + (segment (start 129.84 92.44) (end 132.63 89.65) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 4c1efb41-b9c6-4378-8a68-9ecb6bd29787)) + (segment (start 206.83 64.4) (end 206.83 116.14) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 4cb1de1d-c382-4476-94f8-2f23d1b1c7b5)) + (segment (start 104.97 71) (end 108.04 67.93) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 4dcb4e0c-31f4-4098-83d1-6265589b96a2)) + (segment (start 184.503 62.3514) (end 204.781 62.3514) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5077bb3f-972a-4d7c-ab15-878d3785b54a)) + (segment (start 130.17 113.11) (end 130.05 113.23) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 50e3e544-b5ef-44e7-9097-c04d31ce41b1)) + (segment (start 101.72 118.96) (end 101.72 44.53) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 515e990d-09cc-4433-8cdc-843793bea0ae)) + (segment (start 167.48 59.46) (end 170.02 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 51c2cc45-121c-4867-83e9-42cf2a418d42)) + (segment (start 103.64 71) (end 103.64 66.28) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5453f0e4-6050-49df-a839-2a463f4925ee)) + (segment (start 177.15 57.83) (end 177.17 57.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5461cf88-ea06-43a2-a9e6-02283dc09f97)) + (segment (start 133.3 61.58) (end 133.3 88.98) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 54c01e80-6e93-4dbc-b14b-f15d9363c545)) + (segment (start 136.13 138.1532) (end 136.2 138.0832) (width 0.5) (layer "F.Cu") (net 2) (tstamp 54fe4c27-f707-4eaa-b68e-1118443bd8ab)) + (segment (start 179.31 138.1532) (end 179.31 138.153) (width 0.5) (layer "F.Cu") (net 2) (tstamp 5881408a-55e2-49c7-85df-a387c777ba1a)) + (segment (start 204.781 62.3514) (end 206.83 64.4) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 58981c18-b524-4495-9014-7b05aada74f7)) + (segment (start 132.63 66.14) (end 131.61 65.12) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 59231daa-dec1-4466-a546-ca69ed3fb153)) + (segment (start 103.64 71) (end 104.97 71) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5989943d-a14e-4f79-a825-582460f9510a)) + (segment (start 175.1 59.46) (end 177.64 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5ab238eb-8876-4fe9-8680-19c76fc8c5d1)) + (segment (start 201.5297 77.45) (end 202.78 77.45) (width 0.5) (layer "F.Cu") (net 2) (tstamp 5e3bdebc-7a95-4835-9baf-e58899a1e963)) + (segment (start 142.08 59.46) (end 144.62 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 5fde1ad3-f0dc-4c92-93aa-9c051af7f373)) + (segment (start 129.68 97.21) (end 131.27 97.21) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 6afd796a-10a4-4fe7-a7b4-d07c3721aab6)) + (segment (start 132.63 44.55) (end 132.63 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 6de9a4eb-19b5-48a8-85ac-5734cecea988)) + (segment (start 132.44 41.57) (end 133.96 43.09) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 741f3e47-eb6c-4124-8f77-bf4785102021)) + (segment (start 125.417 121.39) (end 110.05 121.39) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 75fee133-b77e-4e18-bd20-3447daff406c)) + (segment (start 134.24 59.46) (end 137 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 79d2fc8c-e140-415e-90cc-fa92a2165f71)) + (segment (start 192.881 57.85) (end 192.901 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 79e00fd4-e3de-4524-9417-c5667290f67d)) + (segment (start 136.21 132.99) (end 136.21 132.183) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 7d4de8de-c0e7-4646-9ebb-1666506598eb)) + (segment (start 104.49 67.13) (end 103.64 66.28) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 7e771610-b939-46e9-b4ba-d583d22aad23)) + (segment (start 195.16 70.5364) (end 201.5297 76.9061) (width 0.5) (layer "F.Cu") (net 2) (tstamp 807e526c-518a-4fb5-8180-e380f5634dab)) + (segment (start 136.21 132.99) (end 136.22 132.99) (width 0.5) (layer "F.Cu") (net 2) (tstamp 80913f86-393a-46cc-9cdc-441ae9cc10a1)) + (segment (start 183.891 62.3514) (end 184.503 62.3514) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 81465cda-b933-45c3-8396-aa2dea7c6d43)) + (segment (start 182.104 62.3514) (end 180.101 60.3486) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 8219a770-f6b7-4dea-a90d-42575ec07fee)) + (segment (start 136.55 131.37) (end 137.85 130.07) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 854e2cfa-dd14-42c7-a698-541c81454216)) + (segment (start 132.63 89.65) (end 132.63 66.14) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 880d85f4-3f8c-47ce-823a-f81a45ffeaf8)) + (segment (start 134.14 133.03) (end 134.14 130.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 886e1bcc-21e3-4293-ae61-edecaec4db7c)) + (segment (start 129.04 125.0135) (end 129.04 128.21) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 89544c3d-89ad-493d-8eed-3871ef5cce85)) + (segment (start 132.63 89.65) (end 132.63 98.57) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 8db4735c-850a-4c79-aa16-7c0eb0c3f3ff)) + (segment (start 133.96 57.83) (end 177.15 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 8e116a2f-1f5e-4dc8-9a87-227b43125282)) + (segment (start 149.7 59.46) (end 152.24 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 8ff573ab-98c6-432f-b816-672e9c4b5f58)) + (segment (start 183.78 57.85) (end 184.264 57.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 90e4dc7f-43f3-45a7-9797-c92f827afe86)) + (segment (start 157.32 59.46) (end 159.86 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 943b5a60-c61d-455b-980b-f3e4030c8af7)) + (segment (start 135.08 133.1) (end 134.21 133.1) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 95cc143d-2026-4502-bd30-3a869af677d6)) + (segment (start 136.2 138.0832) (end 136.2 133.85) (width 0.5) (layer "F.Cu") (net 2) (tstamp 966c8a36-b5d2-471e-b2ac-5b9aa4ff76f6)) + (segment (start 152.24 59.46) (end 154.78 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 977685df-5c00-47cf-b160-48874977cb11)) + (segment (start 133.96 109.35) (end 133.93 109.35) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 97a03d92-e308-4a2b-8c68-e91d3a18ea82)) + (segment (start 133.3 88.98) (end 132.63 89.65) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 97e3cd55-b42b-42ff-9d40-a035e64ab35d)) + (segment (start 128.51 65.12) (end 129.31 64.32) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 983f632b-be87-4f0a-b131-1b9b12b7b95f)) + (segment (start 133.96 43.09) (end 133.96 57.83) (width 0.8128) (layer "F.Cu") (net 2) (tstamp 9cc5edda-22b9-49c8-a4bd-a384fee111a5)) + (segment (start 107.24 67.13) (end 104.49 67.13) (width 0.8128) (layer "F.Cu") (net 2) (tstamp a2643fcd-9d57-4c5a-bbb2-1b9fa1c32a2c)) + (segment (start 131.27 97.21) (end 132.63 98.57) (width 0.8128) (layer "F.Cu") (net 2) (tstamp a2bf051a-9e14-4fcd-ac84-cb22e1ecace3)) + (segment (start 129.04 125.0135) (end 125.417 121.39) (width 0.8128) (layer "F.Cu") (net 2) (tstamp a4792857-b104-4807-8978-fbb530a56233)) + (segment (start 130.31 126.283) (end 133.458 129.432) (width 0.8128) (layer "F.Cu") (net 2) (tstamp a4aca7af-7e01-4d33-9da4-6a10445f9924)) + (segment (start 135.17 131.86) (end 135.17 132.6) (width 0.8128) (layer "F.Cu") (net 2) (tstamp a7ca2499-5925-47db-bb6a-e3886b08f826)) + (segment (start 136.55 131.37) (end 136.55 137.7332) (width 0.8128) (layer "F.Cu") (net 2) (tstamp aad6a9d4-803c-48a9-8c48-ac14196e300b)) + (segment (start 104.84 41.41) (end 132.44 41.41) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ae4b09e3-6502-4f4e-a59d-c4c57af5b5fa)) + (segment (start 135.17 132.6) (end 135.16 132.61) (width 0.8128) (layer "F.Cu") (net 2) (tstamp b200f0c3-1141-4707-9500-7223c17949a3)) + (segment (start 133.93 109.35) (end 130.31 112.97) (width 0.8128) (layer "F.Cu") (net 2) (tstamp b55da81f-ff38-4e30-9f31-f11eba795870)) + (segment (start 135.5 130.86) (end 135.5 130.8) (width 0.8128) (layer "F.Cu") (net 2) (tstamp b5bf5be9-a2c1-4880-88ff-1b4774350ba6)) + (segment (start 199.43 129.97) (end 192.99 129.97) (width 0.8128) (layer "F.Cu") (net 2) (tstamp b926de31-8b76-4d0c-8804-4b5f61e0abf9)) + (segment (start 129.04 93.25) (end 129.84 92.45) (width 0.8128) (layer "F.Cu") (net 2) (tstamp b9d877ee-bc07-4a86-9bda-49d460d0bd20)) + (segment (start 180.101 71.6586) (end 179.14 72.62) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ba86496f-5b26-4a41-abd7-7c883a72ada7)) + (segment (start 182.539 62.3514) (end 182.104 62.3514) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ba9e8d94-01cd-4442-b2c8-a073e9586f74)) + (segment (start 130.56 64.32) (end 133.3 61.58) (width 0.8128) (layer "F.Cu") (net 2) (tstamp bfafc0f2-d551-4984-a1aa-a611aa64c019)) + (segment (start 135.16 132.61) (end 134.63 132.61) (width 0.8128) (layer "F.Cu") (net 2) (tstamp c2bcfd0f-9732-4a5f-82c8-2c81e3d939b7)) + (segment (start 130.31 112.97) (end 130.31 126.283) (width 0.8128) (layer "F.Cu") (net 2) (tstamp c31e94f6-ea59-4f8b-836c-962b906b3567)) + (segment (start 202.24 120.73) (end 202.24 124) (width 0.8128) (layer "F.Cu") (net 2) (tstamp c49a5545-df21-4830-84d8-6340913a8dc8)) + (segment (start 181.53 122.71) (end 181.53 105.56) (width 0.508) (layer "F.Cu") (net 2) (tstamp c5d4397e-50ae-402b-8b7c-835bf411f6b0)) + (segment (start 205.36 124.04) (end 199.43 129.97) (width 0.8128) (layer "F.Cu") (net 2) (tstamp c96e4f75-85ae-43e8-9d6b-b1ee75857ba4)) + (segment (start 103.64 45.78) (end 106.15 43.27) (width 0.8128) (layer "F.Cu") (net 2) (tstamp cd176b88-67df-4717-a72e-998b6fb4d60d)) + (segment (start 192.97 129.95) (end 192.99 129.97) (width 0.8128) (layer "F.Cu") (net 2) (tstamp cfb701c5-5caa-4f65-8f1e-330d9f80f4c7)) + (segment (start 144.62 59.46) (end 147.16 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d00911a8-c09c-406a-b461-2fb401bba5c4)) + (segment (start 110.05 121.39) (end 103.64 114.98) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d0708292-9660-47b6-9a13-d21ea12d364b)) + (segment (start 136.13 138.1532) (end 136.13 134.15) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d09110b4-0947-44b4-a241-c5271a5d3b02)) + (segment (start 130.31 112.97) (end 130.17 113.11) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d0fffaf1-e5db-48d7-a15d-ffaaf89f9ecf)) + (segment (start 159.86 59.46) (end 162.4 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d1525012-bd27-4dde-b806-2b3a7fcf23e1)) + (segment (start 137 59.46) (end 139.54 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d305a170-7ab2-48f5-9e38-86a1649d8483)) + (segment (start 201.5297 76.9061) (end 201.5297 77.45) (width 0.5) (layer "F.Cu") (net 2) (tstamp d3990e41-1d1d-4db0-9c68-57e5b4fcc48c)) + (segment (start 184.264 57.85) (end 192.881 57.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d6575e99-e2a5-4a0e-b283-62911ad25b59)) + (segment (start 103.64 114.98) (end 103.64 71) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d66266b7-5a21-4b5e-b776-b9ff39f6e69d)) + (segment (start 137.64 129.3304) (end 137.0296 129.3304) (width 0.8128) (layer "F.Cu") (net 2) (tstamp d961c26d-eca8-409d-86f2-dffc4abe8e72)) + (segment (start 154.78 59.46) (end 157.32 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp da997f28-6420-4828-8770-45069f821b4c)) + (segment (start 129.04 109) (end 129.04 125.0135) (width 0.8128) (layer "F.Cu") (net 2) (tstamp dadbc6e0-803f-431b-b8c7-4b629a4333d4)) + (segment (start 129.84 92.45) (end 129.84 92.44) (width 0.8128) (layer "F.Cu") (net 2) (tstamp dc8b6ee7-5d38-4f57-a54a-260f90631f2c)) + (segment (start 162.4 59.46) (end 164.94 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp de7924fa-f6ac-4f22-9197-ace4217c0396)) + (segment (start 136.2 133.85) (end 133.743 133.85) (width 0.8128) (layer "F.Cu") (net 2) (tstamp de940fc7-dcb5-4581-b230-bd0f5b624a23)) + (segment (start 136.22 133.99) (end 136.22 132.99) (width 0.8128) (layer "F.Cu") (net 2) (tstamp df8abdc5-3bdc-49c6-9cb0-74a7298fc023)) + (segment (start 136.55 137.7332) (end 136.13 138.1532) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e0d8857f-7d08-453a-91e6-85bf9045eee8)) + (segment (start 139.54 59.46) (end 142.08 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e188aa99-a6f5-41d6-be19-4f7285d6ffd8)) + (segment (start 205.36 124) (end 205.36 124.04) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e254d633-6a1d-4e09-998c-26e324e3dd3f)) + (segment (start 182.539 69.2214) (end 179.14 72.62) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e47f9d9c-cf27-4f24-b25a-02866cf0da4b)) + (segment (start 179.213 59.46) (end 177.64 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e5a6ca94-c918-46ef-80ac-9f365614cf48)) + (segment (start 133.458 129.432) (end 129.04 125.0135) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e5dfaa32-2d98-47f8-a392-fa387726c141)) + (segment (start 207.59 57.83) (end 209.9 60.14) (width 0.8128) (layer "F.Cu") (net 2) (tstamp e796c7f2-5e5d-4d59-ae80-c8b3620e9a31)) + (segment (start 106.15 43.27) (end 131.35 43.27) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ec3036f3-ab77-4566-b68e-fc965ec8a8a3)) + (segment (start 124.643 124.75) (end 107.51 124.75) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ed03b46f-34a1-481f-b345-ea46a979105f)) + (segment (start 202.24 124) (end 199.33 126.91) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ed4b25b9-3bd6-4460-a314-a3b413ff19c3)) + (segment (start 164.94 59.46) (end 167.48 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f07a5f52-59c3-4807-a1f1-915e6fe83f10)) + (segment (start 134.14 130.83) (end 135.17 131.86) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f33c5863-d784-48e1-856d-51a463dda62c)) + (segment (start 184.503 62.3514) (end 183.891 62.3514) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f364b99a-f6cc-4fc0-a904-3eae6fd13fe3)) + (segment (start 107.51 124.75) (end 101.72 118.96) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f379e47e-3338-478e-98b6-ecebfcacfe8f)) + (segment (start 133.743 133.85) (end 128.571 128.679) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f3cf9c00-2e9c-4f4c-841b-e43ab0cc9c74)) + (segment (start 134.72 130.02) (end 135.71 130.02) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f59f8cd3-3172-460f-8d2a-93158a934337)) + (segment (start 129.04 93.25) (end 129.04 96.57) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f6c2ac0a-98e5-4d0f-8fc5-d2f66d1628f5)) + (segment (start 131.61 65.12) (end 128.51 65.12) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f82a4d55-22b8-4003-846f-f1565d9a2c2c)) + (segment (start 172.56 59.46) (end 175.1 59.46) (width 0.8128) (layer "F.Cu") (net 2) (tstamp f8dc609e-4575-4d8b-b241-e6ebd83f4b94)) + (segment (start 199.33 126.91) (end 192.97 126.91) (width 0.8128) (layer "F.Cu") (net 2) (tstamp faab8500-3c97-4dea-abde-ac676d283f97)) + (segment (start 180.101 60.3486) (end 180.101 71.6586) (width 0.8128) (layer "F.Cu") (net 2) (tstamp fc6e46e3-c1af-4cec-aabb-afedc388f73e)) + (segment (start 136.13 134.15) (end 135.08 133.1) (width 0.8128) (layer "F.Cu") (net 2) (tstamp ffbd0cf6-3d77-43f6-ad24-9128c53db3f3)) + (via (at 136.2 133.85) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 481d8a83-5a5c-4227-8070-68956f518d8e)) + (via (at 136.23 132.13) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 76d9381e-35f6-4fe2-8370-8def0a42b353)) + (via (at 179.31 125.95) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 93ace762-30c8-4fcd-ae16-e29ed79f451e)) + (via (at 136.21 132.99) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp d9e329e9-114c-4282-b329-8aa868c3c5f3)) + (segment (start 136.13 131.86) (end 138.41 129.58) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 01e132e4-78aa-42d0-84a4-a7685abd2cdf)) + (segment (start 136.23 130.47) (end 135.98 130.22) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 03da843d-2491-4acd-b127-f0a47b64816f)) + (segment (start 177.63 72.25) (end 178.77 72.25) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0445f7f3-026b-411c-ba1f-e7f7c086fe91)) + (segment (start 135.01 134.33) (end 133.847594 134.33) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 048885c4-0f72-41f1-88a1-3e424c2c1f33)) + (segment (start 136.13 138.1532) (end 136.13 131.86) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 04fa70cb-187a-4ede-9d1e-a645a71619a0)) + (segment (start 173.59 79.35) (end 173.59 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 079ff78d-79f4-486b-a42f-c6b0207f5527)) + (segment (start 202.78 78.5814) (end 202.78 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 07c70053-e0e3-4eb3-9d56-14bf0915f494)) + (segment (start 134.07 130.33) (end 134.07 130.93) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 088e4255-e5f3-4005-bd12-0532b6f45e41)) + (segment (start 136.13 132.4032) (end 136.13 138.1532) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 09825da7-de1c-4d94-95ad-f52ad3c17d8c)) + (segment (start 139.54 79.26) (end 139.54 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0b3d3955-3217-4e7f-9191-74895b4b1f8b)) + (segment (start 134.13 131.55) (end 135.18 132.6) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0cdc726c-ebab-497a-9a6f-b53c357171e4)) + (segment (start 179.915 125.325) (end 179.915 125.345) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0d425d1f-2ee5-4166-941f-6a874a702f21)) + (segment (start 134.15 132.16) (end 134.15 132.71) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0e680b21-e6f2-45ae-8759-a88ac3e6122b)) + (segment (start 158.99 127.24) (end 158.91 127.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 0f8ce033-96ab-4c4c-84ee-044205e8dd34)) + (segment (start 178.08 127.16) (end 179.915 125.325) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 116b9c9a-ed97-48be-b153-90023f79c98b)) + (segment (start 201.35 81.66) (end 202.8 80.21) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 11a8d3f2-7066-4a1b-9e6a-24629cb6492a)) + (segment (start 201.701 79.66) (end 177.7 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 11b710df-4798-448d-bbfe-0fe451cdeff0)) + (segment (start 176.29 76.65) (end 176.29 74.84) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1380283b-1251-4789-91d2-bdb862b903fd)) + (segment (start 175.49 77.45) (end 176.29 76.65) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1436a2f3-a58d-42ef-a683-c0483071c711)) + (segment (start 139.94 79.66) (end 131.25 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 155fe027-7e75-4fe7-b68d-ffd5d6447ed9)) + (segment (start 136.13 135.45) (end 135.17 134.49) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 166cc9f8-2195-46c9-879b-2772f3aa013f)) + (segment (start 131.25 79.66) (end 129.04 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 167fa2de-2557-40cb-9a83-bc1eff5603f4)) + (segment (start 178.77 72.25) (end 179.14 72.62) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 17947abb-c320-41a0-b4c2-7e2bf00837ec)) + (segment (start 175.49 74.39) (end 177.63 72.25) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1907133f-48e1-4150-ab89-51c67883bf1a)) + (segment (start 201.08 102.45) (end 202.94 100.59) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 19548c84-538d-40d3-a19e-5cdf7c434ce3)) + (segment (start 158.99 138.153) (end 158.99 127.24) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1961f009-3ed9-4e37-a055-5c03023582c3)) + (segment (start 178.24 126) (end 180.24 124) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1d04d416-b513-4a84-a3f1-06cf41a21c1b)) + (segment (start 179.915 125.325) (end 180.24 125) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1e3a8c0c-535a-4b1b-b1f2-82ddbee34aa4)) + (segment (start 175.49 77.45) (end 173.59 79.35) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1ee9a4ea-8645-4060-8d50-4088f472728a)) + (segment (start 155.86 126) (end 157.86 124) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 1f302354-f7c1-4dd6-aa69-b3e522c19db2)) + (segment (start 135.18 133.89) (end 133.66 133.89) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 22c020e6-2e89-4445-9634-9e5d2a6aac9f)) + (segment (start 136.22 131.05) (end 136.22 132.13) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 22e512bd-7f90-4af2-931a-8b076805a970)) + (segment (start 134.51 130.72) (end 134.51 130.7832) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 26c24763-a100-4ff0-9afe-ea16f8875c65)) + (segment (start 202.94 102.84) (end 202.94 100.59) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 27881493-24b3-4223-a753-944f29991bbe)) + (segment (start 142.52 79.66) (end 139.94 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 2882bb57-77bd-4706-98e0-fc267d985aaf)) + (segment (start 178.06 102.09) (end 178.09 102.12) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 2b1993a1-70e4-4154-aaca-34dca661e0af)) + (segment (start 136.22 133) (end 136.13 133.09) (width 0.5) (layer "B.Cu") (net 2) (tstamp 2c404d05-b34f-4f5d-ae49-831aae787795)) + (segment (start 136.22 132.13) (end 136.22 133) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 30426e78-71a4-4af4-8e6b-4f32009e48cf)) + (segment (start 202.78 77.45) (end 202.78 78.5814) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 32eb55f5-16e7-4490-99fd-ccdcd06ae5cb)) + (segment (start 175.49 77.45) (end 175.49 74.39) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 37c085bb-79cf-44f4-a2c8-c1cd7a688918)) + (segment (start 140.11 127.16) (end 158.91 127.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 3f23780f-2af2-4271-ac86-178ff8cec741)) + (segment (start 174.02 103.68) (end 175.61 102.09) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 4362e285-ed61-4b80-8026-78eb23805bf7)) + (segment (start 202.8 80.21) (end 202.78 80.19) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 466dac44-8cde-4c94-80fc-e2f531bf5c1d)) + (segment (start 136.23 132.13) (end 136.22 132.13) (width 0.5) (layer "B.Cu") (net 2) (tstamp 4d79f395-044a-420b-8624-875d42b2413b)) + (segment (start 128.8 81.66) (end 128.8 77.69) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 53c27afa-f7df-4f37-82a2-3dd3ba22a7ec)) + (segment (start 180.24 125) (end 180.24 124) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 548b70f9-8a40-41fa-8b4c-4a7e34d04793)) + (segment (start 152.76 79.66) (end 142.52 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 55cb79f7-dfbd-4261-8a4e-252f2b556c33)) + (segment (start 133.651184 134.13359) (end 132.77 134.13359) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 587aa9dc-07ce-496c-b06b-f3443c626531)) + (segment (start 173.59 79.66) (end 152.76 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 5b729642-87ac-4d80-bf0e-4e1918ddce4c)) + (segment (start 142.08 79.22) (end 142.08 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 5c92d64b-27e5-4f46-ae9c-3013d62b80ee)) + (segment (start 136.23 132.13) (end 136.23 130.47) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 5cb1e6d6-1d70-473d-a281-dcd4d9e21cb9)) + (segment (start 152.76 79.66) (end 152.24 79.14) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 63aa1593-e82d-4dae-a511-dc03cbbc829e)) + (segment (start 139.94 79.66) (end 139.54 79.26) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 646b6c9d-5767-4036-a989-dffe57b703fe)) + (segment (start 142.52 79.66) (end 142.08 79.22) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 66234b7a-0b73-4247-a401-166970ccb4df)) + (segment (start 135.54 130.72) (end 134.51 130.72) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 6d60665f-7205-46b4-809a-45b9cf326e34)) + (segment (start 136.22 131.05) (end 140.11 127.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 6fee3700-3d53-4ec4-9c7d-385283942d3a)) + (segment (start 134.15 133.4) (end 134.15 132.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 7289e297-9e18-4e41-96a9-52118cd07972)) + (segment (start 175.61 102.09) (end 178.06 102.09) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 80786e5b-b5d9-4c58-bd96-e7139117acca)) + (segment (start 136.13 138.1532) (end 136.13 133.55) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 83e9f4fc-0f41-44d2-9e19-b072ed3f94f6)) + (segment (start 140.73 126) (end 136.22 130.51) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 89d0e1b6-392a-4bac-b2c2-159e11a37d08)) + (segment (start 155.86 126) (end 178.24 126) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 8b317b9e-3f5f-4d4f-8006-f3336352ef44)) + (segment (start 178.09 102.12) (end 178.42 102.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 8c27fdec-6047-4184-95ce-687f78af8475)) + (segment (start 135.7 131.16) (end 135.77 131.09) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 8d795b1f-cc79-4368-9be5-87ddef31f7d1)) + (segment (start 136.13 133.09) (end 136.13 138.1532) (width 0.5) (layer "B.Cu") (net 2) (tstamp 93ae61ac-741a-4cd0-b762-a4b20066fb44)) + (segment (start 134.18 130.22) (end 134.07 130.33) (width 0.8128) (layer "B.Cu") (net 2) (tstamp 9c22c4b4-7ee0-4ec7-b55c-1965751eb437)) + (segment (start 136.22 130.51) (end 136.22 131.05) (width 0.8128) (layer "B.Cu") (net 2) (tstamp a3d9d110-b5f0-48bf-bc2f-64248283645b)) + (segment (start 155.86 126) (end 140.73 126) (width 0.8128) (layer "B.Cu") (net 2) (tstamp a592fd63-685e-4cda-9cd6-0326847f765d)) + (segment (start 174.02 104) (end 174.02 103.68) (width 0.8128) (layer "B.Cu") (net 2) (tstamp a668461f-2467-4c7c-b09b-d27c45a5dab4)) + (segment (start 128.8 81.66) (end 201.35 81.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp ac3f6ae1-06f5-4468-af1a-f31942c77fd1)) + (segment (start 202.78 80.19) (end 202.78 78.5814) (width 0.8128) (layer "B.Cu") (net 2) (tstamp ae545ba3-9447-46ee-95c9-5c85b1932c57)) + (segment (start 158.91 127.16) (end 178.08 127.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp af682c9c-0ba6-4624-abc2-85dc01025aad)) + (segment (start 134.3 131.16) (end 135.7 131.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp b0004d16-71eb-430e-94d1-0e537eecbbbc)) + (segment (start 202.78 78.5814) (end 201.701 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp b1c4233c-20fd-46b9-bf62-eb13c918ed2f)) + (segment (start 135.98 130.22) (end 134.18 130.22) (width 0.8128) (layer "B.Cu") (net 2) (tstamp b22f9e5c-2109-4bdd-9153-57687c77adeb)) + (segment (start 136.22 133) (end 136.22 133.87) (width 0.8128) (layer "B.Cu") (net 2) (tstamp bb2c037f-c181-4465-8262-39ff8c8c2168)) + (segment (start 136.13 138.1532) (end 136.13 135.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp bb9daf65-ddac-4d02-9496-0db71a8ee1c5)) + (segment (start 177.7 79.66) (end 175.49 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp bd8bd3ab-d83d-4b2d-8727-72f86aae049a)) + (segment (start 177.7 79.66) (end 173.59 79.66) (width 0.8128) (layer "B.Cu") (net 2) (tstamp beec9115-2bfb-4863-b552-a0ba6306ad91)) + (segment (start 135.98 130.28) (end 135.54 130.72) (width 0.8128) (layer "B.Cu") (net 2) (tstamp c09fe1be-db7f-4cd6-9cb4-a00d72429c4e)) + (segment (start 135.98 130.22) (end 135.19 130.22) (width 0.8128) (layer "B.Cu") (net 2) (tstamp c1a2b104-b142-45b8-b862-a8429affbf64)) + (segment (start 174.02 104) (end 201.78 104) (width 0.8128) (layer "B.Cu") (net 2) (tstamp c77525a2-596d-40b9-9f0f-7e5c7d0a0bb4)) + (segment (start 135.18 132.6) (end 135.18 133.89) (width 0.8128) (layer "B.Cu") (net 2) (tstamp c7805169-6eac-4169-bc09-8c729fa9a999)) + (segment (start 178.51 72.62) (end 179.14 72.62) (width 0.8128) (layer "B.Cu") (net 2) (tstamp cc4d26f9-56ad-46d6-b40b-70729571192c)) + (segment (start 128.8 77.69) (end 129.04 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp ce03023a-ec3d-46b0-9a45-d078469826e8)) + (segment (start 179.915 125.345) (end 179.31 125.95) (width 0.8128) (layer "B.Cu") (net 2) (tstamp d0404e6e-fadf-4e24-ace6-2688ac39aaf8)) + (segment (start 136.2 131.07) (end 136.22 131.05) (width 0.8128) (layer "B.Cu") (net 2) (tstamp d1a68b06-c7bc-4fbc-a5a3-0fdf88d1465c)) + (segment (start 133.847594 134.33) (end 133.651184 134.13359) (width 0.8128) (layer "B.Cu") (net 2) (tstamp d46bba56-20eb-472a-859a-6f1cbbf3a02d)) + (segment (start 136.13 133.55) (end 134.13 131.55) (width 0.8128) (layer "B.Cu") (net 2) (tstamp d6d3ed20-6962-4ec1-8e34-d325efa280b8)) + (segment (start 135.17 134.49) (end 135.01 134.33) (width 0.8128) (layer "B.Cu") (net 2) (tstamp dce63ac0-acd2-4e57-8b90-bd9d6e74d2c0)) + (segment (start 134.15 132.71) (end 134.74 133.3) (width 0.8128) (layer "B.Cu") (net 2) (tstamp de8978b2-2fe6-4ee6-825e-8833fa86e063)) + (segment (start 134.51 130.7832) (end 136.13 132.4032) (width 0.8128) (layer "B.Cu") (net 2) (tstamp defbea15-b1f3-4817-a979-3fcd4ba383c5)) + (segment (start 158.99 138.153) (end 158.99 138.1532) (width 0.5) (layer "B.Cu") (net 2) (tstamp e2f66f72-48d3-4e3d-b262-55fb3e763484)) + (segment (start 201.78 104) (end 202.94 102.84) (width 0.8128) (layer "B.Cu") (net 2) (tstamp e43f5f93-1fda-41fb-8938-ec8a967a15fa)) + (segment (start 134.07 130.93) (end 134.3 131.16) (width 0.8128) (layer "B.Cu") (net 2) (tstamp e54ce624-d429-46ba-adc4-e72eb5bfee53)) + (segment (start 176.29 74.84) (end 178.51 72.62) (width 0.8128) (layer "B.Cu") (net 2) (tstamp e73e6bfb-32c7-4887-a3cb-51ebbdf16970)) + (segment (start 133.66 133.89) (end 134.15 133.4) (width 0.8128) (layer "B.Cu") (net 2) (tstamp eceec509-967d-416a-8b0d-a6d27ff34a97)) + (segment (start 135.98 130.22) (end 135.98 130.28) (width 0.8128) (layer "B.Cu") (net 2) (tstamp ee0404f1-775a-4f9c-8b75-b98271704a27)) + (segment (start 178.42 102.45) (end 201.08 102.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp ee833bbc-637c-4393-add9-4387f010b19f)) + (segment (start 152.24 79.14) (end 152.24 77.45) (width 0.8128) (layer "B.Cu") (net 2) (tstamp f746cfdd-e454-4158-bd58-198e9fa5e0a2)) + (segment (start 136.2 133.85) (end 136.2 131.07) (width 0.8128) (layer "B.Cu") (net 2) (tstamp fe45c4a1-51cd-4239-8a94-676cbced478b)) + (segment (start 129.04 68.15) (end 126.01 65.12) (width 0.25) (layer "F.Cu") (net 3) (tstamp 15189c6d-5ecd-4ada-876c-f68a0c28fc53)) + (segment (start 107.02 61.27) (end 105.6 59.85) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3b02302a-4c99-4b15-8e44-ef512db0c709)) + (segment (start 113.09 61.27) (end 107.02 61.27) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3d680a40-2cee-4344-a88c-22d5274f4b41)) + (segment (start 114.49 62.67) (end 113.09 61.27) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4163e89c-b568-4321-b50f-e7a864a1eca5)) + (segment (start 123.56 62.67) (end 114.81 62.67) (width 0.25) (layer "F.Cu") (net 3) (tstamp 49b9aa4e-8a05-4303-ba5f-541cd010abea)) + (segment (start 105.6 59.85) (end 105.6 57.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp b4acbff1-0f12-443f-86e5-0e4cf9924080)) + (segment (start 129.04 69.83) (end 129.04 68.15) (width 0.25) (layer "F.Cu") (net 3) (tstamp b6682bf9-731b-4648-8b6f-bc313d022c2f)) + (segment (start 126.01 65.12) (end 123.56 62.67) (width 0.25) (layer "F.Cu") (net 3) (tstamp d942fc15-fd74-406f-83f0-19537c0614f3)) + (segment (start 114.81 62.67) (end 114.49 62.67) (width 0.25) (layer "F.Cu") (net 3) (tstamp f7eb4a01-d86a-4f82-820c-de5e06f18a31)) + (segment (start 120.13 76.44) (end 120.13 80.9855) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3d055e71-af7a-4930-ac16-35eb6f448b1d)) + (segment (start 117.61 83.5055) (end 117.61 94.0697) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5ff92a47-2e7c-4cbc-b1b1-8fd03541b882)) + (segment (start 116.34 95.3397) (end 116.34 101.38) (width 0.25) (layer "B.Cu") (net 3) (tstamp 703c8307-74c8-4aea-b598-bc9ca6bb6b50)) + (segment (start 125.34 73.54) (end 123.03 73.54) (width 0.25) (layer "B.Cu") (net 3) (tstamp 82b088e5-628a-42fc-8a84-3b7f228ed20b)) + (segment (start 123.03 73.54) (end 120.13 76.44) (width 0.25) (layer "B.Cu") (net 3) (tstamp a316c16c-3ef1-4aec-af42-25c7da3d5d62)) + (segment (start 120.13 80.9855) (end 117.61 83.5055) (width 0.25) (layer "B.Cu") (net 3) (tstamp b60cfff7-06e9-43de-8f06-b9a4de833e03)) + (segment (start 129.04 69.83) (end 129.04 69.84) (width 0.25) (layer "B.Cu") (net 3) (tstamp b8c3fbc9-667d-4da1-b0da-a3723287a4c1)) + (segment (start 117.61 94.0697) (end 116.34 95.3397) (width 0.25) (layer "B.Cu") (net 3) (tstamp f26f695d-9029-4a46-ba04-f49561a512e6)) + (segment (start 129.04 69.84) (end 125.34 73.54) (width 0.25) (layer "B.Cu") (net 3) (tstamp f59910ae-e802-4d5d-ac07-bc84f83bd255)) + (segment (start 121.0825 63.8625) (end 122.36 65.14) (width 0.25) (layer "F.Cu") (net 4) (tstamp 37dece1e-6a34-4dab-8811-2ea8678e852c)) + (segment (start 126.5 69.83) (end 126.5 69.28) (width 0.25) (layer "F.Cu") (net 4) (tstamp 55c31504-86c8-4dac-b443-05993220e578)) + (segment (start 109.73 62.67) (end 110.9225 63.8625) (width 0.25) (layer "F.Cu") (net 4) (tstamp 9e005c4c-0cd7-493d-990d-64ec39d00219)) + (segment (start 110.9225 63.8625) (end 121.0825 63.8625) (width 0.25) (layer "F.Cu") (net 4) (tstamp dcd790ec-0acb-4590-8e78-fa6c6f413dd2)) + (segment (start 126.5 69.28) (end 122.36 65.14) (width 0.25) (layer "F.Cu") (net 4) (tstamp f1ce9232-74d9-405b-8822-05d2b14c73e1)) + (segment (start 123.5 68.78) (end 119.86 65.14) (width 0.25) (layer "F.Cu") (net 5) (tstamp 18f40c84-a8c3-4547-929a-1125820d20f3)) + (segment (start 114.79 65.11) (end 115.8153 65.11) (width 0.25) (layer "F.Cu") (net 5) (tstamp 22f9c55d-74d8-4330-96cf-da1e6b20da49)) + (segment (start 123.96 69.83) (end 123.96 69.24) (width 0.25) (layer "F.Cu") (net 5) (tstamp 243d1e65-9462-44f2-810d-ed690910cdb8)) + (segment (start 115.8453 65.14) (end 119.86 65.14) (width 0.25) (layer "F.Cu") (net 5) (tstamp 74a83166-214c-40b6-9e23-f2da05d23e9d)) + (segment (start 115.8153 65.11) (end 115.8453 65.14) (width 0.25) (layer "F.Cu") (net 5) (tstamp d3137b9d-6bd1-43a1-beb0-674e2016c3a0)) + (segment (start 123.96 69.24) (end 123.5 68.78) (width 0.25) (layer "F.Cu") (net 5) (tstamp ff7b739c-3ff5-431a-9072-c40bd3d1a203)) + (segment (start 143.89 105.4753) (end 143.54 105.1253) (width 0.25) (layer "F.Cu") (net 11) (tstamp 20a90bea-3a29-4dc3-84a1-b15ce2cb1d79)) + (segment (start 143.89 116.7405) (end 143.89 105.4753) (width 0.25) (layer "F.Cu") (net 11) (tstamp 2eb9b54f-c099-432a-ac1a-a5e2b2a41541)) + (segment (start 157.86 116.38) (end 157.41 116.38) (width 0.25) (layer "F.Cu") (net 11) (tstamp 30aeea4c-d11b-43be-a4bf-50dc3d86655a)) + (segment (start 144.6681 117.5186) (end 143.89 116.7405) (width 0.25) (layer "F.Cu") (net 11) (tstamp 4511acdb-d9e9-4585-9b5c-678a5acd9596)) + (segment (start 157.41 116.38) (end 156.2664 115.2364) (width 0.25) (layer "F.Cu") (net 11) (tstamp 5fc7946e-190c-407b-b8f5-91b9f37ec729)) + (segment (start 143.54 105.1253) (end 143.54 104) (width 0.25) (layer "F.Cu") (net 11) (tstamp 60c6d961-7185-4558-8fbf-00529dd9373b)) + (segment (start 157.86 116.38) (end 157.2974 116.38) (width 0.25) (layer "F.Cu") (net 11) (tstamp 80b56359-2153-4dda-a86d-b03bcbcddd6e)) + (segment (start 154.4636 115.2364) (end 154.05 115.65) (width 0.25) (layer "F.Cu") (net 11) (tstamp 8b9ae290-2ab3-439c-ac69-66d39bb64309)) + (segment (start 154.05 116.7602) (end 153.2916 117.5186) (width 0.25) (layer "F.Cu") (net 11) (tstamp 906f9e27-6dc1-44d8-a7a1-a2c0b57d2fe3)) + (segment (start 153.2916 117.5186) (end 144.6681 117.5186) (width 0.25) (layer "F.Cu") (net 11) (tstamp c988a3c3-c5d9-4a10-98ee-8e81f33c2b1b)) + (segment (start 157.2974 116.38) (end 157.2974 119.3908) (width 0.25) (layer "F.Cu") (net 11) (tstamp cadb8a6a-c25c-4065-af2e-e100afd3a7c2)) + (segment (start 156.2664 115.2364) (end 154.4636 115.2364) (width 0.25) (layer "F.Cu") (net 11) (tstamp da11b0b1-01e0-4106-84f6-0c2e8b2aaabc)) + (segment (start 154.05 115.65) (end 154.05 116.7602) (width 0.25) (layer "F.Cu") (net 11) (tstamp f1c6b485-5b94-4f5f-9f4f-cc0805c91252)) + (segment (start 157.2974 119.3908) (end 168.4906 130.584) (width 0.25) (layer "F.Cu") (net 11) (tstamp feb9e115-786a-4ae7-973b-faac11abc298)) + (via (at 168.4906 130.584) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp d6e72d95-84ef-448e-a85d-f944d143afa9)) + (segment (start 169.15 131.2434) (end 169.15 138.1532) (width 0.25) (layer "B.Cu") (net 11) (tstamp f52ce944-97f0-4249-975b-14d1821e48b4)) + (segment (start 168.4906 130.584) (end 169.15 131.2434) (width 0.25) (layer "B.Cu") (net 11) (tstamp fb112e98-d301-469c-b21f-76a9a9187dc9)) + (segment (start 155.32 118.5377) (end 164.9714 128.1891) (width 0.25) (layer "F.Cu") (net 12) (tstamp 104404fd-358b-4a72-9c7d-7be74d74f7fd)) + (segment (start 155.32 117.5053) (end 155.32 118.5377) (width 0.25) (layer "F.Cu") (net 12) (tstamp c6787033-5966-44e5-8ae7-de6f11d613d3)) + (segment (start 155.32 116.38) (end 155.32 117.5053) (width 0.25) (layer "F.Cu") (net 12) (tstamp d7c1117a-b071-4863-8d84-79bd01e155db)) + (via (at 164.9714 128.1891) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 12) (tstamp 169c08bf-ad71-4b16-aafe-db33fc4f92dd)) + (segment (start 166.61 138.1532) (end 166.61 131.3279) (width 0.25) (layer "B.Cu") (net 12) (tstamp 4dc236b3-a874-4d6a-9681-4e7c3f6f5495)) + (segment (start 166.61 131.3279) (end 164.9714 129.6893) (width 0.25) (layer "B.Cu") (net 12) (tstamp 4e8a0394-739a-46a6-8171-35c520d4b59b)) + (segment (start 164.9714 129.6893) (end 164.9714 128.1891) (width 0.25) (layer "B.Cu") (net 12) (tstamp a4886fc3-5d98-44aa-b8e8-348f4f4217e8)) + (segment (start 156.59 124.3282) (end 161.0953 128.8335) (width 0.25) (layer "F.Cu") (net 13) (tstamp 094febb7-5d8f-4fac-b06a-a79cb60eb830)) + (segment (start 161.0953 128.8335) (end 162.4991 128.8335) (width 0.25) (layer "F.Cu") (net 13) (tstamp 4204dc0d-9206-4a32-87d8-19df999486c3)) + (segment (start 138.384 116.38) (end 144.0661 122.0621) (width 0.25) (layer "F.Cu") (net 13) (tstamp 60786dd0-021d-4136-8bc8-4458ad82229d)) + (segment (start 156.59 123.06) (end 156.59 124.3282) (width 0.25) (layer "F.Cu") (net 13) (tstamp 7f932210-125e-4a39-b7d3-41d07bdc2f0e)) + (segment (start 155.5921 122.0621) (end 156.59 123.06) (width 0.25) (layer "F.Cu") (net 13) (tstamp 9f38194b-5952-4f8a-8bb1-4a5a7ad57456)) + (segment (start 137.54 116.38) (end 138.384 116.38) (width 0.25) (layer "F.Cu") (net 13) (tstamp b6ae1420-4efe-486e-a792-28035cb6f368)) + (segment (start 144.0661 122.0621) (end 155.5921 122.0621) (width 0.25) (layer "F.Cu") (net 13) (tstamp c829c0a2-36ea-48e0-9456-016b319b7e4c)) + (via (at 162.4991 128.8335) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 13) (tstamp 8e9f0763-68a2-4373-98fa-ddc2ae8c3d26)) + (segment (start 162.4991 129.757) (end 162.4991 128.8335) (width 0.25) (layer "B.Cu") (net 13) (tstamp 26dd7172-1d1c-407c-a6de-255992d623f1)) + (segment (start 164.07 131.3279) (end 162.4991 129.757) (width 0.25) (layer "B.Cu") (net 13) (tstamp 57809c14-cae7-44f6-9649-a6b4d828fb35)) + (segment (start 164.07 138.1532) (end 164.07 131.3279) (width 0.25) (layer "B.Cu") (net 13) (tstamp c158168c-bc71-498b-9c67-dbed18bd9887)) + (segment (start 145.16 124) (end 145.16 125.1253) (width 0.25) (layer "F.Cu") (net 18) (tstamp 557b6c5e-9f60-4771-bb87-18cb1ddbbc9f)) + (segment (start 147.56 127.5253) (end 147.56 130.584) (width 0.25) (layer "F.Cu") (net 18) (tstamp ba2173ed-5db0-4338-96e2-db968a7dac0e)) + (segment (start 145.16 125.1253) (end 147.56 127.5253) (width 0.25) (layer "F.Cu") (net 18) (tstamp dd5d839b-e73a-4a32-ab2e-95ed9ebea2d4)) + (via (at 147.56 130.584) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp 2568c805-c7ba-4ce1-896c-cf85c5f7c725)) + (segment (start 148.83 131.97) (end 148.83 138.1532) (width 0.25) (layer "B.Cu") (net 18) (tstamp 05deb774-e861-48e4-b7e5-0954011a4887)) + (segment (start 147.56 130.584) (end 148.83 131.854) (width 0.25) (layer "B.Cu") (net 18) (tstamp 7200c1e8-86a4-45e9-b37c-3adefd3ea9bc)) + (segment (start 148.83 131.854) (end 148.83 131.97) (width 0.25) (layer "B.Cu") (net 18) (tstamp 7d3ba617-4dc3-4457-bb3b-018683ba7e5e)) + (segment (start 191.7201 126.3601) (end 191.119 125.759) (width 0.25) (layer "B.Cu") (net 20) (tstamp 2959fa32-d595-4024-b971-be2bb408739f)) + (segment (start 193.4464 128.0722) (end 192.1822 128.0722) (width 0.25) (layer "B.Cu") (net 20) (tstamp 3394b71b-2ad0-410b-8b8d-c82b87c95d46)) + (segment (start 187.9174 127.2315) (end 187.9174 130.3405) (width 0.25) (layer "B.Cu") (net 20) (tstamp 4bc53345-25fe-427a-a648-514d97b80f54)) + (segment (start 195.89 125.6286) (end 193.4464 128.0722) (width 0.25) (layer "B.Cu") (net 20) (tstamp 5f1fdb84-b594-424a-8df5-fe3dcc7413c6)) + (segment (start 191.7201 127.6101) (end 191.7201 126.3601) (width 0.25) (layer "B.Cu") (net 20) (tstamp 603e0896-8ada-4b05-b543-eba1441dd7a3)) + (segment (start 192.1822 128.0722) (end 191.7201 127.6101) (width 0.25) (layer "B.Cu") (net 20) (tstamp 61320373-348f-4d7f-896e-1f674a101145)) + (segment (start 189.3899 125.759) (end 187.9174 127.2315) (width 0.25) (layer "B.Cu") (net 20) (tstamp 62bade1d-a0fa-4a00-83df-ec3825acbf80)) + (segment (start 195.89 123.574) (end 195.89 125.6286) (width 0.25) (layer "B.Cu") (net 20) (tstamp 7256cf16-e650-4bb1-aed1-e6a10cd02c03)) + (segment (start 202.24 117.224) (end 195.89 123.574) (width 0.25) (layer "B.Cu") (net 20) (tstamp 902e729c-5f75-40ea-9034-c37ec0e3eedf)) + (segment (start 186.93 131.3279) (end 186.93 138.1532) (width 0.25) (layer "B.Cu") (net 20) (tstamp a571af83-a819-4213-a205-6a3d4167576a)) + (segment (start 191.119 125.759) (end 189.3899 125.759) (width 0.25) (layer "B.Cu") (net 20) (tstamp c258b015-f279-424c-b071-96fdfa741262)) + (segment (start 202.24 116.38) (end 202.24 117.224) (width 0.25) (layer "B.Cu") (net 20) (tstamp da9b6201-f0ad-4d2a-a816-43004f342313)) + (segment (start 187.9174 130.3405) (end 186.93 131.3279) (width 0.25) (layer "B.Cu") (net 20) (tstamp def2d54e-5eb2-41c7-87e7-9065702de384)) + (segment (start 189.3865 125.1255) (end 187.3078 127.2042) (width 0.25) (layer "B.Cu") (net 21) (tstamp 01dcfb4e-04ba-47fc-9dca-1042d5d88679)) + (segment (start 184.39 130.23) (end 184.39 138.1532) (width 0.25) (layer "B.Cu") (net 21) (tstamp 290f36d0-9b59-4807-a15f-75004d9a72a9)) + (segment (start 192.8645 125.1255) (end 189.3865 125.1255) (width 0.25) (layer "B.Cu") (net 21) (tstamp 294f84b2-84ec-45f4-bbe5-2015b7f8d30d)) + (segment (start 199.7 117.224) (end 193.2818 123.6422) (width 0.25) (layer "B.Cu") (net 21) (tstamp 91847b53-3ec2-4e7f-82cb-65071afc5ca6)) + (segment (start 193.2818 124.7082) (end 192.8645 125.1255) (width 0.25) (layer "B.Cu") (net 21) (tstamp a1c19031-85a7-4245-9e0a-eed346ebf312)) + (segment (start 187.3078 127.3122) (end 184.39 130.23) (width 0.25) (layer "B.Cu") (net 21) (tstamp a2ce16d6-d8fd-4f46-a0f9-5bad2bf42661)) + (segment (start 187.3078 127.2042) (end 187.3078 127.3122) (width 0.25) (layer "B.Cu") (net 21) (tstamp b067b2c9-ed79-4b19-b934-2a655714ed3e)) + (segment (start 199.7 116.38) (end 199.7 117.224) (width 0.25) (layer "B.Cu") (net 21) (tstamp c6ca8b56-d81c-48e4-a3a6-2e03ecad1a7a)) + (segment (start 193.2818 123.6422) (end 193.2818 124.7082) (width 0.25) (layer "B.Cu") (net 21) (tstamp f629e438-51d1-4764-9abe-25d7c1b17038)) + (segment (start 197.16 116.38) (end 197.13 116.38) (width 0.25) (layer "B.Cu") (net 22) (tstamp 108c204d-b12f-43eb-adc6-b46169116738)) + (segment (start 191.0933 122.4167) (end 189.5036 122.4167) (width 0.25) (layer "B.Cu") (net 22) (tstamp 27ae201e-60f8-4922-9b06-f12aa99be373)) + (segment (start 189.5036 122.4167) (end 188.3895 123.5308) (width 0.25) (layer "B.Cu") (net 22) (tstamp 348de5bb-53d6-42d0-8e28-c204ff01de10)) + (segment (start 197.13 116.38) (end 191.0933 122.4167) (width 0.25) (layer "B.Cu") (net 22) (tstamp 3b6d40c3-2cf3-41ae-ad4e-62cf0a0a9489)) + (segment (start 188.3895 125.4856) (end 186.8575 127.0176) (width 0.25) (layer "B.Cu") (net 22) (tstamp 4707d8f5-3f04-4eb6-a3e6-8aed8b51bc80)) + (segment (start 181.85 132.76) (end 181.85 138.1532) (width 0.25) (layer "B.Cu") (net 22) (tstamp 6d916e42-72b8-430c-bbd0-a86c2f22e76b)) + (segment (start 188.3895 123.5308) (end 188.3895 125.4856) (width 0.25) (layer "B.Cu") (net 22) (tstamp 9162a1fb-3573-4860-9273-2231d802b470)) + (segment (start 186.8575 127.0176) (end 186.8575 127.0481) (width 0.25) (layer "B.Cu") (net 22) (tstamp a7a0c49d-b696-4253-b62d-68a3ff8e4d01)) + (segment (start 186.8575 127.0481) (end 181.85 132.0556) (width 0.25) (layer "B.Cu") (net 22) (tstamp d35dcf09-c027-4648-b1ea-c19798e95519)) + (segment (start 181.85 132.0556) (end 181.85 132.76) (width 0.25) (layer "B.Cu") (net 22) (tstamp e7e96fb0-ca5d-4a8c-bee9-6449ac742013)) + (segment (start 176.43 129.0683) (end 176.43 122.7347) (width 0.25) (layer "F.Cu") (net 23) (tstamp 68f7e376-0e30-4699-a761-295d29781a5f)) + (segment (start 176.43 122.7347) (end 172.62 118.9247) (width 0.25) (layer "F.Cu") (net 23) (tstamp 691fdcfe-a6e4-4b14-9767-675501b057aa)) + (segment (start 178.2688 130.9071) (end 176.43 129.0683) (width 0.25) (layer "F.Cu") (net 23) (tstamp 75990a9c-a466-42ea-b704-a1b564052f8c)) + (segment (start 172.62 118.9247) (end 172.62 116.38) (width 0.25) (layer "F.Cu") (net 23) (tstamp a92dab69-113e-43e5-832e-2584b32dd031)) + (via (at 178.2688 130.9071) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 23) (tstamp 1e4f7d4e-aecf-4032-a73e-20a3eac0ac93)) + (segment (start 179.31 138.1532) (end 179.31 131.9483) (width 0.25) (layer "B.Cu") (net 23) (tstamp 0078fbf2-0b7f-48a6-acee-5c58b07fba98)) + (segment (start 179.31 131.9483) (end 178.2688 130.9071) (width 0.25) (layer "B.Cu") (net 23) (tstamp 36c2acb4-4c27-4d29-8c99-f6d715d0d9b0)) + (segment (start 194.62 109.0347) (end 194.62 116.38) (width 0.2) (layer "F.Cu") (net 24) (tstamp 7a1cf4e2-8037-4882-b363-5f9f3b542adf)) + (segment (start 195.32 108.3347) (end 194.62 109.0347) (width 0.2) (layer "F.Cu") (net 24) (tstamp 93715133-6565-4323-a05d-b4abc30011ea)) + (segment (start 195.32 108.3347) (end 195.32 100.59) (width 0.25) (layer "F.Cu") (net 24) (tstamp e858366f-5495-4a43-abd9-13c2a6aa2f32)) + (segment (start 190.3079 120.6921) (end 188.2191 120.6921) (width 0.25) (layer "B.Cu") (net 24) (tstamp 08981952-0dd9-4604-80d9-1a4e5b4feba9)) + (segment (start 194.62 116.38) (end 190.3079 120.6921) (width 0.25) (layer "B.Cu") (net 24) (tstamp 2a27b3f8-8778-4196-92a6-04b3f6373d3b)) + (segment (start 183.3233 129.9454) (end 178.1525 129.9454) (width 0.25) (layer "B.Cu") (net 24) (tstamp 396a865d-b728-4af8-ab82-629d696dd7d9)) + (segment (start 178.1525 129.9454) (end 176.77 131.3279) (width 0.25) (layer "B.Cu") (net 24) (tstamp 9841b2f0-bf49-40b5-8b30-965997f25e0b)) + (segment (start 185.3884 127.8803) (end 183.3233 129.9454) (width 0.25) (layer "B.Cu") (net 24) (tstamp a3f87e19-f0e7-4101-a518-06bfff8d71be)) + (segment (start 188.2191 120.6921) (end 185.3884 123.5228) (width 0.25) (layer "B.Cu") (net 24) (tstamp e26fc145-3378-4094-be8f-e86795141ae9)) + (segment (start 185.3884 123.5228) (end 185.3884 127.8803) (width 0.25) (layer "B.Cu") (net 24) (tstamp e4a3ec5a-5d6d-4c73-bf64-8e5c52ba88e4)) + (segment (start 176.77 131.3279) (end 176.77 138.1532) (width 0.25) (layer "B.Cu") (net 24) (tstamp f059a5e0-ad42-4eac-85de-01cbe750e9ab)) + (segment (start 135 124) (end 135 125.1253) (width 0.25) (layer "F.Cu") (net 25) (tstamp 4014870e-9221-4c70-abbe-31d4e6264865)) + (segment (start 138.67 128.7953) (end 138.67 138.1532) (width 0.25) (layer "F.Cu") (net 25) (tstamp 57e5eaa7-b415-4090-ab6b-0947c7c0ad9f)) + (segment (start 135 125.1253) (end 138.67 128.7953) (width 0.25) (layer "F.Cu") (net 25) (tstamp ba32eaec-fda2-4775-b347-9ae86e113cc8)) + (segment (start 135 122.8747) (end 131.6273 119.502) (width 0.25) (layer "B.Cu") (net 25) (tstamp 12e05261-3e95-4bb2-900f-ff1eac4ea067)) + (segment (start 135 124) (end 135 122.8747) (width 0.25) (layer "B.Cu") (net 25) (tstamp 13d00b7b-9c36-4996-b531-5e229b0a4426)) + (segment (start 139.2461 105.1253) (end 144.1108 105.1253) (width 0.25) (layer "B.Cu") (net 25) (tstamp 6976b33c-7715-4e7c-8e97-4031b64088d1)) + (segment (start 144.1108 105.1253) (end 145.2361 104) (width 0.25) (layer "B.Cu") (net 25) (tstamp 6d5b95d9-97c3-4b52-bab2-063cd8d40597)) + (segment (start 145.2361 104) (end 146.08 104) (width 0.25) (layer "B.Cu") (net 25) (tstamp 6ff296e9-e53a-4da4-8f0c-6166a1d4d999)) + (segment (start 131.6273 112.7441) (end 139.2461 105.1253) (width 0.25) (layer "B.Cu") (net 25) (tstamp 71722d45-36a4-4a46-a693-d0e98a4da015)) + (segment (start 131.6273 119.502) (end 131.6273 112.7441) (width 0.25) (layer "B.Cu") (net 25) (tstamp f39909b3-935b-4019-92fb-ffe5058f03e6)) + (segment (start 146.6506 102.8746) (end 139.9919 102.8746) (width 0.25) (layer "F.Cu") (net 26) (tstamp 09351f79-a69f-490c-a377-4240af681450)) + (segment (start 136.4147 106.4518) (end 136.4147 121.7494) (width 0.25) (layer "F.Cu") (net 26) (tstamp 0a5d8d9c-ca12-4ac1-a08b-a149bc4016ae)) + (segment (start 137.54 124) (end 137.54 125.1253) (width 0.25) (layer "F.Cu") (net 26) (tstamp 2bf73599-f372-45ce-ba49-59751fd8a2fd)) + (segment (start 148.62 104) (end 147.4947 104) (width 0.25) (layer "F.Cu") (net 26) (tstamp 34a66dff-5e8e-44b4-accd-1d1a2a8e8c6d)) + (segment (start 147.4947 104) (end 147.4947 103.7187) (width 0.25) (layer "F.Cu") (net 26) (tstamp 4879150c-b067-446a-b066-24f7a62ec845)) + (segment (start 137.54 124) (end 137.54 122.8747) (width 0.25) (layer "F.Cu") (net 26) (tstamp 90662c63-00a8-414d-b291-156d808a5167)) + (segment (start 136.4147 121.7494) (end 137.54 122.8747) (width 0.25) (layer "F.Cu") (net 26) (tstamp 9e12600c-093b-4460-a17e-c6228f43e4ec)) + (segment (start 141.21 128.7953) (end 141.21 138.1532) (width 0.25) (layer "F.Cu") (net 26) (tstamp a1c529c8-f3d6-42d3-bbe1-df2340b254b8)) + (segment (start 139.9919 102.8746) (end 136.4147 106.4518) (width 0.25) (layer "F.Cu") (net 26) (tstamp d5512f2f-7c5f-46eb-ab16-d90baa5cda2e)) + (segment (start 137.54 125.1253) (end 141.21 128.7953) (width 0.25) (layer "F.Cu") (net 26) (tstamp e66d85c7-da1a-4185-857d-b0bd6ec72c3a)) + (segment (start 147.4947 103.7187) (end 146.6506 102.8746) (width 0.25) (layer "F.Cu") (net 26) (tstamp f071fa35-2e73-4a4b-be7e-6a09ecd7a14f)) + (segment (start 140.08 125.1253) (end 143.75 128.7953) (width 0.25) (layer "F.Cu") (net 27) (tstamp 4f8a6d9c-fb50-4422-807c-a892f2390e15)) + (segment (start 140.08 124) (end 140.08 125.1253) (width 0.25) (layer "F.Cu") (net 27) (tstamp c08dfba7-5e87-4e40-b568-a9f3aa6cde6d)) + (segment (start 143.75 128.7953) (end 143.75 138.1532) (width 0.25) (layer "F.Cu") (net 27) (tstamp da4febf7-8675-4eb9-a056-2d9f426d2c0c)) + (segment (start 191.51 111.2518) (end 187.8954 114.8664) (width 0.25) (layer "F.Cu") (net 28) (tstamp 0920a8df-ff60-46be-a4f6-e21af4c9ca47)) + (segment (start 187.8954 115.4672) (end 188.1282 115.7) (width 0.25) (layer "F.Cu") (net 28) (tstamp 4ff4c00d-d832-4c5a-a6e5-71f7560f7bf1)) + (segment (start 195.32 92.97) (end 195.32 94.0953) (width 0.25) (layer "F.Cu") (net 28) (tstamp 52c72b0a-7b13-4e4f-b408-f755e8ea0b56)) + (segment (start 186.93 138.1532) (end 186.93 130.6276) (width 0.25) (layer "F.Cu") (net 28) (tstamp 57e10036-27a9-45ae-9f51-c9cbfef788ba)) + (segment (start 187.8954 114.8664) (end 187.8954 115.4672) (width 0.25) (layer "F.Cu") (net 28) (tstamp 6c36bb52-d591-457a-be57-b4f2a5be6952)) + (segment (start 186.2528 118.7299) (end 184.7944 118.7299) (width 0.25) (layer "F.Cu") (net 28) (tstamp 9023d575-ec6e-4dc4-a796-9e11f8b5fb6d)) + (segment (start 188.1282 115.7) (end 188.1282 116.8545) (width 0.25) (layer "F.Cu") (net 28) (tstamp bedb1073-8591-4312-8ae3-39baeb36bd13)) + (segment (start 188.1282 116.8545) (end 186.2528 118.7299) (width 0.25) (layer "F.Cu") (net 28) (tstamp cceb8298-0203-467f-a10f-2246f4a89661)) + (segment (start 195.32 94.0953) (end 191.51 97.9053) (width 0.25) (layer "F.Cu") (net 28) (tstamp cd6b2441-2f02-4dea-9f16-b16e72246f54)) + (segment (start 186.93 130.6276) (end 184.2548 127.9524) (width 0.25) (layer "F.Cu") (net 28) (tstamp eaf1ff92-733f-4eeb-af4d-0d455cd85fdb)) + (segment (start 191.51 97.9053) (end 191.51 111.2518) (width 0.25) (layer "F.Cu") (net 28) (tstamp faa6c4fc-c35d-4d9a-81b8-3eea7fdb67ad)) + (via (at 184.2548 127.9524) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 28) (tstamp 1207bf1b-c6a3-4fea-87af-a6c1857bb93d)) + (via (at 184.7944 118.7299) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 28) (tstamp 7f625fc3-65c6-4f2a-ba95-8469e1caadfc)) + (segment (start 184.7944 118.7299) (end 184.2548 118.7299) (width 0.25) (layer "B.Cu") (net 28) (tstamp a788c830-8ed3-42cc-8b68-7de44bd7aa54)) + (segment (start 184.2548 118.7299) (end 183.7152 118.7299) (width 0.25) (layer "B.Cu") (net 28) (tstamp bf6f0806-d4fc-4b96-812b-6601df142096)) + (segment (start 180.24 116.38) (end 181.3653 116.38) (width 0.25) (layer "B.Cu") (net 28) (tstamp de55b451-5e84-4de4-98a3-321c571c8c79)) + (segment (start 184.2548 118.7299) (end 184.2548 127.9524) (width 0.25) (layer "B.Cu") (net 28) (tstamp e85fc3cb-a2e0-4afd-bd84-d15567085076)) + (segment (start 183.7152 118.7299) (end 181.3653 116.38) (width 0.25) (layer "B.Cu") (net 28) (tstamp faf28325-7adb-4f1f-9cf5-e7bae52de7cc)) + (segment (start 184.39 130.5632) (end 184.39 138.1532) (width 0.25) (layer "F.Cu") (net 29) (tstamp 050ae5b0-4dca-4fbf-9d5a-700064d966e6)) + (segment (start 177.7 115.2547) (end 177.7 104.344) (width 0.25) (layer "F.Cu") (net 29) (tstamp 0c89a5b0-594d-4ea4-b776-62aa03d2a05e)) + (segment (start 177.7 104.344) (end 174.4929 101.1369) (width 0.25) (layer "F.Cu") (net 29) (tstamp 1c27a035-15e4-4210-a68c-8a8410c7469c)) + (segment (start 177.7 116.3115) (end 177.7 116.38) (width 0.25) (layer "F.Cu") (net 29) (tstamp 324337f4-10dd-438f-8da5-d095f0b25a4e)) + (segment (start 177.7 116.3115) (end 177.7 115.2547) (width 0.25) (layer "F.Cu") (net 29) (tstamp 60852bac-8f63-4b96-84c0-8fa5d6654425)) + (segment (start 182.9845 129.1577) (end 184.39 130.5632) (width 0.25) (layer "F.Cu") (net 29) (tstamp e6965550-a8e5-4fb4-b2a1-91ab33fd7abb)) + (via (at 174.4929 101.1369) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp ba4d3067-3e4b-4ebd-854a-f77c977361d1)) + (via (at 182.9845 129.1577) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp f3b74707-6c04-4176-9960-86b125e6b113)) + (segment (start 191.6547 93.2337) (end 190.7931 94.0953) (width 0.25) (layer "B.Cu") (net 29) (tstamp 013c83a2-f633-4742-94e2-f3f8e32a80ea)) + (segment (start 182.9845 122.7898) (end 182.9845 129.1577) (width 0.25) (layer "B.Cu") (net 29) (tstamp 158b4f77-2730-42bd-985e-ea6e9cc499b0)) + (segment (start 191.6547 92.97) (end 191.6547 93.2337) (width 0.25) (layer "B.Cu") (net 29) (tstamp 45676493-f30b-43e9-be27-6fc73d4df73c)) + (segment (start 190.7931 94.0953) (end 181.5345 94.0953) (width 0.25) (layer "B.Cu") (net 29) (tstamp 7be6867a-20ce-48bf-80f7-514009d5aaa8)) + (segment (start 181.5345 94.0953) (end 174.4929 101.1369) (width 0.25) (layer "B.Cu") (net 29) (tstamp 82df34c5-d10a-4790-8381-2954add487a3)) + (segment (start 177.7 117.5053) (end 182.9845 122.7898) (width 0.25) (layer "B.Cu") (net 29) (tstamp 9f2c2adf-2f69-471d-b531-9a7033e29d44)) + (segment (start 177.7 116.38) (end 177.7 117.5053) (width 0.25) (layer "B.Cu") (net 29) (tstamp a04f4d93-2014-4138-9aef-efb64b8a0ab0)) + (segment (start 192.78 92.97) (end 191.6547 92.97) (width 0.25) (layer "B.Cu") (net 29) (tstamp be803956-a133-426b-92c9-01e4ecee224a)) + (segment (start 179.1142 124.5006) (end 181.85 127.2364) (width 0.25) (layer "F.Cu") (net 30) (tstamp 152788e3-3d71-4336-b2ba-010328d5706b)) + (segment (start 181.85 127.2364) (end 181.85 138.1532) (width 0.25) (layer "F.Cu") (net 30) (tstamp 1d819add-e678-455b-88b2-225db9bfed8c)) + (segment (start 175.16 115.8173) (end 175.16 115.2547) (width 0.25) (layer "F.Cu") (net 30) (tstamp 2988c8bd-9fb3-4509-a0f4-5dfeb02e4567)) + (segment (start 174.8803 100.4074) (end 175.2183 100.7454) (width 0.25) (layer "F.Cu") (net 30) (tstamp 321c7fe4-6796-46ee-8f51-8eab416e5dc4)) + (segment (start 180.1799 100.7454) (end 180.7899 100.1354) (width 0.25) (layer "F.Cu") (net 30) (tstamp 3e643942-d28b-4880-be4d-509a1fbac50e)) + (segment (start 175.16 115.8173) (end 175.16 116.38) (width 0.25) (layer "F.Cu") (net 30) (tstamp 3f85c7eb-db8c-459f-9dfe-88948d0a3534)) + (segment (start 175.16 103.5379) (end 173.7675 102.1454) (width 0.25) (layer "F.Cu") (net 30) (tstamp 4b833f39-7bb0-496d-b29c-eebed573109c)) + (segment (start 173.7675 100.8309) (end 174.191 100.4074) (width 0.25) (layer "F.Cu") (net 30) (tstamp 554d5ee1-dcb5-443b-aebc-4028e6bf9686)) + (segment (start 173.7675 102.1454) (end 173.7675 100.8309) (width 0.25) (layer "F.Cu") (net 30) (tstamp 86f0bc0a-5d91-48ec-8840-15a213304030)) + (segment (start 175.2183 100.7454) (end 180.1799 100.7454) (width 0.25) (layer "F.Cu") (net 30) (tstamp 9eb3d7af-6b9c-42a3-98dc-830f07f41f04)) + (segment (start 175.16 116.38) (end 175.16 117.5053) (width 0.25) (layer "F.Cu") (net 30) (tstamp b23c4559-3016-4f9a-9d98-d381449b7199)) + (segment (start 174.191 100.4074) (end 174.8803 100.4074) (width 0.25) (layer "F.Cu") (net 30) (tstamp b81d1dbf-7101-4872-b5c8-f1be9d876146)) + (segment (start 179.1142 121.4595) (end 179.1142 124.5006) (width 0.25) (layer "F.Cu") (net 30) (tstamp c23cde57-dfdd-4132-88f6-7decd43b6ba3)) + (segment (start 175.16 117.5053) (end 179.1142 121.4595) (width 0.25) (layer "F.Cu") (net 30) (tstamp e87969e7-982b-40ce-b9e4-c2a54b598e8b)) + (segment (start 175.16 115.2547) (end 175.16 103.5379) (width 0.25) (layer "F.Cu") (net 30) (tstamp ef1b547e-82b3-4476-a02e-b01398ebf677)) + (via (at 180.7899 100.1354) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp f9d2fd11-693e-457d-a2b7-111e07740eb4)) + (segment (start 181.4606 99.4647) (end 180.7899 100.1354) (width 0.25) (layer "B.Cu") (net 30) (tstamp 0dd54175-a660-40ee-813b-6e3513af8eaf)) + (segment (start 191.6547 100.3086) (end 190.8108 99.4647) (width 0.25) (layer "B.Cu") (net 30) (tstamp 4e2f3141-fc17-4e70-8cda-efe35db58ade)) + (segment (start 190.8108 99.4647) (end 181.4606 99.4647) (width 0.25) (layer "B.Cu") (net 30) (tstamp 7351572f-432e-4526-8ee8-5440f3991879)) + (segment (start 191.6547 100.59) (end 191.6547 100.3086) (width 0.25) (layer "B.Cu") (net 30) (tstamp 8189ec0f-0b32-43c6-b6b6-1a9a625f6470)) + (segment (start 192.78 100.59) (end 191.6547 100.59) (width 0.25) (layer "B.Cu") (net 30) (tstamp f54c5a79-c30b-4522-afe3-a9d66b9ef4aa)) + (segment (start 155.32 130.1979) (end 156.45 131.3279) (width 0.25) (layer "F.Cu") (net 39) (tstamp 2abaeed1-5d7f-4104-9feb-73fbb3ed40f6)) + (segment (start 156.45 138.1532) (end 156.45 131.3279) (width 0.25) (layer "F.Cu") (net 39) (tstamp ac4e5697-b520-498d-ac98-05547a577ced)) + (segment (start 155.32 124) (end 155.32 130.1979) (width 0.25) (layer "F.Cu") (net 39) (tstamp c8fcb735-5bce-440a-9a87-072097ba5fab)) + (segment (start 153.91 138.1532) (end 153.91 131.3279) (width 0.25) (layer "F.Cu") (net 40) (tstamp 478bafb9-f7cc-44e5-be05-02737866d58b)) + (segment (start 152.78 124) (end 152.78 130.1979) (width 0.25) (layer "F.Cu") (net 40) (tstamp 9f9f4fa7-e0a5-4e06-a033-010c6d106418)) + (segment (start 152.78 130.1979) (end 153.91 131.3279) (width 0.25) (layer "F.Cu") (net 40) (tstamp fde57e2b-e950-418d-9ac0-274f4996d9d8)) + (segment (start 150.24 130.1979) (end 151.37 131.3279) (width 0.25) (layer "F.Cu") (net 41) (tstamp 086ee5d1-d73d-452a-a189-f1877005b794)) + (segment (start 150.24 124) (end 150.24 130.1979) (width 0.25) (layer "F.Cu") (net 41) (tstamp 4bf0b401-7fb3-4c2b-a89c-1ac3ae37840f)) + (segment (start 151.37 138.1532) (end 151.37 131.3279) (width 0.25) (layer "F.Cu") (net 41) (tstamp 5c9781b7-ad5a-42e7-9d23-83b4ce407673)) + (segment (start 148.83 131.3279) (end 148.83 126.2553) (width 0.25) (layer "F.Cu") (net 42) (tstamp 3cf1be89-118d-4883-a862-f7df175f74fe)) + (segment (start 148.83 138.1532) (end 148.83 131.3279) (width 0.25) (layer "F.Cu") (net 42) (tstamp 7ad49797-57f4-4a79-878d-cc403f01262c)) + (segment (start 148.83 126.2553) (end 147.7 125.1253) (width 0.25) (layer "F.Cu") (net 42) (tstamp c2182f8f-b67f-47d2-8418-d70022a557f2)) + (segment (start 147.7 124) (end 147.7 125.1253) (width 0.25) (layer "F.Cu") (net 42) (tstamp dfd58ab0-6575-4c21-9254-e1fa1b1df377)) + (segment (start 146.29 128.7953) (end 146.29 138.1532) (width 0.25) (layer "F.Cu") (net 43) (tstamp 4f15a966-683c-4b08-957f-33bb9d9fc457)) + (segment (start 142.62 124) (end 142.62 125.1253) (width 0.25) (layer "F.Cu") (net 43) (tstamp 7dca555c-aa64-4ff7-ba72-4737edb61dd6)) + (segment (start 142.62 125.1253) (end 146.29 128.7953) (width 0.25) (layer "F.Cu") (net 43) (tstamp 82fb1fe3-05f6-4569-9ff0-187b896dbb28)) + (segment (start 148.97 65.81) (end 148.1261 65.81) (width 0.25) (layer "F.Cu") (net 44) (tstamp 185f0fdb-45f9-41f6-98b5-c21c091009cf)) + (segment (start 139.47 64.47) (end 137 62) (width 0.25) (layer "F.Cu") (net 44) (tstamp a6e2a6c3-c6c1-4359-9ce8-6e72bb01a4fb)) + (segment (start 148.1261 65.81) (end 146.7861 64.47) (width 0.25) (layer "F.Cu") (net 44) (tstamp c91be545-2480-4380-85a4-5b14a16c53a3)) + (segment (start 146.7861 64.47) (end 139.47 64.47) (width 0.25) (layer "F.Cu") (net 44) (tstamp e1f41289-b6ee-4dff-a1c9-32fbf0be1ec6)) + (segment (start 109.27 103.3447) (end 113.8 107.8747) (width 0.25) (layer "B.Cu") (net 44) (tstamp 7d1dbde5-c413-417f-a72b-6d4ab51f114a)) + (segment (start 112.9498 63.7102) (end 109.27 67.39) (width 0.25) (layer "B.Cu") (net 44) (tstamp 910b9dd4-d7a3-4d19-89d2-fca4c84a3835)) + (segment (start 109.27 67.39) (end 109.27 103.3447) (width 0.25) (layer "B.Cu") (net 44) (tstamp ae332483-4b0d-4e9d-a70d-76dbbe8c8fd5)) + (segment (start 135.2898 63.7102) (end 112.9498 63.7102) (width 0.25) (layer "B.Cu") (net 44) (tstamp d6b03584-a603-41cc-94db-92ffeb7a1ba3)) + (segment (start 113.8 107.8747) (end 113.8 109) (width 0.25) (layer "B.Cu") (net 44) (tstamp e581a296-4c4a-43b0-9ede-1baad4cc2eb0)) + (segment (start 137 62) (end 135.2898 63.7102) (width 0.25) (layer "B.Cu") (net 44) (tstamp e7c3c098-d2a3-4b80-9083-78b75b8a4c09)) + (segment (start 162.79 77.45) (end 148.6738 63.3338) (width 0.25) (layer "F.Cu") (net 45) (tstamp 43a780f9-5de1-406f-8a46-bdc2778ba399)) + (segment (start 148.6738 63.3338) (end 140.8738 63.3338) (width 0.25) (layer "F.Cu") (net 45) (tstamp 6e23f156-8592-4ec8-a4f2-b3a5298fa2b4)) + (segment (start 140.8738 63.3338) (end 139.54 62) (width 0.25) (layer "F.Cu") (net 45) (tstamp 9f9fef28-5c60-42d2-b380-7dc56a5ea309)) + (segment (start 138.1256 71.9545) (end 135.7913 74.2888) (width 0.25) (layer "F.Cu") (net 46) (tstamp 14b19f66-46e7-41af-9724-bc5ecadd8d0a)) + (segment (start 141.35 65.81) (end 141.35 66.9353) (width 0.25) (layer "F.Cu") (net 46) (tstamp 6ad7c469-b19b-4175-a937-a1f632d92df7)) + (segment (start 138.1256 69.597) (end 138.1256 71.9545) (width 0.25) (layer "F.Cu") (net 46) (tstamp 87404ed6-a61a-4766-acd6-7aa887502b10)) + (segment (start 141.35 66.9353) (end 140.7873 66.9353) (width 0.25) (layer "F.Cu") (net 46) (tstamp bca6164a-5cf6-4245-b970-d585fa6130c8)) + (segment (start 135.7913 74.2888) (end 135.7913 91.0864) (width 0.25) (layer "F.Cu") (net 46) (tstamp eadf4888-2232-4fa3-990f-ebc9b384de6c)) + (segment (start 140.7873 66.9353) (end 138.1256 69.597) (width 0.25) (layer "F.Cu") (net 46) (tstamp f6326965-cd07-48f2-87f3-c97517bef0ce)) + (via (at 135.7913 91.0864) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 46) (tstamp 4470eb6c-73b0-4472-96ef-f239ec38c82f)) + (segment (start 141.35 64.6847) (end 142.08 63.9547) (width 0.25) (layer "B.Cu") (net 46) (tstamp 044a372e-597a-45cc-a80c-e90b9d869dfa)) + (segment (start 142.08 63.9547) (end 142.08 62) (width 0.25) (layer "B.Cu") (net 46) (tstamp 134a2484-c042-47a2-94e5-fe1c6764befd)) + (segment (start 122.69 108.4698) (end 125.23 105.9298) (width 0.25) (layer "B.Cu") (net 46) (tstamp 381b5013-363a-492a-8f78-b09acc156549)) + (segment (start 125.23 100.8175) (end 128.5546 97.4929) (width 0.25) (layer "B.Cu") (net 46) (tstamp 4b00ffcf-3289-4d2b-baae-b763473e9d27)) + (segment (start 128.5546 96.7439) (end 134.2121 91.0864) (width 0.25) (layer "B.Cu") (net 46) (tstamp 82e4c0d4-c795-490c-bd70-2f74735273f6)) + (segment (start 125.23 105.9298) (end 125.23 100.8175) (width 0.25) (layer "B.Cu") (net 46) (tstamp 8b6d7680-fe94-4976-b4c8-e02998ead223)) + (segment (start 128.5546 97.4929) (end 128.5546 96.7439) (width 0.25) (layer "B.Cu") (net 46) (tstamp b635b237-7582-4a9d-a93d-30df7024f8be)) + (segment (start 122.69 109.58) (end 122.69 108.4698) (width 0.25) (layer "B.Cu") (net 46) (tstamp b6ce7d3e-aa8b-41b0-9faf-7ed69aa5fe2f)) + (segment (start 122.06 110.21) (end 122.69 109.58) (width 0.25) (layer "B.Cu") (net 46) (tstamp c5ad2c2b-7d97-4894-b0f0-e840600224dc)) + (segment (start 141.35 65.81) (end 141.35 64.6847) (width 0.25) (layer "B.Cu") (net 46) (tstamp cf279cf2-8d94-4430-8e0f-723a8130a213)) + (segment (start 118.88 109) (end 120.09 110.21) (width 0.25) (layer "B.Cu") (net 46) (tstamp d043a76b-7480-4bc5-8409-efbe590e3db6)) + (segment (start 120.09 110.21) (end 122.06 110.21) (width 0.25) (layer "B.Cu") (net 46) (tstamp d87605c7-3e3d-44e9-85ba-a1ba132cfd28)) + (segment (start 134.2121 91.0864) (end 135.7913 91.0864) (width 0.25) (layer "B.Cu") (net 46) (tstamp e4d61003-d6c3-4656-9a0a-9f9e51551e4e)) + (segment (start 145.8674 66.9353) (end 143.35 69.4527) (width 0.25) (layer "F.Cu") (net 47) (tstamp 14b1394c-4daa-4591-83de-8c658d31d3cf)) + (segment (start 143.35 84.1732) (end 139.9909 87.5323) (width 0.25) (layer "F.Cu") (net 47) (tstamp 2787e483-5c73-4cd6-b879-fae53ba125f2)) + (segment (start 146.43 65.81) (end 146.43 66.9353) (width 0.25) (layer "F.Cu") (net 47) (tstamp e52eb447-4e3b-4038-8070-e2cd2deb1c1e)) + (segment (start 146.43 66.9353) (end 145.8674 66.9353) (width 0.25) (layer "F.Cu") (net 47) (tstamp f0f70c22-ab18-4d22-8abe-eff1cb5a81d2)) + (segment (start 143.35 69.4527) (end 143.35 84.1732) (width 0.25) (layer "F.Cu") (net 47) (tstamp ff863c04-3a15-420e-9bda-1991f8da8948)) + (via (at 139.9909 87.5323) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 47) (tstamp 05997941-25d4-4856-a402-c7da9d2585c4)) + (segment (start 125.23 96.4447) (end 125.23 92.7854) (width 0.25) (layer "B.Cu") (net 47) (tstamp 096cf7b3-d386-4c4a-a127-45d7562839da)) + (segment (start 121.42 101.38) (end 121.42 100.2547) (width 0.25) (layer "B.Cu") (net 47) (tstamp 24bad423-5301-457d-95c3-9e5d385b8e67)) + (segment (start 144.62 62.8747) (end 144.62 62) (width 0.25) (layer "B.Cu") (net 47) (tstamp 52247e77-f1a7-4b3c-a437-4f73d12e4b2b)) + (segment (start 130.4831 87.5323) (end 139.9909 87.5323) (width 0.25) (layer "B.Cu") (net 47) (tstamp 61f092db-d732-44e6-ab5b-e56a273f9e01)) + (segment (start 121.42 100.2547) (end 125.23 96.4447) (width 0.25) (layer "B.Cu") (net 47) (tstamp d8f80aed-97b2-4fa1-82d4-59895a6c80b1)) + (segment (start 125.23 92.7854) (end 130.4831 87.5323) (width 0.25) (layer "B.Cu") (net 47) (tstamp e731be15-55d3-4566-bef3-4b77ed3f848a)) + (segment (start 146.43 64.6847) (end 144.62 62.8747) (width 0.25) (layer "B.Cu") (net 47) (tstamp e82441db-01be-4756-bee0-347eb4b55c98)) + (segment (start 146.43 65.81) (end 146.43 64.6847) (width 0.25) (layer "B.Cu") (net 47) (tstamp e8517f32-f137-444f-999c-11cefcaac76f)) + (segment (start 135.048 70.1347) (end 135.048 91.8458) (width 0.25) (layer "F.Cu") (net 48) (tstamp 31d86350-6238-4e14-9346-05be06623bb3)) + (segment (start 138.2474 66.9353) (end 135.048 70.1347) (width 0.25) (layer "F.Cu") (net 48) (tstamp a081037c-6f32-4086-902f-1d6271fa7dbf)) + (segment (start 138.81 65.81) (end 138.81 66.9353) (width 0.25) (layer "F.Cu") (net 48) (tstamp e265f6ec-0714-42e6-865a-4d55f5e841dd)) + (segment (start 138.81 66.9353) (end 138.2474 66.9353) (width 0.25) (layer "F.Cu") (net 48) (tstamp e4615b8a-1612-4238-9dfc-1f9f59ebc526)) + (via (at 135.048 91.8458) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 48) (tstamp 5a0d6268-6c2c-4b1a-bcc1-33575db26140)) + (segment (start 147.64 66.36) (end 147.64 62.48) (width 0.25) (layer "B.Cu") (net 48) (tstamp 0ac0d458-acb2-4d0a-9919-5b8c48cac303)) + (segment (start 123.96 109) (end 123.96 108.156) (width 0.25) (layer "B.Cu") (net 48) (tstamp 129987fb-2dbd-4a45-a8a6-fba1894ab023)) + (segment (start 136.0329 96.0831) (end 136.0329 92.8307) (width 0.25) (layer "B.Cu") (net 48) (tstamp 15795d0c-b8b8-4b66-88f7-877e74fa58fd)) + (segment (start 136.0329 92.8307) (end 135.048 91.8458) (width 0.25) (layer "B.Cu") (net 48) (tstamp 3806654f-70ad-4eea-b682-a6d648524051)) + (segment (start 140.8022 66.9582) (end 147.0418 66.9582) (width 0.25) (layer "B.Cu") (net 48) (tstamp 567914dd-9668-44be-8561-30079b295883)) + (segment (start 147.0418 66.9582) (end 147.64 66.36) (width 0.25) (layer "B.Cu") (net 48) (tstamp 8901df29-aafb-4aa7-b981-245136d839ab)) + (segment (start 139.654 65.81) (end 140.8022 66.9582) (width 0.25) (layer "B.Cu") (net 48) (tstamp 96dcb930-7b5b-4d28-893d-dca3dc5cde7a)) + (segment (start 147.64 62.48) (end 147.16 62) (width 0.25) (layer "B.Cu") (net 48) (tstamp a2688c76-cc2a-4e04-826e-38c8f558fd6d)) + (segment (start 138.81 65.81) (end 139.654 65.81) (width 0.25) (layer "B.Cu") (net 48) (tstamp a541849a-df89-4690-b9e4-1f46ceb1c5fb)) + (segment (start 123.96 108.156) (end 136.0329 96.0831) (width 0.25) (layer "B.Cu") (net 48) (tstamp fb94240b-8e25-43ec-936b-95625c75b884)) + (segment (start 165.94 75.76) (end 163.46 75.76) (width 0.25) (layer "F.Cu") (net 49) (tstamp 0c21b9d9-3366-498d-97d8-a18e2e9a748e)) + (segment (start 163.46 75.76) (end 149.7 62) (width 0.25) (layer "F.Cu") (net 49) (tstamp 0d7c3633-7661-4c4e-9d28-f175badbe1a8)) + (segment (start 167.63 77.45) (end 165.94 75.76) (width 0.25) (layer "F.Cu") (net 49) (tstamp 48828d3d-9ed4-430b-b05b-9db6eeac4b5e)) + (segment (start 167.87 77.45) (end 167.63 77.45) (width 0.25) (layer "F.Cu") (net 49) (tstamp 4b73f9b8-b5a4-417d-885c-7d878e99ddf6)) + (segment (start 172.95 77.45) (end 172.95 76.606) (width 0.25) (layer "F.Cu") (net 50) (tstamp 0bba0c0f-a9b4-4350-bfe6-4d52be5543cc)) + (segment (start 156.05 61.6678) (end 155.2968 60.9146) (width 0.25) (layer "F.Cu") (net 50) (tstamp 29797d4a-a136-4cc3-b2da-ea7b8dc1bb86)) + (segment (start 155.2968 60.9146) (end 153.3254 60.9146) (width 0.25) (layer "F.Cu") (net 50) (tstamp 4100f2a9-f1f1-4704-8bf2-c5d5af20b903)) + (segment (start 156.05 62.276) (end 156.05 61.6678) (width 0.25) (layer "F.Cu") (net 50) (tstamp 48bb50a1-3a35-46ae-a5c3-62507e939a04)) + (segment (start 158.8016 63.4816) (end 157.2556 63.4816) (width 0.25) (layer "F.Cu") (net 50) (tstamp 551104c8-00ba-49fa-b0a6-427432189ef3)) + (segment (start 166.6 70.256) (end 166.6 69.47) (width 0.25) (layer "F.Cu") (net 50) (tstamp 5efc226d-5c86-43e0-9da9-cd9903db7b3f)) + (segment (start 166.6 69.47) (end 165.6481 68.5181) (width 0.25) (layer "F.Cu") (net 50) (tstamp 6348469d-3b81-4bc2-b542-19083472de9d)) + (segment (start 163.8381 68.5181) (end 158.8016 63.4816) (width 0.25) (layer "F.Cu") (net 50) (tstamp 706cb789-8e44-489a-ba4d-c1b5441ac9b4)) + (segment (start 165.6481 68.5181) (end 163.8381 68.5181) (width 0.25) (layer "F.Cu") (net 50) (tstamp 92f87dbc-05e9-4a3d-8b4e-22d934d6d28a)) + (segment (start 157.2556 63.4816) (end 156.05 62.276) (width 0.25) (layer "F.Cu") (net 50) (tstamp 9e420776-60c4-42ec-894a-3fdb70fe1788)) + (segment (start 153.3254 60.9146) (end 152.24 62) (width 0.25) (layer "F.Cu") (net 50) (tstamp b13737fc-c484-4db8-b5ef-775bb0652534)) + (segment (start 172.95 76.606) (end 166.6 70.256) (width 0.25) (layer "F.Cu") (net 50) (tstamp bc97c7cb-fc7b-4cb3-a2d4-10d4401a6560)) + (segment (start 157.0368 64.2568) (end 154.78 62) (width 0.25) (layer "F.Cu") (net 51) (tstamp 1a6fbef6-0147-41ee-8fab-f8cc98536c44)) + (segment (start 164.2047 69.5987) (end 158.8628 64.2568) (width 0.25) (layer "F.Cu") (net 51) (tstamp 2d8d20bb-f646-4092-98f5-0fa8033c60a0)) + (segment (start 158.8628 64.2568) (end 157.0368 64.2568) (width 0.25) (layer "F.Cu") (net 51) (tstamp 7ef6e873-e16a-44fe-a192-ae26a56428dd)) + (segment (start 164.2047 69.83) (end 164.2047 69.5987) (width 0.25) (layer "F.Cu") (net 51) (tstamp b2909144-61aa-40b6-b4ee-631beaa2767a)) + (segment (start 165.33 69.83) (end 164.2047 69.83) (width 0.25) (layer "F.Cu") (net 51) (tstamp c60c1dfc-cd07-4e3e-97b5-34ab0dfd009d)) + (segment (start 157.957 62) (end 157.32 62) (width 0.25) (layer "F.Cu") (net 52) (tstamp 357e5d19-b60f-428c-9768-e38e009322c6)) + (segment (start 170.41 69.83) (end 169.2847 69.83) (width 0.25) (layer "F.Cu") (net 52) (tstamp 599e843f-f478-4351-b25b-cac30417dd7a)) + (segment (start 165.0816 65.3632) (end 161.3202 65.3632) (width 0.25) (layer "F.Cu") (net 52) (tstamp 6c34d7b0-d3c1-4ec5-ade2-5f26e4755e91)) + (segment (start 161.3202 65.3632) (end 157.957 62) (width 0.25) (layer "F.Cu") (net 52) (tstamp 779533b7-ecb7-4e96-b7e6-07828431b196)) + (segment (start 169.2847 69.5663) (end 165.0816 65.3632) (width 0.25) (layer "F.Cu") (net 52) (tstamp 863e9b02-31ab-4999-9060-6f23da5b0bfd)) + (segment (start 169.2847 69.83) (end 169.2847 69.5663) (width 0.25) (layer "F.Cu") (net 52) (tstamp c180b96f-6547-47b3-a649-488327a3325b)) + (segment (start 174.3647 69.5487) (end 168.6264 63.8104) (width 0.25) (layer "F.Cu") (net 53) (tstamp 7efd72be-7ca1-4412-922c-c67b9628f832)) + (segment (start 175.49 69.83) (end 174.3647 69.83) (width 0.25) (layer "F.Cu") (net 53) (tstamp 8c2f8ed3-01a5-4e2f-a906-c73624952063)) + (segment (start 174.3647 69.83) (end 174.3647 69.5487) (width 0.25) (layer "F.Cu") (net 53) (tstamp 917beb68-127a-49a7-8dc2-5163b4c1c684)) + (segment (start 161.6704 63.8104) (end 159.86 62) (width 0.25) (layer "F.Cu") (net 53) (tstamp bef51d1f-74cd-4b3b-a411-65d57b003ee1)) + (segment (start 168.6264 63.8104) (end 161.6704 63.8104) (width 0.25) (layer "F.Cu") (net 53) (tstamp e46f354b-f8b7-43a4-ab02-628caf39f422)) + (segment (start 197.1408 76.02) (end 191.35 70.2292) (width 0.25) (layer "B.Cu") (net 54) (tstamp 0e92fb77-4778-4905-84b0-f40dc169b255)) + (segment (start 197.9661 76.02) (end 197.1408 76.02) (width 0.25) (layer "B.Cu") (net 54) (tstamp 182b781b-3155-40b9-8809-7e3a4ff5e382)) + (segment (start 200.24 77.45) (end 199.3961 77.45) (width 0.25) (layer "B.Cu") (net 54) (tstamp 2057a013-d2ee-4f78-aa34-4bcff2a7be89)) + (segment (start 185.359 63.4588) (end 184.0804 63.4588) (width 0.25) (layer "B.Cu") (net 54) (tstamp 23e82b56-d47d-4bde-9e44-d7db9f4b647d)) + (segment (start 166.18 60) (end 165.5 60.68) (width 0.25) (layer "B.Cu") (net 54) (tstamp 66a178b1-50a4-463e-9cd5-5b5a1551fc2e)) + (segment (start 191.35 70.2292) (end 191.35 69.4498) (width 0.25) (layer "B.Cu") (net 54) (tstamp 70d88574-72ae-4bcc-8b81-747d9a2ed17f)) + (segment (start 191.35 69.4498) (end 185.359 63.4588) (width 0.25) (layer "B.Cu") (net 54) (tstamp 872a7b2b-4286-4fc2-80b4-eb4b2996b1ef)) + (segment (start 163.72 60.68) (end 162.4 62) (width 0.25) (layer "B.Cu") (net 54) (tstamp 8b3c9342-87f7-4fc0-a37b-504489287d66)) + (segment (start 199.3961 77.45) (end 197.9661 76.02) (width 0.25) (layer "B.Cu") (net 54) (tstamp 91919d59-3cfb-4d0e-9489-0cd08ad4336c)) + (segment (start 166.18 58.91) (end 166.18 60) (width 0.25) (layer "B.Cu") (net 54) (tstamp a3deb066-eb3e-4b09-aa30-f005c7b97904)) + (segment (start 165.5 60.68) (end 163.72 60.68) (width 0.25) (layer "B.Cu") (net 54) (tstamp c099031c-1cff-4945-90f8-482a9c9380de)) + (segment (start 178.9781 58.3565) (end 166.7335 58.3565) (width 0.25) (layer "B.Cu") (net 54) (tstamp de9d7cce-0620-43a0-9f79-c20b6a810650)) + (segment (start 184.0804 63.4588) (end 178.9781 58.3565) (width 0.25) (layer "B.Cu") (net 54) (tstamp f447ce1d-41dc-4084-b8ab-a725e85eaa55)) + (segment (start 166.7335 58.3565) (end 166.18 58.91) (width 0.25) (layer "B.Cu") (net 54) (tstamp fa9da361-9007-4f75-8844-44a6db916194)) + (segment (start 197.7 77.45) (end 197.38 77.45) (width 0.25) (layer "B.Cu") (net 55) (tstamp 0284a595-1877-40e2-a2dd-d65700fc2cd2)) + (segment (start 194.5436 75.9516) (end 188.81 70.218) (width 0.25) (layer "B.Cu") (net 55) (tstamp 03a6c1c6-26be-4c7d-bc15-3b4739d310c0)) + (segment (start 188.81 70.218) (end 188.81 69.4613) (width 0.25) (layer "B.Cu") (net 55) (tstamp 4c6c2bca-2dd1-4d7b-a3c3-50b1d850646e)) + (segment (start 195.8816 75.9516) (end 194.5436 75.9516) (width 0.25) (layer "B.Cu") (net 55) (tstamp 82b1d462-f3c5-4a33-9d37-c406cacb6df3)) + (segment (start 188.81 69.4613) (end 180.2374 60.8887) (width 0.25) (layer "B.Cu") (net 55) (tstamp 943866a4-2e14-4af8-bf76-911ff334a981)) + (segment (start 166.0513 60.8887) (end 164.94 62) (width 0.25) (layer "B.Cu") (net 55) (tstamp c24f8f8f-fa47-4978-b6c7-7c68309481b0)) + (segment (start 180.2374 60.8887) (end 166.0513 60.8887) (width 0.25) (layer "B.Cu") (net 55) (tstamp ea2c6770-d5bb-470c-b375-322dde370de3)) + (segment (start 197.38 77.45) (end 195.8816 75.9516) (width 0.25) (layer "B.Cu") (net 55) (tstamp ee05df7c-a697-4bb4-bcb5-7a6cc4975924)) + (segment (start 181.2005 64.0405) (end 169.5205 64.0405) (width 0.25) (layer "B.Cu") (net 56) (tstamp 039fbfea-6cee-4e10-889f-1ef26f4c4173)) + (segment (start 192.0411 75.95) (end 186.27 70.1789) (width 0.25) (layer "B.Cu") (net 56) (tstamp 3f3590f2-1be3-45a4-853c-ea7e00174178)) + (segment (start 169.5205 64.0405) (end 167.48 62) (width 0.25) (layer "B.Cu") (net 56) (tstamp 6038966a-d14a-43cf-afa8-654d79d26510)) + (segment (start 194.91 77.45) (end 193.41 75.95) (width 0.25) (layer "B.Cu") (net 56) (tstamp 6ae9a0d3-0698-4311-b75b-f5c06ea1996d)) + (segment (start 186.27 69.11) (end 181.2005 64.0405) (width 0.25) (layer "B.Cu") (net 56) (tstamp cf478be0-72fe-47e0-b7bc-9b500fa671f3)) + (segment (start 186.27 70.1789) (end 186.27 69.11) (width 0.25) (layer "B.Cu") (net 56) (tstamp d7b36d51-25d8-45f9-b795-84c620356252)) + (segment (start 195.16 77.45) (end 194.91 77.45) (width 0.25) (layer "B.Cu") (net 56) (tstamp e526c44b-bb20-49bb-9450-960c6619e935)) + (segment (start 193.41 75.95) (end 192.0411 75.95) (width 0.25) (layer "B.Cu") (net 56) (tstamp e9699bbf-6125-4356-9aa7-a004b4e8cdca)) + (segment (start 143.89 65.91) (end 140.82 68.98) (width 0.25) (layer "F.Cu") (net 57) (tstamp 1f608706-2689-4f66-90af-f7748e9a30f5)) + (segment (start 136.5167 88.4861) (end 136.5167 92.1618) (width 0.25) (layer "F.Cu") (net 57) (tstamp 26adb980-2855-4619-928d-802d5dcf467d)) + (segment (start 170.02 62) (end 168.5736 60.5536) (width 0.25) (layer "F.Cu") (net 57) (tstamp 6cb596b4-fcd2-4ab2-882f-85c54cf49c6f)) + (segment (start 138.1254 73.2446) (end 138.1254 86.8774) (width 0.25) (layer "F.Cu") (net 57) (tstamp 6e64cf88-125f-467f-a243-1b70df1b5889)) + (segment (start 140.82 70.55) (end 138.1254 73.2446) (width 0.25) (layer "F.Cu") (net 57) (tstamp 6ee4b35d-9293-4d5d-93f1-f4b7a49a8dfa)) + (segment (start 168.5736 60.5536) (end 155.9948 60.5536) (width 0.25) (layer "F.Cu") (net 57) (tstamp 7fa8a55a-7680-44d1-bc24-5ebfe786ec2b)) + (segment (start 138.1254 86.8774) (end 136.5167 88.4861) (width 0.25) (layer "F.Cu") (net 57) (tstamp a5c3e36a-0631-4b65-8707-668494b682bb)) + (segment (start 140.82 68.98) (end 140.82 70.55) (width 0.25) (layer "F.Cu") (net 57) (tstamp b29a8010-9631-4098-b69e-d5ab25e85753)) + (segment (start 143.89 65.81) (end 143.89 65.91) (width 0.25) (layer "F.Cu") (net 57) (tstamp d0b4ffc6-1041-4381-872e-0f49b6b301af)) + (segment (start 136.5167 92.1618) (end 135.2857 93.3928) (width 0.25) (layer "F.Cu") (net 57) (tstamp ddd8242f-a7cc-44f0-839a-a49694072267)) + (via (at 135.2857 93.3928) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 57) (tstamp 0e5cf6e0-9018-4881-bf44-2f7e9724f36c)) + (via (at 155.9948 60.5536) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 57) (tstamp 81e58523-480c-4e29-86dc-c805e39ba9fc)) + (segment (start 127.6253 101.38) (end 127.6253 101.0532) (width 0.25) (layer "B.Cu") (net 57) (tstamp 33aa43f5-ae3a-4c7e-a825-60c8c056a138)) + (segment (start 126.5 101.38) (end 127.6253 101.38) (width 0.25) (layer "B.Cu") (net 57) (tstamp 4e0062b7-026f-4afe-9050-6bcc1bf5ed17)) + (segment (start 144.04 60.72) (end 155.8284 60.72) (width 0.25) (layer "B.Cu") (net 57) (tstamp 9841c9d7-6669-41c3-91df-67945a3903fb)) + (segment (start 143.36 64.1547) (end 143.36 61.4) (width 0.25) (layer "B.Cu") (net 57) (tstamp c5beb5df-b5b4-414d-9a5c-f5f93c4ec4a4)) + (segment (start 155.8284 60.72) (end 155.9948 60.5536) (width 0.25) (layer "B.Cu") (net 57) (tstamp cdf3cd91-e2de-4254-976b-9b0bf8a1017e)) + (segment (start 143.89 64.6847) (end 143.36 64.1547) (width 0.25) (layer "B.Cu") (net 57) (tstamp d1bdca79-185c-4eb5-a71b-162afe224d07)) + (segment (start 143.36 61.4) (end 144.04 60.72) (width 0.25) (layer "B.Cu") (net 57) (tstamp e4ad4e49-fe38-466c-b659-189bc683d131)) + (segment (start 127.6253 101.0532) (end 135.2857 93.3928) (width 0.25) (layer "B.Cu") (net 57) (tstamp e566a71a-99f2-4945-9acf-c07ea05259a9)) + (segment (start 143.89 65.81) (end 143.89 64.6847) (width 0.25) (layer "B.Cu") (net 57) (tstamp fb4c611a-85fa-4b84-997a-8a6f1b8ec982)) + (segment (start 179.6381 73.7626) (end 178.6456 73.7626) (width 0.25) (layer "F.Cu") (net 58) (tstamp 36fc437c-a054-4e02-9c4a-c2606a2d48f5)) + (segment (start 201.6875 68.6675) (end 184.4965 68.6675) (width 0.25) (layer "F.Cu") (net 58) (tstamp 4d73afef-3e12-4b64-be10-a6c5f9031031)) + (segment (start 178.6456 73.7626) (end 177.7094 72.8264) (width 0.25) (layer "F.Cu") (net 58) (tstamp 8c82337e-0af5-4d8d-bdc5-c485a5de51d6)) + (segment (start 202.78 69.76) (end 201.6875 68.6675) (width 0.25) (layer "F.Cu") (net 58) (tstamp 98b8712f-03a6-454b-853f-d72ca4b19a26)) + (segment (start 202.78 69.83) (end 202.78 69.76) (width 0.25) (layer "F.Cu") (net 58) (tstamp b441ccc2-3ac2-4218-a58f-c0854ddc1b67)) + (segment (start 177.7094 72.8264) (end 177.7094 67.1494) (width 0.25) (layer "F.Cu") (net 58) (tstamp b7c08741-a147-49a5-8e0e-7b61f7ad6bec)) + (segment (start 182.2293 70.9347) (end 182.2293 71.1714) (width 0.25) (layer "F.Cu") (net 58) (tstamp c79f6c24-897f-4118-8bde-3eca02753533)) + (segment (start 182.2293 71.1714) (end 179.6381 73.7626) (width 0.25) (layer "F.Cu") (net 58) (tstamp c7abb362-afa0-4756-9921-caff579f1126)) + (segment (start 177.7094 67.1494) (end 172.56 62) (width 0.25) (layer "F.Cu") (net 58) (tstamp dc0bde24-cfa0-4813-9bb6-d23e43b88da5)) + (segment (start 184.4965 68.6675) (end 182.2293 70.9347) (width 0.25) (layer "F.Cu") (net 58) (tstamp ebb0c009-c3ec-497e-a575-a984afb7990a)) + (segment (start 121.01 69.83) (end 119.67 68.49) (width 0.25) (layer "F.Cu") (net 61) (tstamp 0f5b056e-9d23-4528-9314-39294f84496d)) + (segment (start 119.67 68.49) (end 113.09 68.49) (width 0.25) (layer "F.Cu") (net 61) (tstamp 6fd73858-dde1-48bb-b8f5-d1f34cd49823)) + (segment (start 113.09 68.49) (end 109.71 65.11) (width 0.25) (layer "F.Cu") (net 61) (tstamp a57c8f49-d8f4-4111-9a42-6f40731d2058)) + (segment (start 121.42 69.83) (end 121.01 69.83) (width 0.25) (layer "F.Cu") (net 61) (tstamp b13dd5b5-b1d9-406e-9f43-8904eecfbba1)) + (segment (start 109.71 65.11) (end 107.527 62.927) (width 0.25) (layer "B.Cu") (net 61) (tstamp 2d2d483f-8343-4971-8539-7b654043fac0)) + (segment (start 107.527 54.527) (end 105.6 52.6) (width 0.25) (layer "B.Cu") (net 61) (tstamp dc93fb0f-6623-4cb7-ad94-bf7fce6622dd)) + (segment (start 107.527 62.927) (end 107.527 54.527) (width 0.25) (layer "B.Cu") (net 61) (tstamp f2277342-ab80-4215-875d-1b27db423fdd)) + (segment (start 168.6904 75.7304) (end 162.79 69.83) (width 0.25) (layer "F.Cu") (net 62) (tstamp 47d0e8e5-80f4-46d3-9c64-352c66c827e5)) + (segment (start 171.48 88.76) (end 171.48 87.6347) (width 0.25) (layer "F.Cu") (net 62) (tstamp 5887eed1-13bd-44ab-8eff-1a423c957b9b)) + (segment (start 170.2947 75.7304) (end 168.6904 75.7304) (width 0.25) (layer "F.Cu") (net 62) (tstamp 7175eefa-fb27-43e2-80c3-e137bda68853)) + (segment (start 171.48 87.6347) (end 171.543 87.5717) (width 0.25) (layer "F.Cu") (net 62) (tstamp ae50620f-de62-44f6-9cb9-91dd0504ae5d)) + (segment (start 171.543 76.9787) (end 170.2947 75.7304) (width 0.25) (layer "F.Cu") (net 62) (tstamp c7f63d1d-f563-4597-812e-9ad037248186)) + (segment (start 171.543 87.5717) (end 171.543 76.9787) (width 0.25) (layer "F.Cu") (net 62) (tstamp e3b5be32-26be-4e5e-bc34-8339251df3cb)) + (segment (start 159.35 90.05) (end 157.76 90.05) (width 0.25) (layer "F.Cu") (net 63) (tstamp 1cab267e-9d7e-40d3-9d0c-2d7d15bcbb42)) + (segment (start 170.41 77.45) (end 170.41 78.0127) (width 0.25) (layer "F.Cu") (net 63) (tstamp 5adb78d9-9ad9-43ea-b1ad-cb4e06cc58cc)) + (segment (start 156.47 88.76) (end 156.24 88.76) (width 0.25) (layer "F.Cu") (net 63) (tstamp 6122fcb9-d543-4303-bf58-3622df17f477)) + (segment (start 170.41 78.0127) (end 160.05 88.3727) (width 0.25) (layer "F.Cu") (net 63) (tstamp 69a5f2b0-aa64-4372-af64-40ec78fd2320)) + (segment (start 160.05 88.3727) (end 160.05 89.35) (width 0.25) (layer "F.Cu") (net 63) (tstamp 96dcad2d-5856-4109-9d98-6b218acaa231)) + (segment (start 160.05 89.35) (end 159.35 90.05) (width 0.25) (layer "F.Cu") (net 63) (tstamp abfce356-39b0-4de0-aa32-067c4342acc3)) + (segment (start 157.76 90.05) (end 156.47 88.76) (width 0.25) (layer "F.Cu") (net 63) (tstamp f2ed1f6d-4bc1-47ba-8056-8f837535cf18)) + (segment (start 170.9092 89.8853) (end 170.0653 89.0414) (width 0.25) (layer "F.Cu") (net 64) (tstamp 436b72a5-ad75-45ff-8dc3-7a81b7648b02)) + (segment (start 174.0988 76.0588) (end 174.0988 86.881) (width 0.25) (layer "F.Cu") (net 64) (tstamp 48871ed0-85fd-4b00-9b91-b823fc9531ef)) + (segment (start 172.75 88.2298) (end 172.75 89.1217) (width 0.25) (layer "F.Cu") (net 64) (tstamp 5c3e39fe-b953-440e-afb3-f8bf1d0b3bb4)) + (segment (start 167.87 69.83) (end 174.0988 76.0588) (width 0.25) (layer "F.Cu") (net 64) (tstamp 5eeef606-a277-47c8-bb00-fe326526b696)) + (segment (start 171.9864 89.8853) (end 170.9092 89.8853) (width 0.25) (layer "F.Cu") (net 64) (tstamp 6e1aa11a-65ee-41cd-86f0-11c7221d550a)) + (segment (start 170.0653 89.0414) (end 170.0653 88.76) (width 0.25) (layer "F.Cu") (net 64) (tstamp 780f9dde-7dfc-4748-a7bf-9ba4ea401e15)) + (segment (start 172.75 89.1217) (end 171.9864 89.8853) (width 0.25) (layer "F.Cu") (net 64) (tstamp b694578d-3c0d-427b-beb2-7c4507c037b5)) + (segment (start 174.0988 86.881) (end 172.75 88.2298) (width 0.25) (layer "F.Cu") (net 64) (tstamp e08ead12-8186-49e3-bf54-fb1c223eea5d)) + (segment (start 168.94 88.76) (end 170.0653 88.76) (width 0.25) (layer "F.Cu") (net 64) (tstamp f0907feb-6f18-4985-875c-a7c551c83b85)) + (segment (start 165.33 77.45) (end 165.33 78.5753) (width 0.25) (layer "F.Cu") (net 65) (tstamp 9706b46f-fac4-414f-8666-0ca06f3dee56)) + (segment (start 165.33 78.5753) (end 158.78 85.1253) (width 0.25) (layer "F.Cu") (net 65) (tstamp c1341a51-6647-4f72-ab30-23074f65e74f)) + (segment (start 158.78 85.1253) (end 158.78 88.76) (width 0.25) (layer "F.Cu") (net 65) (tstamp f6838860-9fa6-46ba-b056-139afd923572)) + (segment (start 152.24 70.5653) (end 159.1247 77.45) (width 0.25) (layer "B.Cu") (net 66) (tstamp 3e44ac15-b205-44d0-978b-82029367c233)) + (segment (start 152.24 69.83) (end 152.24 70.5653) (width 0.25) (layer "B.Cu") (net 66) (tstamp a92f05b3-8688-47c8-87a0-b6c59180e875)) + (segment (start 159.1247 77.45) (end 160.25 77.45) (width 0.25) (layer "B.Cu") (net 66) (tstamp b6955664-2ce3-4f83-9c6d-dc28d966ef71)) + (segment (start 120.5267 103.9694) (end 113.5203 103.9694) (width 0.25) (layer "F.Cu") (net 67) (tstamp 648d5db6-5441-4337-b014-4451997f20e1)) + (segment (start 123.96 101.38) (end 122.8347 101.38) (width 0.25) (layer "F.Cu") (net 67) (tstamp 64ccf757-c39c-4a22-ae39-be2ebf19a906)) + (segment (start 122.8347 101.38) (end 122.8347 101.6614) (width 0.25) (layer "F.Cu") (net 67) (tstamp ac57e461-1c87-49ae-9268-5d6c3dbbb7a3)) + (segment (start 122.8347 101.6614) (end 120.5267 103.9694) (width 0.25) (layer "F.Cu") (net 67) (tstamp bdaa8aa5-cf95-4a11-beb9-2df770472483)) + (segment (start 113.5203 103.9694) (end 113.3907 104.099) (width 0.25) (layer "F.Cu") (net 67) (tstamp d79f24c7-36a5-4318-862b-74baac12f246)) + (via (at 113.3907 104.099) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 67) (tstamp 1dc62b84-b87d-4607-9214-23dcab84317f)) + (segment (start 116.34 69.83) (end 116.34 70.9553) (width 0.25) (layer "B.Cu") (net 67) (tstamp 0c9b62b0-c454-4609-aea8-17ca9cef86db)) + (segment (start 116.34 70.9553) (end 112.19 75.1053) (width 0.25) (layer "B.Cu") (net 67) (tstamp 3a517106-3e10-4e90-bcff-457c3a98adf6)) + (segment (start 112.19 102.8983) (end 113.3907 104.099) (width 0.25) (layer "B.Cu") (net 67) (tstamp 8fafccb9-00f0-4e45-82b6-ddefb2c51e60)) + (segment (start 112.19 75.1053) (end 112.19 102.8983) (width 0.25) (layer "B.Cu") (net 67) (tstamp a89d54cc-daae-4e15-9b3e-03af93558223)) + (segment (start 131.6053 82.2052) (end 126.8501 77.45) (width 0.25) (layer "F.Cu") (net 68) (tstamp 633d336d-4a76-42b5-888f-b9581fe025ad)) + (segment (start 131.6053 83.1288) (end 131.6053 82.2052) (width 0.25) (layer "F.Cu") (net 68) (tstamp 99584d08-a306-4ca2-86c4-2a747157280d)) + (segment (start 126.8501 77.45) (end 126.5 77.45) (width 0.25) (layer "F.Cu") (net 68) (tstamp cf310d9f-505b-451e-851f-b40d3ddf669c)) + (via (at 131.6053 83.1288) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 68) (tstamp 511db01d-9e83-465e-98be-3535fa347d8c)) + (segment (start 157.3078 83.1288) (end 162.939 88.76) (width 0.25) (layer "B.Cu") (net 68) (tstamp 5680bc57-9547-4adb-8615-aedd03732b04)) + (segment (start 131.6053 83.1288) (end 157.3078 83.1288) (width 0.25) (layer "B.Cu") (net 68) (tstamp ab859f17-90e4-479f-85b2-ab6eafa8b090)) + (segment (start 162.939 88.76) (end 163.86 88.76) (width 0.25) (layer "B.Cu") (net 68) (tstamp ed0c95c2-6acf-497d-bd37-e68bf78fc499)) + (segment (start 131.6056 84.6314) (end 131.6056 84.2226) (width 0.25) (layer "F.Cu") (net 69) (tstamp 05fb8eee-cfcd-467d-a8f4-c70caca5ceaf)) + (segment (start 118.88 70.674) (end 118.88 69.83) (width 0.25) (layer "F.Cu") (net 69) (tstamp 3819be28-f917-4f88-9fb0-92f88eecc34a)) + (segment (start 125.23 77.9818) (end 125.23 77.024) (width 0.25) (layer "F.Cu") (net 69) (tstamp 50b4ad7a-486f-4a4c-a72c-5d92908c9987)) + (segment (start 131.6056 84.2226) (end 130.8162 83.4332) (width 0.25) (layer "F.Cu") (net 69) (tstamp 6af41bbb-927b-449c-99e6-4b1b25cf4133)) + (segment (start 130.8162 83.4332) (end 130.8162 82.053) (width 0.25) (layer "F.Cu") (net 69) (tstamp 8380e2e9-b640-4f8a-969c-08dd89fef7bb)) + (segment (start 130.8162 82.053) (end 128.9375 80.1743) (width 0.25) (layer "F.Cu") (net 69) (tstamp 9d4911f8-ba7e-461a-b86c-2db75d514bf1)) + (segment (start 128.9375 80.1743) (end 127.4225 80.1743) (width 0.25) (layer "F.Cu") (net 69) (tstamp a04a78ce-910c-4ac7-b065-c7328b9e7c8e)) + (segment (start 127.4225 80.1743) (end 125.23 77.9818) (width 0.25) (layer "F.Cu") (net 69) (tstamp de2358d4-8c3f-4441-a092-6c80ac7a742c)) + (segment (start 125.23 77.024) (end 118.88 70.674) (width 0.25) (layer "F.Cu") (net 69) (tstamp e7364b11-e370-45ac-90d0-3f56990556de)) + (via (at 131.6056 84.6314) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 69) (tstamp 86cc90f9-40d8-4209-bd4b-2088bcff872d)) + (segment (start 144.4914 84.6314) (end 148.62 88.76) (width 0.25) (layer "B.Cu") (net 69) (tstamp 6fa8297e-2109-4f7b-8f92-1666ab6ef30f)) + (segment (start 131.6056 84.6314) (end 144.4914 84.6314) (width 0.25) (layer "B.Cu") (net 69) (tstamp a8f9a4a4-68b1-486d-a374-84153da461d4)) + (segment (start 122.6481 79.8872) (end 122.6481 97.1235) (width 0.25) (layer "B.Cu") (net 70) (tstamp 147fa384-9bac-40e1-b9ab-79108dd2d996)) + (segment (start 123.96 77.45) (end 123.96 78.5753) (width 0.25) (layer "B.Cu") (net 70) (tstamp 1f82c97f-64a3-4503-8b79-15ba5b3ce69f)) + (segment (start 120.2947 99.4769) (end 120.2947 106.7494) (width 0.25) (layer "B.Cu") (net 70) (tstamp 273a19d2-d6ba-4f95-86f1-33bac3b29d83)) + (segment (start 122.6481 97.1235) (end 120.2947 99.4769) (width 0.25) (layer "B.Cu") (net 70) (tstamp 40036466-b8fa-436d-bfc3-d3e3c4c64291)) + (segment (start 121.42 109) (end 121.42 107.8747) (width 0.25) (layer "B.Cu") (net 70) (tstamp 6adcec35-dbcf-49f1-86f9-924060ece6e6)) + (segment (start 120.2947 106.7494) (end 121.42 107.8747) (width 0.25) (layer "B.Cu") (net 70) (tstamp 93b555e4-79cb-4562-8c8b-0882bbcd5e05)) + (segment (start 123.96 78.5753) (end 122.6481 79.8872) (width 0.25) (layer "B.Cu") (net 70) (tstamp a8672e57-36b7-4eb9-8a87-96335b250ac9)) + (segment (start 121.42 77.45) (end 121.43 77.45) (width 0.25) (layer "B.Cu") (net 71) (tstamp 02dccf8d-ad15-42fd-8fe5-b745fa357c2a)) + (segment (start 125.3162 84.6401) (end 125.3162 86.0797) (width 0.25) (layer "B.Cu") (net 71) (tstamp 040c8889-5112-4512-9bdd-8c7bec59a457)) + (segment (start 122.5794 76.3006) (end 124.5106 76.3006) (width 0.25) (layer "B.Cu") (net 71) (tstamp 158d9601-f109-46ae-8230-a8d86a65d654)) + (segment (start 124.5106 76.3006) (end 125.23 77.02) (width 0.25) (layer "B.Cu") (net 71) (tstamp 18773ee3-bbb0-49ab-9451-d2de3740c5ea)) + (segment (start 125.23 77.98) (end 127.4802 80.2302) (width 0.25) (layer "B.Cu") (net 71) (tstamp 2a468fa4-6277-440e-9eca-84857dcad5b0)) + (segment (start 152.8561 88.76) (end 153.7 88.76) (width 0.25) (layer "B.Cu") (net 71) (tstamp 3ce65647-36ff-4119-884f-9c25f7f9638c)) + (segment (start 121.43 77.45) (end 122.5794 76.3006) (width 0.25) (layer "B.Cu") (net 71) (tstamp 5e682cdd-adc1-45d8-8c8c-2255e70ed2ae)) + (segment (start 145.8094 86.7794) (end 147.35 88.32) (width 0.25) (layer "B.Cu") (net 71) (tstamp 69502661-68e6-48e7-a7db-95f45524271c)) + (segment (start 127.4802 80.2302) (end 127.4802 82.4761) (width 0.25) (layer "B.Cu") (net 71) (tstamp 7f1f01ac-e5a3-4447-b0fd-9a3f40f5273c)) + (segment (start 147.35 88.32) (end 147.35 89.125) (width 0.25) (layer "B.Cu") (net 71) (tstamp 9a7656e0-c42d-4969-98ee-889475de29b9)) + (segment (start 148.1103 89.8853) (end 151.7308 89.8853) (width 0.25) (layer "B.Cu") (net 71) (tstamp 9e576ba8-a988-499b-84bd-b988083ca0d5)) + (segment (start 125.3162 86.0797) (end 126.0159 86.7794) (width 0.25) (layer "B.Cu") (net 71) (tstamp a4965af4-74a4-4259-90b6-085d1bdbec6b)) + (segment (start 147.35 89.125) (end 148.1103 89.8853) (width 0.25) (layer "B.Cu") (net 71) (tstamp a5558a85-2d29-4ebe-a7b1-d96af012ae67)) + (segment (start 151.7308 89.8853) (end 152.8561 88.76) (width 0.25) (layer "B.Cu") (net 71) (tstamp c3ce91b2-0eaf-4bd3-a378-9075e2941b23)) + (segment (start 126.0159 86.7794) (end 145.8094 86.7794) (width 0.25) (layer "B.Cu") (net 71) (tstamp ca46e1ba-9a4b-4e81-8990-d234ce114ba4)) + (segment (start 125.23 77.02) (end 125.23 77.98) (width 0.25) (layer "B.Cu") (net 71) (tstamp e3e8ebd9-f4c0-4840-8089-90fc235c309b)) + (segment (start 127.4802 82.4761) (end 125.3162 84.6401) (width 0.25) (layer "B.Cu") (net 71) (tstamp f8baf378-fa33-49d0-8b04-5731a7323f11)) + (segment (start 126.38 109) (end 126.5 109) (width 0.25) (layer "F.Cu") (net 72) (tstamp 5cc3461a-45b6-4b27-ab8b-a723e63abeac)) + (segment (start 122.0747 104.6947) (end 126.38 109) (width 0.25) (layer "F.Cu") (net 72) (tstamp 9627400d-e8f2-44eb-9737-16f05eed6df9)) + (segment (start 115.8643 104.6947) (end 122.0747 104.6947) (width 0.25) (layer "F.Cu") (net 72) (tstamp a47ca0f0-1272-4c92-81c6-223879630a80)) + (via (at 115.8643 104.6947) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 72) (tstamp 3b963eb6-5c37-47ab-98db-85d51e956097)) + (segment (start 118.88 77.45) (end 118.88 78.5753) (width 0.25) (layer "B.Cu") (net 72) (tstamp 1679624a-0587-496f-b717-2bf6f3611773)) + (segment (start 112.6403 84.815) (end 112.6403 101.855) (width 0.25) (layer "B.Cu") (net 72) (tstamp 2b998b7c-8043-4f66-876a-49f8330f1f84)) + (segment (start 112.6403 101.855) (end 115.48 104.6947) (width 0.25) (layer "B.Cu") (net 72) (tstamp 6a88b0c9-8662-4028-810d-85d0a3161d22)) + (segment (start 118.88 78.5753) (end 112.6403 84.815) (width 0.25) (layer "B.Cu") (net 72) (tstamp bf59d924-6308-432a-8099-efaecc01b8d3)) + (segment (start 115.48 104.6947) (end 115.8643 104.6947) (width 0.25) (layer "B.Cu") (net 72) (tstamp cc5d95be-ed53-4604-9a5b-5c1d4d6a1afd)) + (segment (start 117.4653 77.45) (end 117.4653 77.7314) (width 0.25) (layer "F.Cu") (net 73) (tstamp 319fc34e-3f3d-4ec6-a7c6-c501a6f9a8e6)) + (segment (start 122.5212 82.7873) (end 129.1445 82.7873) (width 0.25) (layer "F.Cu") (net 73) (tstamp 4043abe6-0263-47b0-89b1-9b027fca6659)) + (segment (start 116.34 77.45) (end 117.4653 77.45) (width 0.25) (layer "F.Cu") (net 73) (tstamp 565843dd-67d2-427a-91d8-754794c2d482)) + (segment (start 117.4653 77.7314) (end 122.5212 82.7873) (width 0.25) (layer "F.Cu") (net 73) (tstamp 96863b82-5617-459f-b3a0-7f7f670d8079)) + (segment (start 129.1445 82.7873) (end 130.182 83.8248) (width 0.25) (layer "F.Cu") (net 73) (tstamp e15418ba-bb93-4ec8-a95c-5c0c74d51e61)) + (via (at 130.182 83.8248) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 73) (tstamp 6dc1d77c-5227-4771-98ed-47c800a09610)) + (segment (start 130.182 83.8248) (end 130.2372 83.88) (width 0.25) (layer "B.Cu") (net 73) (tstamp 37b556a3-d64d-4aeb-a68c-23eb506b2706)) + (segment (start 130.2372 83.88) (end 145.436 83.88) (width 0.25) (layer "B.Cu") (net 73) (tstamp 3a45ea8b-37b9-4018-8d04-13c8cb510f7a)) + (segment (start 150.316 88.76) (end 151.16 88.76) (width 0.25) (layer "B.Cu") (net 73) (tstamp e0e3d2de-f69a-411e-9a07-0a6249e1b2ce)) + (segment (start 145.436 83.88) (end 150.316 88.76) (width 0.25) (layer "B.Cu") (net 73) (tstamp e26419c0-5768-4691-9186-1a20a5ef151c)) + (segment (start 140.08 106.0453) (end 141 105.1253) (width 0.25) (layer "F.Cu") (net 74) (tstamp 0aaf2fd4-eb55-4ad9-9573-f80021172cf0)) + (segment (start 141 104) (end 141 105.1253) (width 0.25) (layer "F.Cu") (net 74) (tstamp 28621f96-1ca3-45f6-8415-4ee21f1ef84b)) + (segment (start 140.08 116.38) (end 140.08 106.0453) (width 0.25) (layer "F.Cu") (net 74) (tstamp 71fd0e09-dda1-4d08-b593-e2600aa8eca5)) + (segment (start 136.0158 125.1942) (end 130.8726 125.1942) (width 0.25) (layer "B.Cu") (net 75) (tstamp 1609382b-44c7-4bab-b75d-990b23e23515)) + (segment (start 130.8726 125.1942) (end 115.1605 109.4821) (width 0.25) (layer "B.Cu") (net 75) (tstamp 35b7534f-05e2-49b7-be07-03d582869925)) + (segment (start 136.32 123.524) (end 136.32 124.89) (width 0.25) (layer "B.Cu") (net 75) (tstamp 527d2b7b-ba3a-4505-95d6-6280ac751aa6)) + (segment (start 117.7547 95.5006) (end 118.88 94.3753) (width 0.25) (layer "B.Cu") (net 75) (tstamp 6989ec71-7bb6-4043-be66-284884750dd3)) + (segment (start 142.62 117.224) (end 136.32 123.524) (width 0.25) (layer "B.Cu") (net 75) (tstamp 6f1a0031-a63c-4e33-9d50-1c4a8fdd72d3)) + (segment (start 118.88 94.3753) (end 118.88 93.25) (width 0.25) (layer "B.Cu") (net 75) (tstamp 7aeb5ef7-af57-4280-99d5-0bd8585966d5)) + (segment (start 136.32 124.89) (end 136.0158 125.1942) (width 0.25) (layer "B.Cu") (net 75) (tstamp 880aa2fd-4f71-4bb9-b4b8-85212c11246e)) + (segment (start 115.1605 106.4243) (end 117.7547 103.8301) (width 0.25) (layer "B.Cu") (net 75) (tstamp a700ac42-5206-4319-b52d-7169a2742fc9)) + (segment (start 117.7547 103.8301) (end 117.7547 95.5006) (width 0.25) (layer "B.Cu") (net 75) (tstamp d1aebfa6-cd3c-48f2-b32a-bfc32d723f9f)) + (segment (start 142.62 116.38) (end 142.62 117.224) (width 0.25) (layer "B.Cu") (net 75) (tstamp de2cf66f-ddb8-4fcc-ad66-e8a0c7d48951)) + (segment (start 115.1605 109.4821) (end 115.1605 106.4243) (width 0.25) (layer "B.Cu") (net 75) (tstamp ff0899c8-bc33-414e-a5e5-98e599b9000d)) + (segment (start 144.62 69.83) (end 144.62 70.9553) (width 0.25) (layer "F.Cu") (net 76) (tstamp 2ef9abf6-6fc7-45de-a1fc-4349a50ff66c)) + (segment (start 145.7453 72.0806) (end 144.62 70.9553) (width 0.25) (layer "F.Cu") (net 76) (tstamp 3f0f9d06-74cc-4aba-bc67-b2a026beafd6)) + (segment (start 152.2861 86.217) (end 145.7453 79.6762) (width 0.25) (layer "F.Cu") (net 76) (tstamp 7e066626-dc6e-4d13-b43a-a0d98d7fb577)) + (segment (start 145.7453 79.6762) (end 145.7453 72.0806) (width 0.25) (layer "F.Cu") (net 76) (tstamp 89a923b3-5f62-4124-8a6d-9cb24b0403e2)) + (segment (start 145.16 116.38) (end 145.16 115.2547) (width 0.25) (layer "F.Cu") (net 76) (tstamp a8467dd7-68f9-41d7-a659-8fc93e153072)) + (segment (start 152.2861 108.1286) (end 152.2861 86.217) (width 0.25) (layer "F.Cu") (net 76) (tstamp e3f63e2d-c172-4bf5-9fc4-f3302531846e)) + (segment (start 145.16 115.2547) (end 152.2861 108.1286) (width 0.25) (layer "F.Cu") (net 76) (tstamp eff6f657-d0eb-4c40-95fe-3351f8f169d4)) + (segment (start 154.8619 101.0288) (end 156.2396 102.4065) (width 0.25) (layer "F.Cu") (net 77) (tstamp 064d9923-9439-41ef-82a0-b36b88519e50)) + (segment (start 147.16 70.674) (end 154.8619 78.3759) (width 0.25) (layer "F.Cu") (net 77) (tstamp 0edc20f3-d278-4ad3-ade4-1b3de0403923)) + (segment (start 154.97 107.9847) (end 154.97 103.6761) (width 0.25) (layer "F.Cu") (net 77) (tstamp 1870a098-a4de-4926-a03c-3b025e14ac32)) + (segment (start 123.43 95.14) (end 124.154 95.14) (width 0.25) (layer "F.Cu") (net 77) (tstamp 3297f1b5-7684-4a00-b66e-fd32f7766524)) + (segment (start 156.2396 102.4065) (end 169.0425 102.4065) (width 0.25) (layer "F.Cu") (net 77) (tstamp 40c856b4-1ba7-4189-860b-b6b7884be8b0)) + (segment (start 124.154 95.14) (end 124.1598 95.1458) (width 0.25) (layer "F.Cu") (net 77) (tstamp 4a9ed568-a43c-4edd-95de-c322db7a9255)) + (segment (start 154.8619 78.3759) (end 154.8619 90.0709) (width 0.25) (layer "F.Cu") (net 77) (tstamp 8006915c-347c-427e-8da6-50ddf24e6b51)) + (segment (start 121.42 93.25) (end 121.54 93.25) (width 0.25) (layer "F.Cu") (net 77) (tstamp 818ff694-29fb-4905-8775-f993077ff39e)) + (segment (start 154.97 103.6761) (end 156.2396 102.4065) (width 0.25) (layer "F.Cu") (net 77) (tstamp 899b6e8c-5a04-4508-83f5-3f841b565e2f)) + (segment (start 154.8619 90.0709) (end 154.8619 101.0288) (width 0.25) (layer "F.Cu") (net 77) (tstamp 940c51fa-ee6f-4977-9444-1d07ca42b066)) + (segment (start 170.3547 103.7187) (end 170.3547 104) (width 0.25) (layer "F.Cu") (net 77) (tstamp 98407ebb-a288-4c08-b7d6-ffa5db8f541e)) + (segment (start 121.54 93.25) (end 123.43 95.14) (width 0.25) (layer "F.Cu") (net 77) (tstamp 98e5169e-44e1-417e-9e93-bfc6a77ecc4c)) + (segment (start 147.16 69.83) (end 147.16 70.674) (width 0.25) (layer "F.Cu") (net 77) (tstamp 9fc837d2-c9b8-44e8-8c64-21837e324d02)) + (segment (start 169.0425 102.4065) (end 170.3547 103.7187) (width 0.25) (layer "F.Cu") (net 77) (tstamp bf35f80c-025b-410f-ac78-aafac64b52f9)) + (segment (start 171.48 104) (end 170.3547 104) (width 0.25) (layer "F.Cu") (net 77) (tstamp d23eddc3-4619-48f2-ad2e-eca96204353d)) + (segment (start 124.1598 95.1458) (end 127.1245 95.1458) (width 0.25) (layer "F.Cu") (net 77) (tstamp deef4e76-5e7b-4a52-9273-ec627bd5e402)) + (segment (start 147.7 116.38) (end 147.7 115.2547) (width 0.25) (layer "F.Cu") (net 77) (tstamp e9a96614-7ce9-41d7-b15e-1616b55d0955)) + (segment (start 147.7 115.2547) (end 154.97 107.9847) (width 0.25) (layer "F.Cu") (net 77) (tstamp f85e7e33-fcf0-48e9-a0cc-bed45eea6fe5)) + (via (at 154.8619 90.0709) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 77) (tstamp 3e5d09ce-cfc2-492d-9cf8-65954689a8bf)) + (via (at 127.1245 95.1458) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 77) (tstamp 700d5ced-4a3a-4c04-b343-6797aabe9eb7)) + (segment (start 154.8619 90.0709) (end 154.5971 90.3357) (width 0.25) (layer "B.Cu") (net 77) (tstamp 1b744cea-88c3-4cca-ab2a-606830a25319)) + (segment (start 154.5971 90.3357) (end 134.3259 90.3357) (width 0.25) (layer "B.Cu") (net 77) (tstamp 6143621c-dcbc-4dea-8fbc-f83d11443db8)) + (segment (start 175.7856 100.87) (end 183.7547 100.87) (width 0.25) (layer "B.Cu") (net 77) (tstamp 6823ccb0-343e-4ef0-b831-f92f25370a05)) + (segment (start 174.1366 102.1874) (end 174.4682 102.1874) (width 0.25) (layer "B.Cu") (net 77) (tstamp 6bf0ea2f-f7fb-4dc3-99db-5169c6e9ae4d)) + (segment (start 129.5158 95.1458) (end 127.1245 95.1458) (width 0.25) (layer "B.Cu") (net 77) (tstamp 940b118e-49f1-46d3-a6dd-7bf1f1c113db)) + (segment (start 183.7547 100.87) (end 184.0347 100.59) (width 0.25) (layer "B.Cu") (net 77) (tstamp 99545582-d043-44fe-a679-1750952f8f32)) + (segment (start 184.0347 100.59) (end 185.16 100.59) (width 0.25) (layer "B.Cu") (net 77) (tstamp b03b331d-c66e-4aa2-beac-713aff1bfd42)) + (segment (start 134.3259 90.3357) (end 129.5158 95.1458) (width 0.25) (layer "B.Cu") (net 77) (tstamp b82c152f-b398-461b-83d2-3539c91c41bc)) + (segment (start 171.48 104) (end 172.324 104) (width 0.25) (layer "B.Cu") (net 77) (tstamp c207d20c-7e11-4b56-b953-29abe0cecc96)) + (segment (start 174.4682 102.1874) (end 175.7856 100.87) (width 0.25) (layer "B.Cu") (net 77) (tstamp cca66689-23be-463f-a9fb-2011d9d78e67)) + (segment (start 172.324 104) (end 174.1366 102.1874) (width 0.25) (layer "B.Cu") (net 77) (tstamp ce382bc6-fe8b-4380-853f-5041a406563e)) + (segment (start 150.24 116.38) (end 150.24 115.2547) (width 0.25) (layer "F.Cu") (net 78) (tstamp 69d1078b-b42f-4f3c-bf30-8361f98ceba2)) + (segment (start 150.24 115.2547) (end 157.3847 108.11) (width 0.25) (layer "F.Cu") (net 78) (tstamp 7ef3f760-f75d-482d-acc9-d050f1047174)) + (segment (start 157.3847 108.11) (end 157.3847 105.7774) (width 0.25) (layer "F.Cu") (net 78) (tstamp c393e337-c86b-4e91-bda3-34dd1303e50d)) + (via (at 157.3847 105.7774) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 78) (tstamp 09606992-d99e-4061-aecf-60bc4610150f)) + (segment (start 169.3109 91.8447) (end 157.3847 103.7709) (width 0.25) (layer "B.Cu") (net 78) (tstamp 03593f19-5570-4700-a6fc-afccfe8707d5)) + (segment (start 157.3847 103.7709) (end 157.3847 105.7774) (width 0.25) (layer "B.Cu") (net 78) (tstamp 22199357-8160-4ba9-8a52-c15026012d6c)) + (segment (start 200.9708 91.8447) (end 169.3109 91.8447) (width 0.25) (layer "B.Cu") (net 78) (tstamp 47dc0481-4f48-4555-a23b-31065fab7cd0)) + (segment (start 201.8147 92.97) (end 201.8147 92.6886) (width 0.25) (layer "B.Cu") (net 78) (tstamp 79687917-5fe6-4edc-a3be-11a62ec8315a)) + (segment (start 202.94 92.97) (end 201.8147 92.97) (width 0.25) (layer "B.Cu") (net 78) (tstamp 8c63f6a8-3a8e-465b-8c8b-02647e2f12d5)) + (segment (start 201.8147 92.6886) (end 200.9708 91.8447) (width 0.25) (layer "B.Cu") (net 78) (tstamp a7f4892f-2d8a-4a01-b226-cdbebb10adb0)) + (segment (start 189.54 116.38) (end 189.54 117.5053) (width 0.25) (layer "F.Cu") (net 79) (tstamp 1ac7b23b-fd1b-4663-9f43-9f20e97e49b0)) + (segment (start 187 124) (end 187 120.0453) (width 0.25) (layer "F.Cu") (net 79) (tstamp 504b680f-4248-43f1-a4aa-a8e218a1fb51)) + (segment (start 187 120.0453) (end 189.54 117.5053) (width 0.25) (layer "F.Cu") (net 79) (tstamp ad556f78-a578-4aad-b857-bbf9274d349f)) + (segment (start 165 124) (end 165 122.8747) (width 0.25) (layer "F.Cu") (net 79) (tstamp c24d6d0e-4952-4eb8-b91e-206f08dac811)) + (segment (start 165 122.8747) (end 167.54 120.3347) (width 0.25) (layer "F.Cu") (net 79) (tstamp f1654590-2d5a-4007-8817-a52fd01723c5)) + (segment (start 167.54 120.3347) (end 167.54 116.38) (width 0.25) (layer "F.Cu") (net 79) (tstamp fcc6d0e2-b660-4c37-abb5-73b70c3c8776)) + (segment (start 161.244 124) (end 165 124) (width 0.25) (layer "B.Cu") (net 79) (tstamp 0b1e8daa-8973-47e8-8595-f8d419b95fe2)) + (segment (start 153.624 116.38) (end 161.244 124) (width 0.25) (layer "B.Cu") (net 79) (tstamp 0effd595-d78e-4afc-9d6e-544174632bc4)) + (segment (start 184.5624 117.5388) (end 182.2783 115.2547) (width 0.25) (layer "B.Cu") (net 79) (tstamp 331dfa2c-be0c-4eef-9579-85b6b0d9096e)) + (segment (start 152.78 116.38) (end 153.624 116.38) (width 0.25) (layer "B.Cu") (net 79) (tstamp 49c8f873-adbf-47ae-bdff-997cedda474c)) + (segment (start 168.7453 115.2547) (end 167.62 116.38) (width 0.25) (layer "B.Cu") (net 79) (tstamp 9331c571-8ac4-4746-beed-4da5853f5f9e)) + (segment (start 189.54 116.38) (end 189.54 116.39) (width 0.25) (layer "B.Cu") (net 79) (tstamp 9cd490ca-ce34-42c1-b467-72fb158c45f0)) + (segment (start 188.3912 117.5388) (end 184.5624 117.5388) (width 0.25) (layer "B.Cu") (net 79) (tstamp 9d8076e4-90bf-434d-b742-fd981c971465)) + (segment (start 167.62 116.38) (end 167.54 116.38) (width 0.25) (layer "B.Cu") (net 79) (tstamp b9484956-77a4-43e4-81d4-681afb826cb0)) + (segment (start 189.54 116.39) (end 188.3912 117.5388) (width 0.25) (layer "B.Cu") (net 79) (tstamp e401f93d-a3b3-494d-adb8-3f78e486c2b4)) + (segment (start 182.2783 115.2547) (end 168.7453 115.2547) (width 0.25) (layer "B.Cu") (net 79) (tstamp f0b7f140-6667-44f5-a73a-11f6423c8f34)) + (segment (start 118.88 101.38) (end 118.88 100.2547) (width 0.25) (layer "B.Cu") (net 80) (tstamp 01f5ad0d-808a-4449-9dfa-0ce650b81390)) + (segment (start 120.2947 98.84) (end 118.88 100.2547) (width 0.25) (layer "B.Cu") (net 80) (tstamp 44df1f16-3c8f-460c-9230-ea373d49f0be)) + (segment (start 121.42 86.7553) (end 120.2947 87.8806) (width 0.25) (layer "B.Cu") (net 80) (tstamp 6869e8dd-c8f2-42c4-8652-0408795f0e2a)) + (segment (start 120.2947 87.8806) (end 120.2947 98.84) (width 0.25) (layer "B.Cu") (net 80) (tstamp ad8fb680-02ae-4ea0-8ddc-238084274ee0)) + (segment (start 121.42 85.63) (end 121.42 86.7553) (width 0.25) (layer "B.Cu") (net 80) (tstamp eb4a49f9-5aaa-4d01-8996-9187669f15b7)) + (segment (start 118.000011 110.660011) (end 129.895689 110.660011) (width 0.25) (layer "B.Cu") (net 81) (tstamp 01cea756-9282-4727-870a-f623c6c31ca9)) + (segment (start 160.520001 89.559999) (end 161.32 88.76) (width 0.25) (layer "B.Cu") (net 81) (tstamp 2719fbdd-b8b0-49cd-a200-d183afc656df)) + (segment (start 129.895689 110.660011) (end 146.078 94.4777) (width 0.25) (layer "B.Cu") (net 81) (tstamp 2fefd383-0374-4e60-8235-36b5ede11b6d)) + (segment (start 146.078 94.4777) (end 155.6023 94.4777) (width 0.25) (layer "B.Cu") (net 81) (tstamp a6f2b581-795f-4f43-9072-2884f2c9a35e)) + (segment (start 116.34 109) (end 118.000011 110.660011) (width 0.25) (layer "B.Cu") (net 81) (tstamp b15a261c-9afc-4d17-bd3e-4e99f035056a)) + (segment (start 155.6023 94.4777) (end 160.520001 89.559999) (width 0.25) (layer "B.Cu") (net 81) (tstamp dd5f8ac9-3fd5-4196-8453-2ca50333c798)) + (segment (start 151.16 104) (end 151.16 102.8747) (width 0.25) (layer "F.Cu") (net 83) (tstamp 0ba23479-13f0-4d9e-92ea-5d9b8dedb663)) + (segment (start 137.792 88.704) (end 137.792 89.5067) (width 0.25) (layer "F.Cu") (net 83) (tstamp 3124ba90-0579-43cd-b438-c4f57f810290)) + (segment (start 142.08 70.9553) (end 140.8986 72.1367) (width 0.25) (layer "F.Cu") (net 83) (tstamp 4cdc7d6a-4901-4755-8c0d-07a55583bcd6)) + (segment (start 156.2531 111.5923) (end 163.6689 119.0081) (width 0.25) (layer "F.Cu") (net 83) (tstamp 4e08c9ad-8bb9-434f-851e-8813023216ef)) + (segment (start 163.6689 119.0081) (end 163.6689 124.7363) (width 0.25) (layer "F.Cu") (net 83) (tstamp 4e45aa38-73f8-48ff-aa62-0060b1c84d43)) + (segment (start 128.2384 90.8602) (end 118.5698 90.8602) (width 0.25) (layer "F.Cu") (net 83) (tstamp 54a73f4f-b929-41fc-bb2f-fa29c2256637)) + (segment (start 171.4947 124.2814) (end 171.4947 124) (width 0.25) (layer "F.Cu") (net 83) (tstamp 6b236143-f1dd-49d4-87e8-13d499655bbb)) + (segment (start 137.792 89.5067) (end 151.16 102.8747) (width 0.25) (layer "F.Cu") (net 83) (tstamp 81c09bac-b7d9-4b13-a1bc-cc2df657920e)) + (segment (start 116.34 93.09) (end 116.34 93.25) (width 0.25) (layer "F.Cu") (net 83) (tstamp 88ee7645-f56f-4ca0-9796-1b853b7a9067)) + (segment (start 164.0579 125.1253) (end 170.6508 125.1253) (width 0.25) (layer "F.Cu") (net 83) (tstamp 9b1e6196-4ad0-4aa4-a0c8-6acffb7c3d7a)) + (segment (start 137.792 88.704) (end 137.3344 88.704) (width 0.25) (layer "F.Cu") (net 83) (tstamp 9bc85d73-d8c9-4e83-97b4-4760c98b953a)) + (segment (start 163.6689 124.7363) (end 164.0579 125.1253) (width 0.25) (layer "F.Cu") (net 83) (tstamp b3c81a8b-fbb5-469e-8f9c-db19d07ad30d)) + (segment (start 140.8986 85.5974) (end 137.792 88.704) (width 0.25) (layer "F.Cu") (net 83) (tstamp c38d76c1-4b1f-49da-9cae-b680b6c5bd66)) + (segment (start 170.6508 125.1253) (end 171.4947 124.2814) (width 0.25) (layer "F.Cu") (net 83) (tstamp d04062ab-dec1-423f-aa70-98b9a06c2810)) + (segment (start 118.5698 90.8602) (end 116.34 93.09) (width 0.25) (layer "F.Cu") (net 83) (tstamp d61fe604-ad7c-457e-bc9b-2a004d28cc03)) + (segment (start 172.62 124) (end 171.4947 124) (width 0.25) (layer "F.Cu") (net 83) (tstamp dc4caddd-ca2c-41ed-9e1e-c10e319d35f7)) + (segment (start 140.8986 72.1367) (end 140.8986 85.5974) (width 0.25) (layer "F.Cu") (net 83) (tstamp e2d51ab6-9062-4e0f-8f7e-7500a979054b)) + (segment (start 142.08 69.83) (end 142.08 70.9553) (width 0.25) (layer "F.Cu") (net 83) (tstamp f6bd5f30-e332-4a43-954e-83e84244ca45)) + (via (at 137.3344 88.704) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 83) (tstamp 0cff1ee7-62df-438b-b62e-a05c37ec7ccd)) + (via (at 128.2384 90.8602) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 83) (tstamp 87f6c450-e6b6-4b2f-b766-0af24e8fc096)) + (via (at 156.2531 111.5923) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 83) (tstamp 8c53fd40-00da-4930-93cd-d802ec9a77cc)) + (segment (start 128.2384 90.8602) (end 130.3946 88.704) (width 0.25) (layer "B.Cu") (net 83) (tstamp 6118074d-2187-49f7-8bba-5145076ff0ec)) + (segment (start 151.16 106.4992) (end 156.2531 111.5923) (width 0.25) (layer "B.Cu") (net 83) (tstamp 658f98a2-c41f-4203-882e-513e3bf60a3d)) + (segment (start 151.16 104) (end 151.16 106.4992) (width 0.25) (layer "B.Cu") (net 83) (tstamp dc916571-00c8-44f4-812c-722de58e7ea1)) + (segment (start 130.3946 88.704) (end 137.3344 88.704) (width 0.25) (layer "B.Cu") (net 83) (tstamp e4dee6ff-fb14-46ed-9a7d-3293759905ba)) + (segment (start 127.4208 93.25) (end 130.7855 89.8853) (width 0.25) (layer "B.Cu") (net 86) (tstamp 0a9c35b5-6dd7-43b8-a80e-5083b572bbeb)) + (segment (start 144.1108 89.8853) (end 145.2361 88.76) (width 0.25) (layer "B.Cu") (net 86) (tstamp 332b1af5-9ff5-4e75-95ff-f597d8d0e947)) + (segment (start 145.2361 88.76) (end 146.08 88.76) (width 0.25) (layer "B.Cu") (net 86) (tstamp 3de8f3ac-a1ee-4a17-a741-013e7b094f6a)) + (segment (start 130.7855 89.8853) (end 144.1108 89.8853) (width 0.25) (layer "B.Cu") (net 86) (tstamp 493c0a6e-a8b7-4f0f-a319-07f38b3e87ad)) + (segment (start 126.5 93.25) (end 127.4208 93.25) (width 0.25) (layer "B.Cu") (net 86) (tstamp dccc239a-9df1-4b37-bdf7-6d3ed7655dee)) + (segment (start 120.8492 84.5047) (end 120.0053 85.3486) (width 0.25) (layer "F.Cu") (net 87) (tstamp 0ae79a38-d86c-4c17-8116-71be6c68f7a3)) + (segment (start 129.04 85.63) (end 127.9147 85.63) (width 0.25) (layer "F.Cu") (net 87) (tstamp 2a2debb5-9c49-4052-9753-194b5e4abf9d)) + (segment (start 127.9147 85.3487) (end 127.0707 84.5047) (width 0.25) (layer "F.Cu") (net 87) (tstamp 4f996f4a-29b8-42b3-87be-c1078f9bdb8c)) + (segment (start 120.0053 85.3486) (end 120.0053 85.63) (width 0.25) (layer "F.Cu") (net 87) (tstamp b9c616d9-ceb1-4900-8eba-d518afd5dd8e)) + (segment (start 118.88 85.63) (end 120.0053 85.63) (width 0.25) (layer "F.Cu") (net 87) (tstamp cf8d3559-8e92-44cf-94fb-df65c6a6c462)) + (segment (start 127.0707 84.5047) (end 120.8492 84.5047) (width 0.25) (layer "F.Cu") (net 87) (tstamp e6ba5dfc-c5cc-478c-9bd9-b5ed3731bc8d)) + (segment (start 127.9147 85.63) (end 127.9147 85.3487) (width 0.25) (layer "F.Cu") (net 87) (tstamp f752419c-6798-4677-aa42-5aa0ee46518c)) + (segment (start 127.6253 85.63) (end 127.6253 85.3487) (width 0.25) (layer "B.Cu") (net 89) (tstamp 7da36fa0-b9f7-44d5-b5d8-72142e4abe12)) + (segment (start 165.556 88.76) (end 166.4 88.76) (width 0.25) (layer "B.Cu") (net 89) (tstamp 838c66ee-bef0-4f26-b316-8e250b751d9e)) + (segment (start 130.5822 82.3918) (end 159.1878 82.3918) (width 0.25) (layer "B.Cu") (net 89) (tstamp 9b32a2c9-63e0-4b0c-9a7f-44d1bcdc11c5)) + (segment (start 126.5 85.63) (end 127.6253 85.63) (width 0.25) (layer "B.Cu") (net 89) (tstamp af5dcef6-1386-43e5-b1db-485ebcd340c3)) + (segment (start 159.1878 82.3918) (end 165.556 88.76) (width 0.25) (layer "B.Cu") (net 89) (tstamp d73b755e-1dc2-4b04-bd4a-68d6b6ef33eb)) + (segment (start 127.6253 85.3487) (end 130.5822 82.3918) (width 0.25) (layer "B.Cu") (net 89) (tstamp f1e66df2-8075-417b-8ac3-3efd7802fb7b)) + (segment (start 167.67 109.8312) (end 167.67 103.6355) (width 0.25) (layer "F.Cu") (net 90) (tstamp 1f59ac14-c469-4651-bf01-b3cb29ff6018)) + (segment (start 173.89 119.0647) (end 173.89 116.0512) (width 0.25) (layer "F.Cu") (net 90) (tstamp 28bb238b-1f96-4a1a-9b1f-bd11063302a1)) + (segment (start 166.9092 102.8747) (end 158.2092 102.8747) (width 0.25) (layer "F.Cu") (net 90) (tstamp 40b817de-4ca6-48ce-9d50-3b43d6198a40)) + (segment (start 177.7 122.8747) (end 173.89 119.0647) (width 0.25) (layer "F.Cu") (net 90) (tstamp 4bb27e00-d1b0-4563-8787-92c093712a32)) + (segment (start 157.3653 103.7186) (end 157.3653 104) (width 0.25) (layer "F.Cu") (net 90) (tstamp 9de56287-bfb4-4a36-86eb-04e2277e9994)) + (segment (start 177.7 124) (end 177.7 122.8747) (width 0.25) (layer "F.Cu") (net 90) (tstamp a7b3af90-4139-44d8-9764-842a8952aeff)) + (segment (start 158.2092 102.8747) (end 157.3653 103.7186) (width 0.25) (layer "F.Cu") (net 90) (tstamp d338ec0d-d4ae-4566-92cc-81b0d6e2c78a)) + (segment (start 173.89 116.0512) (end 167.67 109.8312) (width 0.25) (layer "F.Cu") (net 90) (tstamp db7402d6-dc10-4a3b-abdd-e166862479c1)) + (segment (start 156.24 104) (end 157.3653 104) (width 0.25) (layer "F.Cu") (net 90) (tstamp e26c4cda-5c82-4894-8d91-31736f502ea8)) + (segment (start 167.67 103.6355) (end 166.9092 102.8747) (width 0.25) (layer "F.Cu") (net 90) (tstamp fd98315f-36fe-4f15-9192-f4f99b475a71)) + (segment (start 171.35 119.0647) (end 171.35 115.67) (width 0.25) (layer "F.Cu") (net 91) (tstamp 143b91f3-ccea-4887-a2bb-9199441e2ff0)) + (segment (start 175.16 122.8747) (end 171.35 119.0647) (width 0.25) (layer "F.Cu") (net 91) (tstamp 3350ab4f-11ce-41c8-8be0-dff0d9e7e4ab)) + (segment (start 171.35 115.67) (end 167.8263 112.1463) (width 0.25) (layer "F.Cu") (net 91) (tstamp 410e855c-6848-4af9-9db0-e3077acd0a85)) + (segment (start 167.8263 112.1463) (end 167.1537 112.1463) (width 0.25) (layer "F.Cu") (net 91) (tstamp 7f19dec4-b6ab-44dd-8a4e-8cf0298b64ca)) + (segment (start 175.16 124) (end 175.16 122.8747) (width 0.25) (layer "F.Cu") (net 91) (tstamp fe6323a8-e9b4-41f0-9806-95ccc43b5737)) + (via (at 167.1537 112.1463) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 91) (tstamp de2f3564-5815-4dcc-ab5f-e467250b8ad9)) + (segment (start 153.7 104) (end 154.544 104) (width 0.25) (layer "B.Cu") (net 91) (tstamp 0ed29cde-e0d6-450e-b55c-fb08953ba819)) + (segment (start 162.6903 112.1463) (end 167.1537 112.1463) (width 0.25) (layer "B.Cu") (net 91) (tstamp 267f3a51-0bfa-4ed7-be2c-039aa9ad0da1)) + (segment (start 154.544 104) (end 162.6903 112.1463) (width 0.25) (layer "B.Cu") (net 91) (tstamp 36841320-2294-4043-bcdc-4278e3d6dce6)) + (segment (start 168.83 121.6247) (end 168.83 115.8053) (width 0.25) (layer "F.Cu") (net 92) (tstamp 1602a111-abe9-4415-a619-bd66e933f82e)) + (segment (start 166.4 105.1253) (end 166.4 104) (width 0.25) (layer "F.Cu") (net 92) (tstamp 17fd7345-c6b4-4ebe-9733-d9afd148596b)) + (segment (start 170.08 124) (end 170.08 122.8747) (width 0.25) (layer "F.Cu") (net 92) (tstamp 3f191142-b1f8-4793-b6cc-932b580ff40d)) + (segment (start 166.4 113.3753) (end 166.4 105.1253) (width 0.25) (layer "F.Cu") (net 92) (tstamp 5c32c655-cffb-416d-a923-cde0d4eec455)) + (segment (start 170.08 122.8747) (end 168.83 121.6247) (width 0.25) (layer "F.Cu") (net 92) (tstamp 6817e96f-ecc0-4063-ab68-2455a6a45417)) + (segment (start 168.83 115.8053) (end 166.4 113.3753) (width 0.25) (layer "F.Cu") (net 92) (tstamp a3f59d24-7246-4797-9eb0-3fcb8deb27ae)) + (segment (start 203.372 115.894) (end 193.4327 105.9547) (width 0.25) (layer "B.Cu") (net 93) (tstamp 0350ea67-ea3d-4fe9-8049-5d5b7236a9c0)) + (segment (start 203.372 119.2027) (end 203.372 115.894) (width 0.25) (layer "B.Cu") (net 93) (tstamp 252bc26a-1656-48d7-b901-34b6c19db3a7)) + (segment (start 159.6239 104) (end 158.78 104) (width 0.25) (layer "B.Cu") (net 93) (tstamp 6cf63b50-9753-46e3-9a5c-196472c9c47c)) + (segment (start 171.8415 105.9547) (end 170.21 104.3232) (width 0.25) (layer "B.Cu") (net 93) (tstamp 7256ffc5-ffd3-4aa4-a55b-03538d913a54)) + (segment (start 170.21 103.5988) (end 169.4859 102.8747) (width 0.25) (layer "B.Cu") (net 93) (tstamp 758062d1-9128-469a-8099-8ec86af56476)) + (segment (start 199.7 122.8747) (end 203.372 119.2027) (width 0.25) (layer "B.Cu") (net 93) (tstamp 76ec6278-ca18-4d55-bc62-b778d97fcc78)) + (segment (start 193.4327 105.9547) (end 171.8415 105.9547) (width 0.25) (layer "B.Cu") (net 93) (tstamp 7b001f85-9fcd-4bf3-ad29-d97e22d5b04d)) + (segment (start 169.4859 102.8747) (end 160.7492 102.8747) (width 0.25) (layer "B.Cu") (net 93) (tstamp 7e4a054b-b85e-4946-97df-fed567c2c37c)) + (segment (start 170.21 104.3232) (end 170.21 103.5988) (width 0.25) (layer "B.Cu") (net 93) (tstamp 8b35f700-ee7c-43c3-b2bb-64dedd8939dc)) + (segment (start 160.7492 102.8747) (end 159.6239 104) (width 0.25) (layer "B.Cu") (net 93) (tstamp f58c4290-1d33-454a-983f-5989f1872efd)) + (segment (start 199.7 124) (end 199.7 122.8747) (width 0.25) (layer "B.Cu") (net 93) (tstamp fe66624a-667c-42f1-be53-d55221160b2b)) + (segment (start 189.9369 115.1668) (end 188.6207 115.1668) (width 0.25) (layer "F.Cu") (net 94) (tstamp 02143d7f-2ced-41fa-84ef-90684fcced8c)) + (segment (start 190.8668 116.8628) (end 190.8668 116.0967) (width 0.25) (layer "F.Cu") (net 94) (tstamp 0e6d1872-76ed-40ce-b61c-409fd9276312)) + (segment (start 197.16 122.8747) (end 196.8787 122.8747) (width 0.25) (layer "F.Cu") (net 94) (tstamp 1b21d68c-d7bb-4949-aaea-19af9360cc41)) + (segment (start 196.8787 122.8747) (end 190.8668 116.8628) (width 0.25) (layer "F.Cu") (net 94) (tstamp 4fc5d252-6a30-4191-806e-08bb920b49e9)) + (segment (start 190.8668 116.0967) (end 189.9369 115.1668) (width 0.25) (layer "F.Cu") (net 94) (tstamp 9df787c3-a670-412a-97ee-3b9ca2130648)) + (segment (start 197.16 124) (end 197.16 122.8747) (width 0.25) (layer "F.Cu") (net 94) (tstamp ab80c7ab-41cf-4cd5-b97a-78790d4fcd8a)) + (via (at 188.6207 115.1668) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 94) (tstamp 7d8140c2-5f32-47fd-b5f0-79479ab99dd1)) + (segment (start 162.164 104) (end 161.32 104) (width 0.25) (layer "B.Cu") (net 94) (tstamp 0177f2d9-f7b2-4acb-805d-28b9644dfc9b)) + (segment (start 170.6122 112.4482) (end 162.164 104) (width 0.25) (layer "B.Cu") (net 94) (tstamp a128bd56-3491-4203-a638-29f71f2b454f)) + (segment (start 188.6207 115.1668) (end 185.9021 112.4482) (width 0.25) (layer "B.Cu") (net 94) (tstamp d74909da-027f-4a82-9d2d-87b7b8a16f47)) + (segment (start 185.9021 112.4482) (end 170.6122 112.4482) (width 0.25) (layer "B.Cu") (net 94) (tstamp e93bda28-036a-47f8-99ee-870401d87029)) + (segment (start 194.62 122.8747) (end 194.0946 122.8747) (width 0.25) (layer "F.Cu") (net 95) (tstamp 4ac34b20-56b8-4ff6-8cb3-404d01e2c48a)) + (segment (start 194.0946 122.8747) (end 190.314 119.0941) (width 0.25) (layer "F.Cu") (net 95) (tstamp c2edb813-c9b9-4b88-8859-0f202cac2525)) + (segment (start 194.62 124) (end 194.62 122.8747) (width 0.25) (layer "F.Cu") (net 95) (tstamp c63e0ada-76e8-4bdc-b1f5-6b53dee96d5a)) + (via (at 190.314 119.0941) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 95) (tstamp 851b55fd-1b75-4ff5-958c-6b46be0e541a)) + (segment (start 190.314 119.0941) (end 190.8 118.6081) (width 0.25) (layer "B.Cu") (net 95) (tstamp 32f6fde8-3fa5-49af-b639-a67856120836)) + (segment (start 164.7039 104) (end 163.86 104) (width 0.25) (layer "B.Cu") (net 95) (tstamp 4130610c-22a3-4526-a00f-79c55c02f3a7)) + (segment (start 190.8 115.64) (end 186.5211 111.3611) (width 0.25) (layer "B.Cu") (net 95) (tstamp 7190eacc-edcd-49a6-899c-58933395197a)) + (segment (start 190.8 118.6081) (end 190.8 115.64) (width 0.25) (layer "B.Cu") (net 95) (tstamp 7950d508-ff1f-41a9-abc7-a005265c8a6c)) + (segment (start 186.5211 111.3611) (end 172.065 111.3611) (width 0.25) (layer "B.Cu") (net 95) (tstamp d9e28a71-2afb-4296-a25c-b67b49c94168)) + (segment (start 172.065 111.3611) (end 164.7039 104) (width 0.25) (layer "B.Cu") (net 95) (tstamp e39c19d7-64ac-4cb5-a999-2b4d8a35a686)) + (segment (start 190.3662 107.3662) (end 198.48 115.48) (width 0.25) (layer "B.Cu") (net 96) (tstamp 24f9edb4-d7a1-4af7-a04f-3a64d9fa9d6e)) + (segment (start 192.08 123.42) (end 192.08 124) (width 0.25) (layer "B.Cu") (net 96) (tstamp 45de9453-4a4a-4c1a-98ce-b9e6e9d249c0)) + (segment (start 168.94 104) (end 172.3062 107.3662) (width 0.25) (layer "B.Cu") (net 96) (tstamp 89b6fd41-b642-443a-a9fa-f69b8f257087)) + (segment (start 198.48 117.02) (end 192.08 123.42) (width 0.25) (layer "B.Cu") (net 96) (tstamp 909ecdf0-88ad-4d1d-93ca-90cc09e88fb9)) + (segment (start 172.3062 107.3662) (end 190.3662 107.3662) (width 0.25) (layer "B.Cu") (net 96) (tstamp 9defa37a-1286-4a05-a2a6-d087372d3106)) + (segment (start 198.48 115.48) (end 198.48 117.02) (width 0.25) (layer "B.Cu") (net 96) (tstamp f3e63a42-302d-4e44-a1f0-c31c754cf5ff)) + (segment (start 190.08 69.83) (end 190.08 70.9553) (width 0.25) (layer "F.Cu") (net 99) (tstamp 6d33f377-5b34-4cce-81bb-6585b5223452)) + (segment (start 188.795 90.7497) (end 187.7 91.8447) (width 0.25) (layer "F.Cu") (net 99) (tstamp 86c56e7c-c9fb-4f08-84d5-fd3b6a0208cf)) + (segment (start 190.08 70.9553) (end 188.795 72.2403) (width 0.25) (layer "F.Cu") (net 99) (tstamp a8eecaef-5df8-4cf6-9332-509bb669c3fe)) + (segment (start 187.7 92.97) (end 187.7 91.8447) (width 0.25) (layer "F.Cu") (net 99) (tstamp d0888a3f-a2e0-4502-bc82-a808e322633c)) + (segment (start 188.795 72.2403) (end 188.795 90.7497) (width 0.25) (layer "F.Cu") (net 99) (tstamp f47456e3-18c3-4e5f-98d7-37ca704e27b6)) + (segment (start 193.7453 72.0806) (end 192.62 70.9553) (width 0.25) (layer "F.Cu") (net 104) (tstamp 39d9e93b-81a3-431f-8b0f-91aaede70b76)) + (segment (start 193.7453 85.19) (end 193.7453 72.0806) (width 0.25) (layer "F.Cu") (net 104) (tstamp 55979b86-acbc-4334-b6e2-ded57f9cb864)) + (segment (start 192.62 69.83) (end 192.62 70.9553) (width 0.25) (layer "F.Cu") (net 104) (tstamp 77d20997-d498-4754-879d-8a8504bd9807)) + (segment (start 200.4 91.8447) (end 193.7453 85.19) (width 0.25) (layer "F.Cu") (net 104) (tstamp c262f517-002c-4048-9f64-bf4db62625b4)) + (segment (start 200.4 92.97) (end 200.4 91.8447) (width 0.25) (layer "F.Cu") (net 104) (tstamp d654a0dd-a4e8-435e-a3dc-34750807e3bc)) + (segment (start 187.7 99.4647) (end 186.4147 98.1794) (width 0.25) (layer "F.Cu") (net 105) (tstamp 43cde136-d5a2-4be0-ab9d-2700beb6752b)) + (segment (start 187.7 100.59) (end 187.7 99.4647) (width 0.25) (layer "F.Cu") (net 105) (tstamp a62eebac-7cd4-4d87-9d67-7d9e4541ef27)) + (segment (start 187.54 69.83) (end 187.54 70.9553) (width 0.25) (layer "F.Cu") (net 105) (tstamp ab237cac-d232-4700-9f12-db45cc70040c)) + (segment (start 186.4147 72.0806) (end 187.54 70.9553) (width 0.25) (layer "F.Cu") (net 105) (tstamp d4b621d1-1c5e-4b0d-a18a-e1f3b6c16ee3)) + (segment (start 186.4147 98.1794) (end 186.4147 72.0806) (width 0.25) (layer "F.Cu") (net 105) (tstamp df45ed83-ac29-472f-a1a8-42bd2c085666)) + (segment (start 174.0753 69.83) (end 174.0753 70.1114) (width 0.25) (layer "B.Cu") (net 112) (tstamp 02622a18-7e07-47d8-b4d9-e906a2bd2361)) + (segment (start 191.35 77.0905) (end 191.35 77.833) (width 0.25) (layer "B.Cu") (net 112) (tstamp 06b384cb-af98-4161-8b97-02ced759981d)) + (segment (start 174.0753 70.1114) (end 174.9192 70.9553) (width 0.25) (layer "B.Cu") (net 112) (tstamp 0ca4824f-25c0-4050-8ccc-7f5e90b3c88b)) + (segment (start 172.95 69.83) (end 174.0753 69.83) (width 0.25) (layer "B.Cu") (net 112) (tstamp 1092e8fc-ee6a-48c1-bcd1-2cd31dc0e8ae)) + (segment (start 201.51 78.03) (end 201.51 76.83) (width 0.25) (layer "B.Cu") (net 112) (tstamp 12bc9e07-41e8-493f-b464-d8a489a95c60)) + (segment (start 203.3099 76.3099) (end 204.0809 77.0809) (width 0.25) (layer "B.Cu") (net 112) (tstamp 3ac83a0f-9945-494a-8713-136a0de0f642)) + (segment (start 200.4 99.4647) (end 200.4 100.59) (width 0.25) (layer "B.Cu") (net 112) (tstamp 6be1e7c4-876c-436f-aeee-a246fa4272c2)) + (segment (start 191.35 77.833) (end 192.0924 78.5754) (width 0.25) (layer "B.Cu") (net 112) (tstamp 72950d1f-c836-40b2-aa26-e1b1451d2026)) + (segment (start 174.9192 70.9553) (end 185.2148 70.9553) (width 0.25) (layer "B.Cu") (net 112) (tstamp 7e78b800-2f6c-4ff2-96d7-b23d015d0122)) + (segment (start 185.2148 70.9553) (end 191.35 77.0905) (width 0.25) (layer "B.Cu") (net 112) (tstamp 8c16b0fe-1d29-4dc4-ad65-592296c3938b)) + (segment (start 204.0809 77.0809) (end 204.0809 95.7838) (width 0.25) (layer "B.Cu") (net 112) (tstamp b5d31276-2f59-4b3e-9f61-4f6cbb858f8f)) + (segment (start 204.0809 95.7838) (end 200.4 99.4647) (width 0.25) (layer "B.Cu") (net 112) (tstamp bf711b58-0739-477b-86ca-a31c4bc51df2)) + (segment (start 202.0301 76.3099) (end 203.3099 76.3099) (width 0.25) (layer "B.Cu") (net 112) (tstamp dc0054eb-c6d8-4f06-838e-40c33431824d)) + (segment (start 192.0924 78.5754) (end 200.9646 78.5754) (width 0.25) (layer "B.Cu") (net 112) (tstamp e98841bc-a59e-4702-bb09-5908854e58f4)) + (segment (start 201.51 76.83) (end 202.0301 76.3099) (width 0.25) (layer "B.Cu") (net 112) (tstamp eaf99ca8-4630-4a7f-a750-c989d71bc0af)) + (segment (start 200.9646 78.5754) (end 201.51 78.03) (width 0.25) (layer "B.Cu") (net 112) (tstamp f1e6a255-14c9-47cc-b959-804f0060add3)) + (segment (start 127.9072 96.2955) (end 128.3054 96.6937) (width 0.25) (layer "F.Cu") (net 113) (tstamp 03e2aa2e-f309-42ce-83cf-afd5f2c50999)) + (segment (start 113.8 77.45) (end 114.9253 77.45) (width 0.25) (layer "F.Cu") (net 113) (tstamp 26e47b96-e9a5-48fa-bb2f-09aeb167fcf1)) + (segment (start 129.04 101.38) (end 129.04 100.2547) (width 0.25) (layer "F.Cu") (net 113) (tstamp 386c6fbb-1b83-4897-903d-70f8f376bb17)) + (segment (start 128.5154 83.4867) (end 130.2056 85.1769) (width 0.25) (layer "F.Cu") (net 113) (tstamp 5e01fc43-0a92-417e-a03d-6b46d302a6ed)) + (segment (start 114.9253 77.45) (end 114.9253 77.7313) (width 0.25) (layer "F.Cu") (net 113) (tstamp 605cece0-7b89-4f57-9ee3-1bb71c8892e7)) + (segment (start 128.3054 99.5201) (end 129.04 100.2547) (width 0.25) (layer "F.Cu") (net 113) (tstamp 848021e9-ecf5-46da-8f5d-efa75ae8ac0e)) + (segment (start 130.2056 85.1769) (end 130.2056 90.0062) (width 0.25) (layer "F.Cu") (net 113) (tstamp 937431e6-0ce0-46fe-9281-8d34f68cec3f)) + (segment (start 120.6807 83.4867) (end 128.5154 83.4867) (width 0.25) (layer "F.Cu") (net 113) (tstamp b4cbe4db-1a41-4cd7-a3d7-71d118daa133)) + (segment (start 130.2056 90.0062) (end 127.9072 92.3046) (width 0.25) (layer "F.Cu") (net 113) (tstamp d27787c2-70d9-40dd-baad-43cce0675034)) + (segment (start 114.9253 77.7313) (end 120.6807 83.4867) (width 0.25) (layer "F.Cu") (net 113) (tstamp da56e6f6-d93a-44e1-99c6-67cb03654947)) + (segment (start 128.3054 96.6937) (end 128.3054 99.5201) (width 0.25) (layer "F.Cu") (net 113) (tstamp e7e20331-6702-4806-bd3a-13735688bf08)) + (segment (start 127.9072 92.3046) (end 127.9072 96.2955) (width 0.25) (layer "F.Cu") (net 113) (tstamp f2983f14-df99-4c98-8dcf-889c2760c8a2)) + + (zone (net 2) (net_name "GNDPWR") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-000060b6dddd) (hatch edge 0.508) + (connect_pads (clearance 0.254)) + (min_thickness 0.254) + (fill yes (thermal_gap 0.768) (thermal_bridge_width 0.768) (smoothing fillet)) + (polygon + (pts + (xy 192.01 134.95) + (xy 215.96 134.93) + (xy 215.93 40.08) + (xy 100.06 40.06) + (xy 100.07 134.96) + (xy 134 134.97) + (xy 134 129.93) + (xy 192.05 129.96) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 215.594001 134.594) + (xy 192.139858 134.594) + (xy 192.166312 131.2939) + (xy 192.208264 131.483203) + (xy 192.518496 131.606636) + (xy 192.846848 131.667174) + (xy 193.180701 131.662491) + (xy 193.507225 131.592767) + (xy 193.771736 131.483203) + (xy 193.838498 131.181951) + (xy 192.99 130.333453) + (xy 192.975858 130.347595) + (xy 192.612405 129.984142) + (xy 192.626547 129.97) + (xy 193.353453 129.97) + (xy 194.201951 130.818498) + (xy 194.503203 130.751736) + (xy 194.626636 130.441504) + (xy 194.687174 130.113152) + (xy 194.682491 129.779299) + (xy 194.612767 129.452775) + (xy 194.503203 129.188264) + (xy 194.201951 129.121502) + (xy 193.353453 129.97) + (xy 192.626547 129.97) + (xy 191.778049 129.121502) + (xy 191.476797 129.188264) + (xy 191.44367 129.271525) + (xy 191.407342 129.217157) + (xy 191.242843 129.052658) + (xy 191.049413 128.923412) + (xy 190.834485 128.834386) + (xy 190.606318 128.789) + (xy 190.422552 128.789) + (xy 189.755503 128.121951) + (xy 192.121502 128.121951) + (xy 192.188264 128.423203) + (xy 192.239833 128.443721) + (xy 192.208264 128.456797) + (xy 192.141502 128.758049) + (xy 192.99 129.606547) + (xy 193.838498 128.758049) + (xy 193.771736 128.456797) + (xy 193.720167 128.436279) + (xy 193.751736 128.423203) + (xy 193.818498 128.121951) + (xy 192.97 127.273453) + (xy 192.121502 128.121951) + (xy 189.755503 128.121951) + (xy 189.378399 127.744847) + (xy 188.427234 126.793682) + (xy 189.289 126.793682) + (xy 189.289 127.026318) + (xy 189.334386 127.254485) + (xy 189.423412 127.469413) + (xy 189.552658 127.662843) + (xy 189.717157 127.827342) + (xy 189.910587 127.956588) + (xy 190.125515 128.045614) + (xy 190.353682 128.091) + (xy 190.586318 128.091) + (xy 190.814485 128.045614) + (xy 191.029413 127.956588) + (xy 191.222843 127.827342) + (xy 191.387342 127.662843) + (xy 191.42283 127.609732) + (xy 191.456797 127.691736) + (xy 191.758049 127.758498) + (xy 192.606547 126.91) + (xy 193.333453 126.91) + (xy 194.181951 127.758498) + (xy 194.483203 127.691736) + (xy 194.606636 127.381504) + (xy 194.667174 127.053152) + (xy 194.662491 126.719299) + (xy 194.592767 126.392775) + (xy 194.483203 126.128264) + (xy 194.181951 126.061502) + (xy 193.333453 126.91) + (xy 192.606547 126.91) + (xy 191.758049 126.061502) + (xy 191.456797 126.128264) + (xy 191.42367 126.211525) + (xy 191.387342 126.157157) + (xy 191.222843 125.992658) + (xy 191.029413 125.863412) + (xy 190.814485 125.774386) + (xy 190.586318 125.729) + (xy 190.353682 125.729) + (xy 190.125515 125.774386) + (xy 189.910587 125.863412) + (xy 189.717157 125.992658) + (xy 189.552658 126.157157) + (xy 189.423412 126.350587) + (xy 189.334386 126.565515) + (xy 189.289 126.793682) + (xy 188.427234 126.793682) + (xy 187.331601 125.698049) + (xy 192.121502 125.698049) + (xy 192.97 126.546547) + (xy 193.818498 125.698049) + (xy 193.751736 125.396797) + (xy 193.441504 125.273364) + (xy 193.113152 125.212826) + (xy 192.779299 125.217509) + (xy 192.452775 125.287233) + (xy 192.188264 125.396797) + (xy 192.121502 125.698049) + (xy 187.331601 125.698049) + (xy 186.816394 125.182843) + (xy 187.8 125.182843) + (xy 187.874689 125.175487) + (xy 187.946508 125.153701) + (xy 188.012696 125.118322) + (xy 188.070711 125.070711) + (xy 188.118322 125.012696) + (xy 188.153701 124.946508) + (xy 188.175487 124.874689) + (xy 188.182843 124.8) + (xy 188.182843 124) + (xy 188.353286 124) + (xy 188.376088 124.231516) + (xy 188.443619 124.454136) + (xy 188.553283 124.659303) + (xy 188.700866 124.839134) + (xy 188.880697 124.986717) + (xy 189.085864 125.096381) + (xy 189.308484 125.163912) + (xy 189.481984 125.181) + (xy 189.598016 125.181) + (xy 189.771516 125.163912) + (xy 189.994136 125.096381) + (xy 190.199303 124.986717) + (xy 190.379134 124.839134) + (xy 190.526717 124.659303) + (xy 190.636381 124.454136) + (xy 190.703912 124.231516) + (xy 190.726714 124) + (xy 190.893286 124) + (xy 190.916088 124.231516) + (xy 190.983619 124.454136) + (xy 191.093283 124.659303) + (xy 191.240866 124.839134) + (xy 191.420697 124.986717) + (xy 191.625864 125.096381) + (xy 191.848484 125.163912) + (xy 192.021984 125.181) + (xy 192.138016 125.181) + (xy 192.311516 125.163912) + (xy 192.534136 125.096381) + (xy 192.739303 124.986717) + (xy 192.919134 124.839134) + (xy 193.066717 124.659303) + (xy 193.176381 124.454136) + (xy 193.243912 124.231516) + (xy 193.266714 124) + (xy 193.243912 123.768484) + (xy 193.176381 123.545864) + (xy 193.066717 123.340697) + (xy 192.919134 123.160866) + (xy 192.739303 123.013283) + (xy 192.534136 122.903619) + (xy 192.311516 122.836088) + (xy 192.138016 122.819) + (xy 192.021984 122.819) + (xy 191.848484 122.836088) + (xy 191.625864 122.903619) + (xy 191.420697 123.013283) + (xy 191.240866 123.160866) + (xy 191.093283 123.340697) + (xy 190.983619 123.545864) + (xy 190.916088 123.768484) + (xy 190.893286 124) + (xy 190.726714 124) + (xy 190.703912 123.768484) + (xy 190.636381 123.545864) + (xy 190.526717 123.340697) + (xy 190.379134 123.160866) + (xy 190.199303 123.013283) + (xy 189.994136 122.903619) + (xy 189.771516 122.836088) + (xy 189.598016 122.819) + (xy 189.481984 122.819) + (xy 189.308484 122.836088) + (xy 189.085864 122.903619) + (xy 188.880697 123.013283) + (xy 188.700866 123.160866) + (xy 188.553283 123.340697) + (xy 188.443619 123.545864) + (xy 188.376088 123.768484) + (xy 188.353286 124) + (xy 188.182843 124) + (xy 188.182843 123.2) + (xy 188.175487 123.125311) + (xy 188.153701 123.053492) + (xy 188.118322 122.987304) + (xy 188.070711 122.929289) + (xy 188.012696 122.881678) + (xy 187.946508 122.846299) + (xy 187.874689 122.824513) + (xy 187.8 122.817157) + (xy 187.506 122.817157) + (xy 187.506 120.254891) + (xy 188.743713 119.017178) + (xy 189.533 119.017178) + (xy 189.533 119.171022) + (xy 189.563013 119.321909) + (xy 189.621887 119.464042) + (xy 189.707358 119.591959) + (xy 189.816141 119.700742) + (xy 189.944058 119.786213) + (xy 190.086191 119.845087) + (xy 190.237078 119.8751) + (xy 190.379409 119.8751) + (xy 193.719228 123.21492) + (xy 193.727867 123.225446) + (xy 193.633283 123.340697) + (xy 193.523619 123.545864) + (xy 193.456088 123.768484) + (xy 193.433286 124) + (xy 193.456088 124.231516) + (xy 193.523619 124.454136) + (xy 193.633283 124.659303) + (xy 193.780866 124.839134) + (xy 193.960697 124.986717) + (xy 194.165864 125.096381) + (xy 194.388484 125.163912) + (xy 194.561984 125.181) + (xy 194.678016 125.181) + (xy 194.851516 125.163912) + (xy 195.074136 125.096381) + (xy 195.279303 124.986717) + (xy 195.459134 124.839134) + (xy 195.606717 124.659303) + (xy 195.716381 124.454136) + (xy 195.783912 124.231516) + (xy 195.806714 124) + (xy 195.783912 123.768484) + (xy 195.716381 123.545864) + (xy 195.606717 123.340697) + (xy 195.459134 123.160866) + (xy 195.279303 123.013283) + (xy 195.126 122.931341) + (xy 195.126 122.899554) + (xy 195.128448 122.8747) + (xy 195.118678 122.775507) + (xy 195.089745 122.680125) + (xy 195.042759 122.592221) + (xy 194.979527 122.515173) + (xy 194.902479 122.451941) + (xy 194.814575 122.404955) + (xy 194.719193 122.376022) + (xy 194.644854 122.3687) + (xy 194.62 122.366252) + (xy 194.595146 122.3687) + (xy 194.304192 122.3687) + (xy 191.095 119.159509) + (xy 191.095 119.017178) + (xy 191.064987 118.866291) + (xy 191.006113 118.724158) + (xy 190.920642 118.596241) + (xy 190.811859 118.487458) + (xy 190.683942 118.401987) + (xy 190.541809 118.343113) + (xy 190.390922 118.3131) + (xy 190.237078 118.3131) + (xy 190.086191 118.343113) + (xy 189.944058 118.401987) + (xy 189.816141 118.487458) + (xy 189.707358 118.596241) + (xy 189.621887 118.724158) + (xy 189.563013 118.866291) + (xy 189.533 119.017178) + (xy 188.743713 119.017178) + (xy 189.88022 117.880672) + (xy 189.899527 117.864827) + (xy 189.962759 117.787779) + (xy 190.009745 117.699875) + (xy 190.038678 117.604493) + (xy 190.046 117.530154) + (xy 190.046 117.530147) + (xy 190.048447 117.505301) + (xy 190.046 117.480455) + (xy 190.046 117.448659) + (xy 190.199303 117.366717) + (xy 190.379134 117.219134) + (xy 190.442347 117.142109) + (xy 190.444041 117.145279) + (xy 190.507273 117.222327) + (xy 190.526585 117.238176) + (xy 196.391394 123.102986) + (xy 196.320866 123.160866) + (xy 196.173283 123.340697) + (xy 196.063619 123.545864) + (xy 195.996088 123.768484) + (xy 195.973286 124) + (xy 195.996088 124.231516) + (xy 196.063619 124.454136) + (xy 196.173283 124.659303) + (xy 196.320866 124.839134) + (xy 196.500697 124.986717) + (xy 196.705864 125.096381) + (xy 196.928484 125.163912) + (xy 197.101984 125.181) + (xy 197.218016 125.181) + (xy 197.391516 125.163912) + (xy 197.614136 125.096381) + (xy 197.819303 124.986717) + (xy 197.999134 124.839134) + (xy 198.146717 124.659303) + (xy 198.256381 124.454136) + (xy 198.323912 124.231516) + (xy 198.346714 124) + (xy 198.513286 124) + (xy 198.536088 124.231516) + (xy 198.603619 124.454136) + (xy 198.713283 124.659303) + (xy 198.860866 124.839134) + (xy 199.040697 124.986717) + (xy 199.245864 125.096381) + (xy 199.468484 125.163912) + (xy 199.641984 125.181) + (xy 199.758016 125.181) + (xy 199.931516 125.163912) + (xy 200.154136 125.096381) + (xy 200.359303 124.986717) + (xy 200.539134 124.839134) + (xy 200.686717 124.659303) + (xy 200.687041 124.658697) + (xy 200.757095 124.821004) + (xy 200.945759 125.094529) + (xy 201.184159 125.325992) + (xy 201.463135 125.506498) + (xy 201.724073 125.614572) + (xy 201.983 125.44863) + (xy 201.983 124.257) + (xy 202.497 124.257) + (xy 202.497 125.44863) + (xy 202.755927 125.614572) + (xy 203.016865 125.506498) + (xy 203.295841 125.325992) + (xy 203.534241 125.094529) + (xy 203.722905 124.821004) + (xy 203.854581 124.515928) + (xy 203.691662 124.257) + (xy 202.497 124.257) + (xy 201.983 124.257) + (xy 201.963 124.257) + (xy 201.963 123.743) + (xy 201.983 123.743) + (xy 201.983 122.55137) + (xy 202.497 122.55137) + (xy 202.497 123.743) + (xy 203.691662 123.743) + (xy 203.854581 123.484072) + (xy 203.722905 123.178996) + (xy 203.534241 122.905471) + (xy 203.295841 122.674008) + (xy 203.016865 122.493502) + (xy 202.755927 122.385428) + (xy 202.497 122.55137) + (xy 201.983 122.55137) + (xy 201.724073 122.385428) + (xy 201.463135 122.493502) + (xy 201.184159 122.674008) + (xy 200.945759 122.905471) + (xy 200.757095 123.178996) + (xy 200.687041 123.341303) + (xy 200.686717 123.340697) + (xy 200.539134 123.160866) + (xy 200.359303 123.013283) + (xy 200.154136 122.903619) + (xy 199.931516 122.836088) + (xy 199.758016 122.819) + (xy 199.641984 122.819) + (xy 199.468484 122.836088) + (xy 199.245864 122.903619) + (xy 199.040697 123.013283) + (xy 198.860866 123.160866) + (xy 198.713283 123.340697) + (xy 198.603619 123.545864) + (xy 198.536088 123.768484) + (xy 198.513286 124) + (xy 198.346714 124) + (xy 198.323912 123.768484) + (xy 198.256381 123.545864) + (xy 198.146717 123.340697) + (xy 197.999134 123.160866) + (xy 197.819303 123.013283) + (xy 197.666 122.931341) + (xy 197.666 122.899554) + (xy 197.668448 122.8747) + (xy 197.658678 122.775507) + (xy 197.629745 122.680125) + (xy 197.582759 122.592221) + (xy 197.519527 122.515173) + (xy 197.442479 122.451941) + (xy 197.354575 122.404955) + (xy 197.259193 122.376022) + (xy 197.184854 122.3687) + (xy 197.16 122.366252) + (xy 197.135146 122.3687) + (xy 197.088292 122.3687) + (xy 192.267808 117.548217) + (xy 192.311516 117.543912) + (xy 192.534136 117.476381) + (xy 192.739303 117.366717) + (xy 192.919134 117.219134) + (xy 193.066717 117.039303) + (xy 193.176381 116.834136) + (xy 193.243912 116.611516) + (xy 193.266714 116.38) + (xy 193.433286 116.38) + (xy 193.456088 116.611516) + (xy 193.523619 116.834136) + (xy 193.633283 117.039303) + (xy 193.780866 117.219134) + (xy 193.960697 117.366717) + (xy 194.165864 117.476381) + (xy 194.388484 117.543912) + (xy 194.561984 117.561) + (xy 194.678016 117.561) + (xy 194.851516 117.543912) + (xy 195.074136 117.476381) + (xy 195.279303 117.366717) + (xy 195.459134 117.219134) + (xy 195.606717 117.039303) + (xy 195.716381 116.834136) + (xy 195.783912 116.611516) + (xy 195.806714 116.38) + (xy 195.973286 116.38) + (xy 195.996088 116.611516) + (xy 196.063619 116.834136) + (xy 196.173283 117.039303) + (xy 196.320866 117.219134) + (xy 196.500697 117.366717) + (xy 196.705864 117.476381) + (xy 196.928484 117.543912) + (xy 197.101984 117.561) + (xy 197.218016 117.561) + (xy 197.391516 117.543912) + (xy 197.614136 117.476381) + (xy 197.819303 117.366717) + (xy 197.999134 117.219134) + (xy 198.146717 117.039303) + (xy 198.256381 116.834136) + (xy 198.323912 116.611516) + (xy 198.346714 116.38) + (xy 198.513286 116.38) + (xy 198.536088 116.611516) + (xy 198.603619 116.834136) + (xy 198.713283 117.039303) + (xy 198.860866 117.219134) + (xy 199.040697 117.366717) + (xy 199.245864 117.476381) + (xy 199.468484 117.543912) + (xy 199.641984 117.561) + (xy 199.758016 117.561) + (xy 199.931516 117.543912) + (xy 200.154136 117.476381) + (xy 200.359303 117.366717) + (xy 200.539134 117.219134) + (xy 200.686717 117.039303) + (xy 200.796381 116.834136) + (xy 200.863912 116.611516) + (xy 200.886714 116.38) + (xy 201.053286 116.38) + (xy 201.076088 116.611516) + (xy 201.143619 116.834136) + (xy 201.253283 117.039303) + (xy 201.400866 117.219134) + (xy 201.580697 117.366717) + (xy 201.785864 117.476381) + (xy 202.008484 117.543912) + (xy 202.181984 117.561) + (xy 202.298016 117.561) + (xy 202.471516 117.543912) + (xy 202.694136 117.476381) + (xy 202.899303 117.366717) + (xy 203.079134 117.219134) + (xy 203.226717 117.039303) + (xy 203.336381 116.834136) + (xy 203.403912 116.611516) + (xy 203.426714 116.38) + (xy 203.403912 116.148484) + (xy 203.336381 115.925864) + (xy 203.226717 115.720697) + (xy 203.079134 115.540866) + (xy 202.899303 115.393283) + (xy 202.694136 115.283619) + (xy 202.471516 115.216088) + (xy 202.298016 115.199) + (xy 202.181984 115.199) + (xy 202.008484 115.216088) + (xy 201.785864 115.283619) + (xy 201.580697 115.393283) + (xy 201.400866 115.540866) + (xy 201.253283 115.720697) + (xy 201.143619 115.925864) + (xy 201.076088 116.148484) + (xy 201.053286 116.38) + (xy 200.886714 116.38) + (xy 200.863912 116.148484) + (xy 200.796381 115.925864) + (xy 200.686717 115.720697) + (xy 200.539134 115.540866) + (xy 200.359303 115.393283) + (xy 200.154136 115.283619) + (xy 199.931516 115.216088) + (xy 199.758016 115.199) + (xy 199.641984 115.199) + (xy 199.468484 115.216088) + (xy 199.245864 115.283619) + (xy 199.040697 115.393283) + (xy 198.860866 115.540866) + (xy 198.713283 115.720697) + (xy 198.603619 115.925864) + (xy 198.536088 116.148484) + (xy 198.513286 116.38) + (xy 198.346714 116.38) + (xy 198.323912 116.148484) + (xy 198.256381 115.925864) + (xy 198.146717 115.720697) + (xy 197.999134 115.540866) + (xy 197.819303 115.393283) + (xy 197.614136 115.283619) + (xy 197.391516 115.216088) + (xy 197.218016 115.199) + (xy 197.101984 115.199) + (xy 196.928484 115.216088) + (xy 196.705864 115.283619) + (xy 196.500697 115.393283) + (xy 196.320866 115.540866) + (xy 196.173283 115.720697) + (xy 196.063619 115.925864) + (xy 195.996088 116.148484) + (xy 195.973286 116.38) + (xy 195.806714 116.38) + (xy 195.783912 116.148484) + (xy 195.716381 115.925864) + (xy 195.606717 115.720697) + (xy 195.459134 115.540866) + (xy 195.279303 115.393283) + (xy 195.101 115.297978) + (xy 195.101 109.233936) + (xy 195.54877 108.786167) + (xy 195.602479 108.757459) + (xy 195.679527 108.694227) + (xy 195.742759 108.617179) + (xy 195.789745 108.529275) + (xy 195.818678 108.433893) + (xy 195.826 108.359554) + (xy 195.826 101.658659) + (xy 195.979303 101.576717) + (xy 196.159134 101.429134) + (xy 196.306717 101.249303) + (xy 196.416381 101.044136) + (xy 196.483912 100.821516) + (xy 196.506714 100.59) + (xy 196.673286 100.59) + (xy 196.696088 100.821516) + (xy 196.763619 101.044136) + (xy 196.873283 101.249303) + (xy 197.020866 101.429134) + (xy 197.200697 101.576717) + (xy 197.405864 101.686381) + (xy 197.628484 101.753912) + (xy 197.801984 101.771) + (xy 197.918016 101.771) + (xy 198.091516 101.753912) + (xy 198.314136 101.686381) + (xy 198.519303 101.576717) + (xy 198.699134 101.429134) + (xy 198.846717 101.249303) + (xy 198.956381 101.044136) + (xy 199.023912 100.821516) + (xy 199.046714 100.59) + (xy 199.213286 100.59) + (xy 199.236088 100.821516) + (xy 199.303619 101.044136) + (xy 199.413283 101.249303) + (xy 199.560866 101.429134) + (xy 199.740697 101.576717) + (xy 199.945864 101.686381) + (xy 200.168484 101.753912) + (xy 200.341984 101.771) + (xy 200.458016 101.771) + (xy 200.631516 101.753912) + (xy 200.854136 101.686381) + (xy 201.059303 101.576717) + (xy 201.239134 101.429134) + (xy 201.386717 101.249303) + (xy 201.387041 101.248697) + (xy 201.457095 101.411004) + (xy 201.645759 101.684529) + (xy 201.884159 101.915992) + (xy 202.163135 102.096498) + (xy 202.424073 102.204572) + (xy 202.683 102.03863) + (xy 202.683 100.847) + (xy 203.197 100.847) + (xy 203.197 102.03863) + (xy 203.455927 102.204572) + (xy 203.716865 102.096498) + (xy 203.995841 101.915992) + (xy 204.234241 101.684529) + (xy 204.422905 101.411004) + (xy 204.554581 101.105928) + (xy 204.391662 100.847) + (xy 203.197 100.847) + (xy 202.683 100.847) + (xy 202.663 100.847) + (xy 202.663 100.333) + (xy 202.683 100.333) + (xy 202.683 99.14137) + (xy 203.197 99.14137) + (xy 203.197 100.333) + (xy 204.391662 100.333) + (xy 204.554581 100.074072) + (xy 204.422905 99.768996) + (xy 204.234241 99.495471) + (xy 203.995841 99.264008) + (xy 203.716865 99.083502) + (xy 203.455927 98.975428) + (xy 203.197 99.14137) + (xy 202.683 99.14137) + (xy 202.424073 98.975428) + (xy 202.163135 99.083502) + (xy 201.884159 99.264008) + (xy 201.645759 99.495471) + (xy 201.457095 99.768996) + (xy 201.387041 99.931303) + (xy 201.386717 99.930697) + (xy 201.239134 99.750866) + (xy 201.059303 99.603283) + (xy 200.854136 99.493619) + (xy 200.631516 99.426088) + (xy 200.458016 99.409) + (xy 200.341984 99.409) + (xy 200.168484 99.426088) + (xy 199.945864 99.493619) + (xy 199.740697 99.603283) + (xy 199.560866 99.750866) + (xy 199.413283 99.930697) + (xy 199.303619 100.135864) + (xy 199.236088 100.358484) + (xy 199.213286 100.59) + (xy 199.046714 100.59) + (xy 199.023912 100.358484) + (xy 198.956381 100.135864) + (xy 198.846717 99.930697) + (xy 198.699134 99.750866) + (xy 198.519303 99.603283) + (xy 198.314136 99.493619) + (xy 198.091516 99.426088) + (xy 197.918016 99.409) + (xy 197.801984 99.409) + (xy 197.628484 99.426088) + (xy 197.405864 99.493619) + (xy 197.200697 99.603283) + (xy 197.020866 99.750866) + (xy 196.873283 99.930697) + (xy 196.763619 100.135864) + (xy 196.696088 100.358484) + (xy 196.673286 100.59) + (xy 196.506714 100.59) + (xy 196.483912 100.358484) + (xy 196.416381 100.135864) + (xy 196.306717 99.930697) + (xy 196.159134 99.750866) + (xy 195.979303 99.603283) + (xy 195.774136 99.493619) + (xy 195.551516 99.426088) + (xy 195.378016 99.409) + (xy 195.261984 99.409) + (xy 195.088484 99.426088) + (xy 194.865864 99.493619) + (xy 194.660697 99.603283) + (xy 194.480866 99.750866) + (xy 194.333283 99.930697) + (xy 194.223619 100.135864) + (xy 194.156088 100.358484) + (xy 194.133286 100.59) + (xy 194.156088 100.821516) + (xy 194.223619 101.044136) + (xy 194.333283 101.249303) + (xy 194.480866 101.429134) + (xy 194.660697 101.576717) + (xy 194.814001 101.65866) + (xy 194.814 108.160463) + (xy 194.296594 108.67787) + (xy 194.278236 108.692936) + (xy 194.218128 108.766178) + (xy 194.173464 108.84974) + (xy 194.157973 108.900807) + (xy 194.14596 108.940408) + (xy 194.136673 109.0347) + (xy 194.139 109.058326) + (xy 194.139001 115.297978) + (xy 193.960697 115.393283) + (xy 193.780866 115.540866) + (xy 193.633283 115.720697) + (xy 193.523619 115.925864) + (xy 193.456088 116.148484) + (xy 193.433286 116.38) + (xy 193.266714 116.38) + (xy 193.243912 116.148484) + (xy 193.176381 115.925864) + (xy 193.066717 115.720697) + (xy 192.919134 115.540866) + (xy 192.739303 115.393283) + (xy 192.534136 115.283619) + (xy 192.311516 115.216088) + (xy 192.138016 115.199) + (xy 192.021984 115.199) + (xy 191.848484 115.216088) + (xy 191.625864 115.283619) + (xy 191.420697 115.393283) + (xy 191.240866 115.540866) + (xy 191.144266 115.658574) + (xy 190.312276 114.826585) + (xy 190.296427 114.807273) + (xy 190.219379 114.744041) + (xy 190.131475 114.697055) + (xy 190.036093 114.668122) + (xy 189.961754 114.6608) + (xy 189.961746 114.6608) + (xy 189.9369 114.658353) + (xy 189.912054 114.6608) + (xy 189.219201 114.6608) + (xy 189.118559 114.560158) + (xy 188.997873 114.479518) + (xy 191.85022 111.627172) + (xy 191.869527 111.611327) + (xy 191.932759 111.534279) + (xy 191.979745 111.446375) + (xy 192.008678 111.350993) + (xy 192.016 111.276654) + (xy 192.016 111.276647) + (xy 192.018447 111.251801) + (xy 192.016 111.226955) + (xy 192.016 101.490795) + (xy 192.120697 101.576717) + (xy 192.325864 101.686381) + (xy 192.548484 101.753912) + (xy 192.721984 101.771) + (xy 192.838016 101.771) + (xy 193.011516 101.753912) + (xy 193.234136 101.686381) + (xy 193.439303 101.576717) + (xy 193.619134 101.429134) + (xy 193.766717 101.249303) + (xy 193.876381 101.044136) + (xy 193.943912 100.821516) + (xy 193.966714 100.59) + (xy 193.943912 100.358484) + (xy 193.876381 100.135864) + (xy 193.766717 99.930697) + (xy 193.619134 99.750866) + (xy 193.439303 99.603283) + (xy 193.234136 99.493619) + (xy 193.011516 99.426088) + (xy 192.838016 99.409) + (xy 192.721984 99.409) + (xy 192.548484 99.426088) + (xy 192.325864 99.493619) + (xy 192.120697 99.603283) + (xy 192.016 99.689205) + (xy 192.016 98.114891) + (xy 195.66022 94.470672) + (xy 195.679527 94.454827) + (xy 195.742759 94.377779) + (xy 195.789745 94.289875) + (xy 195.818678 94.194493) + (xy 195.826 94.120154) + (xy 195.828448 94.0953) + (xy 195.826 94.070446) + (xy 195.826 94.038659) + (xy 195.979303 93.956717) + (xy 196.159134 93.809134) + (xy 196.306717 93.629303) + (xy 196.416381 93.424136) + (xy 196.483912 93.201516) + (xy 196.506714 92.97) + (xy 196.673286 92.97) + (xy 196.696088 93.201516) + (xy 196.763619 93.424136) + (xy 196.873283 93.629303) + (xy 197.020866 93.809134) + (xy 197.200697 93.956717) + (xy 197.405864 94.066381) + (xy 197.628484 94.133912) + (xy 197.801984 94.151) + (xy 197.918016 94.151) + (xy 198.091516 94.133912) + (xy 198.314136 94.066381) + (xy 198.519303 93.956717) + (xy 198.699134 93.809134) + (xy 198.846717 93.629303) + (xy 198.956381 93.424136) + (xy 199.023912 93.201516) + (xy 199.046714 92.97) + (xy 199.023912 92.738484) + (xy 198.956381 92.515864) + (xy 198.846717 92.310697) + (xy 198.699134 92.130866) + (xy 198.519303 91.983283) + (xy 198.314136 91.873619) + (xy 198.091516 91.806088) + (xy 197.918016 91.789) + (xy 197.801984 91.789) + (xy 197.628484 91.806088) + (xy 197.405864 91.873619) + (xy 197.200697 91.983283) + (xy 197.020866 92.130866) + (xy 196.873283 92.310697) + (xy 196.763619 92.515864) + (xy 196.696088 92.738484) + (xy 196.673286 92.97) + (xy 196.506714 92.97) + (xy 196.483912 92.738484) + (xy 196.416381 92.515864) + (xy 196.306717 92.310697) + (xy 196.159134 92.130866) + (xy 195.979303 91.983283) + (xy 195.774136 91.873619) + (xy 195.551516 91.806088) + (xy 195.378016 91.789) + (xy 195.261984 91.789) + (xy 195.088484 91.806088) + (xy 194.865864 91.873619) + (xy 194.660697 91.983283) + (xy 194.480866 92.130866) + (xy 194.333283 92.310697) + (xy 194.223619 92.515864) + (xy 194.156088 92.738484) + (xy 194.133286 92.97) + (xy 194.156088 93.201516) + (xy 194.223619 93.424136) + (xy 194.333283 93.629303) + (xy 194.480866 93.809134) + (xy 194.660697 93.956717) + (xy 194.714326 93.985382) + (xy 191.169785 97.529924) + (xy 191.150473 97.545773) + (xy 191.087241 97.622821) + (xy 191.040255 97.710726) + (xy 191.011322 97.806108) + (xy 191.004 97.880447) + (xy 191.004 97.880454) + (xy 191.001553 97.9053) + (xy 191.004 97.930146) + (xy 191.004 99.689205) + (xy 190.899303 99.603283) + (xy 190.694136 99.493619) + (xy 190.471516 99.426088) + (xy 190.298016 99.409) + (xy 190.181984 99.409) + (xy 190.008484 99.426088) + (xy 189.785864 99.493619) + (xy 189.580697 99.603283) + (xy 189.400866 99.750866) + (xy 189.253283 99.930697) + (xy 189.143619 100.135864) + (xy 189.076088 100.358484) + (xy 189.053286 100.59) + (xy 189.076088 100.821516) + (xy 189.143619 101.044136) + (xy 189.253283 101.249303) + (xy 189.400866 101.429134) + (xy 189.580697 101.576717) + (xy 189.785864 101.686381) + (xy 190.008484 101.753912) + (xy 190.181984 101.771) + (xy 190.298016 101.771) + (xy 190.471516 101.753912) + (xy 190.694136 101.686381) + (xy 190.899303 101.576717) + (xy 191.004 101.490794) + (xy 191.004001 111.042207) + (xy 187.555185 114.491024) + (xy 187.535873 114.506873) + (xy 187.472641 114.583921) + (xy 187.425655 114.671826) + (xy 187.396722 114.767208) + (xy 187.3894 114.841547) + (xy 187.3894 114.841554) + (xy 187.386953 114.8664) + (xy 187.3894 114.891247) + (xy 187.389401 115.263982) + (xy 187.231516 115.216088) + (xy 187.058016 115.199) + (xy 186.941984 115.199) + (xy 186.768484 115.216088) + (xy 186.545864 115.283619) + (xy 186.340697 115.393283) + (xy 186.160866 115.540866) + (xy 186.118409 115.5926) + (xy 185.925869 115.5926) + (xy 184.178265 113.844997) + (xy 184.1174 113.795046) + (xy 184.1174 101.683781) + (xy 184.147304 101.708322) + (xy 184.213492 101.743701) + (xy 184.285311 101.765487) + (xy 184.36 101.772843) + (xy 185.96 101.772843) + (xy 186.034689 101.765487) + (xy 186.106508 101.743701) + (xy 186.172696 101.708322) + (xy 186.230711 101.660711) + (xy 186.278322 101.602696) + (xy 186.313701 101.536508) + (xy 186.335487 101.464689) + (xy 186.342843 101.39) + (xy 186.342843 99.79) + (xy 186.335487 99.715311) + (xy 186.313701 99.643492) + (xy 186.278322 99.577304) + (xy 186.230711 99.519289) + (xy 186.172696 99.471678) + (xy 186.106508 99.436299) + (xy 186.034689 99.414513) + (xy 185.96 99.407157) + (xy 184.36 99.407157) + (xy 184.285311 99.414513) + (xy 184.213492 99.436299) + (xy 184.147304 99.471678) + (xy 184.1174 99.496219) + (xy 184.1174 93.720151) + (xy 184.189043 93.648507) + (xy 184.320866 93.809134) + (xy 184.500697 93.956717) + (xy 184.705864 94.066381) + (xy 184.928484 94.133912) + (xy 185.101984 94.151) + (xy 185.218016 94.151) + (xy 185.391516 94.133912) + (xy 185.614136 94.066381) + (xy 185.819303 93.956717) + (xy 185.9087 93.883351) + (xy 185.9087 98.154554) + (xy 185.906253 98.1794) + (xy 185.9087 98.204246) + (xy 185.9087 98.204253) + (xy 185.916022 98.278592) + (xy 185.944955 98.373974) + (xy 185.991941 98.461879) + (xy 186.055173 98.538927) + (xy 186.074485 98.554776) + (xy 187.094326 99.574618) + (xy 187.040697 99.603283) + (xy 186.860866 99.750866) + (xy 186.713283 99.930697) + (xy 186.603619 100.135864) + (xy 186.536088 100.358484) + (xy 186.513286 100.59) + (xy 186.536088 100.821516) + (xy 186.603619 101.044136) + (xy 186.713283 101.249303) + (xy 186.860866 101.429134) + (xy 187.040697 101.576717) + (xy 187.245864 101.686381) + (xy 187.468484 101.753912) + (xy 187.641984 101.771) + (xy 187.758016 101.771) + (xy 187.931516 101.753912) + (xy 188.154136 101.686381) + (xy 188.359303 101.576717) + (xy 188.539134 101.429134) + (xy 188.686717 101.249303) + (xy 188.796381 101.044136) + (xy 188.863912 100.821516) + (xy 188.886714 100.59) + (xy 188.863912 100.358484) + (xy 188.796381 100.135864) + (xy 188.686717 99.930697) + (xy 188.539134 99.750866) + (xy 188.359303 99.603283) + (xy 188.206 99.521341) + (xy 188.206 99.489554) + (xy 188.208448 99.4647) + (xy 188.198678 99.365507) + (xy 188.169745 99.270125) + (xy 188.164104 99.259572) + (xy 188.122759 99.182221) + (xy 188.059527 99.105173) + (xy 188.04022 99.089328) + (xy 186.9207 97.969809) + (xy 186.9207 93.858238) + (xy 187.040697 93.956717) + (xy 187.245864 94.066381) + (xy 187.468484 94.133912) + (xy 187.641984 94.151) + (xy 187.758016 94.151) + (xy 187.931516 94.133912) + (xy 188.154136 94.066381) + (xy 188.359303 93.956717) + (xy 188.539134 93.809134) + (xy 188.686717 93.629303) + (xy 188.796381 93.424136) + (xy 188.863912 93.201516) + (xy 188.886714 92.97) + (xy 189.053286 92.97) + (xy 189.076088 93.201516) + (xy 189.143619 93.424136) + (xy 189.253283 93.629303) + (xy 189.400866 93.809134) + (xy 189.580697 93.956717) + (xy 189.785864 94.066381) + (xy 190.008484 94.133912) + (xy 190.181984 94.151) + (xy 190.298016 94.151) + (xy 190.471516 94.133912) + (xy 190.694136 94.066381) + (xy 190.899303 93.956717) + (xy 191.079134 93.809134) + (xy 191.226717 93.629303) + (xy 191.336381 93.424136) + (xy 191.403912 93.201516) + (xy 191.426714 92.97) + (xy 191.593286 92.97) + (xy 191.616088 93.201516) + (xy 191.683619 93.424136) + (xy 191.793283 93.629303) + (xy 191.940866 93.809134) + (xy 192.120697 93.956717) + (xy 192.325864 94.066381) + (xy 192.548484 94.133912) + (xy 192.721984 94.151) + (xy 192.838016 94.151) + (xy 193.011516 94.133912) + (xy 193.234136 94.066381) + (xy 193.439303 93.956717) + (xy 193.619134 93.809134) + (xy 193.766717 93.629303) + (xy 193.876381 93.424136) + (xy 193.943912 93.201516) + (xy 193.966714 92.97) + (xy 193.943912 92.738484) + (xy 193.876381 92.515864) + (xy 193.766717 92.310697) + (xy 193.619134 92.130866) + (xy 193.439303 91.983283) + (xy 193.234136 91.873619) + (xy 193.011516 91.806088) + (xy 192.838016 91.789) + (xy 192.721984 91.789) + (xy 192.548484 91.806088) + (xy 192.325864 91.873619) + (xy 192.120697 91.983283) + (xy 191.940866 92.130866) + (xy 191.793283 92.310697) + (xy 191.683619 92.515864) + (xy 191.616088 92.738484) + (xy 191.593286 92.97) + (xy 191.426714 92.97) + (xy 191.403912 92.738484) + (xy 191.336381 92.515864) + (xy 191.226717 92.310697) + (xy 191.079134 92.130866) + (xy 190.899303 91.983283) + (xy 190.694136 91.873619) + (xy 190.471516 91.806088) + (xy 190.298016 91.789) + (xy 190.181984 91.789) + (xy 190.008484 91.806088) + (xy 189.785864 91.873619) + (xy 189.580697 91.983283) + (xy 189.400866 92.130866) + (xy 189.253283 92.310697) + (xy 189.143619 92.515864) + (xy 189.076088 92.738484) + (xy 189.053286 92.97) + (xy 188.886714 92.97) + (xy 188.863912 92.738484) + (xy 188.796381 92.515864) + (xy 188.686717 92.310697) + (xy 188.539134 92.130866) + (xy 188.359303 91.983283) + (xy 188.305674 91.954618) + (xy 189.13522 91.125072) + (xy 189.154527 91.109227) + (xy 189.217759 91.032179) + (xy 189.264745 90.944275) + (xy 189.293678 90.848893) + (xy 189.301 90.774554) + (xy 189.303448 90.7497) + (xy 189.301 90.724846) + (xy 189.301 78.338485) + (xy 189.420697 78.436717) + (xy 189.625864 78.546381) + (xy 189.848484 78.613912) + (xy 190.021984 78.631) + (xy 190.138016 78.631) + (xy 190.311516 78.613912) + (xy 190.534136 78.546381) + (xy 190.739303 78.436717) + (xy 190.919134 78.289134) + (xy 191.066717 78.109303) + (xy 191.176381 77.904136) + (xy 191.243912 77.681516) + (xy 191.266714 77.45) + (xy 191.243912 77.218484) + (xy 191.176381 76.995864) + (xy 191.066717 76.790697) + (xy 190.919134 76.610866) + (xy 190.739303 76.463283) + (xy 190.534136 76.353619) + (xy 190.311516 76.286088) + (xy 190.138016 76.269) + (xy 190.021984 76.269) + (xy 189.848484 76.286088) + (xy 189.625864 76.353619) + (xy 189.420697 76.463283) + (xy 189.301 76.561515) + (xy 189.301 72.449891) + (xy 190.42022 71.330672) + (xy 190.439527 71.314827) + (xy 190.502759 71.237779) + (xy 190.549745 71.149875) + (xy 190.572652 71.074358) + (xy 190.578678 71.054494) + (xy 190.5821 71.019745) + (xy 190.586 70.980154) + (xy 190.586 70.980147) + (xy 190.588447 70.955301) + (xy 190.586 70.930455) + (xy 190.586 70.898659) + (xy 190.739303 70.816717) + (xy 190.919134 70.669134) + (xy 191.066717 70.489303) + (xy 191.176381 70.284136) + (xy 191.243912 70.061516) + (xy 191.266714 69.83) + (xy 191.243912 69.598484) + (xy 191.176381 69.375864) + (xy 191.068215 69.1735) + (xy 191.631785 69.1735) + (xy 191.523619 69.375864) + (xy 191.456088 69.598484) + (xy 191.433286 69.83) + (xy 191.456088 70.061516) + (xy 191.523619 70.284136) + (xy 191.633283 70.489303) + (xy 191.780866 70.669134) + (xy 191.960697 70.816717) + (xy 192.114001 70.89866) + (xy 192.114001 70.930444) + (xy 192.111553 70.9553) + (xy 192.121322 71.054492) + (xy 192.150255 71.149874) + (xy 192.164223 71.176006) + (xy 192.197242 71.237779) + (xy 192.260474 71.314827) + (xy 192.27978 71.330671) + (xy 193.239301 72.290193) + (xy 193.239301 76.441901) + (xy 193.074136 76.353619) + (xy 192.851516 76.286088) + (xy 192.678016 76.269) + (xy 192.561984 76.269) + (xy 192.388484 76.286088) + (xy 192.165864 76.353619) + (xy 191.960697 76.463283) + (xy 191.780866 76.610866) + (xy 191.633283 76.790697) + (xy 191.523619 76.995864) + (xy 191.456088 77.218484) + (xy 191.433286 77.45) + (xy 191.456088 77.681516) + (xy 191.523619 77.904136) + (xy 191.633283 78.109303) + (xy 191.780866 78.289134) + (xy 191.960697 78.436717) + (xy 192.165864 78.546381) + (xy 192.388484 78.613912) + (xy 192.561984 78.631) + (xy 192.678016 78.631) + (xy 192.851516 78.613912) + (xy 193.074136 78.546381) + (xy 193.239301 78.458099) + (xy 193.2393 85.165154) + (xy 193.236853 85.19) + (xy 193.2393 85.214846) + (xy 193.2393 85.214853) + (xy 193.246622 85.289192) + (xy 193.275555 85.384574) + (xy 193.322541 85.472479) + (xy 193.385773 85.549527) + (xy 193.405085 85.565376) + (xy 199.794326 91.954618) + (xy 199.740697 91.983283) + (xy 199.560866 92.130866) + (xy 199.413283 92.310697) + (xy 199.303619 92.515864) + (xy 199.236088 92.738484) + (xy 199.213286 92.97) + (xy 199.236088 93.201516) + (xy 199.303619 93.424136) + (xy 199.413283 93.629303) + (xy 199.560866 93.809134) + (xy 199.740697 93.956717) + (xy 199.945864 94.066381) + (xy 200.168484 94.133912) + (xy 200.341984 94.151) + (xy 200.458016 94.151) + (xy 200.631516 94.133912) + (xy 200.854136 94.066381) + (xy 201.059303 93.956717) + (xy 201.239134 93.809134) + (xy 201.386717 93.629303) + (xy 201.496381 93.424136) + (xy 201.563912 93.201516) + (xy 201.586714 92.97) + (xy 201.753286 92.97) + (xy 201.776088 93.201516) + (xy 201.843619 93.424136) + (xy 201.953283 93.629303) + (xy 202.100866 93.809134) + (xy 202.280697 93.956717) + (xy 202.485864 94.066381) + (xy 202.708484 94.133912) + (xy 202.881984 94.151) + (xy 202.998016 94.151) + (xy 203.171516 94.133912) + (xy 203.394136 94.066381) + (xy 203.599303 93.956717) + (xy 203.779134 93.809134) + (xy 203.926717 93.629303) + (xy 204.036381 93.424136) + (xy 204.103912 93.201516) + (xy 204.126714 92.97) + (xy 204.103912 92.738484) + (xy 204.036381 92.515864) + (xy 203.926717 92.310697) + (xy 203.779134 92.130866) + (xy 203.599303 91.983283) + (xy 203.394136 91.873619) + (xy 203.171516 91.806088) + (xy 202.998016 91.789) + (xy 202.881984 91.789) + (xy 202.708484 91.806088) + (xy 202.485864 91.873619) + (xy 202.280697 91.983283) + (xy 202.100866 92.130866) + (xy 201.953283 92.310697) + (xy 201.843619 92.515864) + (xy 201.776088 92.738484) + (xy 201.753286 92.97) + (xy 201.586714 92.97) + (xy 201.563912 92.738484) + (xy 201.496381 92.515864) + (xy 201.386717 92.310697) + (xy 201.239134 92.130866) + (xy 201.059303 91.983283) + (xy 200.906 91.901341) + (xy 200.906 91.869546) + (xy 200.908447 91.8447) + (xy 200.906 91.819854) + (xy 200.906 91.819846) + (xy 200.898678 91.745507) + (xy 200.869745 91.650125) + (xy 200.822759 91.562221) + (xy 200.759527 91.485173) + (xy 200.74022 91.469328) + (xy 194.2513 84.980409) + (xy 194.2513 78.204367) + (xy 194.320866 78.289134) + (xy 194.500697 78.436717) + (xy 194.705864 78.546381) + (xy 194.928484 78.613912) + (xy 195.101984 78.631) + (xy 195.218016 78.631) + (xy 195.391516 78.613912) + (xy 195.614136 78.546381) + (xy 195.819303 78.436717) + (xy 195.999134 78.289134) + (xy 196.146717 78.109303) + (xy 196.256381 77.904136) + (xy 196.323912 77.681516) + (xy 196.346714 77.45) + (xy 196.513286 77.45) + (xy 196.536088 77.681516) + (xy 196.603619 77.904136) + (xy 196.713283 78.109303) + (xy 196.860866 78.289134) + (xy 197.040697 78.436717) + (xy 197.245864 78.546381) + (xy 197.468484 78.613912) + (xy 197.641984 78.631) + (xy 197.758016 78.631) + (xy 197.931516 78.613912) + (xy 198.154136 78.546381) + (xy 198.359303 78.436717) + (xy 198.539134 78.289134) + (xy 198.686717 78.109303) + (xy 198.796381 77.904136) + (xy 198.863912 77.681516) + (xy 198.886714 77.45) + (xy 199.053286 77.45) + (xy 199.076088 77.681516) + (xy 199.143619 77.904136) + (xy 199.253283 78.109303) + (xy 199.400866 78.289134) + (xy 199.580697 78.436717) + (xy 199.785864 78.546381) + (xy 200.008484 78.613912) + (xy 200.181984 78.631) + (xy 200.298016 78.631) + (xy 200.471516 78.613912) + (xy 200.694136 78.546381) + (xy 200.899303 78.436717) + (xy 201.079134 78.289134) + (xy 201.226717 78.109303) + (xy 201.227041 78.108697) + (xy 201.297095 78.271004) + (xy 201.485759 78.544529) + (xy 201.724159 78.775992) + (xy 202.003135 78.956498) + (xy 202.264073 79.064572) + (xy 202.523 78.89863) + (xy 202.523 77.707) + (xy 203.037 77.707) + (xy 203.037 78.89863) + (xy 203.295927 79.064572) + (xy 203.556865 78.956498) + (xy 203.835841 78.775992) + (xy 204.074241 78.544529) + (xy 204.262905 78.271004) + (xy 204.394581 77.965928) + (xy 204.231662 77.707) + (xy 203.037 77.707) + (xy 202.523 77.707) + (xy 202.503 77.707) + (xy 202.503 77.193) + (xy 202.523 77.193) + (xy 202.523 76.00137) + (xy 203.037 76.00137) + (xy 203.037 77.193) + (xy 204.231662 77.193) + (xy 204.394581 76.934072) + (xy 204.262905 76.628996) + (xy 204.074241 76.355471) + (xy 203.835841 76.124008) + (xy 203.556865 75.943502) + (xy 203.295927 75.835428) + (xy 203.037 76.00137) + (xy 202.523 76.00137) + (xy 202.264073 75.835428) + (xy 202.003135 75.943502) + (xy 201.724159 76.124008) + (xy 201.485759 76.355471) + (xy 201.297095 76.628996) + (xy 201.227041 76.791303) + (xy 201.226717 76.790697) + (xy 201.079134 76.610866) + (xy 200.899303 76.463283) + (xy 200.694136 76.353619) + (xy 200.471516 76.286088) + (xy 200.298016 76.269) + (xy 200.181984 76.269) + (xy 200.008484 76.286088) + (xy 199.785864 76.353619) + (xy 199.580697 76.463283) + (xy 199.400866 76.610866) + (xy 199.253283 76.790697) + (xy 199.143619 76.995864) + (xy 199.076088 77.218484) + (xy 199.053286 77.45) + (xy 198.886714 77.45) + (xy 198.863912 77.218484) + (xy 198.796381 76.995864) + (xy 198.686717 76.790697) + (xy 198.539134 76.610866) + (xy 198.359303 76.463283) + (xy 198.154136 76.353619) + (xy 197.931516 76.286088) + (xy 197.758016 76.269) + (xy 197.641984 76.269) + (xy 197.468484 76.286088) + (xy 197.245864 76.353619) + (xy 197.040697 76.463283) + (xy 196.860866 76.610866) + (xy 196.713283 76.790697) + (xy 196.603619 76.995864) + (xy 196.536088 77.218484) + (xy 196.513286 77.45) + (xy 196.346714 77.45) + (xy 196.323912 77.218484) + (xy 196.256381 76.995864) + (xy 196.146717 76.790697) + (xy 195.999134 76.610866) + (xy 195.819303 76.463283) + (xy 195.614136 76.353619) + (xy 195.391516 76.286088) + (xy 195.218016 76.269) + (xy 195.101984 76.269) + (xy 194.928484 76.286088) + (xy 194.705864 76.353619) + (xy 194.500697 76.463283) + (xy 194.320866 76.610866) + (xy 194.2513 76.695633) + (xy 194.2513 72.105454) + (xy 194.253748 72.0806) + (xy 194.243978 71.981407) + (xy 194.215045 71.886025) + (xy 194.201439 71.860571) + (xy 194.168059 71.798121) + (xy 194.104827 71.721073) + (xy 194.08552 71.705228) + (xy 193.225674 70.845382) + (xy 193.279303 70.816717) + (xy 193.459134 70.669134) + (xy 193.606717 70.489303) + (xy 193.607041 70.488697) + (xy 193.677095 70.651004) + (xy 193.865759 70.924529) + (xy 194.104159 71.155992) + (xy 194.383135 71.336498) + (xy 194.644073 71.444572) + (xy 194.903 71.27863) + (xy 194.903 70.087) + (xy 194.883 70.087) + (xy 194.883 69.573) + (xy 194.903 69.573) + (xy 194.903 69.1735) + (xy 195.417 69.1735) + (xy 195.417 69.573) + (xy 195.437 69.573) + (xy 195.437 70.087) + (xy 195.417 70.087) + (xy 195.417 71.27863) + (xy 195.675927 71.444572) + (xy 195.936865 71.336498) + (xy 196.215841 71.155992) + (xy 196.454241 70.924529) + (xy 196.642905 70.651004) + (xy 196.712959 70.488697) + (xy 196.713283 70.489303) + (xy 196.860866 70.669134) + (xy 197.040697 70.816717) + (xy 197.245864 70.926381) + (xy 197.468484 70.993912) + (xy 197.641984 71.011) + (xy 197.758016 71.011) + (xy 197.931516 70.993912) + (xy 198.154136 70.926381) + (xy 198.359303 70.816717) + (xy 198.539134 70.669134) + (xy 198.686717 70.489303) + (xy 198.796381 70.284136) + (xy 198.863912 70.061516) + (xy 198.886714 69.83) + (xy 198.863912 69.598484) + (xy 198.796381 69.375864) + (xy 198.688215 69.1735) + (xy 199.251785 69.1735) + (xy 199.143619 69.375864) + (xy 199.076088 69.598484) + (xy 199.053286 69.83) + (xy 199.076088 70.061516) + (xy 199.143619 70.284136) + (xy 199.253283 70.489303) + (xy 199.400866 70.669134) + (xy 199.580697 70.816717) + (xy 199.785864 70.926381) + (xy 200.008484 70.993912) + (xy 200.181984 71.011) + (xy 200.298016 71.011) + (xy 200.471516 70.993912) + (xy 200.694136 70.926381) + (xy 200.899303 70.816717) + (xy 201.079134 70.669134) + (xy 201.226717 70.489303) + (xy 201.336381 70.284136) + (xy 201.403912 70.061516) + (xy 201.426714 69.83) + (xy 201.403912 69.598484) + (xy 201.336381 69.375864) + (xy 201.228215 69.1735) + (xy 201.477909 69.1735) + (xy 201.68284 69.378431) + (xy 201.616088 69.598484) + (xy 201.593286 69.83) + (xy 201.616088 70.061516) + (xy 201.683619 70.284136) + (xy 201.793283 70.489303) + (xy 201.940866 70.669134) + (xy 202.120697 70.816717) + (xy 202.325864 70.926381) + (xy 202.548484 70.993912) + (xy 202.721984 71.011) + (xy 202.838016 71.011) + (xy 203.011516 70.993912) + (xy 203.234136 70.926381) + (xy 203.439303 70.816717) + (xy 203.619134 70.669134) + (xy 203.766717 70.489303) + (xy 203.876381 70.284136) + (xy 203.943912 70.061516) + (xy 203.966714 69.83) + (xy 203.943912 69.598484) + (xy 203.876381 69.375864) + (xy 203.766717 69.170697) + (xy 203.619134 68.990866) + (xy 203.439303 68.843283) + (xy 203.234136 68.733619) + (xy 203.011516 68.666088) + (xy 202.838016 68.649) + (xy 202.721984 68.649) + (xy 202.548484 68.666088) + (xy 202.435847 68.700256) + (xy 202.062876 68.327285) + (xy 202.047027 68.307973) + (xy 201.969979 68.244741) + (xy 201.882075 68.197755) + (xy 201.786693 68.168822) + (xy 201.712354 68.1615) + (xy 201.712346 68.1615) + (xy 201.6875 68.159053) + (xy 201.662654 68.1615) + (xy 184.521346 68.1615) + (xy 184.4965 68.159053) + (xy 184.471654 68.1615) + (xy 184.471646 68.1615) + (xy 184.397307 68.168822) + (xy 184.301925 68.197755) + (xy 184.214021 68.244741) + (xy 184.136973 68.307973) + (xy 184.121128 68.32728) + (xy 181.889085 70.559324) + (xy 181.869773 70.575173) + (xy 181.806541 70.652221) + (xy 181.759555 70.740126) + (xy 181.730622 70.835508) + (xy 181.7233 70.909847) + (xy 181.7233 70.909854) + (xy 181.720853 70.9347) + (xy 181.7233 70.959546) + (xy 181.7233 70.961808) + (xy 180.709919 71.975189) + (xy 180.653203 71.838264) + (xy 180.351951 71.771502) + (xy 179.503453 72.62) + (xy 179.517595 72.634142) + (xy 179.154142 72.997595) + (xy 179.14 72.983453) + (xy 178.866853 73.2566) + (xy 178.855192 73.2566) + (xy 178.497569 72.898978) + (xy 178.776547 72.62) + (xy 178.762405 72.605858) + (xy 179.125858 72.242405) + (xy 179.14 72.256547) + (xy 179.988498 71.408049) + (xy 179.921736 71.106797) + (xy 179.611504 70.983364) + (xy 179.283152 70.922826) + (xy 178.949299 70.927509) + (xy 178.622775 70.997233) + (xy 178.358264 71.106797) + (xy 178.291503 71.408047) + (xy 178.2154 71.331944) + (xy 178.2154 67.174245) + (xy 178.217847 67.149399) + (xy 178.2154 67.124553) + (xy 178.2154 67.124546) + (xy 178.208078 67.050207) + (xy 178.179145 66.954825) + (xy 178.132159 66.866921) + (xy 178.068927 66.789873) + (xy 178.04962 66.774028) + (xy 173.642875 62.367284) + (xy 173.657152 62.332817) + (xy 173.701 62.112379) + (xy 173.701 61.887621) + (xy 173.959 61.887621) + (xy 173.959 62.112379) + (xy 174.002848 62.332817) + (xy 174.088859 62.540466) + (xy 174.213727 62.727345) + (xy 174.372655 62.886273) + (xy 174.559534 63.011141) + (xy 174.767183 63.097152) + (xy 174.987621 63.141) + (xy 175.212379 63.141) + (xy 175.432817 63.097152) + (xy 175.640466 63.011141) + (xy 175.827345 62.886273) + (xy 175.986273 62.727345) + (xy 176.111141 62.540466) + (xy 176.197152 62.332817) + (xy 176.241 62.112379) + (xy 176.241 61.887621) + (xy 176.197152 61.667183) + (xy 176.111141 61.459534) + (xy 175.986273 61.272655) + (xy 175.827345 61.113727) + (xy 175.678786 61.014463) + (xy 175.857832 60.9403) + (xy 175.919626 60.643081) + (xy 176.093762 60.817217) + (xy 176.158875 60.752104) + (xy 176.244077 60.855923) + (xy 176.380358 60.967766) + (xy 176.535841 61.050874) + (xy 176.704549 61.102051) + (xy 176.88 61.119331) + (xy 176.907477 61.118905) + (xy 176.753727 61.272655) + (xy 176.628859 61.459534) + (xy 176.542848 61.667183) + (xy 176.499 61.887621) + (xy 176.499 62.112379) + (xy 176.542848 62.332817) + (xy 176.628859 62.540466) + (xy 176.753727 62.727345) + (xy 176.912655 62.886273) + (xy 177.099534 63.011141) + (xy 177.307183 63.097152) + (xy 177.527621 63.141) + (xy 177.752379 63.141) + (xy 177.972817 63.097152) + (xy 178.180466 63.011141) + (xy 178.367345 62.886273) + (xy 178.526273 62.727345) + (xy 178.651141 62.540466) + (xy 178.737152 62.332817) + (xy 178.781 62.112379) + (xy 178.781 61.887621) + (xy 178.737152 61.667183) + (xy 178.651141 61.459534) + (xy 178.526273 61.272655) + (xy 178.372523 61.118905) + (xy 178.4 61.119331) + (xy 178.575451 61.102051) + (xy 178.744159 61.050874) + (xy 178.899642 60.967766) + (xy 179.035923 60.855923) + (xy 179.147766 60.719642) + (xy 179.230874 60.564159) + (xy 179.282051 60.395451) + (xy 179.299331 60.22) + (xy 179.29642 60.032275) + (xy 181.574 60.032275) + (xy 181.574 60.407725) + (xy 181.647247 60.77596) + (xy 181.790925 61.122829) + (xy 181.999513 61.435004) + (xy 182.264996 61.700487) + (xy 182.577171 61.909075) + (xy 182.92404 62.052753) + (xy 183.292275 62.126) + (xy 183.667725 62.126) + (xy 184.03596 62.052753) + (xy 184.382829 61.909075) + (xy 184.695004 61.700487) + (xy 184.960487 61.435004) + (xy 185.169075 61.122829) + (xy 185.312753 60.77596) + (xy 185.386 60.407725) + (xy 185.386 60.032275) + (xy 185.312753 59.66404) + (xy 185.169075 59.317171) + (xy 184.960487 59.004996) + (xy 184.695004 58.739513) + (xy 184.382829 58.530925) + (xy 184.03596 58.387247) + (xy 183.667725 58.314) + (xy 183.292275 58.314) + (xy 182.92404 58.387247) + (xy 182.577171 58.530925) + (xy 182.264996 58.739513) + (xy 181.999513 59.004996) + (xy 181.790925 59.317171) + (xy 181.647247 59.66404) + (xy 181.574 60.032275) + (xy 179.29642 60.032275) + (xy 179.295 59.94075) + (xy 179.07125 59.717) + (xy 177.897 59.717) + (xy 177.897 59.737) + (xy 177.383 59.737) + (xy 177.383 59.717) + (xy 177.363 59.717) + (xy 177.363 59.203) + (xy 177.383 59.203) + (xy 177.383 58.02875) + (xy 177.897 58.02875) + (xy 177.897 59.203) + (xy 179.07125 59.203) + (xy 179.295 58.97925) + (xy 179.299331 58.7) + (xy 179.282051 58.524549) + (xy 179.230874 58.355841) + (xy 179.147766 58.200358) + (xy 179.035923 58.064077) + (xy 178.899642 57.952234) + (xy 178.744159 57.869126) + (xy 178.575451 57.817949) + (xy 178.4 57.800669) + (xy 178.12075 57.805) + (xy 177.897 58.02875) + (xy 177.383 58.02875) + (xy 177.15925 57.805) + (xy 176.88 57.800669) + (xy 176.704549 57.817949) + (xy 176.535841 57.869126) + (xy 176.380358 57.952234) + (xy 176.244077 58.064077) + (xy 176.158875 58.167896) + (xy 176.093762 58.102783) + (xy 175.919626 58.276919) + (xy 175.857832 57.9797) + (xy 175.554479 57.860298) + (xy 175.233659 57.802371) + (xy 174.907704 57.808146) + (xy 174.589138 57.877402) + (xy 174.342168 57.9797) + (xy 174.280373 58.276921) + (xy 175.1 59.096547) + (xy 175.114142 59.082405) + (xy 175.477595 59.445858) + (xy 175.463453 59.46) + (xy 175.477595 59.474142) + (xy 175.114142 59.837595) + (xy 175.1 59.823453) + (xy 174.280373 60.643079) + (xy 174.342168 60.9403) + (xy 174.524689 61.012142) + (xy 174.372655 61.113727) + (xy 174.213727 61.272655) + (xy 174.088859 61.459534) + (xy 174.002848 61.667183) + (xy 173.959 61.887621) + (xy 173.701 61.887621) + (xy 173.657152 61.667183) + (xy 173.571141 61.459534) + (xy 173.446273 61.272655) + (xy 173.287345 61.113727) + (xy 173.138786 61.014463) + (xy 173.317832 60.9403) + (xy 173.379627 60.643079) + (xy 172.56 59.823453) + (xy 171.740373 60.643079) + (xy 171.802168 60.9403) + (xy 171.984689 61.012142) + (xy 171.832655 61.113727) + (xy 171.673727 61.272655) + (xy 171.548859 61.459534) + (xy 171.462848 61.667183) + (xy 171.419 61.887621) + (xy 171.419 62.112379) + (xy 171.462848 62.332817) + (xy 171.548859 62.540466) + (xy 171.673727 62.727345) + (xy 171.832655 62.886273) + (xy 172.019534 63.011141) + (xy 172.227183 63.097152) + (xy 172.447621 63.141) + (xy 172.672379 63.141) + (xy 172.892817 63.097152) + (xy 172.927284 63.082875) + (xy 177.203401 67.358993) + (xy 177.2034 72.801554) + (xy 177.200953 72.8264) + (xy 177.2034 72.851246) + (xy 177.2034 72.851253) + (xy 177.210722 72.925592) + (xy 177.239655 73.020974) + (xy 177.286641 73.108879) + (xy 177.349873 73.185927) + (xy 177.369185 73.201776) + (xy 178.270228 74.10282) + (xy 178.286073 74.122127) + (xy 178.363121 74.185359) + (xy 178.390858 74.200185) + (xy 178.387157 74.202658) + (xy 178.222658 74.367157) + (xy 178.093412 74.560587) + (xy 178.004386 74.775515) + (xy 177.959 75.003682) + (xy 177.959 75.236318) + (xy 178.004386 75.464485) + (xy 178.093412 75.679413) + (xy 178.222658 75.872843) + (xy 178.3526 76.002785) + (xy 178.3526 76.831337) + (xy 178.348792 76.87) + (xy 178.3526 76.908663) + (xy 178.3526 76.908672) + (xy 178.363994 77.024356) + (xy 178.409018 77.172782) + (xy 178.482134 77.309571) + (xy 178.580531 77.429469) + (xy 178.610578 77.454128) + (xy 181.602601 80.446152) + (xy 181.6026 87.803849) + (xy 181.433849 87.9726) + (xy 174.901591 87.9726) + (xy 174.859134 87.920866) + (xy 174.679303 87.773283) + (xy 174.474136 87.663619) + (xy 174.251516 87.596088) + (xy 174.112951 87.582441) + (xy 174.43902 87.256372) + (xy 174.458327 87.240527) + (xy 174.521559 87.163479) + (xy 174.568545 87.075575) + (xy 174.597478 86.980193) + (xy 174.597833 86.976594) + (xy 174.600548 86.949019) + (xy 174.6048 86.905854) + (xy 174.6048 86.905847) + (xy 174.607247 86.881001) + (xy 174.6048 86.856155) + (xy 174.6048 78.886402) + (xy 174.713135 78.956498) + (xy 174.974073 79.064572) + (xy 175.233 78.89863) + (xy 175.233 77.707) + (xy 175.747 77.707) + (xy 175.747 78.89863) + (xy 176.005927 79.064572) + (xy 176.266865 78.956498) + (xy 176.545841 78.775992) + (xy 176.784241 78.544529) + (xy 176.972905 78.271004) + (xy 177.104581 77.965928) + (xy 176.941662 77.707) + (xy 175.747 77.707) + (xy 175.233 77.707) + (xy 175.213 77.707) + (xy 175.213 77.193) + (xy 175.233 77.193) + (xy 175.233 76.00137) + (xy 175.747 76.00137) + (xy 175.747 77.193) + (xy 176.941662 77.193) + (xy 177.104581 76.934072) + (xy 176.972905 76.628996) + (xy 176.784241 76.355471) + (xy 176.545841 76.124008) + (xy 176.266865 75.943502) + (xy 176.005927 75.835428) + (xy 175.747 76.00137) + (xy 175.233 76.00137) + (xy 174.974073 75.835428) + (xy 174.713135 75.943502) + (xy 174.602916 76.014817) + (xy 174.597478 75.959607) + (xy 174.595952 75.954574) + (xy 174.579267 75.899572) + (xy 174.568545 75.864225) + (xy 174.521559 75.776321) + (xy 174.458327 75.699273) + (xy 174.43902 75.683428) + (xy 169.015388 70.259797) + (xy 169.090125 70.299745) + (xy 169.185507 70.328678) + (xy 169.2847 70.338448) + (xy 169.309554 70.336) + (xy 169.341341 70.336) + (xy 169.423283 70.489303) + (xy 169.570866 70.669134) + (xy 169.750697 70.816717) + (xy 169.955864 70.926381) + (xy 170.178484 70.993912) + (xy 170.351984 71.011) + (xy 170.468016 71.011) + (xy 170.641516 70.993912) + (xy 170.864136 70.926381) + (xy 171.069303 70.816717) + (xy 171.249134 70.669134) + (xy 171.396717 70.489303) + (xy 171.506381 70.284136) + (xy 171.573912 70.061516) + (xy 171.596714 69.83) + (xy 171.573912 69.598484) + (xy 171.506381 69.375864) + (xy 171.396717 69.170697) + (xy 171.249134 68.990866) + (xy 171.069303 68.843283) + (xy 170.864136 68.733619) + (xy 170.641516 68.666088) + (xy 170.468016 68.649) + (xy 170.351984 68.649) + (xy 170.178484 68.666088) + (xy 169.955864 68.733619) + (xy 169.750697 68.843283) + (xy 169.570866 68.990866) + (xy 169.505052 69.07106) + (xy 165.456976 65.022985) + (xy 165.441127 65.003673) + (xy 165.364079 64.940441) + (xy 165.276175 64.893455) + (xy 165.180793 64.864522) + (xy 165.106454 64.8572) + (xy 165.106446 64.8572) + (xy 165.0816 64.854753) + (xy 165.056754 64.8572) + (xy 161.529792 64.8572) + (xy 159.813591 63.141) + (xy 159.972379 63.141) + (xy 160.192817 63.097152) + (xy 160.227284 63.082875) + (xy 161.295028 64.15062) + (xy 161.310873 64.169927) + (xy 161.387921 64.233159) + (xy 161.475825 64.280145) + (xy 161.571206 64.309078) + (xy 161.581094 64.310052) + (xy 161.645546 64.3164) + (xy 161.645553 64.3164) + (xy 161.670399 64.318847) + (xy 161.695245 64.3164) + (xy 168.416809 64.3164) + (xy 172.762191 68.661783) + (xy 172.718484 68.666088) + (xy 172.495864 68.733619) + (xy 172.290697 68.843283) + (xy 172.110866 68.990866) + (xy 171.963283 69.170697) + (xy 171.853619 69.375864) + (xy 171.786088 69.598484) + (xy 171.763286 69.83) + (xy 171.786088 70.061516) + (xy 171.853619 70.284136) + (xy 171.963283 70.489303) + (xy 172.110866 70.669134) + (xy 172.290697 70.816717) + (xy 172.495864 70.926381) + (xy 172.718484 70.993912) + (xy 172.891984 71.011) + (xy 173.008016 71.011) + (xy 173.181516 70.993912) + (xy 173.404136 70.926381) + (xy 173.609303 70.816717) + (xy 173.789134 70.669134) + (xy 173.936717 70.489303) + (xy 174.046381 70.284136) + (xy 174.061146 70.235463) + (xy 174.082221 70.252759) + (xy 174.170125 70.299745) + (xy 174.265507 70.328678) + (xy 174.3647 70.338448) + (xy 174.389554 70.336) + (xy 174.421341 70.336) + (xy 174.503283 70.489303) + (xy 174.650866 70.669134) + (xy 174.830697 70.816717) + (xy 175.035864 70.926381) + (xy 175.258484 70.993912) + (xy 175.431984 71.011) + (xy 175.548016 71.011) + (xy 175.721516 70.993912) + (xy 175.944136 70.926381) + (xy 176.149303 70.816717) + (xy 176.329134 70.669134) + (xy 176.476717 70.489303) + (xy 176.586381 70.284136) + (xy 176.653912 70.061516) + (xy 176.676714 69.83) + (xy 176.653912 69.598484) + (xy 176.586381 69.375864) + (xy 176.476717 69.170697) + (xy 176.329134 68.990866) + (xy 176.149303 68.843283) + (xy 175.944136 68.733619) + (xy 175.721516 68.666088) + (xy 175.548016 68.649) + (xy 175.431984 68.649) + (xy 175.258484 68.666088) + (xy 175.035864 68.733619) + (xy 174.830697 68.843283) + (xy 174.650866 68.990866) + (xy 174.592986 69.061394) + (xy 169.001776 63.470185) + (xy 168.985927 63.450873) + (xy 168.908879 63.387641) + (xy 168.820975 63.340655) + (xy 168.725593 63.311722) + (xy 168.651254 63.3044) + (xy 168.651246 63.3044) + (xy 168.6264 63.301953) + (xy 168.601554 63.3044) + (xy 161.879992 63.3044) + (xy 160.942875 62.367284) + (xy 160.957152 62.332817) + (xy 161.001 62.112379) + (xy 161.001 61.887621) + (xy 160.957152 61.667183) + (xy 160.871141 61.459534) + (xy 160.746273 61.272655) + (xy 160.587345 61.113727) + (xy 160.506338 61.0596) + (xy 161.753662 61.0596) + (xy 161.672655 61.113727) + (xy 161.513727 61.272655) + (xy 161.388859 61.459534) + (xy 161.302848 61.667183) + (xy 161.259 61.887621) + (xy 161.259 62.112379) + (xy 161.302848 62.332817) + (xy 161.388859 62.540466) + (xy 161.513727 62.727345) + (xy 161.672655 62.886273) + (xy 161.859534 63.011141) + (xy 162.067183 63.097152) + (xy 162.287621 63.141) + (xy 162.512379 63.141) + (xy 162.732817 63.097152) + (xy 162.940466 63.011141) + (xy 163.127345 62.886273) + (xy 163.286273 62.727345) + (xy 163.411141 62.540466) + (xy 163.497152 62.332817) + (xy 163.541 62.112379) + (xy 163.541 61.887621) + (xy 163.497152 61.667183) + (xy 163.411141 61.459534) + (xy 163.286273 61.272655) + (xy 163.127345 61.113727) + (xy 163.046338 61.0596) + (xy 164.293662 61.0596) + (xy 164.212655 61.113727) + (xy 164.053727 61.272655) + (xy 163.928859 61.459534) + (xy 163.842848 61.667183) + (xy 163.799 61.887621) + (xy 163.799 62.112379) + (xy 163.842848 62.332817) + (xy 163.928859 62.540466) + (xy 164.053727 62.727345) + (xy 164.212655 62.886273) + (xy 164.399534 63.011141) + (xy 164.607183 63.097152) + (xy 164.827621 63.141) + (xy 165.052379 63.141) + (xy 165.272817 63.097152) + (xy 165.480466 63.011141) + (xy 165.667345 62.886273) + (xy 165.826273 62.727345) + (xy 165.951141 62.540466) + (xy 166.037152 62.332817) + (xy 166.081 62.112379) + (xy 166.081 61.887621) + (xy 166.037152 61.667183) + (xy 165.951141 61.459534) + (xy 165.826273 61.272655) + (xy 165.667345 61.113727) + (xy 165.586338 61.0596) + (xy 166.833662 61.0596) + (xy 166.752655 61.113727) + (xy 166.593727 61.272655) + (xy 166.468859 61.459534) + (xy 166.382848 61.667183) + (xy 166.339 61.887621) + (xy 166.339 62.112379) + (xy 166.382848 62.332817) + (xy 166.468859 62.540466) + (xy 166.593727 62.727345) + (xy 166.752655 62.886273) + (xy 166.939534 63.011141) + (xy 167.147183 63.097152) + (xy 167.367621 63.141) + (xy 167.592379 63.141) + (xy 167.812817 63.097152) + (xy 168.020466 63.011141) + (xy 168.207345 62.886273) + (xy 168.366273 62.727345) + (xy 168.491141 62.540466) + (xy 168.577152 62.332817) + (xy 168.621 62.112379) + (xy 168.621 61.887621) + (xy 168.577152 61.667183) + (xy 168.491141 61.459534) + (xy 168.366273 61.272655) + (xy 168.207345 61.113727) + (xy 168.126338 61.0596) + (xy 168.364009 61.0596) + (xy 168.937125 61.632716) + (xy 168.922848 61.667183) + (xy 168.879 61.887621) + (xy 168.879 62.112379) + (xy 168.922848 62.332817) + (xy 169.008859 62.540466) + (xy 169.133727 62.727345) + (xy 169.292655 62.886273) + (xy 169.479534 63.011141) + (xy 169.687183 63.097152) + (xy 169.907621 63.141) + (xy 170.132379 63.141) + (xy 170.352817 63.097152) + (xy 170.560466 63.011141) + (xy 170.747345 62.886273) + (xy 170.906273 62.727345) + (xy 171.031141 62.540466) + (xy 171.117152 62.332817) + (xy 171.161 62.112379) + (xy 171.161 61.887621) + (xy 171.117152 61.667183) + (xy 171.031141 61.459534) + (xy 170.906273 61.272655) + (xy 170.747345 61.113727) + (xy 170.598786 61.014463) + (xy 170.777832 60.9403) + (xy 170.839627 60.643079) + (xy 170.02 59.823453) + (xy 170.005858 59.837595) + (xy 169.642405 59.474142) + (xy 169.656547 59.46) + (xy 170.383453 59.46) + (xy 171.036154 60.112701) + (xy 171.0797 60.217832) + (xy 171.157449 60.233997) + (xy 171.203079 60.279627) + (xy 171.29 60.261555) + (xy 171.376921 60.279627) + (xy 171.422551 60.233997) + (xy 171.5003 60.217832) + (xy 171.540274 60.116274) + (xy 172.196547 59.46) + (xy 172.923453 59.46) + (xy 173.576154 60.112701) + (xy 173.6197 60.217832) + (xy 173.697449 60.233997) + (xy 173.743079 60.279627) + (xy 173.83 60.261555) + (xy 173.916921 60.279627) + (xy 173.962551 60.233997) + (xy 174.0403 60.217832) + (xy 174.080274 60.116274) + (xy 174.736547 59.46) + (xy 174.083846 58.807299) + (xy 174.0403 58.702168) + (xy 173.962551 58.686003) + (xy 173.916921 58.640373) + (xy 173.83 58.658445) + (xy 173.743079 58.640373) + (xy 173.697449 58.686003) + (xy 173.6197 58.702168) + (xy 173.579726 58.803726) + (xy 172.923453 59.46) + (xy 172.196547 59.46) + (xy 171.543846 58.807299) + (xy 171.5003 58.702168) + (xy 171.422551 58.686003) + (xy 171.376921 58.640373) + (xy 171.29 58.658445) + (xy 171.203079 58.640373) + (xy 171.157449 58.686003) + (xy 171.0797 58.702168) + (xy 171.039726 58.803726) + (xy 170.383453 59.46) + (xy 169.656547 59.46) + (xy 169.003846 58.807299) + (xy 168.9603 58.702168) + (xy 168.882551 58.686003) + (xy 168.836921 58.640373) + (xy 168.75 58.658445) + (xy 168.663079 58.640373) + (xy 168.617449 58.686003) + (xy 168.5397 58.702168) + (xy 168.499726 58.803726) + (xy 167.843453 59.46) + (xy 167.857595 59.474142) + (xy 167.494142 59.837595) + (xy 167.48 59.823453) + (xy 167.465858 59.837595) + (xy 167.102405 59.474142) + (xy 167.116547 59.46) + (xy 166.463846 58.807299) + (xy 166.4203 58.702168) + (xy 166.342551 58.686003) + (xy 166.296921 58.640373) + (xy 166.21 58.658445) + (xy 166.123079 58.640373) + (xy 166.077449 58.686003) + (xy 165.9997 58.702168) + (xy 165.959726 58.803726) + (xy 165.303453 59.46) + (xy 165.317595 59.474142) + (xy 164.954142 59.837595) + (xy 164.94 59.823453) + (xy 164.925858 59.837595) + (xy 164.562405 59.474142) + (xy 164.576547 59.46) + (xy 163.923846 58.807299) + (xy 163.8803 58.702168) + (xy 163.802551 58.686003) + (xy 163.756921 58.640373) + (xy 163.67 58.658445) + (xy 163.583079 58.640373) + (xy 163.537449 58.686003) + (xy 163.4597 58.702168) + (xy 163.419726 58.803726) + (xy 162.763453 59.46) + (xy 162.777595 59.474142) + (xy 162.414142 59.837595) + (xy 162.4 59.823453) + (xy 162.385858 59.837595) + (xy 162.022405 59.474142) + (xy 162.036547 59.46) + (xy 161.383846 58.807299) + (xy 161.3403 58.702168) + (xy 161.262551 58.686003) + (xy 161.216921 58.640373) + (xy 161.13 58.658445) + (xy 161.043079 58.640373) + (xy 160.997449 58.686003) + (xy 160.9197 58.702168) + (xy 160.879726 58.803726) + (xy 160.223453 59.46) + (xy 160.237595 59.474142) + (xy 159.874142 59.837595) + (xy 159.86 59.823453) + (xy 159.845858 59.837595) + (xy 159.482405 59.474142) + (xy 159.496547 59.46) + (xy 158.843846 58.807299) + (xy 158.8003 58.702168) + (xy 158.722551 58.686003) + (xy 158.676921 58.640373) + (xy 158.59 58.658445) + (xy 158.503079 58.640373) + (xy 158.457449 58.686003) + (xy 158.3797 58.702168) + (xy 158.339726 58.803726) + (xy 157.683453 59.46) + (xy 157.697595 59.474142) + (xy 157.334142 59.837595) + (xy 157.32 59.823453) + (xy 157.305858 59.837595) + (xy 156.942405 59.474142) + (xy 156.956547 59.46) + (xy 156.303846 58.807299) + (xy 156.2603 58.702168) + (xy 156.182551 58.686003) + (xy 156.136921 58.640373) + (xy 156.05 58.658445) + (xy 155.963079 58.640373) + (xy 155.917449 58.686003) + (xy 155.8397 58.702168) + (xy 155.799726 58.803726) + (xy 155.143453 59.46) + (xy 155.157595 59.474142) + (xy 154.794142 59.837595) + (xy 154.78 59.823453) + (xy 154.765858 59.837595) + (xy 154.402405 59.474142) + (xy 154.416547 59.46) + (xy 153.763846 58.807299) + (xy 153.7203 58.702168) + (xy 153.642551 58.686003) + (xy 153.596921 58.640373) + (xy 153.51 58.658445) + (xy 153.423079 58.640373) + (xy 153.377449 58.686003) + (xy 153.2997 58.702168) + (xy 153.259726 58.803726) + (xy 152.603453 59.46) + (xy 152.617595 59.474142) + (xy 152.254142 59.837595) + (xy 152.24 59.823453) + (xy 151.420373 60.643079) + (xy 151.482168 60.9403) + (xy 151.664689 61.012142) + (xy 151.512655 61.113727) + (xy 151.353727 61.272655) + (xy 151.228859 61.459534) + (xy 151.142848 61.667183) + (xy 151.099 61.887621) + (xy 151.099 62.112379) + (xy 151.142848 62.332817) + (xy 151.228859 62.540466) + (xy 151.353727 62.727345) + (xy 151.512655 62.886273) + (xy 151.699534 63.011141) + (xy 151.907183 63.097152) + (xy 152.127621 63.141) + (xy 152.352379 63.141) + (xy 152.572817 63.097152) + (xy 152.780466 63.011141) + (xy 152.967345 62.886273) + (xy 153.126273 62.727345) + (xy 153.251141 62.540466) + (xy 153.337152 62.332817) + (xy 153.381 62.112379) + (xy 153.381 61.887621) + (xy 153.337152 61.667183) + (xy 153.322875 61.632716) + (xy 153.534992 61.4206) + (xy 153.794874 61.4206) + (xy 153.768859 61.459534) + (xy 153.682848 61.667183) + (xy 153.639 61.887621) + (xy 153.639 62.112379) + (xy 153.682848 62.332817) + (xy 153.768859 62.540466) + (xy 153.893727 62.727345) + (xy 154.052655 62.886273) + (xy 154.239534 63.011141) + (xy 154.447183 63.097152) + (xy 154.667621 63.141) + (xy 154.892379 63.141) + (xy 155.112817 63.097152) + (xy 155.147284 63.082875) + (xy 156.661428 64.59702) + (xy 156.677273 64.616327) + (xy 156.754321 64.679559) + (xy 156.842225 64.726545) + (xy 156.937606 64.755478) + (xy 156.947494 64.756452) + (xy 157.011946 64.7628) + (xy 157.011953 64.7628) + (xy 157.036799 64.765247) + (xy 157.061645 64.7628) + (xy 158.653209 64.7628) + (xy 162.556959 68.666551) + (xy 162.335864 68.733619) + (xy 162.130697 68.843283) + (xy 161.950866 68.990866) + (xy 161.803283 69.170697) + (xy 161.693619 69.375864) + (xy 161.626088 69.598484) + (xy 161.603286 69.83) + (xy 161.626088 70.061516) + (xy 161.693619 70.284136) + (xy 161.803283 70.489303) + (xy 161.950866 70.669134) + (xy 162.130697 70.816717) + (xy 162.335864 70.926381) + (xy 162.558484 70.993912) + (xy 162.731984 71.011) + (xy 162.848016 71.011) + (xy 163.021516 70.993912) + (xy 163.187861 70.943452) + (xy 168.315028 76.07062) + (xy 168.330873 76.089927) + (xy 168.407921 76.153159) + (xy 168.495825 76.200145) + (xy 168.591207 76.229078) + (xy 168.6904 76.238848) + (xy 168.715254 76.2364) + (xy 170.085109 76.2364) + (xy 170.144965 76.296256) + (xy 169.955864 76.353619) + (xy 169.750697 76.463283) + (xy 169.570866 76.610866) + (xy 169.423283 76.790697) + (xy 169.313619 76.995864) + (xy 169.246088 77.218484) + (xy 169.223286 77.45) + (xy 169.246088 77.681516) + (xy 169.313619 77.904136) + (xy 169.423283 78.109303) + (xy 169.501949 78.205159) + (xy 159.709785 87.997324) + (xy 159.693111 88.011008) + (xy 159.619134 87.920866) + (xy 159.439303 87.773283) + (xy 159.286 87.691341) + (xy 159.286 85.334891) + (xy 165.67022 78.950672) + (xy 165.689527 78.934827) + (xy 165.752759 78.857779) + (xy 165.799745 78.769875) + (xy 165.828678 78.674493) + (xy 165.836 78.600154) + (xy 165.838448 78.5753) + (xy 165.836 78.550446) + (xy 165.836 78.518659) + (xy 165.989303 78.436717) + (xy 166.169134 78.289134) + (xy 166.316717 78.109303) + (xy 166.426381 77.904136) + (xy 166.493912 77.681516) + (xy 166.516714 77.45) + (xy 166.493912 77.218484) + (xy 166.426381 76.995864) + (xy 166.387464 76.923056) + (xy 166.704008 77.2396) + (xy 166.683286 77.45) + (xy 166.706088 77.681516) + (xy 166.773619 77.904136) + (xy 166.883283 78.109303) + (xy 167.030866 78.289134) + (xy 167.210697 78.436717) + (xy 167.415864 78.546381) + (xy 167.638484 78.613912) + (xy 167.811984 78.631) + (xy 167.928016 78.631) + (xy 168.101516 78.613912) + (xy 168.324136 78.546381) + (xy 168.529303 78.436717) + (xy 168.709134 78.289134) + (xy 168.856717 78.109303) + (xy 168.966381 77.904136) + (xy 169.033912 77.681516) + (xy 169.056714 77.45) + (xy 169.033912 77.218484) + (xy 168.966381 76.995864) + (xy 168.856717 76.790697) + (xy 168.709134 76.610866) + (xy 168.529303 76.463283) + (xy 168.324136 76.353619) + (xy 168.101516 76.286088) + (xy 167.928016 76.269) + (xy 167.811984 76.269) + (xy 167.638484 76.286088) + (xy 167.415864 76.353619) + (xy 167.30726 76.411669) + (xy 166.315376 75.419785) + (xy 166.299527 75.400473) + (xy 166.222479 75.337241) + (xy 166.134575 75.290255) + (xy 166.039193 75.261322) + (xy 165.964854 75.254) + (xy 165.964846 75.254) + (xy 165.94 75.251553) + (xy 165.915154 75.254) + (xy 163.669592 75.254) + (xy 158.245592 69.83) + (xy 159.063286 69.83) + (xy 159.086088 70.061516) + (xy 159.153619 70.284136) + (xy 159.263283 70.489303) + (xy 159.410866 70.669134) + (xy 159.590697 70.816717) + (xy 159.795864 70.926381) + (xy 160.018484 70.993912) + (xy 160.191984 71.011) + (xy 160.308016 71.011) + (xy 160.481516 70.993912) + (xy 160.704136 70.926381) + (xy 160.909303 70.816717) + (xy 161.089134 70.669134) + (xy 161.236717 70.489303) + (xy 161.346381 70.284136) + (xy 161.413912 70.061516) + (xy 161.436714 69.83) + (xy 161.413912 69.598484) + (xy 161.346381 69.375864) + (xy 161.236717 69.170697) + (xy 161.089134 68.990866) + (xy 160.909303 68.843283) + (xy 160.704136 68.733619) + (xy 160.481516 68.666088) + (xy 160.308016 68.649) + (xy 160.191984 68.649) + (xy 160.018484 68.666088) + (xy 159.795864 68.733619) + (xy 159.590697 68.843283) + (xy 159.410866 68.990866) + (xy 159.263283 69.170697) + (xy 159.153619 69.375864) + (xy 159.086088 69.598484) + (xy 159.063286 69.83) + (xy 158.245592 69.83) + (xy 150.782875 62.367284) + (xy 150.797152 62.332817) + (xy 150.841 62.112379) + (xy 150.841 61.887621) + (xy 150.797152 61.667183) + (xy 150.711141 61.459534) + (xy 150.586273 61.272655) + (xy 150.427345 61.113727) + (xy 150.278786 61.014463) + (xy 150.457832 60.9403) + (xy 150.519627 60.643079) + (xy 149.7 59.823453) + (xy 148.880373 60.643079) + (xy 148.942168 60.9403) + (xy 149.124689 61.012142) + (xy 148.972655 61.113727) + (xy 148.813727 61.272655) + (xy 148.688859 61.459534) + (xy 148.602848 61.667183) + (xy 148.559 61.887621) + (xy 148.559 62.112379) + (xy 148.602848 62.332817) + (xy 148.688859 62.540466) + (xy 148.813727 62.727345) + (xy 148.972655 62.886273) + (xy 149.159534 63.011141) + (xy 149.367183 63.097152) + (xy 149.587621 63.141) + (xy 149.812379 63.141) + (xy 150.032817 63.097152) + (xy 150.067284 63.082875) + (xy 163.084628 76.10022) + (xy 163.100473 76.119527) + (xy 163.177521 76.182759) + (xy 163.264177 76.229078) + (xy 163.265425 76.229745) + (xy 163.360807 76.258678) + (xy 163.46 76.268448) + (xy 163.484854 76.266) + (xy 165.730409 76.266) + (xy 165.856945 76.392536) + (xy 165.784136 76.353619) + (xy 165.561516 76.286088) + (xy 165.388016 76.269) + (xy 165.271984 76.269) + (xy 165.098484 76.286088) + (xy 164.875864 76.353619) + (xy 164.670697 76.463283) + (xy 164.490866 76.610866) + (xy 164.343283 76.790697) + (xy 164.233619 76.995864) + (xy 164.166088 77.218484) + (xy 164.143286 77.45) + (xy 164.166088 77.681516) + (xy 164.233619 77.904136) + (xy 164.343283 78.109303) + (xy 164.490866 78.289134) + (xy 164.670697 78.436717) + (xy 164.724326 78.465382) + (xy 158.439785 84.749924) + (xy 158.420473 84.765773) + (xy 158.357241 84.842821) + (xy 158.310255 84.930726) + (xy 158.281322 85.026108) + (xy 158.274 85.100447) + (xy 158.274 85.100454) + (xy 158.271553 85.1253) + (xy 158.274 85.150146) + (xy 158.274001 87.69134) + (xy 158.120697 87.773283) + (xy 157.940866 87.920866) + (xy 157.793283 88.100697) + (xy 157.683619 88.305864) + (xy 157.616088 88.528484) + (xy 157.593286 88.76) + (xy 157.616088 88.991516) + (xy 157.683619 89.214136) + (xy 157.734018 89.308427) + (xy 157.405095 88.979504) + (xy 157.426714 88.76) + (xy 157.403912 88.528484) + (xy 157.336381 88.305864) + (xy 157.226717 88.100697) + (xy 157.079134 87.920866) + (xy 156.899303 87.773283) + (xy 156.694136 87.663619) + (xy 156.471516 87.596088) + (xy 156.298016 87.579) + (xy 156.181984 87.579) + (xy 156.008484 87.596088) + (xy 155.785864 87.663619) + (xy 155.580697 87.773283) + (xy 155.400866 87.920866) + (xy 155.3679 87.961035) + (xy 155.3679 78.400745) + (xy 155.370347 78.375899) + (xy 155.3679 78.351053) + (xy 155.3679 78.351046) + (xy 155.360578 78.276707) + (xy 155.331645 78.181325) + (xy 155.284659 78.093421) + (xy 155.221427 78.016373) + (xy 155.20212 78.000528) + (xy 147.928606 70.727015) + (xy 147.999134 70.669134) + (xy 148.146717 70.489303) + (xy 148.256381 70.284136) + (xy 148.323912 70.061516) + (xy 148.346714 69.83) + (xy 148.513286 69.83) + (xy 148.536088 70.061516) + (xy 148.603619 70.284136) + (xy 148.713283 70.489303) + (xy 148.860866 70.669134) + (xy 149.040697 70.816717) + (xy 149.245864 70.926381) + (xy 149.468484 70.993912) + (xy 149.641984 71.011) + (xy 149.758016 71.011) + (xy 149.931516 70.993912) + (xy 150.154136 70.926381) + (xy 150.359303 70.816717) + (xy 150.539134 70.669134) + (xy 150.686717 70.489303) + (xy 150.796381 70.284136) + (xy 150.863912 70.061516) + (xy 150.886714 69.83) + (xy 151.053286 69.83) + (xy 151.076088 70.061516) + (xy 151.143619 70.284136) + (xy 151.253283 70.489303) + (xy 151.400866 70.669134) + (xy 151.580697 70.816717) + (xy 151.785864 70.926381) + (xy 152.008484 70.993912) + (xy 152.181984 71.011) + (xy 152.298016 71.011) + (xy 152.471516 70.993912) + (xy 152.694136 70.926381) + (xy 152.899303 70.816717) + (xy 153.079134 70.669134) + (xy 153.226717 70.489303) + (xy 153.336381 70.284136) + (xy 153.403912 70.061516) + (xy 153.426714 69.83) + (xy 153.403912 69.598484) + (xy 153.336381 69.375864) + (xy 153.226717 69.170697) + (xy 153.079134 68.990866) + (xy 152.899303 68.843283) + (xy 152.694136 68.733619) + (xy 152.471516 68.666088) + (xy 152.298016 68.649) + (xy 152.181984 68.649) + (xy 152.008484 68.666088) + (xy 151.785864 68.733619) + (xy 151.580697 68.843283) + (xy 151.400866 68.990866) + (xy 151.253283 69.170697) + (xy 151.143619 69.375864) + (xy 151.076088 69.598484) + (xy 151.053286 69.83) + (xy 150.886714 69.83) + (xy 150.863912 69.598484) + (xy 150.796381 69.375864) + (xy 150.686717 69.170697) + (xy 150.539134 68.990866) + (xy 150.359303 68.843283) + (xy 150.154136 68.733619) + (xy 149.931516 68.666088) + (xy 149.758016 68.649) + (xy 149.641984 68.649) + (xy 149.468484 68.666088) + (xy 149.245864 68.733619) + (xy 149.040697 68.843283) + (xy 148.860866 68.990866) + (xy 148.713283 69.170697) + (xy 148.603619 69.375864) + (xy 148.536088 69.598484) + (xy 148.513286 69.83) + (xy 148.346714 69.83) + (xy 148.323912 69.598484) + (xy 148.256381 69.375864) + (xy 148.146717 69.170697) + (xy 147.999134 68.990866) + (xy 147.819303 68.843283) + (xy 147.614136 68.733619) + (xy 147.391516 68.666088) + (xy 147.218016 68.649) + (xy 147.101984 68.649) + (xy 146.928484 68.666088) + (xy 146.705864 68.733619) + (xy 146.500697 68.843283) + (xy 146.320866 68.990866) + (xy 146.173283 69.170697) + (xy 146.063619 69.375864) + (xy 145.996088 69.598484) + (xy 145.973286 69.83) + (xy 145.996088 70.061516) + (xy 146.063619 70.284136) + (xy 146.173283 70.489303) + (xy 146.320866 70.669134) + (xy 146.500697 70.816717) + (xy 146.705864 70.926381) + (xy 146.724113 70.931917) + (xy 146.737242 70.956479) + (xy 146.800474 71.033527) + (xy 146.819781 71.049372) + (xy 151.640465 75.870056) + (xy 151.463135 75.943502) + (xy 151.184159 76.124008) + (xy 150.945759 76.355471) + (xy 150.757095 76.628996) + (xy 150.687041 76.791303) + (xy 150.686717 76.790697) + (xy 150.539134 76.610866) + (xy 150.359303 76.463283) + (xy 150.154136 76.353619) + (xy 149.931516 76.286088) + (xy 149.758016 76.269) + (xy 149.641984 76.269) + (xy 149.468484 76.286088) + (xy 149.245864 76.353619) + (xy 149.040697 76.463283) + (xy 148.860866 76.610866) + (xy 148.713283 76.790697) + (xy 148.603619 76.995864) + (xy 148.536088 77.218484) + (xy 148.513286 77.45) + (xy 148.536088 77.681516) + (xy 148.603619 77.904136) + (xy 148.713283 78.109303) + (xy 148.860866 78.289134) + (xy 149.040697 78.436717) + (xy 149.245864 78.546381) + (xy 149.468484 78.613912) + (xy 149.641984 78.631) + (xy 149.758016 78.631) + (xy 149.931516 78.613912) + (xy 150.154136 78.546381) + (xy 150.359303 78.436717) + (xy 150.539134 78.289134) + (xy 150.686717 78.109303) + (xy 150.687041 78.108697) + (xy 150.757095 78.271004) + (xy 150.945759 78.544529) + (xy 151.184159 78.775992) + (xy 151.463135 78.956498) + (xy 151.724073 79.064572) + (xy 151.983 78.89863) + (xy 151.983 77.707) + (xy 151.963 77.707) + (xy 151.963 77.193) + (xy 151.983 77.193) + (xy 151.983 77.173) + (xy 152.497 77.173) + (xy 152.497 77.193) + (xy 152.517 77.193) + (xy 152.517 77.707) + (xy 152.497 77.707) + (xy 152.497 78.89863) + (xy 152.755927 79.064572) + (xy 153.016865 78.956498) + (xy 153.295841 78.775992) + (xy 153.534241 78.544529) + (xy 153.722905 78.271004) + (xy 153.818931 78.048523) + (xy 154.3559 78.585492) + (xy 154.355901 87.771464) + (xy 154.154136 87.663619) + (xy 153.931516 87.596088) + (xy 153.758016 87.579) + (xy 153.641984 87.579) + (xy 153.468484 87.596088) + (xy 153.245864 87.663619) + (xy 153.040697 87.773283) + (xy 152.860866 87.920866) + (xy 152.7921 88.004658) + (xy 152.7921 86.241845) + (xy 152.794547 86.216999) + (xy 152.7921 86.192153) + (xy 152.7921 86.192146) + (xy 152.784778 86.117807) + (xy 152.755845 86.022425) + (xy 152.708859 85.934521) + (xy 152.645627 85.857473) + (xy 152.62632 85.841628) + (xy 146.2513 79.466609) + (xy 146.2513 78.204367) + (xy 146.320866 78.289134) + (xy 146.500697 78.436717) + (xy 146.705864 78.546381) + (xy 146.928484 78.613912) + (xy 147.101984 78.631) + (xy 147.218016 78.631) + (xy 147.391516 78.613912) + (xy 147.614136 78.546381) + (xy 147.819303 78.436717) + (xy 147.999134 78.289134) + (xy 148.146717 78.109303) + (xy 148.256381 77.904136) + (xy 148.323912 77.681516) + (xy 148.346714 77.45) + (xy 148.323912 77.218484) + (xy 148.256381 76.995864) + (xy 148.146717 76.790697) + (xy 147.999134 76.610866) + (xy 147.819303 76.463283) + (xy 147.614136 76.353619) + (xy 147.391516 76.286088) + (xy 147.218016 76.269) + (xy 147.101984 76.269) + (xy 146.928484 76.286088) + (xy 146.705864 76.353619) + (xy 146.500697 76.463283) + (xy 146.320866 76.610866) + (xy 146.2513 76.695633) + (xy 146.2513 72.105454) + (xy 146.253748 72.0806) + (xy 146.243978 71.981407) + (xy 146.215045 71.886025) + (xy 146.201439 71.860571) + (xy 146.168059 71.798121) + (xy 146.104827 71.721073) + (xy 146.08552 71.705228) + (xy 145.225674 70.845382) + (xy 145.279303 70.816717) + (xy 145.459134 70.669134) + (xy 145.606717 70.489303) + (xy 145.716381 70.284136) + (xy 145.783912 70.061516) + (xy 145.806714 69.83) + (xy 145.783912 69.598484) + (xy 145.716381 69.375864) + (xy 145.606717 69.170697) + (xy 145.459134 68.990866) + (xy 145.279303 68.843283) + (xy 145.074136 68.733619) + (xy 144.852043 68.666248) + (xy 146.076992 67.4413) + (xy 146.405146 67.4413) + (xy 146.43 67.443748) + (xy 146.454854 67.4413) + (xy 146.529193 67.433978) + (xy 146.624575 67.405045) + (xy 146.712479 67.358059) + (xy 146.789527 67.294827) + (xy 146.852759 67.217779) + (xy 146.899745 67.129875) + (xy 146.928678 67.034493) + (xy 146.938448 66.9353) + (xy 146.936 66.910446) + (xy 146.936 66.878659) + (xy 147.089303 66.796717) + (xy 147.269134 66.649134) + (xy 147.416717 66.469303) + (xy 147.526381 66.264136) + (xy 147.593912 66.041516) + (xy 147.598226 65.997718) + (xy 147.750728 66.15022) + (xy 147.766573 66.169527) + (xy 147.843621 66.232759) + (xy 147.868064 66.245824) + (xy 147.873619 66.264136) + (xy 147.983283 66.469303) + (xy 148.130866 66.649134) + (xy 148.310697 66.796717) + (xy 148.515864 66.906381) + (xy 148.738484 66.973912) + (xy 148.911984 66.991) + (xy 149.028016 66.991) + (xy 149.201516 66.973912) + (xy 149.424136 66.906381) + (xy 149.629303 66.796717) + (xy 149.809134 66.649134) + (xy 149.956717 66.469303) + (xy 150.066381 66.264136) + (xy 150.133912 66.041516) + (xy 150.156714 65.81) + (xy 150.133912 65.578484) + (xy 150.103875 65.479467) + (xy 160.891565 76.267157) + (xy 159.45 76.267157) + (xy 159.375311 76.274513) + (xy 159.303492 76.296299) + (xy 159.237304 76.331678) + (xy 159.179289 76.379289) + (xy 159.131678 76.437304) + (xy 159.096299 76.503492) + (xy 159.074513 76.575311) + (xy 159.067157 76.65) + (xy 159.067157 78.25) + (xy 159.074513 78.324689) + (xy 159.096299 78.396508) + (xy 159.131678 78.462696) + (xy 159.179289 78.520711) + (xy 159.237304 78.568322) + (xy 159.303492 78.603701) + (xy 159.375311 78.625487) + (xy 159.45 78.632843) + (xy 161.05 78.632843) + (xy 161.124689 78.625487) + (xy 161.196508 78.603701) + (xy 161.262696 78.568322) + (xy 161.320711 78.520711) + (xy 161.368322 78.462696) + (xy 161.403701 78.396508) + (xy 161.425487 78.324689) + (xy 161.432843 78.25) + (xy 161.432843 76.808435) + (xy 161.676548 77.05214) + (xy 161.626088 77.218484) + (xy 161.603286 77.45) + (xy 161.626088 77.681516) + (xy 161.693619 77.904136) + (xy 161.803283 78.109303) + (xy 161.950866 78.289134) + (xy 162.130697 78.436717) + (xy 162.335864 78.546381) + (xy 162.558484 78.613912) + (xy 162.731984 78.631) + (xy 162.848016 78.631) + (xy 163.021516 78.613912) + (xy 163.244136 78.546381) + (xy 163.449303 78.436717) + (xy 163.629134 78.289134) + (xy 163.776717 78.109303) + (xy 163.886381 77.904136) + (xy 163.953912 77.681516) + (xy 163.976714 77.45) + (xy 163.953912 77.218484) + (xy 163.886381 76.995864) + (xy 163.776717 76.790697) + (xy 163.629134 76.610866) + (xy 163.449303 76.463283) + (xy 163.244136 76.353619) + (xy 163.021516 76.286088) + (xy 162.848016 76.269) + (xy 162.731984 76.269) + (xy 162.558484 76.286088) + (xy 162.39214 76.336548) + (xy 149.049176 62.993585) + (xy 149.033327 62.974273) + (xy 148.956279 62.911041) + (xy 148.868375 62.864055) + (xy 148.772993 62.835122) + (xy 148.698654 62.8278) + (xy 148.698646 62.8278) + (xy 148.6738 62.825353) + (xy 148.648954 62.8278) + (xy 147.945818 62.8278) + (xy 148.046273 62.727345) + (xy 148.171141 62.540466) + (xy 148.257152 62.332817) + (xy 148.301 62.112379) + (xy 148.301 61.887621) + (xy 148.257152 61.667183) + (xy 148.171141 61.459534) + (xy 148.046273 61.272655) + (xy 147.887345 61.113727) + (xy 147.738786 61.014463) + (xy 147.917832 60.9403) + (xy 147.979627 60.643079) + (xy 147.16 59.823453) + (xy 146.340373 60.643079) + (xy 146.402168 60.9403) + (xy 146.584689 61.012142) + (xy 146.432655 61.113727) + (xy 146.273727 61.272655) + (xy 146.148859 61.459534) + (xy 146.062848 61.667183) + (xy 146.019 61.887621) + (xy 146.019 62.112379) + (xy 146.062848 62.332817) + (xy 146.148859 62.540466) + (xy 146.273727 62.727345) + (xy 146.374182 62.8278) + (xy 145.405818 62.8278) + (xy 145.506273 62.727345) + (xy 145.631141 62.540466) + (xy 145.717152 62.332817) + (xy 145.761 62.112379) + (xy 145.761 61.887621) + (xy 145.717152 61.667183) + (xy 145.631141 61.459534) + (xy 145.506273 61.272655) + (xy 145.347345 61.113727) + (xy 145.198786 61.014463) + (xy 145.377832 60.9403) + (xy 145.439627 60.643079) + (xy 144.62 59.823453) + (xy 143.800373 60.643079) + (xy 143.862168 60.9403) + (xy 144.044689 61.012142) + (xy 143.892655 61.113727) + (xy 143.733727 61.272655) + (xy 143.608859 61.459534) + (xy 143.522848 61.667183) + (xy 143.479 61.887621) + (xy 143.479 62.112379) + (xy 143.522848 62.332817) + (xy 143.608859 62.540466) + (xy 143.733727 62.727345) + (xy 143.834182 62.8278) + (xy 142.865818 62.8278) + (xy 142.966273 62.727345) + (xy 143.091141 62.540466) + (xy 143.177152 62.332817) + (xy 143.221 62.112379) + (xy 143.221 61.887621) + (xy 143.177152 61.667183) + (xy 143.091141 61.459534) + (xy 142.966273 61.272655) + (xy 142.807345 61.113727) + (xy 142.658786 61.014463) + (xy 142.837832 60.9403) + (xy 142.899627 60.643079) + (xy 142.08 59.823453) + (xy 141.260373 60.643079) + (xy 141.322168 60.9403) + (xy 141.504689 61.012142) + (xy 141.352655 61.113727) + (xy 141.193727 61.272655) + (xy 141.068859 61.459534) + (xy 140.982848 61.667183) + (xy 140.939 61.887621) + (xy 140.939 62.112379) + (xy 140.982848 62.332817) + (xy 141.068859 62.540466) + (xy 141.193727 62.727345) + (xy 141.294182 62.8278) + (xy 141.083392 62.8278) + (xy 140.622875 62.367284) + (xy 140.637152 62.332817) + (xy 140.681 62.112379) + (xy 140.681 61.887621) + (xy 140.637152 61.667183) + (xy 140.551141 61.459534) + (xy 140.426273 61.272655) + (xy 140.267345 61.113727) + (xy 140.118786 61.014463) + (xy 140.297832 60.9403) + (xy 140.359627 60.643079) + (xy 139.54 59.823453) + (xy 138.720373 60.643079) + (xy 138.782168 60.9403) + (xy 138.964689 61.012142) + (xy 138.812655 61.113727) + (xy 138.653727 61.272655) + (xy 138.528859 61.459534) + (xy 138.442848 61.667183) + (xy 138.399 61.887621) + (xy 138.399 62.112379) + (xy 138.442848 62.332817) + (xy 138.528859 62.540466) + (xy 138.653727 62.727345) + (xy 138.812655 62.886273) + (xy 138.999534 63.011141) + (xy 139.207183 63.097152) + (xy 139.427621 63.141) + (xy 139.652379 63.141) + (xy 139.872817 63.097152) + (xy 139.907284 63.082875) + (xy 140.498428 63.67402) + (xy 140.514273 63.693327) + (xy 140.591321 63.756559) + (xy 140.679225 63.803545) + (xy 140.774607 63.832478) + (xy 140.848946 63.8398) + (xy 140.848953 63.8398) + (xy 140.873799 63.842247) + (xy 140.898645 63.8398) + (xy 148.464209 63.8398) + (xy 149.300534 64.676125) + (xy 149.201516 64.646088) + (xy 149.028016 64.629) + (xy 148.911984 64.629) + (xy 148.738484 64.646088) + (xy 148.515864 64.713619) + (xy 148.310697 64.823283) + (xy 148.130866 64.970866) + (xy 148.073031 65.041339) + (xy 147.161476 64.129785) + (xy 147.145627 64.110473) + (xy 147.068579 64.047241) + (xy 146.980675 64.000255) + (xy 146.885293 63.971322) + (xy 146.810954 63.964) + (xy 146.810946 63.964) + (xy 146.7861 63.961553) + (xy 146.761254 63.964) + (xy 139.679592 63.964) + (xy 138.082875 62.367284) + (xy 138.097152 62.332817) + (xy 138.141 62.112379) + (xy 138.141 61.887621) + (xy 138.097152 61.667183) + (xy 138.011141 61.459534) + (xy 137.886273 61.272655) + (xy 137.727345 61.113727) + (xy 137.578786 61.014463) + (xy 137.757832 60.9403) + (xy 137.819627 60.643079) + (xy 137 59.823453) + (xy 136.180373 60.643079) + (xy 136.242168 60.9403) + (xy 136.424689 61.012142) + (xy 136.272655 61.113727) + (xy 136.113727 61.272655) + (xy 135.988859 61.459534) + (xy 135.902848 61.667183) + (xy 135.859 61.887621) + (xy 135.859 62.112379) + (xy 135.902848 62.332817) + (xy 135.988859 62.540466) + (xy 136.113727 62.727345) + (xy 136.272655 62.886273) + (xy 136.459534 63.011141) + (xy 136.667183 63.097152) + (xy 136.887621 63.141) + (xy 137.112379 63.141) + (xy 137.332817 63.097152) + (xy 137.367284 63.082875) + (xy 138.918367 64.633959) + (xy 138.868016 64.629) + (xy 138.751984 64.629) + (xy 138.578484 64.646088) + (xy 138.355864 64.713619) + (xy 138.150697 64.823283) + (xy 137.970866 64.970866) + (xy 137.823283 65.150697) + (xy 137.713619 65.355864) + (xy 137.646088 65.578484) + (xy 137.623286 65.81) + (xy 137.646088 66.041516) + (xy 137.713619 66.264136) + (xy 137.823283 66.469303) + (xy 137.901489 66.564598) + (xy 137.887873 66.575773) + (xy 137.872028 66.59508) + (xy 134.707785 69.759324) + (xy 134.688473 69.775173) + (xy 134.625241 69.852221) + (xy 134.578255 69.940126) + (xy 134.549322 70.035508) + (xy 134.542 70.109847) + (xy 134.542 70.109854) + (xy 134.539553 70.1347) + (xy 134.542 70.159546) + (xy 134.542001 91.247298) + (xy 134.441358 91.347941) + (xy 134.355887 91.475858) + (xy 134.297013 91.617991) + (xy 134.267 91.768878) + (xy 134.267 91.922722) + (xy 134.297013 92.073609) + (xy 134.355887 92.215742) + (xy 134.441358 92.343659) + (xy 134.550141 92.452442) + (xy 134.678058 92.537913) + (xy 134.820191 92.596787) + (xy 134.971078 92.6268) + (xy 135.124922 92.6268) + (xy 135.275809 92.596787) + (xy 135.417942 92.537913) + (xy 135.439199 92.52371) + (xy 135.351109 92.6118) + (xy 135.208778 92.6118) + (xy 135.057891 92.641813) + (xy 134.915758 92.700687) + (xy 134.787841 92.786158) + (xy 134.679058 92.894941) + (xy 134.593587 93.022858) + (xy 134.534713 93.164991) + (xy 134.5047 93.315878) + (xy 134.5047 93.469722) + (xy 134.534713 93.620609) + (xy 134.593587 93.762742) + (xy 134.679058 93.890659) + (xy 134.787841 93.999442) + (xy 134.915758 94.084913) + (xy 135.057891 94.143787) + (xy 135.208778 94.1738) + (xy 135.362622 94.1738) + (xy 135.513509 94.143787) + (xy 135.655642 94.084913) + (xy 135.783559 93.999442) + (xy 135.892342 93.890659) + (xy 135.977813 93.762742) + (xy 136.036687 93.620609) + (xy 136.0667 93.469722) + (xy 136.0667 93.327391) + (xy 136.85692 92.537172) + (xy 136.876227 92.521327) + (xy 136.939459 92.444279) + (xy 136.986445 92.356375) + (xy 137.015378 92.260993) + (xy 137.020969 92.204227) + (xy 137.025148 92.1618) + (xy 137.0227 92.136946) + (xy 137.0227 89.420238) + (xy 137.106591 89.454987) + (xy 137.257478 89.485) + (xy 137.28569 89.485) + (xy 137.283553 89.5067) + (xy 137.293322 89.605892) + (xy 137.322255 89.701274) + (xy 137.332494 89.720429) + (xy 137.369242 89.789179) + (xy 137.432474 89.866227) + (xy 137.451781 89.882072) + (xy 150.554326 102.984618) + (xy 150.500697 103.013283) + (xy 150.320866 103.160866) + (xy 150.173283 103.340697) + (xy 150.063619 103.545864) + (xy 149.996088 103.768484) + (xy 149.973286 104) + (xy 149.996088 104.231516) + (xy 150.063619 104.454136) + (xy 150.173283 104.659303) + (xy 150.320866 104.839134) + (xy 150.500697 104.986717) + (xy 150.705864 105.096381) + (xy 150.928484 105.163912) + (xy 151.101984 105.181) + (xy 151.218016 105.181) + (xy 151.391516 105.163912) + (xy 151.614136 105.096381) + (xy 151.7801 105.007671) + (xy 151.7801 107.919008) + (xy 144.819781 114.879328) + (xy 144.800474 114.895173) + (xy 144.737242 114.972221) + (xy 144.712127 115.019208) + (xy 144.690255 115.060126) + (xy 144.661322 115.155508) + (xy 144.651553 115.2547) + (xy 144.654001 115.279553) + (xy 144.654001 115.31134) + (xy 144.500697 115.393283) + (xy 144.396 115.479205) + (xy 144.396 105.500154) + (xy 144.398448 105.4753) + (xy 144.388678 105.376107) + (xy 144.359745 105.280725) + (xy 144.353452 105.268952) + (xy 144.312759 105.192821) + (xy 144.249527 105.115773) + (xy 144.23022 105.099928) + (xy 144.145674 105.015382) + (xy 144.199303 104.986717) + (xy 144.379134 104.839134) + (xy 144.526717 104.659303) + (xy 144.636381 104.454136) + (xy 144.703912 104.231516) + (xy 144.726714 104) + (xy 144.703912 103.768484) + (xy 144.636381 103.545864) + (xy 144.548046 103.3806) + (xy 145.071954 103.3806) + (xy 144.983619 103.545864) + (xy 144.916088 103.768484) + (xy 144.893286 104) + (xy 144.916088 104.231516) + (xy 144.983619 104.454136) + (xy 145.093283 104.659303) + (xy 145.240866 104.839134) + (xy 145.420697 104.986717) + (xy 145.625864 105.096381) + (xy 145.848484 105.163912) + (xy 146.021984 105.181) + (xy 146.138016 105.181) + (xy 146.311516 105.163912) + (xy 146.534136 105.096381) + (xy 146.739303 104.986717) + (xy 146.919134 104.839134) + (xy 147.066717 104.659303) + (xy 147.176381 104.454136) + (xy 147.191146 104.405463) + (xy 147.212221 104.422759) + (xy 147.300125 104.469745) + (xy 147.395507 104.498678) + (xy 147.4947 104.508448) + (xy 147.519554 104.506) + (xy 147.551341 104.506) + (xy 147.633283 104.659303) + (xy 147.780866 104.839134) + (xy 147.960697 104.986717) + (xy 148.165864 105.096381) + (xy 148.388484 105.163912) + (xy 148.561984 105.181) + (xy 148.678016 105.181) + (xy 148.851516 105.163912) + (xy 149.074136 105.096381) + (xy 149.279303 104.986717) + (xy 149.459134 104.839134) + (xy 149.606717 104.659303) + (xy 149.716381 104.454136) + (xy 149.783912 104.231516) + (xy 149.806714 104) + (xy 149.783912 103.768484) + (xy 149.716381 103.545864) + (xy 149.606717 103.340697) + (xy 149.459134 103.160866) + (xy 149.279303 103.013283) + (xy 149.074136 102.903619) + (xy 148.851516 102.836088) + (xy 148.678016 102.819) + (xy 148.561984 102.819) + (xy 148.388484 102.836088) + (xy 148.165864 102.903619) + (xy 147.960697 103.013283) + (xy 147.780866 103.160866) + (xy 147.722986 103.231394) + (xy 147.025976 102.534385) + (xy 147.010127 102.515073) + (xy 146.933079 102.451841) + (xy 146.845175 102.404855) + (xy 146.749793 102.375922) + (xy 146.675454 102.3686) + (xy 146.675446 102.3686) + (xy 146.6506 102.366153) + (xy 146.625754 102.3686) + (xy 140.016754 102.3686) + (xy 139.9919 102.366152) + (xy 139.967046 102.3686) + (xy 139.892707 102.375922) + (xy 139.797325 102.404855) + (xy 139.709421 102.451841) + (xy 139.632373 102.515073) + (xy 139.616528 102.53438) + (xy 136.074485 106.076424) + (xy 136.055173 106.092273) + (xy 135.991941 106.169321) + (xy 135.944955 106.257226) + (xy 135.916022 106.352608) + (xy 135.9087 106.426947) + (xy 135.9087 106.426954) + (xy 135.906253 106.4518) + (xy 135.9087 106.476646) + (xy 135.908701 115.625633) + (xy 135.839134 115.540866) + (xy 135.659303 115.393283) + (xy 135.454136 115.283619) + (xy 135.231516 115.216088) + (xy 135.058016 115.199) + (xy 134.941984 115.199) + (xy 134.768484 115.216088) + (xy 134.545864 115.283619) + (xy 134.340697 115.393283) + (xy 134.160866 115.540866) + (xy 134.013283 115.720697) + (xy 133.903619 115.925864) + (xy 133.836088 116.148484) + (xy 133.813286 116.38) + (xy 133.836088 116.611516) + (xy 133.903619 116.834136) + (xy 134.013283 117.039303) + (xy 134.160866 117.219134) + (xy 134.340697 117.366717) + (xy 134.545864 117.476381) + (xy 134.768484 117.543912) + (xy 134.941984 117.561) + (xy 135.058016 117.561) + (xy 135.231516 117.543912) + (xy 135.454136 117.476381) + (xy 135.659303 117.366717) + (xy 135.839134 117.219134) + (xy 135.908701 117.134366) + (xy 135.908701 121.724544) + (xy 135.906253 121.7494) + (xy 135.916022 121.848592) + (xy 135.944955 121.943974) + (xy 135.955075 121.962907) + (xy 135.991942 122.031879) + (xy 136.055174 122.108927) + (xy 136.07448 122.124771) + (xy 136.934326 122.984618) + (xy 136.880697 123.013283) + (xy 136.700866 123.160866) + (xy 136.553283 123.340697) + (xy 136.443619 123.545864) + (xy 136.376088 123.768484) + (xy 136.353286 124) + (xy 136.376088 124.231516) + (xy 136.443619 124.454136) + (xy 136.553283 124.659303) + (xy 136.700866 124.839134) + (xy 136.880697 124.986717) + (xy 137.034001 125.06866) + (xy 137.034001 125.100444) + (xy 137.031553 125.1253) + (xy 137.041322 125.224492) + (xy 137.070255 125.319874) + (xy 137.092127 125.360792) + (xy 137.117242 125.407779) + (xy 137.180474 125.484827) + (xy 137.199779 125.50067) + (xy 140.704 129.004892) + (xy 140.704 129.806465) + (xy 139.176 129.805675) + (xy 139.176 128.820154) + (xy 139.178448 128.7953) + (xy 139.168678 128.696107) + (xy 139.139745 128.600725) + (xy 139.117898 128.559853) + (xy 139.092759 128.512821) + (xy 139.029527 128.435773) + (xy 139.01022 128.419928) + (xy 135.773134 125.182843) + (xy 135.8 125.182843) + (xy 135.874689 125.175487) + (xy 135.946508 125.153701) + (xy 136.012696 125.118322) + (xy 136.070711 125.070711) + (xy 136.118322 125.012696) + (xy 136.153701 124.946508) + (xy 136.175487 124.874689) + (xy 136.182843 124.8) + (xy 136.182843 123.2) + (xy 136.175487 123.125311) + (xy 136.153701 123.053492) + (xy 136.118322 122.987304) + (xy 136.070711 122.929289) + (xy 136.012696 122.881678) + (xy 135.946508 122.846299) + (xy 135.874689 122.824513) + (xy 135.8 122.817157) + (xy 134.2 122.817157) + (xy 134.125311 122.824513) + (xy 134.053492 122.846299) + (xy 133.987304 122.881678) + (xy 133.929289 122.929289) + (xy 133.881678 122.987304) + (xy 133.846299 123.053492) + (xy 133.824513 123.125311) + (xy 133.817157 123.2) + (xy 133.817157 124.8) + (xy 133.824513 124.874689) + (xy 133.846299 124.946508) + (xy 133.881678 125.012696) + (xy 133.929289 125.070711) + (xy 133.987304 125.118322) + (xy 134.053492 125.153701) + (xy 134.125311 125.175487) + (xy 134.2 125.182843) + (xy 134.49722 125.182843) + (xy 134.501322 125.224492) + (xy 134.530255 125.319874) + (xy 134.552127 125.360792) + (xy 134.577242 125.407779) + (xy 134.640474 125.484827) + (xy 134.659779 125.50067) + (xy 138.164 129.004892) + (xy 138.164 129.805152) + (xy 134.000066 129.803) + (xy 133.975288 129.805427) + (xy 133.95146 129.812642) + (xy 133.929497 129.824367) + (xy 133.910244 129.840151) + (xy 133.89444 129.859388) + (xy 133.882692 129.881339) + (xy 133.875453 129.905159) + (xy 133.873 129.93) + (xy 133.873 134.594) + (xy 100.426965 134.594) + (xy 100.425089 125.7265) + (xy 111.146857 125.7265) + (xy 111.146857 133.2385) + (xy 122.373143 133.2385) + (xy 122.373143 125.7265) + (xy 111.146857 125.7265) + (xy 100.425089 125.7265) + (xy 100.422702 114.441951) + (xy 129.441502 114.441951) + (xy 129.508264 114.743203) + (xy 129.818496 114.866636) + (xy 130.146848 114.927174) + (xy 130.480701 114.922491) + (xy 130.807225 114.852767) + (xy 131.071736 114.743203) + (xy 131.138498 114.441951) + (xy 130.29 113.593453) + (xy 129.441502 114.441951) + (xy 100.422702 114.441951) + (xy 100.422415 113.086848) + (xy 128.592826 113.086848) + (xy 128.597509 113.420701) + (xy 128.667233 113.747225) + (xy 128.776797 114.011736) + (xy 129.078049 114.078498) + (xy 129.926547 113.23) + (xy 130.653453 113.23) + (xy 131.501951 114.078498) + (xy 131.803203 114.011736) + (xy 131.83633 113.928475) + (xy 131.872658 113.982843) + (xy 132.037157 114.147342) + (xy 132.230587 114.276588) + (xy 132.445515 114.365614) + (xy 132.673682 114.411) + (xy 132.906318 114.411) + (xy 133.134485 114.365614) + (xy 133.349413 114.276588) + (xy 133.542843 114.147342) + (xy 133.707342 113.982843) + (xy 133.836588 113.789413) + (xy 133.925614 113.574485) + (xy 133.971 113.346318) + (xy 133.971 113.113682) + (xy 133.925614 112.885515) + (xy 133.836588 112.670587) + (xy 133.707342 112.477157) + (xy 133.542843 112.312658) + (xy 133.349413 112.183412) + (xy 133.134485 112.094386) + (xy 132.906318 112.049) + (xy 132.673682 112.049) + (xy 132.445515 112.094386) + (xy 132.230587 112.183412) + (xy 132.037157 112.312658) + (xy 131.872658 112.477157) + (xy 131.83717 112.530268) + (xy 131.803203 112.448264) + (xy 131.501951 112.381502) + (xy 130.653453 113.23) + (xy 129.926547 113.23) + (xy 129.078049 112.381502) + (xy 128.776797 112.448264) + (xy 128.653364 112.758496) + (xy 128.592826 113.086848) + (xy 100.422415 113.086848) + (xy 100.422189 112.018049) + (xy 129.441502 112.018049) + (xy 130.29 112.866547) + (xy 131.138498 112.018049) + (xy 131.071736 111.716797) + (xy 130.761504 111.593364) + (xy 130.433152 111.532826) + (xy 130.099299 111.537509) + (xy 129.772775 111.607233) + (xy 129.508264 111.716797) + (xy 129.441502 112.018049) + (xy 100.422189 112.018049) + (xy 100.421381 108.2) + (xy 112.617157 108.2) + (xy 112.617157 109.8) + (xy 112.624513 109.874689) + (xy 112.646299 109.946508) + (xy 112.681678 110.012696) + (xy 112.729289 110.070711) + (xy 112.787304 110.118322) + (xy 112.853492 110.153701) + (xy 112.925311 110.175487) + (xy 113 110.182843) + (xy 114.6 110.182843) + (xy 114.674689 110.175487) + (xy 114.746508 110.153701) + (xy 114.812696 110.118322) + (xy 114.870711 110.070711) + (xy 114.918322 110.012696) + (xy 114.953701 109.946508) + (xy 114.975487 109.874689) + (xy 114.982843 109.8) + (xy 114.982843 109) + (xy 115.153286 109) + (xy 115.176088 109.231516) + (xy 115.243619 109.454136) + (xy 115.353283 109.659303) + (xy 115.500866 109.839134) + (xy 115.680697 109.986717) + (xy 115.885864 110.096381) + (xy 116.108484 110.163912) + (xy 116.281984 110.181) + (xy 116.398016 110.181) + (xy 116.571516 110.163912) + (xy 116.794136 110.096381) + (xy 116.999303 109.986717) + (xy 117.179134 109.839134) + (xy 117.326717 109.659303) + (xy 117.436381 109.454136) + (xy 117.503912 109.231516) + (xy 117.526714 109) + (xy 117.693286 109) + (xy 117.716088 109.231516) + (xy 117.783619 109.454136) + (xy 117.893283 109.659303) + (xy 118.040866 109.839134) + (xy 118.220697 109.986717) + (xy 118.425864 110.096381) + (xy 118.648484 110.163912) + (xy 118.821984 110.181) + (xy 118.938016 110.181) + (xy 119.111516 110.163912) + (xy 119.334136 110.096381) + (xy 119.539303 109.986717) + (xy 119.719134 109.839134) + (xy 119.866717 109.659303) + (xy 119.976381 109.454136) + (xy 120.043912 109.231516) + (xy 120.066714 109) + (xy 120.233286 109) + (xy 120.256088 109.231516) + (xy 120.323619 109.454136) + (xy 120.433283 109.659303) + (xy 120.580866 109.839134) + (xy 120.760697 109.986717) + (xy 120.965864 110.096381) + (xy 121.188484 110.163912) + (xy 121.361984 110.181) + (xy 121.478016 110.181) + (xy 121.651516 110.163912) + (xy 121.874136 110.096381) + (xy 122.079303 109.986717) + (xy 122.259134 109.839134) + (xy 122.406717 109.659303) + (xy 122.516381 109.454136) + (xy 122.583912 109.231516) + (xy 122.606714 109) + (xy 122.773286 109) + (xy 122.796088 109.231516) + (xy 122.863619 109.454136) + (xy 122.973283 109.659303) + (xy 123.120866 109.839134) + (xy 123.300697 109.986717) + (xy 123.505864 110.096381) + (xy 123.728484 110.163912) + (xy 123.901984 110.181) + (xy 124.018016 110.181) + (xy 124.191516 110.163912) + (xy 124.414136 110.096381) + (xy 124.619303 109.986717) + (xy 124.799134 109.839134) + (xy 124.946717 109.659303) + (xy 125.056381 109.454136) + (xy 125.123912 109.231516) + (xy 125.146714 109) + (xy 125.123912 108.768484) + (xy 125.056381 108.545864) + (xy 124.946717 108.340697) + (xy 124.799134 108.160866) + (xy 124.619303 108.013283) + (xy 124.414136 107.903619) + (xy 124.191516 107.836088) + (xy 124.018016 107.819) + (xy 123.901984 107.819) + (xy 123.728484 107.836088) + (xy 123.505864 107.903619) + (xy 123.300697 108.013283) + (xy 123.120866 108.160866) + (xy 122.973283 108.340697) + (xy 122.863619 108.545864) + (xy 122.796088 108.768484) + (xy 122.773286 109) + (xy 122.606714 109) + (xy 122.583912 108.768484) + (xy 122.516381 108.545864) + (xy 122.406717 108.340697) + (xy 122.259134 108.160866) + (xy 122.079303 108.013283) + (xy 121.874136 107.903619) + (xy 121.651516 107.836088) + (xy 121.478016 107.819) + (xy 121.361984 107.819) + (xy 121.188484 107.836088) + (xy 120.965864 107.903619) + (xy 120.760697 108.013283) + (xy 120.580866 108.160866) + (xy 120.433283 108.340697) + (xy 120.323619 108.545864) + (xy 120.256088 108.768484) + (xy 120.233286 109) + (xy 120.066714 109) + (xy 120.043912 108.768484) + (xy 119.976381 108.545864) + (xy 119.866717 108.340697) + (xy 119.719134 108.160866) + (xy 119.539303 108.013283) + (xy 119.334136 107.903619) + (xy 119.111516 107.836088) + (xy 118.938016 107.819) + (xy 118.821984 107.819) + (xy 118.648484 107.836088) + (xy 118.425864 107.903619) + (xy 118.220697 108.013283) + (xy 118.040866 108.160866) + (xy 117.893283 108.340697) + (xy 117.783619 108.545864) + (xy 117.716088 108.768484) + (xy 117.693286 109) + (xy 117.526714 109) + (xy 117.503912 108.768484) + (xy 117.436381 108.545864) + (xy 117.326717 108.340697) + (xy 117.179134 108.160866) + (xy 116.999303 108.013283) + (xy 116.794136 107.903619) + (xy 116.571516 107.836088) + (xy 116.398016 107.819) + (xy 116.281984 107.819) + (xy 116.108484 107.836088) + (xy 115.885864 107.903619) + (xy 115.680697 108.013283) + (xy 115.500866 108.160866) + (xy 115.353283 108.340697) + (xy 115.243619 108.545864) + (xy 115.176088 108.768484) + (xy 115.153286 109) + (xy 114.982843 109) + (xy 114.982843 108.2) + (xy 114.975487 108.125311) + (xy 114.953701 108.053492) + (xy 114.918322 107.987304) + (xy 114.870711 107.929289) + (xy 114.812696 107.881678) + (xy 114.746508 107.846299) + (xy 114.674689 107.824513) + (xy 114.6 107.817157) + (xy 113 107.817157) + (xy 112.925311 107.824513) + (xy 112.853492 107.846299) + (xy 112.787304 107.881678) + (xy 112.729289 107.929289) + (xy 112.681678 107.987304) + (xy 112.646299 108.053492) + (xy 112.624513 108.125311) + (xy 112.617157 108.2) + (xy 100.421381 108.2) + (xy 100.420496 104.022078) + (xy 112.6097 104.022078) + (xy 112.6097 104.175922) + (xy 112.639713 104.326809) + (xy 112.698587 104.468942) + (xy 112.784058 104.596859) + (xy 112.892841 104.705642) + (xy 113.020758 104.791113) + (xy 113.162891 104.849987) + (xy 113.313778 104.88) + (xy 113.467622 104.88) + (xy 113.618509 104.849987) + (xy 113.760642 104.791113) + (xy 113.888559 104.705642) + (xy 113.997342 104.596859) + (xy 114.078498 104.4754) + (xy 115.11162 104.4754) + (xy 115.0833 104.617778) + (xy 115.0833 104.771622) + (xy 115.113313 104.922509) + (xy 115.172187 105.064642) + (xy 115.257658 105.192559) + (xy 115.366441 105.301342) + (xy 115.494358 105.386813) + (xy 115.636491 105.445687) + (xy 115.787378 105.4757) + (xy 115.941222 105.4757) + (xy 116.092109 105.445687) + (xy 116.234242 105.386813) + (xy 116.362159 105.301342) + (xy 116.462801 105.2007) + (xy 121.865109 105.2007) + (xy 125.358619 108.69421) + (xy 125.336088 108.768484) + (xy 125.313286 109) + (xy 125.336088 109.231516) + (xy 125.403619 109.454136) + (xy 125.513283 109.659303) + (xy 125.660866 109.839134) + (xy 125.840697 109.986717) + (xy 126.045864 110.096381) + (xy 126.268484 110.163912) + (xy 126.441984 110.181) + (xy 126.558016 110.181) + (xy 126.731516 110.163912) + (xy 126.954136 110.096381) + (xy 127.159303 109.986717) + (xy 127.339134 109.839134) + (xy 127.486717 109.659303) + (xy 127.487041 109.658697) + (xy 127.557095 109.821004) + (xy 127.745759 110.094529) + (xy 127.984159 110.325992) + (xy 128.263135 110.506498) + (xy 128.524073 110.614572) + (xy 128.783 110.44863) + (xy 128.783 109.257) + (xy 129.297 109.257) + (xy 129.297 110.44863) + (xy 129.555927 110.614572) + (xy 129.816865 110.506498) + (xy 130.095841 110.325992) + (xy 130.334241 110.094529) + (xy 130.522905 109.821004) + (xy 130.654581 109.515928) + (xy 130.491662 109.257) + (xy 129.297 109.257) + (xy 128.783 109.257) + (xy 128.763 109.257) + (xy 128.763 108.743) + (xy 128.783 108.743) + (xy 128.783 107.55137) + (xy 129.297 107.55137) + (xy 129.297 108.743) + (xy 130.491662 108.743) + (xy 130.654581 108.484072) + (xy 130.522905 108.178996) + (xy 130.334241 107.905471) + (xy 130.095841 107.674008) + (xy 129.816865 107.493502) + (xy 129.555927 107.385428) + (xy 129.297 107.55137) + (xy 128.783 107.55137) + (xy 128.524073 107.385428) + (xy 128.263135 107.493502) + (xy 127.984159 107.674008) + (xy 127.745759 107.905471) + (xy 127.557095 108.178996) + (xy 127.487041 108.341303) + (xy 127.486717 108.340697) + (xy 127.339134 108.160866) + (xy 127.159303 108.013283) + (xy 126.954136 107.903619) + (xy 126.731516 107.836088) + (xy 126.558016 107.819) + (xy 126.441984 107.819) + (xy 126.268484 107.836088) + (xy 126.045864 107.903619) + (xy 126.015461 107.91987) + (xy 122.450076 104.354485) + (xy 122.434227 104.335173) + (xy 122.357179 104.271941) + (xy 122.269275 104.224955) + (xy 122.173893 104.196022) + (xy 122.099554 104.1887) + (xy 122.099546 104.1887) + (xy 122.0747 104.186253) + (xy 122.049854 104.1887) + (xy 121.022991 104.1887) + (xy 123.063031 102.148661) + (xy 123.120866 102.219134) + (xy 123.300697 102.366717) + (xy 123.505864 102.476381) + (xy 123.728484 102.543912) + (xy 123.901984 102.561) + (xy 124.018016 102.561) + (xy 124.191516 102.543912) + (xy 124.414136 102.476381) + (xy 124.619303 102.366717) + (xy 124.799134 102.219134) + (xy 124.946717 102.039303) + (xy 125.056381 101.834136) + (xy 125.123912 101.611516) + (xy 125.146714 101.38) + (xy 125.313286 101.38) + (xy 125.336088 101.611516) + (xy 125.403619 101.834136) + (xy 125.513283 102.039303) + (xy 125.660866 102.219134) + (xy 125.840697 102.366717) + (xy 126.045864 102.476381) + (xy 126.268484 102.543912) + (xy 126.441984 102.561) + (xy 126.558016 102.561) + (xy 126.731516 102.543912) + (xy 126.954136 102.476381) + (xy 127.159303 102.366717) + (xy 127.339134 102.219134) + (xy 127.486717 102.039303) + (xy 127.596381 101.834136) + (xy 127.663912 101.611516) + (xy 127.686714 101.38) + (xy 127.663912 101.148484) + (xy 127.596381 100.925864) + (xy 127.486717 100.720697) + (xy 127.339134 100.540866) + (xy 127.159303 100.393283) + (xy 126.954136 100.283619) + (xy 126.731516 100.216088) + (xy 126.558016 100.199) + (xy 126.441984 100.199) + (xy 126.268484 100.216088) + (xy 126.045864 100.283619) + (xy 125.840697 100.393283) + (xy 125.660866 100.540866) + (xy 125.513283 100.720697) + (xy 125.403619 100.925864) + (xy 125.336088 101.148484) + (xy 125.313286 101.38) + (xy 125.146714 101.38) + (xy 125.123912 101.148484) + (xy 125.056381 100.925864) + (xy 124.946717 100.720697) + (xy 124.799134 100.540866) + (xy 124.619303 100.393283) + (xy 124.414136 100.283619) + (xy 124.191516 100.216088) + (xy 124.018016 100.199) + (xy 123.901984 100.199) + (xy 123.728484 100.216088) + (xy 123.505864 100.283619) + (xy 123.300697 100.393283) + (xy 123.120866 100.540866) + (xy 122.973283 100.720697) + (xy 122.891341 100.874) + (xy 122.859554 100.874) + (xy 122.8347 100.871552) + (xy 122.809846 100.874) + (xy 122.735507 100.881322) + (xy 122.640125 100.910255) + (xy 122.552221 100.957241) + (xy 122.531146 100.974537) + (xy 122.516381 100.925864) + (xy 122.406717 100.720697) + (xy 122.259134 100.540866) + (xy 122.079303 100.393283) + (xy 121.874136 100.283619) + (xy 121.651516 100.216088) + (xy 121.478016 100.199) + (xy 121.361984 100.199) + (xy 121.188484 100.216088) + (xy 120.965864 100.283619) + (xy 120.760697 100.393283) + (xy 120.580866 100.540866) + (xy 120.433283 100.720697) + (xy 120.323619 100.925864) + (xy 120.256088 101.148484) + (xy 120.233286 101.38) + (xy 120.256088 101.611516) + (xy 120.323619 101.834136) + (xy 120.433283 102.039303) + (xy 120.580866 102.219134) + (xy 120.760697 102.366717) + (xy 120.965864 102.476381) + (xy 121.188484 102.543912) + (xy 121.232283 102.548226) + (xy 120.317109 103.4634) + (xy 113.84522 103.4634) + (xy 113.760642 103.406887) + (xy 113.618509 103.348013) + (xy 113.467622 103.318) + (xy 113.313778 103.318) + (xy 113.162891 103.348013) + (xy 113.020758 103.406887) + (xy 112.892841 103.492358) + (xy 112.784058 103.601141) + (xy 112.698587 103.729058) + (xy 112.639713 103.871191) + (xy 112.6097 104.022078) + (xy 100.420496 104.022078) + (xy 100.413114 69.141951) + (xy 107.191502 69.141951) + (xy 107.258264 69.443203) + (xy 107.568496 69.566636) + (xy 107.755362 69.601088) + (xy 107.670573 69.685877) + (xy 107.640532 69.710531) + (xy 107.562883 69.805146) + (xy 107.542135 69.830428) + (xy 107.469018 69.967218) + (xy 107.423995 70.115643) + (xy 107.408792 70.27) + (xy 107.412601 70.308673) + (xy 107.4126 99.151337) + (xy 107.408792 99.19) + (xy 107.4126 99.228663) + (xy 107.4126 99.228672) + (xy 107.423994 99.344356) + (xy 107.469018 99.492782) + (xy 107.542134 99.629571) + (xy 107.640531 99.749469) + (xy 107.670578 99.774128) + (xy 109.825877 101.929428) + (xy 109.850531 101.959469) + (xy 109.88057 101.984121) + (xy 109.970427 102.057866) + (xy 110.0698 102.110982) + (xy 110.107217 102.130982) + (xy 110.255643 102.176006) + (xy 110.371327 102.1874) + (xy 110.371337 102.1874) + (xy 110.41 102.191208) + (xy 110.448663 102.1874) + (xy 112.610337 102.1874) + (xy 112.649 102.191208) + (xy 112.687663 102.1874) + (xy 112.687673 102.1874) + (xy 112.803357 102.176006) + (xy 112.831728 102.1674) + (xy 112.918409 102.1674) + (xy 112.960866 102.219134) + (xy 113.140697 102.366717) + (xy 113.345864 102.476381) + (xy 113.568484 102.543912) + (xy 113.741984 102.561) + (xy 113.858016 102.561) + (xy 114.031516 102.543912) + (xy 114.254136 102.476381) + (xy 114.459303 102.366717) + (xy 114.639134 102.219134) + (xy 114.786717 102.039303) + (xy 114.896381 101.834136) + (xy 114.963912 101.611516) + (xy 114.986714 101.38) + (xy 114.980154 101.313396) + (xy 115.189596 101.103955) + (xy 115.176088 101.148484) + (xy 115.153286 101.38) + (xy 115.176088 101.611516) + (xy 115.243619 101.834136) + (xy 115.353283 102.039303) + (xy 115.500866 102.219134) + (xy 115.680697 102.366717) + (xy 115.885864 102.476381) + (xy 116.108484 102.543912) + (xy 116.281984 102.561) + (xy 116.398016 102.561) + (xy 116.571516 102.543912) + (xy 116.794136 102.476381) + (xy 116.999303 102.366717) + (xy 117.179134 102.219134) + (xy 117.326717 102.039303) + (xy 117.436381 101.834136) + (xy 117.503912 101.611516) + (xy 117.526714 101.38) + (xy 117.693286 101.38) + (xy 117.716088 101.611516) + (xy 117.783619 101.834136) + (xy 117.893283 102.039303) + (xy 118.040866 102.219134) + (xy 118.220697 102.366717) + (xy 118.425864 102.476381) + (xy 118.648484 102.543912) + (xy 118.821984 102.561) + (xy 118.938016 102.561) + (xy 119.111516 102.543912) + (xy 119.334136 102.476381) + (xy 119.539303 102.366717) + (xy 119.719134 102.219134) + (xy 119.866717 102.039303) + (xy 119.976381 101.834136) + (xy 120.043912 101.611516) + (xy 120.066714 101.38) + (xy 120.043912 101.148484) + (xy 119.976381 100.925864) + (xy 119.866717 100.720697) + (xy 119.719134 100.540866) + (xy 119.539303 100.393283) + (xy 119.334136 100.283619) + (xy 119.111516 100.216088) + (xy 118.938016 100.199) + (xy 118.821984 100.199) + (xy 118.648484 100.216088) + (xy 118.425864 100.283619) + (xy 118.220697 100.393283) + (xy 118.040866 100.540866) + (xy 117.893283 100.720697) + (xy 117.783619 100.925864) + (xy 117.716088 101.148484) + (xy 117.693286 101.38) + (xy 117.526714 101.38) + (xy 117.503912 101.148484) + (xy 117.436381 100.925864) + (xy 117.326717 100.720697) + (xy 117.179134 100.540866) + (xy 116.999303 100.393283) + (xy 116.794136 100.283619) + (xy 116.571516 100.216088) + (xy 116.398016 100.199) + (xy 116.281984 100.199) + (xy 116.108484 100.216088) + (xy 116.063955 100.229596) + (xy 118.296152 97.9974) + (xy 126.297215 97.9974) + (xy 126.427157 98.127342) + (xy 126.620587 98.256588) + (xy 126.835515 98.345614) + (xy 127.063682 98.391) + (xy 127.296318 98.391) + (xy 127.524485 98.345614) + (xy 127.739413 98.256588) + (xy 127.799401 98.216506) + (xy 127.799401 99.495244) + (xy 127.796953 99.5201) + (xy 127.806722 99.619292) + (xy 127.835655 99.714674) + (xy 127.848909 99.739469) + (xy 127.882642 99.802579) + (xy 127.945874 99.879627) + (xy 127.96518 99.895471) + (xy 128.434326 100.364618) + (xy 128.380697 100.393283) + (xy 128.200866 100.540866) + (xy 128.053283 100.720697) + (xy 127.943619 100.925864) + (xy 127.876088 101.148484) + (xy 127.853286 101.38) + (xy 127.876088 101.611516) + (xy 127.943619 101.834136) + (xy 128.053283 102.039303) + (xy 128.200866 102.219134) + (xy 128.380697 102.366717) + (xy 128.585864 102.476381) + (xy 128.808484 102.543912) + (xy 128.981984 102.561) + (xy 129.098016 102.561) + (xy 129.271516 102.543912) + (xy 129.494136 102.476381) + (xy 129.699303 102.366717) + (xy 129.879134 102.219134) + (xy 130.026717 102.039303) + (xy 130.136381 101.834136) + (xy 130.203912 101.611516) + (xy 130.226714 101.38) + (xy 130.203912 101.148484) + (xy 130.136381 100.925864) + (xy 130.026717 100.720697) + (xy 129.879134 100.540866) + (xy 129.699303 100.393283) + (xy 129.546 100.311341) + (xy 129.546 100.279545) + (xy 129.548447 100.254699) + (xy 129.546 100.229853) + (xy 129.546 100.229846) + (xy 129.538678 100.155507) + (xy 129.509745 100.060125) + (xy 129.462759 99.972221) + (xy 129.399527 99.895173) + (xy 129.38022 99.879328) + (xy 128.8114 99.310509) + (xy 128.8114 98.442056) + (xy 128.831503 98.421953) + (xy 128.898264 98.723203) + (xy 129.208496 98.846636) + (xy 129.536848 98.907174) + (xy 129.870701 98.902491) + (xy 130.197225 98.832767) + (xy 130.461736 98.723203) + (xy 130.528498 98.421951) + (xy 129.68 97.573453) + (xy 129.665858 97.587595) + (xy 129.302405 97.224142) + (xy 129.316547 97.21) + (xy 130.043453 97.21) + (xy 130.891951 98.058498) + (xy 131.193203 97.991736) + (xy 131.316636 97.681504) + (xy 131.377174 97.353152) + (xy 131.372491 97.019299) + (xy 131.302767 96.692775) + (xy 131.193203 96.428264) + (xy 130.891951 96.361502) + (xy 130.043453 97.21) + (xy 129.316547 97.21) + (xy 128.812628 96.706081) + (xy 128.813848 96.6937) + (xy 128.804078 96.594507) + (xy 128.775145 96.499125) + (xy 128.774472 96.497866) + (xy 128.728159 96.411221) + (xy 128.664927 96.334173) + (xy 128.64562 96.318328) + (xy 128.4132 96.085909) + (xy 128.4132 95.998049) + (xy 128.831502 95.998049) + (xy 129.68 96.846547) + (xy 130.528498 95.998049) + (xy 130.461736 95.696797) + (xy 130.151504 95.573364) + (xy 129.823152 95.512826) + (xy 129.489299 95.517509) + (xy 129.162775 95.587233) + (xy 128.898264 95.696797) + (xy 128.831502 95.998049) + (xy 128.4132 95.998049) + (xy 128.4132 94.818651) + (xy 128.524073 94.864572) + (xy 128.783 94.69863) + (xy 128.783 93.507) + (xy 129.297 93.507) + (xy 129.297 94.69863) + (xy 129.555927 94.864572) + (xy 129.816865 94.756498) + (xy 130.095841 94.575992) + (xy 130.334241 94.344529) + (xy 130.522905 94.071004) + (xy 130.654581 93.765928) + (xy 130.491662 93.507) + (xy 129.297 93.507) + (xy 128.783 93.507) + (xy 128.763 93.507) + (xy 128.763 92.993) + (xy 128.783 92.993) + (xy 128.783 92.973) + (xy 129.297 92.973) + (xy 129.297 92.993) + (xy 130.491662 92.993) + (xy 130.654581 92.734072) + (xy 130.522905 92.428996) + (xy 130.334241 92.155471) + (xy 130.095841 91.924008) + (xy 129.816865 91.743502) + (xy 129.555927 91.635428) + (xy 129.297002 91.801369) + (xy 129.297002 91.630389) + (xy 130.54582 90.381572) + (xy 130.565127 90.365727) + (xy 130.628359 90.288679) + (xy 130.675345 90.200775) + (xy 130.702583 90.110982) + (xy 130.704278 90.105394) + (xy 130.708343 90.064121) + (xy 130.7116 90.031054) + (xy 130.7116 90.031047) + (xy 130.714047 90.006201) + (xy 130.7116 89.981355) + (xy 130.7116 85.201754) + (xy 130.714048 85.1769) + (xy 130.704278 85.077707) + (xy 130.675345 84.982325) + (xy 130.654209 84.942783) + (xy 130.628359 84.894421) + (xy 130.565127 84.817373) + (xy 130.54582 84.801528) + (xy 130.334966 84.590674) + (xy 130.409809 84.575787) + (xy 130.551942 84.516913) + (xy 130.679859 84.431442) + (xy 130.788642 84.322659) + (xy 130.869322 84.201913) + (xy 130.919647 84.252239) + (xy 130.913487 84.261458) + (xy 130.854613 84.403591) + (xy 130.8246 84.554478) + (xy 130.8246 84.708322) + (xy 130.854613 84.859209) + (xy 130.913487 85.001342) + (xy 130.998958 85.129259) + (xy 131.107741 85.238042) + (xy 131.235658 85.323513) + (xy 131.377791 85.382387) + (xy 131.528678 85.4124) + (xy 131.682522 85.4124) + (xy 131.833409 85.382387) + (xy 131.975542 85.323513) + (xy 132.103459 85.238042) + (xy 132.212242 85.129259) + (xy 132.297713 85.001342) + (xy 132.356587 84.859209) + (xy 132.3866 84.708322) + (xy 132.3866 84.554478) + (xy 132.356587 84.403591) + (xy 132.297713 84.261458) + (xy 132.212242 84.133541) + (xy 132.103459 84.024758) + (xy 132.057009 83.993721) + (xy 132.028359 83.940121) + (xy 131.965127 83.863073) + (xy 131.94582 83.847228) + (xy 131.93583 83.837238) + (xy 131.975242 83.820913) + (xy 132.103159 83.735442) + (xy 132.211942 83.626659) + (xy 132.297413 83.498742) + (xy 132.356287 83.356609) + (xy 132.3863 83.205722) + (xy 132.3863 83.051878) + (xy 132.356287 82.900991) + (xy 132.297413 82.758858) + (xy 132.211942 82.630941) + (xy 132.1113 82.530299) + (xy 132.1113 82.230045) + (xy 132.113747 82.205199) + (xy 132.1113 82.180353) + (xy 132.1113 82.180346) + (xy 132.103978 82.106007) + (xy 132.075045 82.010625) + (xy 132.028059 81.922721) + (xy 131.964827 81.845673) + (xy 131.94552 81.829828) + (xy 129.260691 79.145) + (xy 129.297002 79.145) + (xy 129.297002 78.898631) + (xy 129.555927 79.064572) + (xy 129.816865 78.956498) + (xy 130.095841 78.775992) + (xy 130.334241 78.544529) + (xy 130.522905 78.271004) + (xy 130.654581 77.965928) + (xy 130.491662 77.707) + (xy 129.297 77.707) + (xy 129.297 77.727) + (xy 128.783 77.727) + (xy 128.783 77.707) + (xy 128.763 77.707) + (xy 128.763 77.193) + (xy 128.783 77.193) + (xy 128.783 76.00137) + (xy 129.297 76.00137) + (xy 129.297 77.193) + (xy 130.491662 77.193) + (xy 130.654581 76.934072) + (xy 130.522905 76.628996) + (xy 130.334241 76.355471) + (xy 130.095841 76.124008) + (xy 129.816865 75.943502) + (xy 129.555927 75.835428) + (xy 129.297 76.00137) + (xy 128.783 76.00137) + (xy 128.524073 75.835428) + (xy 128.263135 75.943502) + (xy 127.984159 76.124008) + (xy 127.745759 76.355471) + (xy 127.557095 76.628996) + (xy 127.487041 76.791303) + (xy 127.486717 76.790697) + (xy 127.339134 76.610866) + (xy 127.159303 76.463283) + (xy 126.954136 76.353619) + (xy 126.731516 76.286088) + (xy 126.558016 76.269) + (xy 126.441984 76.269) + (xy 126.268484 76.286088) + (xy 126.045864 76.353619) + (xy 125.840697 76.463283) + (xy 125.660866 76.610866) + (xy 125.6032 76.681133) + (xy 125.589527 76.664473) + (xy 125.57022 76.648628) + (xy 119.648606 70.727015) + (xy 119.719134 70.669134) + (xy 119.866717 70.489303) + (xy 119.976381 70.284136) + (xy 120.043912 70.061516) + (xy 120.066714 69.83) + (xy 120.043912 69.598484) + (xy 120.035647 69.571239) + (xy 120.238766 69.774358) + (xy 120.233286 69.83) + (xy 120.256088 70.061516) + (xy 120.323619 70.284136) + (xy 120.433283 70.489303) + (xy 120.580866 70.669134) + (xy 120.760697 70.816717) + (xy 120.965864 70.926381) + (xy 121.188484 70.993912) + (xy 121.361984 71.011) + (xy 121.478016 71.011) + (xy 121.651516 70.993912) + (xy 121.874136 70.926381) + (xy 122.079303 70.816717) + (xy 122.259134 70.669134) + (xy 122.406717 70.489303) + (xy 122.516381 70.284136) + (xy 122.583912 70.061516) + (xy 122.606714 69.83) + (xy 122.583912 69.598484) + (xy 122.516381 69.375864) + (xy 122.406717 69.170697) + (xy 122.259134 68.990866) + (xy 122.079303 68.843283) + (xy 121.874136 68.733619) + (xy 121.651516 68.666088) + (xy 121.478016 68.649) + (xy 121.361984 68.649) + (xy 121.188484 68.666088) + (xy 120.965864 68.733619) + (xy 120.760697 68.843283) + (xy 120.748711 68.85312) + (xy 120.045376 68.149785) + (xy 120.029527 68.130473) + (xy 119.952479 68.067241) + (xy 119.864575 68.020255) + (xy 119.769193 67.991322) + (xy 119.694854 67.984) + (xy 119.694846 67.984) + (xy 119.67 67.981553) + (xy 119.645154 67.984) + (xy 113.299592 67.984) + (xy 110.746953 65.431362) + (xy 110.749457 65.425316) + (xy 110.791 65.216469) + (xy 110.791 65.003531) + (xy 110.749457 64.794684) + (xy 110.667969 64.597955) + (xy 110.549667 64.420903) + (xy 110.399097 64.270333) + (xy 110.222045 64.152031) + (xy 110.025316 64.070543) + (xy 109.816469 64.029) + (xy 109.603531 64.029) + (xy 109.394684 64.070543) + (xy 109.197955 64.152031) + (xy 109.020903 64.270333) + (xy 108.870333 64.420903) + (xy 108.752031 64.597955) + (xy 108.670543 64.794684) + (xy 108.629 65.003531) + (xy 108.629 65.216469) + (xy 108.670543 65.425316) + (xy 108.752031 65.622045) + (xy 108.870333 65.799097) + (xy 109.020903 65.949667) + (xy 109.197955 66.067969) + (xy 109.394684 66.149457) + (xy 109.603531 66.191) + (xy 109.816469 66.191) + (xy 110.025316 66.149457) + (xy 110.031362 66.146953) + (xy 110.633409 66.749) + (xy 110.423682 66.749) + (xy 110.195515 66.794386) + (xy 109.980587 66.883412) + (xy 109.787157 67.012658) + (xy 109.622658 67.177157) + (xy 109.58717 67.230268) + (xy 109.553203 67.148264) + (xy 109.251951 67.081502) + (xy 108.403453 67.93) + (xy 108.417595 67.944142) + (xy 108.054142 68.307595) + (xy 108.04 68.293453) + (xy 107.191502 69.141951) + (xy 100.413114 69.141951) + (xy 100.412827 67.786848) + (xy 106.342826 67.786848) + (xy 106.347509 68.120701) + (xy 106.417233 68.447225) + (xy 106.526797 68.711736) + (xy 106.828049 68.778498) + (xy 107.676547 67.93) + (xy 106.828049 67.081502) + (xy 106.526797 67.148264) + (xy 106.403364 67.458496) + (xy 106.342826 67.786848) + (xy 100.412827 67.786848) + (xy 100.412601 66.718049) + (xy 107.191502 66.718049) + (xy 108.04 67.566547) + (xy 108.888498 66.718049) + (xy 108.821736 66.416797) + (xy 108.511504 66.293364) + (xy 108.183152 66.232826) + (xy 107.849299 66.237509) + (xy 107.522775 66.307233) + (xy 107.258264 66.416797) + (xy 107.191502 66.718049) + (xy 100.412601 66.718049) + (xy 100.410626 57.388606) + (xy 104.469 57.388606) + (xy 104.469 57.611394) + (xy 104.512464 57.8299) + (xy 104.597721 58.035729) + (xy 104.721495 58.22097) + (xy 104.87903 58.378505) + (xy 105.064271 58.502279) + (xy 105.094001 58.514593) + (xy 105.094 59.825154) + (xy 105.091553 59.85) + (xy 105.094 59.874846) + (xy 105.094 59.874853) + (xy 105.101322 59.949192) + (xy 105.130255 60.044574) + (xy 105.177241 60.132479) + (xy 105.240473 60.209527) + (xy 105.259785 60.225376) + (xy 106.644628 61.61022) + (xy 106.660473 61.629527) + (xy 106.737521 61.692759) + (xy 106.825425 61.739745) + (xy 106.898607 61.761944) + (xy 106.920806 61.768678) + (xy 106.930694 61.769652) + (xy 106.995146 61.776) + (xy 106.995153 61.776) + (xy 107.019999 61.778447) + (xy 107.044845 61.776) + (xy 109.122218 61.776) + (xy 109.040903 61.830333) + (xy 108.890333 61.980903) + (xy 108.772031 62.157955) + (xy 108.690543 62.354684) + (xy 108.649 62.563531) + (xy 108.649 62.776469) + (xy 108.690543 62.985316) + (xy 108.772031 63.182045) + (xy 108.890333 63.359097) + (xy 109.040903 63.509667) + (xy 109.217955 63.627969) + (xy 109.414684 63.709457) + (xy 109.623531 63.751) + (xy 109.836469 63.751) + (xy 110.045316 63.709457) + (xy 110.051361 63.706953) + (xy 110.547128 64.20272) + (xy 110.562973 64.222027) + (xy 110.640021 64.285259) + (xy 110.727925 64.332245) + (xy 110.823307 64.361178) + (xy 110.9225 64.370948) + (xy 110.947354 64.3685) + (xy 114.000105 64.3685) + (xy 113.886833 64.506523) + (xy 113.786454 64.694318) + (xy 113.724642 64.898087) + (xy 113.70377 65.11) + (xy 113.724642 65.321913) + (xy 113.786454 65.525682) + (xy 113.886833 65.713477) + (xy 114.021919 65.878081) + (xy 114.186523 66.013167) + (xy 114.374318 66.113546) + (xy 114.578087 66.175358) + (xy 114.7369 66.191) + (xy 114.8431 66.191) + (xy 115.001913 66.175358) + (xy 115.205682 66.113546) + (xy 115.393477 66.013167) + (xy 115.558081 65.878081) + (xy 115.693167 65.713477) + (xy 115.734956 65.635296) + (xy 115.746107 65.638678) + (xy 115.820446 65.646) + (xy 115.820453 65.646) + (xy 115.845299 65.648447) + (xy 115.870145 65.646) + (xy 118.791288 65.646) + (xy 118.813412 65.699413) + (xy 118.942658 65.892843) + (xy 119.107157 66.057342) + (xy 119.300587 66.186588) + (xy 119.515515 66.275614) + (xy 119.743682 66.321) + (xy 119.976318 66.321) + (xy 120.204485 66.275614) + (xy 120.257898 66.25349) + (xy 123.064255 69.059847) + (xy 122.973283 69.170697) + (xy 122.863619 69.375864) + (xy 122.796088 69.598484) + (xy 122.773286 69.83) + (xy 122.796088 70.061516) + (xy 122.863619 70.284136) + (xy 122.973283 70.489303) + (xy 123.120866 70.669134) + (xy 123.300697 70.816717) + (xy 123.505864 70.926381) + (xy 123.728484 70.993912) + (xy 123.901984 71.011) + (xy 124.018016 71.011) + (xy 124.191516 70.993912) + (xy 124.414136 70.926381) + (xy 124.619303 70.816717) + (xy 124.799134 70.669134) + (xy 124.946717 70.489303) + (xy 125.056381 70.284136) + (xy 125.123912 70.061516) + (xy 125.146714 69.83) + (xy 125.123912 69.598484) + (xy 125.056381 69.375864) + (xy 124.946717 69.170697) + (xy 124.799134 68.990866) + (xy 124.619303 68.843283) + (xy 124.414136 68.733619) + (xy 124.191516 68.666088) + (xy 124.091865 68.656273) + (xy 123.875374 68.439783) + (xy 123.87537 68.439778) + (xy 120.97349 65.537898) + (xy 120.995614 65.484485) + (xy 121.041 65.256318) + (xy 121.041 65.023682) + (xy 120.995614 64.795515) + (xy 120.906588 64.580587) + (xy 120.777342 64.387157) + (xy 120.758685 64.3685) + (xy 120.872909 64.3685) + (xy 121.24651 64.742102) + (xy 121.224386 64.795515) + (xy 121.179 65.023682) + (xy 121.179 65.256318) + (xy 121.224386 65.484485) + (xy 121.313412 65.699413) + (xy 121.442658 65.892843) + (xy 121.607157 66.057342) + (xy 121.800587 66.186588) + (xy 122.015515 66.275614) + (xy 122.243682 66.321) + (xy 122.476318 66.321) + (xy 122.704485 66.275614) + (xy 122.757898 66.25349) + (xy 125.586225 69.081817) + (xy 125.513283 69.170697) + (xy 125.403619 69.375864) + (xy 125.336088 69.598484) + (xy 125.313286 69.83) + (xy 125.336088 70.061516) + (xy 125.403619 70.284136) + (xy 125.513283 70.489303) + (xy 125.660866 70.669134) + (xy 125.840697 70.816717) + (xy 126.045864 70.926381) + (xy 126.268484 70.993912) + (xy 126.441984 71.011) + (xy 126.558016 71.011) + (xy 126.731516 70.993912) + (xy 126.954136 70.926381) + (xy 127.159303 70.816717) + (xy 127.339134 70.669134) + (xy 127.486717 70.489303) + (xy 127.596381 70.284136) + (xy 127.663912 70.061516) + (xy 127.686714 69.83) + (xy 127.663912 69.598484) + (xy 127.596381 69.375864) + (xy 127.486717 69.170697) + (xy 127.339134 68.990866) + (xy 127.159303 68.843283) + (xy 126.954136 68.733619) + (xy 126.731516 68.666088) + (xy 126.587495 68.651903) + (xy 123.47349 65.537898) + (xy 123.495614 65.484485) + (xy 123.541 65.256318) + (xy 123.541 65.023682) + (xy 123.495614 64.795515) + (xy 123.406588 64.580587) + (xy 123.277342 64.387157) + (xy 123.112843 64.222658) + (xy 122.919413 64.093412) + (xy 122.704485 64.004386) + (xy 122.476318 63.959) + (xy 122.243682 63.959) + (xy 122.015515 64.004386) + (xy 121.962102 64.02651) + (xy 121.457876 63.522285) + (xy 121.442027 63.502973) + (xy 121.364979 63.439741) + (xy 121.277075 63.392755) + (xy 121.181693 63.363822) + (xy 121.107354 63.3565) + (xy 121.107346 63.3565) + (xy 121.0825 63.354053) + (xy 121.057654 63.3565) + (xy 115.645032 63.3565) + (xy 115.713167 63.273477) + (xy 115.76527 63.176) + (xy 123.350409 63.176) + (xy 124.89651 64.722102) + (xy 124.874386 64.775515) + (xy 124.829 65.003682) + (xy 124.829 65.236318) + (xy 124.874386 65.464485) + (xy 124.963412 65.679413) + (xy 125.092658 65.872843) + (xy 125.257157 66.037342) + (xy 125.450587 66.166588) + (xy 125.665515 66.255614) + (xy 125.893682 66.301) + (xy 126.126318 66.301) + (xy 126.354485 66.255614) + (xy 126.407898 66.23349) + (xy 128.534001 68.359593) + (xy 128.534001 68.761341) + (xy 128.380697 68.843283) + (xy 128.200866 68.990866) + (xy 128.053283 69.170697) + (xy 127.943619 69.375864) + (xy 127.876088 69.598484) + (xy 127.853286 69.83) + (xy 127.876088 70.061516) + (xy 127.943619 70.284136) + (xy 128.053283 70.489303) + (xy 128.200866 70.669134) + (xy 128.380697 70.816717) + (xy 128.585864 70.926381) + (xy 128.808484 70.993912) + (xy 128.981984 71.011) + (xy 129.098016 71.011) + (xy 129.271516 70.993912) + (xy 129.494136 70.926381) + (xy 129.699303 70.816717) + (xy 129.879134 70.669134) + (xy 130.026717 70.489303) + (xy 130.136381 70.284136) + (xy 130.203912 70.061516) + (xy 130.226714 69.83) + (xy 130.203912 69.598484) + (xy 130.136381 69.375864) + (xy 130.026717 69.170697) + (xy 129.879134 68.990866) + (xy 129.699303 68.843283) + (xy 129.546 68.761341) + (xy 129.546 68.174845) + (xy 129.548447 68.149999) + (xy 129.546 68.125153) + (xy 129.546 68.125146) + (xy 129.538678 68.050807) + (xy 129.537935 68.048355) + (xy 129.509745 67.955425) + (xy 129.496155 67.93) + (xy 129.462759 67.867521) + (xy 129.399527 67.790473) + (xy 129.38022 67.774628) + (xy 128.421992 66.8164) + (xy 128.700701 66.812491) + (xy 129.027225 66.742767) + (xy 129.291736 66.633203) + (xy 129.358498 66.331951) + (xy 128.51 65.483453) + (xy 128.495858 65.497595) + (xy 128.132405 65.134142) + (xy 128.146547 65.12) + (xy 128.873453 65.12) + (xy 129.721951 65.968498) + (xy 130.023203 65.901736) + (xy 130.146636 65.591504) + (xy 130.207174 65.263152) + (xy 130.203624 65.01) + (xy 135.087157 65.01) + (xy 135.087157 66.61) + (xy 135.094513 66.684689) + (xy 135.116299 66.756508) + (xy 135.151678 66.822696) + (xy 135.199289 66.880711) + (xy 135.257304 66.928322) + (xy 135.323492 66.963701) + (xy 135.395311 66.985487) + (xy 135.47 66.992843) + (xy 137.07 66.992843) + (xy 137.144689 66.985487) + (xy 137.216508 66.963701) + (xy 137.282696 66.928322) + (xy 137.340711 66.880711) + (xy 137.388322 66.822696) + (xy 137.423701 66.756508) + (xy 137.445487 66.684689) + (xy 137.452843 66.61) + (xy 137.452843 65.01) + (xy 137.445487 64.935311) + (xy 137.423701 64.863492) + (xy 137.388322 64.797304) + (xy 137.340711 64.739289) + (xy 137.282696 64.691678) + (xy 137.216508 64.656299) + (xy 137.144689 64.634513) + (xy 137.07 64.627157) + (xy 135.47 64.627157) + (xy 135.395311 64.634513) + (xy 135.323492 64.656299) + (xy 135.257304 64.691678) + (xy 135.199289 64.739289) + (xy 135.151678 64.797304) + (xy 135.116299 64.863492) + (xy 135.094513 64.935311) + (xy 135.087157 65.01) + (xy 130.203624 65.01) + (xy 130.202491 64.929299) + (xy 130.132767 64.602775) + (xy 130.023203 64.338264) + (xy 129.721951 64.271502) + (xy 128.873453 65.12) + (xy 128.146547 65.12) + (xy 127.298049 64.271502) + (xy 126.996797 64.338264) + (xy 126.96367 64.421525) + (xy 126.927342 64.367157) + (xy 126.762843 64.202658) + (xy 126.569413 64.073412) + (xy 126.354485 63.984386) + (xy 126.126318 63.939) + (xy 125.893682 63.939) + (xy 125.665515 63.984386) + (xy 125.612102 64.00651) + (xy 125.513641 63.908049) + (xy 127.661502 63.908049) + (xy 128.51 64.756547) + (xy 129.358498 63.908049) + (xy 129.291736 63.606797) + (xy 128.981504 63.483364) + (xy 128.653152 63.422826) + (xy 128.319299 63.427509) + (xy 127.992775 63.497233) + (xy 127.728264 63.606797) + (xy 127.661502 63.908049) + (xy 125.513641 63.908049) + (xy 123.935376 62.329785) + (xy 123.919527 62.310473) + (xy 123.842479 62.247241) + (xy 123.754575 62.200255) + (xy 123.659193 62.171322) + (xy 123.584854 62.164) + (xy 123.584846 62.164) + (xy 123.56 62.161553) + (xy 123.535154 62.164) + (xy 115.76527 62.164) + (xy 115.713167 62.066523) + (xy 115.578081 61.901919) + (xy 115.413477 61.766833) + (xy 115.225682 61.666454) + (xy 115.021913 61.604642) + (xy 114.8631 61.589) + (xy 114.7569 61.589) + (xy 114.598087 61.604642) + (xy 114.394318 61.666454) + (xy 114.269019 61.733428) + (xy 113.465376 60.929785) + (xy 113.449527 60.910473) + (xy 113.372479 60.847241) + (xy 113.284575 60.800255) + (xy 113.189193 60.771322) + (xy 113.114854 60.764) + (xy 113.114846 60.764) + (xy 113.09 60.761553) + (xy 113.065154 60.764) + (xy 107.229592 60.764) + (xy 106.497867 60.032275) + (xy 129.254 60.032275) + (xy 129.254 60.407725) + (xy 129.327247 60.77596) + (xy 129.470925 61.122829) + (xy 129.679513 61.435004) + (xy 129.944996 61.700487) + (xy 130.257171 61.909075) + (xy 130.60404 62.052753) + (xy 130.972275 62.126) + (xy 131.347725 62.126) + (xy 131.71596 62.052753) + (xy 132.062829 61.909075) + (xy 132.375004 61.700487) + (xy 132.640487 61.435004) + (xy 132.849075 61.122829) + (xy 132.992753 60.77596) + (xy 133.066 60.407725) + (xy 133.066 60.032275) + (xy 132.992753 59.66404) + (xy 132.852874 59.326341) + (xy 135.342371 59.326341) + (xy 135.348146 59.652296) + (xy 135.417402 59.970862) + (xy 135.5197 60.217832) + (xy 135.816921 60.279627) + (xy 136.636547 59.46) + (xy 137.363453 59.46) + (xy 138.016154 60.112701) + (xy 138.0597 60.217832) + (xy 138.137449 60.233997) + (xy 138.183079 60.279627) + (xy 138.27 60.261555) + (xy 138.356921 60.279627) + (xy 138.402551 60.233997) + (xy 138.4803 60.217832) + (xy 138.520274 60.116274) + (xy 139.176547 59.46) + (xy 139.903453 59.46) + (xy 140.556154 60.112701) + (xy 140.5997 60.217832) + (xy 140.677449 60.233997) + (xy 140.723079 60.279627) + (xy 140.81 60.261555) + (xy 140.896921 60.279627) + (xy 140.942551 60.233997) + (xy 141.0203 60.217832) + (xy 141.060274 60.116274) + (xy 141.716547 59.46) + (xy 142.443453 59.46) + (xy 143.096154 60.112701) + (xy 143.1397 60.217832) + (xy 143.217449 60.233997) + (xy 143.263079 60.279627) + (xy 143.35 60.261555) + (xy 143.436921 60.279627) + (xy 143.482551 60.233997) + (xy 143.5603 60.217832) + (xy 143.600274 60.116274) + (xy 144.256547 59.46) + (xy 144.983453 59.46) + (xy 145.636154 60.112701) + (xy 145.6797 60.217832) + (xy 145.757449 60.233997) + (xy 145.803079 60.279627) + (xy 145.89 60.261555) + (xy 145.976921 60.279627) + (xy 146.022551 60.233997) + (xy 146.1003 60.217832) + (xy 146.140274 60.116274) + (xy 146.796547 59.46) + (xy 147.523453 59.46) + (xy 148.176154 60.112701) + (xy 148.2197 60.217832) + (xy 148.297449 60.233997) + (xy 148.343079 60.279627) + (xy 148.43 60.261555) + (xy 148.516921 60.279627) + (xy 148.562551 60.233997) + (xy 148.6403 60.217832) + (xy 148.680274 60.116274) + (xy 149.336547 59.46) + (xy 150.063453 59.46) + (xy 150.716154 60.112701) + (xy 150.7597 60.217832) + (xy 150.837449 60.233997) + (xy 150.883079 60.279627) + (xy 150.97 60.261555) + (xy 151.056921 60.279627) + (xy 151.102551 60.233997) + (xy 151.1803 60.217832) + (xy 151.220274 60.116274) + (xy 151.876547 59.46) + (xy 151.223846 58.807299) + (xy 151.1803 58.702168) + (xy 151.102551 58.686003) + (xy 151.056921 58.640373) + (xy 150.97 58.658445) + (xy 150.883079 58.640373) + (xy 150.837449 58.686003) + (xy 150.7597 58.702168) + (xy 150.719726 58.803726) + (xy 150.063453 59.46) + (xy 149.336547 59.46) + (xy 148.683846 58.807299) + (xy 148.6403 58.702168) + (xy 148.562551 58.686003) + (xy 148.516921 58.640373) + (xy 148.43 58.658445) + (xy 148.343079 58.640373) + (xy 148.297449 58.686003) + (xy 148.2197 58.702168) + (xy 148.179726 58.803726) + (xy 147.523453 59.46) + (xy 146.796547 59.46) + (xy 146.143846 58.807299) + (xy 146.1003 58.702168) + (xy 146.022551 58.686003) + (xy 145.976921 58.640373) + (xy 145.89 58.658445) + (xy 145.803079 58.640373) + (xy 145.757449 58.686003) + (xy 145.6797 58.702168) + (xy 145.639726 58.803726) + (xy 144.983453 59.46) + (xy 144.256547 59.46) + (xy 143.603846 58.807299) + (xy 143.5603 58.702168) + (xy 143.482551 58.686003) + (xy 143.436921 58.640373) + (xy 143.35 58.658445) + (xy 143.263079 58.640373) + (xy 143.217449 58.686003) + (xy 143.1397 58.702168) + (xy 143.099726 58.803726) + (xy 142.443453 59.46) + (xy 141.716547 59.46) + (xy 141.063846 58.807299) + (xy 141.0203 58.702168) + (xy 140.942551 58.686003) + (xy 140.896921 58.640373) + (xy 140.81 58.658445) + (xy 140.723079 58.640373) + (xy 140.677449 58.686003) + (xy 140.5997 58.702168) + (xy 140.559726 58.803726) + (xy 139.903453 59.46) + (xy 139.176547 59.46) + (xy 138.523846 58.807299) + (xy 138.4803 58.702168) + (xy 138.402551 58.686003) + (xy 138.356921 58.640373) + (xy 138.27 58.658445) + (xy 138.183079 58.640373) + (xy 138.137449 58.686003) + (xy 138.0597 58.702168) + (xy 138.019726 58.803726) + (xy 137.363453 59.46) + (xy 136.636547 59.46) + (xy 135.816921 58.640373) + (xy 135.5197 58.702168) + (xy 135.400298 59.005521) + (xy 135.342371 59.326341) + (xy 132.852874 59.326341) + (xy 132.849075 59.317171) + (xy 132.640487 59.004996) + (xy 132.375004 58.739513) + (xy 132.062829 58.530925) + (xy 131.71596 58.387247) + (xy 131.347725 58.314) + (xy 130.972275 58.314) + (xy 130.60404 58.387247) + (xy 130.257171 58.530925) + (xy 129.944996 58.739513) + (xy 129.679513 59.004996) + (xy 129.470925 59.317171) + (xy 129.327247 59.66404) + (xy 129.254 60.032275) + (xy 106.497867 60.032275) + (xy 106.106 59.640409) + (xy 106.106 58.514593) + (xy 106.135729 58.502279) + (xy 106.32097 58.378505) + (xy 106.422554 58.276921) + (xy 136.180373 58.276921) + (xy 137 59.096547) + (xy 137.819627 58.276921) + (xy 138.720373 58.276921) + (xy 139.54 59.096547) + (xy 140.359627 58.276921) + (xy 141.260373 58.276921) + (xy 142.08 59.096547) + (xy 142.899627 58.276921) + (xy 143.800373 58.276921) + (xy 144.62 59.096547) + (xy 145.439627 58.276921) + (xy 146.340373 58.276921) + (xy 147.16 59.096547) + (xy 147.979627 58.276921) + (xy 148.880373 58.276921) + (xy 149.7 59.096547) + (xy 150.519627 58.276921) + (xy 151.420373 58.276921) + (xy 152.24 59.096547) + (xy 153.059627 58.276921) + (xy 153.960373 58.276921) + (xy 154.78 59.096547) + (xy 155.599627 58.276921) + (xy 156.500373 58.276921) + (xy 157.32 59.096547) + (xy 158.139627 58.276921) + (xy 159.040373 58.276921) + (xy 159.86 59.096547) + (xy 160.679627 58.276921) + (xy 161.580373 58.276921) + (xy 162.4 59.096547) + (xy 163.219627 58.276921) + (xy 164.120373 58.276921) + (xy 164.94 59.096547) + (xy 165.759627 58.276921) + (xy 166.660373 58.276921) + (xy 167.48 59.096547) + (xy 168.299627 58.276921) + (xy 169.200373 58.276921) + (xy 170.02 59.096547) + (xy 170.839627 58.276921) + (xy 171.740373 58.276921) + (xy 172.56 59.096547) + (xy 173.379627 58.276921) + (xy 173.317832 57.9797) + (xy 173.014479 57.860298) + (xy 172.693659 57.802371) + (xy 172.367704 57.808146) + (xy 172.049138 57.877402) + (xy 171.802168 57.9797) + (xy 171.740373 58.276921) + (xy 170.839627 58.276921) + (xy 170.777832 57.9797) + (xy 170.474479 57.860298) + (xy 170.153659 57.802371) + (xy 169.827704 57.808146) + (xy 169.509138 57.877402) + (xy 169.262168 57.9797) + (xy 169.200373 58.276921) + (xy 168.299627 58.276921) + (xy 168.237832 57.9797) + (xy 167.934479 57.860298) + (xy 167.613659 57.802371) + (xy 167.287704 57.808146) + (xy 166.969138 57.877402) + (xy 166.722168 57.9797) + (xy 166.660373 58.276921) + (xy 165.759627 58.276921) + (xy 165.697832 57.9797) + (xy 165.394479 57.860298) + (xy 165.073659 57.802371) + (xy 164.747704 57.808146) + (xy 164.429138 57.877402) + (xy 164.182168 57.9797) + (xy 164.120373 58.276921) + (xy 163.219627 58.276921) + (xy 163.157832 57.9797) + (xy 162.854479 57.860298) + (xy 162.533659 57.802371) + (xy 162.207704 57.808146) + (xy 161.889138 57.877402) + (xy 161.642168 57.9797) + (xy 161.580373 58.276921) + (xy 160.679627 58.276921) + (xy 160.617832 57.9797) + (xy 160.314479 57.860298) + (xy 159.993659 57.802371) + (xy 159.667704 57.808146) + (xy 159.349138 57.877402) + (xy 159.102168 57.9797) + (xy 159.040373 58.276921) + (xy 158.139627 58.276921) + (xy 158.077832 57.9797) + (xy 157.774479 57.860298) + (xy 157.453659 57.802371) + (xy 157.127704 57.808146) + (xy 156.809138 57.877402) + (xy 156.562168 57.9797) + (xy 156.500373 58.276921) + (xy 155.599627 58.276921) + (xy 155.537832 57.9797) + (xy 155.234479 57.860298) + (xy 154.913659 57.802371) + (xy 154.587704 57.808146) + (xy 154.269138 57.877402) + (xy 154.022168 57.9797) + (xy 153.960373 58.276921) + (xy 153.059627 58.276921) + (xy 152.997832 57.9797) + (xy 152.694479 57.860298) + (xy 152.373659 57.802371) + (xy 152.047704 57.808146) + (xy 151.729138 57.877402) + (xy 151.482168 57.9797) + (xy 151.420373 58.276921) + (xy 150.519627 58.276921) + (xy 150.457832 57.9797) + (xy 150.154479 57.860298) + (xy 149.833659 57.802371) + (xy 149.507704 57.808146) + (xy 149.189138 57.877402) + (xy 148.942168 57.9797) + (xy 148.880373 58.276921) + (xy 147.979627 58.276921) + (xy 147.917832 57.9797) + (xy 147.614479 57.860298) + (xy 147.293659 57.802371) + (xy 146.967704 57.808146) + (xy 146.649138 57.877402) + (xy 146.402168 57.9797) + (xy 146.340373 58.276921) + (xy 145.439627 58.276921) + (xy 145.377832 57.9797) + (xy 145.074479 57.860298) + (xy 144.753659 57.802371) + (xy 144.427704 57.808146) + (xy 144.109138 57.877402) + (xy 143.862168 57.9797) + (xy 143.800373 58.276921) + (xy 142.899627 58.276921) + (xy 142.837832 57.9797) + (xy 142.534479 57.860298) + (xy 142.213659 57.802371) + (xy 141.887704 57.808146) + (xy 141.569138 57.877402) + (xy 141.322168 57.9797) + (xy 141.260373 58.276921) + (xy 140.359627 58.276921) + (xy 140.297832 57.9797) + (xy 139.994479 57.860298) + (xy 139.673659 57.802371) + (xy 139.347704 57.808146) + (xy 139.029138 57.877402) + (xy 138.782168 57.9797) + (xy 138.720373 58.276921) + (xy 137.819627 58.276921) + (xy 137.757832 57.9797) + (xy 137.454479 57.860298) + (xy 137.133659 57.802371) + (xy 136.807704 57.808146) + (xy 136.489138 57.877402) + (xy 136.242168 57.9797) + (xy 136.180373 58.276921) + (xy 106.422554 58.276921) + (xy 106.478505 58.22097) + (xy 106.602279 58.035729) + (xy 106.687536 57.8299) + (xy 106.731 57.611394) + (xy 106.731 57.388606) + (xy 106.687536 57.1701) + (xy 106.602279 56.964271) + (xy 106.478505 56.77903) + (xy 106.32097 56.621495) + (xy 106.135729 56.497721) + (xy 105.9299 56.412464) + (xy 105.711394 56.369) + (xy 105.488606 56.369) + (xy 105.2701 56.412464) + (xy 105.064271 56.497721) + (xy 104.87903 56.621495) + (xy 104.721495 56.77903) + (xy 104.597721 56.964271) + (xy 104.512464 57.1701) + (xy 104.469 57.388606) + (xy 100.410626 57.388606) + (xy 100.409589 52.488606) + (xy 104.469 52.488606) + (xy 104.469 52.711394) + (xy 104.512464 52.9299) + (xy 104.597721 53.135729) + (xy 104.721495 53.32097) + (xy 104.87903 53.478505) + (xy 105.064271 53.602279) + (xy 105.2701 53.687536) + (xy 105.488606 53.731) + (xy 105.711394 53.731) + (xy 105.9299 53.687536) + (xy 106.135729 53.602279) + (xy 106.32097 53.478505) + (xy 106.478505 53.32097) + (xy 106.602279 53.135729) + (xy 106.687536 52.9299) + (xy 106.731 52.711394) + (xy 106.731 52.488606) + (xy 106.687536 52.2701) + (xy 106.602279 52.064271) + (xy 106.478505 51.87903) + (xy 106.32097 51.721495) + (xy 106.135729 51.597721) + (xy 105.9299 51.512464) + (xy 105.711394 51.469) + (xy 105.488606 51.469) + (xy 105.2701 51.512464) + (xy 105.064271 51.597721) + (xy 104.87903 51.721495) + (xy 104.721495 51.87903) + (xy 104.597721 52.064271) + (xy 104.512464 52.2701) + (xy 104.469 52.488606) + (xy 100.409589 52.488606) + (xy 100.407642 43.29) + (xy 191.343 43.29) + (xy 191.343 51.67) + (xy 191.34544 51.694776) + (xy 191.347333 51.701017) + (xy 191.347333 51.7985) + (xy 214.392666 51.7985) + (xy 214.392666 51.70102) + (xy 214.39456 51.694776) + (xy 214.397 51.67) + (xy 214.397 43.29) + (xy 214.39456 43.265224) + (xy 214.387333 43.241399) + (xy 214.375597 43.219443) + (xy 214.359803 43.200197) + (xy 214.340557 43.184403) + (xy 214.318601 43.172667) + (xy 214.294776 43.16544) + (xy 214.27 43.163) + (xy 211.665285 43.163) + (xy 211.665285 43.159) + (xy 194.274714 43.159) + (xy 194.274714 43.163) + (xy 191.47 43.163) + (xy 191.445224 43.16544) + (xy 191.421399 43.172667) + (xy 191.399443 43.184403) + (xy 191.380197 43.200197) + (xy 191.364403 43.219443) + (xy 191.352667 43.241399) + (xy 191.34544 43.265224) + (xy 191.343 43.29) + (xy 100.407642 43.29) + (xy 100.407031 40.406) + (xy 215.594 40.406) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 129.177595 81.645858) + (xy 129.163453 81.66) + (xy 130.011951 82.508498) + (xy 130.310201 82.442401) + (xy 130.3102 83.054) + (xy 130.258922 83.0438) + (xy 130.116592 83.0438) + (xy 129.519876 82.447085) + (xy 129.504027 82.427773) + (xy 129.426979 82.364541) + (xy 129.339075 82.317555) + (xy 129.243693 82.288622) + (xy 129.169354 82.2813) + (xy 129.169346 82.2813) + (xy 129.1445 82.278853) + (xy 129.119654 82.2813) + (xy 129.057847 82.2813) + (xy 128.8 82.023453) + (xy 128.785858 82.037595) + (xy 128.422405 81.674142) + (xy 128.436547 81.66) + (xy 128.422405 81.645858) + (xy 128.785858 81.282405) + (xy 128.8 81.296547) + (xy 128.814142 81.282405) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 181.603011 117.450916) + (xy 181.603011 117.658262) + (xy 181.603012 117.658272) + (xy 181.603011 121.831738) + (xy 181.603011 121.831748) + (xy 181.599203 121.870411) + (xy 181.603011 121.909074) + (xy 181.603011 122.411748) + (xy 181.599203 122.450411) + (xy 181.603011 122.489074) + (xy 181.603011 122.489083) + (xy 181.614405 122.604767) + (xy 181.659429 122.753193) + (xy 181.732545 122.889982) + (xy 181.830942 123.00988) + (xy 181.860989 123.034539) + (xy 188.6526 129.826152) + (xy 188.6526 129.831244) + (xy 186.848304 129.830312) + (xy 185.0358 128.017809) + (xy 185.0358 127.875478) + (xy 185.005787 127.724591) + (xy 184.946913 127.582458) + (xy 184.861442 127.454541) + (xy 184.752659 127.345758) + (xy 184.624742 127.260287) + (xy 184.482609 127.201413) + (xy 184.331722 127.1714) + (xy 184.177878 127.1714) + (xy 184.026991 127.201413) + (xy 183.884858 127.260287) + (xy 183.756941 127.345758) + (xy 183.648158 127.454541) + (xy 183.562687 127.582458) + (xy 183.503813 127.724591) + (xy 183.4738 127.875478) + (xy 183.4738 128.029322) + (xy 183.503813 128.180209) + (xy 183.562687 128.322342) + (xy 183.648158 128.450259) + (xy 183.756941 128.559042) + (xy 183.884858 128.644513) + (xy 184.026991 128.703387) + (xy 184.177878 128.7334) + (xy 184.320209 128.7334) + (xy 185.41638 129.829572) + (xy 184.371423 129.829032) + (xy 183.7655 129.223109) + (xy 183.7655 129.080778) + (xy 183.735487 128.929891) + (xy 183.676613 128.787758) + (xy 183.591142 128.659841) + (xy 183.482359 128.551058) + (xy 183.354442 128.465587) + (xy 183.212309 128.406713) + (xy 183.061422 128.3767) + (xy 182.907578 128.3767) + (xy 182.756691 128.406713) + (xy 182.614558 128.465587) + (xy 182.486641 128.551058) + (xy 182.377858 128.659841) + (xy 182.356 128.692554) + (xy 182.356 127.261245) + (xy 182.358447 127.236399) + (xy 182.356 127.211553) + (xy 182.356 127.211546) + (xy 182.348678 127.137207) + (xy 182.319745 127.041825) + (xy 182.272759 126.953921) + (xy 182.209527 126.876873) + (xy 182.19022 126.861028) + (xy 180.888751 125.55956) + (xy 181.016865 125.506498) + (xy 181.295841 125.325992) + (xy 181.534241 125.094529) + (xy 181.722905 124.821004) + (xy 181.854581 124.515928) + (xy 181.691662 124.257) + (xy 180.497 124.257) + (xy 180.497 124.277) + (xy 179.983 124.277) + (xy 179.983 124.257) + (xy 179.963 124.257) + (xy 179.963 123.743) + (xy 179.983 123.743) + (xy 179.983 122.55137) + (xy 180.497 122.55137) + (xy 180.497 123.743) + (xy 181.691662 123.743) + (xy 181.854581 123.484072) + (xy 181.722905 123.178996) + (xy 181.534241 122.905471) + (xy 181.295841 122.674008) + (xy 181.016865 122.493502) + (xy 180.755927 122.385428) + (xy 180.497 122.55137) + (xy 179.983 122.55137) + (xy 179.724073 122.385428) + (xy 179.6202 122.42845) + (xy 179.6202 121.484345) + (xy 179.622647 121.459499) + (xy 179.6202 121.434653) + (xy 179.6202 121.434646) + (xy 179.612878 121.360307) + (xy 179.583945 121.264925) + (xy 179.536959 121.177021) + (xy 179.473727 121.099973) + (xy 179.45442 121.084128) + (xy 175.765674 117.395383) + (xy 175.819303 117.366717) + (xy 175.999134 117.219134) + (xy 176.146717 117.039303) + (xy 176.256381 116.834136) + (xy 176.323912 116.611516) + (xy 176.346714 116.38) + (xy 176.323912 116.148484) + (xy 176.256381 115.925864) + (xy 176.146717 115.720697) + (xy 175.999134 115.540866) + (xy 175.819303 115.393283) + (xy 175.666 115.311341) + (xy 175.666 103.562745) + (xy 175.668447 103.537899) + (xy 175.666 103.513053) + (xy 175.666 103.513046) + (xy 175.659652 103.448594) + (xy 175.658678 103.438706) + (xy 175.645002 103.393622) + (xy 175.629745 103.343325) + (xy 175.582759 103.255421) + (xy 175.519527 103.178373) + (xy 175.50022 103.162528) + (xy 175.472263 103.134571) + (xy 175.314241 102.905471) + (xy 175.075841 102.674008) + (xy 174.894121 102.55643) + (xy 174.2735 101.935809) + (xy 174.2735 101.88956) + (xy 174.415978 101.9179) + (xy 174.558309 101.9179) + (xy 177.194001 104.553593) + (xy 177.194 115.279553) + (xy 177.194001 115.279563) + (xy 177.194001 115.31134) + (xy 177.040697 115.393283) + (xy 176.860866 115.540866) + (xy 176.713283 115.720697) + (xy 176.603619 115.925864) + (xy 176.536088 116.148484) + (xy 176.513286 116.38) + (xy 176.536088 116.611516) + (xy 176.603619 116.834136) + (xy 176.713283 117.039303) + (xy 176.860866 117.219134) + (xy 177.040697 117.366717) + (xy 177.245864 117.476381) + (xy 177.468484 117.543912) + (xy 177.641984 117.561) + (xy 177.758016 117.561) + (xy 177.931516 117.543912) + (xy 178.154136 117.476381) + (xy 178.359303 117.366717) + (xy 178.539134 117.219134) + (xy 178.686717 117.039303) + (xy 178.796381 116.834136) + (xy 178.863912 116.611516) + (xy 178.886714 116.38) + (xy 179.053286 116.38) + (xy 179.076088 116.611516) + (xy 179.143619 116.834136) + (xy 179.253283 117.039303) + (xy 179.400866 117.219134) + (xy 179.580697 117.366717) + (xy 179.785864 117.476381) + (xy 180.008484 117.543912) + (xy 180.181984 117.561) + (xy 180.298016 117.561) + (xy 180.471516 117.543912) + (xy 180.694136 117.476381) + (xy 180.899303 117.366717) + (xy 181.079134 117.219134) + (xy 181.226717 117.039303) + (xy 181.336381 116.834136) + (xy 181.403912 116.611516) + (xy 181.426714 116.38) + (xy 181.403912 116.148484) + (xy 181.336381 115.925864) + (xy 181.226717 115.720697) + (xy 181.079134 115.540866) + (xy 180.899303 115.393283) + (xy 180.694136 115.283619) + (xy 180.471516 115.216088) + (xy 180.298016 115.199) + (xy 180.181984 115.199) + (xy 180.008484 115.216088) + (xy 179.785864 115.283619) + (xy 179.580697 115.393283) + (xy 179.400866 115.540866) + (xy 179.253283 115.720697) + (xy 179.143619 115.925864) + (xy 179.076088 116.148484) + (xy 179.053286 116.38) + (xy 178.886714 116.38) + (xy 178.863912 116.148484) + (xy 178.796381 115.925864) + (xy 178.686717 115.720697) + (xy 178.539134 115.540866) + (xy 178.359303 115.393283) + (xy 178.206 115.311341) + (xy 178.206 104.368845) + (xy 178.208447 104.343999) + (xy 178.206 104.319153) + (xy 178.206 104.319146) + (xy 178.198678 104.244807) + (xy 178.169745 104.149425) + (xy 178.122759 104.061521) + (xy 178.059527 103.984473) + (xy 178.04022 103.968628) + (xy 177.875637 103.804045) + (xy 177.946848 103.817174) + (xy 178.280701 103.812491) + (xy 178.607225 103.742767) + (xy 178.871736 103.633203) + (xy 178.938498 103.331951) + (xy 178.09 102.483453) + (xy 178.075858 102.497595) + (xy 177.712405 102.134142) + (xy 177.726547 102.12) + (xy 177.712405 102.105858) + (xy 178.075858 101.742405) + (xy 178.09 101.756547) + (xy 178.104142 101.742405) + (xy 178.467595 102.105858) + (xy 178.453453 102.12) + (xy 179.301951 102.968498) + (xy 179.603203 102.901736) + (xy 179.726636 102.591504) + (xy 179.787174 102.263152) + (xy 179.782491 101.929299) + (xy 179.712767 101.602775) + (xy 179.603203 101.338264) + (xy 179.301953 101.271503) + (xy 179.322056 101.2514) + (xy 180.155054 101.2514) + (xy 180.1799 101.253847) + (xy 180.204746 101.2514) + (xy 180.204754 101.2514) + (xy 180.279093 101.244078) + (xy 180.374475 101.215145) + (xy 180.462379 101.168159) + (xy 180.539427 101.104927) + (xy 180.555276 101.085615) + (xy 180.724491 100.9164) + (xy 180.866822 100.9164) + (xy 181.017709 100.886387) + (xy 181.159842 100.827513) + (xy 181.287759 100.742042) + (xy 181.396542 100.633259) + (xy 181.482013 100.505342) + (xy 181.540887 100.363209) + (xy 181.5709 100.212322) + (xy 181.5709 100.058478) + (xy 181.540887 99.907591) + (xy 181.482013 99.765458) + (xy 181.396542 99.637541) + (xy 181.287759 99.528758) + (xy 181.159842 99.443287) + (xy 181.154435 99.441048) + (xy 181.229469 99.379469) + (xy 181.254127 99.349423) + (xy 181.603012 99.000539) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 178.691442 124.783079) + (xy 178.754674 124.860127) + (xy 178.773981 124.875972) + (xy 178.841759 124.94375) + (xy 178.945759 125.094529) + (xy 179.184159 125.325992) + (xy 179.297035 125.399026) + (xy 181.344 127.445992) + (xy 181.344 129.827467) + (xy 177.902981 129.825689) + (xy 176.936 128.858709) + (xy 176.936 124.900795) + (xy 177.040697 124.986717) + (xy 177.245864 125.096381) + (xy 177.468484 125.163912) + (xy 177.641984 125.181) + (xy 177.758016 125.181) + (xy 177.931516 125.163912) + (xy 178.154136 125.096381) + (xy 178.359303 124.986717) + (xy 178.539134 124.839134) + (xy 178.649513 124.704636) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 142.443619 103.545864) + (xy 142.376088 103.768484) + (xy 142.353286 104) + (xy 142.376088 104.231516) + (xy 142.443619 104.454136) + (xy 142.553283 104.659303) + (xy 142.700866 104.839134) + (xy 142.880697 104.986717) + (xy 143.034 105.068659) + (xy 143.034 105.100453) + (xy 143.031553 105.1253) + (xy 143.034 105.150146) + (xy 143.034 105.150153) + (xy 143.041322 105.224492) + (xy 143.070255 105.319874) + (xy 143.117241 105.407779) + (xy 143.180473 105.484827) + (xy 143.199785 105.500676) + (xy 143.384001 105.684893) + (xy 143.384 115.479205) + (xy 143.279303 115.393283) + (xy 143.074136 115.283619) + (xy 142.851516 115.216088) + (xy 142.678016 115.199) + (xy 142.561984 115.199) + (xy 142.388484 115.216088) + (xy 142.165864 115.283619) + (xy 141.960697 115.393283) + (xy 141.780866 115.540866) + (xy 141.633283 115.720697) + (xy 141.523619 115.925864) + (xy 141.456088 116.148484) + (xy 141.433286 116.38) + (xy 141.456088 116.611516) + (xy 141.523619 116.834136) + (xy 141.633283 117.039303) + (xy 141.780866 117.219134) + (xy 141.960697 117.366717) + (xy 142.165864 117.476381) + (xy 142.388484 117.543912) + (xy 142.561984 117.561) + (xy 142.678016 117.561) + (xy 142.851516 117.543912) + (xy 143.074136 117.476381) + (xy 143.279303 117.366717) + (xy 143.459134 117.219134) + (xy 143.546254 117.112978) + (xy 143.549785 117.115876) + (xy 144.292728 117.85882) + (xy 144.308573 117.878127) + (xy 144.385621 117.941359) + (xy 144.448643 117.975045) + (xy 144.473525 117.988345) + (xy 144.568907 118.017278) + (xy 144.6681 118.027048) + (xy 144.692954 118.0246) + (xy 153.266754 118.0246) + (xy 153.2916 118.027047) + (xy 153.316446 118.0246) + (xy 153.316454 118.0246) + (xy 153.390793 118.017278) + (xy 153.486175 117.988345) + (xy 153.574079 117.941359) + (xy 153.651127 117.878127) + (xy 153.666976 117.858815) + (xy 154.39022 117.135572) + (xy 154.403407 117.12475) + (xy 154.480866 117.219134) + (xy 154.660697 117.366717) + (xy 154.814001 117.44866) + (xy 154.814001 117.480437) + (xy 154.814 117.480447) + (xy 154.814001 118.512844) + (xy 154.811553 118.5377) + (xy 154.821322 118.636892) + (xy 154.850255 118.732274) + (xy 154.850256 118.732275) + (xy 154.897242 118.820179) + (xy 154.960474 118.897227) + (xy 154.979781 118.913072) + (xy 158.506016 122.439308) + (xy 158.375927 122.385428) + (xy 158.117 122.55137) + (xy 158.117 123.743) + (xy 159.311662 123.743) + (xy 159.474581 123.484072) + (xy 159.416717 123.350008) + (xy 164.1904 128.123692) + (xy 164.1904 128.266022) + (xy 164.220413 128.416909) + (xy 164.279287 128.559042) + (xy 164.364758 128.686959) + (xy 164.473541 128.795742) + (xy 164.601458 128.881213) + (xy 164.743591 128.940087) + (xy 164.894478 128.9701) + (xy 165.048322 128.9701) + (xy 165.199209 128.940087) + (xy 165.341342 128.881213) + (xy 165.469259 128.795742) + (xy 165.578042 128.686959) + (xy 165.663513 128.559042) + (xy 165.688859 128.497851) + (xy 167.011068 129.82006) + (xy 155.826 129.81428) + (xy 155.826 125.068659) + (xy 155.979303 124.986717) + (xy 156.159134 124.839134) + (xy 156.261098 124.714889) + (xy 156.399065 124.852856) + (xy 156.565759 125.094529) + (xy 156.804159 125.325992) + (xy 156.996929 125.45072) + (xy 160.719928 129.17372) + (xy 160.735773 129.193027) + (xy 160.812821 129.256259) + (xy 160.900725 129.303245) + (xy 160.973907 129.325444) + (xy 160.996106 129.332178) + (xy 161.005994 129.333152) + (xy 161.070446 129.3395) + (xy 161.070453 129.3395) + (xy 161.095299 129.341947) + (xy 161.120145 129.3395) + (xy 161.900599 129.3395) + (xy 162.001241 129.440142) + (xy 162.129158 129.525613) + (xy 162.271291 129.584487) + (xy 162.422178 129.6145) + (xy 162.576022 129.6145) + (xy 162.726909 129.584487) + (xy 162.869042 129.525613) + (xy 162.996959 129.440142) + (xy 163.105742 129.331359) + (xy 163.191213 129.203442) + (xy 163.250087 129.061309) + (xy 163.2801 128.910422) + (xy 163.2801 128.756578) + (xy 163.250087 128.605691) + (xy 163.191213 128.463558) + (xy 163.105742 128.335641) + (xy 162.996959 128.226858) + (xy 162.869042 128.141387) + (xy 162.726909 128.082513) + (xy 162.576022 128.0525) + (xy 162.422178 128.0525) + (xy 162.271291 128.082513) + (xy 162.129158 128.141387) + (xy 162.001241 128.226858) + (xy 161.900599 128.3275) + (xy 161.304892 128.3275) + (xy 158.528692 125.551301) + (xy 158.636865 125.506498) + (xy 158.915841 125.325992) + (xy 159.154241 125.094529) + (xy 159.342905 124.821004) + (xy 159.474581 124.515928) + (xy 159.311662 124.257) + (xy 158.117 124.257) + (xy 158.117 124.277) + (xy 157.603 124.277) + (xy 157.603 124.257) + (xy 157.583 124.257) + (xy 157.583 123.743) + (xy 157.603 123.743) + (xy 157.603 122.55137) + (xy 157.344073 122.385428) + (xy 157.083135 122.493502) + (xy 156.874249 122.628657) + (xy 155.967476 121.721885) + (xy 155.951627 121.702573) + (xy 155.874579 121.639341) + (xy 155.786675 121.592355) + (xy 155.691293 121.563422) + (xy 155.616954 121.5561) + (xy 155.616946 121.5561) + (xy 155.5921 121.553653) + (xy 155.567254 121.5561) + (xy 144.275692 121.5561) + (xy 140.267808 117.548217) + (xy 140.311516 117.543912) + (xy 140.534136 117.476381) + (xy 140.739303 117.366717) + (xy 140.919134 117.219134) + (xy 141.066717 117.039303) + (xy 141.176381 116.834136) + (xy 141.243912 116.611516) + (xy 141.266714 116.38) + (xy 141.243912 116.148484) + (xy 141.176381 115.925864) + (xy 141.066717 115.720697) + (xy 140.919134 115.540866) + (xy 140.739303 115.393283) + (xy 140.586 115.311341) + (xy 140.586 106.254891) + (xy 141.34022 105.500672) + (xy 141.359527 105.484827) + (xy 141.422759 105.407779) + (xy 141.469745 105.319875) + (xy 141.498678 105.224493) + (xy 141.50278 105.182843) + (xy 141.8 105.182843) + (xy 141.874689 105.175487) + (xy 141.946508 105.153701) + (xy 142.012696 105.118322) + (xy 142.070711 105.070711) + (xy 142.118322 105.012696) + (xy 142.153701 104.946508) + (xy 142.175487 104.874689) + (xy 142.182843 104.8) + (xy 142.182843 103.3806) + (xy 142.531954 103.3806) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 174.277 103.743) + (xy 174.649508 103.743) + (xy 174.654001 103.747493) + (xy 174.654001 104.257) + (xy 174.277 104.257) + (xy 174.277 105.44863) + (xy 174.535927 105.614572) + (xy 174.654001 105.565669) + (xy 174.654 115.279553) + (xy 174.654001 115.279562) + (xy 174.654001 115.31134) + (xy 174.500697 115.393283) + (xy 174.320866 115.540866) + (xy 174.219172 115.66478) + (xy 168.176 109.621609) + (xy 168.176 104.900795) + (xy 168.280697 104.986717) + (xy 168.485864 105.096381) + (xy 168.708484 105.163912) + (xy 168.881984 105.181) + (xy 168.998016 105.181) + (xy 169.171516 105.163912) + (xy 169.394136 105.096381) + (xy 169.599303 104.986717) + (xy 169.779134 104.839134) + (xy 169.926717 104.659303) + (xy 170.036381 104.454136) + (xy 170.051146 104.405463) + (xy 170.072221 104.422759) + (xy 170.160125 104.469745) + (xy 170.255507 104.498678) + (xy 170.329846 104.506) + (xy 170.3547 104.508448) + (xy 170.379554 104.506) + (xy 170.411341 104.506) + (xy 170.493283 104.659303) + (xy 170.640866 104.839134) + (xy 170.820697 104.986717) + (xy 171.025864 105.096381) + (xy 171.248484 105.163912) + (xy 171.421984 105.181) + (xy 171.538016 105.181) + (xy 171.711516 105.163912) + (xy 171.934136 105.096381) + (xy 172.139303 104.986717) + (xy 172.319134 104.839134) + (xy 172.466717 104.659303) + (xy 172.467041 104.658697) + (xy 172.537095 104.821004) + (xy 172.725759 105.094529) + (xy 172.964159 105.325992) + (xy 173.243135 105.506498) + (xy 173.504073 105.614572) + (xy 173.763 105.44863) + (xy 173.763 104.257) + (xy 173.743 104.257) + (xy 173.743 103.743) + (xy 173.763 103.743) + (xy 173.763 103.723) + (xy 174.277 103.723) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 141.420697 70.816717) + (xy 141.474326 70.845382) + (xy 140.558385 71.761324) + (xy 140.539073 71.777173) + (xy 140.475841 71.854221) + (xy 140.428855 71.942126) + (xy 140.399922 72.037508) + (xy 140.3926 72.111847) + (xy 140.3926 72.111854) + (xy 140.390153 72.1367) + (xy 140.3926 72.161546) + (xy 140.3926 75.992505) + (xy 140.316865 75.943502) + (xy 140.055927 75.835428) + (xy 139.797 76.00137) + (xy 139.797 77.193) + (xy 139.817 77.193) + (xy 139.817 77.707) + (xy 139.797 77.707) + (xy 139.797 78.89863) + (xy 140.055927 79.064572) + (xy 140.316865 78.956498) + (xy 140.392601 78.907495) + (xy 140.392601 85.387807) + (xy 137.742815 88.037594) + (xy 137.705638 88.012753) + (xy 138.46562 87.252772) + (xy 138.484927 87.236927) + (xy 138.548159 87.159879) + (xy 138.595145 87.071975) + (xy 138.624078 86.976593) + (xy 138.6314 86.902254) + (xy 138.6314 86.902247) + (xy 138.633847 86.877401) + (xy 138.6314 86.852555) + (xy 138.6314 78.871261) + (xy 138.763135 78.956498) + (xy 139.024073 79.064572) + (xy 139.283 78.89863) + (xy 139.283 77.707) + (xy 139.263 77.707) + (xy 139.263 77.193) + (xy 139.283 77.193) + (xy 139.283 76.00137) + (xy 139.024073 75.835428) + (xy 138.763135 75.943502) + (xy 138.6314 76.028739) + (xy 138.6314 73.454191) + (xy 141.16022 70.925372) + (xy 141.179527 70.909527) + (xy 141.242759 70.832479) + (xy 141.289745 70.744575) + (xy 141.298325 70.716289) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 142.844 75.938174) + (xy 142.595927 75.835428) + (xy 142.337 76.00137) + (xy 142.337 77.193) + (xy 142.357 77.193) + (xy 142.357 77.707) + (xy 142.337 77.707) + (xy 142.337 78.89863) + (xy 142.595927 79.064572) + (xy 142.844001 78.961826) + (xy 142.844001 83.963607) + (xy 141.4046 85.403008) + (xy 141.4046 78.998522) + (xy 141.564073 79.064572) + (xy 141.823 78.89863) + (xy 141.823 77.707) + (xy 141.4046 77.707) + (xy 141.4046 77.193) + (xy 141.823 77.193) + (xy 141.823 76.00137) + (xy 141.564073 75.835428) + (xy 141.4046 75.901478) + (xy 141.4046 72.346291) + (xy 142.42022 71.330672) + (xy 142.439527 71.314827) + (xy 142.502759 71.237779) + (xy 142.549745 71.149875) + (xy 142.578678 71.054493) + (xy 142.586 70.980154) + (xy 142.588448 70.9553) + (xy 142.586 70.930446) + (xy 142.586 70.898659) + (xy 142.739303 70.816717) + (xy 142.844 70.730795) + ) + ) + ) + (zone (net 0) (net_name "") (layer "F.Cu") (tstamp 54178168-8e05-4a05-a4be-ac83781bd437) (hatch edge 0.508) + (connect_pads (clearance 0)) + (min_thickness 0.254) + (keepout (tracks not_allowed) (vias not_allowed) (pads allowed ) (copperpour not_allowed) (footprints allowed)) + (fill (thermal_gap 0.768) (thermal_bridge_width 0.768)) + (polygon + (pts + (xy 191.47 51.67) + (xy 191.47 43.29) + (xy 214.27 43.29) + (xy 214.27 51.67) + ) + ) + ) + (zone (net 0) (net_name "") (layers F&B.Cu) (tstamp 87d3db40-8c65-432c-9acf-3b5452c4acbe) (hatch edge 0.508) + (connect_pads (clearance 0)) + (min_thickness 0.254) + (keepout (tracks not_allowed) (vias not_allowed) (pads allowed ) (copperpour not_allowed) (footprints allowed)) + (fill (thermal_gap 0.508) (thermal_bridge_width 0.508)) + (polygon + (pts + (xy 133.4 134.98) + (xy 100.02 134.98) + (xy 100.02 40.02) + (xy 215.98 40.01) + (xy 215.98 134.99) + (xy 192 134.99) + (xy 192 134.93) + (xy 215.94 134.96) + (xy 215.86 40.15) + (xy 100.28 40.26) + (xy 100.3 134.76) + (xy 133.4 134.74) + (xy 133.4 134.99) + ) + ) + ) + (zone (net 2) (net_name "GNDPWR") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-000060b6ddda) (hatch edge 0.508) + (connect_pads (clearance 0.254)) + (min_thickness 0.254) + (fill yes (thermal_gap 0.768) (thermal_bridge_width 0.768) (smoothing fillet)) + (polygon + (pts + (xy 134.01 134.97) + (xy 100.08 134.93) + (xy 100.11 40.08) + (xy 215.98 40.06) + (xy 215.97 134.96) + (xy 192.03 134.97) + (xy 192.04 129.92) + (xy 134.01 129.96) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 215.594001 134.594) + (xy 192.157745 134.594) + (xy 192.164298 131.284813) + (xy 192.208264 131.483203) + (xy 192.518496 131.606636) + (xy 192.846848 131.667174) + (xy 193.180701 131.662491) + (xy 193.507225 131.592767) + (xy 193.771736 131.483203) + (xy 193.838498 131.181951) + (xy 192.99 130.333453) + (xy 192.975858 130.347595) + (xy 192.612405 129.984142) + (xy 192.626547 129.97) + (xy 193.353453 129.97) + (xy 194.201951 130.818498) + (xy 194.503203 130.751736) + (xy 194.626636 130.441504) + (xy 194.687174 130.113152) + (xy 194.682491 129.779299) + (xy 194.612767 129.452775) + (xy 194.503203 129.188264) + (xy 194.201951 129.121502) + (xy 193.353453 129.97) + (xy 192.626547 129.97) + (xy 191.778049 129.121502) + (xy 191.476797 129.188264) + (xy 191.44367 129.271525) + (xy 191.407342 129.217157) + (xy 191.2774 129.087215) + (xy 191.2774 127.855272) + (xy 191.297341 127.892579) + (xy 191.360573 127.969627) + (xy 191.379885 127.985476) + (xy 191.806828 128.41242) + (xy 191.822673 128.431727) + (xy 191.899721 128.494959) + (xy 191.987625 128.541945) + (xy 192.083006 128.570878) + (xy 192.092894 128.571852) + (xy 192.157346 128.5782) + (xy 192.157353 128.5782) + (xy 192.180846 128.580514) + (xy 192.141502 128.758049) + (xy 192.99 129.606547) + (xy 193.838498 128.758049) + (xy 193.772297 128.459327) + (xy 193.805927 128.431727) + (xy 193.821776 128.412415) + (xy 196.23022 126.003972) + (xy 196.249527 125.988127) + (xy 196.312759 125.911079) + (xy 196.359745 125.823175) + (xy 196.388678 125.727793) + (xy 196.396 125.653454) + (xy 196.396 125.653447) + (xy 196.398447 125.628601) + (xy 196.396 125.603755) + (xy 196.396 124.900795) + (xy 196.500697 124.986717) + (xy 196.705864 125.096381) + (xy 196.928484 125.163912) + (xy 197.101984 125.181) + (xy 197.218016 125.181) + (xy 197.391516 125.163912) + (xy 197.614136 125.096381) + (xy 197.819303 124.986717) + (xy 197.999134 124.839134) + (xy 198.146717 124.659303) + (xy 198.256381 124.454136) + (xy 198.323912 124.231516) + (xy 198.346714 124) + (xy 198.323912 123.768484) + (xy 198.256381 123.545864) + (xy 198.146717 123.340697) + (xy 197.999134 123.160866) + (xy 197.819303 123.013283) + (xy 197.614136 122.903619) + (xy 197.391516 122.836088) + (xy 197.347808 122.831783) + (xy 202.58022 117.599372) + (xy 202.599527 117.583527) + (xy 202.662759 117.506479) + (xy 202.675888 117.481916) + (xy 202.694136 117.476381) + (xy 202.866001 117.384518) + (xy 202.866 118.993108) + (xy 199.359781 122.499328) + (xy 199.340474 122.515173) + (xy 199.277242 122.592221) + (xy 199.252127 122.639208) + (xy 199.230255 122.680126) + (xy 199.201322 122.775508) + (xy 199.191553 122.8747) + (xy 199.194001 122.899556) + (xy 199.194001 122.93134) + (xy 199.040697 123.013283) + (xy 198.860866 123.160866) + (xy 198.713283 123.340697) + (xy 198.603619 123.545864) + (xy 198.536088 123.768484) + (xy 198.513286 124) + (xy 198.536088 124.231516) + (xy 198.603619 124.454136) + (xy 198.713283 124.659303) + (xy 198.860866 124.839134) + (xy 199.040697 124.986717) + (xy 199.245864 125.096381) + (xy 199.468484 125.163912) + (xy 199.641984 125.181) + (xy 199.758016 125.181) + (xy 199.931516 125.163912) + (xy 200.154136 125.096381) + (xy 200.359303 124.986717) + (xy 200.539134 124.839134) + (xy 200.686717 124.659303) + (xy 200.687041 124.658697) + (xy 200.757095 124.821004) + (xy 200.945759 125.094529) + (xy 201.184159 125.325992) + (xy 201.463135 125.506498) + (xy 201.724073 125.614572) + (xy 201.983 125.44863) + (xy 201.983 124.257) + (xy 202.497 124.257) + (xy 202.497 125.44863) + (xy 202.755927 125.614572) + (xy 203.016865 125.506498) + (xy 203.295841 125.325992) + (xy 203.534241 125.094529) + (xy 203.722905 124.821004) + (xy 203.854581 124.515928) + (xy 203.691662 124.257) + (xy 202.497 124.257) + (xy 201.983 124.257) + (xy 201.963 124.257) + (xy 201.963 123.743) + (xy 201.983 123.743) + (xy 201.983 122.55137) + (xy 202.497 122.55137) + (xy 202.497 123.743) + (xy 203.691662 123.743) + (xy 203.854581 123.484072) + (xy 203.722905 123.178996) + (xy 203.534241 122.905471) + (xy 203.295841 122.674008) + (xy 203.016865 122.493502) + (xy 202.755927 122.385428) + (xy 202.497 122.55137) + (xy 201.983 122.55137) + (xy 201.724073 122.385428) + (xy 201.463135 122.493502) + (xy 201.184159 122.674008) + (xy 200.945759 122.905471) + (xy 200.757095 123.178996) + (xy 200.687041 123.341303) + (xy 200.686717 123.340697) + (xy 200.539134 123.160866) + (xy 200.359303 123.013283) + (xy 200.305674 122.984617) + (xy 203.71222 119.578072) + (xy 203.731527 119.562227) + (xy 203.794759 119.485179) + (xy 203.841745 119.397275) + (xy 203.860168 119.336542) + (xy 203.870678 119.301894) + (xy 203.87198 119.288674) + (xy 203.878 119.227554) + (xy 203.878 119.227547) + (xy 203.880447 119.202701) + (xy 203.878 119.177855) + (xy 203.878 115.918854) + (xy 203.880448 115.894) + (xy 203.870678 115.794807) + (xy 203.841745 115.699425) + (xy 203.828821 115.675247) + (xy 203.794759 115.611521) + (xy 203.731527 115.534473) + (xy 203.71222 115.518628) + (xy 193.808076 105.614485) + (xy 193.792227 105.595173) + (xy 193.715179 105.531941) + (xy 193.627275 105.484955) + (xy 193.531893 105.456022) + (xy 193.457554 105.4487) + (xy 193.457546 105.4487) + (xy 193.4327 105.446253) + (xy 193.407854 105.4487) + (xy 174.886193 105.4487) + (xy 175.075841 105.325992) + (xy 175.314241 105.094529) + (xy 175.502905 104.821004) + (xy 175.634581 104.515928) + (xy 175.471662 104.257) + (xy 174.277 104.257) + (xy 174.277 104.277) + (xy 173.763 104.277) + (xy 173.763 104.257) + (xy 173.743 104.257) + (xy 173.743 103.743) + (xy 173.763 103.743) + (xy 173.763 103.723) + (xy 174.277 103.723) + (xy 174.277 103.743) + (xy 175.471662 103.743) + (xy 175.634581 103.484072) + (xy 175.568923 103.331951) + (xy 177.241502 103.331951) + (xy 177.308264 103.633203) + (xy 177.618496 103.756636) + (xy 177.946848 103.817174) + (xy 178.280701 103.812491) + (xy 178.607225 103.742767) + (xy 178.871736 103.633203) + (xy 178.938498 103.331951) + (xy 178.09 102.483453) + (xy 177.241502 103.331951) + (xy 175.568923 103.331951) + (xy 175.502905 103.178996) + (xy 175.314241 102.905471) + (xy 175.075841 102.674008) + (xy 174.845938 102.525253) + (xy 175.995192 101.376) + (xy 176.561783 101.376) + (xy 176.453364 101.648496) + (xy 176.392826 101.976848) + (xy 176.397509 102.310701) + (xy 176.467233 102.637225) + (xy 176.576797 102.901736) + (xy 176.878049 102.968498) + (xy 177.726547 102.12) + (xy 177.712405 102.105858) + (xy 178.075858 101.742405) + (xy 178.09 101.756547) + (xy 178.104142 101.742405) + (xy 178.467595 102.105858) + (xy 178.453453 102.12) + (xy 179.301951 102.968498) + (xy 179.603203 102.901736) + (xy 179.726636 102.591504) + (xy 179.787174 102.263152) + (xy 179.782491 101.929299) + (xy 179.712767 101.602775) + (xy 179.618834 101.376) + (xy 183.729854 101.376) + (xy 183.7547 101.378447) + (xy 183.779546 101.376) + (xy 183.779554 101.376) + (xy 183.853893 101.368678) + (xy 183.949275 101.339745) + (xy 183.977157 101.324842) + (xy 183.977157 101.39) + (xy 183.984513 101.464689) + (xy 184.006299 101.536508) + (xy 184.041678 101.602696) + (xy 184.089289 101.660711) + (xy 184.147304 101.708322) + (xy 184.213492 101.743701) + (xy 184.285311 101.765487) + (xy 184.36 101.772843) + (xy 185.96 101.772843) + (xy 186.034689 101.765487) + (xy 186.106508 101.743701) + (xy 186.172696 101.708322) + (xy 186.230711 101.660711) + (xy 186.278322 101.602696) + (xy 186.313701 101.536508) + (xy 186.335487 101.464689) + (xy 186.342843 101.39) + (xy 186.342843 99.9707) + (xy 186.691901 99.9707) + (xy 186.603619 100.135864) + (xy 186.536088 100.358484) + (xy 186.513286 100.59) + (xy 186.536088 100.821516) + (xy 186.603619 101.044136) + (xy 186.713283 101.249303) + (xy 186.860866 101.429134) + (xy 187.040697 101.576717) + (xy 187.245864 101.686381) + (xy 187.468484 101.753912) + (xy 187.641984 101.771) + (xy 187.758016 101.771) + (xy 187.931516 101.753912) + (xy 188.154136 101.686381) + (xy 188.359303 101.576717) + (xy 188.539134 101.429134) + (xy 188.686717 101.249303) + (xy 188.796381 101.044136) + (xy 188.863912 100.821516) + (xy 188.886714 100.59) + (xy 188.863912 100.358484) + (xy 188.796381 100.135864) + (xy 188.708099 99.9707) + (xy 189.231901 99.9707) + (xy 189.143619 100.135864) + (xy 189.076088 100.358484) + (xy 189.053286 100.59) + (xy 189.076088 100.821516) + (xy 189.143619 101.044136) + (xy 189.253283 101.249303) + (xy 189.400866 101.429134) + (xy 189.580697 101.576717) + (xy 189.785864 101.686381) + (xy 190.008484 101.753912) + (xy 190.181984 101.771) + (xy 190.298016 101.771) + (xy 190.471516 101.753912) + (xy 190.694136 101.686381) + (xy 190.899303 101.576717) + (xy 191.079134 101.429134) + (xy 191.226717 101.249303) + (xy 191.336381 101.044136) + (xy 191.351146 100.995463) + (xy 191.372221 101.012759) + (xy 191.460125 101.059745) + (xy 191.555507 101.088678) + (xy 191.6547 101.098448) + (xy 191.679554 101.096) + (xy 191.711341 101.096) + (xy 191.793283 101.249303) + (xy 191.940866 101.429134) + (xy 192.120697 101.576717) + (xy 192.325864 101.686381) + (xy 192.548484 101.753912) + (xy 192.721984 101.771) + (xy 192.838016 101.771) + (xy 193.011516 101.753912) + (xy 193.234136 101.686381) + (xy 193.439303 101.576717) + (xy 193.619134 101.429134) + (xy 193.766717 101.249303) + (xy 193.876381 101.044136) + (xy 193.943912 100.821516) + (xy 193.966714 100.59) + (xy 194.133286 100.59) + (xy 194.156088 100.821516) + (xy 194.223619 101.044136) + (xy 194.333283 101.249303) + (xy 194.480866 101.429134) + (xy 194.660697 101.576717) + (xy 194.865864 101.686381) + (xy 195.088484 101.753912) + (xy 195.261984 101.771) + (xy 195.378016 101.771) + (xy 195.551516 101.753912) + (xy 195.774136 101.686381) + (xy 195.979303 101.576717) + (xy 196.159134 101.429134) + (xy 196.306717 101.249303) + (xy 196.416381 101.044136) + (xy 196.483912 100.821516) + (xy 196.506714 100.59) + (xy 196.673286 100.59) + (xy 196.696088 100.821516) + (xy 196.763619 101.044136) + (xy 196.873283 101.249303) + (xy 197.020866 101.429134) + (xy 197.200697 101.576717) + (xy 197.405864 101.686381) + (xy 197.628484 101.753912) + (xy 197.801984 101.771) + (xy 197.918016 101.771) + (xy 198.091516 101.753912) + (xy 198.314136 101.686381) + (xy 198.519303 101.576717) + (xy 198.699134 101.429134) + (xy 198.846717 101.249303) + (xy 198.956381 101.044136) + (xy 199.023912 100.821516) + (xy 199.046714 100.59) + (xy 199.023912 100.358484) + (xy 198.956381 100.135864) + (xy 198.846717 99.930697) + (xy 198.699134 99.750866) + (xy 198.519303 99.603283) + (xy 198.314136 99.493619) + (xy 198.091516 99.426088) + (xy 197.918016 99.409) + (xy 197.801984 99.409) + (xy 197.628484 99.426088) + (xy 197.405864 99.493619) + (xy 197.200697 99.603283) + (xy 197.020866 99.750866) + (xy 196.873283 99.930697) + (xy 196.763619 100.135864) + (xy 196.696088 100.358484) + (xy 196.673286 100.59) + (xy 196.506714 100.59) + (xy 196.483912 100.358484) + (xy 196.416381 100.135864) + (xy 196.306717 99.930697) + (xy 196.159134 99.750866) + (xy 195.979303 99.603283) + (xy 195.774136 99.493619) + (xy 195.551516 99.426088) + (xy 195.378016 99.409) + (xy 195.261984 99.409) + (xy 195.088484 99.426088) + (xy 194.865864 99.493619) + (xy 194.660697 99.603283) + (xy 194.480866 99.750866) + (xy 194.333283 99.930697) + (xy 194.223619 100.135864) + (xy 194.156088 100.358484) + (xy 194.133286 100.59) + (xy 193.966714 100.59) + (xy 193.943912 100.358484) + (xy 193.876381 100.135864) + (xy 193.766717 99.930697) + (xy 193.619134 99.750866) + (xy 193.439303 99.603283) + (xy 193.234136 99.493619) + (xy 193.011516 99.426088) + (xy 192.838016 99.409) + (xy 192.721984 99.409) + (xy 192.548484 99.426088) + (xy 192.325864 99.493619) + (xy 192.120697 99.603283) + (xy 191.940866 99.750866) + (xy 191.883031 99.821339) + (xy 191.186176 99.124485) + (xy 191.170327 99.105173) + (xy 191.093279 99.041941) + (xy 191.005375 98.994955) + (xy 190.909993 98.966022) + (xy 190.835654 98.9587) + (xy 190.835646 98.9587) + (xy 190.8108 98.956253) + (xy 190.785954 98.9587) + (xy 181.485445 98.9587) + (xy 181.460599 98.956253) + (xy 181.435753 98.9587) + (xy 181.435746 98.9587) + (xy 181.361407 98.966022) + (xy 181.266025 98.994955) + (xy 181.178121 99.041941) + (xy 181.101073 99.105173) + (xy 181.085229 99.124479) + (xy 180.855308 99.3544) + (xy 180.712978 99.3544) + (xy 180.562091 99.384413) + (xy 180.419958 99.443287) + (xy 180.292041 99.528758) + (xy 180.183258 99.637541) + (xy 180.097787 99.765458) + (xy 180.038913 99.907591) + (xy 180.0089 100.058478) + (xy 180.0089 100.212322) + (xy 180.038913 100.363209) + (xy 180.039241 100.364) + (xy 179.013251 100.364) + (xy 179.136588 100.179413) + (xy 179.225614 99.964485) + (xy 179.271 99.736318) + (xy 179.271 99.503682) + (xy 179.225614 99.275515) + (xy 179.136588 99.060587) + (xy 179.007342 98.867157) + (xy 178.842843 98.702658) + (xy 178.649413 98.573412) + (xy 178.434485 98.484386) + (xy 178.206318 98.439) + (xy 177.973682 98.439) + (xy 177.889683 98.455709) + (xy 181.744092 94.6013) + (xy 190.768254 94.6013) + (xy 190.7931 94.603747) + (xy 190.817946 94.6013) + (xy 190.817954 94.6013) + (xy 190.892293 94.593978) + (xy 190.987675 94.565045) + (xy 191.075579 94.518059) + (xy 191.152627 94.454827) + (xy 191.168476 94.435515) + (xy 191.875052 93.72894) + (xy 191.940866 93.809134) + (xy 192.120697 93.956717) + (xy 192.325864 94.066381) + (xy 192.548484 94.133912) + (xy 192.721984 94.151) + (xy 192.838016 94.151) + (xy 193.011516 94.133912) + (xy 193.234136 94.066381) + (xy 193.439303 93.956717) + (xy 193.619134 93.809134) + (xy 193.766717 93.629303) + (xy 193.876381 93.424136) + (xy 193.943912 93.201516) + (xy 193.966714 92.97) + (xy 193.943912 92.738484) + (xy 193.876381 92.515864) + (xy 193.788099 92.3507) + (xy 194.311901 92.3507) + (xy 194.223619 92.515864) + (xy 194.156088 92.738484) + (xy 194.133286 92.97) + (xy 194.156088 93.201516) + (xy 194.223619 93.424136) + (xy 194.333283 93.629303) + (xy 194.480866 93.809134) + (xy 194.660697 93.956717) + (xy 194.865864 94.066381) + (xy 195.088484 94.133912) + (xy 195.261984 94.151) + (xy 195.378016 94.151) + (xy 195.551516 94.133912) + (xy 195.774136 94.066381) + (xy 195.979303 93.956717) + (xy 196.159134 93.809134) + (xy 196.306717 93.629303) + (xy 196.416381 93.424136) + (xy 196.483912 93.201516) + (xy 196.506714 92.97) + (xy 196.483912 92.738484) + (xy 196.416381 92.515864) + (xy 196.328099 92.3507) + (xy 196.851901 92.3507) + (xy 196.763619 92.515864) + (xy 196.696088 92.738484) + (xy 196.673286 92.97) + (xy 196.696088 93.201516) + (xy 196.763619 93.424136) + (xy 196.873283 93.629303) + (xy 197.020866 93.809134) + (xy 197.200697 93.956717) + (xy 197.405864 94.066381) + (xy 197.628484 94.133912) + (xy 197.801984 94.151) + (xy 197.918016 94.151) + (xy 198.091516 94.133912) + (xy 198.314136 94.066381) + (xy 198.519303 93.956717) + (xy 198.699134 93.809134) + (xy 198.846717 93.629303) + (xy 198.956381 93.424136) + (xy 199.023912 93.201516) + (xy 199.046714 92.97) + (xy 199.023912 92.738484) + (xy 198.956381 92.515864) + (xy 198.868099 92.3507) + (xy 199.391901 92.3507) + (xy 199.303619 92.515864) + (xy 199.236088 92.738484) + (xy 199.213286 92.97) + (xy 199.236088 93.201516) + (xy 199.303619 93.424136) + (xy 199.413283 93.629303) + (xy 199.560866 93.809134) + (xy 199.740697 93.956717) + (xy 199.945864 94.066381) + (xy 200.168484 94.133912) + (xy 200.341984 94.151) + (xy 200.458016 94.151) + (xy 200.631516 94.133912) + (xy 200.854136 94.066381) + (xy 201.059303 93.956717) + (xy 201.239134 93.809134) + (xy 201.386717 93.629303) + (xy 201.496381 93.424136) + (xy 201.511146 93.375463) + (xy 201.532221 93.392759) + (xy 201.620125 93.439745) + (xy 201.715507 93.468678) + (xy 201.8147 93.478448) + (xy 201.839554 93.476) + (xy 201.871341 93.476) + (xy 201.953283 93.629303) + (xy 202.100866 93.809134) + (xy 202.280697 93.956717) + (xy 202.485864 94.066381) + (xy 202.708484 94.133912) + (xy 202.881984 94.151) + (xy 202.998016 94.151) + (xy 203.171516 94.133912) + (xy 203.394136 94.066381) + (xy 203.574901 93.96976) + (xy 203.574901 95.574207) + (xy 200.059785 99.089324) + (xy 200.040473 99.105173) + (xy 199.977241 99.182221) + (xy 199.930255 99.270126) + (xy 199.901322 99.365508) + (xy 199.894 99.439847) + (xy 199.894 99.439854) + (xy 199.891553 99.4647) + (xy 199.894 99.489547) + (xy 199.894 99.521341) + (xy 199.740697 99.603283) + (xy 199.560866 99.750866) + (xy 199.413283 99.930697) + (xy 199.303619 100.135864) + (xy 199.236088 100.358484) + (xy 199.213286 100.59) + (xy 199.236088 100.821516) + (xy 199.303619 101.044136) + (xy 199.413283 101.249303) + (xy 199.560866 101.429134) + (xy 199.740697 101.576717) + (xy 199.945864 101.686381) + (xy 200.168484 101.753912) + (xy 200.341984 101.771) + (xy 200.458016 101.771) + (xy 200.631516 101.753912) + (xy 200.854136 101.686381) + (xy 201.059303 101.576717) + (xy 201.239134 101.429134) + (xy 201.386717 101.249303) + (xy 201.387041 101.248697) + (xy 201.457095 101.411004) + (xy 201.645759 101.684529) + (xy 201.884159 101.915992) + (xy 202.163135 102.096498) + (xy 202.424073 102.204572) + (xy 202.683 102.03863) + (xy 202.683 100.847) + (xy 203.197 100.847) + (xy 203.197 102.03863) + (xy 203.455927 102.204572) + (xy 203.716865 102.096498) + (xy 203.995841 101.915992) + (xy 204.234241 101.684529) + (xy 204.422905 101.411004) + (xy 204.554581 101.105928) + (xy 204.391662 100.847) + (xy 203.197 100.847) + (xy 202.683 100.847) + (xy 202.663 100.847) + (xy 202.663 100.333) + (xy 202.683 100.333) + (xy 202.683 99.14137) + (xy 203.197 99.14137) + (xy 203.197 100.333) + (xy 204.391662 100.333) + (xy 204.554581 100.074072) + (xy 204.422905 99.768996) + (xy 204.234241 99.495471) + (xy 203.995841 99.264008) + (xy 203.716865 99.083502) + (xy 203.455927 98.975428) + (xy 203.197 99.14137) + (xy 202.683 99.14137) + (xy 202.424073 98.975428) + (xy 202.163135 99.083502) + (xy 201.884159 99.264008) + (xy 201.645759 99.495471) + (xy 201.457095 99.768996) + (xy 201.387041 99.931303) + (xy 201.386717 99.930697) + (xy 201.239134 99.750866) + (xy 201.059303 99.603283) + (xy 201.005674 99.574617) + (xy 204.42112 96.159172) + (xy 204.440427 96.143327) + (xy 204.503659 96.066279) + (xy 204.550645 95.978375) + (xy 204.579578 95.882993) + (xy 204.5869 95.808654) + (xy 204.589348 95.7838) + (xy 204.5869 95.758946) + (xy 204.5869 77.105754) + (xy 204.589348 77.0809) + (xy 204.579578 76.981707) + (xy 204.550645 76.886325) + (xy 204.520538 76.83) + (xy 204.503659 76.798421) + (xy 204.440427 76.721373) + (xy 204.42112 76.705528) + (xy 204.081307 76.365716) + (xy 204.074241 76.355471) + (xy 203.965004 76.249412) + (xy 203.685276 75.969685) + (xy 203.669427 75.950373) + (xy 203.592379 75.887141) + (xy 203.504475 75.840155) + (xy 203.409093 75.811222) + (xy 203.334754 75.8039) + (xy 203.334746 75.8039) + (xy 203.3099 75.801453) + (xy 203.285054 75.8039) + (xy 202.054945 75.8039) + (xy 202.030099 75.801453) + (xy 202.005253 75.8039) + (xy 202.005246 75.8039) + (xy 201.940794 75.810248) + (xy 201.930906 75.811222) + (xy 201.908707 75.817956) + (xy 201.835525 75.840155) + (xy 201.747621 75.887141) + (xy 201.670573 75.950373) + (xy 201.654728 75.96968) + (xy 201.16978 76.454629) + (xy 201.150474 76.470473) + (xy 201.087242 76.547521) + (xy 201.085781 76.550255) + (xy 201.061235 76.596177) + (xy 200.899303 76.463283) + (xy 200.694136 76.353619) + (xy 200.471516 76.286088) + (xy 200.298016 76.269) + (xy 200.181984 76.269) + (xy 200.008484 76.286088) + (xy 199.785864 76.353619) + (xy 199.580697 76.463283) + (xy 199.400866 76.610866) + (xy 199.343031 76.681339) + (xy 198.341476 75.679785) + (xy 198.325627 75.660473) + (xy 198.248579 75.597241) + (xy 198.160675 75.550255) + (xy 198.065293 75.521322) + (xy 197.990954 75.514) + (xy 197.990946 75.514) + (xy 197.9661 75.511553) + (xy 197.941254 75.514) + (xy 197.350392 75.514) + (xy 192.832205 70.995814) + (xy 192.851516 70.993912) + (xy 193.074136 70.926381) + (xy 193.279303 70.816717) + (xy 193.459134 70.669134) + (xy 193.606717 70.489303) + (xy 193.607041 70.488697) + (xy 193.677095 70.651004) + (xy 193.865759 70.924529) + (xy 194.104159 71.155992) + (xy 194.383135 71.336498) + (xy 194.644073 71.444572) + (xy 194.903 71.27863) + (xy 194.903 70.087) + (xy 194.883 70.087) + (xy 194.883 69.573) + (xy 194.903 69.573) + (xy 194.903 68.38137) + (xy 195.417 68.38137) + (xy 195.417 69.573) + (xy 195.437 69.573) + (xy 195.437 70.087) + (xy 195.417 70.087) + (xy 195.417 71.27863) + (xy 195.675927 71.444572) + (xy 195.936865 71.336498) + (xy 196.215841 71.155992) + (xy 196.454241 70.924529) + (xy 196.642905 70.651004) + (xy 196.712959 70.488697) + (xy 196.713283 70.489303) + (xy 196.860866 70.669134) + (xy 197.040697 70.816717) + (xy 197.245864 70.926381) + (xy 197.468484 70.993912) + (xy 197.641984 71.011) + (xy 197.758016 71.011) + (xy 197.931516 70.993912) + (xy 198.154136 70.926381) + (xy 198.359303 70.816717) + (xy 198.539134 70.669134) + (xy 198.686717 70.489303) + (xy 198.796381 70.284136) + (xy 198.863912 70.061516) + (xy 198.886714 69.83) + (xy 199.053286 69.83) + (xy 199.076088 70.061516) + (xy 199.143619 70.284136) + (xy 199.253283 70.489303) + (xy 199.400866 70.669134) + (xy 199.580697 70.816717) + (xy 199.785864 70.926381) + (xy 200.008484 70.993912) + (xy 200.181984 71.011) + (xy 200.298016 71.011) + (xy 200.471516 70.993912) + (xy 200.694136 70.926381) + (xy 200.899303 70.816717) + (xy 201.079134 70.669134) + (xy 201.226717 70.489303) + (xy 201.336381 70.284136) + (xy 201.403912 70.061516) + (xy 201.426714 69.83) + (xy 201.593286 69.83) + (xy 201.616088 70.061516) + (xy 201.683619 70.284136) + (xy 201.793283 70.489303) + (xy 201.940866 70.669134) + (xy 202.120697 70.816717) + (xy 202.325864 70.926381) + (xy 202.548484 70.993912) + (xy 202.721984 71.011) + (xy 202.838016 71.011) + (xy 203.011516 70.993912) + (xy 203.234136 70.926381) + (xy 203.439303 70.816717) + (xy 203.619134 70.669134) + (xy 203.766717 70.489303) + (xy 203.876381 70.284136) + (xy 203.943912 70.061516) + (xy 203.966714 69.83) + (xy 203.943912 69.598484) + (xy 203.876381 69.375864) + (xy 203.766717 69.170697) + (xy 203.619134 68.990866) + (xy 203.439303 68.843283) + (xy 203.234136 68.733619) + (xy 203.011516 68.666088) + (xy 202.838016 68.649) + (xy 202.721984 68.649) + (xy 202.548484 68.666088) + (xy 202.325864 68.733619) + (xy 202.120697 68.843283) + (xy 201.940866 68.990866) + (xy 201.793283 69.170697) + (xy 201.683619 69.375864) + (xy 201.616088 69.598484) + (xy 201.593286 69.83) + (xy 201.426714 69.83) + (xy 201.403912 69.598484) + (xy 201.336381 69.375864) + (xy 201.226717 69.170697) + (xy 201.079134 68.990866) + (xy 200.899303 68.843283) + (xy 200.694136 68.733619) + (xy 200.471516 68.666088) + (xy 200.298016 68.649) + (xy 200.181984 68.649) + (xy 200.008484 68.666088) + (xy 199.785864 68.733619) + (xy 199.580697 68.843283) + (xy 199.400866 68.990866) + (xy 199.253283 69.170697) + (xy 199.143619 69.375864) + (xy 199.076088 69.598484) + (xy 199.053286 69.83) + (xy 198.886714 69.83) + (xy 198.863912 69.598484) + (xy 198.796381 69.375864) + (xy 198.686717 69.170697) + (xy 198.539134 68.990866) + (xy 198.359303 68.843283) + (xy 198.154136 68.733619) + (xy 197.931516 68.666088) + (xy 197.758016 68.649) + (xy 197.641984 68.649) + (xy 197.468484 68.666088) + (xy 197.245864 68.733619) + (xy 197.040697 68.843283) + (xy 196.860866 68.990866) + (xy 196.713283 69.170697) + (xy 196.712959 69.171303) + (xy 196.642905 69.008996) + (xy 196.454241 68.735471) + (xy 196.215841 68.504008) + (xy 195.936865 68.323502) + (xy 195.675927 68.215428) + (xy 195.417 68.38137) + (xy 194.903 68.38137) + (xy 194.644073 68.215428) + (xy 194.383135 68.323502) + (xy 194.104159 68.504008) + (xy 193.865759 68.735471) + (xy 193.677095 69.008996) + (xy 193.607041 69.171303) + (xy 193.606717 69.170697) + (xy 193.459134 68.990866) + (xy 193.279303 68.843283) + (xy 193.074136 68.733619) + (xy 192.851516 68.666088) + (xy 192.678016 68.649) + (xy 192.561984 68.649) + (xy 192.388484 68.666088) + (xy 192.165864 68.733619) + (xy 191.960697 68.843283) + (xy 191.780866 68.990866) + (xy 191.703407 69.08525) + (xy 191.69022 69.074428) + (xy 185.734376 63.118585) + (xy 185.718527 63.099273) + (xy 185.641479 63.036041) + (xy 185.553575 62.989055) + (xy 185.458193 62.960122) + (xy 185.383854 62.9528) + (xy 185.383846 62.9528) + (xy 185.359 62.950353) + (xy 185.334154 62.9528) + (xy 184.289992 62.9528) + (xy 183.463192 62.126) + (xy 183.667725 62.126) + (xy 184.03596 62.052753) + (xy 184.382829 61.909075) + (xy 184.695004 61.700487) + (xy 184.960487 61.435004) + (xy 185.169075 61.122829) + (xy 185.312753 60.77596) + (xy 185.386 60.407725) + (xy 185.386 60.032275) + (xy 185.312753 59.66404) + (xy 185.169075 59.317171) + (xy 184.960487 59.004996) + (xy 184.695004 58.739513) + (xy 184.382829 58.530925) + (xy 184.03596 58.387247) + (xy 183.667725 58.314) + (xy 183.292275 58.314) + (xy 182.92404 58.387247) + (xy 182.577171 58.530925) + (xy 182.264996 58.739513) + (xy 181.999513 59.004996) + (xy 181.790925 59.317171) + (xy 181.647247 59.66404) + (xy 181.574 60.032275) + (xy 181.574 60.236809) + (xy 179.353476 58.016285) + (xy 179.337627 57.996973) + (xy 179.260579 57.933741) + (xy 179.172675 57.886755) + (xy 179.077293 57.857822) + (xy 179.002954 57.8505) + (xy 179.002946 57.8505) + (xy 178.9781 57.848053) + (xy 178.953254 57.8505) + (xy 178.682757 57.8505) + (xy 178.575451 57.817949) + (xy 178.4 57.800669) + (xy 178.12075 57.805) + (xy 178.07525 57.8505) + (xy 177.20475 57.8505) + (xy 177.15925 57.805) + (xy 176.88 57.800669) + (xy 176.704549 57.817949) + (xy 176.597243 57.8505) + (xy 175.500214 57.8505) + (xy 175.233659 57.802371) + (xy 174.907704 57.808146) + (xy 174.712883 57.8505) + (xy 172.960214 57.8505) + (xy 172.693659 57.802371) + (xy 172.367704 57.808146) + (xy 172.172883 57.8505) + (xy 170.420214 57.8505) + (xy 170.153659 57.802371) + (xy 169.827704 57.808146) + (xy 169.632883 57.8505) + (xy 167.880214 57.8505) + (xy 167.613659 57.802371) + (xy 167.287704 57.808146) + (xy 167.092883 57.8505) + (xy 166.758345 57.8505) + (xy 166.733499 57.848053) + (xy 166.708653 57.8505) + (xy 166.708646 57.8505) + (xy 166.644194 57.856848) + (xy 166.634306 57.857822) + (xy 166.538925 57.886755) + (xy 166.451021 57.933741) + (xy 166.373973 57.996973) + (xy 166.358128 58.01628) + (xy 166.102694 58.271715) + (xy 165.933762 58.102783) + (xy 165.759626 58.276919) + (xy 165.697832 57.9797) + (xy 165.394479 57.860298) + (xy 165.073659 57.802371) + (xy 164.747704 57.808146) + (xy 164.429138 57.877402) + (xy 164.182168 57.9797) + (xy 164.120373 58.276921) + (xy 164.94 59.096547) + (xy 164.954142 59.082405) + (xy 165.317595 59.445858) + (xy 165.303453 59.46) + (xy 165.317595 59.474142) + (xy 164.954142 59.837595) + (xy 164.94 59.823453) + (xy 164.925858 59.837595) + (xy 164.562405 59.474142) + (xy 164.576547 59.46) + (xy 163.923846 58.807299) + (xy 163.8803 58.702168) + (xy 163.802551 58.686003) + (xy 163.756921 58.640373) + (xy 163.67 58.658445) + (xy 163.583079 58.640373) + (xy 163.537449 58.686003) + (xy 163.4597 58.702168) + (xy 163.419726 58.803726) + (xy 162.763453 59.46) + (xy 162.777595 59.474142) + (xy 162.414142 59.837595) + (xy 162.4 59.823453) + (xy 161.580373 60.643079) + (xy 161.642168 60.9403) + (xy 161.824689 61.012142) + (xy 161.672655 61.113727) + (xy 161.513727 61.272655) + (xy 161.388859 61.459534) + (xy 161.302848 61.667183) + (xy 161.259 61.887621) + (xy 161.259 62.112379) + (xy 161.302848 62.332817) + (xy 161.388859 62.540466) + (xy 161.513727 62.727345) + (xy 161.672655 62.886273) + (xy 161.859534 63.011141) + (xy 162.067183 63.097152) + (xy 162.287621 63.141) + (xy 162.512379 63.141) + (xy 162.732817 63.097152) + (xy 162.940466 63.011141) + (xy 163.127345 62.886273) + (xy 163.286273 62.727345) + (xy 163.411141 62.540466) + (xy 163.497152 62.332817) + (xy 163.541 62.112379) + (xy 163.541 61.887621) + (xy 163.497152 61.667183) + (xy 163.482875 61.632716) + (xy 163.929592 61.186) + (xy 164.140382 61.186) + (xy 164.053727 61.272655) + (xy 163.928859 61.459534) + (xy 163.842848 61.667183) + (xy 163.799 61.887621) + (xy 163.799 62.112379) + (xy 163.842848 62.332817) + (xy 163.928859 62.540466) + (xy 164.053727 62.727345) + (xy 164.212655 62.886273) + (xy 164.399534 63.011141) + (xy 164.607183 63.097152) + (xy 164.827621 63.141) + (xy 165.052379 63.141) + (xy 165.272817 63.097152) + (xy 165.480466 63.011141) + (xy 165.667345 62.886273) + (xy 165.826273 62.727345) + (xy 165.951141 62.540466) + (xy 166.037152 62.332817) + (xy 166.081 62.112379) + (xy 166.081 61.887621) + (xy 166.037152 61.667183) + (xy 166.022875 61.632716) + (xy 166.260892 61.3947) + (xy 166.51218 61.3947) + (xy 166.468859 61.459534) + (xy 166.382848 61.667183) + (xy 166.339 61.887621) + (xy 166.339 62.112379) + (xy 166.382848 62.332817) + (xy 166.468859 62.540466) + (xy 166.593727 62.727345) + (xy 166.752655 62.886273) + (xy 166.939534 63.011141) + (xy 167.147183 63.097152) + (xy 167.367621 63.141) + (xy 167.592379 63.141) + (xy 167.812817 63.097152) + (xy 167.847284 63.082875) + (xy 169.145128 64.38072) + (xy 169.160973 64.400027) + (xy 169.238021 64.463259) + (xy 169.318962 64.506523) + (xy 169.325925 64.510245) + (xy 169.421307 64.539178) + (xy 169.5205 64.548948) + (xy 169.545354 64.5465) + (xy 180.990909 64.5465) + (xy 185.097275 68.652867) + (xy 185.058016 68.649) + (xy 184.941984 68.649) + (xy 184.933396 68.649846) + (xy 184.784123 68.500572) + (xy 184.75947 68.470532) + (xy 184.729427 68.445876) + (xy 183.444128 67.160578) + (xy 183.419469 67.130531) + (xy 183.299572 67.032134) + (xy 183.162783 66.959018) + (xy 183.014357 66.913994) + (xy 182.898673 66.9026) + (xy 182.898663 66.9026) + (xy 182.86 66.898792) + (xy 182.821337 66.9026) + (xy 162.428662 66.9026) + (xy 162.389999 66.898792) + (xy 162.351336 66.9026) + (xy 149.43121 66.9026) + (xy 149.629303 66.796717) + (xy 149.809134 66.649134) + (xy 149.956717 66.469303) + (xy 150.066381 66.264136) + (xy 150.133912 66.041516) + (xy 150.156714 65.81) + (xy 150.133912 65.578484) + (xy 150.066381 65.355864) + (xy 149.956717 65.150697) + (xy 149.809134 64.970866) + (xy 149.629303 64.823283) + (xy 149.424136 64.713619) + (xy 149.201516 64.646088) + (xy 149.028016 64.629) + (xy 148.911984 64.629) + (xy 148.738484 64.646088) + (xy 148.515864 64.713619) + (xy 148.310697 64.823283) + (xy 148.146 64.958446) + (xy 148.146 62.578092) + (xy 148.171141 62.540466) + (xy 148.257152 62.332817) + (xy 148.301 62.112379) + (xy 148.301 61.887621) + (xy 148.257152 61.667183) + (xy 148.171141 61.459534) + (xy 148.046273 61.272655) + (xy 147.999618 61.226) + (xy 148.860382 61.226) + (xy 148.813727 61.272655) + (xy 148.688859 61.459534) + (xy 148.602848 61.667183) + (xy 148.559 61.887621) + (xy 148.559 62.112379) + (xy 148.602848 62.332817) + (xy 148.688859 62.540466) + (xy 148.813727 62.727345) + (xy 148.972655 62.886273) + (xy 149.159534 63.011141) + (xy 149.367183 63.097152) + (xy 149.587621 63.141) + (xy 149.812379 63.141) + (xy 150.032817 63.097152) + (xy 150.240466 63.011141) + (xy 150.427345 62.886273) + (xy 150.586273 62.727345) + (xy 150.711141 62.540466) + (xy 150.797152 62.332817) + (xy 150.841 62.112379) + (xy 150.841 61.887621) + (xy 150.797152 61.667183) + (xy 150.711141 61.459534) + (xy 150.586273 61.272655) + (xy 150.539618 61.226) + (xy 151.400382 61.226) + (xy 151.353727 61.272655) + (xy 151.228859 61.459534) + (xy 151.142848 61.667183) + (xy 151.099 61.887621) + (xy 151.099 62.112379) + (xy 151.142848 62.332817) + (xy 151.228859 62.540466) + (xy 151.353727 62.727345) + (xy 151.512655 62.886273) + (xy 151.699534 63.011141) + (xy 151.907183 63.097152) + (xy 152.127621 63.141) + (xy 152.352379 63.141) + (xy 152.572817 63.097152) + (xy 152.780466 63.011141) + (xy 152.967345 62.886273) + (xy 153.126273 62.727345) + (xy 153.251141 62.540466) + (xy 153.337152 62.332817) + (xy 153.381 62.112379) + (xy 153.381 61.887621) + (xy 153.337152 61.667183) + (xy 153.251141 61.459534) + (xy 153.126273 61.272655) + (xy 153.079618 61.226) + (xy 153.940382 61.226) + (xy 153.893727 61.272655) + (xy 153.768859 61.459534) + (xy 153.682848 61.667183) + (xy 153.639 61.887621) + (xy 153.639 62.112379) + (xy 153.682848 62.332817) + (xy 153.768859 62.540466) + (xy 153.893727 62.727345) + (xy 154.052655 62.886273) + (xy 154.239534 63.011141) + (xy 154.447183 63.097152) + (xy 154.667621 63.141) + (xy 154.892379 63.141) + (xy 155.112817 63.097152) + (xy 155.320466 63.011141) + (xy 155.507345 62.886273) + (xy 155.666273 62.727345) + (xy 155.791141 62.540466) + (xy 155.877152 62.332817) + (xy 155.921 62.112379) + (xy 155.921 61.887621) + (xy 155.877152 61.667183) + (xy 155.791141 61.459534) + (xy 155.666273 61.272655) + (xy 155.649565 61.255947) + (xy 155.766991 61.304587) + (xy 155.917878 61.3346) + (xy 156.071722 61.3346) + (xy 156.222609 61.304587) + (xy 156.364742 61.245713) + (xy 156.492659 61.160242) + (xy 156.601442 61.051459) + (xy 156.652071 60.975687) + (xy 156.744689 61.012142) + (xy 156.592655 61.113727) + (xy 156.433727 61.272655) + (xy 156.308859 61.459534) + (xy 156.222848 61.667183) + (xy 156.179 61.887621) + (xy 156.179 62.112379) + (xy 156.222848 62.332817) + (xy 156.308859 62.540466) + (xy 156.433727 62.727345) + (xy 156.592655 62.886273) + (xy 156.779534 63.011141) + (xy 156.987183 63.097152) + (xy 157.207621 63.141) + (xy 157.432379 63.141) + (xy 157.652817 63.097152) + (xy 157.860466 63.011141) + (xy 158.047345 62.886273) + (xy 158.206273 62.727345) + (xy 158.331141 62.540466) + (xy 158.417152 62.332817) + (xy 158.461 62.112379) + (xy 158.461 61.887621) + (xy 158.719 61.887621) + (xy 158.719 62.112379) + (xy 158.762848 62.332817) + (xy 158.848859 62.540466) + (xy 158.973727 62.727345) + (xy 159.132655 62.886273) + (xy 159.319534 63.011141) + (xy 159.527183 63.097152) + (xy 159.747621 63.141) + (xy 159.972379 63.141) + (xy 160.192817 63.097152) + (xy 160.400466 63.011141) + (xy 160.587345 62.886273) + (xy 160.746273 62.727345) + (xy 160.871141 62.540466) + (xy 160.957152 62.332817) + (xy 161.001 62.112379) + (xy 161.001 61.887621) + (xy 160.957152 61.667183) + (xy 160.871141 61.459534) + (xy 160.746273 61.272655) + (xy 160.587345 61.113727) + (xy 160.438786 61.014463) + (xy 160.617832 60.9403) + (xy 160.679627 60.643079) + (xy 159.86 59.823453) + (xy 159.040373 60.643079) + (xy 159.102168 60.9403) + (xy 159.284689 61.012142) + (xy 159.132655 61.113727) + (xy 158.973727 61.272655) + (xy 158.848859 61.459534) + (xy 158.762848 61.667183) + (xy 158.719 61.887621) + (xy 158.461 61.887621) + (xy 158.417152 61.667183) + (xy 158.331141 61.459534) + (xy 158.206273 61.272655) + (xy 158.047345 61.113727) + (xy 157.898786 61.014463) + (xy 158.077832 60.9403) + (xy 158.139627 60.643079) + (xy 157.32 59.823453) + (xy 157.305858 59.837595) + (xy 156.942405 59.474142) + (xy 156.956547 59.46) + (xy 157.683453 59.46) + (xy 158.336154 60.112701) + (xy 158.3797 60.217832) + (xy 158.457449 60.233997) + (xy 158.503079 60.279627) + (xy 158.59 60.261555) + (xy 158.676921 60.279627) + (xy 158.722551 60.233997) + (xy 158.8003 60.217832) + (xy 158.840274 60.116274) + (xy 159.496547 59.46) + (xy 160.223453 59.46) + (xy 160.876154 60.112701) + (xy 160.9197 60.217832) + (xy 160.997449 60.233997) + (xy 161.043079 60.279627) + (xy 161.13 60.261555) + (xy 161.216921 60.279627) + (xy 161.262551 60.233997) + (xy 161.3403 60.217832) + (xy 161.380274 60.116274) + (xy 162.036547 59.46) + (xy 161.383846 58.807299) + (xy 161.3403 58.702168) + (xy 161.262551 58.686003) + (xy 161.216921 58.640373) + (xy 161.13 58.658445) + (xy 161.043079 58.640373) + (xy 160.997449 58.686003) + (xy 160.9197 58.702168) + (xy 160.879726 58.803726) + (xy 160.223453 59.46) + (xy 159.496547 59.46) + (xy 158.843846 58.807299) + (xy 158.8003 58.702168) + (xy 158.722551 58.686003) + (xy 158.676921 58.640373) + (xy 158.59 58.658445) + (xy 158.503079 58.640373) + (xy 158.457449 58.686003) + (xy 158.3797 58.702168) + (xy 158.339726 58.803726) + (xy 157.683453 59.46) + (xy 156.956547 59.46) + (xy 156.303846 58.807299) + (xy 156.2603 58.702168) + (xy 156.182551 58.686003) + (xy 156.136921 58.640373) + (xy 156.05 58.658445) + (xy 155.963079 58.640373) + (xy 155.917449 58.686003) + (xy 155.8397 58.702168) + (xy 155.799726 58.803726) + (xy 155.143453 59.46) + (xy 155.157595 59.474142) + (xy 154.794142 59.837595) + (xy 154.78 59.823453) + (xy 154.765858 59.837595) + (xy 154.402405 59.474142) + (xy 154.416547 59.46) + (xy 153.763846 58.807299) + (xy 153.7203 58.702168) + (xy 153.642551 58.686003) + (xy 153.596921 58.640373) + (xy 153.51 58.658445) + (xy 153.423079 58.640373) + (xy 153.377449 58.686003) + (xy 153.2997 58.702168) + (xy 153.259726 58.803726) + (xy 152.603453 59.46) + (xy 152.617595 59.474142) + (xy 152.254142 59.837595) + (xy 152.24 59.823453) + (xy 152.225858 59.837595) + (xy 151.862405 59.474142) + (xy 151.876547 59.46) + (xy 151.223846 58.807299) + (xy 151.1803 58.702168) + (xy 151.102551 58.686003) + (xy 151.056921 58.640373) + (xy 150.97 58.658445) + (xy 150.883079 58.640373) + (xy 150.837449 58.686003) + (xy 150.7597 58.702168) + (xy 150.719726 58.803726) + (xy 150.063453 59.46) + (xy 150.077595 59.474142) + (xy 149.714142 59.837595) + (xy 149.7 59.823453) + (xy 149.685858 59.837595) + (xy 149.322405 59.474142) + (xy 149.336547 59.46) + (xy 148.683846 58.807299) + (xy 148.6403 58.702168) + (xy 148.562551 58.686003) + (xy 148.516921 58.640373) + (xy 148.43 58.658445) + (xy 148.343079 58.640373) + (xy 148.297449 58.686003) + (xy 148.2197 58.702168) + (xy 148.179726 58.803726) + (xy 147.523453 59.46) + (xy 147.537595 59.474142) + (xy 147.174142 59.837595) + (xy 147.16 59.823453) + (xy 147.145858 59.837595) + (xy 146.782405 59.474142) + (xy 146.796547 59.46) + (xy 146.143846 58.807299) + (xy 146.1003 58.702168) + (xy 146.022551 58.686003) + (xy 145.976921 58.640373) + (xy 145.89 58.658445) + (xy 145.803079 58.640373) + (xy 145.757449 58.686003) + (xy 145.6797 58.702168) + (xy 145.639726 58.803726) + (xy 144.983453 59.46) + (xy 144.997595 59.474142) + (xy 144.634142 59.837595) + (xy 144.62 59.823453) + (xy 144.605858 59.837595) + (xy 144.242405 59.474142) + (xy 144.256547 59.46) + (xy 143.603846 58.807299) + (xy 143.5603 58.702168) + (xy 143.482551 58.686003) + (xy 143.436921 58.640373) + (xy 143.35 58.658445) + (xy 143.263079 58.640373) + (xy 143.217449 58.686003) + (xy 143.1397 58.702168) + (xy 143.099726 58.803726) + (xy 142.443453 59.46) + (xy 143.096154 60.112701) + (xy 143.1397 60.217832) + (xy 143.217449 60.233997) + (xy 143.263079 60.279627) + (xy 143.35 60.261555) + (xy 143.436919 60.279626) + (xy 143.262783 60.453762) + (xy 143.426715 60.617694) + (xy 143.01978 61.024629) + (xy 143.000474 61.040473) + (xy 142.937242 61.117521) + (xy 142.923752 61.142759) + (xy 142.893316 61.199698) + (xy 142.807345 61.113727) + (xy 142.658786 61.014463) + (xy 142.837832 60.9403) + (xy 142.899627 60.643079) + (xy 142.08 59.823453) + (xy 141.260373 60.643079) + (xy 141.322168 60.9403) + (xy 141.504689 61.012142) + (xy 141.352655 61.113727) + (xy 141.193727 61.272655) + (xy 141.068859 61.459534) + (xy 140.982848 61.667183) + (xy 140.939 61.887621) + (xy 140.939 62.112379) + (xy 140.982848 62.332817) + (xy 141.068859 62.540466) + (xy 141.193727 62.727345) + (xy 141.352655 62.886273) + (xy 141.539534 63.011141) + (xy 141.574 63.025417) + (xy 141.574 63.745108) + (xy 141.00978 64.309329) + (xy 140.990474 64.325173) + (xy 140.927242 64.402221) + (xy 140.902127 64.449208) + (xy 140.880255 64.490126) + (xy 140.851322 64.585508) + (xy 140.841553 64.6847) + (xy 140.844001 64.709556) + (xy 140.844001 64.74134) + (xy 140.690697 64.823283) + (xy 140.510866 64.970866) + (xy 140.363283 65.150697) + (xy 140.253619 65.355864) + (xy 140.186088 65.578484) + (xy 140.181783 65.622192) + (xy 140.029376 65.469785) + (xy 140.013527 65.450473) + (xy 139.936479 65.387241) + (xy 139.911916 65.374112) + (xy 139.906381 65.355864) + (xy 139.796717 65.150697) + (xy 139.649134 64.970866) + (xy 139.469303 64.823283) + (xy 139.264136 64.713619) + (xy 139.041516 64.646088) + (xy 138.868016 64.629) + (xy 138.751984 64.629) + (xy 138.578484 64.646088) + (xy 138.355864 64.713619) + (xy 138.150697 64.823283) + (xy 137.970866 64.970866) + (xy 137.823283 65.150697) + (xy 137.713619 65.355864) + (xy 137.646088 65.578484) + (xy 137.623286 65.81) + (xy 137.646088 66.041516) + (xy 137.659596 66.086045) + (xy 137.452843 65.879292) + (xy 137.452843 65.01) + (xy 137.445487 64.935311) + (xy 137.423701 64.863492) + (xy 137.388322 64.797304) + (xy 137.340711 64.739289) + (xy 137.282696 64.691678) + (xy 137.216508 64.656299) + (xy 137.144689 64.634513) + (xy 137.07 64.627157) + (xy 135.47 64.627157) + (xy 135.395311 64.634513) + (xy 135.323492 64.656299) + (xy 135.257304 64.691678) + (xy 135.199289 64.739289) + (xy 135.151678 64.797304) + (xy 135.116299 64.863492) + (xy 135.094513 64.935311) + (xy 135.087157 65.01) + (xy 135.087157 65.0226) + (xy 134.695662 65.0226) + (xy 134.656999 65.018792) + (xy 134.618336 65.0226) + (xy 134.618327 65.0226) + (xy 134.502643 65.033994) + (xy 134.354217 65.079018) + (xy 134.217428 65.152134) + (xy 134.217426 65.152135) + (xy 134.217427 65.152135) + (xy 134.127569 65.225879) + (xy 134.127567 65.225881) + (xy 134.097531 65.250531) + (xy 134.072881 65.280567) + (xy 133.28085 66.0726) + (xy 129.826056 66.0726) + (xy 129.721953 65.968497) + (xy 130.023203 65.901736) + (xy 130.146636 65.591504) + (xy 130.207174 65.263152) + (xy 130.202491 64.929299) + (xy 130.132767 64.602775) + (xy 130.023203 64.338264) + (xy 129.721953 64.271503) + (xy 129.777256 64.2162) + (xy 135.264954 64.2162) + (xy 135.2898 64.218647) + (xy 135.314646 64.2162) + (xy 135.314654 64.2162) + (xy 135.388993 64.208878) + (xy 135.484375 64.179945) + (xy 135.572279 64.132959) + (xy 135.649327 64.069727) + (xy 135.665176 64.050415) + (xy 136.632716 63.082875) + (xy 136.667183 63.097152) + (xy 136.887621 63.141) + (xy 137.112379 63.141) + (xy 137.332817 63.097152) + (xy 137.540466 63.011141) + (xy 137.727345 62.886273) + (xy 137.886273 62.727345) + (xy 138.011141 62.540466) + (xy 138.097152 62.332817) + (xy 138.141 62.112379) + (xy 138.141 61.887621) + (xy 138.399 61.887621) + (xy 138.399 62.112379) + (xy 138.442848 62.332817) + (xy 138.528859 62.540466) + (xy 138.653727 62.727345) + (xy 138.812655 62.886273) + (xy 138.999534 63.011141) + (xy 139.207183 63.097152) + (xy 139.427621 63.141) + (xy 139.652379 63.141) + (xy 139.872817 63.097152) + (xy 140.080466 63.011141) + (xy 140.267345 62.886273) + (xy 140.426273 62.727345) + (xy 140.551141 62.540466) + (xy 140.637152 62.332817) + (xy 140.681 62.112379) + (xy 140.681 61.887621) + (xy 140.637152 61.667183) + (xy 140.551141 61.459534) + (xy 140.426273 61.272655) + (xy 140.267345 61.113727) + (xy 140.118786 61.014463) + (xy 140.297832 60.9403) + (xy 140.359627 60.643079) + (xy 139.54 59.823453) + (xy 138.720373 60.643079) + (xy 138.782168 60.9403) + (xy 138.964689 61.012142) + (xy 138.812655 61.113727) + (xy 138.653727 61.272655) + (xy 138.528859 61.459534) + (xy 138.442848 61.667183) + (xy 138.399 61.887621) + (xy 138.141 61.887621) + (xy 138.097152 61.667183) + (xy 138.011141 61.459534) + (xy 137.886273 61.272655) + (xy 137.727345 61.113727) + (xy 137.578786 61.014463) + (xy 137.757832 60.9403) + (xy 137.819627 60.643079) + (xy 137 59.823453) + (xy 136.180373 60.643079) + (xy 136.242168 60.9403) + (xy 136.424689 61.012142) + (xy 136.272655 61.113727) + (xy 136.113727 61.272655) + (xy 135.988859 61.459534) + (xy 135.902848 61.667183) + (xy 135.859 61.887621) + (xy 135.859 62.112379) + (xy 135.902848 62.332817) + (xy 135.917125 62.367284) + (xy 135.080209 63.2042) + (xy 115.750197 63.2042) + (xy 115.813546 63.085682) + (xy 115.875358 62.881913) + (xy 115.89623 62.67) + (xy 115.875358 62.458087) + (xy 115.813546 62.254318) + (xy 115.713167 62.066523) + (xy 115.578081 61.901919) + (xy 115.413477 61.766833) + (xy 115.225682 61.666454) + (xy 115.021913 61.604642) + (xy 114.8631 61.589) + (xy 114.7569 61.589) + (xy 114.598087 61.604642) + (xy 114.394318 61.666454) + (xy 114.206523 61.766833) + (xy 114.041919 61.901919) + (xy 113.906833 62.066523) + (xy 113.806454 62.254318) + (xy 113.744642 62.458087) + (xy 113.72377 62.67) + (xy 113.744642 62.881913) + (xy 113.806454 63.085682) + (xy 113.869803 63.2042) + (xy 112.974645 63.2042) + (xy 112.949799 63.201753) + (xy 112.924953 63.2042) + (xy 112.924946 63.2042) + (xy 112.850607 63.211522) + (xy 112.755225 63.240455) + (xy 112.667321 63.287441) + (xy 112.590273 63.350673) + (xy 112.574429 63.369979) + (xy 110.791 65.153408) + (xy 110.791 65.003531) + (xy 110.749457 64.794684) + (xy 110.667969 64.597955) + (xy 110.549667 64.420903) + (xy 110.399097 64.270333) + (xy 110.222045 64.152031) + (xy 110.025316 64.070543) + (xy 109.816469 64.029) + (xy 109.603531 64.029) + (xy 109.394684 64.070543) + (xy 109.388639 64.073047) + (xy 108.033 62.717409) + (xy 108.033 62.563531) + (xy 108.649 62.563531) + (xy 108.649 62.776469) + (xy 108.690543 62.985316) + (xy 108.772031 63.182045) + (xy 108.890333 63.359097) + (xy 109.040903 63.509667) + (xy 109.217955 63.627969) + (xy 109.414684 63.709457) + (xy 109.623531 63.751) + (xy 109.836469 63.751) + (xy 110.045316 63.709457) + (xy 110.242045 63.627969) + (xy 110.419097 63.509667) + (xy 110.569667 63.359097) + (xy 110.687969 63.182045) + (xy 110.769457 62.985316) + (xy 110.811 62.776469) + (xy 110.811 62.563531) + (xy 110.769457 62.354684) + (xy 110.687969 62.157955) + (xy 110.569667 61.980903) + (xy 110.419097 61.830333) + (xy 110.242045 61.712031) + (xy 110.045316 61.630543) + (xy 109.836469 61.589) + (xy 109.623531 61.589) + (xy 109.414684 61.630543) + (xy 109.217955 61.712031) + (xy 109.040903 61.830333) + (xy 108.890333 61.980903) + (xy 108.772031 62.157955) + (xy 108.690543 62.354684) + (xy 108.649 62.563531) + (xy 108.033 62.563531) + (xy 108.033 60.032275) + (xy 129.254 60.032275) + (xy 129.254 60.407725) + (xy 129.327247 60.77596) + (xy 129.470925 61.122829) + (xy 129.679513 61.435004) + (xy 129.944996 61.700487) + (xy 130.257171 61.909075) + (xy 130.60404 62.052753) + (xy 130.972275 62.126) + (xy 131.347725 62.126) + (xy 131.71596 62.052753) + (xy 132.062829 61.909075) + (xy 132.375004 61.700487) + (xy 132.640487 61.435004) + (xy 132.849075 61.122829) + (xy 132.992753 60.77596) + (xy 133.066 60.407725) + (xy 133.066 60.032275) + (xy 132.992753 59.66404) + (xy 132.852874 59.326341) + (xy 135.342371 59.326341) + (xy 135.348146 59.652296) + (xy 135.417402 59.970862) + (xy 135.5197 60.217832) + (xy 135.816921 60.279627) + (xy 136.636547 59.46) + (xy 137.363453 59.46) + (xy 138.016154 60.112701) + (xy 138.0597 60.217832) + (xy 138.137449 60.233997) + (xy 138.183079 60.279627) + (xy 138.27 60.261555) + (xy 138.356921 60.279627) + (xy 138.402551 60.233997) + (xy 138.4803 60.217832) + (xy 138.520274 60.116274) + (xy 139.176547 59.46) + (xy 139.903453 59.46) + (xy 140.556154 60.112701) + (xy 140.5997 60.217832) + (xy 140.677449 60.233997) + (xy 140.723079 60.279627) + (xy 140.81 60.261555) + (xy 140.896921 60.279627) + (xy 140.942551 60.233997) + (xy 141.0203 60.217832) + (xy 141.060274 60.116274) + (xy 141.716547 59.46) + (xy 141.063846 58.807299) + (xy 141.0203 58.702168) + (xy 140.942551 58.686003) + (xy 140.896921 58.640373) + (xy 140.81 58.658445) + (xy 140.723079 58.640373) + (xy 140.677449 58.686003) + (xy 140.5997 58.702168) + (xy 140.559726 58.803726) + (xy 139.903453 59.46) + (xy 139.176547 59.46) + (xy 138.523846 58.807299) + (xy 138.4803 58.702168) + (xy 138.402551 58.686003) + (xy 138.356921 58.640373) + (xy 138.27 58.658445) + (xy 138.183079 58.640373) + (xy 138.137449 58.686003) + (xy 138.0597 58.702168) + (xy 138.019726 58.803726) + (xy 137.363453 59.46) + (xy 136.636547 59.46) + (xy 135.816921 58.640373) + (xy 135.5197 58.702168) + (xy 135.400298 59.005521) + (xy 135.342371 59.326341) + (xy 132.852874 59.326341) + (xy 132.849075 59.317171) + (xy 132.640487 59.004996) + (xy 132.375004 58.739513) + (xy 132.062829 58.530925) + (xy 131.71596 58.387247) + (xy 131.347725 58.314) + (xy 130.972275 58.314) + (xy 130.60404 58.387247) + (xy 130.257171 58.530925) + (xy 129.944996 58.739513) + (xy 129.679513 59.004996) + (xy 129.470925 59.317171) + (xy 129.327247 59.66404) + (xy 129.254 60.032275) + (xy 108.033 60.032275) + (xy 108.033 58.276921) + (xy 136.180373 58.276921) + (xy 137 59.096547) + (xy 137.819627 58.276921) + (xy 138.720373 58.276921) + (xy 139.54 59.096547) + (xy 140.359627 58.276921) + (xy 141.260373 58.276921) + (xy 142.08 59.096547) + (xy 142.899627 58.276921) + (xy 143.800373 58.276921) + (xy 144.62 59.096547) + (xy 145.439627 58.276921) + (xy 146.340373 58.276921) + (xy 147.16 59.096547) + (xy 147.979627 58.276921) + (xy 148.880373 58.276921) + (xy 149.7 59.096547) + (xy 150.519627 58.276921) + (xy 151.420373 58.276921) + (xy 152.24 59.096547) + (xy 153.059627 58.276921) + (xy 153.960373 58.276921) + (xy 154.78 59.096547) + (xy 155.599627 58.276921) + (xy 156.500373 58.276921) + (xy 157.32 59.096547) + (xy 158.139627 58.276921) + (xy 159.040373 58.276921) + (xy 159.86 59.096547) + (xy 160.679627 58.276921) + (xy 161.580373 58.276921) + (xy 162.4 59.096547) + (xy 163.219627 58.276921) + (xy 163.157832 57.9797) + (xy 162.854479 57.860298) + (xy 162.533659 57.802371) + (xy 162.207704 57.808146) + (xy 161.889138 57.877402) + (xy 161.642168 57.9797) + (xy 161.580373 58.276921) + (xy 160.679627 58.276921) + (xy 160.617832 57.9797) + (xy 160.314479 57.860298) + (xy 159.993659 57.802371) + (xy 159.667704 57.808146) + (xy 159.349138 57.877402) + (xy 159.102168 57.9797) + (xy 159.040373 58.276921) + (xy 158.139627 58.276921) + (xy 158.077832 57.9797) + (xy 157.774479 57.860298) + (xy 157.453659 57.802371) + (xy 157.127704 57.808146) + (xy 156.809138 57.877402) + (xy 156.562168 57.9797) + (xy 156.500373 58.276921) + (xy 155.599627 58.276921) + (xy 155.537832 57.9797) + (xy 155.234479 57.860298) + (xy 154.913659 57.802371) + (xy 154.587704 57.808146) + (xy 154.269138 57.877402) + (xy 154.022168 57.9797) + (xy 153.960373 58.276921) + (xy 153.059627 58.276921) + (xy 152.997832 57.9797) + (xy 152.694479 57.860298) + (xy 152.373659 57.802371) + (xy 152.047704 57.808146) + (xy 151.729138 57.877402) + (xy 151.482168 57.9797) + (xy 151.420373 58.276921) + (xy 150.519627 58.276921) + (xy 150.457832 57.9797) + (xy 150.154479 57.860298) + (xy 149.833659 57.802371) + (xy 149.507704 57.808146) + (xy 149.189138 57.877402) + (xy 148.942168 57.9797) + (xy 148.880373 58.276921) + (xy 147.979627 58.276921) + (xy 147.917832 57.9797) + (xy 147.614479 57.860298) + (xy 147.293659 57.802371) + (xy 146.967704 57.808146) + (xy 146.649138 57.877402) + (xy 146.402168 57.9797) + (xy 146.340373 58.276921) + (xy 145.439627 58.276921) + (xy 145.377832 57.9797) + (xy 145.074479 57.860298) + (xy 144.753659 57.802371) + (xy 144.427704 57.808146) + (xy 144.109138 57.877402) + (xy 143.862168 57.9797) + (xy 143.800373 58.276921) + (xy 142.899627 58.276921) + (xy 142.837832 57.9797) + (xy 142.534479 57.860298) + (xy 142.213659 57.802371) + (xy 141.887704 57.808146) + (xy 141.569138 57.877402) + (xy 141.322168 57.9797) + (xy 141.260373 58.276921) + (xy 140.359627 58.276921) + (xy 140.297832 57.9797) + (xy 139.994479 57.860298) + (xy 139.673659 57.802371) + (xy 139.347704 57.808146) + (xy 139.029138 57.877402) + (xy 138.782168 57.9797) + (xy 138.720373 58.276921) + (xy 137.819627 58.276921) + (xy 137.757832 57.9797) + (xy 137.454479 57.860298) + (xy 137.133659 57.802371) + (xy 136.807704 57.808146) + (xy 136.489138 57.877402) + (xy 136.242168 57.9797) + (xy 136.180373 58.276921) + (xy 108.033 58.276921) + (xy 108.033 54.551854) + (xy 108.035448 54.527) + (xy 108.025678 54.427807) + (xy 107.996745 54.332425) + (xy 107.949759 54.244521) + (xy 107.886527 54.167473) + (xy 107.86722 54.151628) + (xy 106.675221 52.95963) + (xy 106.687536 52.9299) + (xy 106.731 52.711394) + (xy 106.731 52.488606) + (xy 106.687536 52.2701) + (xy 106.602279 52.064271) + (xy 106.478505 51.87903) + (xy 106.32097 51.721495) + (xy 106.135729 51.597721) + (xy 105.9299 51.512464) + (xy 105.711394 51.469) + (xy 105.488606 51.469) + (xy 105.2701 51.512464) + (xy 105.064271 51.597721) + (xy 104.87903 51.721495) + (xy 104.721495 51.87903) + (xy 104.597721 52.064271) + (xy 104.512464 52.2701) + (xy 104.469 52.488606) + (xy 104.469 52.711394) + (xy 104.512464 52.9299) + (xy 104.597721 53.135729) + (xy 104.721495 53.32097) + (xy 104.87903 53.478505) + (xy 105.064271 53.602279) + (xy 105.2701 53.687536) + (xy 105.488606 53.731) + (xy 105.711394 53.731) + (xy 105.9299 53.687536) + (xy 105.95963 53.675221) + (xy 107.021001 54.736593) + (xy 107.021 62.902154) + (xy 107.018553 62.927) + (xy 107.021 62.951846) + (xy 107.021 62.951853) + (xy 107.028322 63.026192) + (xy 107.057255 63.121574) + (xy 107.104241 63.209479) + (xy 107.167473 63.286527) + (xy 107.186785 63.302376) + (xy 108.673047 64.788639) + (xy 108.670543 64.794684) + (xy 108.629 65.003531) + (xy 108.629 65.216469) + (xy 108.670543 65.425316) + (xy 108.752031 65.622045) + (xy 108.870333 65.799097) + (xy 109.020903 65.949667) + (xy 109.197955 66.067969) + (xy 109.394684 66.149457) + (xy 109.603531 66.191) + (xy 109.753409 66.191) + (xy 109.231116 66.713294) + (xy 109.062183 66.544361) + (xy 108.888497 66.718047) + (xy 108.821736 66.416797) + (xy 108.511504 66.293364) + (xy 108.183152 66.232826) + (xy 107.849299 66.237509) + (xy 107.522775 66.307233) + (xy 107.258264 66.416797) + (xy 107.191502 66.718049) + (xy 108.04 67.566547) + (xy 108.054142 67.552405) + (xy 108.417595 67.915858) + (xy 108.403453 67.93) + (xy 108.417595 67.944142) + (xy 108.054142 68.307595) + (xy 108.04 68.293453) + (xy 107.191502 69.141951) + (xy 107.258264 69.443203) + (xy 107.568496 69.566636) + (xy 107.896848 69.627174) + (xy 108.230701 69.622491) + (xy 108.557225 69.552767) + (xy 108.764 69.467118) + (xy 108.764001 103.319844) + (xy 108.761553 103.3447) + (xy 108.771322 103.443892) + (xy 108.800255 103.539274) + (xy 108.818788 103.573946) + (xy 108.847242 103.627179) + (xy 108.910474 103.704227) + (xy 108.929781 103.720072) + (xy 113.026865 107.817157) + (xy 113 107.817157) + (xy 112.925311 107.824513) + (xy 112.853492 107.846299) + (xy 112.787304 107.881678) + (xy 112.729289 107.929289) + (xy 112.681678 107.987304) + (xy 112.646299 108.053492) + (xy 112.624513 108.125311) + (xy 112.617157 108.2) + (xy 112.617157 109.8) + (xy 112.624513 109.874689) + (xy 112.646299 109.946508) + (xy 112.681678 110.012696) + (xy 112.729289 110.070711) + (xy 112.787304 110.118322) + (xy 112.853492 110.153701) + (xy 112.925311 110.175487) + (xy 113 110.182843) + (xy 114.6 110.182843) + (xy 114.674689 110.175487) + (xy 114.746508 110.153701) + (xy 114.812696 110.118322) + (xy 114.870711 110.070711) + (xy 114.918322 110.012696) + (xy 114.938241 109.975432) + (xy 130.497228 125.53442) + (xy 130.513073 125.553727) + (xy 130.590121 125.616959) + (xy 130.670285 125.659808) + (xy 130.678025 125.663945) + (xy 130.773407 125.692878) + (xy 130.8726 125.702648) + (xy 130.897454 125.7002) + (xy 135.990954 125.7002) + (xy 136.0158 125.702647) + (xy 136.040646 125.7002) + (xy 136.040654 125.7002) + (xy 136.114993 125.692878) + (xy 136.210375 125.663945) + (xy 136.298279 125.616959) + (xy 136.375327 125.553727) + (xy 136.391176 125.534415) + (xy 136.660215 125.265376) + (xy 136.679527 125.249527) + (xy 136.742759 125.172479) + (xy 136.789745 125.084575) + (xy 136.818678 124.989193) + (xy 136.823542 124.939811) + (xy 136.880697 124.986717) + (xy 137.085864 125.096381) + (xy 137.308484 125.163912) + (xy 137.481984 125.181) + (xy 137.598016 125.181) + (xy 137.771516 125.163912) + (xy 137.994136 125.096381) + (xy 138.199303 124.986717) + (xy 138.379134 124.839134) + (xy 138.526717 124.659303) + (xy 138.636381 124.454136) + (xy 138.703912 124.231516) + (xy 138.726714 124) + (xy 138.893286 124) + (xy 138.916088 124.231516) + (xy 138.983619 124.454136) + (xy 139.093283 124.659303) + (xy 139.240866 124.839134) + (xy 139.420697 124.986717) + (xy 139.625864 125.096381) + (xy 139.848484 125.163912) + (xy 140.021984 125.181) + (xy 140.138016 125.181) + (xy 140.311516 125.163912) + (xy 140.534136 125.096381) + (xy 140.739303 124.986717) + (xy 140.919134 124.839134) + (xy 141.066717 124.659303) + (xy 141.176381 124.454136) + (xy 141.243912 124.231516) + (xy 141.266714 124) + (xy 141.433286 124) + (xy 141.456088 124.231516) + (xy 141.523619 124.454136) + (xy 141.633283 124.659303) + (xy 141.780866 124.839134) + (xy 141.960697 124.986717) + (xy 142.165864 125.096381) + (xy 142.388484 125.163912) + (xy 142.561984 125.181) + (xy 142.678016 125.181) + (xy 142.851516 125.163912) + (xy 143.074136 125.096381) + (xy 143.279303 124.986717) + (xy 143.459134 124.839134) + (xy 143.606717 124.659303) + (xy 143.716381 124.454136) + (xy 143.783912 124.231516) + (xy 143.806714 124) + (xy 143.973286 124) + (xy 143.996088 124.231516) + (xy 144.063619 124.454136) + (xy 144.173283 124.659303) + (xy 144.320866 124.839134) + (xy 144.500697 124.986717) + (xy 144.705864 125.096381) + (xy 144.928484 125.163912) + (xy 145.101984 125.181) + (xy 145.218016 125.181) + (xy 145.391516 125.163912) + (xy 145.614136 125.096381) + (xy 145.819303 124.986717) + (xy 145.999134 124.839134) + (xy 146.146717 124.659303) + (xy 146.256381 124.454136) + (xy 146.323912 124.231516) + (xy 146.346714 124) + (xy 146.513286 124) + (xy 146.536088 124.231516) + (xy 146.603619 124.454136) + (xy 146.713283 124.659303) + (xy 146.860866 124.839134) + (xy 147.040697 124.986717) + (xy 147.245864 125.096381) + (xy 147.468484 125.163912) + (xy 147.641984 125.181) + (xy 147.758016 125.181) + (xy 147.931516 125.163912) + (xy 148.154136 125.096381) + (xy 148.359303 124.986717) + (xy 148.539134 124.839134) + (xy 148.686717 124.659303) + (xy 148.796381 124.454136) + (xy 148.863912 124.231516) + (xy 148.886714 124) + (xy 149.053286 124) + (xy 149.076088 124.231516) + (xy 149.143619 124.454136) + (xy 149.253283 124.659303) + (xy 149.400866 124.839134) + (xy 149.580697 124.986717) + (xy 149.785864 125.096381) + (xy 150.008484 125.163912) + (xy 150.181984 125.181) + (xy 150.298016 125.181) + (xy 150.471516 125.163912) + (xy 150.694136 125.096381) + (xy 150.899303 124.986717) + (xy 151.079134 124.839134) + (xy 151.226717 124.659303) + (xy 151.336381 124.454136) + (xy 151.403912 124.231516) + (xy 151.426714 124) + (xy 151.593286 124) + (xy 151.616088 124.231516) + (xy 151.683619 124.454136) + (xy 151.793283 124.659303) + (xy 151.940866 124.839134) + (xy 152.120697 124.986717) + (xy 152.325864 125.096381) + (xy 152.548484 125.163912) + (xy 152.721984 125.181) + (xy 152.838016 125.181) + (xy 153.011516 125.163912) + (xy 153.234136 125.096381) + (xy 153.439303 124.986717) + (xy 153.619134 124.839134) + (xy 153.766717 124.659303) + (xy 153.876381 124.454136) + (xy 153.943912 124.231516) + (xy 153.966714 124) + (xy 154.133286 124) + (xy 154.156088 124.231516) + (xy 154.223619 124.454136) + (xy 154.333283 124.659303) + (xy 154.480866 124.839134) + (xy 154.660697 124.986717) + (xy 154.865864 125.096381) + (xy 155.088484 125.163912) + (xy 155.261984 125.181) + (xy 155.378016 125.181) + (xy 155.551516 125.163912) + (xy 155.774136 125.096381) + (xy 155.979303 124.986717) + (xy 156.159134 124.839134) + (xy 156.306717 124.659303) + (xy 156.307041 124.658697) + (xy 156.377095 124.821004) + (xy 156.565759 125.094529) + (xy 156.804159 125.325992) + (xy 157.083135 125.506498) + (xy 157.344073 125.614572) + (xy 157.603 125.44863) + (xy 157.603 124.257) + (xy 158.117 124.257) + (xy 158.117 125.44863) + (xy 158.375927 125.614572) + (xy 158.636865 125.506498) + (xy 158.915841 125.325992) + (xy 159.154241 125.094529) + (xy 159.342905 124.821004) + (xy 159.474581 124.515928) + (xy 159.311662 124.257) + (xy 158.117 124.257) + (xy 157.603 124.257) + (xy 157.583 124.257) + (xy 157.583 123.743) + (xy 157.603 123.743) + (xy 157.603 122.55137) + (xy 158.117 122.55137) + (xy 158.117 123.743) + (xy 159.311662 123.743) + (xy 159.474581 123.484072) + (xy 159.342905 123.178996) + (xy 159.154241 122.905471) + (xy 158.915841 122.674008) + (xy 158.636865 122.493502) + (xy 158.375927 122.385428) + (xy 158.117 122.55137) + (xy 157.603 122.55137) + (xy 157.344073 122.385428) + (xy 157.083135 122.493502) + (xy 156.804159 122.674008) + (xy 156.565759 122.905471) + (xy 156.377095 123.178996) + (xy 156.307041 123.341303) + (xy 156.306717 123.340697) + (xy 156.159134 123.160866) + (xy 155.979303 123.013283) + (xy 155.774136 122.903619) + (xy 155.551516 122.836088) + (xy 155.378016 122.819) + (xy 155.261984 122.819) + (xy 155.088484 122.836088) + (xy 154.865864 122.903619) + (xy 154.660697 123.013283) + (xy 154.480866 123.160866) + (xy 154.333283 123.340697) + (xy 154.223619 123.545864) + (xy 154.156088 123.768484) + (xy 154.133286 124) + (xy 153.966714 124) + (xy 153.943912 123.768484) + (xy 153.876381 123.545864) + (xy 153.766717 123.340697) + (xy 153.619134 123.160866) + (xy 153.439303 123.013283) + (xy 153.234136 122.903619) + (xy 153.011516 122.836088) + (xy 152.838016 122.819) + (xy 152.721984 122.819) + (xy 152.548484 122.836088) + (xy 152.325864 122.903619) + (xy 152.120697 123.013283) + (xy 151.940866 123.160866) + (xy 151.793283 123.340697) + (xy 151.683619 123.545864) + (xy 151.616088 123.768484) + (xy 151.593286 124) + (xy 151.426714 124) + (xy 151.403912 123.768484) + (xy 151.336381 123.545864) + (xy 151.226717 123.340697) + (xy 151.079134 123.160866) + (xy 150.899303 123.013283) + (xy 150.694136 122.903619) + (xy 150.471516 122.836088) + (xy 150.298016 122.819) + (xy 150.181984 122.819) + (xy 150.008484 122.836088) + (xy 149.785864 122.903619) + (xy 149.580697 123.013283) + (xy 149.400866 123.160866) + (xy 149.253283 123.340697) + (xy 149.143619 123.545864) + (xy 149.076088 123.768484) + (xy 149.053286 124) + (xy 148.886714 124) + (xy 148.863912 123.768484) + (xy 148.796381 123.545864) + (xy 148.686717 123.340697) + (xy 148.539134 123.160866) + (xy 148.359303 123.013283) + (xy 148.154136 122.903619) + (xy 147.931516 122.836088) + (xy 147.758016 122.819) + (xy 147.641984 122.819) + (xy 147.468484 122.836088) + (xy 147.245864 122.903619) + (xy 147.040697 123.013283) + (xy 146.860866 123.160866) + (xy 146.713283 123.340697) + (xy 146.603619 123.545864) + (xy 146.536088 123.768484) + (xy 146.513286 124) + (xy 146.346714 124) + (xy 146.323912 123.768484) + (xy 146.256381 123.545864) + (xy 146.146717 123.340697) + (xy 145.999134 123.160866) + (xy 145.819303 123.013283) + (xy 145.614136 122.903619) + (xy 145.391516 122.836088) + (xy 145.218016 122.819) + (xy 145.101984 122.819) + (xy 144.928484 122.836088) + (xy 144.705864 122.903619) + (xy 144.500697 123.013283) + (xy 144.320866 123.160866) + (xy 144.173283 123.340697) + (xy 144.063619 123.545864) + (xy 143.996088 123.768484) + (xy 143.973286 124) + (xy 143.806714 124) + (xy 143.783912 123.768484) + (xy 143.716381 123.545864) + (xy 143.606717 123.340697) + (xy 143.459134 123.160866) + (xy 143.279303 123.013283) + (xy 143.074136 122.903619) + (xy 142.851516 122.836088) + (xy 142.678016 122.819) + (xy 142.561984 122.819) + (xy 142.388484 122.836088) + (xy 142.165864 122.903619) + (xy 141.960697 123.013283) + (xy 141.780866 123.160866) + (xy 141.633283 123.340697) + (xy 141.523619 123.545864) + (xy 141.456088 123.768484) + (xy 141.433286 124) + (xy 141.266714 124) + (xy 141.243912 123.768484) + (xy 141.176381 123.545864) + (xy 141.066717 123.340697) + (xy 140.919134 123.160866) + (xy 140.739303 123.013283) + (xy 140.534136 122.903619) + (xy 140.311516 122.836088) + (xy 140.138016 122.819) + (xy 140.021984 122.819) + (xy 139.848484 122.836088) + (xy 139.625864 122.903619) + (xy 139.420697 123.013283) + (xy 139.240866 123.160866) + (xy 139.093283 123.340697) + (xy 138.983619 123.545864) + (xy 138.916088 123.768484) + (xy 138.893286 124) + (xy 138.726714 124) + (xy 138.703912 123.768484) + (xy 138.636381 123.545864) + (xy 138.526717 123.340697) + (xy 138.379134 123.160866) + (xy 138.199303 123.013283) + (xy 137.994136 122.903619) + (xy 137.771516 122.836088) + (xy 137.727808 122.831783) + (xy 142.96022 117.599372) + (xy 142.979527 117.583527) + (xy 143.042759 117.506479) + (xy 143.055888 117.481916) + (xy 143.074136 117.476381) + (xy 143.279303 117.366717) + (xy 143.459134 117.219134) + (xy 143.606717 117.039303) + (xy 143.716381 116.834136) + (xy 143.783912 116.611516) + (xy 143.806714 116.38) + (xy 143.783912 116.148484) + (xy 143.716381 115.925864) + (xy 143.606717 115.720697) + (xy 143.459134 115.540866) + (xy 143.279303 115.393283) + (xy 143.074136 115.283619) + (xy 142.954738 115.2474) + (xy 144.825262 115.2474) + (xy 144.705864 115.283619) + (xy 144.500697 115.393283) + (xy 144.320866 115.540866) + (xy 144.173283 115.720697) + (xy 144.063619 115.925864) + (xy 143.996088 116.148484) + (xy 143.973286 116.38) + (xy 143.996088 116.611516) + (xy 144.063619 116.834136) + (xy 144.173283 117.039303) + (xy 144.320866 117.219134) + (xy 144.500697 117.366717) + (xy 144.705864 117.476381) + (xy 144.928484 117.543912) + (xy 145.101984 117.561) + (xy 145.218016 117.561) + (xy 145.391516 117.543912) + (xy 145.614136 117.476381) + (xy 145.819303 117.366717) + (xy 145.999134 117.219134) + (xy 146.146717 117.039303) + (xy 146.256381 116.834136) + (xy 146.323912 116.611516) + (xy 146.346714 116.38) + (xy 146.323912 116.148484) + (xy 146.256381 115.925864) + (xy 146.146717 115.720697) + (xy 145.999134 115.540866) + (xy 145.819303 115.393283) + (xy 145.614136 115.283619) + (xy 145.494738 115.2474) + (xy 147.365262 115.2474) + (xy 147.245864 115.283619) + (xy 147.040697 115.393283) + (xy 146.860866 115.540866) + (xy 146.713283 115.720697) + (xy 146.603619 115.925864) + (xy 146.536088 116.148484) + (xy 146.513286 116.38) + (xy 146.536088 116.611516) + (xy 146.603619 116.834136) + (xy 146.713283 117.039303) + (xy 146.860866 117.219134) + (xy 147.040697 117.366717) + (xy 147.245864 117.476381) + (xy 147.468484 117.543912) + (xy 147.641984 117.561) + (xy 147.758016 117.561) + (xy 147.931516 117.543912) + (xy 148.154136 117.476381) + (xy 148.359303 117.366717) + (xy 148.539134 117.219134) + (xy 148.686717 117.039303) + (xy 148.796381 116.834136) + (xy 148.863912 116.611516) + (xy 148.886714 116.38) + (xy 148.863912 116.148484) + (xy 148.796381 115.925864) + (xy 148.686717 115.720697) + (xy 148.539134 115.540866) + (xy 148.359303 115.393283) + (xy 148.154136 115.283619) + (xy 148.034738 115.2474) + (xy 149.905262 115.2474) + (xy 149.785864 115.283619) + (xy 149.580697 115.393283) + (xy 149.400866 115.540866) + (xy 149.253283 115.720697) + (xy 149.143619 115.925864) + (xy 149.076088 116.148484) + (xy 149.053286 116.38) + (xy 149.076088 116.611516) + (xy 149.143619 116.834136) + (xy 149.253283 117.039303) + (xy 149.400866 117.219134) + (xy 149.580697 117.366717) + (xy 149.785864 117.476381) + (xy 150.008484 117.543912) + (xy 150.181984 117.561) + (xy 150.298016 117.561) + (xy 150.471516 117.543912) + (xy 150.694136 117.476381) + (xy 150.899303 117.366717) + (xy 151.079134 117.219134) + (xy 151.226717 117.039303) + (xy 151.336381 116.834136) + (xy 151.403912 116.611516) + (xy 151.426714 116.38) + (xy 151.403912 116.148484) + (xy 151.336381 115.925864) + (xy 151.226717 115.720697) + (xy 151.079134 115.540866) + (xy 150.899303 115.393283) + (xy 150.694136 115.283619) + (xy 150.574738 115.2474) + (xy 152.445262 115.2474) + (xy 152.325864 115.283619) + (xy 152.120697 115.393283) + (xy 151.940866 115.540866) + (xy 151.793283 115.720697) + (xy 151.683619 115.925864) + (xy 151.616088 116.148484) + (xy 151.593286 116.38) + (xy 151.616088 116.611516) + (xy 151.683619 116.834136) + (xy 151.793283 117.039303) + (xy 151.940866 117.219134) + (xy 152.120697 117.366717) + (xy 152.325864 117.476381) + (xy 152.548484 117.543912) + (xy 152.721984 117.561) + (xy 152.838016 117.561) + (xy 153.011516 117.543912) + (xy 153.234136 117.476381) + (xy 153.439303 117.366717) + (xy 153.619134 117.219134) + (xy 153.677015 117.148606) + (xy 160.868628 124.34022) + (xy 160.884473 124.359527) + (xy 160.961521 124.422759) + (xy 161.049425 124.469745) + (xy 161.122607 124.491944) + (xy 161.144806 124.498678) + (xy 161.154694 124.499652) + (xy 161.219146 124.506) + (xy 161.219153 124.506) + (xy 161.243999 124.508447) + (xy 161.268845 124.506) + (xy 163.817157 124.506) + (xy 163.817157 124.8) + (xy 163.824513 124.874689) + (xy 163.846299 124.946508) + (xy 163.881678 125.012696) + (xy 163.929289 125.070711) + (xy 163.987304 125.118322) + (xy 164.053492 125.153701) + (xy 164.125311 125.175487) + (xy 164.2 125.182843) + (xy 165.8 125.182843) + (xy 165.874689 125.175487) + (xy 165.946508 125.153701) + (xy 166.012696 125.118322) + (xy 166.070711 125.070711) + (xy 166.118322 125.012696) + (xy 166.153701 124.946508) + (xy 166.175487 124.874689) + (xy 166.182843 124.8) + (xy 166.182843 124) + (xy 166.353286 124) + (xy 166.376088 124.231516) + (xy 166.443619 124.454136) + (xy 166.553283 124.659303) + (xy 166.700866 124.839134) + (xy 166.880697 124.986717) + (xy 167.085864 125.096381) + (xy 167.308484 125.163912) + (xy 167.481984 125.181) + (xy 167.598016 125.181) + (xy 167.771516 125.163912) + (xy 167.994136 125.096381) + (xy 168.199303 124.986717) + (xy 168.379134 124.839134) + (xy 168.526717 124.659303) + (xy 168.636381 124.454136) + (xy 168.703912 124.231516) + (xy 168.726714 124) + (xy 168.893286 124) + (xy 168.916088 124.231516) + (xy 168.983619 124.454136) + (xy 169.093283 124.659303) + (xy 169.240866 124.839134) + (xy 169.420697 124.986717) + (xy 169.625864 125.096381) + (xy 169.848484 125.163912) + (xy 170.021984 125.181) + (xy 170.138016 125.181) + (xy 170.311516 125.163912) + (xy 170.534136 125.096381) + (xy 170.739303 124.986717) + (xy 170.919134 124.839134) + (xy 171.066717 124.659303) + (xy 171.176381 124.454136) + (xy 171.243912 124.231516) + (xy 171.266714 124) + (xy 171.433286 124) + (xy 171.456088 124.231516) + (xy 171.523619 124.454136) + (xy 171.633283 124.659303) + (xy 171.780866 124.839134) + (xy 171.960697 124.986717) + (xy 172.165864 125.096381) + (xy 172.388484 125.163912) + (xy 172.561984 125.181) + (xy 172.678016 125.181) + (xy 172.851516 125.163912) + (xy 173.074136 125.096381) + (xy 173.279303 124.986717) + (xy 173.459134 124.839134) + (xy 173.606717 124.659303) + (xy 173.716381 124.454136) + (xy 173.783912 124.231516) + (xy 173.806714 124) + (xy 173.973286 124) + (xy 173.996088 124.231516) + (xy 174.063619 124.454136) + (xy 174.173283 124.659303) + (xy 174.320866 124.839134) + (xy 174.500697 124.986717) + (xy 174.705864 125.096381) + (xy 174.928484 125.163912) + (xy 175.101984 125.181) + (xy 175.218016 125.181) + (xy 175.391516 125.163912) + (xy 175.614136 125.096381) + (xy 175.819303 124.986717) + (xy 175.999134 124.839134) + (xy 176.146717 124.659303) + (xy 176.256381 124.454136) + (xy 176.323912 124.231516) + (xy 176.346714 124) + (xy 176.513286 124) + (xy 176.536088 124.231516) + (xy 176.603619 124.454136) + (xy 176.713283 124.659303) + (xy 176.860866 124.839134) + (xy 177.040697 124.986717) + (xy 177.245864 125.096381) + (xy 177.468484 125.163912) + (xy 177.641984 125.181) + (xy 177.758016 125.181) + (xy 177.931516 125.163912) + (xy 178.154136 125.096381) + (xy 178.359303 124.986717) + (xy 178.539134 124.839134) + (xy 178.686717 124.659303) + (xy 178.687041 124.658697) + (xy 178.757095 124.821004) + (xy 178.945759 125.094529) + (xy 179.184159 125.325992) + (xy 179.463135 125.506498) + (xy 179.724073 125.614572) + (xy 179.983 125.44863) + (xy 179.983 124.257) + (xy 180.497 124.257) + (xy 180.497 125.44863) + (xy 180.755927 125.614572) + (xy 181.016865 125.506498) + (xy 181.295841 125.325992) + (xy 181.534241 125.094529) + (xy 181.722905 124.821004) + (xy 181.854581 124.515928) + (xy 181.691662 124.257) + (xy 180.497 124.257) + (xy 179.983 124.257) + (xy 179.963 124.257) + (xy 179.963 123.743) + (xy 179.983 123.743) + (xy 179.983 122.55137) + (xy 180.497 122.55137) + (xy 180.497 123.743) + (xy 181.691662 123.743) + (xy 181.854581 123.484072) + (xy 181.722905 123.178996) + (xy 181.534241 122.905471) + (xy 181.295841 122.674008) + (xy 181.016865 122.493502) + (xy 180.755927 122.385428) + (xy 180.497 122.55137) + (xy 179.983 122.55137) + (xy 179.724073 122.385428) + (xy 179.463135 122.493502) + (xy 179.184159 122.674008) + (xy 178.945759 122.905471) + (xy 178.757095 123.178996) + (xy 178.687041 123.341303) + (xy 178.686717 123.340697) + (xy 178.539134 123.160866) + (xy 178.359303 123.013283) + (xy 178.154136 122.903619) + (xy 177.931516 122.836088) + (xy 177.758016 122.819) + (xy 177.641984 122.819) + (xy 177.468484 122.836088) + (xy 177.245864 122.903619) + (xy 177.040697 123.013283) + (xy 176.860866 123.160866) + (xy 176.713283 123.340697) + (xy 176.603619 123.545864) + (xy 176.536088 123.768484) + (xy 176.513286 124) + (xy 176.346714 124) + (xy 176.323912 123.768484) + (xy 176.256381 123.545864) + (xy 176.146717 123.340697) + (xy 175.999134 123.160866) + (xy 175.819303 123.013283) + (xy 175.614136 122.903619) + (xy 175.391516 122.836088) + (xy 175.218016 122.819) + (xy 175.101984 122.819) + (xy 174.928484 122.836088) + (xy 174.705864 122.903619) + (xy 174.500697 123.013283) + (xy 174.320866 123.160866) + (xy 174.173283 123.340697) + (xy 174.063619 123.545864) + (xy 173.996088 123.768484) + (xy 173.973286 124) + (xy 173.806714 124) + (xy 173.783912 123.768484) + (xy 173.716381 123.545864) + (xy 173.606717 123.340697) + (xy 173.459134 123.160866) + (xy 173.279303 123.013283) + (xy 173.074136 122.903619) + (xy 172.851516 122.836088) + (xy 172.678016 122.819) + (xy 172.561984 122.819) + (xy 172.388484 122.836088) + (xy 172.165864 122.903619) + (xy 171.960697 123.013283) + (xy 171.780866 123.160866) + (xy 171.633283 123.340697) + (xy 171.523619 123.545864) + (xy 171.456088 123.768484) + (xy 171.433286 124) + (xy 171.266714 124) + (xy 171.243912 123.768484) + (xy 171.176381 123.545864) + (xy 171.066717 123.340697) + (xy 170.919134 123.160866) + (xy 170.739303 123.013283) + (xy 170.534136 122.903619) + (xy 170.311516 122.836088) + (xy 170.138016 122.819) + (xy 170.021984 122.819) + (xy 169.848484 122.836088) + (xy 169.625864 122.903619) + (xy 169.420697 123.013283) + (xy 169.240866 123.160866) + (xy 169.093283 123.340697) + (xy 168.983619 123.545864) + (xy 168.916088 123.768484) + (xy 168.893286 124) + (xy 168.726714 124) + (xy 168.703912 123.768484) + (xy 168.636381 123.545864) + (xy 168.526717 123.340697) + (xy 168.379134 123.160866) + (xy 168.199303 123.013283) + (xy 167.994136 122.903619) + (xy 167.771516 122.836088) + (xy 167.598016 122.819) + (xy 167.481984 122.819) + (xy 167.308484 122.836088) + (xy 167.085864 122.903619) + (xy 166.880697 123.013283) + (xy 166.700866 123.160866) + (xy 166.553283 123.340697) + (xy 166.443619 123.545864) + (xy 166.376088 123.768484) + (xy 166.353286 124) + (xy 166.182843 124) + (xy 166.182843 123.2) + (xy 166.175487 123.125311) + (xy 166.153701 123.053492) + (xy 166.118322 122.987304) + (xy 166.070711 122.929289) + (xy 166.012696 122.881678) + (xy 165.946508 122.846299) + (xy 165.874689 122.824513) + (xy 165.8 122.817157) + (xy 164.2 122.817157) + (xy 164.125311 122.824513) + (xy 164.053492 122.846299) + (xy 163.987304 122.881678) + (xy 163.929289 122.929289) + (xy 163.881678 122.987304) + (xy 163.846299 123.053492) + (xy 163.824513 123.125311) + (xy 163.817157 123.2) + (xy 163.817157 123.494) + (xy 161.453592 123.494) + (xy 155.507808 117.548217) + (xy 155.551516 117.543912) + (xy 155.774136 117.476381) + (xy 155.979303 117.366717) + (xy 156.159134 117.219134) + (xy 156.306717 117.039303) + (xy 156.416381 116.834136) + (xy 156.483912 116.611516) + (xy 156.506714 116.38) + (xy 156.483912 116.148484) + (xy 156.416381 115.925864) + (xy 156.306717 115.720697) + (xy 156.159134 115.540866) + (xy 155.979303 115.393283) + (xy 155.774136 115.283619) + (xy 155.654738 115.2474) + (xy 157.525262 115.2474) + (xy 157.405864 115.283619) + (xy 157.200697 115.393283) + (xy 157.020866 115.540866) + (xy 156.873283 115.720697) + (xy 156.763619 115.925864) + (xy 156.696088 116.148484) + (xy 156.673286 116.38) + (xy 156.696088 116.611516) + (xy 156.763619 116.834136) + (xy 156.873283 117.039303) + (xy 157.020866 117.219134) + (xy 157.200697 117.366717) + (xy 157.405864 117.476381) + (xy 157.628484 117.543912) + (xy 157.801984 117.561) + (xy 157.918016 117.561) + (xy 158.091516 117.543912) + (xy 158.314136 117.476381) + (xy 158.519303 117.366717) + (xy 158.699134 117.219134) + (xy 158.846717 117.039303) + (xy 158.956381 116.834136) + (xy 159.023912 116.611516) + (xy 159.046714 116.38) + (xy 159.023912 116.148484) + (xy 158.956381 115.925864) + (xy 158.846717 115.720697) + (xy 158.699134 115.540866) + (xy 158.519303 115.393283) + (xy 158.314136 115.283619) + (xy 158.194738 115.2474) + (xy 162.75385 115.2474) + (xy 163.819846 116.313396) + (xy 163.813286 116.38) + (xy 163.836088 116.611516) + (xy 163.903619 116.834136) + (xy 164.013283 117.039303) + (xy 164.160866 117.219134) + (xy 164.340697 117.366717) + (xy 164.545864 117.476381) + (xy 164.768484 117.543912) + (xy 164.941984 117.561) + (xy 165.058016 117.561) + (xy 165.231516 117.543912) + (xy 165.454136 117.476381) + (xy 165.659303 117.366717) + (xy 165.839134 117.219134) + (xy 165.986717 117.039303) + (xy 166.096381 116.834136) + (xy 166.163912 116.611516) + (xy 166.186714 116.38) + (xy 166.180154 116.313396) + (xy 166.389596 116.103955) + (xy 166.376088 116.148484) + (xy 166.353286 116.38) + (xy 166.376088 116.611516) + (xy 166.443619 116.834136) + (xy 166.553283 117.039303) + (xy 166.700866 117.219134) + (xy 166.880697 117.366717) + (xy 167.085864 117.476381) + (xy 167.308484 117.543912) + (xy 167.481984 117.561) + (xy 167.598016 117.561) + (xy 167.771516 117.543912) + (xy 167.994136 117.476381) + (xy 168.199303 117.366717) + (xy 168.379134 117.219134) + (xy 168.526717 117.039303) + (xy 168.636381 116.834136) + (xy 168.703912 116.611516) + (xy 168.726714 116.38) + (xy 168.703912 116.148484) + (xy 168.672072 116.04352) + (xy 168.954892 115.7607) + (xy 169.071901 115.7607) + (xy 168.983619 115.925864) + (xy 168.916088 116.148484) + (xy 168.893286 116.38) + (xy 168.916088 116.611516) + (xy 168.983619 116.834136) + (xy 169.093283 117.039303) + (xy 169.240866 117.219134) + (xy 169.420697 117.366717) + (xy 169.625864 117.476381) + (xy 169.848484 117.543912) + (xy 170.021984 117.561) + (xy 170.138016 117.561) + (xy 170.311516 117.543912) + (xy 170.534136 117.476381) + (xy 170.739303 117.366717) + (xy 170.919134 117.219134) + (xy 171.066717 117.039303) + (xy 171.176381 116.834136) + (xy 171.243912 116.611516) + (xy 171.266714 116.38) + (xy 171.243912 116.148484) + (xy 171.176381 115.925864) + (xy 171.088099 115.7607) + (xy 171.611901 115.7607) + (xy 171.523619 115.925864) + (xy 171.456088 116.148484) + (xy 171.433286 116.38) + (xy 171.456088 116.611516) + (xy 171.523619 116.834136) + (xy 171.633283 117.039303) + (xy 171.780866 117.219134) + (xy 171.960697 117.366717) + (xy 172.165864 117.476381) + (xy 172.388484 117.543912) + (xy 172.561984 117.561) + (xy 172.678016 117.561) + (xy 172.851516 117.543912) + (xy 173.074136 117.476381) + (xy 173.279303 117.366717) + (xy 173.459134 117.219134) + (xy 173.606717 117.039303) + (xy 173.716381 116.834136) + (xy 173.783912 116.611516) + (xy 173.806714 116.38) + (xy 173.783912 116.148484) + (xy 173.716381 115.925864) + (xy 173.628099 115.7607) + (xy 174.151901 115.7607) + (xy 174.063619 115.925864) + (xy 173.996088 116.148484) + (xy 173.973286 116.38) + (xy 173.996088 116.611516) + (xy 174.063619 116.834136) + (xy 174.173283 117.039303) + (xy 174.320866 117.219134) + (xy 174.500697 117.366717) + (xy 174.705864 117.476381) + (xy 174.928484 117.543912) + (xy 175.101984 117.561) + (xy 175.218016 117.561) + (xy 175.391516 117.543912) + (xy 175.614136 117.476381) + (xy 175.819303 117.366717) + (xy 175.999134 117.219134) + (xy 176.146717 117.039303) + (xy 176.256381 116.834136) + (xy 176.323912 116.611516) + (xy 176.346714 116.38) + (xy 176.323912 116.148484) + (xy 176.256381 115.925864) + (xy 176.168099 115.7607) + (xy 176.691901 115.7607) + (xy 176.603619 115.925864) + (xy 176.536088 116.148484) + (xy 176.513286 116.38) + (xy 176.536088 116.611516) + (xy 176.603619 116.834136) + (xy 176.713283 117.039303) + (xy 176.860866 117.219134) + (xy 177.040697 117.366717) + (xy 177.194001 117.44866) + (xy 177.194001 117.480444) + (xy 177.191553 117.5053) + (xy 177.201322 117.604492) + (xy 177.230255 117.699874) + (xy 177.247667 117.732448) + (xy 177.277242 117.787779) + (xy 177.340474 117.864827) + (xy 177.359781 117.880672) + (xy 182.4785 122.999392) + (xy 182.478501 128.559198) + (xy 182.377858 128.659841) + (xy 182.292387 128.787758) + (xy 182.233513 128.929891) + (xy 182.2035 129.080778) + (xy 182.2035 129.234622) + (xy 182.233513 129.385509) + (xy 182.255836 129.4394) + (xy 178.177345 129.4394) + (xy 178.152499 129.436953) + (xy 178.127653 129.4394) + (xy 178.127646 129.4394) + (xy 178.063194 129.445748) + (xy 178.053306 129.446722) + (xy 178.033352 129.452775) + (xy 177.957925 129.475655) + (xy 177.870021 129.522641) + (xy 177.792973 129.585873) + (xy 177.777129 129.605179) + (xy 177.57934 129.802968) + (xy 168.598481 129.809158) + (xy 168.567522 129.803) + (xy 168.413678 129.803) + (xy 168.381968 129.809307) + (xy 165.808772 129.811081) + (xy 165.4774 129.479709) + (xy 165.4774 128.787601) + (xy 165.578042 128.686959) + (xy 165.663513 128.559042) + (xy 165.722387 128.416909) + (xy 165.7524 128.266022) + (xy 165.7524 128.112178) + (xy 165.722387 127.961291) + (xy 165.663513 127.819158) + (xy 165.578042 127.691241) + (xy 165.469259 127.582458) + (xy 165.341342 127.496987) + (xy 165.199209 127.438113) + (xy 165.048322 127.4081) + (xy 164.894478 127.4081) + (xy 164.743591 127.438113) + (xy 164.601458 127.496987) + (xy 164.473541 127.582458) + (xy 164.364758 127.691241) + (xy 164.279287 127.819158) + (xy 164.220413 127.961291) + (xy 164.1904 128.112178) + (xy 164.1904 128.266022) + (xy 164.220413 128.416909) + (xy 164.279287 128.559042) + (xy 164.364758 128.686959) + (xy 164.465401 128.787602) + (xy 164.4654 129.664453) + (xy 164.462953 129.6893) + (xy 164.4654 129.714146) + (xy 164.4654 129.714153) + (xy 164.472722 129.788492) + (xy 164.479852 129.811997) + (xy 163.270522 129.812831) + (xy 163.0051 129.547409) + (xy 163.0051 129.432001) + (xy 163.105742 129.331359) + (xy 163.191213 129.203442) + (xy 163.250087 129.061309) + (xy 163.2801 128.910422) + (xy 163.2801 128.756578) + (xy 163.250087 128.605691) + (xy 163.191213 128.463558) + (xy 163.105742 128.335641) + (xy 162.996959 128.226858) + (xy 162.869042 128.141387) + (xy 162.726909 128.082513) + (xy 162.576022 128.0525) + (xy 162.422178 128.0525) + (xy 162.271291 128.082513) + (xy 162.129158 128.141387) + (xy 162.001241 128.226858) + (xy 161.892458 128.335641) + (xy 161.806987 128.463558) + (xy 161.748113 128.605691) + (xy 161.7181 128.756578) + (xy 161.7181 128.910422) + (xy 161.748113 129.061309) + (xy 161.806987 129.203442) + (xy 161.892458 129.331359) + (xy 161.9931 129.432001) + (xy 161.9931 129.732153) + (xy 161.990653 129.757) + (xy 161.9931 129.781846) + (xy 161.9931 129.781853) + (xy 161.996238 129.813709) + (xy 147.740163 129.823536) + (xy 147.636922 129.803) + (xy 147.483078 129.803) + (xy 147.378584 129.823785) + (xy 134.009912 129.833) + (xy 133.985138 129.835457) + (xy 133.961318 129.842701) + (xy 133.93937 129.854452) + (xy 133.920136 129.870259) + (xy 133.904355 129.889515) + (xy 133.892634 129.91148) + (xy 133.885423 129.935309) + (xy 133.883 129.96) + (xy 133.883 134.594) + (xy 100.426965 134.594) + (xy 100.412827 67.786848) + (xy 106.342826 67.786848) + (xy 106.347509 68.120701) + (xy 106.417233 68.447225) + (xy 106.526797 68.711736) + (xy 106.828049 68.778498) + (xy 107.676547 67.93) + (xy 106.828049 67.081502) + (xy 106.526797 67.148264) + (xy 106.403364 67.458496) + (xy 106.342826 67.786848) + (xy 100.412827 67.786848) + (xy 100.410626 57.388606) + (xy 104.469 57.388606) + (xy 104.469 57.611394) + (xy 104.512464 57.8299) + (xy 104.597721 58.035729) + (xy 104.721495 58.22097) + (xy 104.87903 58.378505) + (xy 105.064271 58.502279) + (xy 105.2701 58.587536) + (xy 105.488606 58.631) + (xy 105.711394 58.631) + (xy 105.9299 58.587536) + (xy 106.135729 58.502279) + (xy 106.32097 58.378505) + (xy 106.478505 58.22097) + (xy 106.602279 58.035729) + (xy 106.687536 57.8299) + (xy 106.731 57.611394) + (xy 106.731 57.388606) + (xy 106.687536 57.1701) + (xy 106.602279 56.964271) + (xy 106.478505 56.77903) + (xy 106.32097 56.621495) + (xy 106.135729 56.497721) + (xy 105.9299 56.412464) + (xy 105.711394 56.369) + (xy 105.488606 56.369) + (xy 105.2701 56.412464) + (xy 105.064271 56.497721) + (xy 104.87903 56.621495) + (xy 104.721495 56.77903) + (xy 104.597721 56.964271) + (xy 104.512464 57.1701) + (xy 104.469 57.388606) + (xy 100.410626 57.388606) + (xy 100.407502 42.6265) + (xy 190.787333 42.6265) + (xy 190.787333 50.1385) + (xy 190.813 50.1385) + (xy 190.813 56.33) + (xy 190.81544 56.354776) + (xy 190.822667 56.378601) + (xy 190.834403 56.400557) + (xy 190.850197 56.419803) + (xy 190.869443 56.435597) + (xy 190.891399 56.447333) + (xy 190.915224 56.45456) + (xy 190.94 56.457) + (xy 213.68 56.457) + (xy 213.704776 56.45456) + (xy 213.728601 56.447333) + (xy 213.750557 56.435597) + (xy 213.769803 56.419803) + (xy 213.785597 56.400557) + (xy 213.797333 56.378601) + (xy 213.80456 56.354776) + (xy 213.807 56.33) + (xy 213.807 50.1385) + (xy 213.832666 50.1385) + (xy 213.832666 42.6265) + (xy 213.807 42.6265) + (xy 213.807 41.879224) + (xy 213.807333 41.878601) + (xy 213.81456 41.854776) + (xy 213.817 41.83) + (xy 213.81456 41.805224) + (xy 213.807333 41.781399) + (xy 213.795597 41.759443) + (xy 213.779803 41.740197) + (xy 213.760557 41.724403) + (xy 213.738601 41.712667) + (xy 213.714776 41.70544) + (xy 213.69 41.703) + (xy 211.105285 41.703) + (xy 211.105285 41.679) + (xy 193.714714 41.679) + (xy 193.714714 41.703) + (xy 190.94 41.703) + (xy 190.915224 41.70544) + (xy 190.891399 41.712667) + (xy 190.869443 41.724403) + (xy 190.850197 41.740197) + (xy 190.834403 41.759443) + (xy 190.822667 41.781399) + (xy 190.81544 41.805224) + (xy 190.813 41.83) + (xy 190.813 42.6265) + (xy 190.787333 42.6265) + (xy 100.407502 42.6265) + (xy 100.407031 40.406) + (xy 215.594 40.406) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 193.780866 124.839134) + (xy 193.960697 124.986717) + (xy 194.165864 125.096381) + (xy 194.388484 125.163912) + (xy 194.561984 125.181) + (xy 194.678016 125.181) + (xy 194.851516 125.163912) + (xy 195.074136 125.096381) + (xy 195.279303 124.986717) + (xy 195.384001 124.900794) + (xy 195.384001 125.419007) + (xy 194.539304 126.263704) + (xy 194.483203 126.128264) + (xy 194.181951 126.061502) + (xy 193.333453 126.91) + (xy 193.613231 127.189778) + (xy 193.249778 127.553231) + (xy 192.97 127.273453) + (xy 192.955858 127.287595) + (xy 192.592405 126.924142) + (xy 192.606547 126.91) + (xy 192.592405 126.895858) + (xy 192.955858 126.532405) + (xy 192.97 126.546547) + (xy 193.818498 125.698049) + (xy 193.751736 125.396797) + (xy 193.441504 125.273364) + (xy 193.433672 125.27192) + (xy 193.62202 125.083572) + (xy 193.641327 125.067727) + (xy 193.704559 124.990679) + (xy 193.751545 124.902775) + (xy 193.773553 124.830223) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 135.685881 69.629433) + (xy 135.710531 69.659469) + (xy 135.740567 69.684119) + (xy 135.740569 69.684121) + (xy 135.74058 69.68413) + (xy 135.819846 69.763396) + (xy 135.813286 69.83) + (xy 135.836088 70.061516) + (xy 135.903619 70.284136) + (xy 136.013283 70.489303) + (xy 136.160866 70.669134) + (xy 136.2126 70.711591) + (xy 136.212601 76.267157) + (xy 136.2 76.267157) + (xy 136.125311 76.274513) + (xy 136.053492 76.296299) + (xy 135.987304 76.331678) + (xy 135.929289 76.379289) + (xy 135.881678 76.437304) + (xy 135.846299 76.503492) + (xy 135.824513 76.575311) + (xy 135.817157 76.65) + (xy 135.817157 78.25) + (xy 135.824513 78.324689) + (xy 135.846299 78.396508) + (xy 135.881678 78.462696) + (xy 135.929289 78.520711) + (xy 135.987304 78.568322) + (xy 136.053492 78.603701) + (xy 136.125311 78.625487) + (xy 136.2 78.632843) + (xy 137.8 78.632843) + (xy 137.874689 78.625487) + (xy 137.946508 78.603701) + (xy 138.012696 78.568322) + (xy 138.070711 78.520711) + (xy 138.118322 78.462696) + (xy 138.149318 78.404708) + (xy 138.245759 78.544529) + (xy 138.484159 78.775992) + (xy 138.763135 78.956498) + (xy 139.024073 79.064572) + (xy 139.283 78.89863) + (xy 139.283 77.707) + (xy 139.797 77.707) + (xy 139.797 78.89863) + (xy 140.055927 79.064572) + (xy 140.316865 78.956498) + (xy 140.595841 78.775992) + (xy 140.81 78.568065) + (xy 141.024159 78.775992) + (xy 141.303135 78.956498) + (xy 141.564073 79.064572) + (xy 141.823 78.89863) + (xy 141.823 77.707) + (xy 139.797 77.707) + (xy 139.283 77.707) + (xy 139.263 77.707) + (xy 139.263 77.193) + (xy 139.283 77.193) + (xy 139.283 77.173) + (xy 139.797 77.173) + (xy 139.797 77.193) + (xy 141.823 77.193) + (xy 141.823 77.173) + (xy 142.337 77.173) + (xy 142.337 77.193) + (xy 142.357 77.193) + (xy 142.357 77.707) + (xy 142.337 77.707) + (xy 142.337 78.89863) + (xy 142.595927 79.064572) + (xy 142.856865 78.956498) + (xy 143.135841 78.775992) + (xy 143.374241 78.544529) + (xy 143.562905 78.271004) + (xy 143.632959 78.108697) + (xy 143.633283 78.109303) + (xy 143.780866 78.289134) + (xy 143.960697 78.436717) + (xy 144.165864 78.546381) + (xy 144.388484 78.613912) + (xy 144.561984 78.631) + (xy 144.678016 78.631) + (xy 144.851516 78.613912) + (xy 145.074136 78.546381) + (xy 145.279303 78.436717) + (xy 145.459134 78.289134) + (xy 145.606717 78.109303) + (xy 145.716381 77.904136) + (xy 145.783912 77.681516) + (xy 145.806714 77.45) + (xy 145.973286 77.45) + (xy 145.996088 77.681516) + (xy 146.063619 77.904136) + (xy 146.173283 78.109303) + (xy 146.320866 78.289134) + (xy 146.500697 78.436717) + (xy 146.705864 78.546381) + (xy 146.928484 78.613912) + (xy 147.101984 78.631) + (xy 147.218016 78.631) + (xy 147.391516 78.613912) + (xy 147.614136 78.546381) + (xy 147.819303 78.436717) + (xy 147.999134 78.289134) + (xy 148.146717 78.109303) + (xy 148.256381 77.904136) + (xy 148.323912 77.681516) + (xy 148.346714 77.45) + (xy 148.513286 77.45) + (xy 148.536088 77.681516) + (xy 148.603619 77.904136) + (xy 148.713283 78.109303) + (xy 148.860866 78.289134) + (xy 149.040697 78.436717) + (xy 149.245864 78.546381) + (xy 149.468484 78.613912) + (xy 149.641984 78.631) + (xy 149.758016 78.631) + (xy 149.931516 78.613912) + (xy 150.154136 78.546381) + (xy 150.359303 78.436717) + (xy 150.539134 78.289134) + (xy 150.686717 78.109303) + (xy 150.687041 78.108697) + (xy 150.757095 78.271004) + (xy 150.945759 78.544529) + (xy 151.184159 78.775992) + (xy 151.463135 78.956498) + (xy 151.724073 79.064572) + (xy 151.983 78.89863) + (xy 151.983 77.707) + (xy 152.497 77.707) + (xy 152.497 78.89863) + (xy 152.755927 79.064572) + (xy 153.016865 78.956498) + (xy 153.295841 78.775992) + (xy 153.534241 78.544529) + (xy 153.722905 78.271004) + (xy 153.854581 77.965928) + (xy 153.691662 77.707) + (xy 152.497 77.707) + (xy 151.983 77.707) + (xy 151.963 77.707) + (xy 151.963 77.193) + (xy 151.983 77.193) + (xy 151.983 76.00137) + (xy 152.497 76.00137) + (xy 152.497 77.193) + (xy 153.691662 77.193) + (xy 153.854581 76.934072) + (xy 153.722905 76.628996) + (xy 153.534241 76.355471) + (xy 153.295841 76.124008) + (xy 153.016865 75.943502) + (xy 152.755927 75.835428) + (xy 152.497 76.00137) + (xy 151.983 76.00137) + (xy 151.724073 75.835428) + (xy 151.463135 75.943502) + (xy 151.184159 76.124008) + (xy 150.945759 76.355471) + (xy 150.757095 76.628996) + (xy 150.687041 76.791303) + (xy 150.686717 76.790697) + (xy 150.539134 76.610866) + (xy 150.359303 76.463283) + (xy 150.154136 76.353619) + (xy 149.931516 76.286088) + (xy 149.758016 76.269) + (xy 149.641984 76.269) + (xy 149.468484 76.286088) + (xy 149.245864 76.353619) + (xy 149.040697 76.463283) + (xy 148.860866 76.610866) + (xy 148.713283 76.790697) + (xy 148.603619 76.995864) + (xy 148.536088 77.218484) + (xy 148.513286 77.45) + (xy 148.346714 77.45) + (xy 148.323912 77.218484) + (xy 148.256381 76.995864) + (xy 148.146717 76.790697) + (xy 147.999134 76.610866) + (xy 147.819303 76.463283) + (xy 147.614136 76.353619) + (xy 147.391516 76.286088) + (xy 147.218016 76.269) + (xy 147.101984 76.269) + (xy 146.928484 76.286088) + (xy 146.705864 76.353619) + (xy 146.500697 76.463283) + (xy 146.320866 76.610866) + (xy 146.173283 76.790697) + (xy 146.063619 76.995864) + (xy 145.996088 77.218484) + (xy 145.973286 77.45) + (xy 145.806714 77.45) + (xy 145.783912 77.218484) + (xy 145.716381 76.995864) + (xy 145.606717 76.790697) + (xy 145.459134 76.610866) + (xy 145.279303 76.463283) + (xy 145.074136 76.353619) + (xy 144.851516 76.286088) + (xy 144.678016 76.269) + (xy 144.561984 76.269) + (xy 144.553396 76.269846) + (xy 143.28913 75.00558) + (xy 143.289121 75.005569) + (xy 143.289119 75.005567) + (xy 143.264469 74.975531) + (xy 143.234432 74.950881) + (xy 142.68413 74.40058) + (xy 142.684122 74.40057) + (xy 142.684119 74.400567) + (xy 142.659469 74.370531) + (xy 142.629433 74.345881) + (xy 140.3274 72.04385) + (xy 140.3274 70.711591) + (xy 140.379134 70.669134) + (xy 140.526717 70.489303) + (xy 140.636381 70.284136) + (xy 140.703912 70.061516) + (xy 140.726714 69.83) + (xy 140.703912 69.598484) + (xy 140.636381 69.375864) + (xy 140.526717 69.170697) + (xy 140.499391 69.1374) + (xy 141.120609 69.1374) + (xy 141.093283 69.170697) + (xy 140.983619 69.375864) + (xy 140.916088 69.598484) + (xy 140.893286 69.83) + (xy 140.916088 70.061516) + (xy 140.983619 70.284136) + (xy 141.093283 70.489303) + (xy 141.240866 70.669134) + (xy 141.420697 70.816717) + (xy 141.625864 70.926381) + (xy 141.848484 70.993912) + (xy 142.021984 71.011) + (xy 142.138016 71.011) + (xy 142.311516 70.993912) + (xy 142.534136 70.926381) + (xy 142.739303 70.816717) + (xy 142.919134 70.669134) + (xy 143.066717 70.489303) + (xy 143.176381 70.284136) + (xy 143.243912 70.061516) + (xy 143.266714 69.83) + (xy 143.243912 69.598484) + (xy 143.176381 69.375864) + (xy 143.088259 69.211) + (xy 143.611741 69.211) + (xy 143.523619 69.375864) + (xy 143.456088 69.598484) + (xy 143.433286 69.83) + (xy 143.456088 70.061516) + (xy 143.523619 70.284136) + (xy 143.633283 70.489303) + (xy 143.780866 70.669134) + (xy 143.960697 70.816717) + (xy 144.165864 70.926381) + (xy 144.388484 70.993912) + (xy 144.561984 71.011) + (xy 144.678016 71.011) + (xy 144.851516 70.993912) + (xy 145.074136 70.926381) + (xy 145.279303 70.816717) + (xy 145.459134 70.669134) + (xy 145.606717 70.489303) + (xy 145.716381 70.284136) + (xy 145.783912 70.061516) + (xy 145.806714 69.83) + (xy 145.783912 69.598484) + (xy 145.716381 69.375864) + (xy 145.628259 69.211) + (xy 146.151741 69.211) + (xy 146.063619 69.375864) + (xy 145.996088 69.598484) + (xy 145.973286 69.83) + (xy 145.996088 70.061516) + (xy 146.063619 70.284136) + (xy 146.173283 70.489303) + (xy 146.320866 70.669134) + (xy 146.500697 70.816717) + (xy 146.705864 70.926381) + (xy 146.928484 70.993912) + (xy 147.101984 71.011) + (xy 147.218016 71.011) + (xy 147.391516 70.993912) + (xy 147.614136 70.926381) + (xy 147.819303 70.816717) + (xy 147.999134 70.669134) + (xy 148.146717 70.489303) + (xy 148.256381 70.284136) + (xy 148.323912 70.061516) + (xy 148.346714 69.83) + (xy 148.323912 69.598484) + (xy 148.256381 69.375864) + (xy 148.168259 69.211) + (xy 148.691741 69.211) + (xy 148.603619 69.375864) + (xy 148.536088 69.598484) + (xy 148.513286 69.83) + (xy 148.536088 70.061516) + (xy 148.603619 70.284136) + (xy 148.713283 70.489303) + (xy 148.860866 70.669134) + (xy 149.040697 70.816717) + (xy 149.245864 70.926381) + (xy 149.468484 70.993912) + (xy 149.641984 71.011) + (xy 149.758016 71.011) + (xy 149.931516 70.993912) + (xy 150.154136 70.926381) + (xy 150.359303 70.816717) + (xy 150.539134 70.669134) + (xy 150.686717 70.489303) + (xy 150.796381 70.284136) + (xy 150.863912 70.061516) + (xy 150.886714 69.83) + (xy 150.863912 69.598484) + (xy 150.796381 69.375864) + (xy 150.708259 69.211) + (xy 151.231741 69.211) + (xy 151.143619 69.375864) + (xy 151.076088 69.598484) + (xy 151.053286 69.83) + (xy 151.076088 70.061516) + (xy 151.143619 70.284136) + (xy 151.253283 70.489303) + (xy 151.400866 70.669134) + (xy 151.580697 70.816717) + (xy 151.785864 70.926381) + (xy 151.928871 70.969762) + (xy 158.749328 77.79022) + (xy 158.765173 77.809527) + (xy 158.842221 77.872759) + (xy 158.900923 77.904136) + (xy 158.930125 77.919745) + (xy 159.025506 77.948678) + (xy 159.035394 77.949652) + (xy 159.067157 77.95278) + (xy 159.067157 78.25) + (xy 159.074513 78.324689) + (xy 159.096299 78.396508) + (xy 159.131678 78.462696) + (xy 159.179289 78.520711) + (xy 159.237304 78.568322) + (xy 159.303492 78.603701) + (xy 159.375311 78.625487) + (xy 159.45 78.632843) + (xy 161.05 78.632843) + (xy 161.124689 78.625487) + (xy 161.196508 78.603701) + (xy 161.262696 78.568322) + (xy 161.320711 78.520711) + (xy 161.368322 78.462696) + (xy 161.403701 78.396508) + (xy 161.425487 78.324689) + (xy 161.432843 78.25) + (xy 161.432843 77.45) + (xy 161.603286 77.45) + (xy 161.626088 77.681516) + (xy 161.693619 77.904136) + (xy 161.803283 78.109303) + (xy 161.950866 78.289134) + (xy 162.130697 78.436717) + (xy 162.335864 78.546381) + (xy 162.558484 78.613912) + (xy 162.731984 78.631) + (xy 162.848016 78.631) + (xy 163.021516 78.613912) + (xy 163.244136 78.546381) + (xy 163.449303 78.436717) + (xy 163.629134 78.289134) + (xy 163.776717 78.109303) + (xy 163.886381 77.904136) + (xy 163.953912 77.681516) + (xy 163.976714 77.45) + (xy 164.143286 77.45) + (xy 164.166088 77.681516) + (xy 164.233619 77.904136) + (xy 164.343283 78.109303) + (xy 164.490866 78.289134) + (xy 164.670697 78.436717) + (xy 164.875864 78.546381) + (xy 165.098484 78.613912) + (xy 165.271984 78.631) + (xy 165.388016 78.631) + (xy 165.561516 78.613912) + (xy 165.784136 78.546381) + (xy 165.989303 78.436717) + (xy 166.169134 78.289134) + (xy 166.316717 78.109303) + (xy 166.426381 77.904136) + (xy 166.493912 77.681516) + (xy 166.516714 77.45) + (xy 166.683286 77.45) + (xy 166.706088 77.681516) + (xy 166.773619 77.904136) + (xy 166.883283 78.109303) + (xy 167.030866 78.289134) + (xy 167.210697 78.436717) + (xy 167.415864 78.546381) + (xy 167.638484 78.613912) + (xy 167.811984 78.631) + (xy 167.928016 78.631) + (xy 168.101516 78.613912) + (xy 168.324136 78.546381) + (xy 168.529303 78.436717) + (xy 168.709134 78.289134) + (xy 168.856717 78.109303) + (xy 168.966381 77.904136) + (xy 169.033912 77.681516) + (xy 169.056714 77.45) + (xy 169.223286 77.45) + (xy 169.246088 77.681516) + (xy 169.313619 77.904136) + (xy 169.423283 78.109303) + (xy 169.570866 78.289134) + (xy 169.750697 78.436717) + (xy 169.955864 78.546381) + (xy 170.178484 78.613912) + (xy 170.351984 78.631) + (xy 170.468016 78.631) + (xy 170.641516 78.613912) + (xy 170.864136 78.546381) + (xy 171.069303 78.436717) + (xy 171.249134 78.289134) + (xy 171.396717 78.109303) + (xy 171.506381 77.904136) + (xy 171.573912 77.681516) + (xy 171.596714 77.45) + (xy 171.763286 77.45) + (xy 171.786088 77.681516) + (xy 171.853619 77.904136) + (xy 171.963283 78.109303) + (xy 172.110866 78.289134) + (xy 172.290697 78.436717) + (xy 172.495864 78.546381) + (xy 172.718484 78.613912) + (xy 172.891984 78.631) + (xy 173.008016 78.631) + (xy 173.181516 78.613912) + (xy 173.404136 78.546381) + (xy 173.609303 78.436717) + (xy 173.789134 78.289134) + (xy 173.936717 78.109303) + (xy 173.937041 78.108697) + (xy 174.007095 78.271004) + (xy 174.195759 78.544529) + (xy 174.434159 78.775992) + (xy 174.713135 78.956498) + (xy 174.974073 79.064572) + (xy 175.233 78.89863) + (xy 175.233 77.707) + (xy 175.747 77.707) + (xy 175.747 78.89863) + (xy 176.005927 79.064572) + (xy 176.266865 78.956498) + (xy 176.545841 78.775992) + (xy 176.784241 78.544529) + (xy 176.972905 78.271004) + (xy 177.104581 77.965928) + (xy 176.941662 77.707) + (xy 175.747 77.707) + (xy 175.233 77.707) + (xy 175.213 77.707) + (xy 175.213 77.193) + (xy 175.233 77.193) + (xy 175.233 76.00137) + (xy 175.747 76.00137) + (xy 175.747 77.193) + (xy 176.941662 77.193) + (xy 177.104581 76.934072) + (xy 176.981971 76.65) + (xy 183.817157 76.65) + (xy 183.817157 78.25) + (xy 183.824513 78.324689) + (xy 183.846299 78.396508) + (xy 183.881678 78.462696) + (xy 183.929289 78.520711) + (xy 183.987304 78.568322) + (xy 184.053492 78.603701) + (xy 184.125311 78.625487) + (xy 184.2 78.632843) + (xy 185.8 78.632843) + (xy 185.874689 78.625487) + (xy 185.946508 78.603701) + (xy 186.012696 78.568322) + (xy 186.070711 78.520711) + (xy 186.118322 78.462696) + (xy 186.153701 78.396508) + (xy 186.175487 78.324689) + (xy 186.182843 78.25) + (xy 186.182843 77.45) + (xy 186.353286 77.45) + (xy 186.376088 77.681516) + (xy 186.443619 77.904136) + (xy 186.553283 78.109303) + (xy 186.700866 78.289134) + (xy 186.880697 78.436717) + (xy 187.085864 78.546381) + (xy 187.308484 78.613912) + (xy 187.481984 78.631) + (xy 187.598016 78.631) + (xy 187.771516 78.613912) + (xy 187.994136 78.546381) + (xy 188.199303 78.436717) + (xy 188.379134 78.289134) + (xy 188.526717 78.109303) + (xy 188.636381 77.904136) + (xy 188.703912 77.681516) + (xy 188.726714 77.45) + (xy 188.703912 77.218484) + (xy 188.636381 76.995864) + (xy 188.526717 76.790697) + (xy 188.379134 76.610866) + (xy 188.199303 76.463283) + (xy 187.994136 76.353619) + (xy 187.771516 76.286088) + (xy 187.598016 76.269) + (xy 187.481984 76.269) + (xy 187.308484 76.286088) + (xy 187.085864 76.353619) + (xy 186.880697 76.463283) + (xy 186.700866 76.610866) + (xy 186.553283 76.790697) + (xy 186.443619 76.995864) + (xy 186.376088 77.218484) + (xy 186.353286 77.45) + (xy 186.182843 77.45) + (xy 186.182843 76.65) + (xy 186.175487 76.575311) + (xy 186.153701 76.503492) + (xy 186.118322 76.437304) + (xy 186.070711 76.379289) + (xy 186.012696 76.331678) + (xy 185.946508 76.296299) + (xy 185.874689 76.274513) + (xy 185.8 76.267157) + (xy 184.2 76.267157) + (xy 184.125311 76.274513) + (xy 184.053492 76.296299) + (xy 183.987304 76.331678) + (xy 183.929289 76.379289) + (xy 183.881678 76.437304) + (xy 183.846299 76.503492) + (xy 183.824513 76.575311) + (xy 183.817157 76.65) + (xy 176.981971 76.65) + (xy 176.972905 76.628996) + (xy 176.784241 76.355471) + (xy 176.545841 76.124008) + (xy 176.266865 75.943502) + (xy 176.005927 75.835428) + (xy 175.747 76.00137) + (xy 175.233 76.00137) + (xy 174.974073 75.835428) + (xy 174.713135 75.943502) + (xy 174.434159 76.124008) + (xy 174.195759 76.355471) + (xy 174.007095 76.628996) + (xy 173.937041 76.791303) + (xy 173.936717 76.790697) + (xy 173.789134 76.610866) + (xy 173.609303 76.463283) + (xy 173.404136 76.353619) + (xy 173.181516 76.286088) + (xy 173.008016 76.269) + (xy 172.891984 76.269) + (xy 172.718484 76.286088) + (xy 172.495864 76.353619) + (xy 172.290697 76.463283) + (xy 172.110866 76.610866) + (xy 171.963283 76.790697) + (xy 171.853619 76.995864) + (xy 171.786088 77.218484) + (xy 171.763286 77.45) + (xy 171.596714 77.45) + (xy 171.573912 77.218484) + (xy 171.506381 76.995864) + (xy 171.396717 76.790697) + (xy 171.249134 76.610866) + (xy 171.069303 76.463283) + (xy 170.864136 76.353619) + (xy 170.641516 76.286088) + (xy 170.468016 76.269) + (xy 170.351984 76.269) + (xy 170.178484 76.286088) + (xy 169.955864 76.353619) + (xy 169.750697 76.463283) + (xy 169.570866 76.610866) + (xy 169.423283 76.790697) + (xy 169.313619 76.995864) + (xy 169.246088 77.218484) + (xy 169.223286 77.45) + (xy 169.056714 77.45) + (xy 169.033912 77.218484) + (xy 168.966381 76.995864) + (xy 168.856717 76.790697) + (xy 168.709134 76.610866) + (xy 168.529303 76.463283) + (xy 168.324136 76.353619) + (xy 168.101516 76.286088) + (xy 167.928016 76.269) + (xy 167.811984 76.269) + (xy 167.638484 76.286088) + (xy 167.415864 76.353619) + (xy 167.210697 76.463283) + (xy 167.030866 76.610866) + (xy 166.883283 76.790697) + (xy 166.773619 76.995864) + (xy 166.706088 77.218484) + (xy 166.683286 77.45) + (xy 166.516714 77.45) + (xy 166.493912 77.218484) + (xy 166.426381 76.995864) + (xy 166.316717 76.790697) + (xy 166.169134 76.610866) + (xy 165.989303 76.463283) + (xy 165.784136 76.353619) + (xy 165.561516 76.286088) + (xy 165.388016 76.269) + (xy 165.271984 76.269) + (xy 165.098484 76.286088) + (xy 164.875864 76.353619) + (xy 164.670697 76.463283) + (xy 164.490866 76.610866) + (xy 164.343283 76.790697) + (xy 164.233619 76.995864) + (xy 164.166088 77.218484) + (xy 164.143286 77.45) + (xy 163.976714 77.45) + (xy 163.953912 77.218484) + (xy 163.886381 76.995864) + (xy 163.776717 76.790697) + (xy 163.629134 76.610866) + (xy 163.449303 76.463283) + (xy 163.244136 76.353619) + (xy 163.021516 76.286088) + (xy 162.848016 76.269) + (xy 162.731984 76.269) + (xy 162.558484 76.286088) + (xy 162.335864 76.353619) + (xy 162.130697 76.463283) + (xy 161.950866 76.610866) + (xy 161.803283 76.790697) + (xy 161.693619 76.995864) + (xy 161.626088 77.218484) + (xy 161.603286 77.45) + (xy 161.432843 77.45) + (xy 161.432843 76.65) + (xy 161.425487 76.575311) + (xy 161.403701 76.503492) + (xy 161.368322 76.437304) + (xy 161.320711 76.379289) + (xy 161.262696 76.331678) + (xy 161.196508 76.296299) + (xy 161.124689 76.274513) + (xy 161.05 76.267157) + (xy 159.45 76.267157) + (xy 159.375311 76.274513) + (xy 159.303492 76.296299) + (xy 159.237304 76.331678) + (xy 159.179289 76.379289) + (xy 159.131678 76.437304) + (xy 159.096299 76.503492) + (xy 159.074513 76.575311) + (xy 159.067157 76.65) + (xy 159.067157 76.676865) + (xy 157.393974 75.003682) + (xy 177.959 75.003682) + (xy 177.959 75.236318) + (xy 178.004386 75.464485) + (xy 178.093412 75.679413) + (xy 178.222658 75.872843) + (xy 178.387157 76.037342) + (xy 178.580587 76.166588) + (xy 178.795515 76.255614) + (xy 179.023682 76.301) + (xy 179.256318 76.301) + (xy 179.484485 76.255614) + (xy 179.699413 76.166588) + (xy 179.892843 76.037342) + (xy 180.057342 75.872843) + (xy 180.186588 75.679413) + (xy 180.275614 75.464485) + (xy 180.321 75.236318) + (xy 180.321 75.003682) + (xy 180.275614 74.775515) + (xy 180.186588 74.560587) + (xy 180.057342 74.367157) + (xy 179.892843 74.202658) + (xy 179.839732 74.16717) + (xy 179.921736 74.133203) + (xy 179.988498 73.831951) + (xy 179.14 72.983453) + (xy 178.291502 73.831951) + (xy 178.358264 74.133203) + (xy 178.441525 74.16633) + (xy 178.387157 74.202658) + (xy 178.222658 74.367157) + (xy 178.093412 74.560587) + (xy 178.004386 74.775515) + (xy 177.959 75.003682) + (xy 157.393974 75.003682) + (xy 153.068309 70.678018) + (xy 153.079134 70.669134) + (xy 153.226717 70.489303) + (xy 153.336381 70.284136) + (xy 153.403912 70.061516) + (xy 153.426714 69.83) + (xy 153.403912 69.598484) + (xy 153.336381 69.375864) + (xy 153.248259 69.211) + (xy 158.517783 69.211) + (xy 159.069862 69.763236) + (xy 159.063286 69.83) + (xy 159.086088 70.061516) + (xy 159.153619 70.284136) + (xy 159.263283 70.489303) + (xy 159.410866 70.669134) + (xy 159.590697 70.816717) + (xy 159.795864 70.926381) + (xy 160.018484 70.993912) + (xy 160.191984 71.011) + (xy 160.308016 71.011) + (xy 160.481516 70.993912) + (xy 160.704136 70.926381) + (xy 160.909303 70.816717) + (xy 161.089134 70.669134) + (xy 161.236717 70.489303) + (xy 161.346381 70.284136) + (xy 161.413912 70.061516) + (xy 161.436714 69.83) + (xy 161.430154 69.763397) + (xy 161.564433 69.629119) + (xy 161.594469 69.604469) + (xy 161.619119 69.574433) + (xy 161.619122 69.57443) + (xy 161.61913 69.57442) + (xy 161.639596 69.553954) + (xy 161.626088 69.598484) + (xy 161.603286 69.83) + (xy 161.626088 70.061516) + (xy 161.693619 70.284136) + (xy 161.803283 70.489303) + (xy 161.950866 70.669134) + (xy 162.130697 70.816717) + (xy 162.335864 70.926381) + (xy 162.558484 70.993912) + (xy 162.731984 71.011) + (xy 162.848016 71.011) + (xy 163.021516 70.993912) + (xy 163.244136 70.926381) + (xy 163.449303 70.816717) + (xy 163.629134 70.669134) + (xy 163.776717 70.489303) + (xy 163.886381 70.284136) + (xy 163.953912 70.061516) + (xy 163.976714 69.83) + (xy 163.953912 69.598484) + (xy 163.886381 69.375864) + (xy 163.798259 69.211) + (xy 164.321741 69.211) + (xy 164.233619 69.375864) + (xy 164.166088 69.598484) + (xy 164.143286 69.83) + (xy 164.166088 70.061516) + (xy 164.233619 70.284136) + (xy 164.343283 70.489303) + (xy 164.490866 70.669134) + (xy 164.670697 70.816717) + (xy 164.875864 70.926381) + (xy 165.098484 70.993912) + (xy 165.271984 71.011) + (xy 165.388016 71.011) + (xy 165.561516 70.993912) + (xy 165.784136 70.926381) + (xy 165.989303 70.816717) + (xy 166.169134 70.669134) + (xy 166.316717 70.489303) + (xy 166.426381 70.284136) + (xy 166.493912 70.061516) + (xy 166.516714 69.83) + (xy 166.493912 69.598484) + (xy 166.426381 69.375864) + (xy 166.338259 69.211) + (xy 166.861741 69.211) + (xy 166.773619 69.375864) + (xy 166.706088 69.598484) + (xy 166.683286 69.83) + (xy 166.706088 70.061516) + (xy 166.773619 70.284136) + (xy 166.883283 70.489303) + (xy 167.030866 70.669134) + (xy 167.210697 70.816717) + (xy 167.415864 70.926381) + (xy 167.638484 70.993912) + (xy 167.811984 71.011) + (xy 167.928016 71.011) + (xy 168.101516 70.993912) + (xy 168.324136 70.926381) + (xy 168.529303 70.816717) + (xy 168.709134 70.669134) + (xy 168.856717 70.489303) + (xy 168.966381 70.284136) + (xy 169.033912 70.061516) + (xy 169.056714 69.83) + (xy 169.033912 69.598484) + (xy 168.966381 69.375864) + (xy 168.878259 69.211) + (xy 169.401741 69.211) + (xy 169.313619 69.375864) + (xy 169.246088 69.598484) + (xy 169.223286 69.83) + (xy 169.246088 70.061516) + (xy 169.313619 70.284136) + (xy 169.423283 70.489303) + (xy 169.570866 70.669134) + (xy 169.750697 70.816717) + (xy 169.955864 70.926381) + (xy 170.178484 70.993912) + (xy 170.351984 71.011) + (xy 170.468016 71.011) + (xy 170.641516 70.993912) + (xy 170.864136 70.926381) + (xy 171.069303 70.816717) + (xy 171.249134 70.669134) + (xy 171.396717 70.489303) + (xy 171.506381 70.284136) + (xy 171.573912 70.061516) + (xy 171.596714 69.83) + (xy 171.573912 69.598484) + (xy 171.506381 69.375864) + (xy 171.418259 69.211) + (xy 171.941741 69.211) + (xy 171.853619 69.375864) + (xy 171.786088 69.598484) + (xy 171.763286 69.83) + (xy 171.786088 70.061516) + (xy 171.853619 70.284136) + (xy 171.963283 70.489303) + (xy 172.110866 70.669134) + (xy 172.290697 70.816717) + (xy 172.495864 70.926381) + (xy 172.718484 70.993912) + (xy 172.891984 71.011) + (xy 173.008016 71.011) + (xy 173.181516 70.993912) + (xy 173.404136 70.926381) + (xy 173.609303 70.816717) + (xy 173.789134 70.669134) + (xy 173.84697 70.598661) + (xy 174.543828 71.29552) + (xy 174.559673 71.314827) + (xy 174.636721 71.378059) + (xy 174.717445 71.421207) + (xy 174.724625 71.425045) + (xy 174.820007 71.453978) + (xy 174.9192 71.463748) + (xy 174.944054 71.4613) + (xy 177.890878 71.4613) + (xy 177.754361 71.597817) + (xy 177.928047 71.771503) + (xy 177.626797 71.838264) + (xy 177.503364 72.148496) + (xy 177.442826 72.476848) + (xy 177.447509 72.810701) + (xy 177.517233 73.137225) + (xy 177.626797 73.401736) + (xy 177.928049 73.468498) + (xy 178.776547 72.62) + (xy 178.762405 72.605858) + (xy 179.125858 72.242405) + (xy 179.14 72.256547) + (xy 179.154142 72.242405) + (xy 179.517595 72.605858) + (xy 179.503453 72.62) + (xy 180.351951 73.468498) + (xy 180.653203 73.401736) + (xy 180.776636 73.091504) + (xy 180.837174 72.763152) + (xy 180.832491 72.429299) + (xy 180.762767 72.102775) + (xy 180.653203 71.838264) + (xy 180.351953 71.771503) + (xy 180.525639 71.597817) + (xy 180.389122 71.4613) + (xy 185.005209 71.4613) + (xy 189.834299 76.290391) + (xy 189.625864 76.353619) + (xy 189.420697 76.463283) + (xy 189.240866 76.610866) + (xy 189.093283 76.790697) + (xy 188.983619 76.995864) + (xy 188.916088 77.218484) + (xy 188.893286 77.45) + (xy 188.916088 77.681516) + (xy 188.983619 77.904136) + (xy 189.093283 78.109303) + (xy 189.240866 78.289134) + (xy 189.420697 78.436717) + (xy 189.625864 78.546381) + (xy 189.848484 78.613912) + (xy 190.021984 78.631) + (xy 190.138016 78.631) + (xy 190.311516 78.613912) + (xy 190.534136 78.546381) + (xy 190.739303 78.436717) + (xy 190.919134 78.289134) + (xy 190.99522 78.196422) + (xy 191.00978 78.208371) + (xy 191.717028 78.91562) + (xy 191.732873 78.934927) + (xy 191.809921 78.998159) + (xy 191.897638 79.045045) + (xy 191.897825 79.045145) + (xy 191.993206 79.074078) + (xy 192.003094 79.075052) + (xy 192.067546 79.0814) + (xy 192.067553 79.0814) + (xy 192.092399 79.083847) + (xy 192.117245 79.0814) + (xy 200.939754 79.0814) + (xy 200.9646 79.083847) + (xy 200.989446 79.0814) + (xy 200.989454 79.0814) + (xy 201.063793 79.074078) + (xy 201.159175 79.045145) + (xy 201.247079 78.998159) + (xy 201.324127 78.934927) + (xy 201.339976 78.915615) + (xy 201.600074 78.655518) + (xy 201.724159 78.775992) + (xy 202.003135 78.956498) + (xy 202.264073 79.064572) + (xy 202.523 78.89863) + (xy 202.523 77.707) + (xy 202.503 77.707) + (xy 202.503 77.193) + (xy 202.523 77.193) + (xy 202.523 76.8159) + (xy 203.037 76.8159) + (xy 203.037 77.193) + (xy 203.057 77.193) + (xy 203.057 77.707) + (xy 203.037 77.707) + (xy 203.037 78.89863) + (xy 203.295927 79.064572) + (xy 203.556865 78.956498) + (xy 203.5749 78.944829) + (xy 203.574901 91.97024) + (xy 203.394136 91.873619) + (xy 203.171516 91.806088) + (xy 202.998016 91.789) + (xy 202.881984 91.789) + (xy 202.708484 91.806088) + (xy 202.485864 91.873619) + (xy 202.280697 91.983283) + (xy 202.100866 92.130866) + (xy 202.043031 92.201339) + (xy 201.346176 91.504485) + (xy 201.330327 91.485173) + (xy 201.253279 91.421941) + (xy 201.165375 91.374955) + (xy 201.069993 91.346022) + (xy 200.995654 91.3387) + (xy 200.995646 91.3387) + (xy 200.9708 91.336253) + (xy 200.945954 91.3387) + (xy 169.335754 91.3387) + (xy 169.3109 91.336252) + (xy 169.286046 91.3387) + (xy 169.211707 91.346022) + (xy 169.116325 91.374955) + (xy 169.028421 91.421941) + (xy 168.951373 91.485173) + (xy 168.935528 91.50448) + (xy 157.169289 103.27072) + (xy 157.079134 103.160866) + (xy 156.899303 103.013283) + (xy 156.694136 102.903619) + (xy 156.471516 102.836088) + (xy 156.298016 102.819) + (xy 156.181984 102.819) + (xy 156.008484 102.836088) + (xy 155.785864 102.903619) + (xy 155.580697 103.013283) + (xy 155.400866 103.160866) + (xy 155.253283 103.340697) + (xy 155.143619 103.545864) + (xy 155.076088 103.768484) + (xy 155.071783 103.812192) + (xy 154.919376 103.659785) + (xy 154.903527 103.640473) + (xy 154.826479 103.577241) + (xy 154.801916 103.564112) + (xy 154.796381 103.545864) + (xy 154.686717 103.340697) + (xy 154.539134 103.160866) + (xy 154.359303 103.013283) + (xy 154.154136 102.903619) + (xy 153.931516 102.836088) + (xy 153.758016 102.819) + (xy 153.641984 102.819) + (xy 153.468484 102.836088) + (xy 153.245864 102.903619) + (xy 153.040697 103.013283) + (xy 152.860866 103.160866) + (xy 152.713283 103.340697) + (xy 152.603619 103.545864) + (xy 152.536088 103.768484) + (xy 152.513286 104) + (xy 152.536088 104.231516) + (xy 152.603619 104.454136) + (xy 152.713283 104.659303) + (xy 152.860866 104.839134) + (xy 153.040697 104.986717) + (xy 153.245864 105.096381) + (xy 153.468484 105.163912) + (xy 153.641984 105.181) + (xy 153.758016 105.181) + (xy 153.931516 105.163912) + (xy 154.154136 105.096381) + (xy 154.359303 104.986717) + (xy 154.539134 104.839134) + (xy 154.597015 104.768606) + (xy 162.221008 112.3926) + (xy 135.998673 112.3926) + (xy 135.96 112.388791) + (xy 135.921327 112.3926) + (xy 135.148663 112.3926) + (xy 135.11 112.388792) + (xy 135.071337 112.3926) + (xy 134.009665 112.3926) + (xy 133.971 112.388792) + (xy 133.932335 112.3926) + (xy 133.932327 112.3926) + (xy 133.816643 112.403994) + (xy 133.689375 112.4426) + (xy 133.672785 112.4426) + (xy 133.542843 112.312658) + (xy 133.349413 112.183412) + (xy 133.134485 112.094386) + (xy 133.016145 112.070846) + (xy 139.455692 105.6313) + (xy 144.085954 105.6313) + (xy 144.1108 105.633747) + (xy 144.135646 105.6313) + (xy 144.135654 105.6313) + (xy 144.209993 105.623978) + (xy 144.305375 105.595045) + (xy 144.393279 105.548059) + (xy 144.470327 105.484827) + (xy 144.486176 105.465515) + (xy 145.183031 104.768661) + (xy 145.240866 104.839134) + (xy 145.420697 104.986717) + (xy 145.625864 105.096381) + (xy 145.848484 105.163912) + (xy 146.021984 105.181) + (xy 146.138016 105.181) + (xy 146.311516 105.163912) + (xy 146.534136 105.096381) + (xy 146.739303 104.986717) + (xy 146.919134 104.839134) + (xy 147.066717 104.659303) + (xy 147.176381 104.454136) + (xy 147.243912 104.231516) + (xy 147.266714 104) + (xy 147.433286 104) + (xy 147.456088 104.231516) + (xy 147.523619 104.454136) + (xy 147.633283 104.659303) + (xy 147.780866 104.839134) + (xy 147.960697 104.986717) + (xy 148.165864 105.096381) + (xy 148.388484 105.163912) + (xy 148.561984 105.181) + (xy 148.678016 105.181) + (xy 148.851516 105.163912) + (xy 149.074136 105.096381) + (xy 149.279303 104.986717) + (xy 149.459134 104.839134) + (xy 149.606717 104.659303) + (xy 149.716381 104.454136) + (xy 149.783912 104.231516) + (xy 149.806714 104) + (xy 149.973286 104) + (xy 149.996088 104.231516) + (xy 150.063619 104.454136) + (xy 150.173283 104.659303) + (xy 150.320866 104.839134) + (xy 150.500697 104.986717) + (xy 150.654 105.068659) + (xy 150.654001 106.474344) + (xy 150.651553 106.4992) + (xy 150.661322 106.598392) + (xy 150.690255 106.693774) + (xy 150.690256 106.693775) + (xy 150.737242 106.781679) + (xy 150.800474 106.858727) + (xy 150.819781 106.874572) + (xy 155.4721 111.526892) + (xy 155.4721 111.669222) + (xy 155.502113 111.820109) + (xy 155.560987 111.962242) + (xy 155.646458 112.090159) + (xy 155.755241 112.198942) + (xy 155.883158 112.284413) + (xy 156.025291 112.343287) + (xy 156.176178 112.3733) + (xy 156.330022 112.3733) + (xy 156.480909 112.343287) + (xy 156.623042 112.284413) + (xy 156.750959 112.198942) + (xy 156.859742 112.090159) + (xy 156.945213 111.962242) + (xy 157.004087 111.820109) + (xy 157.0341 111.669222) + (xy 157.0341 111.515378) + (xy 157.004087 111.364491) + (xy 156.945213 111.222358) + (xy 156.859742 111.094441) + (xy 156.750959 110.985658) + (xy 156.623042 110.900187) + (xy 156.480909 110.841313) + (xy 156.330022 110.8113) + (xy 156.187692 110.8113) + (xy 151.666 106.289609) + (xy 151.666 105.068659) + (xy 151.819303 104.986717) + (xy 151.999134 104.839134) + (xy 152.146717 104.659303) + (xy 152.256381 104.454136) + (xy 152.323912 104.231516) + (xy 152.346714 104) + (xy 152.323912 103.768484) + (xy 152.256381 103.545864) + (xy 152.146717 103.340697) + (xy 151.999134 103.160866) + (xy 151.819303 103.013283) + (xy 151.614136 102.903619) + (xy 151.391516 102.836088) + (xy 151.218016 102.819) + (xy 151.101984 102.819) + (xy 150.928484 102.836088) + (xy 150.705864 102.903619) + (xy 150.500697 103.013283) + (xy 150.320866 103.160866) + (xy 150.173283 103.340697) + (xy 150.063619 103.545864) + (xy 149.996088 103.768484) + (xy 149.973286 104) + (xy 149.806714 104) + (xy 149.783912 103.768484) + (xy 149.716381 103.545864) + (xy 149.606717 103.340697) + (xy 149.459134 103.160866) + (xy 149.279303 103.013283) + (xy 149.074136 102.903619) + (xy 148.851516 102.836088) + (xy 148.678016 102.819) + (xy 148.561984 102.819) + (xy 148.388484 102.836088) + (xy 148.165864 102.903619) + (xy 147.960697 103.013283) + (xy 147.780866 103.160866) + (xy 147.633283 103.340697) + (xy 147.523619 103.545864) + (xy 147.456088 103.768484) + (xy 147.433286 104) + (xy 147.266714 104) + (xy 147.243912 103.768484) + (xy 147.176381 103.545864) + (xy 147.066717 103.340697) + (xy 146.919134 103.160866) + (xy 146.739303 103.013283) + (xy 146.534136 102.903619) + (xy 146.311516 102.836088) + (xy 146.138016 102.819) + (xy 146.021984 102.819) + (xy 145.848484 102.836088) + (xy 145.625864 102.903619) + (xy 145.420697 103.013283) + (xy 145.240866 103.160866) + (xy 145.093283 103.340697) + (xy 144.983619 103.545864) + (xy 144.978064 103.564176) + (xy 144.953621 103.577241) + (xy 144.876573 103.640473) + (xy 144.860729 103.659779) + (xy 144.708226 103.812282) + (xy 144.703912 103.768484) + (xy 144.636381 103.545864) + (xy 144.526717 103.340697) + (xy 144.379134 103.160866) + (xy 144.199303 103.013283) + (xy 143.994136 102.903619) + (xy 143.771516 102.836088) + (xy 143.598016 102.819) + (xy 143.481984 102.819) + (xy 143.308484 102.836088) + (xy 143.085864 102.903619) + (xy 142.880697 103.013283) + (xy 142.700866 103.160866) + (xy 142.553283 103.340697) + (xy 142.443619 103.545864) + (xy 142.376088 103.768484) + (xy 142.353286 104) + (xy 142.376088 104.231516) + (xy 142.443619 104.454136) + (xy 142.531901 104.6193) + (xy 142.182843 104.6193) + (xy 142.182843 103.2) + (xy 142.175487 103.125311) + (xy 142.153701 103.053492) + (xy 142.118322 102.987304) + (xy 142.070711 102.929289) + (xy 142.012696 102.881678) + (xy 141.946508 102.846299) + (xy 141.874689 102.824513) + (xy 141.8 102.817157) + (xy 140.2 102.817157) + (xy 140.125311 102.824513) + (xy 140.053492 102.846299) + (xy 139.987304 102.881678) + (xy 139.929289 102.929289) + (xy 139.881678 102.987304) + (xy 139.846299 103.053492) + (xy 139.824513 103.125311) + (xy 139.817157 103.2) + (xy 139.817157 104.6193) + (xy 139.270945 104.6193) + (xy 139.246099 104.616853) + (xy 139.221253 104.6193) + (xy 139.221246 104.6193) + (xy 139.156794 104.625648) + (xy 139.146906 104.626622) + (xy 139.124707 104.633356) + (xy 139.051525 104.655555) + (xy 138.963621 104.702541) + (xy 138.886573 104.765773) + (xy 138.870729 104.785079) + (xy 131.287081 112.368728) + (xy 131.267774 112.384573) + (xy 131.204542 112.461621) + (xy 131.196238 112.477157) + (xy 131.157555 112.549526) + (xy 131.128622 112.644908) + (xy 131.118853 112.7441) + (xy 131.120691 112.762762) + (xy 130.653453 113.23) + (xy 130.667595 113.244142) + (xy 130.304142 113.607595) + (xy 130.29 113.593453) + (xy 129.441502 114.441951) + (xy 129.508264 114.743203) + (xy 129.818496 114.866636) + (xy 130.146848 114.927174) + (xy 130.480701 114.922491) + (xy 130.807225 114.852767) + (xy 131.071736 114.743203) + (xy 131.121301 114.519551) + (xy 131.1213 119.477154) + (xy 131.118853 119.502) + (xy 131.1213 119.526846) + (xy 131.1213 119.526853) + (xy 131.128622 119.601192) + (xy 131.157555 119.696574) + (xy 131.204541 119.784479) + (xy 131.267773 119.861527) + (xy 131.287085 119.877376) + (xy 134.226865 122.817157) + (xy 134.2 122.817157) + (xy 134.125311 122.824513) + (xy 134.053492 122.846299) + (xy 133.987304 122.881678) + (xy 133.929289 122.929289) + (xy 133.881678 122.987304) + (xy 133.846299 123.053492) + (xy 133.824513 123.125311) + (xy 133.817157 123.2) + (xy 133.817157 124.6882) + (xy 131.082192 124.6882) + (xy 119.48084 113.086848) + (xy 128.592826 113.086848) + (xy 128.597509 113.420701) + (xy 128.667233 113.747225) + (xy 128.776797 114.011736) + (xy 129.078049 114.078498) + (xy 129.926547 113.23) + (xy 129.078049 112.381502) + (xy 128.776797 112.448264) + (xy 128.653364 112.758496) + (xy 128.592826 113.086848) + (xy 119.48084 113.086848) + (xy 118.412041 112.018049) + (xy 129.441502 112.018049) + (xy 130.29 112.866547) + (xy 131.138498 112.018049) + (xy 131.071736 111.716797) + (xy 130.761504 111.593364) + (xy 130.433152 111.532826) + (xy 130.099299 111.537509) + (xy 129.772775 111.607233) + (xy 129.508264 111.716797) + (xy 129.441502 112.018049) + (xy 118.412041 112.018049) + (xy 116.559124 110.165133) + (xy 116.571516 110.163912) + (xy 116.737861 110.113452) + (xy 117.624639 111.000231) + (xy 117.640484 111.019538) + (xy 117.717532 111.08277) + (xy 117.805436 111.129756) + (xy 117.900818 111.158689) + (xy 117.975157 111.166011) + (xy 117.975164 111.166011) + (xy 118.00001 111.168458) + (xy 118.024856 111.166011) + (xy 129.870843 111.166011) + (xy 129.895689 111.168458) + (xy 129.920535 111.166011) + (xy 129.920543 111.166011) + (xy 129.994882 111.158689) + (xy 130.090264 111.129756) + (xy 130.178168 111.08277) + (xy 130.255216 111.019538) + (xy 130.271065 111.000226) + (xy 146.287592 94.9837) + (xy 155.577454 94.9837) + (xy 155.6023 94.986147) + (xy 155.627146 94.9837) + (xy 155.627154 94.9837) + (xy 155.701493 94.976378) + (xy 155.796875 94.947445) + (xy 155.884779 94.900459) + (xy 155.961827 94.837227) + (xy 155.977676 94.817915) + (xy 160.895371 89.900221) + (xy 160.895375 89.900216) + (xy 160.922139 89.873452) + (xy 161.088484 89.923912) + (xy 161.261984 89.941) + (xy 161.378016 89.941) + (xy 161.551516 89.923912) + (xy 161.774136 89.856381) + (xy 161.979303 89.746717) + (xy 162.159134 89.599134) + (xy 162.306717 89.419303) + (xy 162.416381 89.214136) + (xy 162.477165 89.013757) + (xy 162.563628 89.10022) + (xy 162.579473 89.119527) + (xy 162.656521 89.182759) + (xy 162.744425 89.229745) + (xy 162.777291 89.239715) + (xy 162.873283 89.419303) + (xy 163.020866 89.599134) + (xy 163.200697 89.746717) + (xy 163.405864 89.856381) + (xy 163.628484 89.923912) + (xy 163.801984 89.941) + (xy 163.918016 89.941) + (xy 164.091516 89.923912) + (xy 164.314136 89.856381) + (xy 164.519303 89.746717) + (xy 164.699134 89.599134) + (xy 164.846717 89.419303) + (xy 164.956381 89.214136) + (xy 165.023912 88.991516) + (xy 165.028217 88.947809) + (xy 165.180628 89.10022) + (xy 165.196473 89.119527) + (xy 165.273521 89.182759) + (xy 165.298084 89.195888) + (xy 165.303619 89.214136) + (xy 165.413283 89.419303) + (xy 165.560866 89.599134) + (xy 165.740697 89.746717) + (xy 165.945864 89.856381) + (xy 166.168484 89.923912) + (xy 166.341984 89.941) + (xy 166.458016 89.941) + (xy 166.631516 89.923912) + (xy 166.854136 89.856381) + (xy 167.059303 89.746717) + (xy 167.239134 89.599134) + (xy 167.386717 89.419303) + (xy 167.496381 89.214136) + (xy 167.563912 88.991516) + (xy 167.586714 88.76) + (xy 167.753286 88.76) + (xy 167.776088 88.991516) + (xy 167.843619 89.214136) + (xy 167.953283 89.419303) + (xy 168.100866 89.599134) + (xy 168.280697 89.746717) + (xy 168.485864 89.856381) + (xy 168.708484 89.923912) + (xy 168.881984 89.941) + (xy 168.998016 89.941) + (xy 169.171516 89.923912) + (xy 169.394136 89.856381) + (xy 169.599303 89.746717) + (xy 169.779134 89.599134) + (xy 169.926717 89.419303) + (xy 170.036381 89.214136) + (xy 170.103912 88.991516) + (xy 170.126714 88.76) + (xy 170.293286 88.76) + (xy 170.316088 88.991516) + (xy 170.383619 89.214136) + (xy 170.493283 89.419303) + (xy 170.640866 89.599134) + (xy 170.820697 89.746717) + (xy 171.025864 89.856381) + (xy 171.248484 89.923912) + (xy 171.421984 89.941) + (xy 171.538016 89.941) + (xy 171.711516 89.923912) + (xy 171.934136 89.856381) + (xy 172.139303 89.746717) + (xy 172.319134 89.599134) + (xy 172.466717 89.419303) + (xy 172.576381 89.214136) + (xy 172.643912 88.991516) + (xy 172.666714 88.76) + (xy 172.833286 88.76) + (xy 172.856088 88.991516) + (xy 172.923619 89.214136) + (xy 173.033283 89.419303) + (xy 173.180866 89.599134) + (xy 173.360697 89.746717) + (xy 173.565864 89.856381) + (xy 173.788484 89.923912) + (xy 173.961984 89.941) + (xy 174.078016 89.941) + (xy 174.251516 89.923912) + (xy 174.474136 89.856381) + (xy 174.679303 89.746717) + (xy 174.859134 89.599134) + (xy 175.006717 89.419303) + (xy 175.116381 89.214136) + (xy 175.183912 88.991516) + (xy 175.206714 88.76) + (xy 175.183912 88.528484) + (xy 175.116381 88.305864) + (xy 175.006717 88.100697) + (xy 174.859134 87.920866) + (xy 174.679303 87.773283) + (xy 174.474136 87.663619) + (xy 174.251516 87.596088) + (xy 174.078016 87.579) + (xy 173.961984 87.579) + (xy 173.788484 87.596088) + (xy 173.565864 87.663619) + (xy 173.360697 87.773283) + (xy 173.180866 87.920866) + (xy 173.033283 88.100697) + (xy 172.923619 88.305864) + (xy 172.856088 88.528484) + (xy 172.833286 88.76) + (xy 172.666714 88.76) + (xy 172.643912 88.528484) + (xy 172.576381 88.305864) + (xy 172.466717 88.100697) + (xy 172.319134 87.920866) + (xy 172.139303 87.773283) + (xy 171.934136 87.663619) + (xy 171.711516 87.596088) + (xy 171.538016 87.579) + (xy 171.421984 87.579) + (xy 171.248484 87.596088) + (xy 171.025864 87.663619) + (xy 170.820697 87.773283) + (xy 170.640866 87.920866) + (xy 170.493283 88.100697) + (xy 170.383619 88.305864) + (xy 170.316088 88.528484) + (xy 170.293286 88.76) + (xy 170.126714 88.76) + (xy 170.103912 88.528484) + (xy 170.036381 88.305864) + (xy 169.926717 88.100697) + (xy 169.779134 87.920866) + (xy 169.599303 87.773283) + (xy 169.394136 87.663619) + (xy 169.171516 87.596088) + (xy 168.998016 87.579) + (xy 168.881984 87.579) + (xy 168.708484 87.596088) + (xy 168.485864 87.663619) + (xy 168.280697 87.773283) + (xy 168.100866 87.920866) + (xy 167.953283 88.100697) + (xy 167.843619 88.305864) + (xy 167.776088 88.528484) + (xy 167.753286 88.76) + (xy 167.586714 88.76) + (xy 167.563912 88.528484) + (xy 167.496381 88.305864) + (xy 167.386717 88.100697) + (xy 167.239134 87.920866) + (xy 167.059303 87.773283) + (xy 166.854136 87.663619) + (xy 166.631516 87.596088) + (xy 166.458016 87.579) + (xy 166.341984 87.579) + (xy 166.168484 87.596088) + (xy 165.945864 87.663619) + (xy 165.740697 87.773283) + (xy 165.560866 87.920866) + (xy 165.502986 87.991394) + (xy 159.563176 82.051585) + (xy 159.547327 82.032273) + (xy 159.470279 81.969041) + (xy 159.382375 81.922055) + (xy 159.286993 81.893122) + (xy 159.212654 81.8858) + (xy 159.212646 81.8858) + (xy 159.1878 81.883353) + (xy 159.162954 81.8858) + (xy 130.607045 81.8858) + (xy 130.582199 81.883353) + (xy 130.557353 81.8858) + (xy 130.557346 81.8858) + (xy 130.483007 81.893122) + (xy 130.480443 81.8939) + (xy 130.497174 81.803152) + (xy 130.492491 81.469299) + (xy 130.422767 81.142775) + (xy 130.313203 80.878264) + (xy 130.011951 80.811502) + (xy 129.163453 81.66) + (xy 129.177595 81.674142) + (xy 128.814142 82.037595) + (xy 128.8 82.023453) + (xy 128.785858 82.037595) + (xy 128.422405 81.674142) + (xy 128.436547 81.66) + (xy 128.422405 81.645858) + (xy 128.785858 81.282405) + (xy 128.8 81.296547) + (xy 129.648498 80.448049) + (xy 129.581736 80.146797) + (xy 129.271504 80.023364) + (xy 128.943152 79.962826) + (xy 128.609299 79.967509) + (xy 128.282775 80.037233) + (xy 128.018264 80.146797) + (xy 127.9862 80.29148) + (xy 127.9862 80.255045) + (xy 127.988647 80.230199) + (xy 127.9862 80.205353) + (xy 127.9862 80.205346) + (xy 127.978878 80.131007) + (xy 127.949945 80.035625) + (xy 127.902959 79.947721) + (xy 127.839727 79.870673) + (xy 127.82042 79.854828) + (xy 126.593133 78.627541) + (xy 126.731516 78.613912) + (xy 126.954136 78.546381) + (xy 127.159303 78.436717) + (xy 127.339134 78.289134) + (xy 127.486717 78.109303) + (xy 127.487041 78.108697) + (xy 127.557095 78.271004) + (xy 127.745759 78.544529) + (xy 127.984159 78.775992) + (xy 128.263135 78.956498) + (xy 128.524073 79.064572) + (xy 128.783 78.89863) + (xy 128.783 77.707) + (xy 129.297 77.707) + (xy 129.297 78.89863) + (xy 129.555927 79.064572) + (xy 129.816865 78.956498) + (xy 130.095841 78.775992) + (xy 130.334241 78.544529) + (xy 130.522905 78.271004) + (xy 130.654581 77.965928) + (xy 130.491662 77.707) + (xy 129.297 77.707) + (xy 128.783 77.707) + (xy 128.763 77.707) + (xy 128.763 77.193) + (xy 128.783 77.193) + (xy 128.783 76.00137) + (xy 129.297 76.00137) + (xy 129.297 77.193) + (xy 130.491662 77.193) + (xy 130.654581 76.934072) + (xy 130.522905 76.628996) + (xy 130.334241 76.355471) + (xy 130.095841 76.124008) + (xy 129.816865 75.943502) + (xy 129.555927 75.835428) + (xy 129.297 76.00137) + (xy 128.783 76.00137) + (xy 128.524073 75.835428) + (xy 128.263135 75.943502) + (xy 127.984159 76.124008) + (xy 127.745759 76.355471) + (xy 127.557095 76.628996) + (xy 127.487041 76.791303) + (xy 127.486717 76.790697) + (xy 127.339134 76.610866) + (xy 127.159303 76.463283) + (xy 126.954136 76.353619) + (xy 126.731516 76.286088) + (xy 126.558016 76.269) + (xy 126.441984 76.269) + (xy 126.268484 76.286088) + (xy 126.045864 76.353619) + (xy 125.840697 76.463283) + (xy 125.660866 76.610866) + (xy 125.604841 76.679133) + (xy 125.589527 76.660473) + (xy 125.57022 76.644628) + (xy 124.885976 75.960385) + (xy 124.870127 75.941073) + (xy 124.793079 75.877841) + (xy 124.705175 75.830855) + (xy 124.609793 75.801922) + (xy 124.535454 75.7946) + (xy 124.535446 75.7946) + (xy 124.5106 75.792153) + (xy 124.485754 75.7946) + (xy 122.604245 75.7946) + (xy 122.579399 75.792153) + (xy 122.554553 75.7946) + (xy 122.554546 75.7946) + (xy 122.480207 75.801922) + (xy 122.384825 75.830855) + (xy 122.296921 75.877841) + (xy 122.219873 75.941073) + (xy 122.204028 75.96038) + (xy 121.825533 76.338875) + (xy 121.651516 76.286088) + (xy 121.478016 76.269) + (xy 121.361984 76.269) + (xy 121.188484 76.286088) + (xy 120.965864 76.353619) + (xy 120.893055 76.392536) + (xy 123.239592 74.046) + (xy 125.315154 74.046) + (xy 125.34 74.048447) + (xy 125.364846 74.046) + (xy 125.364854 74.046) + (xy 125.439193 74.038678) + (xy 125.534575 74.009745) + (xy 125.622479 73.962759) + (xy 125.699527 73.899527) + (xy 125.715376 73.880215) + (xy 128.649812 70.945779) + (xy 128.808484 70.993912) + (xy 128.981984 71.011) + (xy 129.098016 71.011) + (xy 129.271516 70.993912) + (xy 129.494136 70.926381) + (xy 129.699303 70.816717) + (xy 129.879134 70.669134) + (xy 130.026717 70.489303) + (xy 130.136381 70.284136) + (xy 130.203912 70.061516) + (xy 130.226714 69.83) + (xy 130.203912 69.598484) + (xy 130.136381 69.375864) + (xy 130.026717 69.170697) + (xy 129.879134 68.990866) + (xy 129.699303 68.843283) + (xy 129.494136 68.733619) + (xy 129.271516 68.666088) + (xy 129.098016 68.649) + (xy 128.981984 68.649) + (xy 128.808484 68.666088) + (xy 128.585864 68.733619) + (xy 128.380697 68.843283) + (xy 128.200866 68.990866) + (xy 128.053283 69.170697) + (xy 127.943619 69.375864) + (xy 127.876088 69.598484) + (xy 127.853286 69.83) + (xy 127.876088 70.061516) + (xy 127.928875 70.235533) + (xy 125.130409 73.034) + (xy 123.054845 73.034) + (xy 123.029999 73.031553) + (xy 123.005153 73.034) + (xy 123.005146 73.034) + (xy 122.940694 73.040348) + (xy 122.930806 73.041322) + (xy 122.908607 73.048056) + (xy 122.835425 73.070255) + (xy 122.747521 73.117241) + (xy 122.670473 73.180473) + (xy 122.654629 73.199779) + (xy 119.789785 76.064624) + (xy 119.770473 76.080473) + (xy 119.707241 76.157521) + (xy 119.660255 76.245426) + (xy 119.631322 76.340808) + (xy 119.624 76.415147) + (xy 119.624 76.415154) + (xy 119.621553 76.44) + (xy 119.624 76.464846) + (xy 119.624 76.532792) + (xy 119.539303 76.463283) + (xy 119.334136 76.353619) + (xy 119.111516 76.286088) + (xy 118.938016 76.269) + (xy 118.821984 76.269) + (xy 118.648484 76.286088) + (xy 118.425864 76.353619) + (xy 118.220697 76.463283) + (xy 118.040866 76.610866) + (xy 117.893283 76.790697) + (xy 117.783619 76.995864) + (xy 117.716088 77.218484) + (xy 117.693286 77.45) + (xy 117.716088 77.681516) + (xy 117.783619 77.904136) + (xy 117.893283 78.109303) + (xy 118.040866 78.289134) + (xy 118.220697 78.436717) + (xy 118.274326 78.465382) + (xy 112.696 84.043709) + (xy 112.696 78.480148) + (xy 112.729289 78.520711) + (xy 112.787304 78.568322) + (xy 112.853492 78.603701) + (xy 112.925311 78.625487) + (xy 113 78.632843) + (xy 114.6 78.632843) + (xy 114.674689 78.625487) + (xy 114.746508 78.603701) + (xy 114.812696 78.568322) + (xy 114.870711 78.520711) + (xy 114.918322 78.462696) + (xy 114.953701 78.396508) + (xy 114.975487 78.324689) + (xy 114.982843 78.25) + (xy 114.982843 77.45) + (xy 115.153286 77.45) + (xy 115.176088 77.681516) + (xy 115.243619 77.904136) + (xy 115.353283 78.109303) + (xy 115.500866 78.289134) + (xy 115.680697 78.436717) + (xy 115.885864 78.546381) + (xy 116.108484 78.613912) + (xy 116.281984 78.631) + (xy 116.398016 78.631) + (xy 116.571516 78.613912) + (xy 116.794136 78.546381) + (xy 116.999303 78.436717) + (xy 117.179134 78.289134) + (xy 117.326717 78.109303) + (xy 117.436381 77.904136) + (xy 117.503912 77.681516) + (xy 117.526714 77.45) + (xy 117.503912 77.218484) + (xy 117.436381 76.995864) + (xy 117.326717 76.790697) + (xy 117.179134 76.610866) + (xy 116.999303 76.463283) + (xy 116.794136 76.353619) + (xy 116.571516 76.286088) + (xy 116.398016 76.269) + (xy 116.281984 76.269) + (xy 116.108484 76.286088) + (xy 115.885864 76.353619) + (xy 115.680697 76.463283) + (xy 115.500866 76.610866) + (xy 115.353283 76.790697) + (xy 115.243619 76.995864) + (xy 115.176088 77.218484) + (xy 115.153286 77.45) + (xy 114.982843 77.45) + (xy 114.982843 76.65) + (xy 114.975487 76.575311) + (xy 114.953701 76.503492) + (xy 114.918322 76.437304) + (xy 114.870711 76.379289) + (xy 114.812696 76.331678) + (xy 114.746508 76.296299) + (xy 114.674689 76.274513) + (xy 114.6 76.267157) + (xy 113 76.267157) + (xy 112.925311 76.274513) + (xy 112.853492 76.296299) + (xy 112.787304 76.331678) + (xy 112.729289 76.379289) + (xy 112.696 76.419852) + (xy 112.696 75.314891) + (xy 116.680222 71.33067) + (xy 116.699527 71.314827) + (xy 116.762759 71.237779) + (xy 116.809745 71.149875) + (xy 116.838678 71.054493) + (xy 116.846 70.980154) + (xy 116.846 70.980147) + (xy 116.848447 70.955301) + (xy 116.846 70.930455) + (xy 116.846 70.898659) + (xy 116.999303 70.816717) + (xy 117.179134 70.669134) + (xy 117.326717 70.489303) + (xy 117.436381 70.284136) + (xy 117.503912 70.061516) + (xy 117.526714 69.83) + (xy 117.693286 69.83) + (xy 117.716088 70.061516) + (xy 117.783619 70.284136) + (xy 117.893283 70.489303) + (xy 118.040866 70.669134) + (xy 118.220697 70.816717) + (xy 118.425864 70.926381) + (xy 118.648484 70.993912) + (xy 118.821984 71.011) + (xy 118.938016 71.011) + (xy 119.111516 70.993912) + (xy 119.334136 70.926381) + (xy 119.539303 70.816717) + (xy 119.719134 70.669134) + (xy 119.866717 70.489303) + (xy 119.976381 70.284136) + (xy 120.043912 70.061516) + (xy 120.066714 69.83) + (xy 120.233286 69.83) + (xy 120.256088 70.061516) + (xy 120.323619 70.284136) + (xy 120.433283 70.489303) + (xy 120.580866 70.669134) + (xy 120.760697 70.816717) + (xy 120.965864 70.926381) + (xy 121.188484 70.993912) + (xy 121.361984 71.011) + (xy 121.478016 71.011) + (xy 121.651516 70.993912) + (xy 121.874136 70.926381) + (xy 122.079303 70.816717) + (xy 122.259134 70.669134) + (xy 122.406717 70.489303) + (xy 122.516381 70.284136) + (xy 122.583912 70.061516) + (xy 122.606714 69.83) + (xy 122.773286 69.83) + (xy 122.796088 70.061516) + (xy 122.863619 70.284136) + (xy 122.973283 70.489303) + (xy 123.120866 70.669134) + (xy 123.300697 70.816717) + (xy 123.505864 70.926381) + (xy 123.728484 70.993912) + (xy 123.901984 71.011) + (xy 124.018016 71.011) + (xy 124.191516 70.993912) + (xy 124.414136 70.926381) + (xy 124.619303 70.816717) + (xy 124.799134 70.669134) + (xy 124.946717 70.489303) + (xy 125.056381 70.284136) + (xy 125.123912 70.061516) + (xy 125.146714 69.83) + (xy 125.313286 69.83) + (xy 125.336088 70.061516) + (xy 125.403619 70.284136) + (xy 125.513283 70.489303) + (xy 125.660866 70.669134) + (xy 125.840697 70.816717) + (xy 126.045864 70.926381) + (xy 126.268484 70.993912) + (xy 126.441984 71.011) + (xy 126.558016 71.011) + (xy 126.731516 70.993912) + (xy 126.954136 70.926381) + (xy 127.159303 70.816717) + (xy 127.339134 70.669134) + (xy 127.486717 70.489303) + (xy 127.596381 70.284136) + (xy 127.663912 70.061516) + (xy 127.686714 69.83) + (xy 127.663912 69.598484) + (xy 127.596381 69.375864) + (xy 127.486717 69.170697) + (xy 127.339134 68.990866) + (xy 127.159303 68.843283) + (xy 126.954136 68.733619) + (xy 126.731516 68.666088) + (xy 126.558016 68.649) + (xy 126.441984 68.649) + (xy 126.268484 68.666088) + (xy 126.045864 68.733619) + (xy 125.840697 68.843283) + (xy 125.660866 68.990866) + (xy 125.513283 69.170697) + (xy 125.403619 69.375864) + (xy 125.336088 69.598484) + (xy 125.313286 69.83) + (xy 125.146714 69.83) + (xy 125.123912 69.598484) + (xy 125.056381 69.375864) + (xy 124.946717 69.170697) + (xy 124.799134 68.990866) + (xy 124.619303 68.843283) + (xy 124.414136 68.733619) + (xy 124.191516 68.666088) + (xy 124.018016 68.649) + (xy 123.901984 68.649) + (xy 123.728484 68.666088) + (xy 123.505864 68.733619) + (xy 123.300697 68.843283) + (xy 123.120866 68.990866) + (xy 122.973283 69.170697) + (xy 122.863619 69.375864) + (xy 122.796088 69.598484) + (xy 122.773286 69.83) + (xy 122.606714 69.83) + (xy 122.583912 69.598484) + (xy 122.516381 69.375864) + (xy 122.406717 69.170697) + (xy 122.259134 68.990866) + (xy 122.079303 68.843283) + (xy 121.874136 68.733619) + (xy 121.651516 68.666088) + (xy 121.478016 68.649) + (xy 121.361984 68.649) + (xy 121.188484 68.666088) + (xy 120.965864 68.733619) + (xy 120.760697 68.843283) + (xy 120.580866 68.990866) + (xy 120.433283 69.170697) + (xy 120.323619 69.375864) + (xy 120.256088 69.598484) + (xy 120.233286 69.83) + (xy 120.066714 69.83) + (xy 120.043912 69.598484) + (xy 119.976381 69.375864) + (xy 119.866717 69.170697) + (xy 119.719134 68.990866) + (xy 119.539303 68.843283) + (xy 119.334136 68.733619) + (xy 119.111516 68.666088) + (xy 118.938016 68.649) + (xy 118.821984 68.649) + (xy 118.648484 68.666088) + (xy 118.425864 68.733619) + (xy 118.220697 68.843283) + (xy 118.040866 68.990866) + (xy 117.893283 69.170697) + (xy 117.783619 69.375864) + (xy 117.716088 69.598484) + (xy 117.693286 69.83) + (xy 117.526714 69.83) + (xy 117.503912 69.598484) + (xy 117.436381 69.375864) + (xy 117.326717 69.170697) + (xy 117.179134 68.990866) + (xy 116.999303 68.843283) + (xy 116.794136 68.733619) + (xy 116.571516 68.666088) + (xy 116.398016 68.649) + (xy 116.281984 68.649) + (xy 116.108484 68.666088) + (xy 116.063956 68.679595) + (xy 116.196152 68.5474) + (xy 134.60385 68.5474) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 161.066243 87.602835) + (xy 160.865864 87.663619) + (xy 160.660697 87.773283) + (xy 160.480866 87.920866) + (xy 160.333283 88.100697) + (xy 160.223619 88.305864) + (xy 160.156088 88.528484) + (xy 160.133286 88.76) + (xy 160.156088 88.991516) + (xy 160.206548 89.157861) + (xy 160.179784 89.184625) + (xy 160.179779 89.184629) + (xy 155.392709 93.9717) + (xy 146.102854 93.9717) + (xy 146.078 93.969252) + (xy 146.053146 93.9717) + (xy 145.978807 93.979022) + (xy 145.883425 94.007955) + (xy 145.795521 94.054941) + (xy 145.718473 94.118173) + (xy 145.702629 94.137479) + (xy 130.526979 109.31313) + (xy 130.491662 109.257) + (xy 129.297 109.257) + (xy 129.297 109.277) + (xy 128.783 109.277) + (xy 128.783 109.257) + (xy 128.763 109.257) + (xy 128.763 108.743) + (xy 128.783 108.743) + (xy 128.783 107.55137) + (xy 129.297 107.55137) + (xy 129.297 108.743) + (xy 130.491662 108.743) + (xy 130.654581 108.484072) + (xy 130.522905 108.178996) + (xy 130.334241 107.905471) + (xy 130.095841 107.674008) + (xy 129.816865 107.493502) + (xy 129.555927 107.385428) + (xy 129.297 107.55137) + (xy 128.783 107.55137) + (xy 128.524073 107.385428) + (xy 128.263135 107.493502) + (xy 127.984159 107.674008) + (xy 127.745759 107.905471) + (xy 127.557095 108.178996) + (xy 127.487041 108.341303) + (xy 127.486717 108.340697) + (xy 127.339134 108.160866) + (xy 127.159303 108.013283) + (xy 126.954136 107.903619) + (xy 126.731516 107.836088) + (xy 126.558016 107.819) + (xy 126.441984 107.819) + (xy 126.268484 107.836088) + (xy 126.045864 107.903619) + (xy 125.840697 108.013283) + (xy 125.660866 108.160866) + (xy 125.513283 108.340697) + (xy 125.403619 108.545864) + (xy 125.336088 108.768484) + (xy 125.313286 109) + (xy 125.336088 109.231516) + (xy 125.403619 109.454136) + (xy 125.513283 109.659303) + (xy 125.660866 109.839134) + (xy 125.840697 109.986717) + (xy 126.045864 110.096381) + (xy 126.235845 110.154011) + (xy 124.224155 110.154011) + (xy 124.414136 110.096381) + (xy 124.619303 109.986717) + (xy 124.799134 109.839134) + (xy 124.946717 109.659303) + (xy 125.056381 109.454136) + (xy 125.123912 109.231516) + (xy 125.146714 109) + (xy 125.123912 108.768484) + (xy 125.056381 108.545864) + (xy 124.946717 108.340697) + (xy 124.799134 108.160866) + (xy 124.728606 108.102985) + (xy 136.37312 96.458472) + (xy 136.392427 96.442627) + (xy 136.455659 96.365579) + (xy 136.502645 96.277675) + (xy 136.531578 96.182293) + (xy 136.5389 96.107954) + (xy 136.5389 96.107953) + (xy 136.541348 96.0831) + (xy 136.5389 96.058246) + (xy 136.5389 92.855554) + (xy 136.541348 92.8307) + (xy 136.531578 92.731507) + (xy 136.502645 92.636125) + (xy 136.489643 92.6118) + (xy 136.455659 92.548221) + (xy 136.392427 92.471173) + (xy 136.37312 92.455328) + (xy 135.829 91.911209) + (xy 135.829 91.8674) + (xy 135.868222 91.8674) + (xy 136.019109 91.837387) + (xy 136.161242 91.778513) + (xy 136.289159 91.693042) + (xy 136.397942 91.584259) + (xy 136.483413 91.456342) + (xy 136.542287 91.314209) + (xy 136.5723 91.163322) + (xy 136.5723 91.009478) + (xy 136.542287 90.858591) + (xy 136.53529 90.8417) + (xy 154.572254 90.8417) + (xy 154.5971 90.844147) + (xy 154.621946 90.8417) + (xy 154.621954 90.8417) + (xy 154.696293 90.834378) + (xy 154.696529 90.834307) + (xy 154.784978 90.8519) + (xy 154.938822 90.8519) + (xy 155.089709 90.821887) + (xy 155.231842 90.763013) + (xy 155.359759 90.677542) + (xy 155.468542 90.568759) + (xy 155.554013 90.440842) + (xy 155.612887 90.298709) + (xy 155.6429 90.147822) + (xy 155.6429 89.993978) + (xy 155.612887 89.843091) + (xy 155.568986 89.737106) + (xy 155.580697 89.746717) + (xy 155.785864 89.856381) + (xy 156.008484 89.923912) + (xy 156.181984 89.941) + (xy 156.298016 89.941) + (xy 156.471516 89.923912) + (xy 156.694136 89.856381) + (xy 156.899303 89.746717) + (xy 157.079134 89.599134) + (xy 157.226717 89.419303) + (xy 157.336381 89.214136) + (xy 157.403912 88.991516) + (xy 157.426714 88.76) + (xy 157.593286 88.76) + (xy 157.616088 88.991516) + (xy 157.683619 89.214136) + (xy 157.793283 89.419303) + (xy 157.940866 89.599134) + (xy 158.120697 89.746717) + (xy 158.325864 89.856381) + (xy 158.548484 89.923912) + (xy 158.721984 89.941) + (xy 158.838016 89.941) + (xy 159.011516 89.923912) + (xy 159.234136 89.856381) + (xy 159.439303 89.746717) + (xy 159.619134 89.599134) + (xy 159.766717 89.419303) + (xy 159.876381 89.214136) + (xy 159.943912 88.991516) + (xy 159.966714 88.76) + (xy 159.943912 88.528484) + (xy 159.876381 88.305864) + (xy 159.766717 88.100697) + (xy 159.619134 87.920866) + (xy 159.439303 87.773283) + (xy 159.234136 87.663619) + (xy 159.011516 87.596088) + (xy 158.838016 87.579) + (xy 158.721984 87.579) + (xy 158.548484 87.596088) + (xy 158.325864 87.663619) + (xy 158.120697 87.773283) + (xy 157.940866 87.920866) + (xy 157.793283 88.100697) + (xy 157.683619 88.305864) + (xy 157.616088 88.528484) + (xy 157.593286 88.76) + (xy 157.426714 88.76) + (xy 157.403912 88.528484) + (xy 157.336381 88.305864) + (xy 157.226717 88.100697) + (xy 157.079134 87.920866) + (xy 156.899303 87.773283) + (xy 156.694136 87.663619) + (xy 156.471516 87.596088) + (xy 156.298016 87.579) + (xy 156.181984 87.579) + (xy 156.008484 87.596088) + (xy 155.785864 87.663619) + (xy 155.580697 87.773283) + (xy 155.400866 87.920866) + (xy 155.253283 88.100697) + (xy 155.143619 88.305864) + (xy 155.076088 88.528484) + (xy 155.053286 88.76) + (xy 155.076088 88.991516) + (xy 155.143619 89.214136) + (xy 155.231566 89.378672) + (xy 155.089709 89.319913) + (xy 154.938822 89.2899) + (xy 154.784978 89.2899) + (xy 154.752423 89.296376) + (xy 154.796381 89.214136) + (xy 154.863912 88.991516) + (xy 154.886714 88.76) + (xy 154.863912 88.528484) + (xy 154.796381 88.305864) + (xy 154.686717 88.100697) + (xy 154.539134 87.920866) + (xy 154.359303 87.773283) + (xy 154.154136 87.663619) + (xy 153.931516 87.596088) + (xy 153.758016 87.579) + (xy 153.641984 87.579) + (xy 153.468484 87.596088) + (xy 153.245864 87.663619) + (xy 153.040697 87.773283) + (xy 152.860866 87.920866) + (xy 152.713283 88.100697) + (xy 152.603619 88.305864) + (xy 152.598064 88.324176) + (xy 152.573621 88.337241) + (xy 152.496573 88.400473) + (xy 152.48073 88.419778) + (xy 152.328226 88.572282) + (xy 152.323912 88.528484) + (xy 152.256381 88.305864) + (xy 152.146717 88.100697) + (xy 151.999134 87.920866) + (xy 151.819303 87.773283) + (xy 151.614136 87.663619) + (xy 151.391516 87.596088) + (xy 151.218016 87.579) + (xy 151.101984 87.579) + (xy 150.928484 87.596088) + (xy 150.705864 87.663619) + (xy 150.500697 87.773283) + (xy 150.320866 87.920866) + (xy 150.262986 87.991394) + (xy 145.906391 83.6348) + (xy 157.098209 83.6348) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 134.267 91.768878) + (xy 134.267 91.922722) + (xy 134.297013 92.073609) + (xy 134.355887 92.215742) + (xy 134.441358 92.343659) + (xy 134.550141 92.452442) + (xy 134.678058 92.537913) + (xy 134.820191 92.596787) + (xy 134.971078 92.6268) + (xy 135.113409 92.6268) + (xy 135.11672 92.630111) + (xy 135.057891 92.641813) + (xy 134.915758 92.700687) + (xy 134.787841 92.786158) + (xy 134.679058 92.894941) + (xy 134.593587 93.022858) + (xy 134.534713 93.164991) + (xy 134.5047 93.315878) + (xy 134.5047 93.458208) + (xy 131.293209 96.6697) + (xy 131.193203 96.428264) + (xy 130.891951 96.361502) + (xy 130.043453 97.21) + (xy 130.057595 97.224142) + (xy 129.694142 97.587595) + (xy 129.68 97.573453) + (xy 128.831502 98.421951) + (xy 128.898264 98.723203) + (xy 129.142522 98.820387) + (xy 127.376506 100.586403) + (xy 127.339134 100.540866) + (xy 127.159303 100.393283) + (xy 126.954136 100.283619) + (xy 126.731516 100.216088) + (xy 126.563547 100.199545) + (xy 128.89482 97.868272) + (xy 128.914127 97.852427) + (xy 128.977359 97.775379) + (xy 129.024345 97.687475) + (xy 129.053278 97.592093) + (xy 129.0606 97.517754) + (xy 129.0606 97.517747) + (xy 129.063047 97.492901) + (xy 129.0606 97.468055) + (xy 129.0606 97.465947) + (xy 129.316547 97.21) + (xy 129.0606 96.954053) + (xy 129.0606 96.953491) + (xy 129.423772 96.590319) + (xy 129.68 96.846547) + (xy 130.528498 95.998049) + (xy 130.461736 95.696797) + (xy 130.358406 95.655685) + (xy 134.272409 91.741682) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 129.297 92.993) + (xy 129.317 92.993) + (xy 129.317 93.507) + (xy 129.297 93.507) + (xy 129.297 93.527) + (xy 128.783 93.527) + (xy 128.783 93.507) + (xy 128.763 93.507) + (xy 128.763 92.993) + (xy 128.783 92.993) + (xy 128.783 92.973) + (xy 129.297 92.973) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 128.887595 65.105858) + (xy 128.873453 65.12) + (xy 128.887595 65.134142) + (xy 128.524142 65.497595) + (xy 128.51 65.483453) + (xy 128.495858 65.497595) + (xy 128.132405 65.134142) + (xy 128.146547 65.12) + (xy 128.132405 65.105858) + (xy 128.495858 64.742405) + (xy 128.51 64.756547) + (xy 128.524142 64.742405) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 177.897 59.203) + (xy 179.07125 59.203) + (xy 179.090129 59.184121) + (xy 180.291599 60.38559) + (xy 180.262254 60.3827) + (xy 180.262246 60.3827) + (xy 180.2374 60.380253) + (xy 180.212554 60.3827) + (xy 179.283307 60.3827) + (xy 179.299331 60.22) + (xy 179.295 59.94075) + (xy 179.07125 59.717) + (xy 177.897 59.717) + (xy 177.897 59.737) + (xy 177.383 59.737) + (xy 177.383 59.717) + (xy 177.363 59.717) + (xy 177.363 59.203) + (xy 177.383 59.203) + (xy 177.383 58.8625) + (xy 177.897 58.8625) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 172.937595 59.445858) + (xy 172.923453 59.46) + (xy 172.937595 59.474142) + (xy 172.574142 59.837595) + (xy 172.56 59.823453) + (xy 172.545858 59.837595) + (xy 172.182405 59.474142) + (xy 172.196547 59.46) + (xy 172.182405 59.445858) + (xy 172.545858 59.082405) + (xy 172.56 59.096547) + (xy 172.574142 59.082405) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 175.477595 59.445858) + (xy 175.463453 59.46) + (xy 175.477595 59.474142) + (xy 175.114142 59.837595) + (xy 175.1 59.823453) + (xy 175.085858 59.837595) + (xy 174.722405 59.474142) + (xy 174.736547 59.46) + (xy 174.722405 59.445858) + (xy 175.085858 59.082405) + (xy 175.1 59.096547) + (xy 175.114142 59.082405) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 167.857595 59.445858) + (xy 167.843453 59.46) + (xy 167.857595 59.474142) + (xy 167.494142 59.837595) + (xy 167.48 59.823453) + (xy 167.465858 59.837595) + (xy 167.102405 59.474142) + (xy 167.116547 59.46) + (xy 167.102405 59.445858) + (xy 167.465858 59.082405) + (xy 167.48 59.096547) + (xy 167.494142 59.082405) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 170.397595 59.445858) + (xy 170.383453 59.46) + (xy 170.397595 59.474142) + (xy 170.034142 59.837595) + (xy 170.02 59.823453) + (xy 170.005858 59.837595) + (xy 169.642405 59.474142) + (xy 169.656547 59.46) + (xy 169.642405 59.445858) + (xy 170.005858 59.082405) + (xy 170.02 59.096547) + (xy 170.034142 59.082405) + ) + ) + ) + (zone (net 0) (net_name "") (layer "B.Cu") (tstamp f254534e-f54f-4a52-a43a-7debd352da03) (hatch edge 0.508) + (connect_pads (clearance 0)) + (min_thickness 0.254) + (keepout (tracks not_allowed) (vias not_allowed) (pads allowed ) (copperpour not_allowed) (footprints allowed)) + (fill (thermal_gap 0.768) (thermal_bridge_width 0.768)) + (polygon + (pts + (xy 213.69 41.83) + (xy 190.94 41.83) + (xy 190.94 56.33) + (xy 213.68 56.33) + (xy 213.68 41.83) + ) + ) + ) +) diff --git a/kicad/SFD800.kicad_prl b/kicad/SFD800.kicad_prl new file mode 100644 index 0000000..4454c48 --- /dev/null +++ b/kicad/SFD800.kicad_prl @@ -0,0 +1,75 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "All Layers", + "auto_track_width": true, + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "ratsnest_display_mode": 0, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": true, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 0 + }, + "meta": { + "filename": "SFD800.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/kicad/SFD800.kicad_pro b/kicad/SFD800.kicad_pro new file mode 100644 index 0000000..14dab24 --- /dev/null +++ b/kicad/SFD800.kicad_pro @@ -0,0 +1,470 @@ +{ + "board": { + "design_settings": { + "defaults": { + "board_outline_line_width": 0.049999999999999996, + "copper_line_width": 0.19999999999999998, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.049999999999999996, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.09999999999999999, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.09999999999999999, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.762, + "height": 1.524, + "width": 1.524 + }, + "silk_line_width": 0.12, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.15, + "silk_text_upright": false, + "zones": { + "45_degree_only": false, + "min_clearance": 0.254 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "copper_edge_clearance": "error", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint_type_mismatch": "error", + "hole_clearance": "error", + "hole_near_hole": "error", + "invalid_outline": "error", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "error", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zone_has_empty_net": "error", + "zones_intersect": "error" + }, + "rule_severitieslegacy_courtyards_overlap": true, + "rule_severitieslegacy_no_courtyard_defined": false, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_copper_edge_clearance": 0.024999999999999998, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.19999999999999998, + "min_microvia_drill": 0.09999999999999999, + "min_silk_clearance": 0.0, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.19999999999999998, + "min_via_annular_width": 0.049999999999999996, + "min_via_diameter": 0.5, + "use_height_for_length_calcs": true + }, + "track_widths": [ + 0.0, + 0.2, + 0.254, + 0.381, + 0.508, + 0.8128 + ], + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + }, + { + "diameter": 0.5, + "drill": 0.3 + }, + { + "diameter": 0.5, + "drill": 0.35 + }, + { + "diameter": 0.5, + "drill": 0.4 + }, + { + "diameter": 0.8, + "drill": 0.5 + } + ], + "zones_allow_external_fillets": false, + "zones_use_no_outline": true + }, + "layer_presets": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_label_syntax": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "SFD800.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12.0, + "clearance": 0.2, + "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": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.25, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + }, + { + "bus_width": 12.0, + "clearance": 0.2, + "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": "Power", + "nets": [ + "+5V", + "GNDPWR" + ], + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.5, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6.0 + } + ], + "meta": { + "version": 2 + }, + "net_colors": null + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "specctra_dsn": "", + "step": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "drawing": { + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.25, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_external_command": "spice \"%I\"", + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "418bd263-f0a9-42da-88ea-160d6eff482c", + "" + ] + ], + "text_variables": {} +} diff --git a/kicad/SFD800.kicad_sch b/kicad/SFD800.kicad_sch new file mode 100644 index 0000000..04a658b --- /dev/null +++ b/kicad/SFD800.kicad_sch @@ -0,0 +1,7084 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid 418bd263-f0a9-42da-88ea-160d6eff482c) + + (paper "A4") + + (title_block + (title "K&P SFD-800 Floppy Interface") + (date "2021-05-17") + (rev "1.0") + (comment 1 "board.") + (comment 2 "This is a recreation of the card using the original schematic and probe of an original") + (comment 3 "Sharp MZ-800/MZ-80B/MZ-2000.") + (comment 4 "Kersten & Partners SFD-800 Floppy Disk Interface card for the ") + ) + + (lib_symbols + (symbol "74xx:74LS04" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at 0 1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (id 1) (at 0 -1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL not inv" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Hex Inverter" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS04_1_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_2_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_3_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_4_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_5_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_6_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_7_0" + (pin power_in line (at 0 12.7 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -12.7 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_7_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS06" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at 0 1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS06" (id 1) (at 0 -1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL not inv OpenCol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Inverter Open Collect" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS06_1_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_2_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_3_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_4_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_5_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_6_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin open_collector inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_7_0" + (pin power_in line (at 0 12.7 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -12.7 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS06_7_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS14" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at 0 1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS14" (id 1) (at 0 -1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL not inverter" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Hex inverter schmitt trigger" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS14_1_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_1_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_2_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_2_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_3_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_3_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_4_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_4_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_5_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_5_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_6_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_6_1" + (polyline + (pts + (xy -1.905 -1.27) + (xy -1.905 1.27) + (xy -0.635 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -1.27) + (xy -0.635 -1.27) + (xy -0.635 1.27) + (xy 0 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "74LS14_7_0" + (pin power_in line (at 0 12.7 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -12.7 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS14_7_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS145" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -7.62 13.97 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS145" (id 1) (at -7.62 -16.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS145" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL DECOD10 OpenColl" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Decoder 1 to 10, Open Collector" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP?16*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS145_1_0" + (pin open_collector inverted (at 12.7 10.16 180) (length 5.08) + (name "Q0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 -10.16 180) (length 5.08) + (name "Q8" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 -12.7 180) (length 5.08) + (name "Q9" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 5.08) + (name "P3" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 5.08) + (name "P2" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 5.08) + (name "P1" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 5.08) + (name "P0" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 17.78 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 7.62 180) (length 5.08) + (name "Q1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 5.08 180) (length 5.08) + (name "Q2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 2.54 180) (length 5.08) + (name "Q3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 0 180) (length 5.08) + (name "Q4" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 -2.54 180) (length 5.08) + (name "Q5" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 -5.08 180) (length 5.08) + (name "Q6" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -20.32 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin open_collector inverted (at 12.7 -7.62 180) (length 5.08) + (name "Q7" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS145_1_1" + (rectangle (start -7.62 12.7) (end 7.62 -15.24) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS175" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -7.62 13.97 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS175" (id 1) (at -7.62 -16.51 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS175" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL REG REG4 DFF" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "4-bit D Flip-Flop, reset" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP?16*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS175_1_0" + (pin input line (at -12.7 -12.7 0) (length 5.08) + (name "~{Mr}" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 0 180) (length 5.08) + (name "Q2" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -2.54 180) (length 5.08) + (name "~{Q2}" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 5.08) + (name "D2" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -5.08 0) (length 5.08) + (name "D3" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -7.62 180) (length 5.08) + (name "~{Q3}" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -5.08 180) (length 5.08) + (name "Q3" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 17.78 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 10.16 180) (length 5.08) + (name "Q0" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 7.62 180) (length 5.08) + (name "~{Q0}" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 5.08) + (name "D0" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 5.08) + (name "D1" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 2.54 180) (length 5.08) + (name "~{Q1}" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 5.08) + (name "Q1" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -20.32 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input clock (at -12.7 -10.16 0) (length 5.08) + (name "Cp" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS175_1_1" + (rectangle (start -7.62 12.7) (end 7.62 -15.24) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS242" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -7.62 11.43 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS242" (id 1) (at -7.62 -11.43 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS242" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "bus 3state" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "quad bus transceiver, inverting 3-state outputs" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP?12*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS242_1_0" + (pin input inverted (at -12.7 -5.08 0) (length 5.08) + (name "OEa" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state inverted (at 12.7 5.08 180) (length 5.08) + (name "B1" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state inverted (at 12.7 7.62 180) (length 5.08) + (name "B0" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -7.62 0) (length 5.08) + (name "OEb" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 15.24 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 5.08) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 5.08) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 5.08) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 5.08) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -15.24 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state inverted (at 12.7 0 180) (length 5.08) + (name "B3" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state inverted (at 12.7 2.54 180) (length 5.08) + (name "B2" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS242_1_1" + (rectangle (start -7.62 10.16) (end 7.62 -10.16) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "74xx:74LS74" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -7.62 8.89 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS74" (id 1) (at -7.62 -8.89 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL DFF" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Dual D Flip-flop, Set & Reset" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" (id 7) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "74LS74_1_0" + (pin input line (at 0 -7.62 90) (length 2.54) + (name "~{R}" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input clock (at -7.62 0 0) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 7.62 270) (length 2.54) + (name "~{S}" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 2.54 180) (length 2.54) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 -2.54 180) (length 2.54) + (name "~{Q}" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS74_1_1" + (rectangle (start -5.08 5.08) (end 5.08 -5.08) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "74LS74_2_0" + (pin input line (at 0 7.62 270) (length 2.54) + (name "~{S}" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input clock (at -7.62 0 0) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 2.54 0) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -7.62 90) (length 2.54) + (name "~{R}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 -2.54 180) (length 2.54) + (name "~{Q}" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 7.62 2.54 180) (length 2.54) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS74_2_1" + (rectangle (start -5.08 5.08) (end 5.08 -5.08) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "74LS74_3_0" + (pin power_in line (at 0 10.16 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -10.16 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS74_3_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x17_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 1.27 22.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x17_Odd_Even" (id 1) (at 1.27 -22.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, double row, 02x17, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_02x17_Odd_Even_1_1" + (rectangle (start -1.27 -20.193) (end 0 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -17.653) (end 0 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -15.113) (end 0 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -12.573) (end 0 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 10.287) (end 0 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 12.827) (end 0 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 15.367) (end 0 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 17.907) (end 0 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 20.447) (end 0 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 21.59) (end 3.81 -21.59) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start 3.81 -20.193) (end 2.54 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -17.653) (end 2.54 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -15.113) (end 2.54 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -12.573) (end 2.54 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -10.033) (end 2.54 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -7.493) (end 2.54 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 7.747) (end 2.54 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 10.287) (end 2.54 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 12.827) (end 2.54 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 15.367) (end 2.54 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 17.907) (end 2.54 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 20.447) (end 2.54 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 20.32 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 10.16 180) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 7.62 180) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 5.08 180) (length 3.81) + (name "Pin_14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 20.32 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 7.62 -2.54 180) (length 3.81) + (name "Pin_20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -7.62 180) (length 3.81) + (name "Pin_24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -10.16 180) (length 3.81) + (name "Pin_26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -12.7 0) (length 3.81) + (name "Pin_27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -12.7 180) (length 3.81) + (name "Pin_28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -15.24 0) (length 3.81) + (name "Pin_29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 17.78 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 -15.24 180) (length 3.81) + (name "Pin_30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -17.78 0) (length 3.81) + (name "Pin_31" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -17.78 180) (length 3.81) + (name "Pin_32" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -20.32 0) (length 3.81) + (name "Pin_33" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -20.32 180) (length 3.81) + (name "Pin_34" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 17.78 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 15.24 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 15.24 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 12.7 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 12.7 180) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 10.16 0) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:CP_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device_CP_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "CP_Small_0_1" + (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -1.524 0.6858) (end 1.524 0.3048) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.524) + (xy -0.762 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.27) + (xy -1.016 1.778) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "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)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (id 6) (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) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (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)))) + (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:Crystal_Small" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "Y" (id 0) (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Crystal_Small" (id 1) (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "quartz ceramic resonator oscillator" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Two pin crystal, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Crystal*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Crystal_Small_0_1" + (rectangle (start -0.762 -1.524) (end 0.762 1.524) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 -0.762) + (xy -1.27 0.762) + ) + (stroke (width 0.381) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -0.762) + (xy 1.27 0.762) + ) + (stroke (width 0.381) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "Crystal_Small_1_1" + (pin passive line (at -2.54 0 0) (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 2.54 0 180) (length 1.27) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Network05" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "RN" (id 0) (at -7.62 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "R_Network05" (id 1) (at 7.62 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_THT:R_Array_SIP6" (id 2) (at 9.525 0 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R network star-topology" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "5 resistor network, star topology, bussed resistors, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R?Array?SIP*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Network05_0_1" + (rectangle (start -6.35 -3.175) (end 6.35 3.175) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start -5.842 1.524) (end -4.318 -2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -5.08 2.286) (radius 0.254) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -3.302 1.524) (end -1.778 -2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center -2.54 2.286) (radius 0.254) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start -0.762 1.524) (end 0.762 -2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 -2.54) + (xy -5.08 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -2.54) + (xy -2.54 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.54) + (xy 0 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -2.54) + (xy 2.54 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -2.54) + (xy 5.08 -3.81) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 1.524) + (xy -5.08 2.286) + (xy -2.54 2.286) + (xy -2.54 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 1.524) + (xy -2.54 2.286) + (xy 0 2.286) + (xy 0 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 1.524) + (xy 0 2.286) + (xy 2.54 2.286) + (xy 2.54 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 1.524) + (xy 2.54 2.286) + (xy 5.08 2.286) + (xy 5.08 1.524) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center 0 2.286) (radius 0.254) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 1.778 1.524) (end 3.302 -2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (circle (center 2.54 2.286) (radius 0.254) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type outline)) + ) + (rectangle (start 4.318 1.524) (end 5.842 -2.54) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "R_Network05_1_1" + (pin passive line (at -5.08 5.08 270) (length 2.54) + (name "common" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 90) (length 1.27) + (name "R1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -2.54 -5.08 90) (length 1.27) + (name "R2" (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 1.27) + (name "R3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 1.27) + (name "R4" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 -5.08 90) (length 1.27) + (name "R5" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "R" (id 0) (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "R_Small_0_1" + (rectangle (start -0.762 1.778) (end 0.762 -1.778) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "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 "MZ80-80CLR:WD1773" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -8.89 24.13 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MZ80-80CLR_WD1773" (id 1) (at 8.382 24.384 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_DIP:DIP-28_W15.24mm" (id 2) (at 19.05 -29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP*W15.24mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "WD1773_0_1" + (rectangle (start -10.16 21.59) (end 10.16 -25.4) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "WD1773_1_1" + (pin input line (at -12.7 -13.97 0) (length 2.54) + (name "~{CS}" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 1.27 0) (length 2.54) + (name "DI5" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 -1.27 0) (length 2.54) + (name "DI6" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 -3.81 0) (length 2.54) + (name "DI7" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 17.78 0) (length 2.54) + (name "~{MR}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -27.94 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 24.13 270) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 10.16 180) (length 2.54) + (name "STEP" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 12.7 180) (length 2.54) + (name "DIRC" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin input clock (at 12.7 17.78 180) (length 2.54) + (name "CLK" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -6.35 180) (length 2.54) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -16.51 0) (length 2.54) + (name "R/~{W}" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -13.97 180) (length 2.54) + (name "RDY/ENP" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 2.54 180) (length 2.54) + (name "WG" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 5.08 180) (length 2.54) + (name "WD" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -3.81 180) (length 2.54) + (name "~{TR00}" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -8.89 180) (length 2.54) + (name "~{IP}" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -11.43 180) (length 2.54) + (name "~{WPRT}" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -22.86 180) (length 2.54) + (name "~{DDEN}" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -12.7 -22.86 0) (length 2.54) + (name "DRQ" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -20.32 0) (length 2.54) + (name "INTRQ" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -7.62 0) (length 2.54) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 2.54) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 13.97 0) (length 2.54) + (name "DI0" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 11.43 0) (length 2.54) + (name "DI1" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 8.89 0) (length 2.54) + (name "DI2" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 6.35 0) (length 2.54) + (name "DI3" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -12.7 3.81 0) (length 2.54) + (name "DI4" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "SFD800:Ext_Bus_MZ800" (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 0 31.115 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Ext_Bus_MZ800" (id 1) (at 0 -31.115 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://en.wikipedia.org/wiki/Industry_Standard_Architecture" (id 3) (at 0 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "ISA" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "8-bit ISA-PC bus connector" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Ext_Bus_MZ800_0_0" + (text " Top Side" (at -5.08 29.21 0) + (effects (font (size 0.7874 0.7874))) + ) + (text "Bottom Side" (at 3.81 29.21 0) + (effects (font (size 0.7874 0.7874))) + ) + ) + (symbol "Ext_Bus_MZ800_0_1" + (rectangle (start -7.62 -29.21) (end 7.62 30.48) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "Ext_Bus_MZ800_1_1" + (pin power_out line (at -10.16 26.67 0) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 16.51 180) (length 2.54) + (name "D6" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 13.97 0) (length 2.54) + (name "AD15" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 13.97 180) (length 2.54) + (name "D7" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 11.43 0) (length 2.54) + (name "AD14" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 11.43 180) (length 2.54) + (name "BUS0" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 8.89 0) (length 2.54) + (name "AD13" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 8.89 180) (length 2.54) + (name "~{M1}" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 6.35 0) (length 2.54) + (name "AD12" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 6.35 180) (length 2.54) + (name "~{WR}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 3.81 0) (length 2.54) + (name "AD11" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 26.67 180) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 3.81 180) (length 2.54) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 1.27 0) (length 2.54) + (name "AD10" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 1.27 180) (length 2.54) + (name "~{IORQ}" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -1.27 0) (length 2.54) + (name "AD9" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -1.27 180) (length 2.54) + (name "~{MREQ}" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -3.81 0) (length 2.54) + (name "AD8" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 10.16 -3.81 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -6.35 0) (length 2.54) + (name "AD7" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -6.35 180) (length 2.54) + (name "~{HALT}" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -8.89 0) (length 2.54) + (name "AD6" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 24.13 0) (length 2.54) + (name "D2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -8.89 180) (length 2.54) + (name "IE1" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -11.43 0) (length 2.54) + (name "AD5" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -11.43 180) (length 2.54) + (name "NC" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -13.97 0) (length 2.54) + (name "AD4" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -13.97 180) (length 2.54) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -16.51 0) (length 2.54) + (name "AD3" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -16.51 180) (length 2.54) + (name "~{EXRESET}" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -19.05 0) (length 2.54) + (name "AD2" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -19.05 180) (length 2.54) + (name "~{INT}" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -21.59 0) (length 2.54) + (name "AD1" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 24.13 180) (length 2.54) + (name "D3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -21.59 180) (length 2.54) + (name "~{EXWAIT}" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -24.13 0) (length 2.54) + (name "AD0" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -24.13 180) (length 2.54) + (name "NC" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 -26.67 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 -26.67 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 21.59 0) (length 2.54) + (name "D1" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 21.59 180) (length 2.54) + (name "D4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 19.05 0) (length 2.54) + (name "D0" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 19.05 180) (length 2.54) + (name "D5" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 16.51 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "SFD800:PAL12L6" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -8.89 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "PAL12L6" (id 1) (at 1.27 17.78 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "PAL PLD 16L8" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Programmable Logic Array, DIP-20" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP* PDIP*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "PAL12L6_0_0" + (pin power_in line (at 0 -25.4 90) (length 3.81) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 19.05 270) (length 3.81) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "PAL12L6_0_1" + (rectangle (start -8.89 15.24) (end 7.62 -21.59) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "PAL12L6_1_1" + (pin input line (at -12.7 12.7 0) (length 3.81) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -12.7 0) (length 3.81) + (name "~{WR}" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -15.24 0) (length 3.81) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 10.16 180) (length 3.81) + (name "~{BUS}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 1.27 180) (length 3.81) + (name "~{DRIVE}" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -8.89 180) (length 3.81) + (name "~{RES}" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -15.24 180) (length 3.81) + (name "~{SIDE}" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -3.81 180) (length 3.81) + (name "~{DDEN}" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 6.35 180) (length 3.81) + (name "~{FDC}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 3.81) + (name "~{IORQ}" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 3.81) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 3.81) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -19.05 0) (length 3.81) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 3.81) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "A5" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -2.54 0) (length 3.81) + (name "A6" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -5.08 0) (length 3.81) + (name "A7" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "+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)))) + ) + ) + ) + (symbol "power:GNDPWR" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -5.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 0 -3.302 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GNDPWR\" , power ground" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GNDPWR_0_1" + (polyline + (pts + (xy 0 -1.27) + (xy 0 0) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 -1.27) + (xy -1.27 -2.032) + (xy -1.27 -2.032) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -1.27) + (xy -0.762 -2.032) + (xy -0.762 -2.032) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy -0.254 -2.032) + (xy -0.254 -2.032) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.508 -1.27) + (xy 0.254 -2.032) + (xy 0.254 -2.032) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -1.27) + (xy -1.016 -1.27) + (xy -1.016 -1.27) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 -1.27) + (xy 0.762 -2.032) + (xy 0.762 -2.032) + (xy 0.762 -2.032) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "GNDPWR_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GNDPWR" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 36.83 193.04) (diameter 0) (color 0 0 0 0) + (uuid 023bef3f-ec80-4f94-9a8a-1c49ef02001c) + ) + (junction (at 58.42 165.1) (diameter 0) (color 0 0 0 0) + (uuid 04403a14-37fb-4efc-a98d-f5d9d2507d4c) + ) + (junction (at 22.86 165.1) (diameter 0) (color 0 0 0 0) + (uuid 0cb03926-b122-4cdb-83ee-3a07cc2bdb27) + ) + (junction (at 36.83 34.29) (diameter 0) (color 0 0 0 0) + (uuid 0f611528-7998-43ea-8dcf-caa954101c99) + ) + (junction (at 238.76 93.98) (diameter 0) (color 0 0 0 0) + (uuid 13eb95bb-f337-46bc-a904-7de2895beeb1) + ) + (junction (at 119.38 115.57) (diameter 0) (color 0 0 0 0) + (uuid 15207d11-9260-45ee-b528-804e22a1625d) + ) + (junction (at 196.85 19.05) (diameter 0) (color 0 0 0 0) + (uuid 19368116-8cdf-43b5-b2e7-162f8454b22b) + ) + (junction (at 203.2 162.56) (diameter 0) (color 0 0 0 0) + (uuid 235d9c45-9590-4877-95c0-b5c16d2d6fdb) + ) + (junction (at 22.86 193.04) (diameter 0) (color 0 0 0 0) + (uuid 263a7eac-f1ba-4c92-849c-0efacd7a27ec) + ) + (junction (at 72.39 193.04) (diameter 0) (color 0 0 0 0) + (uuid 2684f2cb-328e-43d7-9120-e5955465e723) + ) + (junction (at 30.48 165.1) (diameter 0) (color 0 0 0 0) + (uuid 2f1dccca-2f03-4544-b1d6-01b3dbdb2386) + ) + (junction (at 222.25 95.25) (diameter 0) (color 0 0 0 0) + (uuid 30c24abb-6406-41df-8566-d6575a18628c) + ) + (junction (at 36.83 165.1) (diameter 0) (color 0 0 0 0) + (uuid 338a09a4-518c-43d2-bf2f-6112e97255cc) + ) + (junction (at 38.1 115.57) (diameter 0) (color 0 0 0 0) + (uuid 3dc63e3d-03dd-4b68-a02c-62dc46b6aae6) + ) + (junction (at 64.77 165.1) (diameter 0) (color 0 0 0 0) + (uuid 3e9977e4-8914-44b3-b7fa-227caf233fe8) + ) + (junction (at 219.71 86.36) (diameter 0) (color 0 0 0 0) + (uuid 3ec82804-cf15-4f94-bf3c-daf8c0f0f105) + ) + (junction (at 238.76 88.9) (diameter 0) (color 0 0 0 0) + (uuid 4b9802bb-0786-4c6d-b335-395dd7996acc) + ) + (junction (at 217.17 29.21) (diameter 0) (color 0 0 0 0) + (uuid 4c317da2-6b83-4602-8043-79cf6c20ba58) + ) + (junction (at 95.25 115.57) (diameter 0) (color 0 0 0 0) + (uuid 4cc42441-1029-46d3-840f-fdd8a400e523) + ) + (junction (at 107.95 109.22) (diameter 0) (color 0 0 0 0) + (uuid 64576e01-ba8a-4fce-99af-e8d18994c9fa) + ) + (junction (at 86.36 179.07) (diameter 0) (color 0 0 0 0) + (uuid 64e8744f-71c5-41f5-9eb5-1c526ad36d73) + ) + (junction (at 78.74 193.04) (diameter 0) (color 0 0 0 0) + (uuid 6864395d-3c1c-4ce2-a58c-9bda63fd4aed) + ) + (junction (at 238.76 111.76) (diameter 0) (color 0 0 0 0) + (uuid 68bdae9f-cabc-459d-8b7f-14b66990e6da) + ) + (junction (at 99.06 45.72) (diameter 0) (color 0 0 0 0) + (uuid 68fb83a0-0baf-4a51-b0be-4650fa058726) + ) + (junction (at 95.25 143.51) (diameter 0) (color 0 0 0 0) + (uuid 7018b25c-f3a4-4986-a9dd-c20116ff3865) + ) + (junction (at 196.85 29.21) (diameter 0) (color 0 0 0 0) + (uuid 71964e1e-0004-4142-9068-8263e2ef795a) + ) + (junction (at 238.76 109.22) (diameter 0) (color 0 0 0 0) + (uuid 7758751a-1c20-4db7-ab5f-f8a7a598b913) + ) + (junction (at 97.79 85.09) (diameter 0) (color 0 0 0 0) + (uuid 7a727b4b-945e-4a8b-891b-3ea3237e278f) + ) + (junction (at 97.79 83.82) (diameter 0) (color 0 0 0 0) + (uuid 7e4ad0ec-eeca-4636-9a66-eff80c9451ca) + ) + (junction (at 72.39 165.1) (diameter 0) (color 0 0 0 0) + (uuid 7e623bc6-23b6-4661-93b8-1f672e1d4d74) + ) + (junction (at 64.77 193.04) (diameter 0) (color 0 0 0 0) + (uuid 813bb03b-a2cf-4df4-95a2-cadfe5a3495d) + ) + (junction (at 238.76 86.36) (diameter 0) (color 0 0 0 0) + (uuid 89234f85-002e-457a-9f2b-b4e0ea3734d0) + ) + (junction (at 50.8 165.1) (diameter 0) (color 0 0 0 0) + (uuid 898bbeeb-43ec-4331-9a6a-2d218fb6873f) + ) + (junction (at 238.76 96.52) (diameter 0) (color 0 0 0 0) + (uuid 8b7eab7f-f5a8-41d1-98d3-e9d9667a894a) + ) + (junction (at 238.76 91.44) (diameter 0) (color 0 0 0 0) + (uuid 8c94bf59-7772-464d-b570-c2589b8cd903) + ) + (junction (at 214.63 68.58) (diameter 0) (color 0 0 0 0) + (uuid 8d1f8711-6f2d-423d-b472-ceffc4cbe9d7) + ) + (junction (at 232.41 29.21) (diameter 0) (color 0 0 0 0) + (uuid 8e527f49-a633-4005-aab0-b8e7b98930a6) + ) + (junction (at 238.76 78.74) (diameter 0) (color 0 0 0 0) + (uuid 8f56eeb6-8ff1-43ff-ae95-0185b809227f) + ) + (junction (at 95.25 170.18) (diameter 0) (color 0 0 0 0) + (uuid 9ad2106c-8eb3-4413-85a9-5275033bef55) + ) + (junction (at 238.76 76.2) (diameter 0) (color 0 0 0 0) + (uuid a3f86e17-ea4b-42d2-b789-0404b65527e2) + ) + (junction (at 238.76 99.06) (diameter 0) (color 0 0 0 0) + (uuid a4aafffd-00e7-4623-910e-1c684f0e99f2) + ) + (junction (at 50.8 193.04) (diameter 0) (color 0 0 0 0) + (uuid a74b9a6e-8f36-42fc-8c39-8a7758d6bfb7) + ) + (junction (at 58.42 193.04) (diameter 0) (color 0 0 0 0) + (uuid a884bd5b-ac64-48de-abcd-39f215c50b7c) + ) + (junction (at 55.88 26.67) (diameter 0) (color 0 0 0 0) + (uuid acac0384-e99f-4937-bce3-1d52e2b73bbd) + ) + (junction (at 165.1 20.32) (diameter 0) (color 0 0 0 0) + (uuid b4aab1f4-9748-4abc-9441-06f925b9ed46) + ) + (junction (at 212.09 59.69) (diameter 0) (color 0 0 0 0) + (uuid c3869b41-9469-4d1b-bc98-7e6ac0d367c9) + ) + (junction (at 78.74 165.1) (diameter 0) (color 0 0 0 0) + (uuid c95487fe-ddc0-4e1e-bccc-17cf238447ec) + ) + (junction (at 20.32 100.33) (diameter 0) (color 0 0 0 0) + (uuid caaf1742-a764-49c4-a506-65065d10d7c5) + ) + (junction (at 151.13 49.53) (diameter 0) (color 0 0 0 0) + (uuid d1bbf7b5-56df-4d9d-a33d-0cc6ee3793fa) + ) + (junction (at 238.76 104.14) (diameter 0) (color 0 0 0 0) + (uuid d924fee8-5747-4b27-a2a2-4b8680bb299a) + ) + (junction (at 119.38 99.06) (diameter 0) (color 0 0 0 0) + (uuid dd24a8aa-3487-4fe1-b6f3-9fdc5c7a79a5) + ) + (junction (at 20.32 105.41) (diameter 0) (color 0 0 0 0) + (uuid dfac940d-b4c3-44a8-9661-2bd75af17517) + ) + (junction (at 44.45 165.1) (diameter 0) (color 0 0 0 0) + (uuid e5100bf2-d584-430a-b5e1-5570887aa97b) + ) + (junction (at 238.76 101.6) (diameter 0) (color 0 0 0 0) + (uuid ea6f688c-4542-4cf3-9e1e-6fddcaaa1753) + ) + (junction (at 212.09 29.21) (diameter 0) (color 0 0 0 0) + (uuid eef607e8-fd6c-4ad6-a2dc-46ae423b5c5f) + ) + (junction (at 30.48 193.04) (diameter 0) (color 0 0 0 0) + (uuid f0cfbdb4-f653-4427-9085-e92a2ee22454) + ) + (junction (at 238.76 83.82) (diameter 0) (color 0 0 0 0) + (uuid f31f2540-7987-42bf-9286-046529b027cd) + ) + (junction (at 238.76 81.28) (diameter 0) (color 0 0 0 0) + (uuid f63f9169-6be7-474e-910e-7595dfe34053) + ) + (junction (at 217.17 62.23) (diameter 0) (color 0 0 0 0) + (uuid f8550422-fd4b-41e5-9584-b4f3a484538c) + ) + (junction (at 238.76 106.68) (diameter 0) (color 0 0 0 0) + (uuid fc44bcfe-7272-4efa-be5d-d11f7ba547aa) + ) + (junction (at 44.45 193.04) (diameter 0) (color 0 0 0 0) + (uuid fca53532-acdb-4d94-8145-3530e5fba134) + ) + (junction (at 238.76 73.66) (diameter 0) (color 0 0 0 0) + (uuid fce46f81-7603-49da-b7b3-7c6d967e4a37) + ) + (junction (at 48.26 105.41) (diameter 0) (color 0 0 0 0) + (uuid fe9b707d-fb58-44b8-a60f-3416f9e8cac4) + ) + (junction (at 13.97 165.1) (diameter 0) (color 0 0 0 0) + (uuid ff7f8859-40b8-4da7-afb1-ba247ab8d9fa) + ) + + (no_connect (at 215.9 134.62) (uuid 0132ebc3-5dce-4898-90fc-a0b0866424e7)) + (no_connect (at 26.67 59.69) (uuid 08af9046-e1f7-4e79-9df5-9c7cf629fd8d)) + (no_connect (at 254 73.66) (uuid 0a517b9a-a9fc-44f0-b6e1-5b5bad5d4c74)) + (no_connect (at 46.99 64.77) (uuid 0eff19b8-0d61-40c4-b192-a64b8e958da0)) + (no_connect (at 127 121.92) (uuid 127ca328-f6ff-4bd2-9afe-ab448132aba7)) + (no_connect (at 26.67 72.39) (uuid 23db4164-ed93-4f47-bb16-0bd96427d5e8)) + (no_connect (at 215.9 139.7) (uuid 24deb3fd-8a36-49f1-a933-0cd2c0d8fbf0)) + (no_connect (at 102.87 181.61) (uuid 2955c770-9924-43ac-ab84-e13dbbe41ef0)) + (no_connect (at 215.9 137.16) (uuid 2af7c390-80e6-4488-b49e-278e1c523a42)) + (no_connect (at 26.67 67.31) (uuid 3c62b8c1-b3c4-4750-89a2-69a4831b164d)) + (no_connect (at 102.87 176.53) (uuid 48506979-492e-4d1b-ba6b-62f1cfb742d3)) + (no_connect (at 46.99 62.23) (uuid 4906c747-58e0-41d6-ad3c-04467e0e8b1e)) + (no_connect (at 26.67 64.77) (uuid 4c5e8dd1-7ddf-4bb7-a4fa-dcf16122b7fb)) + (no_connect (at 46.99 82.55) (uuid 50b6aa6e-a9ed-4bda-afb7-85af9d92b210)) + (no_connect (at 46.99 97.79) (uuid 518cd8eb-d632-4765-9097-219fec4a4526)) + (no_connect (at 138.43 99.06) (uuid 6c7bd0e6-94d3-4516-ac96-2aba99966bf2)) + (no_connect (at 46.99 85.09) (uuid 71f0e849-6230-4f7c-a287-0001c4ea60d8)) + (no_connect (at 167.64 139.7) (uuid 77adc0db-723e-4afd-8e21-fbe900fe19d6)) + (no_connect (at 215.9 154.94) (uuid 7ffef293-f337-4075-8b6e-6b29f6386324)) + (no_connect (at 46.99 80.01) (uuid 97d9637d-81b8-4ce1-b49a-1a2e1a3fb146)) + (no_connect (at 167.64 144.78) (uuid 9a7dddbb-0321-4734-8304-f0031103e698)) + (no_connect (at 254 71.12) (uuid a78481ed-1e56-4f3b-85d4-6aee45b67505)) + (no_connect (at 167.64 134.62) (uuid ab163836-97eb-437d-8c61-38a2e3174900)) + (no_connect (at 138.43 96.52) (uuid ace4ae97-fc00-406b-8a60-7e66c693feda)) + (no_connect (at 26.67 62.23) (uuid b4c1df81-1f94-4b3d-badf-1c0ebeaa4242)) + (no_connect (at 46.99 90.17) (uuid ba55fd1b-3e6d-4bda-afe4-3461211997ff)) + (no_connect (at 46.99 92.71) (uuid c1dc8529-f133-4c6e-b0c2-5ce29142f45e)) + (no_connect (at 167.64 149.86) (uuid c59a2424-8316-473f-bfd6-bae0b7cd0742)) + (no_connect (at 26.67 77.47) (uuid cdf26929-46d8-416f-834e-5a6d774e7f40)) + (no_connect (at 26.67 69.85) (uuid d4a8d290-cf4e-4ff3-a3d5-b39c0e39f800)) + (no_connect (at 46.99 95.25) (uuid d6573333-7508-4e20-81cc-f2be1916041d)) + (no_connect (at 46.99 74.93) (uuid dd6946a8-dd8d-42eb-b56d-3a7de7d7b127)) + (no_connect (at 127 109.22) (uuid f39bee2c-88de-43de-8e0c-de064322615a)) + (no_connect (at 26.67 74.93) (uuid f61aa9da-bdb0-4d24-a543-c14c297fb90b)) + (no_connect (at 215.9 152.4) (uuid fcc50768-e59a-483f-acec-ed5eab47c4d6)) + (no_connect (at 215.9 132.08) (uuid fcf1c1ba-3ef2-4fe5-9ac7-fba58c73a8f0)) + + (bus_entry (at 59.69 74.93) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0111cd24-7248-4dcf-bd71-97789aad1d74) + ) + (bus_entry (at 102.87 36.83) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 01991075-be4f-4d30-8333-767780dbc77c) + ) + (bus_entry (at 59.69 111.76) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 028f6ff8-a15a-452c-b354-d832e2efd818) + ) + (bus_entry (at 59.69 92.71) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0631d1a0-afa6-41fe-bfe9-3ec0b86e7de3) + ) + (bus_entry (at 100.33 74.93) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0873bb36-33d1-470a-bd5c-4c0a57441bab) + ) + (bus_entry (at 16.51 129.54) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 16193478-4a56-46c3-907e-871a581697b2) + ) + (bus_entry (at 17.78 142.24) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 212d7b60-165c-4b29-8704-fc7874817647) + ) + (bus_entry (at 130.81 77.47) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2193f52d-f775-484f-86b8-5db024126380) + ) + (bus_entry (at 16.51 77.47) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21b7c3f4-7405-49f9-9b7f-f120204c124d) + ) + (bus_entry (at 59.69 64.77) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 221f531f-475d-40d3-b5c3-fdd215dfe4ac) + ) + (bus_entry (at 16.51 139.7) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 231861cb-8489-4194-a031-40848057efe0) + ) + (bus_entry (at 16.51 127) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 29a7b93d-c463-4fbb-8c84-c3640a42d1f7) + ) + (bus_entry (at 59.69 72.39) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2ee7eee8-21e7-4fd2-912f-19171f765fff) + ) + (bus_entry (at 16.51 137.16) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2f4de506-9229-43a0-82ee-eed9ae31024f) + ) + (bus_entry (at 59.69 69.85) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 30234c72-d39b-442b-bd44-23e1f80bfdc8) + ) + (bus_entry (at 16.51 95.25) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 30967272-433d-4715-b857-d5cf0dbb6842) + ) + (bus_entry (at 59.69 67.31) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 31a38d67-69de-4320-b290-12739384fffa) + ) + (bus_entry (at 133.35 134.62) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3739f746-6b44-4763-84b1-c9ed485fdad9) + ) + (bus_entry (at 100.33 39.37) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3af298b3-51d8-457d-b4d2-6866d70091b7) + ) + (bus_entry (at 100.33 31.75) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3c35c229-0cc5-498a-bd47-948ce1bc5e3f) + ) + (bus_entry (at 133.35 144.78) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3f5e547f-ab03-40a4-ad7d-e7ed5efd3b0a) + ) + (bus_entry (at 100.33 34.29) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 40c84368-15ed-4a3b-8b5a-b6926fb2f3af) + ) + (bus_entry (at 100.33 77.47) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 444ce596-ff9f-400f-bf95-c7bf50a4edee) + ) + (bus_entry (at 100.33 36.83) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 44ef043d-7b68-42cc-999b-1dd2ef3ec58b) + ) + (bus_entry (at 19.05 52.07) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4b758277-4627-4ab7-b3b9-254f311419b2) + ) + (bus_entry (at 130.81 74.93) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4f006f06-8852-481b-9ee4-87a96b4bce8b) + ) + (bus_entry (at 16.51 134.62) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4fdb1ed8-6342-4ede-8c2e-551e4eacee8a) + ) + (bus_entry (at 16.51 132.08) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 558374cd-a56a-4d37-bcaf-6a5a37912552) + ) + (bus_entry (at 16.51 72.39) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5ddfb6a2-cd16-4b75-922d-72269a46826b) + ) + (bus_entry (at 125.73 81.28) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5fe2eebe-1f21-44f6-a96b-6ff517b6c2ed) + ) + (bus_entry (at 16.51 69.85) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6a238520-c6ac-433c-aedb-905cd6814190) + ) + (bus_entry (at 130.81 62.23) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6cb07390-0979-4e35-8cb6-e7e062567eaf) + ) + (bus_entry (at 64.77 29.21) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 753b25a0-d8ee-4901-b270-c868d3258a4a) + ) + (bus_entry (at 59.69 80.01) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 78dd42b0-bd62-4646-a884-0677b572f1b4) + ) + (bus_entry (at 59.69 87.63) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 79d7c83d-91c9-4bd8-a8b4-dd5d39b51616) + ) + (bus_entry (at 59.69 62.23) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7cdda4bf-ae1f-4100-90ad-63b68a8801f8) + ) + (bus_entry (at 133.35 139.7) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7d0d6839-d48f-4e0b-82da-fdef9854cbd2) + ) + (bus_entry (at 64.77 72.39) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8327d725-4927-4d86-b0da-a2b8a1d401ee) + ) + (bus_entry (at 64.77 74.93) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8628bbee-b37c-4e39-8774-81f4144893f6) + ) + (bus_entry (at 59.69 82.55) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 89114b97-6240-4070-94cb-2d38f29a610e) + ) + (bus_entry (at 16.51 67.31) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8a14e2ef-2f4c-459e-a66b-27fc2b0f2442) + ) + (bus_entry (at 50.8 59.69) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c66260c-ff25-419b-86cf-d421f908454b) + ) + (bus_entry (at 50.8 49.53) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8e643592-7f1b-4f38-b494-95fe37d7af9f) + ) + (bus_entry (at 16.51 97.79) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8ffa5223-3cb2-4226-89d8-4c5f07d52fa6) + ) + (bus_entry (at 100.33 72.39) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9023686c-73d1-416b-acfa-aea6fd18b65d) + ) + (bus_entry (at 64.77 36.83) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 904c25cd-1497-44dc-89b5-8b3f42850328) + ) + (bus_entry (at 16.51 82.55) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 92265768-3fe2-4dfc-860d-430ad2802539) + ) + (bus_entry (at 64.77 34.29) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 99e0d92c-ac63-41cd-8b0d-6d84ded186f0) + ) + (bus_entry (at 130.81 69.85) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9a082b9f-53e7-4954-ae63-b0f167987fc7) + ) + (bus_entry (at 64.77 31.75) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9a738855-67f0-4766-bd6e-ef9427c0a2f9) + ) + (bus_entry (at 50.8 54.61) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9e25c72b-9316-4222-99a2-12c518092d2b) + ) + (bus_entry (at 16.51 121.92) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9f780d18-f959-4d97-961e-db47a3f31328) + ) + (bus_entry (at 130.81 59.69) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a4201682-c655-497d-be71-d7bfec0c1651) + ) + (bus_entry (at 59.69 95.25) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a58f6d7d-7457-44b7-9784-59d730fc92fa) + ) + (bus_entry (at 17.78 147.32) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ac1ac671-e519-4584-a2b9-fc8f930cf42b) + ) + (bus_entry (at 59.69 90.17) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c0544e0a-7999-4cf8-925c-2773f4e2c7fe) + ) + (bus_entry (at 100.33 69.85) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c2c767b6-ff08-4dfd-8c7f-fac59a101820) + ) + (bus_entry (at 16.51 62.23) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c50bf3e2-35a4-4b4e-807a-5bdcbdb67eb0) + ) + (bus_entry (at 17.78 151.13) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c741b944-badb-42a1-9051-3dcc1c61684a) + ) + (bus_entry (at 16.51 80.01) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c8942b48-e5f4-4dbb-aa7d-9709a22f15d9) + ) + (bus_entry (at 16.51 87.63) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d3cd5785-ee77-441b-8ca7-603728e38fd8) + ) + (bus_entry (at 19.05 46.99) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d420221c-c6ab-4917-a9f8-4c807e89ee99) + ) + (bus_entry (at 50.8 57.15) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d66eb21a-4706-4240-8ab1-8dc185c4ce60) + ) + (bus_entry (at 16.51 85.09) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d7b9f1a1-aa50-41e7-a472-4e01295c52c3) + ) + (bus_entry (at 16.51 64.77) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid da2f2d0d-4643-426f-9aec-588a5d5cd47a) + ) + (bus_entry (at 16.51 74.93) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e249c6ee-6c20-4157-a07f-edb4babb83a4) + ) + (bus_entry (at 16.51 92.71) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e32ecd22-1e39-4ed6-b1d1-95fecce61912) + ) + (bus_entry (at 130.81 67.31) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e4499839-4158-4617-9a8f-e70c97e08608) + ) + (bus_entry (at 64.77 67.31) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e5476370-aea6-41f5-8e8f-ba68da829c42) + ) + (bus_entry (at 16.51 124.46) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e750cc1b-097a-474a-83bc-cd9133058879) + ) + (bus_entry (at 50.8 52.07) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid eb169deb-634e-4fae-a58c-19b5e649f28f) + ) + (bus_entry (at 133.35 149.86) (size 2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ede295bb-3f94-4cf8-aba0-e54054d61f07) + ) + (bus_entry (at 130.81 72.39) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef575f97-bf7b-4045-b0a1-b9fc37c09464) + ) + (bus_entry (at 16.51 90.17) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid efb29643-0248-4c76-b19e-ca5a95956050) + ) + (bus_entry (at 130.81 64.77) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f01046b2-ccaa-4ad0-961a-56c031d3070e) + ) + (bus_entry (at 125.73 83.82) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f022daf9-20c5-498f-ba4c-c5163fabc9c9) + ) + (bus_entry (at 64.77 69.85) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f1411285-78ff-4e80-8b64-73ba2d4b8bdd) + ) + (bus_entry (at 19.05 49.53) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f369cc36-1a56-4883-a289-fa41446e2039) + ) + (bus_entry (at 16.51 59.69) (size -2.54 -2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid feeb1f19-10c3-462c-8cb8-7ddbb86834e7) + ) + (bus_entry (at 17.78 144.78) (size 2.54 2.54) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ffd6de4e-db64-49b7-8310-7a671cd775fa) + ) + + (wire (pts (xy 194.31 59.69) (xy 196.85 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0025dfc6-a9f2-4b34-97bc-e85fbd98aeb0) + ) + (wire (pts (xy 46.99 77.47) (xy 58.42 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 00741ae6-cfa0-4178-b6e1-bdd3483fc79d) + ) + (wire (pts (xy 222.25 95.25) (xy 212.09 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 00e560e6-04b9-4836-8aa7-a0b387dcf9cd) + ) + (wire (pts (xy 22.86 193.04) (xy 22.86 194.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 017c7c63-9abb-48c1-ac77-4146c14681b6) + ) + (wire (pts (xy 67.31 39.37) (xy 69.85 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 02b794de-0206-4286-a731-bc13391f1173) + ) + (wire (pts (xy 238.76 99.06) (xy 238.76 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 03711cb5-6d52-4d0f-8ca4-ee3b09a88994) + ) + (wire (pts (xy 25.4 137.16) (xy 16.51 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 03b6df44-c76c-460c-ac54-48fa3280f7b0) + ) + (wire (pts (xy 241.3 73.66) (xy 238.76 73.66)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 04343778-baeb-481b-a167-9f8446378d48) + ) + (wire (pts (xy 36.83 166.37) (xy 36.83 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 043e7a6a-adf2-47fb-ab14-e61c70b46c7a) + ) + (wire (pts (xy 99.06 44.45) (xy 99.06 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 04534876-aa04-43ca-8864-ca2c9549748e) + ) + (wire (pts (xy 107.95 121.92) (xy 111.76 121.92)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0481119f-5df6-429e-9483-4c6b3dd087b0) + ) + (wire (pts (xy 107.95 109.22) (xy 107.95 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 051119e3-6901-4aef-9044-6683b3d16224) + ) + (wire (pts (xy 273.05 31.75) (xy 273.05 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 05287a0c-6aaf-496e-8102-57b040bcb6e2) + ) + (bus (pts (xy 130.81 72.39) (xy 130.81 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 05a569c7-2a51-4738-a98d-e374822392bf) + ) + + (wire (pts (xy 251.46 44.45) (xy 251.46 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 05aa5c8d-75a5-4538-8d3d-68fe1b356a48) + ) + (wire (pts (xy 97.79 124.46) (xy 97.79 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 05df9eab-626a-4f05-af2f-63963d9f5231) + ) + (wire (pts (xy 238.76 81.28) (xy 238.76 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 05f14111-d89b-4993-96c9-7f38156ff806) + ) + (wire (pts (xy 95.25 115.57) (xy 95.25 143.51)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 06dc7a94-2a41-437c-899b-f592ca5b6047) + ) + (wire (pts (xy 111.76 109.22) (xy 107.95 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 07886ae7-f6c3-45e0-aa23-b0cb8bb4a82f) + ) + (wire (pts (xy 228.6 130.81) (xy 267.97 130.81)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 084711c3-84d8-4468-b75b-8a72e33634c4) + ) + (wire (pts (xy 38.1 161.29) (xy 38.1 160.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 087e122a-a422-4e62-9550-377457390c47) + ) + (wire (pts (xy 231.14 128.27) (xy 265.43 128.27)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 092b6468-e0b2-411d-9636-6260a3d9ae37) + ) + (bus (pts (xy 53.34 54.61) (xy 53.34 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0938f90e-7434-49c2-88de-3d1bfde4dc11) + ) + + (wire (pts (xy 138.43 64.77) (xy 133.35 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 09477a14-1542-4f3a-b442-41d62a392f36) + ) + (wire (pts (xy 36.83 34.29) (xy 49.53 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0a07f7f2-f999-4b62-9126-c35992dc0fe6) + ) + (wire (pts (xy 154.94 50.8) (xy 166.37 50.8)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0ab6f08a-687b-40ce-9255-8ba3f982938f) + ) + (wire (pts (xy 105.41 45.72) (xy 105.41 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0ccefc7d-f5fe-4630-8eb4-b554d59da786) + ) + (bus (pts (xy 123.19 15.24) (xy 125.73 17.78)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0cd78f5c-39ed-41b9-a7a5-fb336ad32627) + ) + + (wire (pts (xy 173.99 36.83) (xy 173.99 20.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0d735845-78c9-4f3d-bfe3-958742c812c3) + ) + (bus (pts (xy 133.35 139.7) (xy 133.35 144.78)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0e604d22-1e00-44ff-bd65-52b86dbafa9c) + ) + + (wire (pts (xy 266.7 129.54) (xy 266.7 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0e7ebf8a-ce90-44f0-abef-b3edfe454c3c) + ) + (bus (pts (xy 64.77 69.85) (xy 64.77 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0f7efd33-98bd-4a53-877a-244d7052fbf5) + ) + + (wire (pts (xy 176.53 87.63) (xy 176.53 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0fa4f4fd-e8b6-41aa-9179-1b5a4d3dc51d) + ) + (bus (pts (xy 130.81 59.69) (xy 130.81 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 10598169-b6ff-496b-b1f2-e2555bbb505e) + ) + + (wire (pts (xy 269.24 31.75) (xy 273.05 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 10707312-5bbe-4424-819e-e8b88fb18d88) + ) + (wire (pts (xy 238.76 104.14) (xy 238.76 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1191d0db-e94b-451a-8acf-e62b85cf82f8) + ) + (wire (pts (xy 217.17 77.47) (xy 217.17 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 11c79cfe-5d8b-4b37-8ca6-1a4730e10cbb) + ) + (wire (pts (xy 25.4 134.62) (xy 16.51 134.62)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12174b28-fa2c-42b3-aecd-4250e814e7aa) + ) + (wire (pts (xy 163.83 66.04) (xy 168.91 66.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 123f3ad3-0fd7-40f5-9a7f-3e2dc105ea7e) + ) + (wire (pts (xy 104.14 170.18) (xy 95.25 170.18)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12568882-4b30-4b7c-b34b-f6d5057a570f) + ) + (bus (pts (xy 64.77 29.21) (xy 64.77 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12904736-fcc7-4b6b-80b6-d69da477e2e4) + ) + + (wire (pts (xy 34.29 115.57) (xy 38.1 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12a79695-6b4e-4f30-ba86-3813ad57b869) + ) + (wire (pts (xy 171.45 44.45) (xy 171.45 73.66)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12dccd30-f566-4c83-8e34-d8802590593d) + ) + (wire (pts (xy 156.21 31.75) (xy 157.48 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 12f4871b-2e2b-49d9-9fe8-e15d48b650e0) + ) + (wire (pts (xy 49.53 128.27) (xy 100.33 128.27)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 13994adc-d84d-4555-b78f-ac2470f0e2a9) + ) + (wire (pts (xy 138.43 83.82) (xy 128.27 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 13e011b7-c517-4c0f-b5e4-c2777c1bc862) + ) + (wire (pts (xy 170.18 43.18) (xy 170.18 71.12)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1481c3a1-aa72-47a5-9c99-c60a2ca40373) + ) + (wire (pts (xy 95.25 186.69) (xy 95.25 187.96)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 154b6f1c-6138-434b-971d-204947d49ff9) + ) + (wire (pts (xy 238.76 83.82) (xy 238.76 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 16a65e70-897f-4b66-a160-7c855d3a9265) + ) + (bus (pts (xy 13.97 62.23) (xy 13.97 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1705c65e-85a3-4693-8143-b2029aa1b3f8) + ) + (bus (pts (xy 13.97 90.17) (xy 13.97 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1728e856-f901-4878-bd65-61ede52f4ecd) + ) + (bus (pts (xy 62.23 90.17) (xy 62.23 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 18052aa4-650e-43ef-a81a-7b1f59f644e5) + ) + + (wire (pts (xy 26.67 87.63) (xy 16.51 87.63)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 181afa76-733d-4d6c-a503-7282d785043a) + ) + (wire (pts (xy 238.76 109.22) (xy 238.76 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 18580f5b-2d8e-4942-97cf-c661f5dfe1ee) + ) + (bus (pts (xy 128.27 22.86) (xy 130.81 25.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 190df73c-b9fd-4e8a-97de-d1f9b7891228) + ) + (bus (pts (xy 102.87 29.21) (xy 102.87 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 193ce1d6-8142-4f35-aee6-374a5041d6d2) + ) + + (wire (pts (xy 21.59 165.1) (xy 22.86 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1a00bd05-698f-4589-b2c1-bd7c5a5210ae) + ) + (wire (pts (xy 64.77 165.1) (xy 72.39 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1a16c8ba-5e90-4bb0-8952-129f7238740c) + ) + (wire (pts (xy 241.3 83.82) (xy 238.76 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1b31265c-00cd-44c3-9956-4035d1500a25) + ) + (bus (pts (xy 130.81 25.4) (xy 130.81 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1bf9efec-2b7c-4d00-8952-f115aecc315a) + ) + + (wire (pts (xy 46.99 69.85) (xy 59.69 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1c37543c-318e-4a07-a220-2e6246e94992) + ) + (wire (pts (xy 194.31 68.58) (xy 196.85 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1cc1d02e-8afd-463d-857d-1ae47324e10e) + ) + (wire (pts (xy 166.37 109.22) (xy 166.37 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1d4642bf-3ad0-4749-a828-40b8d828b87f) + ) + (wire (pts (xy 172.72 80.01) (xy 172.72 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1da27dd4-b124-4e57-958d-0d79668c57d3) + ) + (wire (pts (xy 93.98 92.71) (xy 93.98 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1ddd9ce8-d2fb-4535-aa8b-56466ce2feb3) + ) + (wire (pts (xy 279.4 149.86) (xy 279.4 76.2)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1e1d2698-87e9-464d-aa56-115721d921dd) + ) + (wire (pts (xy 50.8 165.1) (xy 58.42 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1ea72e56-1a58-446d-a06f-750b079d435c) + ) + (wire (pts (xy 22.86 165.1) (xy 30.48 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1f5c59ae-633a-4e7d-9c5a-fc58fbf321c5) + ) + (wire (pts (xy 173.99 20.32) (xy 165.1 20.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1f89f15a-97ee-41bb-9159-f60d60768b23) + ) + (bus (pts (xy 13.97 119.38) (xy 13.97 121.92)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 202a2a60-27a6-4809-9d3a-8adaeea463ba) + ) + + (wire (pts (xy 95.25 88.9) (xy 95.25 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 209fd5ed-a259-40bb-b5f0-ce42bba7e0de) + ) + (bus (pts (xy 13.97 59.69) (xy 13.97 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 214108ef-99e3-4bf5-937f-f0f9ec4226fa) + ) + + (wire (pts (xy 165.1 20.32) (xy 165.1 21.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21b133d2-3f93-4acc-b328-1b68b35117f0) + ) + (wire (pts (xy 163.83 80.01) (xy 172.72 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21df56d8-42ea-400b-96d4-c4edb883c3dc) + ) + (wire (pts (xy 270.51 99.06) (xy 254 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 21fd1945-2bdb-4d04-b6d7-8e803ad48b8b) + ) + (wire (pts (xy 176.53 90.17) (xy 176.53 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 22245574-60f6-4507-a785-954d07a36d96) + ) + (wire (pts (xy 208.28 38.1) (xy 212.09 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 23a8ba73-c1e3-4277-b707-b742c8ec6acd) + ) + (wire (pts (xy 271.78 40.64) (xy 271.78 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 24402294-c56e-4409-8d27-1811d2b734db) + ) + (wire (pts (xy 26.67 49.53) (xy 21.59 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 259f6ce0-c217-4356-974c-63fb3d985c10) + ) + (bus (pts (xy 62.23 26.67) (xy 64.77 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2612c0b6-bfa6-4c44-8f01-9b4b5d9e9f3d) + ) + + (wire (pts (xy 166.37 99.06) (xy 163.83 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 26d609ee-fda2-4abb-b3a6-315c018021d4) + ) + (wire (pts (xy 30.48 170.18) (xy 30.48 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2758e090-dc11-4d6e-86fa-c3d43bc38b47) + ) + (wire (pts (xy 227.33 113.03) (xy 227.33 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 277df221-19b1-487b-9bdb-df663deea7dd) + ) + (bus (pts (xy 17.78 144.78) (xy 17.78 147.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 27c1f600-2801-4bf3-bf37-7fba85fd0f45) + ) + + (wire (pts (xy 95.25 187.96) (xy 104.14 187.96)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 27f35f65-af8e-49b7-95d2-ba17e14c608c) + ) + (bus (pts (xy 19.05 29.21) (xy 21.59 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 28aa55b7-b94b-4851-ac7d-5f3d822c3047) + ) + + (wire (pts (xy 175.26 85.09) (xy 175.26 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 28fbcd9b-2888-4dfb-8715-b0e6e9c7db10) + ) + (wire (pts (xy 274.32 91.44) (xy 254 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2965fb72-1d87-4dff-8273-52d8fb1b216f) + ) + (wire (pts (xy 238.76 111.76) (xy 241.3 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 29bd7aef-bbce-4d27-93f5-6a264168c193) + ) + (wire (pts (xy 26.67 64.77) (xy 16.51 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2a0d8126-fd77-4352-8a04-b9de41259252) + ) + (wire (pts (xy 119.38 115.57) (xy 119.38 116.84)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2a43dca1-0f5e-4e37-a4dc-187a5d89d62e) + ) + (wire (pts (xy 25.4 129.54) (xy 16.51 129.54)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2a9032b8-cf1e-40ec-8340-bd77f5c983af) + ) + (wire (pts (xy 241.3 78.74) (xy 238.76 78.74)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2afd19ff-4f64-4165-a1f1-36da116446d2) + ) + (wire (pts (xy 247.65 22.86) (xy 254 22.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2b1ec52c-2e24-4215-9af5-bf2a8f59803e) + ) + (bus (pts (xy 17.78 114.3) (xy 20.32 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2c39dd65-a375-4eda-bbf2-f4b356d513ea) + ) + + (wire (pts (xy 46.99 49.53) (xy 50.8 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2d0fbbc6-144b-4f92-8f43-b27a12d4e86e) + ) + (wire (pts (xy 99.06 45.72) (xy 105.41 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2e0f7a73-0d89-4e54-819a-8f9445ef3507) + ) + (bus (pts (xy 13.97 85.09) (xy 13.97 87.63)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2e349e2f-83d8-494c-8ea1-4add1879668d) + ) + + (wire (pts (xy 138.43 58.42) (xy 121.92 58.42)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2f3074d8-f7d6-41bf-af88-6461c546dece) + ) + (wire (pts (xy 86.36 176.53) (xy 86.36 179.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2f53529a-e1cb-4eeb-b31c-582451417cf7) + ) + (wire (pts (xy 142.24 132.08) (xy 135.89 132.08)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2f5dab6c-bd23-4a34-82e6-dffd15fa86f4) + ) + (wire (pts (xy 95.25 165.1) (xy 78.74 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2fddda74-b2c3-420a-a145-a600027158b4) + ) + (wire (pts (xy 59.69 133.35) (xy 49.53 133.35)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2ffd2dd8-cab7-404b-9d90-2b309df138a8) + ) + (wire (pts (xy 26.67 52.07) (xy 21.59 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3026d280-15e8-496c-8134-a3ad44decc9f) + ) + (wire (pts (xy 238.76 91.44) (xy 238.76 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 30be226c-de49-405e-b792-8a9cee5b63ce) + ) + (wire (pts (xy 208.28 45.72) (xy 212.09 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 313d1e28-ed36-48ad-ab07-9cb6e4aa4c66) + ) + (wire (pts (xy 26.67 92.71) (xy 16.51 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 31b5a18b-2335-4648-9011-0e0d83a245e4) + ) + (wire (pts (xy 16.51 165.1) (xy 13.97 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 31f33050-1a24-40f2-80b0-f7c39e5e32f6) + ) + (wire (pts (xy 82.55 92.71) (xy 82.55 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 328a98e0-68b2-4d45-b8df-4d406c33cb32) + ) + (wire (pts (xy 176.53 95.25) (xy 196.85 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 32ec1b01-bf11-4db3-bac0-261151deccc7) + ) + (wire (pts (xy 229.87 129.54) (xy 266.7 129.54)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3304b375-873b-43c2-9259-4fa5e8dce5b3) + ) + (wire (pts (xy 49.53 124.46) (xy 97.79 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3313c9ff-e679-4f04-bc2b-a9f721b210c6) + ) + (wire (pts (xy 163.83 85.09) (xy 175.26 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 334ed57c-e727-4eb6-87b5-a89308be9628) + ) + (bus (pts (xy 53.34 29.21) (xy 55.88 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3399a5f8-bc36-49b9-89b7-13938fe2c7f6) + ) + + (wire (pts (xy 163.83 90.17) (xy 176.53 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 33c6702a-0f0f-478a-8be1-9cdee639639c) + ) + (wire (pts (xy 163.83 87.63) (xy 176.53 87.63)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 34bf7dfc-d1c0-43e4-91d7-96b846263d3a) + ) + (wire (pts (xy 172.72 26.67) (xy 175.26 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 36bd0d54-994f-4b51-b6b1-055c3c1e7bb9) + ) + (wire (pts (xy 269.24 40.64) (xy 271.78 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 36f0f240-ffde-4f24-a490-d0617769de45) + ) + (bus (pts (xy 13.97 92.71) (xy 13.97 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3762e5df-b1df-4598-bda4-ebf6ca91018e) + ) + + (wire (pts (xy 67.31 72.39) (xy 69.85 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3a34cf5a-1539-4312-b41f-ae2b858ae423) + ) + (bus (pts (xy 102.87 31.75) (xy 102.87 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3a5ed9ad-3aa9-4019-af1b-01b7ed1c5681) + ) + + (wire (pts (xy 163.83 73.66) (xy 171.45 73.66)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3afe4c86-2707-4eb5-97c2-132ac139df37) + ) + (wire (pts (xy 241.3 93.98) (xy 238.76 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3b2e6a13-a361-4bcc-b17a-1c0de0a78ac7) + ) + (wire (pts (xy 269.24 101.6) (xy 254 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3bbd883b-e556-4138-95c0-55472f277a0a) + ) + (wire (pts (xy 181.61 142.24) (xy 181.61 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3d50bd26-f008-4ff6-9c2c-c0ed3a9de192) + ) + (wire (pts (xy 278.13 86.36) (xy 254 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3f1c61a0-fe7f-43c4-b413-f05719797362) + ) + (bus (pts (xy 102.87 67.31) (xy 102.87 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3f6f091f-fc73-431c-9ee7-022e6df43a5d) + ) + + (wire (pts (xy 46.99 92.71) (xy 59.69 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 405d2ad7-4e95-43e5-ada8-8ab9f1e75d00) + ) + (wire (pts (xy 238.76 111.76) (xy 238.76 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 41727eb2-a822-44fe-a45b-865a644f11be) + ) + (wire (pts (xy 58.42 77.47) (xy 58.42 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 423ac7f1-1ee4-4868-a131-99079eb25f26) + ) + (wire (pts (xy 228.6 86.36) (xy 228.6 130.81)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 42888177-a914-4733-a604-d5397966e2d6) + ) + (wire (pts (xy 231.14 104.14) (xy 231.14 128.27)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 42fe6d66-d368-4f7b-b708-e30db67e41d5) + ) + (wire (pts (xy 25.4 127) (xy 16.51 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4319cf90-0bee-4d24-80af-71d3ee881cb2) + ) + (wire (pts (xy 72.39 165.1) (xy 78.74 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 450c116d-2245-4021-bd6b-72a668e10e49) + ) + (wire (pts (xy 133.35 74.93) (xy 138.43 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 45117ac9-2260-4909-8674-422973f93b5d) + ) + (wire (pts (xy 241.3 109.22) (xy 238.76 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 452fbc19-5171-4699-a197-7979291f285e) + ) + (wire (pts (xy 95.25 143.51) (xy 115.57 143.51)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 456f14ca-9951-43ff-a159-80158e407900) + ) + (wire (pts (xy 133.35 110.49) (xy 176.53 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 45876128-343b-4b78-af24-e07bf37e3eb7) + ) + (wire (pts (xy 142.24 142.24) (xy 135.89 142.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 45f31852-e6ef-4357-9b3a-9066deb7f5e7) + ) + (wire (pts (xy 46.99 62.23) (xy 59.69 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 469853b8-c5ea-4e1f-a8b2-98343d345b39) + ) + (wire (pts (xy 129.54 99.06) (xy 119.38 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 46f621fc-a914-4592-8bd1-4bed3a32f41a) + ) + (wire (pts (xy 228.6 38.1) (xy 232.41 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4877d87c-9205-48b6-bf81-9271725a66d8) + ) + (wire (pts (xy 176.53 86.36) (xy 179.07 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 48bbbf3c-60d9-4c7b-94da-9213207fa374) + ) + (bus (pts (xy 13.97 95.25) (xy 13.97 119.38)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 49273227-ce46-44aa-9c8b-4581eb57a20c) + ) + + (wire (pts (xy 266.7 62.23) (xy 266.7 78.74)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 49f8ff43-a7a2-4dd4-8cb3-0fd0c052a9c8) + ) + (wire (pts (xy 142.24 147.32) (xy 135.89 147.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4a8f27a0-6700-47e9-a713-1df7c34b1e3d) + ) + (bus (pts (xy 125.73 17.78) (xy 125.73 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4b8c8ee6-ceb1-4d24-9562-8656f955fdbd) + ) + (bus (pts (xy 102.87 25.4) (xy 102.87 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4b9e43a5-51f0-4b0f-865a-4eed16e3dfc0) + ) + (bus (pts (xy 125.73 81.28) (xy 125.73 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4c3352c4-56ab-4410-af11-d54461620d90) + ) + + (wire (pts (xy 232.41 19.05) (xy 232.41 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4cce3fb9-bf19-4082-b537-db6c798ddec3) + ) + (wire (pts (xy 171.45 44.45) (xy 251.46 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4cf38244-ecb2-4fc3-97be-bc1ff20f63ef) + ) + (bus (pts (xy 133.35 144.78) (xy 133.35 149.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4d6c2963-8f8e-4756-b671-0a9936ec0dea) + ) + + (wire (pts (xy 46.99 95.25) (xy 59.69 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4e10e60d-2914-43bf-81eb-cea45471ad9e) + ) + (wire (pts (xy 217.17 19.05) (xy 232.41 19.05)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4e233ab0-17ca-4446-ad2f-e88876fe10b6) + ) + (bus (pts (xy 13.97 134.62) (xy 13.97 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4e8e28b8-1884-4791-9d89-d9f565261e78) + ) + + (wire (pts (xy 20.32 147.32) (xy 25.4 147.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4edc674e-c284-4db0-b7e6-85bf19d717d5) + ) + (wire (pts (xy 212.09 77.47) (xy 217.17 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4f96778c-6207-4c50-958c-ba624369a0a1) + ) + (wire (pts (xy 212.09 59.69) (xy 269.24 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4fc21741-aa0f-43d5-8f80-9e7db3543088) + ) + (wire (pts (xy 119.38 114.3) (xy 119.38 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5000f751-91d9-48da-89ab-c7b598e18f8e) + ) + (wire (pts (xy 115.57 143.51) (xy 115.57 154.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 50396b0a-0f83-46ce-89ad-1e28f094a26a) + ) + (wire (pts (xy 20.32 105.41) (xy 20.32 107.95)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5097501f-5f50-491f-bead-836f1de3a9fe) + ) + (wire (pts (xy 95.25 44.45) (xy 99.06 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 50aef0ec-7b35-463a-af3c-867422f8abf1) + ) + (wire (pts (xy 26.67 77.47) (xy 16.51 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 52027b6e-d2f8-409b-a201-e4395a0cb75c) + ) + (wire (pts (xy 217.17 29.21) (xy 217.17 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5288f807-1c32-4017-9a76-596f6da14611) + ) + (bus (pts (xy 62.23 67.31) (xy 62.23 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 545d96f9-7d09-4c5d-a9d9-6f3aec0c8313) + ) + + (wire (pts (xy 46.99 64.77) (xy 59.69 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 55ec4dad-295d-4283-a2c7-702b9b6ee380) + ) + (wire (pts (xy 44.45 193.04) (xy 50.8 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 55f7910d-5251-440b-96f2-de626a9904df) + ) + (wire (pts (xy 36.83 165.1) (xy 44.45 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5606faac-c1f6-465c-a319-97e60b2d08dc) + ) + (wire (pts (xy 267.97 130.81) (xy 267.97 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 562a62df-6bb9-4105-95cb-06b893be8443) + ) + (wire (pts (xy 46.99 74.93) (xy 59.69 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 566b6caf-cac0-4e6e-8f97-7d15ae0b46a8) + ) + (bus (pts (xy 13.97 17.78) (xy 13.97 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 568c0077-49ae-497d-8c8f-3a73694d532c) + ) + (bus (pts (xy 130.81 69.85) (xy 130.81 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 56bf9e21-0292-4532-8dbc-fb3b76bb06f5) + ) + + (wire (pts (xy 266.7 78.74) (xy 254 78.74)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 56dd17d9-bc13-4420-ab6a-108dbe197efb) + ) + (bus (pts (xy 53.34 29.21) (xy 53.34 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 57869359-a5f9-4315-8f7e-88eaf5fd7f69) + ) + (bus (pts (xy 62.23 85.09) (xy 62.23 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5856706b-1e8f-4d5e-b863-b32053025513) + ) + (bus (pts (xy 62.23 77.47) (xy 62.23 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 58de2a53-4964-430a-844b-e1f0dc6deb5e) + ) + + (wire (pts (xy 119.38 115.57) (xy 95.25 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5928c8c2-f083-4453-809f-4044ec36f8f2) + ) + (wire (pts (xy 250.19 40.64) (xy 250.19 43.18)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5a1af86b-a6ef-42bb-81f5-4adc7a153668) + ) + (wire (pts (xy 241.3 76.2) (xy 238.76 76.2)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5b145c59-359c-4ad1-9968-7874051fd0d2) + ) + (bus (pts (xy 53.34 49.53) (xy 53.34 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5b736597-3b40-4b5f-9ff6-8aeb2633b178) + ) + + (wire (pts (xy 95.25 39.37) (xy 100.33 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5b7999ca-b490-4b96-8bda-84cf3f7a2420) + ) + (wire (pts (xy 46.99 54.61) (xy 50.8 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5bfd525c-e3c3-43e8-b2e0-1711ea7a7a22) + ) + (bus (pts (xy 13.97 132.08) (xy 13.97 134.62)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5c62b994-fee5-4114-b676-e57bc32e9876) + ) + + (wire (pts (xy 241.3 106.68) (xy 238.76 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5cbb9eea-b35a-4c1d-8d3a-2ef1f3756413) + ) + (wire (pts (xy 58.42 105.41) (xy 48.26 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5ccd199c-522e-4ef6-ad90-97fbf30d1762) + ) + (wire (pts (xy 95.25 77.47) (xy 100.33 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5df172e7-c950-4431-a184-2bc19aeccc2d) + ) + (wire (pts (xy 25.4 139.7) (xy 16.51 139.7)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5e00ea00-d5df-4d3d-a33a-9746a546b6ae) + ) + (wire (pts (xy 172.72 59.69) (xy 179.07 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5e5d5176-6131-4561-aed0-77c39d8ef012) + ) + (bus (pts (xy 62.23 69.85) (xy 62.23 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5e648e12-98e5-49a7-8546-eef9fbf57556) + ) + (bus (pts (xy 67.31 160.02) (xy 130.81 160.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 600120db-e294-45ec-941f-db568f210085) + ) + + (wire (pts (xy 275.59 81.28) (xy 254 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 604623f6-150d-4df5-bdca-cf0bad3cdc01) + ) + (wire (pts (xy 266.7 106.68) (xy 254 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 604b1fb2-17ef-43b7-908a-2aa1408f7671) + ) + (wire (pts (xy 20.32 153.67) (xy 25.4 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 609fb760-a4a8-48f1-9148-3cb5d0ef3345) + ) + (wire (pts (xy 238.76 106.68) (xy 238.76 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 61a3a04c-8ec8-4d39-8a34-93e4bea49282) + ) + (wire (pts (xy 36.83 193.04) (xy 44.45 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 61f2a6b0-8b71-4720-871d-cc41c889864f) + ) + (bus (pts (xy 130.81 74.93) (xy 130.81 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6254488a-c34a-46fb-b51e-51202791d49e) + ) + + (wire (pts (xy 95.25 170.18) (xy 95.25 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 62640c43-7de6-473a-9c85-a954e77cfb3c) + ) + (bus (pts (xy 62.23 95.25) (xy 62.23 97.79)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 634bd017-a0d0-4a0f-b3a4-c88af4b9ffea) + ) + + (wire (pts (xy 194.31 77.47) (xy 196.85 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 635c8995-4bf5-42bc-b173-7774d396734c) + ) + (wire (pts (xy 30.48 193.04) (xy 36.83 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 63c725e5-ff95-401a-9028-abbf340ca442) + ) + (wire (pts (xy 196.85 19.05) (xy 212.09 19.05)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 64ca9ea5-cce9-4634-a72a-b5e9893754a9) + ) + (wire (pts (xy 271.78 96.52) (xy 254 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 651317b1-aa90-4784-a7e2-36daff958d4f) + ) + (wire (pts (xy 119.38 132.08) (xy 119.38 133.35)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 659ae4d5-1f54-49e2-b694-316798f27af0) + ) + (bus (pts (xy 20.32 111.76) (xy 59.69 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 662ed623-2792-44ff-9cd7-c3f7dc38b9d7) + ) + + (wire (pts (xy 265.43 109.22) (xy 254 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 672b91d7-ea6d-4bd6-b852-808387ac1a20) + ) + (bus (pts (xy 17.78 142.24) (xy 17.78 144.78)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 69129877-1693-4868-8549-bf099aca6397) + ) + + (wire (pts (xy 276.86 144.78) (xy 276.86 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 691de1d2-7a3e-4431-b1ba-57dcf7645f20) + ) + (bus (pts (xy 19.05 46.99) (xy 19.05 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 694449f3-e28b-48bf-98e8-8586b885ba2f) + ) + + (wire (pts (xy 22.86 191.77) (xy 22.86 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 69ebd00a-4c0e-445d-86f9-6e50d88f8462) + ) + (wire (pts (xy 50.8 193.04) (xy 58.42 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6a6e5084-8657-4392-8f92-6ec64aeaa7cc) + ) + (wire (pts (xy 142.24 152.4) (xy 59.69 152.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6ab7c0f8-8731-46f9-91ad-a25cb31ce6e1) + ) + (wire (pts (xy 58.42 170.18) (xy 58.42 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6b1ba7fa-17c9-4e42-8b23-7e2b9d87e560) + ) + (wire (pts (xy 97.79 85.09) (xy 97.79 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6b48a8a7-1823-43f9-9899-17bc463ed693) + ) + (wire (pts (xy 232.41 38.1) (xy 232.41 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6b740255-7ff9-4092-baf9-408369704f3f) + ) + (bus (pts (xy 133.35 149.86) (xy 133.35 157.48)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6beadeb7-336e-429e-96cc-9e91052da470) + ) + + (wire (pts (xy 275.59 142.24) (xy 275.59 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6ce3614f-ac01-4626-b965-566908187208) + ) + (wire (pts (xy 46.99 82.55) (xy 59.69 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6d3d13e6-6882-49ae-a135-698b4f8b9fe4) + ) + (bus (pts (xy 102.87 69.85) (xy 102.87 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6dd3c9c7-efc2-4bda-8d0a-c56ebf42b2da) + ) + + (wire (pts (xy 133.35 80.01) (xy 138.43 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6e4175ec-cddd-460c-9715-f3cf1ce74863) + ) + (bus (pts (xy 130.81 67.31) (xy 130.81 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6fd45041-1d3c-4588-945b-45f4b747adbb) + ) + + (wire (pts (xy 241.3 81.28) (xy 238.76 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 700d6170-6cb6-4704-92aa-eef4ca55f384) + ) + (wire (pts (xy 13.97 161.29) (xy 38.1 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7031a6a0-9f8f-4979-bfb3-ae92ce4df07e) + ) + (wire (pts (xy 20.32 100.33) (xy 26.67 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 709651ef-e30b-43cf-8786-df78d97e1e0a) + ) + (wire (pts (xy 163.83 63.5) (xy 167.64 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 70df7c20-24fb-41f3-88b5-451a12bb3149) + ) + (wire (pts (xy 212.09 68.58) (xy 214.63 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 722c9ee5-8cbb-4adb-8b5c-ae4525d27491) + ) + (bus (pts (xy 62.23 97.79) (xy 62.23 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 72a91a9f-abb3-418e-84cd-33c05181557b) + ) + + (wire (pts (xy 168.91 41.91) (xy 248.92 41.91)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 731667e7-7cab-4817-b4d0-0ba696d5780b) + ) + (wire (pts (xy 133.35 72.39) (xy 138.43 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7375a40a-980c-48ad-9819-3808133ed6db) + ) + (bus (pts (xy 55.88 26.67) (xy 62.23 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 73817f38-8e8d-414a-a9cb-5afab01902cb) + ) + + (wire (pts (xy 176.53 113.03) (xy 196.85 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 73c1352c-bd0a-474b-b182-79d251a3c7d0) + ) + (wire (pts (xy 46.99 87.63) (xy 59.69 87.63)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 742a504a-dc12-48a2-a384-6c967624fc9d) + ) + (wire (pts (xy 219.71 86.36) (xy 228.6 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 74859286-669c-47ff-ad76-3a6c55eb25a5) + ) + (wire (pts (xy 276.86 83.82) (xy 254 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 74ffd60a-3612-4f81-836d-781de6eb1257) + ) + (wire (pts (xy 104.14 106.68) (xy 111.76 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 755c7ece-d09c-4536-a9d7-314b073c8a4a) + ) + (bus (pts (xy 62.23 82.55) (xy 62.23 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 76861012-d1f5-4e21-8452-514feee42559) + ) + (bus (pts (xy 62.23 92.71) (xy 62.23 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 78122701-3f85-4725-87c1-4256e560be09) + ) + (bus (pts (xy 62.23 74.93) (xy 62.23 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 783ed432-b356-45e8-ba78-293843289a6a) + ) + + (wire (pts (xy 26.67 97.79) (xy 16.51 97.79)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 785c2f99-bf3e-43a5-a9fa-2c1cb49be630) + ) + (bus (pts (xy 13.97 82.55) (xy 13.97 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 79075d1f-49d4-4e93-8362-95df646bbc72) + ) + + (wire (pts (xy 95.25 69.85) (xy 100.33 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 79ec5000-2946-4579-a358-3e99b8179d7f) + ) + (wire (pts (xy 133.35 109.22) (xy 166.37 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7b35dc26-1381-466d-8b8b-177a6686160f) + ) + (bus (pts (xy 130.81 160.02) (xy 133.35 157.48)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7b407c29-1b34-4d1f-bb35-5ec81302af55) + ) + + (wire (pts (xy 241.3 101.6) (xy 238.76 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7bbd5e61-08de-4760-a5fe-78471bf6ee5e) + ) + (wire (pts (xy 222.25 57.15) (xy 222.25 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7bc59ff0-fb08-49ae-babe-e97ee911744b) + ) + (wire (pts (xy 95.25 85.09) (xy 97.79 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7c39410c-a3b2-4f56-bdb4-551665006658) + ) + (wire (pts (xy 95.25 72.39) (xy 100.33 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7d44328f-da8d-460a-8b9d-8f73b25176fe) + ) + (wire (pts (xy 95.25 34.29) (xy 100.33 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7d7aa774-072f-44a6-b599-05c671fce22d) + ) + (wire (pts (xy 167.64 40.64) (xy 167.64 63.5)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7eb4d7e2-bec6-42ee-bf7b-eb26951fe658) + ) + (wire (pts (xy 127 104.14) (xy 133.35 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7f14ed5d-a752-4620-9e92-f77b5b22f31e) + ) + (wire (pts (xy 163.83 71.12) (xy 170.18 71.12)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7f77d6e6-dd7f-4f4b-a560-08a8734d719c) + ) + (bus (pts (xy 17.78 147.32) (xy 17.78 151.13)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7f96d506-9b6a-439f-a00b-0533f4b6ea97) + ) + + (wire (pts (xy 212.09 86.36) (xy 219.71 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7fa71094-6652-4c1a-86b8-74a1862d1e1c) + ) + (bus (pts (xy 17.78 114.3) (xy 17.78 142.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 81105e00-8f27-4b2a-95d5-763be10f19f6) + ) + (bus (pts (xy 13.97 72.39) (xy 13.97 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 818ea8ee-5544-4965-96fc-3813c02129d9) + ) + + (wire (pts (xy 22.86 166.37) (xy 22.86 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 828068f9-dc79-435e-b9c5-1dae8af6bb2e) + ) + (wire (pts (xy 67.31 31.75) (xy 69.85 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 839371aa-de7b-488c-b5c2-95d8b57632d0) + ) + (wire (pts (xy 163.83 82.55) (xy 173.99 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 85a718cd-5240-447e-8784-d2ec0711dc04) + ) + (wire (pts (xy 93.98 92.71) (xy 138.43 92.71)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 85f6b557-66aa-46d0-bfc9-3ec5d0c55ba3) + ) + (wire (pts (xy 238.76 73.66) (xy 238.76 76.2)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 86fb087f-bb83-411f-a432-5d10275e9898) + ) + (wire (pts (xy 212.09 113.03) (xy 227.33 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 870e8717-ec70-4fcf-8c81-83c71393b73e) + ) + (bus (pts (xy 13.97 57.15) (xy 13.97 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8752940a-6989-410a-a8a5-a49c1920631d) + ) + + (wire (pts (xy 208.28 49.53) (xy 208.28 45.72)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 888a0871-8958-4896-9e78-cd21956dd7f9) + ) + (wire (pts (xy 78.74 193.04) (xy 78.74 189.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 88aae143-a8fc-497c-b77b-738da618dd3e) + ) + (bus (pts (xy 13.97 67.31) (xy 13.97 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 88c6d81c-66fa-4a3a-b105-12a4e4586b68) + ) + + (wire (pts (xy 50.8 165.1) (xy 50.8 162.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 88d85d12-d745-46a3-b3ed-7596c225f475) + ) + (wire (pts (xy 193.04 29.21) (xy 196.85 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8a25117d-cf60-4d68-bf0e-0d448b000f64) + ) + (wire (pts (xy 87.63 176.53) (xy 86.36 176.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8a2992d0-6b75-489f-ab19-d4fb4e23eb6f) + ) + (wire (pts (xy 238.76 96.52) (xy 238.76 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8a569366-3d41-4cfd-bc75-c0d8a79ef77b) + ) + (wire (pts (xy 107.95 149.86) (xy 107.95 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8a764adb-3515-46e1-84a9-4d065398b49f) + ) + (bus (pts (xy 13.97 64.77) (xy 13.97 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8ad172fc-b044-433e-857a-cf95bbf92f0b) + ) + + (wire (pts (xy 185.42 134.62) (xy 190.5 134.62)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8b4a11cd-a941-43e8-8dbb-34fb9ee4631d) + ) + (wire (pts (xy 241.3 104.14) (xy 238.76 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8b67631e-d1d4-4fb2-bff1-4a6b5253a8bf) + ) + (wire (pts (xy 25.4 121.92) (xy 16.51 121.92)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8bc0e99b-763d-4eb5-a38e-a52ce7581a77) + ) + (wire (pts (xy 22.86 193.04) (xy 30.48 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c53ed69-a65a-4bef-9bec-7173d9bbff28) + ) + (wire (pts (xy 194.31 86.36) (xy 196.85 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8c5fc51b-95b6-478d-a37f-2c7c4055b56d) + ) + (bus (pts (xy 64.77 157.48) (xy 67.31 160.02)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8cbbf7ca-1014-4e36-82f3-ec6d4e673a77) + ) + + (wire (pts (xy 238.76 71.12) (xy 238.76 73.66)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8cd7260d-64a2-4a0a-84b1-03181d2c20d1) + ) + (bus (pts (xy 13.97 74.93) (xy 13.97 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8d3bbfa1-cebb-4aa9-a6dd-1ab766ac5920) + ) + + (wire (pts (xy 190.5 139.7) (xy 189.23 139.7)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8e211461-d247-446f-a6d9-8b6d752e3d91) + ) + (wire (pts (xy 264.16 127) (xy 232.41 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8e72f501-5f29-46b3-be09-462d22c5f96e) + ) + (wire (pts (xy 64.77 193.04) (xy 72.39 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8f2fbba7-425e-47b5-9c28-51797ad414b6) + ) + (wire (pts (xy 26.67 67.31) (xy 16.51 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8f802185-45ab-4877-993b-06f8149073e7) + ) + (wire (pts (xy 99.06 46.99) (xy 95.25 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 8ff33195-d7df-44a6-9b6a-7dc4521d930e) + ) + (bus (pts (xy 64.77 72.39) (xy 64.77 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9045c989-936f-493c-8214-d573532a979d) + ) + + (wire (pts (xy 247.65 40.64) (xy 167.64 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 90fb8393-ebf5-41ac-8f83-9fb57a262772) + ) + (wire (pts (xy 248.92 31.75) (xy 254 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9129d364-df4c-4f43-adc7-e6744b0d6a1a) + ) + (wire (pts (xy 58.42 193.04) (xy 64.77 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 919ab83d-5a6c-432d-a508-8496f3bfb8d7) + ) + (wire (pts (xy 49.53 149.86) (xy 107.95 149.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9215ff53-7a11-48bc-a1d5-54066cef4fa8) + ) + (bus (pts (xy 102.87 72.39) (xy 102.87 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 92177f5c-c6ab-40d2-bf17-1c122522cda9) + ) + + (wire (pts (xy 99.06 45.72) (xy 99.06 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 92aa8fca-9385-4582-bc3d-abdcf26c7e89) + ) + (wire (pts (xy 49.53 143.51) (xy 95.25 143.51)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 94cf94a0-b155-4ac0-a110-f208e3a910cb) + ) + (wire (pts (xy 133.35 127) (xy 133.35 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 957b8cbe-bff9-47e7-8e1b-9494ec3fe33e) + ) + (wire (pts (xy 138.43 62.23) (xy 133.35 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 95f66ee0-72e7-4e41-aafd-5817af287cb8) + ) + (wire (pts (xy 170.18 43.18) (xy 250.19 43.18)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 95f6f55b-cd16-4ade-b155-e48d46dce772) + ) + (wire (pts (xy 238.76 86.36) (xy 238.76 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 963db081-7044-4f92-a766-1f2daf76bf28) + ) + (wire (pts (xy 49.53 138.43) (xy 104.14 138.43)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 983131e0-5eea-4aaf-a556-75427c851b4c) + ) + (bus (pts (xy 59.69 111.76) (xy 62.23 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 98bc50f4-32f1-4e2a-bcfe-5d5d2cf03f94) + ) + + (wire (pts (xy 264.16 111.76) (xy 264.16 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 98ebec09-9bd9-48ab-a517-b8d220a08157) + ) + (wire (pts (xy 30.48 165.1) (xy 36.83 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 994e867a-9fdd-466e-9e3f-c452bf108ef5) + ) + (wire (pts (xy 72.39 193.04) (xy 78.74 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 99fd1ea1-57e6-4d60-96f6-8147e40fbdb0) + ) + (wire (pts (xy 139.7 49.53) (xy 142.24 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9a148939-a947-457b-bd7b-05ff91712c48) + ) + (wire (pts (xy 97.79 82.55) (xy 95.25 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9a43b4f3-1517-46b3-be40-2521c826bad1) + ) + (wire (pts (xy 217.17 57.15) (xy 217.17 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9ae995f2-0c2d-49b8-acfc-973cf5b31b30) + ) + (wire (pts (xy 26.67 46.99) (xy 24.13 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9aeea75c-281a-4a46-a99c-486d474dceb9) + ) + (wire (pts (xy 46.99 57.15) (xy 50.8 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9d557b77-2831-4202-a57a-1a465eb40429) + ) + (wire (pts (xy 270.51 49.53) (xy 270.51 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9f03bc57-d0dd-499f-999a-00db56b55a65) + ) + (wire (pts (xy 100.33 90.17) (xy 138.43 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9f375ea0-c88f-4746-aed1-c5ca5d74a966) + ) + (wire (pts (xy 167.64 142.24) (xy 181.61 142.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9fd85d19-3c70-46ba-b5f1-73df92e7d666) + ) + (bus (pts (xy 13.97 17.78) (xy 16.51 15.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a076bce7-52cf-4d48-b1a8-23a5c90c38e3) + ) + + (wire (pts (xy 167.64 147.32) (xy 185.42 147.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a0a54090-cf65-46b7-8ef4-5fffcc7070b5) + ) + (wire (pts (xy 50.8 191.77) (xy 50.8 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a0b67709-b25f-4d67-abb7-1df2a9fbdf8a) + ) + (bus (pts (xy 62.23 64.77) (xy 62.23 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a0bb47bb-207c-4d5f-b782-3f7c22b74f4a) + ) + + (wire (pts (xy 176.53 104.14) (xy 196.85 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a11954b2-c8da-400f-812a-7b2df2ccf5b3) + ) + (wire (pts (xy 238.76 76.2) (xy 238.76 78.74)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a11b3ea1-addb-41b4-a42d-ca7119feb9a4) + ) + (wire (pts (xy 62.23 114.3) (xy 93.98 114.3)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a400504d-0c6f-4cb4-a5e5-096b3ed35b52) + ) + (bus (pts (xy 130.81 64.77) (xy 130.81 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a45bc3d8-31f4-48b3-bd21-1380b4c2cf22) + ) + + (wire (pts (xy 129.54 133.35) (xy 129.54 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a4606242-5f4e-4c1c-85bd-1d71f9b21698) + ) + (wire (pts (xy 165.1 36.83) (xy 173.99 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a5549e41-bf2f-4ded-a223-20c287e2bb65) + ) + (wire (pts (xy 25.4 115.57) (xy 29.21 115.57)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a582c887-6f16-4d20-a12c-476f70d6ea35) + ) + (wire (pts (xy 22.86 193.04) (xy 13.97 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a6ab0296-8934-4b59-bbcc-4f33d6420fe7) + ) + (wire (pts (xy 278.13 147.32) (xy 278.13 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a7808f15-c340-4b04-b8c9-3138e01c9331) + ) + (wire (pts (xy 215.9 142.24) (xy 275.59 142.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a85593bd-8247-4258-996a-f26de604329a) + ) + (wire (pts (xy 212.09 57.15) (xy 212.09 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a88299b3-eb93-428d-86cc-4cee410169bc) + ) + (wire (pts (xy 219.71 57.15) (xy 219.71 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a88fbd7e-70ed-485f-8e39-c7fc04afd054) + ) + (wire (pts (xy 49.53 34.29) (xy 49.53 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a894c5fe-96d3-42fa-9157-64dcf231d520) + ) + (bus (pts (xy 102.87 25.4) (xy 105.41 22.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a9719471-1420-4f2f-83c5-b352073c3c0f) + ) + (bus (pts (xy 13.97 129.54) (xy 13.97 132.08)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a99c8e24-dade-4425-9fca-d042075e5535) + ) + (bus (pts (xy 64.77 34.29) (xy 64.77 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid a9b7e3bb-5298-4d44-b056-b5d71c8af366) + ) + + (wire (pts (xy 232.41 127) (xy 232.41 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aa76b98d-b24d-4ee2-8763-c6b959ad2e76) + ) + (wire (pts (xy 95.25 31.75) (xy 100.33 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aa80b457-c237-47b0-a2c5-f8c24c2a47c2) + ) + (wire (pts (xy 177.8 29.21) (xy 172.72 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid aaa230c7-8e88-47e5-b263-4e1703f29547) + ) + (wire (pts (xy 196.85 38.1) (xy 203.2 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ab2e068a-a259-4257-bccf-62b86b6fb5f0) + ) + (wire (pts (xy 215.9 144.78) (xy 276.86 144.78)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid abb9ca3f-a231-41ea-b48c-42a7557cbf7e) + ) + (wire (pts (xy 26.67 62.23) (xy 16.51 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ac38daf5-df51-4863-862b-3d111ae8cf74) + ) + (wire (pts (xy 214.63 57.15) (xy 214.63 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid acc91597-1142-4c7d-bdda-c1de42285f75) + ) + (wire (pts (xy 78.74 165.1) (xy 78.74 168.91)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ad8a92c6-3fb8-4d83-8982-8fac12bf2791) + ) + (wire (pts (xy 254 104.14) (xy 267.97 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ad98d773-d146-4de3-a16d-48e6fad0145c) + ) + (wire (pts (xy 26.67 57.15) (xy 20.32 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid adac5a1e-a51a-4d13-85c1-292163991bc5) + ) + (wire (pts (xy 67.31 36.83) (xy 69.85 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid add83735-a800-4024-bd11-269836e183fc) + ) + (wire (pts (xy 154.94 26.67) (xy 154.94 50.8)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ade71d09-7943-4c0b-ba6e-d3e94848257c) + ) + (wire (pts (xy 274.32 22.86) (xy 274.32 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ae249e7e-c862-45c2-9d10-1c0bc2d59dc2) + ) + (wire (pts (xy 46.99 90.17) (xy 59.69 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid af3f62b9-c324-4537-9053-176572f4621f) + ) + (wire (pts (xy 20.32 144.78) (xy 25.4 144.78)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid af9b5ea2-280a-41cd-8516-afe3aa7e7b04) + ) + (wire (pts (xy 189.23 19.05) (xy 191.77 19.05)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid afb2ef8b-d86b-4167-95c5-572ac702b5fd) + ) + (wire (pts (xy 196.85 19.05) (xy 196.85 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b11ed5c5-4168-47e0-8d25-dd2fabe07d69) + ) + (wire (pts (xy 20.32 149.86) (xy 25.4 149.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b128e40f-b51c-482b-aad4-a6ad2e0f067a) + ) + (wire (pts (xy 44.45 165.1) (xy 50.8 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b188af18-c8e8-441f-aade-161ed76149ad) + ) + (wire (pts (xy 241.3 86.36) (xy 238.76 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b36be2b5-e471-4cb4-bbac-23b6a0118beb) + ) + (wire (pts (xy 100.33 128.27) (xy 100.33 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b39b1cec-61b8-4a0f-a5af-5d8a540f85a7) + ) + (bus (pts (xy 102.87 34.29) (xy 102.87 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b3d8a31d-8f9f-4d36-8826-9caf8a4fadf2) + ) + + (wire (pts (xy 64.77 168.91) (xy 64.77 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b4225ffd-e653-4321-8b51-c9ccb4be8d1e) + ) + (wire (pts (xy 156.21 38.1) (xy 156.21 31.75)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b4fc0e19-9cf5-4c16-853e-88dffc42f5e7) + ) + (wire (pts (xy 264.16 64.77) (xy 264.16 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b5003171-1be3-4d51-94ca-6c4c4dc9e508) + ) + (wire (pts (xy 67.31 74.93) (xy 69.85 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b5159227-5454-4704-93ed-50f75d8efc58) + ) + (wire (pts (xy 20.32 105.41) (xy 20.32 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b51c5d8e-e16c-4192-a088-7ec06ba9672b) + ) + (bus (pts (xy 62.23 72.39) (xy 62.23 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b6c261e1-09db-4780-97f0-6959cecaf9fe) + ) + + (wire (pts (xy 95.25 74.93) (xy 100.33 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b7f72bec-62c9-4474-95d3-956b944a4ca0) + ) + (wire (pts (xy 232.41 95.25) (xy 222.25 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9aadf0c-f305-4da8-8300-e17b5249c139) + ) + (wire (pts (xy 196.85 29.21) (xy 196.85 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9caa6d0-f6fc-4ea9-aeb1-44be77c7fb3d) + ) + (bus (pts (xy 13.97 69.85) (xy 13.97 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid baa5a7c2-324f-49fb-8432-2ae72dbcbf04) + ) + (bus (pts (xy 19.05 49.53) (xy 19.05 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bab76577-645e-42f7-bf9d-d0053cb299fa) + ) + + (wire (pts (xy 26.67 74.93) (xy 16.51 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid baf0cc82-d175-46e7-a5e4-9d8fb075968e) + ) + (wire (pts (xy 175.26 38.1) (xy 156.21 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bb19840d-9d80-45d9-a2bd-fa601d7becb7) + ) + (wire (pts (xy 238.76 93.98) (xy 238.76 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bbd27dc9-35d4-46b2-a85f-b0db7def0b8e) + ) + (wire (pts (xy 119.38 133.35) (xy 129.54 133.35)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd15e1db-65b5-4dbb-8a12-ccbb92a1dab9) + ) + (wire (pts (xy 20.32 57.15) (xy 20.32 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd577f72-8cfc-4072-b9e7-e8daf0637a24) + ) + (bus (pts (xy 105.41 22.86) (xy 128.27 22.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bd911311-5f31-4042-b2cc-e63e835bc564) + ) + + (wire (pts (xy 48.26 105.41) (xy 20.32 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bda7172f-ed02-454b-b950-366443a32554) + ) + (bus (pts (xy 21.59 26.67) (xy 55.88 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bdcec5ec-0bd5-4ee5-a48b-36fb84b51937) + ) + + (wire (pts (xy 241.3 99.06) (xy 238.76 99.06)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bebf3eb1-2c67-43f6-b231-a72de83c5659) + ) + (wire (pts (xy 138.43 86.36) (xy 128.27 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid becc889e-8181-4fdf-a81f-8593fbc46b00) + ) + (wire (pts (xy 104.14 138.43) (xy 104.14 106.68)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bf22d919-6979-4857-8673-0e9fc27ab7c4) + ) + (wire (pts (xy 24.13 34.29) (xy 24.13 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bf8a5b4f-c12e-4f77-b94b-b0c8a10a931a) + ) + (wire (pts (xy 175.26 77.47) (xy 179.07 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bfe6bcd1-2ddf-4b09-b683-11e5deb07af9) + ) + (bus (pts (xy 13.97 80.01) (xy 13.97 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c0ec3545-6d30-4b24-9038-bf9ead777a89) + ) + + (wire (pts (xy 26.67 90.17) (xy 16.51 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c10db2e7-2bb7-4e8b-bb9f-8b72d5833f4d) + ) + (wire (pts (xy 67.31 77.47) (xy 69.85 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c16feded-6628-404c-9325-ec20deb8c376) + ) + (wire (pts (xy 204.47 49.53) (xy 208.28 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c1ada1e8-0bb4-4042-81c0-d12c6843ae13) + ) + (wire (pts (xy 26.67 59.69) (xy 16.51 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c285fdea-7948-4cf6-bcb5-c41a7fee475a) + ) + (bus (pts (xy 130.81 62.23) (xy 130.81 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c29d32a2-fc1f-41a8-92b8-d6840f69eee5) + ) + + (wire (pts (xy 238.76 88.9) (xy 238.76 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c2c8c8fa-a0d6-45f6-b487-1248c17cb13d) + ) + (wire (pts (xy 107.95 109.22) (xy 107.95 121.92)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c2fd0953-c1f8-4dcd-9da9-84d9f54e4430) + ) + (wire (pts (xy 173.99 82.55) (xy 173.99 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c46ba216-273e-4524-a30d-767504fe3bef) + ) + (wire (pts (xy 82.55 55.88) (xy 82.55 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c544ffff-9c92-43ea-8185-20d1b94ff185) + ) + (bus (pts (xy 16.51 15.24) (xy 123.19 15.24)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c575305c-b994-4242-87b0-a8139f0cd39a) + ) + + (wire (pts (xy 64.77 189.23) (xy 64.77 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c577f987-57f0-4419-847a-8746c8ad5dd9) + ) + (wire (pts (xy 46.99 59.69) (xy 50.8 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c6154109-31c8-4e13-a569-bb1f35a56d48) + ) + (wire (pts (xy 86.36 179.07) (xy 87.63 179.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c739ec64-1c2f-4b7d-b4d4-ec2a5143ef43) + ) + (wire (pts (xy 173.99 68.58) (xy 179.07 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c8151f52-0000-4062-8e87-d6a81a8b9539) + ) + (wire (pts (xy 86.36 179.07) (xy 86.36 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c95bcf36-c1e3-4159-b91f-1d73b2f6dbed) + ) + (wire (pts (xy 151.13 49.53) (xy 151.13 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c974529a-783c-45f3-b9cc-5bccaf55d02f) + ) + (wire (pts (xy 26.67 72.39) (xy 16.51 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c9a5e6f8-a526-4eff-aa93-dc143fea80bc) + ) + (wire (pts (xy 127 127) (xy 133.35 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c9a8b410-080b-41f2-a746-2aea17b02d58) + ) + (bus (pts (xy 53.34 46.99) (xy 53.34 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c9b4e99e-0351-46ed-b6f6-aa7b4ab466a9) + ) + (bus (pts (xy 53.34 52.07) (xy 53.34 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c9b5c72b-d9b3-41cd-a3bb-75ce69e62adf) + ) + + (wire (pts (xy 241.3 88.9) (xy 238.76 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c9f2d6de-b63c-40ac-8f21-2db700cb8ad6) + ) + (wire (pts (xy 26.67 69.85) (xy 16.51 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid caacacee-6a11-4f77-adb3-e35a6e2a5f8e) + ) + (bus (pts (xy 64.77 31.75) (xy 64.77 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cb62c729-14a8-4c7d-bc0c-390bd46390b7) + ) + + (wire (pts (xy 241.3 71.12) (xy 238.76 71.12)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cbd93821-096f-4094-8611-620944c67ada) + ) + (wire (pts (xy 104.14 187.96) (xy 104.14 170.18)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ccb9e3b2-dd8b-4d05-95dc-d79a1c60903d) + ) + (wire (pts (xy 269.24 59.69) (xy 269.24 101.6)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cd682d26-a79a-4e9a-8fc4-98d76970d00b) + ) + (wire (pts (xy 25.4 132.08) (xy 16.51 132.08)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cd7976bc-960e-47ef-a3ec-59d7063f1873) + ) + (wire (pts (xy 189.23 162.56) (xy 203.2 162.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cdfcb244-723a-46da-9fa2-1680960cd84d) + ) + (wire (pts (xy 176.53 137.16) (xy 176.53 113.03)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ce16226b-4358-4889-ac30-db100cc55b6a) + ) + (wire (pts (xy 142.24 137.16) (xy 135.89 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cea82d40-7f2d-466e-8fa9-81875c50e9b5) + ) + (wire (pts (xy 167.64 132.08) (xy 190.5 132.08)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ceebb513-e24b-454a-9758-cb422b1f127d) + ) + (wire (pts (xy 26.67 95.25) (xy 16.51 95.25)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cf867ca7-5a13-4524-a58b-716372e2289d) + ) + (wire (pts (xy 215.9 147.32) (xy 278.13 147.32)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d032cdba-6e86-43b8-ad61-a9958c59ba75) + ) + (wire (pts (xy 24.13 34.29) (xy 36.83 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d0b8bd59-5948-4373-a0be-1c232dda6912) + ) + (bus (pts (xy 13.97 124.46) (xy 13.97 127)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d2c0c83b-ee03-4752-9253-e340bee1ba31) + ) + + (wire (pts (xy 115.57 154.94) (xy 142.24 154.94)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d2e0341a-5057-4f98-ba18-f97dbc6a051f) + ) + (wire (pts (xy 248.92 31.75) (xy 248.92 41.91)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d3b3b57b-f62b-4056-8415-12bce34c8ff1) + ) + (wire (pts (xy 13.97 165.1) (xy 13.97 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d458082b-1c0e-4fbe-98a1-062569a2bb11) + ) + (wire (pts (xy 167.64 137.16) (xy 176.53 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d6415e27-ba31-4650-a674-a8c5d72bfc58) + ) + (wire (pts (xy 97.79 83.82) (xy 97.79 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d7397e6a-9af3-4789-8be8-a76847e13c5f) + ) + (wire (pts (xy 50.8 166.37) (xy 50.8 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d766d23a-9097-47c7-a060-c09ab0604957) + ) + (wire (pts (xy 212.09 45.72) (xy 212.09 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d77dbab7-91cd-4e79-ab08-52f88c7056f5) + ) + (bus (pts (xy 133.35 134.62) (xy 133.35 139.7)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d82f5180-9f8b-4ae9-b62a-f7a86c846e2d) + ) + + (wire (pts (xy 227.33 64.77) (xy 264.16 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d925b76c-090d-4316-8b0b-1029d7db50a1) + ) + (wire (pts (xy 105.41 39.37) (xy 107.95 39.37)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d9c52df8-2632-440d-95e2-4d5942693f7d) + ) + (bus (pts (xy 102.87 36.83) (xy 102.87 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid da53e6f6-3887-461b-93ba-aa596f72d685) + ) + + (wire (pts (xy 250.19 40.64) (xy 254 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid da7ba3f5-4b58-4641-9ab1-c23b37f4a808) + ) + (wire (pts (xy 121.92 58.42) (xy 121.92 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid dab02488-cc36-46c9-b60c-c8ee5d3250ad) + ) + (wire (pts (xy 36.83 191.77) (xy 36.83 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid db3bd71c-1ba7-449f-8efe-1a11d22a3f8d) + ) + (wire (pts (xy 185.42 147.32) (xy 185.42 134.62)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid dc394b0f-8490-491b-b931-ce081b78c2bb) + ) + (wire (pts (xy 26.67 54.61) (xy 21.59 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid dcd0819f-f417-4d32-aecf-843f6f08bfa4) + ) + (wire (pts (xy 189.23 139.7) (xy 189.23 162.56)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid de6a72cc-b9b5-48b2-814e-8f68c6068d4f) + ) + (wire (pts (xy 138.43 67.31) (xy 133.35 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid de9352cb-788a-47d1-a438-c2916ea9a1d1) + ) + (bus (pts (xy 64.77 36.83) (xy 64.77 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid df196dcd-5196-4965-b4b8-2a69da7b84b0) + ) + + (wire (pts (xy 241.3 96.52) (xy 238.76 96.52)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid df75cd9e-a1af-46c0-b56a-320593f9c814) + ) + (bus (pts (xy 13.97 121.92) (xy 13.97 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e01f8b95-b38e-473c-bf33-8817321d3667) + ) + + (wire (pts (xy 241.3 91.44) (xy 238.76 91.44)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e06ce17b-1017-479e-be83-c5c2f54a5523) + ) + (wire (pts (xy 217.17 38.1) (xy 223.52 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e1371ccb-a583-4d92-b330-611fe034b737) + ) + (bus (pts (xy 64.77 67.31) (xy 64.77 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e18f3fac-8171-499e-8a9f-d79e59807b19) + ) + + (wire (pts (xy 46.99 100.33) (xy 48.26 100.33)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e18fb8cc-4c91-4354-a5a4-c32d068acc37) + ) + (wire (pts (xy 133.35 104.14) (xy 133.35 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e1c58014-e84d-4d3a-9c70-61911241ba72) + ) + (wire (pts (xy 251.46 49.53) (xy 254 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e28ce5ec-a09b-4e3d-8097-47ab40c529e5) + ) + (wire (pts (xy 25.4 124.46) (xy 16.51 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e3642736-fde5-4563-8610-b990573b1e31) + ) + (wire (pts (xy 264.16 88.9) (xy 254 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e3ed2ee1-4675-4494-be10-46fdfd89f4f6) + ) + (wire (pts (xy 166.37 50.8) (xy 166.37 58.42)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e403442c-5970-4bec-b278-868accfda357) + ) + (wire (pts (xy 26.67 80.01) (xy 16.51 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e5b94b46-148c-44c5-a939-f204221609f1) + ) + (wire (pts (xy 72.39 170.18) (xy 72.39 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e616e20e-3086-4543-b950-ecde9aa7b1aa) + ) + (wire (pts (xy 273.05 93.98) (xy 254 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e69b018f-11ca-4683-b716-f808032d1c9b) + ) + (wire (pts (xy 181.61 137.16) (xy 190.5 137.16)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e7699ed1-d141-4f96-83ea-28983c3a1717) + ) + (bus (pts (xy 13.97 77.47) (xy 13.97 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e79db30b-7dfe-475e-b92c-300bc57a619d) + ) + + (wire (pts (xy 107.95 124.46) (xy 111.76 124.46)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e79e288a-c294-4854-918b-1d4533d31f9d) + ) + (bus (pts (xy 13.97 87.63) (xy 13.97 90.17)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e7b0a333-0b36-4b50-8f46-39a6d67d5094) + ) + + (wire (pts (xy 95.25 88.9) (xy 121.92 88.9)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e81b06ae-1841-46b8-852b-4b4706e404a5) + ) + (wire (pts (xy 157.48 26.67) (xy 154.94 26.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e8bfd87d-f44c-4ddb-b082-3ad63d0d8bd4) + ) + (wire (pts (xy 26.67 85.09) (xy 16.51 85.09)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e9373cc3-0783-49e9-adae-ed13c20c94f2) + ) + (wire (pts (xy 26.67 82.55) (xy 16.51 82.55)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e95513dd-9881-42f7-b952-d2d252b1e6a0) + ) + (bus (pts (xy 19.05 29.21) (xy 19.05 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e9689e65-cf2f-4302-91cc-23ff15bda199) + ) + (bus (pts (xy 13.97 127) (xy 13.97 129.54)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e989be96-c354-46db-afab-426510bb15ef) + ) + + (wire (pts (xy 212.09 104.14) (xy 231.14 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e9fd4616-1d47-4ec4-88da-4905f339ec13) + ) + (wire (pts (xy 13.97 193.04) (xy 13.97 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ea9043dd-79ec-4fee-9290-fefa5b487b72) + ) + (wire (pts (xy 147.32 49.53) (xy 151.13 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ec982d2a-6f7f-40ac-957f-14f7eca61bce) + ) + (wire (pts (xy 67.31 69.85) (xy 69.85 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid edf777c4-3bd2-4b42-85e0-df3e3b0af2c2) + ) + (wire (pts (xy 133.35 77.47) (xy 138.43 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid eea7b985-c7e4-44c8-8433-5cdb614fd933) + ) + (wire (pts (xy 46.99 52.07) (xy 50.8 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef38983d-1e95-4444-bbe5-be509f249cde) + ) + (wire (pts (xy 215.9 149.86) (xy 279.4 149.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef6661b5-5177-440a-9618-e1c9d07befef) + ) + (wire (pts (xy 46.99 80.01) (xy 59.69 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef8e4f97-185f-47be-b3c0-bf75a3c5c8c4) + ) + (wire (pts (xy 133.35 69.85) (xy 138.43 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f0a5367c-36b9-40f6-9463-91fad71b1924) + ) + (wire (pts (xy 48.26 100.33) (xy 48.26 105.41)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f0d5ea5d-f59f-4cbf-8fb7-5d919285be42) + ) + (wire (pts (xy 95.25 36.83) (xy 100.33 36.83)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f0de5510-9dba-436d-a7fc-163532e842b6) + ) + (wire (pts (xy 238.76 101.6) (xy 238.76 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f1315412-ac74-41ff-8e98-6080e27cfbe2) + ) + (wire (pts (xy 67.31 34.29) (xy 69.85 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f1c01991-3283-42fc-a3cf-790a782263a4) + ) + (wire (pts (xy 264.16 111.76) (xy 254 111.76)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f227a1e6-75ee-4914-88ac-da57a79a52d5) + ) + (wire (pts (xy 168.91 41.91) (xy 168.91 66.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f230841e-8c3d-4d9e-8966-a197b51be01b) + ) + (wire (pts (xy 86.36 193.04) (xy 78.74 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f26d2c4d-80a2-49be-84c9-7750686fcfbf) + ) + (wire (pts (xy 247.65 22.86) (xy 247.65 40.64)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f30c2f0a-f4f0-45a3-9cc7-98d3fd524f81) + ) + (wire (pts (xy 175.26 26.67) (xy 175.26 38.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f310585c-0560-479a-8685-d489eeb90eef) + ) + (wire (pts (xy 58.42 165.1) (xy 64.77 165.1)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f371a639-e9d2-4a83-965b-7ca3225c934a) + ) + (wire (pts (xy 44.45 170.18) (xy 44.45 193.04)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f39d1d4e-2964-490c-9d63-5c2f0122c02e) + ) + (wire (pts (xy 269.24 49.53) (xy 270.51 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f498616c-bed6-4e3d-9b56-710e8bb2eee5) + ) + (wire (pts (xy 166.37 58.42) (xy 163.83 58.42)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f6a784ba-ec0b-440d-b0a0-2ca59f1d7165) + ) + (wire (pts (xy 46.99 72.39) (xy 59.69 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f6aea316-1ec8-43f2-b315-4fba60d0c36b) + ) + (wire (pts (xy 214.63 68.58) (xy 229.87 68.58)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f83d6bbf-71c7-48f5-856f-4e1eec2487b2) + ) + (wire (pts (xy 105.41 83.82) (xy 97.79 83.82)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f93bfa56-beb4-4023-838b-77e0e506040c) + ) + (wire (pts (xy 217.17 62.23) (xy 266.7 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9846e2b-4abd-4210-8a7a-02a7ab263c16) + ) + (bus (pts (xy 64.77 74.93) (xy 64.77 157.48)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9bd03f8-c1b2-40a0-997f-c1d321eeb060) + ) + + (wire (pts (xy 95.25 170.18) (xy 95.25 171.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9db4a6b-0fb6-4624-9b2c-394a4032d24c) + ) + (wire (pts (xy 212.09 38.1) (xy 212.09 29.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f9f630b3-d0bd-45dd-8e87-ce2264e26c6d) + ) + (wire (pts (xy 49.53 46.99) (xy 46.99 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fa34216f-7210-4b07-a4d9-4b146797a255) + ) + (wire (pts (xy 176.53 110.49) (xy 176.53 104.14)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fb64afad-a905-4f4b-98a2-d21a64bd12f3) + ) + (wire (pts (xy 46.99 67.31) (xy 59.69 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fb74318f-e24d-4843-8f77-365dbe8197a7) + ) + (wire (pts (xy 265.43 128.27) (xy 265.43 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fc68b922-c7f1-47be-980b-bb8513064613) + ) + (wire (pts (xy 229.87 68.58) (xy 229.87 129.54)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fcb6471b-fc8e-48ea-9e69-0237a8063839) + ) + (wire (pts (xy 269.24 22.86) (xy 274.32 22.86)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fccc00ba-3653-4c58-a44a-66a0052cef6d) + ) + (wire (pts (xy 279.4 76.2) (xy 254 76.2)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fdc859f2-b5fa-4cfb-a05f-42c778762098) + ) + (wire (pts (xy 59.69 133.35) (xy 59.69 152.4)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fe69aa4e-40c2-4c57-83ec-73dcbf999f91) + ) + (wire (pts (xy 238.76 78.74) (xy 238.76 81.28)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fe6a0d65-c230-431c-b9e7-e67d9cc1c354) + ) + + (text "Floppy Interface" (at 240.03 119.38 0) + (effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left bottom)) + (uuid 68162e2e-655a-4c6d-b022-0ae3e58a4db8) + ) + + (label "D2" (at 67.31 39.37 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 02f99529-5da4-4be5-b246-d4e24a456d76) + ) + (label "D4" (at 49.53 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 038f9d4b-97cc-482d-8083-d46ce2ff1546) + ) + (label "ID6" (at 95.25 31.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0510c81c-cc6e-42d2-a106-c79ed669b23c) + ) + (label "~{WDATA}" (at 269.24 40.64 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 054202a2-0d1b-4476-82e8-70bacd1d60b7) + ) + (label "~{MREQ}" (at 48.26 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 07799868-6df8-4cc2-8cfe-28148d483673) + ) + (label "ID7" (at 95.25 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0b83de0c-cbb7-4186-b2a8-0ba93063544c) + ) + (label "ID6" (at 137.16 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 0c6f1a98-ee6d-43b5-9917-457c8c0813ac) + ) + (label "~{WR}" (at 48.26 67.31 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0e74ced3-a9d6-480f-b6e0-ec6bcfa2bb3b) + ) + (label "ID3" (at 95.25 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1268d37b-cf1f-47a5-8260-490c9474ed09) + ) + (label "~{DRVSC}" (at 255.27 86.36 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 14869e8b-b52b-4bfa-8bdd-c4f2caaec504) + ) + (label "~{DRVSC}" (at 218.44 147.32 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1659804d-03eb-42ee-a0af-b4824fdc8319) + ) + (label "~{MOTOR}" (at 212.09 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 187523c0-ee54-4ec9-a5db-4f131053b1f4) + ) + (label "ID4" (at 137.16 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1e73c20c-5640-4395-9839-e6b19afb1273) + ) + (label "~{WDATA}" (at 255.27 96.52 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1f38425a-8c1f-4fc5-b491-6ae59602460b) + ) + (label "RDY" (at 212.09 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 20516964-b8c0-42a0-8f07-c4d0718cea86) + ) + (label "A1" (at 25.4 124.46 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 20982d97-d6cf-4341-ba7f-6c912d07d77c) + ) + (label "~{WR}" (at 62.23 114.3 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 22886288-a0d8-4f6d-b42f-b68826b00ff6) + ) + (label "~{DRVSB}" (at 255.27 83.82 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 263f9125-7aca-4c2f-bd7c-d8a5645dc14d) + ) + (label "ID2" (at 137.16 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 28dee780-406b-4709-b924-7d70e1f1be1b) + ) + (label "A14" (at 25.4 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 292e6f47-7f02-450e-ba13-614d84f8cb47) + ) + (label "A1" (at 25.4 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 31c13dcf-900d-4ec1-9646-aae765f5b3c5) + ) + (label "~{RDATA}" (at 212.09 68.58 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 31d54c2d-29ce-4193-9bd2-fdac7faf1ef1) + ) + (label "A9" (at 25.4 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 3297c04c-eb0a-4987-858e-908206c9ab72) + ) + (label "D0" (at 22.86 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 38c16bcc-2efe-4d16-a53b-51c092ad40ce) + ) + (label "D7" (at 67.31 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3a692206-3f67-4fde-bd1c-647280a35c77) + ) + (label "A7" (at 25.4 139.7 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 47e0ac7e-a38a-41a8-b5ac-00170645c671) + ) + (label "D7" (at 142.24 137.16 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4a7e42ab-af39-4137-8718-b47351ab337e) + ) + (label "~{SIDE1}" (at 212.09 104.14 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4caf9eaa-543e-4e47-928d-c8d6d4aba48b) + ) + (label "ID2" (at 95.25 39.37 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4e1d9036-90e6-4e91-bae6-3e937c55b744) + ) + (label "D6" (at 49.53 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4e221f5f-e6f6-48ec-a138-4c93bdae7e92) + ) + (label "~{DRIVE}(0xDC)" (at 49.53 133.35 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4f38c50d-441e-44e0-b1b2-2bd498692bfd) + ) + (label "A4" (at 25.4 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 511e9a47-88c1-4b75-8962-849e854cb5b9) + ) + (label "A1" (at 134.62 86.36 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 52adbd15-5adc-418c-89ab-ba622e97ee32) + ) + (label "D7" (at 49.53 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 542899c5-6f52-4ffc-8bbf-fdaae9b90c5b) + ) + (label "A4" (at 25.4 132.08 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 54e6fac3-5a4a-4de8-8425-8e60d8fe56be) + ) + (label "~{IORQ}" (at 48.26 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 55168118-d569-4a5f-8456-27c4f3f177c3) + ) + (label "A2" (at 25.4 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5574e8bb-4b66-4b83-9411-31b005cf15ec) + ) + (label "~{WPT}" (at 255.27 104.14 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5922decb-7788-41a9-be9f-84accafb0a91) + ) + (label "ID4" (at 95.25 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5cb05b91-652b-441f-bdf1-258d966b0df8) + ) + (label "A0" (at 25.4 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6f8a76e5-acc4-4a2a-80cb-c36845c77eed) + ) + (label "~{WPT}" (at 212.09 86.36 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 701b4c74-9efc-43e4-bd50-0ef7fcc6a21a) + ) + (label "ID0" (at 95.25 34.29 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7193fa21-2862-426e-a136-aef2c9fd0ac1) + ) + (label "~{M1}" (at 48.26 64.77 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 733ef4dc-b125-4d0d-aced-9fcc635339ec) + ) + (label "A11" (at 25.4 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7584f615-1fc6-4d4e-9910-ec182bf632b7) + ) + (label "~{TRK00}" (at 255.27 101.6 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 77613082-bbbc-49cc-b58c-914eb32a1c2c) + ) + (label "~{SIDE1}" (at 255.27 109.22 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 77fa6eef-7134-407a-a91a-36b9df4df73a) + ) + (label "D4" (at 67.31 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 78773a68-9095-4cc1-95ab-21ea0275c2d6) + ) + (label "~{TRK00}" (at 212.09 59.69 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 78956773-3d59-42a4-a28a-004974a91e53) + ) + (label "~{WR}" (at 25.4 147.32 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7a4db53f-264c-4513-adf9-7dc22e686ece) + ) + (label "ID1" (at 137.16 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7b14fe77-525b-4e67-bbd3-660eef455e7b) + ) + (label "~{HALT}" (at 48.26 80.01 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7c438c27-6bcb-492d-b949-1291903404c1) + ) + (label "A3" (at 25.4 129.54 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7d75d475-5546-45ac-a404-801ec96eac31) + ) + (label "D3" (at 67.31 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8016bda7-1e2b-4bd9-a78c-308beb4cc9b8) + ) + (label "A5" (at 25.4 85.09 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8175b58e-28a3-4b20-83a0-f3144bb70aa5) + ) + (label "~{DIR}" (at 255.27 91.44 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 822248e2-5934-47dd-8c66-4bd09084b8b3) + ) + (label "ID3" (at 137.16 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 84916f83-d8a0-446a-8998-d523c09d50ab) + ) + (label "A7" (at 25.4 80.01 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 87151cbb-6da7-4c29-8997-ea6f913b0295) + ) + (label "A2" (at 25.4 127 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 895ad0c9-1fac-46eb-a213-ed8d0a9817b3) + ) + (label "RDY" (at 255.27 111.76 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8a17bc71-c6c1-4bd4-b298-a30aa25b2548) + ) + (label "~{EXWAIT}" (at 48.26 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8a70db00-1bdd-4476-b0bc-d0a0f2abd6dc) + ) + (label "~{RD}" (at 25.4 149.86 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8b1cb39c-c4de-4376-955e-d8ad01d75818) + ) + (label "~{INDEX}" (at 255.27 78.74 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8bd9f60a-3b04-4f6e-ab24-7b5573e590d6) + ) + (label "~{STEP}" (at 269.24 31.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8f3f7304-1466-4a60-8a85-0c846eaa0c00) + ) + (label "A12" (at 25.4 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 9085008d-f05f-4cc9-931d-34bdbeb1e87b) + ) + (label "A3" (at 25.4 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 917baa9e-a1ac-4c67-a762-b6c6cf4f207d) + ) + (label "BUS0" (at 48.26 62.23 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 94bfd535-a9f8-44a8-9d3f-5404b81628f5) + ) + (label "D0" (at 142.24 132.08 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 9dc4e296-a5ec-4b98-9042-4fac67b9ab8c) + ) + (label "A10" (at 25.4 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 9e1c9066-15ba-4e01-b23a-f0d36640c875) + ) + (label "~{WGATE}" (at 255.27 99.06 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9eec7043-e693-4af8-a11c-c4d05e3dc8bc) + ) + (label "A13" (at 25.4 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a2d7bf80-e19b-4e03-8928-0336a0548a2e) + ) + (label "D2" (at 22.86 49.53 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a454c2ff-c5fa-4264-8e86-6c54179c9309) + ) + (label "~{FDC}(0xD8:0xDB)" (at 49.53 128.27 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a5628f97-92d9-43b1-a661-393b585f367c) + ) + (label "D5" (at 49.53 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a73f06f5-bf9d-4ef6-96b0-4bbc8bd5c94f) + ) + (label "ID5" (at 137.16 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid aca696a8-f811-4693-b038-e06d06d123b9) + ) + (label "~{WGATE}" (at 269.24 49.53 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ad9ec020-84d9-46f6-9046-d9e795c8e419) + ) + (label "D3" (at 49.53 49.53 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid afeca194-dcb7-43e0-b955-a49e3204afca) + ) + (label "ID0" (at 105.41 39.37 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b12cb2e0-0646-44de-b98b-d478ca0cbe84) + ) + (label "A8" (at 25.4 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b3e90fa4-e8b4-44e5-ba7e-d1bf0f54ad3c) + ) + (label "ID1" (at 95.25 36.83 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b480d4a7-790d-4c3d-956d-b8b4a85cdaef) + ) + (label "~{MOTOR}" (at 255.27 88.9 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ba4500fd-ef50-4a1a-8bfb-2385b6aff667) + ) + (label "RESET" (at 25.4 153.67 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bb2fd8f5-3b8b-4780-b04b-22eb5324d03e) + ) + (label "A6" (at 25.4 82.55 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bf0c4ca5-5945-4802-b90e-1994d6247061) + ) + (label "D1" (at 142.24 147.32 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c3579135-1607-4c42-812c-542a1599149d) + ) + (label "A6" (at 25.4 137.16 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c3a97e03-d1a5-4290-ba49-a87c3c4505bf) + ) + (label "ID5" (at 95.25 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c4b1cc11-e8f2-4390-bc8d-1cb498669b37) + ) + (label "~{DRVSA}" (at 218.44 142.24 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c4be67c0-f825-4466-b062-935060e3903f) + ) + (label "IE1" (at 48.26 82.55 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c8c41c37-2235-450c-9b85-553e9f24abad) + ) + (label "RESET" (at 48.26 87.63 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c8fd7b13-e66c-408a-9a8c-47180d32797c) + ) + (label "D5" (at 67.31 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c93df5b7-066c-469c-a2dd-2aa6db749d7f) + ) + (label "D1" (at 67.31 36.83 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c989c640-a3ce-4cca-9c2a-8a80b2ef81a1) + ) + (label "D6" (at 67.31 31.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c9fa4c6d-f432-4e4c-bc36-9f123e32253f) + ) + (label "ID0" (at 137.16 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c9ffd654-80b5-40d1-9fb5-89cc5b292833) + ) + (label "~{RD}" (at 48.26 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ca4ee7bf-bab0-47e8-9d62-f558e1f7dc15) + ) + (label "A5" (at 25.4 134.62 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ca8807be-0bf7-45e2-b143-11a5c784efee) + ) + (label "~{DIR}" (at 269.24 22.86 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid cb5927a8-5907-4da0-b6b3-b0e0fb38eaa5) + ) + (label "~{EXRESET}" (at 48.26 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ce62b3a7-34ea-4449-8c5d-42d60d699d87) + ) + (label "~{DRVSB}" (at 218.44 144.78 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d57c5a55-a817-4359-8d78-9e40c933aa2d) + ) + (label "D2" (at 142.24 142.24 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d77d2f73-9523-45a6-8a77-62f3028c1489) + ) + (label "A0" (at 25.4 121.92 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid dd48a45a-3e1c-4401-b276-5006692431fe) + ) + (label "~{STEP}" (at 255.27 93.98 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e4d543c3-dff3-4c31-a7a5-a3434bf65e6f) + ) + (label "~{RDATA}" (at 255.27 106.68 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e547fdd2-4c7e-4da1-a799-928694c33ed8) + ) + (label "A15" (at 25.4 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e6a899f8-d906-4523-8262-d70e812c2b16) + ) + (label "~{DRVSD}" (at 218.44 149.86 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e6fc36bb-9276-4f4e-94ed-86e6d33b3a06) + ) + (label "~{DDEN}(0xDE)" (at 49.53 138.43 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e73d27fc-52f2-44db-bfd4-edb9e41e9ee2) + ) + (label "~{IORQ}" (at 25.4 144.78 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f13e105e-3bfb-42d9-a823-ee2a34a5e16c) + ) + (label "~{SIDE}(0xDD)" (at 49.53 149.86 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f168d2f2-d0a2-456f-b946-aa9f2ce5a415) + ) + (label "~{INT}" (at 48.26 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f22d1d46-fd56-4405-a2dd-cc55528373ac) + ) + (label "D1" (at 22.86 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f24d7046-daae-422d-9ba5-8bf39b12b887) + ) + (label "~{DRVSD}" (at 255.27 76.2 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f2ffed08-99ae-49aa-b609-78c4ba85aaa7) + ) + (label "~{INDEX}" (at 212.09 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f58b4997-0dec-4ebc-9c7a-042523823f96) + ) + (label "A0" (at 134.62 83.82 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f76d9f90-6077-4c3b-b14c-e605e90ba93c) + ) + (label "ID7" (at 137.16 80.01 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f7c9a6b4-65a5-4681-9a25-93a6c2b498e9) + ) + (label "D0" (at 67.31 34.29 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f7cf982e-8236-43dd-9c00-56db4a679b90) + ) + (label "~{DRVSA}" (at 255.27 81.28 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f85647ad-e80f-490c-8211-95238a2ef22f) + ) + + (symbol (lib_id "MZ80-80CLR:WD1773") (at 151.13 76.2 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060279042) + (property "Reference" "U9" (id 0) (at 151.13 71.12 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "WD1773" (id 1) (at 143.51 102.87 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-28_W15.24mm" (id 2) (at 170.18 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://amaus.net/static/S100/western%20digital/datasheet/Western%20Digital%20FD1771%20Specification%20197710.pdf" (id 3) (at 151.13 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dc2e7cf6-28dd-4fd3-9bb4-30268987fa10)) + (pin "10" (uuid 6fbde0f1-46e2-4dc3-bc46-b0b99af4217a)) + (pin "11" (uuid a6b37bdd-f843-409f-98ad-45588d110d59)) + (pin "12" (uuid f84062e9-2e6a-4bb8-b745-42ad8e25f0c1)) + (pin "13" (uuid 5b830539-ea37-4f2c-bc8a-c61fe3c0e920)) + (pin "14" (uuid c9bff03c-399e-4878-a100-e5b4a229dff4)) + (pin "15" (uuid efbd5eca-df21-4dba-bb9e-94f64f7da21f)) + (pin "16" (uuid 91511506-8382-4568-b8ac-c8cd2dc7f17e)) + (pin "17" (uuid 46a9f296-f955-46cf-9600-ed95b59ac9bc)) + (pin "18" (uuid a45fefe3-f07e-4ab0-9207-a515cd2966e0)) + (pin "19" (uuid ca165451-94a8-4b4b-9c06-7c051c147e91)) + (pin "2" (uuid fb1040d9-e05c-4686-8d37-3e4eb8e9bdde)) + (pin "20" (uuid 103b1e01-3d39-4a78-967b-eefba89244a8)) + (pin "21" (uuid af3cae83-ca72-49e1-8505-be1538b555d7)) + (pin "22" (uuid 16acec49-0f4c-4892-9f66-f9d702d72b68)) + (pin "23" (uuid 4b021317-10d7-4feb-81cf-840f3047caf1)) + (pin "24" (uuid 82587fb5-ae39-43b4-95a0-a5f4dd253692)) + (pin "25" (uuid 6f4d2edc-cf24-405c-96c6-6f163b4bddcc)) + (pin "26" (uuid 2c9a007e-e427-45b8-bc60-9f896b8245af)) + (pin "27" (uuid c507ee7f-163d-4728-a5be-e952e73cede3)) + (pin "28" (uuid 3ff9f068-c763-485f-bd83-80448d5eaa28)) + (pin "3" (uuid bc7b65f2-3cc0-428a-8edc-8225e39e5785)) + (pin "4" (uuid 1c228c18-ff93-47b3-a3a3-0a3d3c071ae5)) + (pin "5" (uuid 96849f2f-d0bf-42ee-be80-89061fb7f7ba)) + (pin "6" (uuid 06411183-5dcc-4ef3-a053-3cfc75709277)) + (pin "7" (uuid 3041f3bf-5911-45c5-bb65-6618426de4e1)) + (pin "8" (uuid 250e0b0f-81eb-4d39-807d-d8db1d88ff80)) + (pin "9" (uuid b1b13ef1-f3a3-4477-9302-70ea17e29b98)) + ) + + (symbol (lib_id "74xx:74LS242") (at 82.55 39.37 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006027f9f0) + (property "Reference" "U7" (id 0) (at 82.55 39.37 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS242" (id 1) (at 76.2 50.8 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 82.55 39.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS242" (id 3) (at 82.55 39.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a0ee1128-5b6d-4df7-b764-b0fa932c968b)) + (pin "10" (uuid de149bcc-e024-460a-8adf-16f06aa6d617)) + (pin "11" (uuid bc292a7c-d028-42ab-8a0a-e1d9b000edb9)) + (pin "13" (uuid dbbd54b2-ab91-4500-b879-7508f1cc656a)) + (pin "14" (uuid 0dea4a7f-6dc3-4b6d-a485-44dbd7d6f80b)) + (pin "3" (uuid 9bc964f1-1c27-4000-97e6-8ae3111d876e)) + (pin "4" (uuid ae12c49a-ea46-48de-89a0-d17f075c5a04)) + (pin "5" (uuid 7d76f8b8-753a-4b79-938e-d387aaaf026f)) + (pin "6" (uuid a4403195-fba8-45e5-ba8a-2ee045685bc9)) + (pin "7" (uuid c5e3b450-ae85-44c1-8932-202131d977e3)) + (pin "8" (uuid 1a98d143-6bce-4d13-bc88-e1322be825e9)) + (pin "9" (uuid 367be1bc-7c57-45db-ab84-e38d00b6d01e)) + ) + + (symbol (lib_id "74xx:74LS175") (at 154.94 142.24 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060280078) + (property "Reference" "U10" (id 0) (at 154.94 142.24 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS175" (id 1) (at 148.59 158.75 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 154.94 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS175" (id 3) (at 154.94 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6c5dd6a1-b219-4ca7-8527-b6a7b2e56c68)) + (pin "10" (uuid 3613f331-11ea-45ad-a19e-932cce03c2d4)) + (pin "11" (uuid 0fe47079-8453-47d2-946e-e77d49e7ef7a)) + (pin "12" (uuid 6aafe106-25f2-4197-908f-b5bad76a36ac)) + (pin "13" (uuid 67ba8098-bab3-467a-9f43-0623f429fccd)) + (pin "14" (uuid ad3d78c0-5909-4edf-bba0-253651d3f939)) + (pin "15" (uuid f1c8c9c7-1bb7-42cb-929e-f0411881a459)) + (pin "16" (uuid 9fd3118a-c77c-42db-b932-4ceeaba9dbcc)) + (pin "2" (uuid c1949842-3fbf-4612-bc18-7f9b5be1b3a2)) + (pin "3" (uuid c9f24791-a48d-40af-bc24-70864bf72b48)) + (pin "4" (uuid 17facb01-9ab0-47e0-bff6-4022d949be5d)) + (pin "5" (uuid 29bfb530-457d-433d-9655-888c06b0826e)) + (pin "6" (uuid 12f3182d-d5ab-408a-bf78-ce3aa22b8f25)) + (pin "7" (uuid f9b9cc97-3071-418f-ba0a-1407a9daf6fc)) + (pin "8" (uuid 8075fee4-00f2-4790-a2b9-9d413ce8f456)) + (pin "9" (uuid 91b4a4cd-a1db-4ef2-924c-ecdfba7a4559)) + ) + + (symbol (lib_id "74xx:74LS145") (at 203.2 142.24 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060280e1c) + (property "Reference" "U11" (id 0) (at 203.2 142.24 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS145" (id 1) (at 196.85 158.75 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 203.2 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS145" (id 3) (at 203.2 142.24 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 20a54b60-0a66-485e-b193-c25eddfd311e)) + (pin "10" (uuid a72840bf-0fd6-4a98-a25d-6c445e65357f)) + (pin "11" (uuid 7244ab7f-6af1-4044-b311-c6eaebaf9c40)) + (pin "12" (uuid a62c5a04-d6a1-4fec-ac19-d1ce76152c5e)) + (pin "13" (uuid 3b683857-ae8c-4332-acd0-a674bd728bde)) + (pin "14" (uuid 45dd19c8-cd03-4c8d-a429-b49a2c9eb184)) + (pin "15" (uuid 5cf50f55-dc16-4138-b509-382227381c50)) + (pin "16" (uuid 5dfab41b-35e0-4bcc-964d-616bf1ed5c2b)) + (pin "2" (uuid a4413449-598b-4824-aaa7-56b63b7d8977)) + (pin "3" (uuid 0fd1f742-9afd-4a67-a128-b5d6d8609ac1)) + (pin "4" (uuid 0a33340e-48b9-4d0b-89eb-b502ef51b5b4)) + (pin "5" (uuid 2ddbba45-3af7-4f7a-ac76-8b8a35d3ee80)) + (pin "6" (uuid 816098d4-0325-4533-ada2-85e314705b20)) + (pin "7" (uuid cc0b0250-02dd-46ad-8149-4e51469fe51b)) + (pin "8" (uuid 479715e2-735a-4fb4-97a8-cf5632988371)) + (pin "9" (uuid 7ba21ffd-c8ab-4c81-98b6-39de3135c76b)) + ) + + (symbol (lib_id "74xx:74LS06") (at 204.47 104.14 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060281d6f) + (property "Reference" "U1" (id 0) (at 203.2 104.14 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 205.74 107.95 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 204.47 104.14 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8f102269-99cc-4343-aea9-d1f875012da8)) + (pin "2" (uuid 38a74769-f8d6-46c1-990b-195ae014239b)) + ) + + (symbol (lib_id "74xx:74LS06") (at 261.62 49.53 0) (unit 2) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060283608) + (property "Reference" "U1" (id 0) (at 260.35 49.53 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 262.89 53.34 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 261.62 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 261.62 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "3" (uuid bf6f7d89-712a-41bc-8705-7c4e062cf052)) + (pin "4" (uuid 8124f89d-57b2-413f-b96e-510dcb393925)) + ) + + (symbol (lib_id "74xx:74LS06") (at 261.62 40.64 0) (unit 3) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060284f90) + (property "Reference" "U1" (id 0) (at 260.35 40.64 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 262.89 44.45 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 261.62 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 261.62 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 86874b05-0481-4fec-8ad8-215e5e749505)) + (pin "6" (uuid fbf98822-4481-460f-9dd0-00ce80a827f6)) + ) + + (symbol (lib_id "74xx:74LS06") (at 204.47 113.03 0) (unit 4) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060285f4e) + (property "Reference" "U1" (id 0) (at 203.2 113.03 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 205.74 116.84 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 204.47 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "8" (uuid 4113dca6-c435-48e0-ae6b-75202125df65)) + (pin "9" (uuid 990e9d98-043e-44b8-8702-f7067704257a)) + ) + + (symbol (lib_id "74xx:74LS06") (at 261.62 22.86 0) (unit 5) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000602867a4) + (property "Reference" "U1" (id 0) (at 260.35 22.86 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 262.89 26.67 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 261.62 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 261.62 22.86 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid 53b52047-84da-41ce-98e5-38f120484043)) + (pin "11" (uuid fe8fb5d3-5e24-4796-809c-b7c4e9422ace)) + ) + + (symbol (lib_id "74xx:74LS06") (at 261.62 31.75 0) (unit 6) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060286e87) + (property "Reference" "U1" (id 0) (at 260.35 31.75 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS06" (id 1) (at 262.89 35.56 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 261.62 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 261.62 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "12" (uuid 9fed13f0-90c0-4913-87f5-7b23fd0127f5)) + (pin "13" (uuid 7c4a511f-c28b-4236-9e76-a48cf68aa04f)) + ) + + (symbol (lib_id "74xx:74LS06") (at 22.86 179.07 0) (unit 7) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060287d7f) + (property "Reference" "U1" (id 0) (at 20.32 179.07 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Value" "74LS06" (id 1) (at 22.86 187.96 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 22.86 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS06" (id 3) (at 22.86 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "14" (uuid dc463370-9d55-425b-8deb-06b37e97358a)) + (pin "7" (uuid 9f684c1d-26c0-49b1-a8f1-805da4bda061)) + ) + + (symbol (lib_id "74xx:74LS04") (at 186.69 77.47 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006028a179) + (property "Reference" "U2" (id 0) (at 187.96 77.47 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 185.42 81.28 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 186.69 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 186.69 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid bcc0d915-02cb-4baa-8595-69cba6681bad)) + (pin "2" (uuid 7343d411-6ac2-45cd-9942-8e777b5429bf)) + ) + + (symbol (lib_id "74xx:74LS04") (at 186.69 59.69 0) (mirror y) (unit 2) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006028b68c) + (property "Reference" "U2" (id 0) (at 187.96 59.69 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 185.42 63.5 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 186.69 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 186.69 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "3" (uuid ca20316c-7084-4575-aaae-946c5ae34557)) + (pin "4" (uuid 71029403-93b7-4963-a1f1-f60356f1cc1f)) + ) + + (symbol (lib_id "74xx:74LS04") (at 186.69 68.58 0) (mirror y) (unit 3) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006028d575) + (property "Reference" "U2" (id 0) (at 187.96 68.58 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 185.42 72.39 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 186.69 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 186.69 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 59e367e5-7be6-4d8d-9843-083d98d0802b)) + (pin "6" (uuid 618e375d-0021-473a-91d7-cbe2a4e7b867)) + ) + + (symbol (lib_id "74xx:74LS04") (at 204.47 29.21 0) (mirror y) (unit 4) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006028e831) + (property "Reference" "U2" (id 0) (at 205.74 29.21 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 203.2 33.02 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 204.47 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "8" (uuid 2db950ae-a688-4238-94b2-dd8469e9e824)) + (pin "9" (uuid 55a48e8d-a277-4f32-adce-8e810536174e)) + ) + + (symbol (lib_id "74xx:74LS04") (at 224.79 29.21 0) (mirror y) (unit 5) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006028f40d) + (property "Reference" "U2" (id 0) (at 226.06 29.21 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 223.52 33.02 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 224.79 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 224.79 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid 101e85da-b295-4fbb-8a1e-f0c37eed275f)) + (pin "11" (uuid 8c24cda4-d1ae-4014-9e3d-efe1451b847e)) + ) + + (symbol (lib_id "74xx:74LS04") (at 186.69 86.36 0) (mirror y) (unit 6) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029022d) + (property "Reference" "U2" (id 0) (at 187.96 86.36 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS04" (id 1) (at 185.42 90.17 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 186.69 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 186.69 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "12" (uuid 311c58e2-062a-464a-85a6-0da5106e4393)) + (pin "13" (uuid 99623f46-bfb7-44fa-8ab9-8e29f83d2f76)) + ) + + (symbol (lib_id "74xx:74LS04") (at 36.83 179.07 0) (unit 7) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060291291) + (property "Reference" "U2" (id 0) (at 34.29 179.07 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Value" "74LS04" (id 1) (at 36.83 187.96 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 36.83 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (id 3) (at 36.83 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "14" (uuid 088c6a63-c811-4a3f-8be2-48c400d15028)) + (pin "7" (uuid 240634e4-fa5e-449b-8f10-e88e8a07993c)) + ) + + (symbol (lib_id "74xx:74LS14") (at 204.47 95.25 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060293f6d) + (property "Reference" "U4" (id 0) (at 205.74 95.25 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 203.2 99.06 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 204.47 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 59516988-52c0-4373-be48-1530f3f0a133)) + (pin "2" (uuid 4c629791-c8c2-44c0-af0e-bf2c1ab54d77)) + ) + + (symbol (lib_id "74xx:74LS14") (at 204.47 68.58 0) (mirror y) (unit 2) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060294f31) + (property "Reference" "U4" (id 0) (at 205.74 68.58 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 203.2 72.39 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 204.47 68.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "3" (uuid 7bf65e14-c1cd-4255-ad20-20157e07cf75)) + (pin "4" (uuid 8800b9be-3b89-4318-a40f-a3c14fa09c8f)) + ) + + (symbol (lib_id "74xx:74LS14") (at 204.47 59.69 0) (mirror y) (unit 3) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060296188) + (property "Reference" "U4" (id 0) (at 205.74 59.69 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 203.2 63.5 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 204.47 59.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid c5cb1332-aa12-4053-82de-b8ea9004d075)) + (pin "6" (uuid 438d331e-3821-4a2a-a4a7-c12c329d1e30)) + ) + + (symbol (lib_id "74xx:74LS14") (at 204.47 77.47 0) (mirror y) (unit 4) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060296788) + (property "Reference" "U4" (id 0) (at 205.74 77.47 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 203.2 81.28 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 204.47 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "8" (uuid 47dd1786-14fc-417d-ab9d-4e6df34126b6)) + (pin "9" (uuid abf123b9-5abc-46d7-9ae2-d466dfae29f9)) + ) + + (symbol (lib_id "74xx:74LS14") (at 204.47 86.36 0) (mirror y) (unit 5) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060297697) + (property "Reference" "U4" (id 0) (at 205.74 86.36 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 203.2 90.17 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 204.47 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 204.47 86.36 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid d757ba55-e018-4405-b8b5-b7b0abe5bcc5)) + (pin "11" (uuid d61507bb-a1ad-4737-b697-6e0c284ef3d8)) + ) + + (symbol (lib_id "74xx:74LS14") (at 185.42 29.21 0) (mirror y) (unit 6) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060298402) + (property "Reference" "U4" (id 0) (at 186.69 29.21 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS14" (id 1) (at 184.15 33.02 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 185.42 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 185.42 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "12" (uuid 2888517d-b5b4-414b-8c54-833fc144ea56)) + (pin "13" (uuid 86a957c6-e382-4383-b3aa-bde5a36de21d)) + ) + + (symbol (lib_id "74xx:74LS14") (at 50.8 179.07 0) (unit 7) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029901c) + (property "Reference" "U4" (id 0) (at 48.26 179.07 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Value" "74LS14" (id 1) (at 50.8 187.96 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 50.8 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS14" (id 3) (at 50.8 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "14" (uuid 31655641-5e18-432e-8873-4a6382e1cabf)) + (pin "7" (uuid 32154836-8c1a-46ed-ab37-d2ed1c38bba8)) + ) + + (symbol (lib_id "74xx:74LS74") (at 119.38 106.68 0) (mirror x) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029bad9) + (property "Reference" "U6" (id 0) (at 119.38 123.19 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS74" (id 1) (at 113.03 130.81 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 119.38 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 119.38 106.68 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f4140de5-784c-4d4b-872f-3f9a00666ed2)) + (pin "2" (uuid c4fb32d9-0463-454f-b97a-05669685f0ab)) + (pin "3" (uuid ce2c1f63-51d5-4a7d-8f14-dcc3f3dc4098)) + (pin "4" (uuid 3e62fd97-eb56-4347-8870-36869239f25d)) + (pin "5" (uuid 6a4be87e-32f6-4750-9130-8267c9e418bf)) + (pin "6" (uuid b22d50f0-9b2f-45cc-aad3-cae95b472582)) + ) + + (symbol (lib_id "74xx:74LS74") (at 119.38 124.46 0) (unit 2) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029c9f7) + (property "Reference" "U5" (id 0) (at 119.38 105.41 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS74" (id 1) (at 114.3 113.03 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 119.38 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 119.38 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid 901c9689-bbaa-402d-97d6-9dcc3e12d751)) + (pin "11" (uuid b04cc696-87e7-46ef-a3dd-cc9bfefb7920)) + (pin "12" (uuid 98dc3286-f72a-49fb-a1fa-741af929788d)) + (pin "13" (uuid 8adaf2dc-75bc-4786-9a7c-5ddbcc3eeb93)) + (pin "8" (uuid 3d524cb8-09fa-4b93-b2c6-291c20f35f7b)) + (pin "9" (uuid 7cf28c5d-9984-4553-987d-1293020c2b66)) + ) + + (symbol (lib_id "74xx:74LS74") (at 64.77 179.07 0) (unit 3) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029d5ad) + (property "Reference" "U5" (id 0) (at 62.23 179.07 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Value" "74LS74" (id 1) (at 64.77 187.96 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 64.77 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 64.77 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "14" (uuid e3e9b2a7-e7a7-4d4f-b6b6-99cae588b8fe)) + (pin "7" (uuid d44f0aec-2a1b-4a59-b897-f66e89ff2eb7)) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x17_Odd_Even") (at 246.38 91.44 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006029fe66) + (property "Reference" "J2" (id 0) (at 247.65 68.58 0)) + (property "Value" "FDC-34" (id 1) (at 247.65 115.57 0)) + (property "Footprint" "Connector_IDC:IDC-Header_2x17_P2.54mm_Horizontal_Lock_SFD800" (id 2) (at 246.38 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 246.38 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5a13c6df-701f-44fd-98e4-8c9b38f9866b)) + (pin "10" (uuid 851438e6-5f10-4030-bea6-f0be46d599c8)) + (pin "11" (uuid f66b56fa-066e-4a44-8a3d-61d4e66309c0)) + (pin "12" (uuid 1bbf984a-7d93-4eb5-9cfc-fe624671ca4e)) + (pin "13" (uuid 72dc6770-429d-41bb-9334-d150c4e162ea)) + (pin "14" (uuid 84e2d689-7014-466d-80e3-f1072f6dd637)) + (pin "15" (uuid 29914452-4428-44d6-a3c8-e901141084d1)) + (pin "16" (uuid 10be12c2-0375-45a8-ab3d-bccd14aae3ae)) + (pin "17" (uuid f5a4fabf-fa87-4200-9daf-571b2bd7fe52)) + (pin "18" (uuid fd714c5d-f919-4118-9606-130e03284456)) + (pin "19" (uuid 7e10e8e5-d9a2-48d2-a997-2ca5513d7d1b)) + (pin "2" (uuid 8d3a9d07-f024-4777-8967-cabe0b15d921)) + (pin "20" (uuid 0ad2b92a-3777-407e-aebf-3038e3126fae)) + (pin "21" (uuid d5d60f49-a17b-4f6d-8aa2-03ae6d120270)) + (pin "22" (uuid 4e86605d-1975-40b4-a03e-4c2fc077ef30)) + (pin "23" (uuid e7ab8fb3-ee8b-432a-a7bf-e458d7f40f17)) + (pin "24" (uuid f794d6b7-a9b6-4707-bf8c-8fe902cc3b8f)) + (pin "25" (uuid 0232474c-af9f-4ace-b8f8-cc1f6a08aabf)) + (pin "26" (uuid 980c568c-d664-41c4-804d-3fb4e9601a9d)) + (pin "27" (uuid 2d37adab-7f42-4b80-9de7-ba7fad3bdacf)) + (pin "28" (uuid c197b71e-5ec3-4189-b5c1-60cd4e60a49b)) + (pin "29" (uuid 77db29bc-42b2-457d-b9d8-295f5c89fb81)) + (pin "3" (uuid e6052302-251d-4828-b83b-b51639a92db3)) + (pin "30" (uuid 3c79512b-b372-4655-9b3b-8522cb80a365)) + (pin "31" (uuid 6ead0d77-f9b9-4687-a90f-3d1e079a947a)) + (pin "32" (uuid 3d128853-19ea-409d-802d-21b553b15d00)) + (pin "33" (uuid 29241688-c31d-45bb-b3bc-c1dcaecbb167)) + (pin "34" (uuid ca519785-9c3d-4a7f-9f3d-4507fc60be75)) + (pin "4" (uuid 4abec27d-4046-45c1-9601-13fa6e4f1196)) + (pin "5" (uuid cd970715-f29b-49f0-9c0c-a4c940cae43b)) + (pin "6" (uuid 74474532-3878-42d5-a995-f3d8360ec021)) + (pin "7" (uuid 9b01f973-2e39-4500-be60-2557bf1f5b45)) + (pin "8" (uuid cf369ab0-63ef-4fe8-96b0-06d47af05fcd)) + (pin "9" (uuid 916365c4-8820-40c5-bd67-ede05322b703)) + ) + + (symbol (lib_id "SFD800:Ext_Bus_MZ800") (at 36.83 73.66 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000602a32f1) + (property "Reference" "J1" (id 0) (at 36.83 52.07 0)) + (property "Value" "MZ-800 Bus" (id 1) (at 36.83 104.14 0)) + (property "Footprint" "Connector_PCBEdge:BUS_MZ800" (id 2) (at 36.83 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://en.wikipedia.org/wiki/Industry_Standard_Architecture" (id 3) (at 36.83 73.66 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2bcaaca1-58bb-4f7a-882f-6f9eb58c0f88)) + (pin "10" (uuid 7e337972-ac00-4d75-a8a7-ccb92f14a23f)) + (pin "11" (uuid d673c8e7-ca57-4727-922a-45de3e8fb2e0)) + (pin "12" (uuid 3d521624-9ecd-4b1c-bc20-3873f0e399bf)) + (pin "13" (uuid 6b411294-bda7-48cc-bda7-1623378101a3)) + (pin "14" (uuid 4a31e276-b79e-4eab-bf41-f0b3b188fdd6)) + (pin "15" (uuid 57cf16bc-ee66-4bfa-ac95-8c0134e5d218)) + (pin "16" (uuid ad79d819-f517-4995-b542-2cfa1b4a2e4e)) + (pin "17" (uuid d72f4dfe-cd6b-4029-88de-1ebbe52a7481)) + (pin "18" (uuid 897e013f-e31e-417f-b355-ca9b9f9dad45)) + (pin "19" (uuid 77eb5e67-b395-4b8f-b355-c9978aa1a254)) + (pin "2" (uuid d9321ffd-0666-43a7-8284-7d646d5051df)) + (pin "20" (uuid f8094f9e-1288-42f7-aa5f-0008dd97eebf)) + (pin "21" (uuid f8164270-f2b4-4d38-b6cd-1ebcbb4cc15d)) + (pin "22" (uuid 9538ac08-5497-4cfe-969a-d84b5b1efad5)) + (pin "23" (uuid 6e4d022b-fae4-4c7d-8de7-70cccfbd4078)) + (pin "24" (uuid 3dfda617-5f32-441f-b084-963be5408bae)) + (pin "25" (uuid 477819ad-79ff-4d5d-89c1-732b044f2082)) + (pin "26" (uuid 02d5d4ec-68a1-4611-811f-cf5e0c49e712)) + (pin "27" (uuid d6b9393c-9a9d-4dc7-8fd2-cf4ab9c5d75e)) + (pin "28" (uuid 1c484b4d-cd35-41d6-8ed5-0fcd1bbcdd7f)) + (pin "29" (uuid f5d25dab-87b1-4c0c-987f-4a497f5f7250)) + (pin "3" (uuid 5d8a2938-9e47-482a-8cc0-af88683e3aa9)) + (pin "30" (uuid 6f1b5032-e2bc-4ccf-a1f8-f816d36f0ea6)) + (pin "31" (uuid 79b37244-453c-419e-827a-d86acfb905e5)) + (pin "32" (uuid 3545fb41-1577-4cf1-80c9-3dc6ab45168c)) + (pin "33" (uuid 79b70132-ed22-4605-8c68-429f187009cb)) + (pin "34" (uuid 2b19a7ae-7e50-44d3-b23f-d6cc5b726fd4)) + (pin "35" (uuid 5a8b1c53-d00c-43ce-9b80-23cba113af85)) + (pin "36" (uuid be3c8b7f-9e05-4e0d-af50-527561be5897)) + (pin "37" (uuid fcb96d27-4a2d-4fc1-a9e3-1a7c81df1921)) + (pin "38" (uuid e6dd943d-cdb2-4c35-9c96-ba29becdc3ef)) + (pin "39" (uuid bdef23b1-6007-45e3-b7f6-a3982b9ea650)) + (pin "4" (uuid ba130c3b-b370-4055-b47f-c1b337773748)) + (pin "40" (uuid 0072ba71-a7b0-4ea9-a9eb-7ed9defd9bb1)) + (pin "41" (uuid d5ba225e-3b99-4a05-92ff-d20366c7b769)) + (pin "42" (uuid 39383f40-80c3-422f-a3e5-c1a7d6da66ec)) + (pin "43" (uuid 6e4cc567-d5ce-4e86-b7ac-aa9aaa1840a2)) + (pin "44" (uuid 911197ae-ac58-4615-8a1a-ac4466dcf8de)) + (pin "5" (uuid aa360e65-8913-4592-be10-a248c27d89d2)) + (pin "6" (uuid d1704fba-d1ab-4400-867e-0927d0ff6591)) + (pin "7" (uuid 09cebffa-abbe-4eaa-a210-ead2db67f6c2)) + (pin "8" (uuid 56466e1f-499e-470b-82b4-72dcf6b935de)) + (pin "9" (uuid 112d52f6-017f-4eba-8d31-7e690110cd92)) + ) + + (symbol (lib_id "SFD800:PAL12L6") (at 38.1 134.62 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060acffb5) + (property "Reference" "U3" (id 0) (at 38.1 127 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "GAL16V8" (id 1) (at 30.48 157.48 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-20_W7.62mm" (id 2) (at 38.1 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid e0d1b63a-fbb8-43ed-95f4-0408f5050065)) + (pin "20" (uuid 6480b215-b299-4538-8467-fb3c0bf9f6c9)) + (pin "1" (uuid 00edbcf1-59a9-49de-b0ac-9881bf104636)) + (pin "11" (uuid d0794423-c6ba-436d-a87c-07594d635b99)) + (pin "12" (uuid b37c0e9b-4a79-453b-9592-fa61a73fb7bc)) + (pin "13" (uuid b491792f-ed67-4e4c-8488-5babf24a329f)) + (pin "14" (uuid 4fefe790-2a99-48d5-89ce-3469b1122110)) + (pin "15" (uuid 1c201a5c-655c-4465-a400-d2b339129068)) + (pin "16" (uuid b6ac9adb-2a31-44ce-8482-e5b6c012c266)) + (pin "17" (uuid fbe04f11-9070-4e0e-9473-c6704b836a5a)) + (pin "18" (uuid 6673767c-ec2f-472f-aec8-6dde0c079ca1)) + (pin "19" (uuid c35ed64a-f0f3-4df2-ab72-8c2e68570d16)) + (pin "2" (uuid da1d47eb-e868-4f33-8928-a4c80f35226f)) + (pin "3" (uuid 5dedd6dd-fb9f-440b-921e-65b88ffe0670)) + (pin "4" (uuid 0220b3c5-3933-430c-9a95-3250361c369c)) + (pin "5" (uuid 92573811-f1df-4ca8-8676-407a4d4c7ead)) + (pin "6" (uuid da6574a4-bf6a-4953-8eef-55932ceae80f)) + (pin "7" (uuid 6c9bf1b6-30dd-47fa-ac3f-fa1f4bac15f8)) + (pin "8" (uuid ddd54a68-72da-442c-a8d9-ff4887ff987a)) + (pin "9" (uuid 758be701-c481-4133-8ef6-20959440530b)) + ) + + (symbol (lib_id "74xx:74LS242") (at 82.55 77.47 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060dd4144) + (property "Reference" "U8" (id 0) (at 82.55 77.47 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS242" (id 1) (at 76.2 88.9 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 82.55 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS242" (id 3) (at 82.55 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 09da3226-dd65-4fa4-9f42-384b03a3d3f6)) + (pin "10" (uuid f3853534-7334-46a5-b367-1f959c8cd93b)) + (pin "11" (uuid 0214a6bd-94af-47b9-bb97-8eb1b7e393f6)) + (pin "13" (uuid 75d21704-6a9e-461c-94ee-0ed9fec503a4)) + (pin "14" (uuid 56fc7df3-6435-4e3d-9cd2-ae4377b04e27)) + (pin "3" (uuid c2dce361-5c8e-4997-b2cd-ce06602a6203)) + (pin "4" (uuid b3624299-dc69-47e1-942c-61ec61ffe4d4)) + (pin "5" (uuid 6a7946d9-8082-4789-ad93-5bfff05c8ecb)) + (pin "6" (uuid 251061e1-8224-4d96-ba66-d9090cd6d615)) + (pin "7" (uuid b200d2b7-382f-4d57-a277-41c4570d4303)) + (pin "8" (uuid 306e31a3-619c-4009-b59d-0779c7772286)) + (pin "9" (uuid b39249fc-7919-4991-8bef-638eb1a47f6f)) + ) + + (symbol (lib_id "74xx:74LS74") (at 95.25 179.07 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061537d03) + (property "Reference" "U5" (id 0) (at 95.25 179.07 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS74" (id 1) (at 90.17 185.42 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 95.25 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 95.25 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 38a047d4-46e1-49b9-bf9e-dcb6d0d325e0)) + (pin "2" (uuid 28e947db-4c27-407c-b890-6c8ef8c19ea5)) + (pin "3" (uuid 0a6acf54-e9fa-4886-b9b2-53ceea962ace)) + (pin "4" (uuid 0e7caeb4-9034-406f-9f74-d5a30973e6cc)) + (pin "5" (uuid 7ddf17dc-6fd1-4144-bfce-89305fdf1b46)) + (pin "6" (uuid cb9267bf-ea27-4b56-94c2-f368254f2009)) + ) + + (symbol (lib_id "74xx:74LS74") (at 165.1 29.21 0) (mirror y) (unit 2) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061538905) + (property "Reference" "U6" (id 0) (at 165.1 29.21 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Value" "74LS74" (id 1) (at 160.02 35.56 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 165.1 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 165.1 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "10" (uuid a0a438ef-676c-4e52-82bd-4fbc8d0e3ae8)) + (pin "11" (uuid d87d3b3c-f61a-4f69-af97-d1830556469b)) + (pin "12" (uuid 8441d3c1-d034-4b26-ab0f-71bf53ef895e)) + (pin "13" (uuid 76c8085f-5e0b-478f-b7c4-21c3823cb2e5)) + (pin "8" (uuid 24fbb078-1ce7-467b-b07a-aae5f336d916)) + (pin "9" (uuid 83da150c-06e0-460e-a1ab-a4675f810a23)) + ) + + (symbol (lib_id "74xx:74LS74") (at 78.74 179.07 0) (unit 3) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000615397ff) + (property "Reference" "U6" (id 0) (at 76.2 179.07 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Value" "74LS74" (id 1) (at 78.74 187.96 0) + (effects (font (size 0.9906 0.9906)) (justify left)) + ) + (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 78.74 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "74xx/74hc_hct74.pdf" (id 3) (at 78.74 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "14" (uuid e054443f-ea04-4571-96f0-e5aa771ae0ba)) + (pin "7" (uuid da4bfdd9-0c12-4e08-bacb-aeb157cd303d)) + ) + + (symbol (lib_id "Device:C_Small") (at 214.63 29.21 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000615afae8) + (property "Reference" "C10" (id 0) (at 214.63 26.67 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "3.3nF" (id 1) (at 214.63 31.75 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 214.63 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 214.63 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 29210db5-1fe4-44ab-a61f-703001336dce)) + (pin "2" (uuid a1a5088f-1c6d-4acd-b416-4ae706f5c4c8)) + ) + + (symbol (lib_id "Device:R_Small") (at 205.74 38.1 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000615e26ae) + (property "Reference" "R1" (id 0) (at 205.74 39.37 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "560R" (id 1) (at 205.74 38.1 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (id 2) (at 205.74 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 205.74 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2874a2bc-55de-4b2a-b96f-99f56ecddb37)) + (pin "2" (uuid 35866026-f5a8-4b20-97dd-3f92099e80ff)) + ) + + (symbol (lib_id "Device:R_Small") (at 226.06 38.1 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000615e48e5) + (property "Reference" "R2" (id 0) (at 226.06 39.37 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "560R" (id 1) (at 226.06 38.1 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (id 2) (at 226.06 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 226.06 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5d515023-8db3-41a3-a12a-4dff36fe6aac)) + (pin "2" (uuid d3545a79-36e7-4a32-95c7-91db6b5e04a1)) + ) + + (symbol (lib_id "Device:C_Small") (at 194.31 19.05 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006168fb54) + (property "Reference" "C9" (id 0) (at 194.31 16.51 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "15pF" (id 1) (at 194.31 21.59 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 194.31 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 194.31 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e4243ddd-cefe-4c5f-9160-c242ab745460)) + (pin "2" (uuid 0df2990a-30f2-4d63-811a-56900d093b9d)) + ) + + (symbol (lib_id "Device:Crystal_Small") (at 214.63 19.05 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061691233) + (property "Reference" "Y1" (id 0) (at 214.63 14.4526 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "16MHz" (id 1) (at 214.63 16.0274 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Crystal:Crystal_HC18-U_Horizontal" (id 2) (at 214.63 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 214.63 19.05 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b46d96b5-c244-46eb-9f1d-abb7b22e3f2e)) + (pin "2" (uuid 39d040a2-c526-4a19-8887-65dd7ce4f86f)) + ) + + (symbol (lib_id "power:GNDPWR") (at 20.32 107.95 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000617c95c3) + (property "Reference" "#PWR01" (id 0) (at 20.32 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 20.32 110.49 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 20.32 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 20.32 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 54a52263-9e77-4136-b67a-0206c183b201)) + ) + + (symbol (lib_id "power:GNDPWR") (at 22.86 194.31 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006188f61d) + (property "Reference" "#PWR02" (id 0) (at 22.86 199.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 22.86 196.85 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 22.86 195.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 22.86 195.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 465a8c39-1f42-4ada-9795-b653b2381ff1)) + ) + + (symbol (lib_id "power:+5V") (at 50.8 162.56 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061a240d3) + (property "Reference" "#PWR07" (id 0) (at 50.8 166.37 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 51.181 158.1658 0)) + (property "Footprint" "" (id 2) (at 50.8 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 50.8 162.56 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1dae2a25-9283-4abc-bff3-90644c0af916)) + ) + + (symbol (lib_id "power:+5V") (at 38.1 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061a464fd) + (property "Reference" "#PWR06" (id 0) (at 38.1 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 40.64 113.03 0)) + (property "Footprint" "" (id 2) (at 38.1 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d45e4606-e8b1-4c12-9fd9-0c03f8aa8d64)) + ) + + (symbol (lib_id "power:+5V") (at 36.83 34.29 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061a48aa5) + (property "Reference" "#PWR04" (id 0) (at 36.83 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 36.83 30.48 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 36.83 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 36.83 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 58170f47-5b89-4051-abec-eedc7cbc3a47)) + ) + + (symbol (lib_id "power:GNDPWR") (at 82.55 93.98 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061d61bc9) + (property "Reference" "#PWR011" (id 0) (at 82.55 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 82.55 96.52 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 82.55 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 82.55 95.25 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3fe34ba4-dd31-483d-92e1-19890e62f8f4)) + ) + + (symbol (lib_id "power:GNDPWR") (at 82.55 55.88 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061d86a1d) + (property "Reference" "#PWR09" (id 0) (at 82.55 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 82.55 58.42 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 82.55 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 82.55 57.15 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 24c07229-4dda-4407-bb28-d766a035b7c2)) + ) + + (symbol (lib_id "power:+5V") (at 82.55 62.23 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061dab361) + (property "Reference" "#PWR010" (id 0) (at 82.55 66.04 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 85.09 60.96 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 82.55 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 82.55 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d5006b7f-8c6e-4019-8600-ede16e238028)) + ) + + (symbol (lib_id "power:+5V") (at 82.55 24.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061dcf045) + (property "Reference" "#PWR08" (id 0) (at 82.55 27.94 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 82.55 20.32 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 82.55 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 82.55 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 69a265d9-4fbb-4c5b-906f-d14aea665d93)) + ) + + (symbol (lib_id "power:+5V") (at 151.13 49.53 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061df2b68) + (property "Reference" "#PWR014" (id 0) (at 151.13 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 151.13 45.72 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 151.13 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 151.13 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3fe0cf16-adeb-4601-81d4-178470e2d73a)) + ) + + (symbol (lib_id "power:+5V") (at 165.1 20.32 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061e3a25d) + (property "Reference" "#PWR018" (id 0) (at 165.1 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 165.1 16.51 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 165.1 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 165.1 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 12b2c538-9e6a-4f82-a9bf-bb770dd4f863)) + ) + + (symbol (lib_id "power:GNDPWR") (at 151.13 104.14 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061e5f874) + (property "Reference" "#PWR015" (id 0) (at 151.13 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 151.13 106.68 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 151.13 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 151.13 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1d49bc96-6bac-483d-bb94-9e634401b92e)) + ) + + (symbol (lib_id "power:GNDPWR") (at 154.94 162.56 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061e82c8f) + (property "Reference" "#PWR017" (id 0) (at 154.94 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 154.94 165.1 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 154.94 163.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 154.94 163.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c73c14e6-259d-416d-ba3d-c8309b124aaa)) + ) + + (symbol (lib_id "power:GNDPWR") (at 203.2 162.56 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000061ea65ab) + (property "Reference" "#PWR021" (id 0) (at 203.2 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 203.2 165.1 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 203.2 163.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 203.2 163.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 13cd95e6-d9e2-4d72-b5a6-8b8024783d47)) + ) + + (symbol (lib_id "power:GNDPWR") (at 189.23 19.05 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006202032d) + (property "Reference" "#PWR019" (id 0) (at 189.23 24.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 189.23 21.59 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 189.23 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 189.23 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d766c662-2230-44d1-9c9f-d5f7c5ec671b)) + ) + + (symbol (lib_id "Device:C_Small") (at 19.05 165.1 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062095381) + (property "Reference" "C1" (id 0) (at 16.51 163.83 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 19.05 167.64 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 19.05 165.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 19.05 165.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cba876b7-cafd-4bf3-8d14-9516cc699ea0)) + (pin "2" (uuid e1aeafd0-8124-4dc8-9bfe-61145ba4acce)) + ) + + (symbol (lib_id "Device:C_Small") (at 30.48 167.64 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006218a890) + (property "Reference" "C2" (id 0) (at 27.94 166.37 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 29.21 168.91 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 30.48 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 30.48 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b57055f5-7931-4a6d-8d4c-b5cd9fe6a657)) + (pin "2" (uuid db5b582d-1181-401b-ba25-a71de45b1cd6)) + ) + + (symbol (lib_id "Device:C_Small") (at 44.45 167.64 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000621b107d) + (property "Reference" "C5" (id 0) (at 41.91 166.37 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 43.18 168.91 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 44.45 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 44.45 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6713cb42-41ed-4790-9fd8-4bcbe26d212f)) + (pin "2" (uuid 1ff6e774-be88-440d-8d13-58ee25667f59)) + ) + + (symbol (lib_id "Device:C_Small") (at 58.42 167.64 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000621dcc8b) + (property "Reference" "C6" (id 0) (at 55.88 166.37 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 57.15 168.91 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 58.42 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 58.42 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 35afc5ba-d120-4503-bd1a-dcdf549ea36b)) + (pin "2" (uuid 5fc328c2-550f-485d-bd17-0ef29643b045)) + ) + + (symbol (lib_id "Device:C_Small") (at 72.39 167.64 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062203874) + (property "Reference" "C7" (id 0) (at 69.85 166.37 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 71.12 168.91 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 72.39 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 72.39 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cd0516bb-9577-4d93-be96-c834b4918faf)) + (pin "2" (uuid 29109531-ca76-49ba-b07d-508825aef37a)) + ) + + (symbol (lib_id "Device:C_Small") (at 31.75 115.57 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006236b946) + (property "Reference" "C3" (id 0) (at 29.21 114.3 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 31.75 118.11 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 31.75 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 31.75 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid dac96c8d-9b39-4acf-9b6f-e87066703ddb)) + (pin "2" (uuid ba1978e0-f1c0-4c93-90b7-1e7da3a3614d)) + ) + + (symbol (lib_id "Device:C_Small") (at 144.78 49.53 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006236d38f) + (property "Reference" "C8" (id 0) (at 142.24 48.26 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Value" "100nF" (id 1) (at 144.78 52.07 90) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 144.78 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 144.78 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid de2e30a2-0e88-4402-a4e7-ecba730fbc34)) + (pin "2" (uuid 0b1566d1-4496-48e1-a8f0-38a63b1b8d44)) + ) + + (symbol (lib_id "power:GNDPWR") (at 139.7 49.53 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00006243fbee) + (property "Reference" "#PWR013" (id 0) (at 139.7 54.61 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 139.7 52.07 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 139.7 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 139.7 50.8 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ee2e5a05-b98e-4c68-8066-1c93bbdb26df)) + ) + + (symbol (lib_id "power:GNDPWR") (at 25.4 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062517b4a) + (property "Reference" "#PWR03" (id 0) (at 25.4 120.65 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 25.4 118.11 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 25.4 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 25.4 116.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 97870f1a-a0ce-4b88-aacf-2cbd081eab74)) + ) + + (symbol (lib_id "Device:CP_Small") (at 36.83 36.83 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000625461f2) + (property "Reference" "C4" (id 0) (at 33.02 36.83 0) + (effects (font (size 0.7874 0.7874)) (justify left)) + ) + (property "Value" "4.7uF 50V" (id 1) (at 36.83 39.37 0) + (effects (font (size 0.7874 0.7874)) (justify left)) + ) + (property "Footprint" "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm" (id 2) (at 36.83 36.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 36.83 36.83 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5bc623d2-0f8c-4e35-bbc7-432a3714d6bf)) + (pin "2" (uuid 79e92b96-cdec-461a-94ed-d8495d117874)) + ) + + (symbol (lib_id "power:GNDPWR") (at 36.83 39.37 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000625f3f63) + (property "Reference" "#PWR05" (id 0) (at 36.83 44.45 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 36.83 41.91 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 36.83 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 36.83 40.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ff3a336d-2865-4a7f-9929-a2580e3a9ed3)) + ) + + (symbol (lib_id "power:+5V") (at 203.2 124.46 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000625f92b0) + (property "Reference" "#PWR020" (id 0) (at 203.2 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 203.2 120.65 0)) + (property "Footprint" "" (id 2) (at 203.2 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 203.2 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cf8412e7-e7b5-4c85-a32c-ec03401d775a)) + ) + + (symbol (lib_id "power:+5V") (at 154.94 124.46 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000625fb3a5) + (property "Reference" "#PWR016" (id 0) (at 154.94 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 154.94 120.65 0)) + (property "Footprint" "" (id 2) (at 154.94 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 154.94 124.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c897c885-5ed7-4be5-a88c-689fb27b9589)) + ) + + (symbol (lib_id "Device:R_Network05") (at 217.17 52.07 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062986d18) + (property "Reference" "RN1" (id 0) (at 224.4852 51.2826 0) + (effects (font (size 0.7874 0.7874)) (justify left)) + ) + (property "Value" "330R" (id 1) (at 224.4852 52.8574 0) + (effects (font (size 0.7874 0.7874)) (justify left)) + ) + (property "Footprint" "Resistor_THT:R_Array_SIP6" (id 2) (at 226.695 52.07 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" (id 3) (at 217.17 52.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 18b03b6c-3eb5-4931-9e00-90a86c749f22)) + (pin "2" (uuid 84bf8577-b098-4623-b9c8-d7b8ff2b0b59)) + (pin "3" (uuid 9f3d7f2e-abff-4c83-a34e-3e3d809d8c05)) + (pin "4" (uuid 1de77f44-e6e6-4a9a-b2e2-38967b1d18d1)) + (pin "5" (uuid 26dcfef9-c372-435f-b01d-b0e802c38888)) + (pin "6" (uuid 33712e6d-8eb8-4e62-97b9-03772baa6b17)) + ) + + (symbol (lib_id "power:+5V") (at 204.47 49.53 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062e63bbe) + (property "Reference" "#PWR022" (id 0) (at 204.47 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 204.47 45.72 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 204.47 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 204.47 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid da1f7708-68af-4ac9-a7cc-35a9f55be0ab)) + ) + + (symbol (lib_id "power:GNDPWR") (at 238.76 113.03 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062e9415c) + (property "Reference" "#PWR023" (id 0) (at 238.76 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GNDPWR" (id 1) (at 238.76 115.57 0) + (effects (font (size 0.7874 0.7874))) + ) + (property "Footprint" "" (id 2) (at 238.76 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 238.76 114.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6aece5f4-bdad-48ed-842a-e9dd7f6b0708)) + ) + + (symbol (lib_id "power:+5V") (at 119.38 99.06 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062fab952) + (property "Reference" "#PWR012" (id 0) (at 119.38 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 119.38 95.25 0) + (effects (font (size 0.9906 0.9906))) + ) + (property "Footprint" "" (id 2) (at 119.38 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 119.38 99.06 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7a755562-daa5-4866-90f7-509eb8815391)) + ) + + (sheet_instances + (path "/" (page "1")) + ) + + (symbol_instances + (path "/00000000-0000-0000-0000-0000617c95c3" + (reference "#PWR01") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-00006188f61d" + (reference "#PWR02") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062517b4a" + (reference "#PWR03") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061a48aa5" + (reference "#PWR04") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000625f3f63" + (reference "#PWR05") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061a464fd" + (reference "#PWR06") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061a240d3" + (reference "#PWR07") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061dcf045" + (reference "#PWR08") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061d86a1d" + (reference "#PWR09") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061dab361" + (reference "#PWR010") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061d61bc9" + (reference "#PWR011") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062fab952" + (reference "#PWR012") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-00006243fbee" + (reference "#PWR013") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061df2b68" + (reference "#PWR014") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061e5f874" + (reference "#PWR015") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000625fb3a5" + (reference "#PWR016") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061e82c8f" + (reference "#PWR017") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061e3a25d" + (reference "#PWR018") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-00006202032d" + (reference "#PWR019") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000625f92b0" + (reference "#PWR020") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000061ea65ab" + (reference "#PWR021") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062e63bbe" + (reference "#PWR022") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062e9415c" + (reference "#PWR023") (unit 1) (value "GNDPWR") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062095381" + (reference "C1") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-00006218a890" + (reference "C2") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-00006236b946" + (reference "C3") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-0000625461f2" + (reference "C4") (unit 1) (value "4.7uF 50V") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-0000621b107d" + (reference "C5") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-0000621dcc8b" + (reference "C6") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-000062203874" + (reference "C7") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-00006236d38f" + (reference "C8") (unit 1) (value "100nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-00006168fb54" + (reference "C9") (unit 1) (value "15pF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-0000615afae8" + (reference "C10") (unit 1) (value "3.3nF") (footprint "Capacitor_THT:C_Disc_D5.0mm_W2.5mm_P2.50mm") + ) + (path "/00000000-0000-0000-0000-0000602a32f1" + (reference "J1") (unit 1) (value "MZ-800 Bus") (footprint "Connector_PCBEdge:BUS_MZ800") + ) + (path "/00000000-0000-0000-0000-00006029fe66" + (reference "J2") (unit 1) (value "FDC-34") (footprint "Connector_IDC:IDC-Header_2x17_P2.54mm_Horizontal_Lock_SFD800") + ) + (path "/00000000-0000-0000-0000-0000615e26ae" + (reference "R1") (unit 1) (value "560R") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-0000615e48e5" + (reference "R2") (unit 1) (value "560R") (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal") + ) + (path "/00000000-0000-0000-0000-000062986d18" + (reference "RN1") (unit 1) (value "330R") (footprint "Resistor_THT:R_Array_SIP6") + ) + (path "/00000000-0000-0000-0000-000060281d6f" + (reference "U1") (unit 1) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060283608" + (reference "U1") (unit 2) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060284f90" + (reference "U1") (unit 3) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060285f4e" + (reference "U1") (unit 4) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-0000602867a4" + (reference "U1") (unit 5) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060286e87" + (reference "U1") (unit 6) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060287d7f" + (reference "U1") (unit 7) (value "74LS06") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006028a179" + (reference "U2") (unit 1) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006028b68c" + (reference "U2") (unit 2) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006028d575" + (reference "U2") (unit 3) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006028e831" + (reference "U2") (unit 4) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006028f40d" + (reference "U2") (unit 5) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006029022d" + (reference "U2") (unit 6) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060291291" + (reference "U2") (unit 7) (value "74LS04") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060acffb5" + (reference "U3") (unit 1) (value "GAL16V8") (footprint "Package_DIP:DIP-20_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060293f6d" + (reference "U4") (unit 1) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060294f31" + (reference "U4") (unit 2) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060296188" + (reference "U4") (unit 3) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060296788" + (reference "U4") (unit 4) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060297697" + (reference "U4") (unit 5) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060298402" + (reference "U4") (unit 6) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006029901c" + (reference "U4") (unit 7) (value "74LS14") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000061537d03" + (reference "U5") (unit 1) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006029c9f7" + (reference "U5") (unit 2) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006029d5ad" + (reference "U5") (unit 3) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006029bad9" + (reference "U6") (unit 1) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000061538905" + (reference "U6") (unit 2) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-0000615397ff" + (reference "U6") (unit 3) (value "74LS74") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-00006027f9f0" + (reference "U7") (unit 1) (value "74LS242") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060dd4144" + (reference "U8") (unit 1) (value "74LS242") (footprint "Package_DIP:DIP-14_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060279042" + (reference "U9") (unit 1) (value "WD1773") (footprint "Package_DIP:DIP-28_W15.24mm") + ) + (path "/00000000-0000-0000-0000-000060280078" + (reference "U10") (unit 1) (value "74LS175") (footprint "Package_DIP:DIP-16_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000060280e1c" + (reference "U11") (unit 1) (value "74LS145") (footprint "Package_DIP:DIP-16_W7.62mm") + ) + (path "/00000000-0000-0000-0000-000061691233" + (reference "Y1") (unit 1) (value "16MHz") (footprint "Crystal:Crystal_HC18-U_Horizontal") + ) + ) +) diff --git a/kicad/SFD800.kicad_sym b/kicad/SFD800.kicad_sym new file mode 100644 index 0000000..f4bc303 --- /dev/null +++ b/kicad/SFD800.kicad_sym @@ -0,0 +1,717 @@ +(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) + (symbol "Connector_Generic_Conn_02x17_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 1.27 22.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Connector_Generic_Conn_02x17_Odd_Even" (id 1) (at 1.27 -22.86 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Connector_Generic_Conn_02x17_Odd_Even_1_1" + (rectangle (start -1.27 -20.193) (end 0 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -17.653) (end 0 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -15.113) (end 0 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -12.573) (end 0 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 10.287) (end 0 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 12.827) (end 0 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 15.367) (end 0 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 17.907) (end 0 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 20.447) (end 0 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 21.59) (end 3.81 -21.59) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start 3.81 -20.193) (end 2.54 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -17.653) (end 2.54 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -15.113) (end 2.54 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -12.573) (end 2.54 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -10.033) (end 2.54 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -7.493) (end 2.54 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 7.747) (end 2.54 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 10.287) (end 2.54 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 12.827) (end 2.54 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 15.367) (end 2.54 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 17.907) (end 2.54 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 20.447) (end 2.54 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 20.32 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 10.16 180) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 7.62 180) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 5.08 180) (length 3.81) + (name "Pin_14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 20.32 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 7.62 -2.54 180) (length 3.81) + (name "Pin_20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -7.62 180) (length 3.81) + (name "Pin_24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -10.16 180) (length 3.81) + (name "Pin_26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -12.7 0) (length 3.81) + (name "Pin_27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -12.7 180) (length 3.81) + (name "Pin_28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -15.24 0) (length 3.81) + (name "Pin_29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 17.78 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 -15.24 180) (length 3.81) + (name "Pin_30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -17.78 0) (length 3.81) + (name "Pin_31" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -17.78 180) (length 3.81) + (name "Pin_32" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -20.32 0) (length 3.81) + (name "Pin_33" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -20.32 180) (length 3.81) + (name "Pin_34" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 17.78 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 15.24 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 15.24 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 12.7 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 12.7 180) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 10.16 0) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Ext_Bus_MZ800" (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 0 31.115 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Ext_Bus_MZ800" (id 1) (at 0 -31.115 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 -11.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Ext_Bus_MZ800_0_0" + (text " Top Side" (at -5.08 29.21 0) + (effects (font (size 0.7874 0.7874))) + ) + (text "Bottom Side" (at 3.81 29.21 0) + (effects (font (size 0.7874 0.7874))) + ) + ) + (symbol "Ext_Bus_MZ800_0_1" + (rectangle (start -7.62 -29.21) (end 7.62 30.48) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "Ext_Bus_MZ800_1_1" + (pin power_out line (at -10.16 26.67 0) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 16.51 180) (length 2.54) + (name "D6" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 13.97 0) (length 2.54) + (name "AD15" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 13.97 180) (length 2.54) + (name "D7" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 11.43 0) (length 2.54) + (name "AD14" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 11.43 180) (length 2.54) + (name "BUS0" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 8.89 0) (length 2.54) + (name "AD13" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 8.89 180) (length 2.54) + (name "~{M1}" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 6.35 0) (length 2.54) + (name "AD12" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 6.35 180) (length 2.54) + (name "~{WR}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 3.81 0) (length 2.54) + (name "AD11" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 26.67 180) (length 2.54) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 3.81 180) (length 2.54) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 1.27 0) (length 2.54) + (name "AD10" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 1.27 180) (length 2.54) + (name "~{IORQ}" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -1.27 0) (length 2.54) + (name "AD9" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -1.27 180) (length 2.54) + (name "~{MREQ}" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -3.81 0) (length 2.54) + (name "AD8" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 10.16 -3.81 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -6.35 0) (length 2.54) + (name "AD7" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -6.35 180) (length 2.54) + (name "~{HALT}" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -8.89 0) (length 2.54) + (name "AD6" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 24.13 0) (length 2.54) + (name "D2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -8.89 180) (length 2.54) + (name "IE1" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -11.43 0) (length 2.54) + (name "AD5" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -11.43 180) (length 2.54) + (name "NC" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -13.97 0) (length 2.54) + (name "AD4" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 10.16 -13.97 180) (length 2.54) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -16.51 0) (length 2.54) + (name "AD3" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -16.51 180) (length 2.54) + (name "~{EXRESET}" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -19.05 0) (length 2.54) + (name "AD2" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -19.05 180) (length 2.54) + (name "~{INT}" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -21.59 0) (length 2.54) + (name "AD1" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 24.13 180) (length 2.54) + (name "D3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -21.59 180) (length 2.54) + (name "~{EXWAIT}" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -10.16 -24.13 0) (length 2.54) + (name "AD0" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -24.13 180) (length 2.54) + (name "NC" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 -26.67 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 -26.67 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 21.59 0) (length 2.54) + (name "D1" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 21.59 180) (length 2.54) + (name "D4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at -10.16 19.05 0) (length 2.54) + (name "D0" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin tri_state line (at 10.16 19.05 180) (length 2.54) + (name "D5" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 16.51 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "PAL12L6" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -8.89 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "PAL12L6" (id 1) (at 1.27 17.78 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP* PDIP*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "PAL12L6_0_0" + (pin power_in line (at 0 -25.4 90) (length 3.81) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 19.05 270) (length 3.81) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "PAL12L6_0_1" + (rectangle (start -8.89 15.24) (end 7.62 -21.59) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "PAL12L6_1_1" + (pin input line (at -12.7 12.7 0) (length 3.81) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -12.7 0) (length 3.81) + (name "~{WR}" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -15.24 0) (length 3.81) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 10.16 180) (length 3.81) + (name "~{BUS}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 1.27 180) (length 3.81) + (name "~{DRIVE}" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -8.89 180) (length 3.81) + (name "~{RES}" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -15.24 180) (length 3.81) + (name "~{SIDE}" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -3.81 180) (length 3.81) + (name "~{DDEN}" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 6.35 180) (length 3.81) + (name "~{FDC}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 3.81) + (name "~{IORQ}" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 3.81) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 3.81) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -19.05 0) (length 3.81) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 3.81) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "A5" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -2.54 0) (length 3.81) + (name "A6" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -5.08 0) (length 3.81) + (name "A7" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "SFD800_PAL12L6" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at -8.89 16.51 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "SFD800_PAL12L6" (id 1) (at 1.27 17.78 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "DIP* PDIP*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SFD800_PAL12L6_0_0" + (pin power_in line (at 0 -25.4 90) (length 3.81) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 19.05 270) (length 3.81) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "SFD800_PAL12L6_0_1" + (rectangle (start -8.89 15.24) (end 7.62 -21.59) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "SFD800_PAL12L6_1_1" + (pin input line (at -12.7 12.7 0) (length 3.81) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -12.7 0) (length 3.81) + (name "~{WR}" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -15.24 0) (length 3.81) + (name "~{RD}" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 10.16 180) (length 3.81) + (name "~{BUS}" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 1.27 180) (length 3.81) + (name "~{DRIVE}" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -8.89 180) (length 3.81) + (name "~{RES}" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -15.24 180) (length 3.81) + (name "~{SIDE}" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 -3.81 180) (length 3.81) + (name "~{DDEN}" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 11.43 6.35 180) (length 3.81) + (name "~{FDC}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -10.16 0) (length 3.81) + (name "~{IORQ}" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 10.16 0) (length 3.81) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 7.62 0) (length 3.81) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 5.08 0) (length 3.81) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -19.05 0) (length 3.81) + (name "RESET" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 3.81) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 3.81) + (name "A5" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -2.54 0) (length 3.81) + (name "A6" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -5.08 0) (length 3.81) + (name "A7" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) diff --git a/kicad/SFD800.lib b/kicad/SFD800.lib new file mode 100644 index 0000000..5ca1930 --- /dev/null +++ b/kicad/SFD800.lib @@ -0,0 +1,253 @@ +EESchema-LIBRARY Version 2.4 +#encoding utf-8 +# +# Ext_Bus_MZ800 +# +DEF Ext_Bus_MZ800 J 0 20 Y Y 1 F N +F0 "J" 0 1225 50 H V C CNN +F1 "Ext_Bus_MZ800" 0 -1225 50 H V C CNN +F2 "" 0 -450 50 H I C CNN +F3 "" 0 -450 50 H I C CNN +DRAW +T 0 -200 1150 31 0 0 0 " Top Side" Normal 0 C C +T 0 150 1150 31 0 0 0 "Bottom Side" Normal 0 C C +S -300 -1150 300 1200 0 1 10 f +X VCC 1 -400 1050 100 R 50 50 1 1 w +X D6 10 400 650 100 L 50 50 1 1 T +X AD15 11 -400 550 100 R 50 50 1 1 O +X D7 12 400 550 100 L 50 50 1 1 T +X AD14 13 -400 450 100 R 50 50 1 1 O +X BUS0 14 400 450 100 L 50 50 1 1 O +X AD13 15 -400 350 100 R 50 50 1 1 O +X ~M1 16 400 350 100 L 50 50 1 1 O +X AD12 17 -400 250 100 R 50 50 1 1 O +X ~WR 18 400 250 100 L 50 50 1 1 O +X AD11 19 -400 150 100 R 50 50 1 1 O +X VCC 2 400 1050 100 L 50 50 1 1 W +X ~RD 20 400 150 100 L 50 50 1 1 O +X AD10 21 -400 50 100 R 50 50 1 1 O +X ~IORQ 22 400 50 100 L 50 50 1 1 O +X AD9 23 -400 -50 100 R 50 50 1 1 O +X ~MREQ 24 400 -50 100 L 50 50 1 1 O +X AD8 25 -400 -150 100 R 50 50 1 1 O +X GND 26 400 -150 100 L 50 50 1 1 w +X AD7 27 -400 -250 100 R 50 50 1 1 O +X ~HALT 28 400 -250 100 L 50 50 1 1 I +X AD6 29 -400 -350 100 R 50 50 1 1 O +X D2 3 -400 950 100 R 50 50 1 1 T +X IE1 30 400 -350 100 L 50 50 1 1 I +X AD5 31 -400 -450 100 R 50 50 1 1 O +X NC 32 400 -450 100 L 50 50 1 1 P +X AD4 33 -400 -550 100 R 50 50 1 1 O +X RESET 34 400 -550 100 L 50 50 1 1 O +X AD3 35 -400 -650 100 R 50 50 1 1 O +X ~EXRESET 36 400 -650 100 L 50 50 1 1 I +X AD2 37 -400 -750 100 R 50 50 1 1 O +X ~INT 38 400 -750 100 L 50 50 1 1 I +X AD1 39 -400 -850 100 R 50 50 1 1 O +X D3 4 400 950 100 L 50 50 1 1 T +X ~EXWAIT 40 400 -850 100 L 50 50 1 1 I +X AD0 41 -400 -950 100 R 50 50 1 1 O +X NC 42 400 -950 100 L 50 50 1 1 P +X GND 43 -400 -1050 100 R 50 50 1 1 W +X GND 44 400 -1050 100 L 50 50 1 1 W +X D1 5 -400 850 100 R 50 50 1 1 T +X D4 6 400 850 100 L 50 50 1 1 T +X D0 7 -400 750 100 R 50 50 1 1 T +X D5 8 400 750 100 L 50 50 1 1 T +X GND 9 -400 650 100 R 50 50 1 1 W +ENDDRAW +ENDDEF +# +# PAL12L6 +# +DEF PAL12L6 U 0 40 Y Y 1 F N +F0 "U" -350 650 50 H V L CNN +F1 "PAL12L6" 50 700 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP* + PDIP* +$ENDFPLIST +DRAW +S -350 600 300 -850 0 1 10 f +X GND 10 0 -1000 150 U 50 50 0 0 W +X VCC 20 0 750 150 D 50 50 0 0 W +X A0 1 -500 500 150 R 50 50 1 1 I +X ~WR 11 -500 -500 150 R 50 50 1 1 I +X ~RD 12 -500 -600 150 R 50 50 1 1 I +X ~BUS 13 450 400 150 L 50 50 1 1 O +X ~DRIVE 14 450 50 150 L 50 50 1 1 O +X ~RES 15 450 -350 150 L 50 50 1 1 O +X ~SIDE 16 450 -600 150 L 50 50 1 1 O +X ~DDEN 17 450 -150 150 L 50 50 1 1 O +X ~FDC 18 450 250 150 L 50 50 1 1 O +X ~IORQ 19 -500 -400 150 R 50 50 1 1 I +X A1 2 -500 400 150 R 50 50 1 1 I +X A2 3 -500 300 150 R 50 50 1 1 I +X A3 4 -500 200 150 R 50 50 1 1 I +X RESET 5 -500 -750 150 R 50 50 1 1 I +X A4 6 -500 100 150 R 50 50 1 1 I +X A5 7 -500 0 150 R 50 50 1 1 I +X A6 8 -500 -100 150 R 50 50 1 1 I +X A7 9 -500 -200 150 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# Connector_Generic_Conn_02x17_Odd_Even +# +DEF Connector_Generic_Conn_02x17_Odd_Even J 0 40 Y N 1 F N +F0 "J" 50 900 50 H V C CNN +F1 "Connector_Generic_Conn_02x17_Odd_Even" 50 -900 50 H V C CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + Connector*:*_2x??_* +$ENDFPLIST +DRAW +S -50 -795 0 -805 1 1 6 N +S -50 -695 0 -705 1 1 6 N +S -50 -595 0 -605 1 1 6 N +S -50 -495 0 -505 1 1 6 N +S -50 -395 0 -405 1 1 6 N +S -50 -295 0 -305 1 1 6 N +S -50 -195 0 -205 1 1 6 N +S -50 -95 0 -105 1 1 6 N +S -50 5 0 -5 1 1 6 N +S -50 105 0 95 1 1 6 N +S -50 205 0 195 1 1 6 N +S -50 305 0 295 1 1 6 N +S -50 405 0 395 1 1 6 N +S -50 505 0 495 1 1 6 N +S -50 605 0 595 1 1 6 N +S -50 705 0 695 1 1 6 N +S -50 805 0 795 1 1 6 N +S -50 850 150 -850 1 1 10 f +S 150 -795 100 -805 1 1 6 N +S 150 -695 100 -705 1 1 6 N +S 150 -595 100 -605 1 1 6 N +S 150 -495 100 -505 1 1 6 N +S 150 -395 100 -405 1 1 6 N +S 150 -295 100 -305 1 1 6 N +S 150 -195 100 -205 1 1 6 N +S 150 -95 100 -105 1 1 6 N +S 150 5 100 -5 1 1 6 N +S 150 105 100 95 1 1 6 N +S 150 205 100 195 1 1 6 N +S 150 305 100 295 1 1 6 N +S 150 405 100 395 1 1 6 N +S 150 505 100 495 1 1 6 N +S 150 605 100 595 1 1 6 N +S 150 705 100 695 1 1 6 N +S 150 805 100 795 1 1 6 N +X Pin_1 1 -200 800 150 R 50 50 1 1 P +X Pin_10 10 300 400 150 L 50 50 1 1 P +X Pin_11 11 -200 300 150 R 50 50 1 1 P +X Pin_12 12 300 300 150 L 50 50 1 1 P +X Pin_13 13 -200 200 150 R 50 50 1 1 P +X Pin_14 14 300 200 150 L 50 50 1 1 P +X Pin_15 15 -200 100 150 R 50 50 1 1 P +X Pin_16 16 300 100 150 L 50 50 1 1 P +X Pin_17 17 -200 0 150 R 50 50 1 1 P +X Pin_18 18 300 0 150 L 50 50 1 1 P +X Pin_19 19 -200 -100 150 R 50 50 1 1 P +X Pin_2 2 300 800 150 L 50 50 1 1 P +X Pin_20 20 300 -100 150 L 50 50 1 1 P +X Pin_21 21 -200 -200 150 R 50 50 1 1 P +X Pin_22 22 300 -200 150 L 50 50 1 1 P +X Pin_23 23 -200 -300 150 R 50 50 1 1 P +X Pin_24 24 300 -300 150 L 50 50 1 1 P +X Pin_25 25 -200 -400 150 R 50 50 1 1 P +X Pin_26 26 300 -400 150 L 50 50 1 1 P +X Pin_27 27 -200 -500 150 R 50 50 1 1 P +X Pin_28 28 300 -500 150 L 50 50 1 1 P +X Pin_29 29 -200 -600 150 R 50 50 1 1 P +X Pin_3 3 -200 700 150 R 50 50 1 1 P +X Pin_30 30 300 -600 150 L 50 50 1 1 P +X Pin_31 31 -200 -700 150 R 50 50 1 1 P +X Pin_32 32 300 -700 150 L 50 50 1 1 P +X Pin_33 33 -200 -800 150 R 50 50 1 1 P +X Pin_34 34 300 -800 150 L 50 50 1 1 P +X Pin_4 4 300 700 150 L 50 50 1 1 P +X Pin_5 5 -200 600 150 R 50 50 1 1 P +X Pin_6 6 300 600 150 L 50 50 1 1 P +X Pin_7 7 -200 500 150 R 50 50 1 1 P +X Pin_8 8 300 500 150 L 50 50 1 1 P +X Pin_9 9 -200 400 150 R 50 50 1 1 P +ENDDRAW +ENDDEF +# +# SFD800_PAL12L6 +# +DEF SFD800_PAL12L6 U 0 40 Y Y 1 F N +F0 "U" -350 650 50 H V L CNN +F1 "SFD800_PAL12L6" 50 700 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP* + PDIP* +$ENDFPLIST +DRAW +S -350 600 300 -850 0 1 10 f +X GND 10 0 -1000 150 U 50 50 0 0 W +X VCC 20 0 750 150 D 50 50 0 0 W +X A0 1 -500 500 150 R 50 50 1 1 I +X ~WR 11 -500 -500 150 R 50 50 1 1 I +X ~RD 12 -500 -600 150 R 50 50 1 1 I +X ~BUS 13 450 400 150 L 50 50 1 1 O +X ~DRIVE 14 450 50 150 L 50 50 1 1 O +X ~RES 15 450 -350 150 L 50 50 1 1 O +X ~SIDE 16 450 -600 150 L 50 50 1 1 O +X ~DDEN 17 450 -150 150 L 50 50 1 1 O +X ~FDC 18 450 250 150 L 50 50 1 1 O +X ~IORQ 19 -500 -400 150 R 50 50 1 1 I +X A1 2 -500 400 150 R 50 50 1 1 I +X A2 3 -500 300 150 R 50 50 1 1 I +X A3 4 -500 200 150 R 50 50 1 1 I +X RESET 5 -500 -750 150 R 50 50 1 1 I +X A4 6 -500 100 150 R 50 50 1 1 I +X A5 7 -500 0 150 R 50 50 1 1 I +X A6 8 -500 -100 150 R 50 50 1 1 I +X A7 9 -500 -200 150 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +# SFD800_PAL12L6 +# +DEF SFD800_PAL12L6 U 0 40 Y Y 1 F N +F0 "U" -350 650 50 H V L CNN +F1 "SFD800_PAL12L6" 50 700 50 H V L CNN +F2 "" 0 0 50 H I C CNN +F3 "" 0 0 50 H I C CNN +$FPLIST + DIP* + PDIP* +$ENDFPLIST +DRAW +S -350 600 300 -850 0 1 10 f +X GND 10 0 -1000 150 U 50 50 0 0 W +X VCC 20 0 750 150 D 50 50 0 0 W +X A0 1 -500 500 150 R 50 50 1 1 I +X ~WR 11 -500 -500 150 R 50 50 1 1 I +X ~RD 12 -500 -600 150 R 50 50 1 1 I +X ~BUS 13 450 400 150 L 50 50 1 1 O +X ~DRIVE 14 450 50 150 L 50 50 1 1 O +X ~RES 15 450 -350 150 L 50 50 1 1 O +X ~SIDE 16 450 -600 150 L 50 50 1 1 O +X ~DDEN 17 450 -150 150 L 50 50 1 1 O +X ~FDC 18 450 250 150 L 50 50 1 1 O +X ~IORQ 19 -500 -400 150 R 50 50 1 1 I +X A1 2 -500 400 150 R 50 50 1 1 I +X A2 3 -500 300 150 R 50 50 1 1 I +X A3 4 -500 200 150 R 50 50 1 1 I +X RESET 5 -500 -750 150 R 50 50 1 1 I +X A4 6 -500 100 150 R 50 50 1 1 I +X A5 7 -500 0 150 R 50 50 1 1 I +X A6 8 -500 -100 150 R 50 50 1 1 I +X A7 9 -500 -200 150 R 50 50 1 1 I +ENDDRAW +ENDDEF +# +#End Library diff --git a/kicad/fp-info-cache b/kicad/fp-info-cache new file mode 100644 index 0000000..b8f5957 --- /dev/null +++ b/kicad/fp-info-cache @@ -0,0 +1,84498 @@ +19823082998244032 +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 +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, CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 +CR1220 battery holder +0 +2 +2 +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_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_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_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_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 + +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 +4 +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 +4 +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 +4 +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_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_DPDT +E-Switch sub miniature slide switch, EG series, DPDT, http://spec_sheets.e-switch.com/specs/P040047.pdf +switch DPDT +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_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_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 +4 +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://www.mspindy.com/specifications/AST1109MLTRQ.pdf +buzzer piezo +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-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 +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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 22mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 24mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 25mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 26mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 30mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 35mm 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, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf +CP Radial series Radial pin pitch 10.00mm diameter 40mm 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_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 +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_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-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_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_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), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mafh-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), horizontal PCB mount, https://www.neutrik.com/en/product/nc4mamh-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_NLJ2MD-H_Horizontal +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, https://www.neutrik.com/en/product/nlj2md-h +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON-6.35mm_Neutrik_NLJ2MD-V_Vertical +speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, https://www.neutrik.com/en/product/nlj2md-v +neutrik speakon combo +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MD-H_Horizontal +speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, https://www.neutrik.com/en/product/nl2md-h +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL2MD-V_Vertical +speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl2md-v +neutrik speakon +0 +2 +2 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-1_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-1 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-2_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H-3_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h-3 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-H_Horizontal +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, https://www.neutrik.com/en/product/nl4md-h +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-1_Vertical +speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-1 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-2_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-2 +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-R_Vertical +speakON Chassis Connectors, 4 pole chassis connector, red D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v-r +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V-S_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, switchable version of NL4MD-V with 8 vertical PCB contacts (4 switching contacts), https://www.neutrik.com/en/product/nl4md-v-s +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NL4MD-V_Vertical +speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl4md-v +neutrik speakon +0 +4 +4 +Connector_Audio +Jack_speakON_Neutrik_NL8MD-V-1_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, https://www.neutrik.com/en/product/nl8md-v-1 +neutrik speakon +0 +8 +8 +Connector_Audio +Jack_speakON_Neutrik_NL8MD-V_Vertical +speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, https://www.neutrik.com/en/product/nl8md-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_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_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-7516PK-20-WF +Compact Flash Card connector (https://multimedia.3m.com/mws/media/22365O/3mtm-cf-card-header-compactflashtm-type-i-sm-ts0662.pdf) +connector cf +0 +54 +50 +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_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-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-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 +11 +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_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_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_DIN +Mini_din6_ps2 + +MINI DIN +0 +9 +7 +Connector_DIN +Mini_din8_ps2 + +MINI DIN +0 +11 +9 +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 +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 +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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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_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 +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_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.amphenolcanada.com/ProductSearch/Drawings/AC/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_Hanrun_HR911105A +http://www.kosmodrom.com.ua/pdf/HR911105A.pdf +RJ45 Magjack +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_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 +http://www.samtec.com/standards/vita.aspx +FMC LPC VITA +0 +162 +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_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_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_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_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_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 +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_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_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_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_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_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_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_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_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_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_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, 5mm x 10mm, +MesurementPoint Square SMDPad 5mmx10mm +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-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_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_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_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_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 +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_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_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_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_SOT-23_ANK +SOT-23, Single Diode +SOT-23 +0 +3 +2 +Diode_SMD +D_SOT-23_NKA +SOT-23, Single Diode +SOT-23 +0 +3 +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 +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_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_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_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 +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 +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_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_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_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_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-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-132_32x14mm_2xFixation1.5mm +Heatsink, StoneCold HS +heatsink +0 +2 +1 +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_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_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_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_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_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_XAL60xx_6.36x6.56mm +Coilcraft XAL60xx series, https://www.coilcraft.com/pdfs/xal60xx.pdf +L Coilcraft XAL60xx +0 +2 +2 +Inductor_SMD +L_Coilcraft_XAL5030 +L_Coilcraft_XAL5030 +L Coilcraft XAL5030 +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_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_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_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_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_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_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_MWSA0518_5.4x5.2mm +Inductor, Sunlord, MWSA0518, 5.4mmx5.2mm +inductor Sunlord smd +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_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_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_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/products/download/product/datasheet/rn-series-common-mode-chokes-new/ +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_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_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 +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 +https://docs.broadcom.com/docs/AV02-4186EN +LED Avago PLCC-4 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, http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/HB/Data-Sheets/CLMVBFKA.pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_3.2x2.8mm_CCW +3.2mm x 2.8mm PLCC4 LED, http://www.cree.com/led-components/media/documents/CLV1AFKB(874).pdf +LED Cree PLCC-4 +0 +4 +4 +LED_SMD +LED_Cree-PLCC4_5x5mm_CW +5.0mm x 5.0mm PLCC4 LED +LED Cree PLCC-4 +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 +http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf +RGB LED NeoPixel addressable +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_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_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-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 +LED PLCC-2 SMD package +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_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 +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 +0 +4 +4 +LED_SMD +LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm +https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf +LED RGB NeoPixel Mini +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 +https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf +LED RGB NeoPixel +0 +4 +4 +LED_SMD +LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm +https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf +LED RGB NeoPixel +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_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 +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 +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 +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.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 +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_LPF-C012303S +https://www.lumex.com/spec/LPF-C012303S.pdf +lightpipe dual 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_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_SMD-DIL2_4.5x4.0mm +PhotoDiode, plastic SMD DIL, 4.5x4mm² +PhotoDiode plastic SMD DIL +0 +2 +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 +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_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 +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_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 +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 +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 +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_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-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-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_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, 1.36x1.86mm, 10 bump 3x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA +0 +20 +10 +Package_BGA +Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm +Texas Instruments, DSBGA, 1.36x1.86mm, 12 bump 3x4 (area) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txs0104e.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) +Texas Instruments DSBGA BGA +0 +24 +12 +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 +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-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.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-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 +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_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_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-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_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_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_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_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-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-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-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_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 +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.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_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_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_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 +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.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_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.15x5.15mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) +mlpq 32 7x7mm +0 +117 +49 +Package_DFN_QFN +Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_Pad5.55x5.55mm +MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) +mlpq 32 7x7mm +0 +117 +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 +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 +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_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 +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-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_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_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_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-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.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-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 +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_Pitch0.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-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_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_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.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-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-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_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_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_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-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.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.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 +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-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_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.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 +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-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 (http://www.st.com/resource/en/datasheet/lsm6ds3.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 +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 +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 +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_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-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 +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.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-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, with thermal vias (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, with thermal vias (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-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-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 +16-Lead Plastic Small Outline http://www.vishay.com/docs/49633/sg2098.pdf +SOP 1.27 +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-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_18.4x8mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf, http://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/f32pm25.pdf) +TSOP I 32 +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-48_18.4x12mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) +TSOP I 32 +0 +48 +48 +Package_SO +TSOP-I-56_18.4x14mm_P0.5mm +TSOP I, 32 pins, 18.4x8mm body (https://www.micron.com/~/media/documents/products/technical-note/nor-flash/tn1225_land_pad_design.pdf) +TSOP I 32 +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.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.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_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_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 +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 +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-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_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-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-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_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 +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_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 +12 +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-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 +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-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 +SOT-143 +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Reverse +SOT-143R Reverse +SOT-143R Reverse +0 +4 +4 +Package_TO_SOT_SMD +SOT-143R_Reverse_Handsoldering +SOT-143R Reverse Handsoldering +SOT-143 Reverse Handsoldering +0 +4 +4 +Package_TO_SOT_SMD +SOT-143_Handsoldering +SOT-143 Handsoldering +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-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_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-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 +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, 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, 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, shaft hole, 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, 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 +Potentiometer, horizontal, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer horizontal Alps RK09K Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09K_Single_Vertical +Potentiometer, vertical, Alps RK09K Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09K/RK09K_list.html +Potentiometer vertical Alps RK09K Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Horizontal +Potentiometer, horizontal, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Double +0 +8 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Double_Vertical +Potentiometer, vertical, Alps RK09L Double, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Double +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Horizontal +Potentiometer, horizontal, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer horizontal Alps RK09L Single +0 +5 +3 +Potentiometer_THT +Potentiometer_Alps_RK09L_Single_Vertical +Potentiometer, vertical, Alps RK09L Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09L/RK09L_list.html +Potentiometer vertical Alps RK09L Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK09Y11_Single_Horizontal +Potentiometer, horizontal, Alps RK09Y11 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK09Y11/RK09Y11_list.html +Potentiometer horizontal Alps RK09Y11 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK097_Dual_Horizontal +Potentiometer, horizontal, Alps RK097 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +Potentiometer horizontal Alps RK097 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK097_Single_Horizontal +Potentiometer, horizontal, Alps RK097 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK097/RK097_list.html +Potentiometer horizontal Alps RK097 Single +0 +3 +3 +Potentiometer_THT +Potentiometer_Alps_RK163_Dual_Horizontal +Potentiometer, horizontal, Alps RK163 Dual, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +Potentiometer horizontal Alps RK163 Dual +0 +6 +6 +Potentiometer_THT +Potentiometer_Alps_RK163_Single_Horizontal +Potentiometer, horizontal, Alps RK163 Single, http://www.alps.com/prod/info/E/HTML/Potentiometer/RotaryPotentiometers/RK16/RK16_list.html +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 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.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 +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 +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_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 +gps linx +0 +22 +22 +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_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 +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-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-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 +39 +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 +39 +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 +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 +48 +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 +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_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_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.cn/en/ProductShow.asp?ID=208 +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_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_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_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 +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 +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_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 +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 +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-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 +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_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 +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 +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_HALO_TG111-MSC13 +Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf +Transformer Ethernet SMD +0 +24 +24 +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_MACOM_SM-22 +https://cdn.macom.com/datasheets/ETC1-1-13.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_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 +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 +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.5mm_P5mm +Varistor, diameter 7mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.6mm_P5mm +Varistor, diameter 7mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.7mm_P5mm +Varistor, diameter 7mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.8mm_P5mm +Varistor, diameter 7mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W3.9mm_P5mm +Varistor, diameter 7mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.2mm_P5mm +Varistor, diameter 7mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.3mm_P5mm +Varistor, diameter 7mm, width 4.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.5mm_P5mm +Varistor, diameter 7mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.8mm_P5mm +Varistor, diameter 7mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4.9mm_P5mm +Varistor, diameter 7mm, width 4.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W4mm_P5mm +Varistor, diameter 7mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.1mm_P5mm +Varistor, diameter 7mm, width 5.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.4mm_P5mm +Varistor, diameter 7mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.5mm_P5mm +Varistor, diameter 7mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D7mm_W5.7mm_P5mm +Varistor, diameter 7mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.3mm_P5mm +Varistor, diameter 9mm, width 3.3mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.4mm_P5mm +Varistor, diameter 9mm, width 3.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.5mm_P5mm +Varistor, diameter 9mm, width 3.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.6mm_P5mm +Varistor, diameter 9mm, width 3.6mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.7mm_P5mm +Varistor, diameter 9mm, width 3.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.8mm_P5mm +Varistor, diameter 9mm, width 3.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W3.9mm_P5mm +Varistor, diameter 9mm, width 3.9mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.1mm_P5mm +Varistor, diameter 9mm, width 4.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.2mm_P5mm +Varistor, diameter 9mm, width 4.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.4mm_P5mm +Varistor, diameter 9mm, width 4.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.5mm_P5mm +Varistor, diameter 9mm, width 4.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4.8mm_P5mm +Varistor, diameter 9mm, width 4.8mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W4mm_P5mm +Varistor, diameter 9mm, width 4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.2mm_P5mm +Varistor, diameter 9mm, width 5.2mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.4mm_P5mm +Varistor, diameter 9mm, width 5.4mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.5mm_P5mm +Varistor, diameter 9mm, width 5.5mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W5.7mm_P5mm +Varistor, diameter 9mm, width 5.7mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D9mm_W6.1mm_P5mm +Varistor, diameter 9mm, width 6.1mm, pitch 5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W3.9mm_P7.5mm +Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.2mm_P7.5mm +Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.3mm_P7.5mm +Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.4mm_P7.5mm +Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.5mm_P7.5mm +Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.6mm_P7.5mm +Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.7mm_P7.5mm +Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4.8mm_P7.5mm +Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W4mm_P7.5mm +Varistor, diameter 12mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.1mm_P7.5mm +Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.4mm_P7.5mm +Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5.8mm_P7.5mm +Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W5mm_P7.5mm +Varistor, diameter 12mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.1mm_P7.5mm +Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.2mm_P7.5mm +Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.3mm_P7.5mm +Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W6.7mm_P7.5mm +Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.1mm_P7.5mm +Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.5mm_P7.5mm +Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D12mm_W7.9mm_P7.5mm +Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W3.9mm_P7.5mm +Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.2mm_P7.5mm +Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.3mm_P7.5mm +Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.4mm_P7.5mm +Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.5mm_P7.5mm +Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.6mm_P7.5mm +Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.7mm_P7.5mm +Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.8mm_P7.5mm +Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4.9mm_P7.5mm +Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W4mm_P7.5mm +Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.2mm_P7.5mm +Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.4mm_P7.5mm +Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5.9mm_P7.5mm +Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W5mm_P7.5mm +Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.1mm_P7.5mm +Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.3mm_P7.5mm +Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.4mm_P7.5mm +Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W6.8mm_P7.5mm +Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.2mm_P7.5mm +Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W7.5mm_P7.5mm +Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W8mm_P7.5mm +Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D15.5mm_W11mm_P7.5mm +Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm +varistor SIOV +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 +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.3mm_P10mm +Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.4mm_P10mm +Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.5mm_P10mm +Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.6mm_P10mm +Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.7mm_P10mm +Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.8mm_P10mm +Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W4.9mm_P10mm +Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.1mm_P10mm +Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.3mm_P10mm +Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.4mm_P10mm +Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.6mm_P10mm +Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5.8mm_P10mm +Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W5mm_P10mm +Varistor, diameter 21.5mm, width 5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.1mm_P7.5mm +varistor +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.3mm_P10mm +Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.5mm_P10mm +Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.7mm_P10mm +Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W6.8mm_P10mm +Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.1mm_P10mm +Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.5mm_P10mm +Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W7.9mm_P10mm +Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W8.4mm_P10mm +Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm +varistor SIOV +0 +2 +2 +Varistor +RV_Disc_D21.5mm_W11.4mm_P10mm +Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm +varistor SIOV +0 +2 +2 diff --git a/kicad/fp-lib-table b/kicad/fp-lib-table new file mode 100644 index 0000000..2536d9d --- /dev/null +++ b/kicad/fp-lib-table @@ -0,0 +1,3 @@ +(fp_lib_table + (lib (name "SFD800")(type "KiCad")(uri "${KIPRJMOD}/SFD800.pretty")(options "")(descr "")) +) diff --git a/kicad/sym-lib-table b/kicad/sym-lib-table new file mode 100644 index 0000000..81a06e1 --- /dev/null +++ b/kicad/sym-lib-table @@ -0,0 +1,3 @@ +(sym_lib_table + (lib (name "SFD800")(type "KiCad")(uri "${KIPRJMOD}/SFD800.kicad_sym")(options "")(descr "")) +)