diff --git a/F1:F103/Canon_managing_device/canonmanage.cflags b/F1:F103/Canon_managing_device/canonmanage.cflags
new file mode 100644
index 0000000..68d5165
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.cflags
@@ -0,0 +1 @@
+-std=c17
\ No newline at end of file
diff --git a/F1:F103/Canon_managing_device/canonmanage.config b/F1:F103/Canon_managing_device/canonmanage.config
new file mode 100644
index 0000000..70af51a
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.config
@@ -0,0 +1,6 @@
+// Add predefined macros for your project here. For example:
+// #define THE_ANSWER 42
+#define EBUG
+#define STM32F1
+#define STM32F103x8
+#define STM32F10X_LD
diff --git a/F1:F103/Canon_managing_device/canonmanage.creator b/F1:F103/Canon_managing_device/canonmanage.creator
new file mode 100644
index 0000000..e94cbbd
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.creator
@@ -0,0 +1 @@
+[General]
diff --git a/F1:F103/Canon_managing_device/canonmanage.creator.user b/F1:F103/Canon_managing_device/canonmanage.creator.user
new file mode 100644
index 0000000..8b28a72
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.creator.user
@@ -0,0 +1,160 @@
+
+
+
+
+
+ EnvironmentId
+ {cf63021e-ef53-49b0-b03b-2f2570cdf3b6}
+
+
+ ProjectExplorer.Project.ActiveTarget
+ 0
+
+
+ ProjectExplorer.Project.EditorSettings
+
+ true
+ false
+ true
+
+ Cpp
+
+ CppGlobal
+
+
+
+ QmlJS
+
+ QmlJSGlobal
+
+
+ 2
+ KOI8-R
+ false
+ 4
+ false
+ 80
+ true
+ true
+ 1
+ false
+ false
+ false
+ 1
+ true
+ true
+ 0
+ 8
+ true
+ false
+ 2
+ true
+ true
+ true
+ *.md, *.MD, Makefile
+ true
+ true
+
+
+
+ ProjectExplorer.Project.PluginSettings
+
+
+ true
+ true
+ Builtin.DefaultTidyAndClazy
+ 4
+
+
+
+ true
+
+
+
+
+ ProjectExplorer.Project.Target.0
+
+ Desktop
+ Desktop
+ Desktop
+ {91347f2c-5221-46a7-80b1-0a054ca02f79}
+ 0
+ 0
+ 0
+
+ /home/eddy/Docs/SAO/ELECTRONICS/STM32/F1-srcs/USB_SPI
+
+
+
+ all
+
+ true
+ GenericProjectManager.GenericMakeStep
+
+ 1
+ Сборка
+ Сборка
+ ProjectExplorer.BuildSteps.Build
+
+
+
+
+ clean
+
+ true
+ GenericProjectManager.GenericMakeStep
+
+ 1
+ Очистка
+ Очистка
+ ProjectExplorer.BuildSteps.Clean
+
+ 2
+ false
+
+ false
+
+ По умолчанию
+ GenericProjectManager.GenericBuildConfiguration
+
+ 1
+
+
+ 0
+ Развёртывание
+ Развёртывание
+ ProjectExplorer.BuildSteps.Deploy
+
+ 1
+
+ false
+ ProjectExplorer.DefaultDeployConfiguration
+
+ 1
+
+
+ 2
+
+ ProjectExplorer.CustomExecutableRunConfiguration
+
+ false
+ true
+ false
+ true
+
+ 1
+
+
+
+ ProjectExplorer.Project.TargetCount
+ 1
+
+
+ ProjectExplorer.Project.Updater.FileVersion
+ 22
+
+
+ Version
+ 22
+
+
diff --git a/F1:F103/Canon_managing_device/canonmanage.creator.user.7bd84e3 b/F1:F103/Canon_managing_device/canonmanage.creator.user.7bd84e3
new file mode 100644
index 0000000..ff4330e
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.creator.user.7bd84e3
@@ -0,0 +1,157 @@
+
+
+
+
+
+ EnvironmentId
+ {7bd84e39-ca37-46d3-be9d-99ebea85bc0d}
+
+
+ ProjectExplorer.Project.ActiveTarget
+ 0
+
+
+ ProjectExplorer.Project.EditorSettings
+
+ true
+ false
+ true
+
+ Cpp
+
+ CppGlobal
+
+
+
+ QmlJS
+
+ QmlJSGlobal
+
+
+ 2
+ KOI8-R
+ false
+ 4
+ false
+ 80
+ true
+ true
+ 1
+ true
+ false
+ 0
+ true
+ true
+ 0
+ 8
+ true
+ 1
+ true
+ false
+ true
+ false
+
+
+
+ ProjectExplorer.Project.PluginSettings
+
+
+
+ ProjectExplorer.Project.Target.0
+
+ Desktop
+ Desktop
+ {65a14f9e-e008-4c1b-89df-4eaa4774b6e3}
+ 0
+ 0
+ 0
+
+ /Big/Data/00__Electronics/STM32/F303-nolib/blink
+
+
+
+ all
+
+ false
+
+
+ false
+ true
+ GenericProjectManager.GenericMakeStep
+
+ 1
+ Сборка
+ Сборка
+ ProjectExplorer.BuildSteps.Build
+
+
+
+
+ clean
+
+ true
+
+
+ false
+ true
+ GenericProjectManager.GenericMakeStep
+
+ 1
+ Очистка
+ Очистка
+ ProjectExplorer.BuildSteps.Clean
+
+ 2
+ false
+
+ Default
+ GenericProjectManager.GenericBuildConfiguration
+
+ 1
+
+
+ 0
+ Развёртывание
+ Развёртывание
+ ProjectExplorer.BuildSteps.Deploy
+
+ 1
+
+ false
+ ProjectExplorer.DefaultDeployConfiguration
+
+ 1
+
+
+ 2
+
+
+ ProjectExplorer.CustomExecutableRunConfiguration
+
+
+ false
+
+ false
+ true
+ false
+ false
+ true
+
+
+
+ 1
+
+
+
+ ProjectExplorer.Project.TargetCount
+ 1
+
+
+ ProjectExplorer.Project.Updater.FileVersion
+ 22
+
+
+ Version
+ 22
+
+
diff --git a/F1:F103/Canon_managing_device/canonmanage.cxxflags b/F1:F103/Canon_managing_device/canonmanage.cxxflags
new file mode 100644
index 0000000..6435dfc
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.cxxflags
@@ -0,0 +1 @@
+-std=c++17
\ No newline at end of file
diff --git a/F1:F103/Canon_managing_device/canonmanage.files b/F1:F103/Canon_managing_device/canonmanage.files
new file mode 100644
index 0000000..51b91de
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.files
@@ -0,0 +1,17 @@
+canon.c
+canon.h
+hardware.c
+hardware.h
+main.c
+proto.c
+proto.h
+ringbuffer.c
+ringbuffer.h
+spi.c
+spi.h
+usb.c
+usb.h
+usb_lib.c
+usb_lib.h
+usbhw.c
+usbhw.h
diff --git a/F1:F103/Canon_managing_device/canonmanage.includes b/F1:F103/Canon_managing_device/canonmanage.includes
new file mode 100644
index 0000000..06d1130
--- /dev/null
+++ b/F1:F103/Canon_managing_device/canonmanage.includes
@@ -0,0 +1,6 @@
+.
+../inc
+../inc/Fx
+../inc/cm
+../inc/ld
+../inc/startup
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pcb b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pcb
index 1d52a85..80e3854 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pcb
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pcb
@@ -101,92 +101,72 @@
(net 11 "/SWDIO")
(net 12 "/BOOT0")
(net 13 "/NRST")
- (net 14 "unconnected-(U1-Pad46)")
- (net 15 "Net-(J37-PadA5)")
- (net 16 "/DP")
- (net 17 "/DM")
- (net 18 "unconnected-(J37-PadA8)")
- (net 19 "Net-(J37-PadB5)")
- (net 20 "unconnected-(J37-PadB8)")
- (net 21 "Net-(R7-Pad2)")
- (net 22 "Net-(R8-Pad2)")
- (net 23 "unconnected-(U1-Pad2)")
- (net 24 "unconnected-(U1-Pad3)")
- (net 25 "unconnected-(U1-Pad4)")
- (net 26 "/USBDM")
- (net 27 "/USBDP")
- (net 28 "unconnected-(U1-Pad10)")
- (net 29 "unconnected-(U1-Pad11)")
- (net 30 "unconnected-(U1-Pad12)")
- (net 31 "unconnected-(U1-Pad13)")
- (net 32 "unconnected-(U1-Pad18)")
- (net 33 "unconnected-(U1-Pad19)")
- (net 34 "unconnected-(U1-Pad20)")
- (net 35 "unconnected-(U1-Pad21)")
- (net 36 "unconnected-(U1-Pad22)")
- (net 37 "unconnected-(U1-Pad25)")
- (net 38 "unconnected-(U1-Pad26)")
- (net 39 "unconnected-(U1-Pad27)")
- (net 40 "unconnected-(U1-Pad28)")
- (net 41 "unconnected-(U1-Pad29)")
- (net 42 "unconnected-(U1-Pad30)")
- (net 43 "unconnected-(U1-Pad31)")
- (net 44 "unconnected-(U1-Pad38)")
- (net 45 "unconnected-(U1-Pad39)")
- (net 46 "unconnected-(U1-Pad40)")
- (net 47 "unconnected-(U1-Pad41)")
- (net 48 "unconnected-(U1-Pad42)")
- (net 49 "unconnected-(U1-Pad43)")
- (net 50 "unconnected-(U1-Pad45)")
- (net 51 "Net-(R2-Pad2)")
- (net 52 "Net-(R3-Pad2)")
- (net 53 "Net-(R4-Pad2)")
- (net 54 "Net-(R5-Pad2)")
+ (net 14 "Net-(J3-Pad1)")
+ (net 15 "/DP")
+ (net 16 "/DM")
+ (net 17 "Net-(R7-Pad2)")
+ (net 18 "Net-(R8-Pad2)")
+ (net 19 "unconnected-(U1-Pad3)")
+ (net 20 "unconnected-(U1-Pad4)")
+ (net 21 "/USBDM")
+ (net 22 "/USBDP")
+ (net 23 "unconnected-(U1-Pad10)")
+ (net 24 "unconnected-(U1-Pad11)")
+ (net 25 "unconnected-(U1-Pad12)")
+ (net 26 "unconnected-(U1-Pad13)")
+ (net 27 "unconnected-(U1-Pad18)")
+ (net 28 "unconnected-(U1-Pad19)")
+ (net 29 "unconnected-(U1-Pad20)")
+ (net 30 "unconnected-(U1-Pad21)")
+ (net 31 "unconnected-(U1-Pad22)")
+ (net 32 "unconnected-(U1-Pad25)")
+ (net 33 "unconnected-(U1-Pad26)")
+ (net 34 "unconnected-(U1-Pad27)")
+ (net 35 "unconnected-(U1-Pad28)")
+ (net 36 "unconnected-(U1-Pad29)")
+ (net 37 "unconnected-(U1-Pad30)")
+ (net 38 "Net-(J6-Pad1)")
+ (net 39 "unconnected-(U1-Pad38)")
+ (net 40 "unconnected-(U1-Pad39)")
+ (net 41 "unconnected-(U1-Pad40)")
+ (net 42 "unconnected-(U1-Pad41)")
+ (net 43 "unconnected-(U1-Pad42)")
+ (net 44 "unconnected-(U1-Pad43)")
+ (net 45 "Net-(J7-Pad1)")
+ (net 46 "Net-(J8-Pad1)")
+ (net 47 "/USB_PU")
+ (net 48 "Net-(Q1-Pad3)")
+ (net 49 "/CANRX")
+ (net 50 "/CANTX")
+ (net 51 "unconnected-(U4-Pad5)")
+ (net 52 "/CANL")
+ (net 53 "/CANH")
+ (net 54 "Net-(R11-Pad2)")
+ (net 55 "Net-(U1-Pad2)")
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp 0ba83bbb-b3f3-405f-93f4-b3730576e3be)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp 0ba83bbb-b3f3-405f-93f4-b3730576e3be)
(at 103.98 64.57)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/aae008f9-f910-4c20-a329-804cd75c2034")
- (attr through_hole)
- (fp_text reference "J6" (at 0 -2.4162 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J6" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 9e4b06ff-e141-41da-8fc7-7903fa6d6615)
+ (tstamp add87578-6e01-4b5a-b4cf-fd64ea09b1dd)
)
- (fp_text value "MOSI" (at 0.1346 -2.9242 90) (layer "F.SilkS")
+ (fp_text value "MOSI" (at -0.0432 -3.0512 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 40491ec7-bcf5-4c0e-8a34-93dfebc9779d)
+ (tstamp 2b7d9bfb-1c7e-4ee2-9310-ab23d7c99d2a)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp d2d45945-7452-4145-935b-b98ba2188164)
- )
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 0503ee8b-98aa-4a2b-85b7-d07ff251f23a))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 41766ac7-570f-44c3-9ca8-19701706e281))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 5150742d-64b3-45e2-8188-ba8e5f46caac))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 6c574616-dd49-4487-a77b-6402d7a0a902))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 7e3941f2-17d2-4caa-adf7-2e772c280952))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp acea54dc-473e-46fd-a34a-2a0556be631f))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp b57b2b4c-5cf5-4ff5-9f74-f13671ed14cf))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 244ba0e9-befa-43f2-bc3e-5eb04d64d712))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 97e3119f-872a-48ac-b365-d848bcbc8710))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp a12ca6a0-7465-40cb-bdfd-c45fcbcb0d75))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp b427aa43-2c88-4597-93dc-c2043296efa9))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 21789da2-75b8-4e70-9866-04d7e4ed026b))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 5e45c9cb-7672-4bf1-8176-90bcbc6fcc19))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 9430a2b7-0c97-402c-bdb5-adced37c0ad4))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp ad14c2e4-05a1-40ca-a035-2275d9c60f59))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp e6c199ec-a213-4c3f-8607-b51f4641b0e0))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 52 "Net-(R3-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 93db9728-7413-4873-a1c0-f693dc42b85a))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8b5c50c6-9269-4dcd-a6dc-d64a85d4c9c5)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 38 "Net-(J6-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 35feddd0-908b-478b-862a-edc27f399d50))
)
(footprint "MountingHole:MountingHole_3.2mm_M3" locked (layer "F.Cu")
@@ -235,226 +215,79 @@
(pad "" np_thru_hole circle locked (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp cf9209c8-1741-4bf1-b789-b6e2ba0d338c))
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp 20acbc35-3c68-4299-a42e-52ad7d2a9371)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp 20acbc35-3c68-4299-a42e-52ad7d2a9371)
(at 111.93 65.33)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/32d7a2d1-54ff-4a48-a3d0-faa0089969ed")
- (attr through_hole)
- (fp_text reference "J3" (at 0.1602 -2.465 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J3" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp c4aa34e4-7bd0-4e4a-aa55-beda429219aa)
+ (tstamp 9a4c8eae-28ea-4b09-be89-2c1e7fe5d1c0)
)
- (fp_text value "Ldet" (at -0.2716 -2.6682 90) (layer "F.SilkS")
+ (fp_text value "Ldet" (at 0.084 -2.7444 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 140360f8-3a52-48bf-90e0-20060849e137)
+ (tstamp 3d35c084-fa33-4dca-95d7-61b33715126a)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp af31fad3-24da-46ae-9a77-005f71e70dc1)
- )
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 1e596e98-d915-48cf-9c00-171d8753e6e9))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 369e53e1-3912-407b-876c-eaac999e9487))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 3f858125-470c-45d7-a37a-4fb7152bd0f9))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp 67ab0bf5-2cc9-4118-9892-e79290391fb5))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 6bad07c2-32a1-4ddb-8ac5-8c27c84df06f))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp b3c2fe46-b21e-47fa-b712-653a317d1d1a))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp e845d5f9-6e4f-46c3-a7ab-1bc475fafdb6))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 30ded326-2e0b-4c95-bca9-3c9ed064c032))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 5528ed60-fc4a-48a3-8941-9ebd0cd4da6b))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 75d20890-4dd6-4a35-bacc-b66699be65a6))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp ea80b896-8cc8-4370-9794-efca6947671b))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 32d0b1e4-cdb5-456f-a000-05e1925fb416))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 495b255c-215e-4db4-81b9-813e10264c05))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp bf1dc560-5d79-44c9-9d1f-e7f0f293bf5f))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp ef0f6139-9606-49b3-b205-b8265ecf2fcb))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp fe82a6b5-1532-450e-bf00-7b30e631d00a))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 51 "Net-(R2-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 2809ef6f-0527-4a1b-857a-aea34b393ae6))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 64623789-27b3-421f-a092-0676f30cbdbe)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 14 "Net-(J3-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 643f38c2-2209-44c5-98f4-6c59d229929b))
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp 371e2d2f-11bf-4c8f-b211-db9c061de80d)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp 371e2d2f-11bf-4c8f-b211-db9c061de80d)
(at 109.64 64.82)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/4c06ffc7-8a67-444f-9554-d5e5a37b4824")
- (attr through_hole)
- (fp_text reference "J4" (at -0.0644 -2.3868 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J4" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp fb869291-04dd-49a5-9f2d-d2c963100f10)
+ (tstamp 8f6826bf-aa10-4e8b-a07c-44fa12a96256)
)
- (fp_text value "PGnd" (at 0.0372 -3.0218 90) (layer "F.SilkS")
+ (fp_text value "PGnd" (at 0.0372 -2.9964 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp f8b59391-e609-41fc-8747-2192081dca0d)
+ (tstamp eccce4be-4945-482a-9233-9b900514f533)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp d18a25b4-4bc3-4651-bd7e-16278ee16ef9)
- )
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 04358179-1701-4679-9ce3-eaa091905518))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 37fa52c8-4006-412e-ab47-45576ad96a4e))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp b27d5922-81e6-4d69-92f0-929c49557d63))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp b8b580dd-9016-4aba-93d6-6c6a9f2ae677))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp be021daa-6e7f-4896-b346-a35cb0503dcb))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp da922ea4-5346-42f4-bd57-5dc7933bfa3a))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp dcb7778b-be74-4e4b-aead-067b470f2087))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 0f18e857-e3e8-44f8-b4cb-3d89687c0074))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 2832ae18-e7b0-4b37-8b77-4430d1d5e72a))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp a5b4f4d9-370f-4ec6-9af0-610a8e0cb851))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp deb4651a-2f9b-48e4-935f-cf7722fedc06))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 0ec94b5f-4baf-46c1-b2da-7bceccd70b39))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 371de143-b6bc-4628-a0d7-bd1e40ab1800))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 45d4b1b1-bf3d-48d0-b6f8-43a84665ce60))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 98f00b9a-384e-48e2-8a1f-b2286e83367e))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp c929fb55-0b33-4954-bf7c-2040f6c17bb2))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 2 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 17a11a3c-46bb-4e34-94a9-1bd4005f1aed))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 2b66a68a-a36e-424a-8b9e-c62b367b551f)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 2 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp b403a92e-2530-4852-99ef-2c64f0fb02f7))
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp 3d86eae8-4725-4b17-8ece-6d07ec290772)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp 3d86eae8-4725-4b17-8ece-6d07ec290772)
(at 99.5 65.5)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/409c86f7-616a-42f7-8a1a-16e91abd4f8c")
- (attr through_hole)
- (fp_text reference "J8" (at 0.068 -2.3302 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J8" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp d647816e-b7cb-4b63-9768-059bfd8829e2)
+ (tstamp d6a4c7ac-3b3e-45f5-9d13-973fd8f91eec)
)
- (fp_text value "SCK" (at 0.0172 -2.6604 90) (layer "F.SilkS")
+ (fp_text value "SCK" (at 0.06 -2.54 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp e4880a26-9fa0-41e3-8924-751e875b050e)
+ (tstamp e65bd136-5a6f-4db9-ae4e-2882f15b461c)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp db56c67e-f09c-4dfe-ac1d-4e6d32d70d62)
- )
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 0ad97a01-f06a-441d-ab63-b02a94088444))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 110017ab-69c9-42ef-9ebd-6ac6025b141c))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 11b5f77c-6cde-4985-bf3e-bdc2dffbcfef))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 6f74b34c-a4ff-4ece-81a2-ab2fb99abcb9))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 999f24a9-912d-4cf4-aef7-c0acec9076e9))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp aff68fc8-dd6f-4d81-bcf8-6cfd1639ee1c))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp dbe586ee-c1de-4c2b-a751-eaf263fc84b8))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 071d8165-5976-401a-a780-8b79088dd066))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp a0bcbb31-7c66-4e8c-952f-7104ba9d1aac))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp cd77d700-7641-41fe-bf62-45d8a5ac6ae0))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp e1001757-5f07-4107-baee-19eb0c48fd7c))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 2f7cf4e1-80a3-4ab4-b4a0-a0639d4ce7b3))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 5afa8fe6-50a6-4ccb-8ce6-66667693fef0))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 6754a0f2-d455-4493-a699-d22f3133690d))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp 83f794e2-98b3-4a23-8187-0843899da974))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp fb969b81-7e1f-4349-bc47-1905d8aaac66))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 54 "Net-(R5-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 81bf1d9c-b9be-44fc-9cc0-e3c185db1dfc))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
- )
- )
-
- (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu")
- (tedit 5F68FEEF) (tstamp 4e1a97bf-21ff-4cbe-add5-934aa57b238b)
- (at 81.661 99.3405 -90)
- (descr "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")
- (tags "capacitor handsolder")
- (property "Sheetfile" "Canon_manage.kicad_sch")
- (property "Sheetname" "")
- (path "/78d9bd94-3b9a-4d2a-9c27-c73709b0381f")
- (attr smd)
- (fp_text reference "C1" (at -0.1281 1.7018 180) (layer "F.SilkS")
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp fe90711d-a862-49f2-9f6f-f16dbe371c60)
- )
- (fp_text value "12" (at 0 1.43 90) (layer "F.Fab")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 582904ca-59f7-42e1-8828-2c7b3d1e8456)
- )
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.4 0.4) (thickness 0.06)))
- (tstamp de7d4f80-b20e-4cf5-8026-a96f016a90a8)
- )
- (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp 4d16496e-4fee-4084-933e-cbf6e45794fd))
- (fp_line (start -0.146267 0.51) (end 0.146267 0.51) (layer "F.SilkS") (width 0.12) (tstamp 76086053-9e5f-4ccb-833d-b4265c7e67fe))
- (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 12d8d33a-ed3c-41fb-8ff7-735cba1701c6))
- (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 5a893302-bbbd-4f5f-a36a-7a8ad0e1dd2d))
- (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c81f9433-c800-4909-9413-3f3143219552))
- (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp dd4233ab-a067-4fa2-95a6-7f8254c7e793))
- (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 09f787ff-e7a1-469a-af4d-0b28ff55f1e9))
- (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 5e976b3d-c1b3-4bdd-9f4b-a82470cbfa01))
- (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp a262e2df-b1c8-451d-9407-4547009b4ed9))
- (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp e05ace61-309a-4885-bae8-9a8ec1054eea))
- (pad "1" smd roundrect (at -0.8625 0 270) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 1 "/OSC_IN") (pintype "passive") (tstamp eb7ae1cb-8e21-4ed3-a9d3-1378df798bad))
- (pad "2" smd roundrect (at 0.8625 0 270) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 2 "GND") (pintype "passive") (tstamp 36e57e70-6551-46eb-987b-c2180c15900e))
- (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
- )
- )
-
- (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
- (tedit 5F68FEEE) (tstamp 5993b816-8554-42b2-94e0-2b4f941d933e)
- (at 96.7505 57.15 180)
- (descr "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")
- (tags "resistor handsolder")
- (property "Sheetfile" "Canon_manage.kicad_sch")
- (property "Sheetname" "")
- (path "/85dfcd72-2976-4d87-9959-5aebbe7e8fe1")
- (attr smd)
- (fp_text reference "R7" (at 0 -1.43) (layer "F.SilkS")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 11b3119b-972e-45d6-9c0a-ff0bdd97d1cf)
- )
- (fp_text value "22" (at 0 1.43) (layer "F.Fab")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 44cbe86b-0592-4439-8a5f-c67c8f436542)
- )
- (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
- (effects (font (size 0.4 0.4) (thickness 0.06)))
- (tstamp 074fd0c6-5e17-4a0f-bd22-15c542576e9c)
- )
- (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 6d7fbd0b-19be-4771-99ae-77974200b0c9))
- (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "F.SilkS") (width 0.12) (tstamp dd77bd74-bc7b-42ef-8069-b801838e69f6))
- (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 65af08b5-8a05-430a-b7f9-b5d2f66a0136))
- (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 95c36449-e438-4dc3-8659-65555d2ce124))
- (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9c53cd2c-7645-4bbb-bdfb-21b69c690f49))
- (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e98063c2-3216-4b72-b030-1a8a5ad4bf5d))
- (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 38a50490-f618-4466-acf7-f8b425e2adf2))
- (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 6db8396e-ba4a-40e0-bb24-d33aeeae9867))
- (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp aef5ef54-9a22-46d3-ace9-3e0d7a43f03e))
- (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp f70c562b-c105-4a90-8395-5c5c22223aa7))
- (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 16 "/DP") (pintype "passive") (tstamp c5ff3708-a54d-42c8-aa58-d318366ac53f))
- (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 21 "Net-(R7-Pad2)") (pintype "passive") (tstamp 7eb39c70-c277-4df5-92cd-3a9e7a834062))
- (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (tstamp 9d51499f-9be3-4777-963a-57c04f7fd5fc)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 46 "Net-(J8-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp ecb5206f-7933-4600-a27e-f5242a89887f))
)
(footprint "Package_TO_SOT_SMD:SOT-23-5" (layer "F.Cu")
@@ -508,52 +341,88 @@
)
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp 701fc9ba-9201-4ae8-96fe-450e35b3fe13)
- (at 97.31 66.26)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (layer "F.Cu")
+ (tedit 5D9F72B1) (tstamp 6ca826e9-25f4-400b-b106-795e14b9a644)
+ (at 94.3864 57.658 90)
+ (descr "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")
+ (tags "SOIC SO")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
- (path "/140fc51e-23e5-45dc-b9e0-9fa28189ba46")
- (attr through_hole)
- (fp_text reference "J9" (at -1.8568 -1.363 90) (layer "F.SilkS") hide
+ (path "/b7f9cd42-41b9-438b-9b3d-456940323433")
+ (attr smd)
+ (fp_text reference "U4" (at 4.4196 1.778 180) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp fd3ad844-bec6-47c1-87df-20fa92a34c45)
+ (tstamp d42ea12b-7308-4d2e-8381-53c591f74c47)
)
- (fp_text value "LGnd" (at -0.4852 -2.8616 90) (layer "F.SilkS")
+ (fp_text value "MCP2551-I-SN" (at 0 3.4 90) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 4e6f37d6-010b-4584-b0da-ca4e4cc83753)
+ (tstamp 32bf203c-afba-4072-8304-193e60f24ba1)
)
(fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp ef017224-d566-4bc4-88c5-da5e55da7fcc)
+ (effects (font (size 0.98 0.98) (thickness 0.15)))
+ (tstamp c25a550b-2aaf-4a5a-8a7b-519d9f189548)
)
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 65e672be-ae39-427b-b328-fb59bb870000))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 8581283f-2446-4b14-930a-07524767fe81))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp a23409bd-654f-4d1b-8a5b-40cc256b024c))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp aea12f94-0560-46b2-92db-92de6014c64c))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp d6832a78-d1bf-42a3-b23a-961dd58e678e))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp e5c780f1-a224-49b8-ac6e-b9c7f0248d2d))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp edc3112a-c059-499f-9c88-27c407e4ece0))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 14ba1993-7006-444a-a440-1e967117a46e))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 4c6225d9-5582-43c9-aa97-bb5e0f7cfe47))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 9a6d4e72-4bb9-49f1-9f4a-734a713c99ad))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp c4f1e7de-b7a0-4620-a18f-e4cbd7b72115))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp 317a31c9-dd9e-45e6-9d7e-45fdba6dff2a))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 3604c814-05aa-4f23-9d8a-f2b9d4b0e783))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 36d98357-1310-4306-8bf8-5eb056201e97))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp a472be83-629d-486e-bcfe-1c05aba8c2fb))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp aceff085-0acb-4d55-ab90-b904b0a85064))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 2 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 69de7e77-17fc-4e4b-a3b9-3025ce653c21))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
+ (fp_line (start 0 2.56) (end -1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp 59b73622-4b13-4d67-8cbb-f5acddbcaf28))
+ (fp_line (start 0 -2.56) (end -3.45 -2.56) (layer "F.SilkS") (width 0.12) (tstamp 84dacdb7-732c-46aa-84a0-82a082da8f27))
+ (fp_line (start 0 -2.56) (end 1.95 -2.56) (layer "F.SilkS") (width 0.12) (tstamp dce92be2-eb9d-4a94-b8ef-bb8062cd0115))
+ (fp_line (start 0 2.56) (end 1.95 2.56) (layer "F.SilkS") (width 0.12) (tstamp ddbf1860-3023-48fa-8082-c6d5df9a5fa1))
+ (fp_line (start 3.7 -2.7) (end -3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp 357bf106-bf24-4396-b262-db53999cc00e))
+ (fp_line (start 3.7 2.7) (end 3.7 -2.7) (layer "F.CrtYd") (width 0.05) (tstamp e4276087-4ffb-45d6-a4f3-4d1fa8797fd0))
+ (fp_line (start -3.7 2.7) (end 3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp ef197313-ab41-499c-9580-41537bab6537))
+ (fp_line (start -3.7 -2.7) (end -3.7 2.7) (layer "F.CrtYd") (width 0.05) (tstamp faacf7f6-30ad-4244-95de-839ba3ed7299))
+ (fp_line (start -0.975 -2.45) (end 1.95 -2.45) (layer "F.Fab") (width 0.1) (tstamp 24a77739-c361-4011-891d-a6c42a2ae8bd))
+ (fp_line (start 1.95 -2.45) (end 1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp 36e4e27a-4c57-47a3-aeca-69efc214db49))
+ (fp_line (start -1.95 2.45) (end -1.95 -1.475) (layer "F.Fab") (width 0.1) (tstamp 391134e3-0b1a-4bcc-bfe3-3c349d3add01))
+ (fp_line (start 1.95 2.45) (end -1.95 2.45) (layer "F.Fab") (width 0.1) (tstamp 4f5f0dae-201f-447c-94ac-87e1ad6ecdd4))
+ (fp_line (start -1.95 -1.475) (end -0.975 -2.45) (layer "F.Fab") (width 0.1) (tstamp 94dd7409-a509-43fa-9d65-4abcdeb22ae9))
+ (pad "1" smd roundrect (at -2.475 -1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 50 "/CANTX") (pinfunction "TXD") (pintype "input") (tstamp 8cf65e0b-9d0b-4d51-895a-2654a05fe2ca))
+ (pad "2" smd roundrect (at -2.475 -0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 2 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 5f885765-aa78-4b7e-9866-0099718c0a4f))
+ (pad "3" smd roundrect (at -2.475 0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 4 "/VBUS") (pinfunction "VDD") (pintype "power_in") (tstamp c6795a4f-55fd-4a2e-8ef1-fbe6e075cafb))
+ (pad "4" smd roundrect (at -2.475 1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 49 "/CANRX") (pinfunction "RXD") (pintype "output") (tstamp 36a65e9d-f010-49f1-9619-72087631b9c7))
+ (pad "5" smd roundrect (at 2.475 1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 51 "unconnected-(U4-Pad5)") (pinfunction "Vref") (pintype "power_out+no_connect") (tstamp a3085c1e-ae7f-4985-a8e0-2a72c9ce19bf))
+ (pad "6" smd roundrect (at 2.475 0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 52 "/CANL") (pinfunction "CANL") (pintype "bidirectional") (tstamp 6383f0a3-7417-4f21-8890-84701eb7b953))
+ (pad "7" smd roundrect (at 2.475 -0.635 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 53 "/CANH") (pinfunction "CANH") (pintype "bidirectional") (tstamp 6188985c-ea1c-42cd-a62c-adbde36d4efb))
+ (pad "8" smd roundrect (at 2.475 -1.905 90) (size 1.95 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 54 "Net-(R11-Pad2)") (pinfunction "Rs") (pintype "input") (tstamp 470387a7-27b8-45b6-9833-6a1942316714))
+ (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOIC-8_3.9x4.9mm_P1.27mm.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp 701fc9ba-9201-4ae8-96fe-450e35b3fe13)
+ (at 97.31 66.26)
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/140fc51e-23e5-45dc-b9e0-9fa28189ba46")
+ (attr exclude_from_pos_files)
+ (fp_text reference "J9" (at 0 -1.998) (layer "F.SilkS") hide
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 56b14ce0-e365-4da8-83c9-b73fbf56db1f)
+ )
+ (fp_text value "LGnd" (at 0.0228 -2.9124 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 46fa1c83-a6c4-470f-be28-7e09b0fb1707)
+ )
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 5d3e371e-5fb9-4084-9c36-f0df918842ee)
+ )
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 2 "GND") (pinfunction "Pin_1") (pintype "passive") (tstamp 19411272-967b-4b5f-ad37-112ac3f4be3a))
+ )
+
(footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
(tedit 5F68FEEE) (tstamp 74647c3a-34f6-41cd-bf78-cda820badd21)
(at 79.612066 70.1821 90)
@@ -588,7 +457,7 @@
(pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 9 "/SPI_MOSI") (pintype "passive") (tstamp 199c851f-171f-4712-aac7-10ff745c574b))
(pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 52 "Net-(R3-Pad2)") (pintype "passive") (tstamp f64ecdf8-6a8e-49ab-9507-bbe690fef0f4))
+ (net 38 "Net-(J6-Pad1)") (pintype "passive") (tstamp f64ecdf8-6a8e-49ab-9507-bbe690fef0f4))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
@@ -637,13 +506,13 @@
(pad "A4" smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 7fbc7750-7fc5-42d2-b214-58a9198e778f))
(pad "A5" smd rect (at -1.25 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 15 "Net-(J37-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp e592e057-4e69-43ff-8aef-3ab4d41ebd11))
+ (net 52 "/CANL") (pinfunction "CC1") (pintype "bidirectional") (tstamp e592e057-4e69-43ff-8aef-3ab4d41ebd11))
(pad "A6" smd rect (at -0.25 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 16 "/DP") (pinfunction "D+") (pintype "bidirectional") (tstamp b66dfdf4-d0e4-42bf-9e5d-9e1985a3cd7b))
+ (net 15 "/DP") (pinfunction "D+") (pintype "bidirectional") (tstamp b66dfdf4-d0e4-42bf-9e5d-9e1985a3cd7b))
(pad "A7" smd rect (at 0.25 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 17 "/DM") (pinfunction "D-") (pintype "bidirectional") (tstamp d0bbe9e1-601b-4d09-bf98-92f985b54d3e))
+ (net 16 "/DM") (pinfunction "D-") (pintype "bidirectional") (tstamp d0bbe9e1-601b-4d09-bf98-92f985b54d3e))
(pad "A8" smd rect (at 1.25 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 18 "unconnected-(J37-PadA8)") (pinfunction "SBU1") (pintype "bidirectional+no_connect") (tstamp f98b249f-eacf-4084-9ffc-49a0f4598a5c))
+ (net 53 "/CANH") (pinfunction "SBU1") (pintype "bidirectional") (tstamp f98b249f-eacf-4084-9ffc-49a0f4598a5c))
(pad "A9" smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 3253d0cd-7fb4-4807-b519-b5dd147c5caa))
(pad "A12" smd rect (at 3.25 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
@@ -653,13 +522,13 @@
(pad "B4" smd rect (at 2.45 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 8d9fd4d8-5dd9-49fc-a011-9237c5ce121f))
(pad "B5" smd rect (at 1.75 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 19 "Net-(J37-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp 6caec714-6b91-45fc-a070-253ce9135309))
+ (net 52 "/CANL") (pinfunction "CC2") (pintype "bidirectional") (tstamp 6caec714-6b91-45fc-a070-253ce9135309))
(pad "B6" smd rect (at 0.75 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 16 "/DP") (pinfunction "D+") (pintype "bidirectional") (tstamp f2a6df28-0abb-4d63-aa43-af208a63c3c0))
+ (net 15 "/DP") (pinfunction "D+") (pintype "bidirectional") (tstamp f2a6df28-0abb-4d63-aa43-af208a63c3c0))
(pad "B7" smd rect (at -0.75 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 17 "/DM") (pinfunction "D-") (pintype "bidirectional") (tstamp ed29ab6d-1141-49ad-bb38-c86c97e3623b))
+ (net 16 "/DM") (pinfunction "D-") (pintype "bidirectional") (tstamp ed29ab6d-1141-49ad-bb38-c86c97e3623b))
(pad "B8" smd rect (at -1.75 -4.045 180) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 20 "unconnected-(J37-PadB8)") (pinfunction "SBU2") (pintype "bidirectional+no_connect") (tstamp e1e30c73-2c00-4212-8b02-c449cc4e78d9))
+ (net 53 "/CANH") (pinfunction "SBU2") (pintype "bidirectional") (tstamp e1e30c73-2c00-4212-8b02-c449cc4e78d9))
(pad "B9" smd rect (at -2.45 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
(net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 1d94a943-6f89-4a75-bdaf-8a043132f6e3))
(pad "B12" smd rect (at -3.25 -4.045 180) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask")
@@ -679,141 +548,6 @@
)
)
- (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "F.Cu")
- (tedit 5F68FEEF) (tstamp 805ff9a2-d020-4bb7-aa45-68a587d7845b)
- (at 74.0399 96.61 180)
- (descr "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")
- (tags "capacitor handsolder")
- (property "Sheetfile" "Canon_manage.kicad_sch")
- (property "Sheetname" "")
- (path "/25ca2f10-e30e-4c20-8cbf-700182947489")
- (attr smd)
- (fp_text reference "C2" (at 0 -1.43) (layer "F.SilkS")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 37d2fadf-784e-48c2-b66a-b3187aa7b2b7)
- )
- (fp_text value "12" (at 0 1.43) (layer "F.Fab")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 368f3c9a-d934-4147-b66d-159eeff8ac6e)
- )
- (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
- (effects (font (size 0.4 0.4) (thickness 0.06)))
- (tstamp fe51fb7a-4bff-4975-b1f8-d4d6599e23cb)
- )
- (fp_line (start -0.146267 0.51) (end 0.146267 0.51) (layer "F.SilkS") (width 0.12) (tstamp 828cbc64-2f4b-4682-98f6-224c27d188a3))
- (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) (layer "F.SilkS") (width 0.12) (tstamp f1ef27a5-fce0-4733-8704-b69de3160311))
- (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 356b18c7-a89b-4ca2-b434-eb7a7cdc69b9))
- (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp 67cbd40e-11aa-4d66-9eef-4505cfe4312e))
- (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 8f91f0db-d495-4290-bda7-d2baa0a1d0e6))
- (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp b94fb607-afb5-4860-bc48-810f1a166187))
- (fp_line (start -0.8 0.4) (end -0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp 1cec1a08-9df1-4814-ba9f-e4857b722f4e))
- (fp_line (start 0.8 0.4) (end -0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 3925e0fe-c332-4424-8c66-f45a46ef277b))
- (fp_line (start 0.8 -0.4) (end 0.8 0.4) (layer "F.Fab") (width 0.1) (tstamp 7cab8be4-603d-41f7-8c7d-86a41c2d2fd9))
- (fp_line (start -0.8 -0.4) (end 0.8 -0.4) (layer "F.Fab") (width 0.1) (tstamp d581b5f2-8925-4e9b-adec-83d5cbb02273))
- (pad "1" smd roundrect (at -0.8625 0 180) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 3 "/OSC_OUT") (pintype "passive") (tstamp c0914277-fa31-4732-8110-f32ebe24a8da))
- (pad "2" smd roundrect (at 0.8625 0 180) (size 1.075 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 2 "GND") (pintype "passive") (tstamp 9d3e4128-46ae-48a5-aae5-565334b023ac))
- (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
- )
- )
-
- (footprint "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" (layer "F.Cu")
- (tedit 5A02FF57) (tstamp 8f19d1da-0066-43b9-8408-ad844da28455)
- (at 92.1004 58.4924 -90)
- (descr "6-pin SOT-23 package, Handsoldering")
- (tags "SOT-23-6 Handsoldering")
- (property "Sheetfile" "Canon_manage.kicad_sch")
- (property "Sheetname" "")
- (path "/e1306b3c-a04a-4852-b196-c787de28ca15")
- (attr smd)
- (fp_text reference "U3" (at 3.2804 -0.5842 180) (layer "F.SilkS")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp f12a220b-c8cc-4d0e-bb93-aacfe2910c25)
- )
- (fp_text value "USBLC6-2SC6" (at 0 2.9 90) (layer "F.Fab")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 8008ce6c-0d98-421a-9cc9-697e191131a8)
- )
- (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
- (effects (font (size 0.5 0.5) (thickness 0.075)))
- (tstamp b9cecdea-99b9-4dff-8644-e92699dd013b)
- )
- (fp_line (start -0.9 1.61) (end 0.9 1.61) (layer "F.SilkS") (width 0.12) (tstamp 2e168018-e127-4f9c-a92d-469f929db7b6))
- (fp_line (start 0.9 -1.61) (end -2.05 -1.61) (layer "F.SilkS") (width 0.12) (tstamp 4f1cfff8-77f1-4b77-bcc1-0b17c98ed35f))
- (fp_line (start 2.4 -1.8) (end 2.4 1.8) (layer "F.CrtYd") (width 0.05) (tstamp 2848c2de-5755-4962-8b1a-123bfd76d3e7))
- (fp_line (start -2.4 -1.8) (end 2.4 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp d2ce3256-1aee-48d6-9c22-afb9e833785b))
- (fp_line (start 2.4 1.8) (end -2.4 1.8) (layer "F.CrtYd") (width 0.05) (tstamp db1a5637-5786-4fc9-b24f-b3710539ff72))
- (fp_line (start -2.4 1.8) (end -2.4 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp e77eb620-058b-4352-b2c6-09d43f01a3a3))
- (fp_line (start 0.9 -1.55) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp 4571586d-694c-4034-a531-fdebb1a051a1))
- (fp_line (start 0.9 -1.55) (end 0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 4c9ddc50-bc38-477e-88e9-d98254e1bbac))
- (fp_line (start -0.9 -0.9) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp 84f6c981-a97d-4061-a4ae-8edc383b2a67))
- (fp_line (start 0.9 1.55) (end -0.9 1.55) (layer "F.Fab") (width 0.1) (tstamp c69b9e39-6400-4241-9db7-dd50b967ad84))
- (fp_line (start -0.9 -0.9) (end -0.25 -1.55) (layer "F.Fab") (width 0.1) (tstamp d1ac719f-25f8-45c1-a809-8823784c4cb3))
- (pad "1" smd rect (at -1.35 -0.95 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 21 "Net-(R7-Pad2)") (pinfunction "I/O1") (pintype "passive") (tstamp 5fa0aad1-dc7f-431d-a7d2-8b79c7e2820a))
- (pad "2" smd rect (at -1.35 0 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp c5ab94fc-f06f-4e90-a9e6-a9d9f2a3ec40))
- (pad "3" smd rect (at -1.35 0.95 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 22 "Net-(R8-Pad2)") (pinfunction "I/O2") (pintype "passive") (tstamp 8fea7f9d-cf73-4dc6-8ddf-774d19e9fd4c))
- (pad "4" smd rect (at 1.35 0.95 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 26 "/USBDM") (pinfunction "I/O2") (pintype "passive") (tstamp f44b2ef4-d21b-4b63-85db-3f2d2de8cdc4))
- (pad "5" smd rect (at 1.35 0 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 61ee9d1a-283e-4130-8ffc-71496612cbe6))
- (pad "6" smd rect (at 1.35 -0.95 270) (size 1.56 0.65) (layers "F.Cu" "F.Paste" "F.Mask")
- (net 27 "/USBDP") (pinfunction "I/O1") (pintype "passive") (tstamp 5768f5ed-9ae6-49e9-b9e9-d81b6de1586e))
- (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
- )
- )
-
- (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
- (tedit 5F68FEEE) (tstamp 90f56177-6e76-4fc7-a183-4403eca2c051)
- (at 96.7486 55.5498 180)
- (descr "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")
- (tags "resistor handsolder")
- (property "Sheetfile" "Canon_manage.kicad_sch")
- (property "Sheetname" "")
- (path "/f37e605d-c65e-40ed-8644-00a3f2965639")
- (attr smd)
- (fp_text reference "R8" (at -0.0997 1.3462) (layer "F.SilkS")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp f7913a63-36ea-4793-ad10-addca214807a)
- )
- (fp_text value "22" (at 0 1.43) (layer "F.Fab")
- (effects (font (size 1 1) (thickness 0.15)))
- (tstamp 9f5a9204-0027-43dd-8778-4a137e1949ae)
- )
- (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab")
- (effects (font (size 0.4 0.4) (thickness 0.06)))
- (tstamp 49412aab-eba5-409c-b6f2-6cde1fb7b6dd)
- )
- (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 021a34c2-264e-4da2-a35f-5f6284dbe41c))
- (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 321853b5-3dfc-48da-b250-bd8f5f2f1ff5))
- (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 744accbc-6772-4313-bd38-c4a19ac4f19b))
- (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp e5695805-ce76-4edf-bd3d-3f13d74fcf85))
- (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp e5942fd9-87ff-4e35-b2c1-9f2cd65c97e4))
- (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp ea9509fb-b4bc-44e2-902b-eabc1307ed1e))
- (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 1b991fe6-7d59-48bd-9f18-ae353e55bdbc))
- (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 2974ced2-f25e-4a26-9dd9-fd13e950c25a))
- (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 5e1fa4af-4df1-4f9a-8e43-31d03b98a383))
- (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp e6db97b0-dd7c-4df5-8d7e-357acf759f86))
- (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 17 "/DM") (pintype "passive") (tstamp bb040a59-0a66-4ed2-808d-e5dd74815cf1))
- (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 22 "Net-(R8-Pad2)") (pintype "passive") (tstamp 146fd09c-d710-4c59-bf74-62568008d197))
- (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
- )
- )
-
(footprint "MountingHole:MountingHole_3.2mm_M3" locked (layer "F.Cu")
(tedit 56D1B4CB) (tstamp a715d835-13de-4a94-9347-ded7789445f9)
(at 86.05 63.225)
@@ -837,50 +571,29 @@
(pad "" np_thru_hole circle locked (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp ff4556d0-5661-4b9f-b2d2-5f484c47d027))
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp a8759d0d-15da-4c68-92d2-cc2b254005eb)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp a8759d0d-15da-4c68-92d2-cc2b254005eb)
(at 114.04 66.09)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/a5775530-a18e-4f83-8d4f-2a5a128645d7")
- (attr through_hole)
- (fp_text reference "J2" (at 0 -2.3868 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J2" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp e3e3350f-d0be-47a0-89e2-13a8b3e626bb)
+ (tstamp 947209ae-0fc2-4b5e-8beb-fc3833586e98)
)
- (fp_text value "PV" (at 0.1584 -1.955 90) (layer "F.SilkS")
+ (fp_text value "PV" (at 0.0568 -2.1328 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp f8923182-bc0b-4cd7-9cd6-c9a24c23d467)
+ (tstamp 6ff0a780-9362-4084-abf3-a59d61d0eb5c)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp ccde9499-e167-48c6-8939-7de7cd8b9622)
- )
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp 093938cd-eb85-478f-9782-b90b7be91f0b))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 32e37ea0-60e0-4ce1-952f-f71450d55c88))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 45857abc-bc22-44a1-9dbb-a7f0d7209615))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 781f1fd0-b1be-4e24-93f5-54a30d88cb31))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp ab4bff7b-aa23-4b6b-b32f-5bc79eddb0ce))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp dcfa54c8-337d-473f-9259-1933cc34792b))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp e3629365-b71d-472a-9d94-c5e2deb221f7))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 27040196-02ab-4f60-8ae2-787a7de577fe))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 31ad94f4-e4f5-4f86-9b7e-d1c451da26af))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 429c6606-85ec-482b-be01-8c5cff0a3abe))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp a1a37a6b-8c82-4f69-848b-07862411e966))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 0b9d3afb-7284-4e37-91d9-56a116a1fdc9))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 36f53b19-e5b6-49f6-8c63-72397883b9d3))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp a3a3c3ae-f886-4162-99ee-1bbcc4682394))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp cf6581f0-3c51-4acf-9bc0-c2ae32895680))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp f2ef9e2d-b224-41db-bd1a-ad9e9ef048d3))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 4 "/VBUS") (pinfunction "Pin_1") (pintype "passive") (tstamp b84c576d-207f-41b9-b2a4-a56119b74e7f))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 75edb4a1-694f-47c5-b044-6ae74d7fafe0)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 4 "/VBUS") (pinfunction "Pin_1") (pintype "passive") (tstamp 8b0a16fe-b739-4867-a2d3-631059457000))
)
(footprint "MountingHole:MountingHole_3.2mm_M3" locked (layer "F.Cu")
@@ -906,50 +619,29 @@
(pad "" np_thru_hole circle locked (at 0 0) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp b9f916d9-362d-46d1-a8aa-86ad9c1ed087))
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp b72e6226-01d2-4e4c-b5d0-fefc78e0bcd9)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp b72e6226-01d2-4e4c-b5d0-fefc78e0bcd9)
(at 101.7 64.91)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/69811119-25b3-423f-abd3-df6254459d41")
- (attr through_hole)
- (fp_text reference "J7" (at 0.1032 -2.4006 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J7" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp ddc930fe-37b7-49be-a782-73a66c587cf9)
+ (tstamp dfee3e2f-fd9b-4d70-a233-99b0ff08b81c)
)
- (fp_text value "MISO" (at 0.027 -2.8832 90) (layer "F.SilkS")
+ (fp_text value "MISO" (at -0.0492 -3.0356 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp cdfdec2f-3e6f-418f-9f32-bd2e3a5099df)
+ (tstamp dc0ba39a-0ec9-40f5-9a9f-d882ab07be44)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp fab8c344-1f93-41b8-82c4-b3d9497eda2a)
- )
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 19eaab2a-e896-48d9-8785-491a7afdbf6c))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 218eae53-d9bd-4330-8cd2-61499c439bdc))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 57c7d5b5-bf6c-47bf-ae66-b79d0cbfca48))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 65964cc5-6d41-4db8-91c4-b8da38563c75))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp aa96840e-fe76-45a7-a056-3a9c32d1ab2a))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp d1c8a1af-fb33-486d-b7ba-b86b1cc873cf))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp f1c0d4e6-f3fe-49d3-b48c-4ea9f1d5a0ec))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 55ac3d89-aac4-4e13-b91e-58bd537cab05))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 629588d4-8e18-498d-9ee3-864ae7b4bdfb))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 6b6b9184-2be9-4862-9c08-e5cb5858fc29))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 81e0e18b-4a9b-40ed-a471-eadee48f6a0c))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 4d873714-5e1c-4c8b-901f-2981a9eefec2))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp b1fd0c2f-d60f-410d-a238-a7882dc6179a))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp d10e44f4-a4db-49aa-bec3-1ed388fe0bfa))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp d989e912-463a-4066-93fd-70c7156f2324))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp f41beb57-a4b0-4b3d-b2d5-7ed3a22931db))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 53 "Net-(R4-Pad2)") (pinfunction "Pin_1") (pintype "passive") (tstamp 5478e319-ea5d-493e-b956-498da00441a4))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8492628c-6598-4e92-9c8d-ec559cc1232d)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 45 "Net-(J7-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 3ea85958-c89c-4b2e-afdd-b9eb1572a054))
)
(footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
@@ -986,7 +678,7 @@
(pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 8 "/SPI_MISO") (pintype "passive") (tstamp aab03f2f-a10a-436c-a9cf-0009f1909259))
(pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 53 "Net-(R4-Pad2)") (pintype "passive") (tstamp 2fcbe686-19d4-46f2-87a9-d0a051e69879))
+ (net 45 "Net-(J7-Pad1)") (pintype "passive") (tstamp 2fcbe686-19d4-46f2-87a9-d0a051e69879))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
@@ -994,50 +686,29 @@
)
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp ccbefbd2-71d6-4dc7-9a51-06952b253b7c)
+ (footprint "pins:Pin1.5x2mm" (layer "F.Cu")
+ (tedit 5A0F774F) (tstamp ccbefbd2-71d6-4dc7-9a51-06952b253b7c)
(at 106.27 64.49)
- (descr "Through hole straight pin header, 1x01, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x01 1.00mm single row")
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/b4f88c82-2497-4a01-ba33-1e43542836b5")
- (attr through_hole)
- (fp_text reference "J5" (at 0.029 -2.4124 90) (layer "F.SilkS") hide
+ (attr exclude_from_pos_files)
+ (fp_text reference "J5" (at 0 -1.998) (layer "F.SilkS") hide
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 0f2487f2-e740-4804-a232-d5726381747a)
+ (tstamp 2ca99548-46ed-454e-9c9c-0a45ebe6ffe8)
)
- (fp_text value "LV" (at 0.1306 -1.9044 90) (layer "F.SilkS")
+ (fp_text value "LV" (at 0.0036 -2.006 90) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 44fe8809-2d8d-4b7f-bc82-5f6597c50dd4)
+ (tstamp ea5a5c3c-62b2-4130-85ae-9486c40c6995)
)
- (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp 5c871ac9-9465-4ee2-964d-266d558460c1)
- )
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 31aba1d6-168c-4245-907f-2b1cc83c0c38))
- (fp_line (start -0.695 0.685) (end -0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 37028e37-11dd-44e0-9e62-d7f04b0501a1))
- (fp_line (start 0.695 0.685) (end 0.695 0.56) (layer "F.SilkS") (width 0.12) (tstamp 450c0f03-4d09-404c-b18e-1c1df4881b5a))
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 50fbbd52-075d-4438-a727-42ea83def9db))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp 983fe3ec-df01-422e-ada9-8c63e7323954))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp c4447b73-a430-450b-8733-f24ca0e4b7eb))
- (fp_line (start -0.695 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp fe046d8a-4ff2-4eb9-a806-187e64dcf672))
- (fp_line (start -1.15 -1) (end -1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 2c0227c0-f533-4a71-beb0-175181382646))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp 539f57d1-20d6-47ec-a366-54dda193567d))
- (fp_line (start -1.15 1) (end 1.15 1) (layer "F.CrtYd") (width 0.05) (tstamp 896f745d-9225-42da-ab70-a191a43aa5a5))
- (fp_line (start 1.15 1) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp be919273-46b7-4af1-a6cd-0a05f204379d))
- (fp_line (start 0.635 -0.5) (end 0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp 1effe790-a61d-482f-907f-5a670b03866a))
- (fp_line (start -0.635 0.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 686fe66e-a45b-49f5-9714-9817cf3372d9))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 7c96443f-cdfa-4fc1-b964-aa11b3f6a842))
- (fp_line (start 0.635 0.5) (end -0.635 0.5) (layer "F.Fab") (width 0.1) (tstamp daa0c8ea-1586-42b8-9b8e-868f3bb8c04a))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp fbd9948d-e069-4c7f-ad4c-6db65288e948))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 4 "/VBUS") (pinfunction "Pin_1") (pintype "passive") (tstamp 9efa7a77-cf40-4b74-b1e7-e13250c096f2))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x01_P1.00mm_Vertical.wrl"
- (offset (xyz 0 0 0))
- (scale (xyz 1 1 1))
- (rotate (xyz 0 0 0))
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 43c88377-2bde-4544-99ca-bfc56c18489b)
)
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask)
+ (net 4 "/VBUS") (pinfunction "Pin_1") (pintype "passive") (tstamp de6a62ef-4af1-4d18-9c36-f30f8bcad1c2))
)
(footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical" (layer "F.Cu")
@@ -1119,7 +790,7 @@
(pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 6 "/L_DETECT") (pintype "passive") (tstamp 9a2a75ab-aa61-4b52-bdf1-30c1caa1a610))
(pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 51 "Net-(R2-Pad2)") (pintype "passive") (tstamp b59b01de-a371-43b0-827d-295f228118cb))
+ (net 14 "Net-(J3-Pad1)") (pintype "passive") (tstamp b59b01de-a371-43b0-827d-295f228118cb))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
@@ -1161,7 +832,49 @@
(pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
(net 7 "/SPI_SCK") (pintype "passive") (tstamp 34679250-903c-404c-8a15-c60687ba4f2a))
(pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
- (net 54 "Net-(R5-Pad2)") (pintype "passive") (tstamp 72a5a3bc-f525-4aa1-afef-9c1792b0617c))
+ (net 46 "Net-(J8-Pad1)") (pintype "passive") (tstamp 72a5a3bc-f525-4aa1-afef-9c1792b0617c))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "F.Cu")
+ (tedit 5F68FEEE) (tstamp d7a7e9e5-e43c-4268-a044-608a0447c4a0)
+ (at 90.6272 56.9976 90)
+ (descr "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")
+ (tags "resistor handsolder")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/794eecad-d01e-422c-8c32-56eec85114f2")
+ (attr smd)
+ (fp_text reference "R11" (at 2.2841 -0.4572 180) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8a3d4dbb-2eef-496a-98aa-4a3e516e75fc)
+ )
+ (fp_text value "4k7" (at 0 1.43 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8ba0c583-b566-407c-807a-c065d6bb7293)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)))
+ (tstamp 9c0351ea-ed73-4698-8dad-832fee1a0353)
+ )
+ (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "F.SilkS") (width 0.12) (tstamp 68ecf8fb-f0ba-4936-b8cc-356ca8d5a335))
+ (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "F.SilkS") (width 0.12) (tstamp 7295f96b-2965-4241-9f1a-700b6113a5d3))
+ (fp_line (start -1.65 0.73) (end -1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp 9cf6e819-1a6c-4842-b0f3-c8329a94b38c))
+ (fp_line (start 1.65 -0.73) (end 1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp a25c89a2-999d-49b6-8e25-70524196604a))
+ (fp_line (start 1.65 0.73) (end -1.65 0.73) (layer "F.CrtYd") (width 0.05) (tstamp c5d40e13-b4ca-4c06-bd31-6bbf7e2952f2))
+ (fp_line (start -1.65 -0.73) (end 1.65 -0.73) (layer "F.CrtYd") (width 0.05) (tstamp dcb51f30-b3a1-4f3b-87ee-b1f324caf14c))
+ (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp 7db28589-a95a-4b12-b529-4d10df84c478))
+ (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp 9916114d-cd4c-446c-98fc-4e130514221a))
+ (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) (layer "F.Fab") (width 0.1) (tstamp a671c78f-6da2-4b91-bd89-45ab996d36ad))
+ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (layer "F.Fab") (width 0.1) (tstamp c2abd4db-872c-44d7-be54-b17b42069178))
+ (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 2 "GND") (pintype "passive") (tstamp d7e0e286-810e-4188-87c0-9171bdc249ed))
+ (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25)
+ (net 54 "Net-(R11-Pad2)") (pintype "passive") (tstamp cac49c05-190a-4608-ae88-041257c5383b))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
@@ -1214,57 +927,57 @@
)
)
- (footprint "Connector_PinHeader_1.00mm:PinHeader_1x06_P1.00mm_Vertical" (layer "F.Cu")
- (tedit 59FED738) (tstamp e6819a0f-6b6c-400a-8346-cf22df6e6e34)
- (at 70.5866 85.1888)
- (descr "Through hole straight pin header, 1x06, 1.00mm pitch, single row")
- (tags "Through hole pin header THT 1x06 1.00mm single row")
+ (footprint "Connector_PinHeader_1.27mm:PinHeader_1x06_P1.27mm_Vertical" (layer "F.Cu")
+ (tedit 59FED6E3) (tstamp e6819a0f-6b6c-400a-8346-cf22df6e6e34)
+ (at 70.7644 85.0392)
+ (descr "Through hole straight pin header, 1x06, 1.27mm pitch, single row")
+ (tags "Through hole pin header THT 1x06 1.27mm single row")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/16579291-b073-4d59-83c6-28649a884cc2")
(attr through_hole)
- (fp_text reference "J1" (at 0 -1.56) (layer "F.SilkS")
+ (fp_text reference "J1" (at 0 -1.695) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 6fa568e4-6f84-4d9f-83e5-b839b4293b0f)
+ (tstamp 6c4bf123-9d1f-4828-8790-708c9b0e99ee)
)
- (fp_text value "SWD" (at 0 6.56) (layer "F.Fab")
+ (fp_text value "SWD" (at 0 8.045) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
- (tstamp 8185fc63-6526-4244-84f7-94e251ec084f)
+ (tstamp 9e79452b-b2cc-40f6-804b-f69f416ed870)
)
- (fp_text user "${REFERENCE}" (at 0 2.5 90) (layer "F.Fab")
- (effects (font (size 0.76 0.76) (thickness 0.114)))
- (tstamp 7e6c90a1-4593-4d47-8d78-c0733a23d6a0)
+ (fp_text user "${REFERENCE}" (at 0 3.175 90) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 2715b9b2-278e-41b1-b577-d8e7483fad90)
)
- (fp_line (start -0.695 -0.685) (end 0 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 0d89ddb0-a15a-4ca1-afac-4f21c0e364a8))
- (fp_line (start 0.695 0.685) (end 0.695 5.56) (layer "F.SilkS") (width 0.12) (tstamp 426bf3a1-b074-47f3-8779-8f4089044d42))
- (fp_line (start -0.695 0) (end -0.695 -0.685) (layer "F.SilkS") (width 0.12) (tstamp 5f94d4db-b48b-4cd4-b601-36e804d9cc88))
- (fp_line (start -0.695 5.56) (end -0.394493 5.56) (layer "F.SilkS") (width 0.12) (tstamp 6675d11e-6a15-41c6-bba5-e15ea8cfe926))
- (fp_line (start -0.695 0.685) (end -0.695 5.56) (layer "F.SilkS") (width 0.12) (tstamp 854afaab-7150-4cf5-8d00-7830b1521172))
- (fp_line (start -0.695 0.685) (end -0.608276 0.685) (layer "F.SilkS") (width 0.12) (tstamp 8e85a08a-bcab-4d2f-aab4-a838d648b910))
- (fp_line (start 0.394493 5.56) (end 0.695 5.56) (layer "F.SilkS") (width 0.12) (tstamp 9ab1c77a-7dc6-4f73-995c-18273d5b917c))
- (fp_line (start 0.608276 0.685) (end 0.695 0.685) (layer "F.SilkS") (width 0.12) (tstamp 9fb5fe3e-6889-4d71-9692-877d7e915416))
- (fp_line (start -1.15 -1) (end -1.15 6) (layer "F.CrtYd") (width 0.05) (tstamp 158c743f-130f-4a3b-afdf-f4902da3884f))
- (fp_line (start -1.15 6) (end 1.15 6) (layer "F.CrtYd") (width 0.05) (tstamp 7f6985b2-f480-43c2-8be0-41ca18064c66))
- (fp_line (start 1.15 -1) (end -1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp a732c695-eb7b-4b1a-b8c0-e074bf392d4e))
- (fp_line (start 1.15 6) (end 1.15 -1) (layer "F.CrtYd") (width 0.05) (tstamp f8d35e79-8fe3-49aa-a8f4-3ed0f7a25e5f))
- (fp_line (start 0.635 5.5) (end -0.635 5.5) (layer "F.Fab") (width 0.1) (tstamp 22f34ea1-1d6e-4fb7-8c22-1be537512530))
- (fp_line (start -0.3175 -0.5) (end 0.635 -0.5) (layer "F.Fab") (width 0.1) (tstamp 63d9ecfc-09d7-40a9-af8c-6ce15f9f2b7a))
- (fp_line (start -0.635 5.5) (end -0.635 -0.1825) (layer "F.Fab") (width 0.1) (tstamp 6844f82b-5e88-43ae-a339-5abd983f2859))
- (fp_line (start -0.635 -0.1825) (end -0.3175 -0.5) (layer "F.Fab") (width 0.1) (tstamp 7ea5b803-1102-435d-9a57-e4aaf59c9c20))
- (fp_line (start 0.635 -0.5) (end 0.635 5.5) (layer "F.Fab") (width 0.1) (tstamp ed84e652-8a58-4248-b49b-a1a50e59b681))
- (pad "1" thru_hole rect (at 0 0) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 10 "/SWCLK") (pinfunction "Pin_1") (pintype "passive") (tstamp b9a8cda1-0532-411c-b899-d29ea4e02e8b))
- (pad "2" thru_hole oval (at 0 1) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 11 "/SWDIO") (pinfunction "Pin_2") (pintype "passive") (tstamp eb7f2cbc-41bd-41da-895b-52e721f2582c))
- (pad "3" thru_hole oval (at 0 2) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 1c9a2e26-fbcc-4592-a26b-d5b22458deab))
- (pad "4" thru_hole oval (at 0 3) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 5 "+3V3") (pinfunction "Pin_4") (pintype "passive") (tstamp 5ad09c51-e11c-40c6-b1f7-c5ea40bd362d))
- (pad "5" thru_hole oval (at 0 4) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 12 "/BOOT0") (pinfunction "Pin_5") (pintype "passive") (tstamp c374c441-f794-4569-9b4b-0d2624539d74))
- (pad "6" thru_hole oval (at 0 5) (size 0.85 0.85) (drill 0.5) (layers *.Cu *.Mask)
- (net 13 "/NRST") (pinfunction "Pin_6") (pintype "passive") (tstamp 650b6d0e-0d98-4c56-9bea-575b571d1dc5))
- (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.00mm.3dshapes/PinHeader_1x06_P1.00mm_Vertical.wrl"
+ (fp_line (start -1.11 -0.76) (end 0 -0.76) (layer "F.SilkS") (width 0.12) (tstamp 01405a6d-c149-43ef-bb99-75a2e51a3eb1))
+ (fp_line (start -1.11 0.76) (end -1.11 7.045) (layer "F.SilkS") (width 0.12) (tstamp 441d83dc-7c2c-49d5-87ac-5663f0ffd383))
+ (fp_line (start 0.30753 7.045) (end 1.11 7.045) (layer "F.SilkS") (width 0.12) (tstamp 5109d550-94ef-4098-bd61-788e84623c04))
+ (fp_line (start -1.11 0.76) (end -0.563471 0.76) (layer "F.SilkS") (width 0.12) (tstamp 733c0223-b868-48c1-b4a4-dae4caca5f49))
+ (fp_line (start -1.11 7.045) (end -0.30753 7.045) (layer "F.SilkS") (width 0.12) (tstamp 9d76168c-5991-4ddc-8fb6-1cb6e528433c))
+ (fp_line (start 0.563471 0.76) (end 1.11 0.76) (layer "F.SilkS") (width 0.12) (tstamp aa278f12-bc1a-4404-885f-a8a45d6f7768))
+ (fp_line (start -1.11 0) (end -1.11 -0.76) (layer "F.SilkS") (width 0.12) (tstamp e9987ec1-fbd4-4fcc-a552-737f9d75c9bc))
+ (fp_line (start 1.11 0.76) (end 1.11 7.045) (layer "F.SilkS") (width 0.12) (tstamp ed0a40fa-47e6-4f70-a99e-e3c320c5086d))
+ (fp_line (start -1.55 -1.15) (end -1.55 7.5) (layer "F.CrtYd") (width 0.05) (tstamp 0ea8e7ab-b457-45f2-b2cd-855b128b6eb3))
+ (fp_line (start -1.55 7.5) (end 1.55 7.5) (layer "F.CrtYd") (width 0.05) (tstamp 743a9581-bbf2-48af-b661-7d6e1c771b75))
+ (fp_line (start 1.55 -1.15) (end -1.55 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 8f21aedb-e611-4615-aac5-2be0b8a97c45))
+ (fp_line (start 1.55 7.5) (end 1.55 -1.15) (layer "F.CrtYd") (width 0.05) (tstamp 90c476f2-38c4-47b1-8c90-4d3eed8f2d16))
+ (fp_line (start -1.05 6.985) (end -1.05 -0.11) (layer "F.Fab") (width 0.1) (tstamp 0f31b1cf-e4cf-4905-a958-21c97becb1ce))
+ (fp_line (start -0.525 -0.635) (end 1.05 -0.635) (layer "F.Fab") (width 0.1) (tstamp 4d5c0802-130c-4ec7-b680-d7a39a30e034))
+ (fp_line (start -1.05 -0.11) (end -0.525 -0.635) (layer "F.Fab") (width 0.1) (tstamp 513d3852-df97-4526-859e-5408fd0cc403))
+ (fp_line (start 1.05 6.985) (end -1.05 6.985) (layer "F.Fab") (width 0.1) (tstamp 9941ddf3-817e-4420-b8a1-459582f7972c))
+ (fp_line (start 1.05 -0.635) (end 1.05 6.985) (layer "F.Fab") (width 0.1) (tstamp d5dcf918-8ef4-4b92-b8d9-d06080f0d00a))
+ (pad "1" thru_hole rect (at 0 0) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 10 "/SWCLK") (pinfunction "Pin_1") (pintype "passive") (tstamp c2e87074-6882-45e7-ae58-6b06b0f031d8))
+ (pad "2" thru_hole oval (at 0 1.27) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 11 "/SWDIO") (pinfunction "Pin_2") (pintype "passive") (tstamp 2132df6e-8ca5-44de-b851-d1c9c56e8d5d))
+ (pad "3" thru_hole oval (at 0 2.54) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 2 "GND") (pinfunction "Pin_3") (pintype "passive") (tstamp 6156ff60-7b74-4d6e-8a71-5fb14642ca6d))
+ (pad "4" thru_hole oval (at 0 3.81) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 5 "+3V3") (pinfunction "Pin_4") (pintype "passive") (tstamp cddc893c-f024-4eb9-93a8-8befa3ab96a2))
+ (pad "5" thru_hole oval (at 0 5.08) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 12 "/BOOT0") (pinfunction "Pin_5") (pintype "passive") (tstamp bc61d189-0895-4c10-8ed0-a076358fb237))
+ (pad "6" thru_hole oval (at 0 6.35) (size 1 1) (drill 0.65) (layers *.Cu *.Mask)
+ (net 13 "/NRST") (pinfunction "Pin_6") (pintype "passive") (tstamp 412892bd-8f78-4828-8038-04e5c820d444))
+ (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_1x06_P1.27mm_Vertical.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
@@ -1360,22 +1073,22 @@
(footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "B.Cu")
(tedit 5F68FEEE) (tstamp 08277ef9-ed68-48ba-abd1-6d50ee92ba56)
- (at 99.5191 59.1058 180)
+ (at 104.3432 52.3259 90)
(descr "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")
(tags "resistor handsolder")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/2b839956-a8c9-479f-9818-2877dd954a12")
(attr smd)
- (fp_text reference "R6" (at -0.0489 -1.4478) (layer "B.SilkS")
+ (fp_text reference "R6" (at 2.35 0 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 31ea3fca-d149-4031-97d8-0cda519e4337)
)
- (fp_text value "510" (at 0 -1.43) (layer "B.Fab")
+ (fp_text value "4k7" (at 0 -1.43 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 631ca0f8-0868-49f3-a067-2f3b17bf178c)
)
- (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
(tstamp 6795a872-66c7-4c07-ad3c-4f8f65d66b30)
)
@@ -1389,9 +1102,9 @@
(fp_line (start 0.8 -0.4125) (end -0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp ecc395b8-bce3-4f55-a425-c1c5e7714aaf))
(fp_line (start -0.8 -0.4125) (end -0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp ee010014-3cd2-4d39-8067-54b1c543c220))
(fp_line (start -0.8 0.4125) (end 0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp f0fb4b45-ff37-4960-9e63-022f6fe560dd))
- (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 19 "Net-(J37-PadB5)") (pintype "passive") (tstamp e8417111-3db1-43d6-a74e-030260e0d83f))
- (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 53 "/CANH") (pintype "passive") (tstamp e8417111-3db1-43d6-a74e-030260e0d83f))
+ (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp ddc7a261-6bea-4877-a64f-f24eaf382222))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
@@ -1442,6 +1155,188 @@
)
)
+ (footprint "Jumper:SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm" (layer "B.Cu")
+ (tedit 5A64794F) (tstamp 1cc484b9-8be8-41fe-8677-f969257f5198)
+ (at 81.8896 100.7872)
+ (descr "SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open")
+ (tags "solder jumper open")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/ac6de834-95cf-4b2d-9762-a2e846478f18")
+ (attr exclude_from_pos_files)
+ (fp_text reference "JP1" (at 0 1.8) (layer "B.SilkS") hide
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 467d2415-32ad-4e7b-9813-25e030bf311c)
+ )
+ (fp_text value "CANbus" (at 0.254 2.032) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 017c8f8c-b30c-4293-ae94-77617190bf08)
+ )
+ (fp_line (start -1.4 -1) (end -1.4 1) (layer "B.SilkS") (width 0.12) (tstamp 32b0e0b4-2fe8-42c4-a2f0-54f5e6c5b2d4))
+ (fp_line (start -1.4 1) (end 1.4 1) (layer "B.SilkS") (width 0.12) (tstamp 595b76d2-56e9-43c2-b4aa-ce7507f51d71))
+ (fp_line (start 1.4 1) (end 1.4 -1) (layer "B.SilkS") (width 0.12) (tstamp 7d6991ee-2a1e-4ac6-9c2e-f78df243cc4d))
+ (fp_line (start 1.4 -1) (end -1.4 -1) (layer "B.SilkS") (width 0.12) (tstamp b25143c2-6538-4f98-bc0d-3c11c11a3f4f))
+ (fp_line (start -1.65 1.25) (end -1.65 -1.25) (layer "B.CrtYd") (width 0.05) (tstamp 36ac4c59-2918-4a43-8b27-2819fe57da8c))
+ (fp_line (start 1.65 -1.25) (end -1.65 -1.25) (layer "B.CrtYd") (width 0.05) (tstamp b5d0eee0-e7ef-4d5a-a90c-3b2c1b1824c4))
+ (fp_line (start -1.65 1.25) (end 1.65 1.25) (layer "B.CrtYd") (width 0.05) (tstamp b9d7a1b5-7662-4b57-9b92-e4d9c698f9b8))
+ (fp_line (start 1.65 -1.25) (end 1.65 1.25) (layer "B.CrtYd") (width 0.05) (tstamp fc7d8a2b-94c1-47a6-9c39-5fe16c5e7012))
+ (pad "1" smd custom (at -0.725 0) (size 0.3 0.3) (layers "B.Cu" "B.Mask")
+ (net 2 "GND") (pinfunction "A") (pintype "passive") (zone_connect 2)
+ (options (clearance outline) (anchor rect))
+ (primitives
+ (gr_poly (pts
+ (xy 1 0)
+ (xy 0.5 -0.75)
+ (xy -0.5 -0.75)
+ (xy -0.5 0.75)
+ (xy 0.5 0.75)
+ ) (width 0) (fill yes))
+ ) (tstamp 25a84884-d10a-4336-b7b5-33a589f1389e))
+ (pad "2" smd custom (at 0.725 0) (size 0.3 0.3) (layers "B.Cu" "B.Mask")
+ (net 55 "Net-(U1-Pad2)") (pinfunction "B") (pintype "passive") (zone_connect 2)
+ (options (clearance outline) (anchor rect))
+ (primitives
+ (gr_poly (pts
+ (xy 0.5 -0.75)
+ (xy -0.65 -0.75)
+ (xy -0.15 0)
+ (xy -0.65 0.75)
+ (xy 0.5 0.75)
+ ) (width 0) (fill yes))
+ ) (tstamp c16c3d83-1434-41f2-bb5d-34ff379f2f7d))
+ )
+
+ (footprint "Package_TO_SOT_SMD:SOT-323_SC-70_Handsoldering" (layer "B.Cu")
+ (tedit 5A02FF57) (tstamp 2077a679-0c48-4be9-b775-5b96f740fa49)
+ (at 84.1248 75.692 90)
+ (descr "SOT-323, SC-70 Handsoldering")
+ (tags "SOT-323 SC-70 Handsoldering")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/8b4542df-3f54-480b-967b-98e505f600d9")
+ (attr smd)
+ (fp_text reference "Q1" (at 3.15 0.2 180) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp ce5e3b0d-c80d-4b0f-9b17-8ddf255c6e95)
+ )
+ (fp_text value "DTA114Y" (at 0 -2.05 90) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 7d6d1e0b-694d-44d1-a798-8ceffdc81451)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror))
+ (tstamp baf2373a-cf28-4eee-82ff-81cde003dd1d)
+ )
+ (fp_line (start -0.675 -1.16) (end 0.735 -1.16) (layer "B.SilkS") (width 0.12) (tstamp 21c07ec3-2966-468d-af7c-852721429e70))
+ (fp_line (start 0.735 1.16) (end -2 1.16) (layer "B.SilkS") (width 0.12) (tstamp 5553eb1c-ec93-4ef8-b2cb-44df54d7dc8d))
+ (fp_line (start 0.735 1.17) (end 0.735 0.5) (layer "B.SilkS") (width 0.12) (tstamp 5b814325-d53b-4aa9-8602-481bc8540b89))
+ (fp_line (start 0.735 -0.5) (end 0.735 -1.16) (layer "B.SilkS") (width 0.12) (tstamp e4e8e7a5-76ed-4f6f-9cd1-3564c44623b1))
+ (fp_line (start -2.4 1.3) (end 2.4 1.3) (layer "B.CrtYd") (width 0.05) (tstamp 532a3703-ec86-4468-a591-79d89b1374cc))
+ (fp_line (start 2.4 1.3) (end 2.4 -1.3) (layer "B.CrtYd") (width 0.05) (tstamp 7f7b3c62-5dd5-4294-b499-99ba235258c7))
+ (fp_line (start 2.4 -1.3) (end -2.4 -1.3) (layer "B.CrtYd") (width 0.05) (tstamp f1b9a139-777c-4211-a115-d16b63ed0b36))
+ (fp_line (start -2.4 -1.3) (end -2.4 1.3) (layer "B.CrtYd") (width 0.05) (tstamp f7f0ca4a-8b22-4f44-b921-59c48004b97c))
+ (fp_line (start -0.675 0.6) (end -0.675 -1.1) (layer "B.Fab") (width 0.1) (tstamp 4a2cea63-ea43-4399-a2a0-0d2141eadfb0))
+ (fp_line (start 0.675 1.1) (end 0.675 -1.1) (layer "B.Fab") (width 0.1) (tstamp 50c8e172-61b5-4428-a83e-f1deee28ab8e))
+ (fp_line (start 0.675 -1.1) (end -0.675 -1.1) (layer "B.Fab") (width 0.1) (tstamp 8d8918e9-5873-44f8-b7ad-59391d678448))
+ (fp_line (start 0.675 1.1) (end -0.175 1.1) (layer "B.Fab") (width 0.1) (tstamp a20672a5-9867-4b00-b12a-10f857882dd9))
+ (fp_line (start -0.175 1.1) (end -0.675 0.6) (layer "B.Fab") (width 0.1) (tstamp e82f33a4-a314-496a-8aa4-34fb839acc3a))
+ (pad "1" smd rect (at -1.33 0.65 180) (size 0.45 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 47 "/USB_PU") (pinfunction "B") (pintype "input") (tstamp ce255094-c1d5-428b-973d-2ba080f76964))
+ (pad "2" smd rect (at -1.33 -0.65 180) (size 0.45 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 5 "+3V3") (pinfunction "E") (pintype "passive") (tstamp 0c238fcf-10a4-4893-90c5-ceadee33df61))
+ (pad "3" smd rect (at 1.33 0 180) (size 0.45 1.5) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 48 "Net-(Q1-Pad3)") (pinfunction "C") (pintype "passive") (tstamp 21ce21b3-6bd9-4f59-914d-6483b2be64b7))
+ (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "B.Cu")
+ (tedit 5F68FEEF) (tstamp 4b3d744a-c00f-4a40-8a02-96bb7c3ace54)
+ (at 82.4992 96.52 -90)
+ (descr "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")
+ (tags "capacitor handsolder")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/c9998dc1-29eb-42df-aaf6-345834aec83c")
+ (attr smd)
+ (fp_text reference "C1" (at 0.0508 -1.6256 180) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp c409dd54-4df1-4868-bdc6-508298a79061)
+ )
+ (fp_text value "6" (at 0 -1.43 90) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 9aa74800-48ae-4f0e-8546-f0b4cdd46ed6)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
+ (tstamp 462bee83-55ff-46b7-a1dc-68cee15fc657)
+ )
+ (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) (layer "B.SilkS") (width 0.12) (tstamp 23ac8728-745a-4586-86c5-e4fc5da8a1d6))
+ (fp_line (start -0.146267 0.51) (end 0.146267 0.51) (layer "B.SilkS") (width 0.12) (tstamp b73ec706-9caf-4ab0-9e88-5b5fe8eb4230))
+ (fp_line (start -1.65 -0.73) (end -1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 04236193-f8de-4329-947e-fef6f1a6db36))
+ (fp_line (start 1.65 -0.73) (end -1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp 307fe6a7-ef24-44a0-9e01-2dceb7f23855))
+ (fp_line (start -1.65 0.73) (end 1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 3a088a8b-2d91-4ff8-af0e-88a28d9e1fda))
+ (fp_line (start 1.65 0.73) (end 1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp ba12b11d-61a4-413a-85f8-3b33cffa0e1d))
+ (fp_line (start -0.8 -0.4) (end -0.8 0.4) (layer "B.Fab") (width 0.1) (tstamp 8426af43-c6d3-4b6f-8d03-3e2d0e19eea7))
+ (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "B.Fab") (width 0.1) (tstamp a9d33a0a-2c6c-48d5-b264-6f1d0648b900))
+ (fp_line (start 0.8 -0.4) (end -0.8 -0.4) (layer "B.Fab") (width 0.1) (tstamp d8ad3a27-25f8-4bf4-8b18-bad5293f7e88))
+ (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "B.Fab") (width 0.1) (tstamp dcb2e6e7-0d2f-4f58-9bc3-d8a46b324bcf))
+ (pad "1" smd roundrect (at -0.8625 0 270) (size 1.075 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 1 "/OSC_IN") (pintype "passive") (tstamp 5077ab0c-7a9a-4912-9d91-a90a0565c347))
+ (pad "2" smd roundrect (at 0.8625 0 270) (size 1.075 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 2 "GND") (pintype "passive") (tstamp 431d8ba7-97c7-47a4-a532-740d20b459c5))
+ (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "B.Cu")
+ (tedit 5F68FEEE) (tstamp 5993b816-8554-42b2-94e0-2b4f941d933e)
+ (at 104.394 59.563 180)
+ (descr "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")
+ (tags "resistor handsolder")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/85dfcd72-2976-4d87-9959-5aebbe7e8fe1")
+ (attr smd)
+ (fp_text reference "R7" (at -2.6905 0.127) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 11b3119b-972e-45d6-9c0a-ff0bdd97d1cf)
+ )
+ (fp_text value "22" (at 0 -1.43) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 44cbe86b-0592-4439-8a5f-c67c8f436542)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
+ (tstamp 074fd0c6-5e17-4a0f-bd22-15c542576e9c)
+ )
+ (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "B.SilkS") (width 0.12) (tstamp 6d7fbd0b-19be-4771-99ae-77974200b0c9))
+ (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "B.SilkS") (width 0.12) (tstamp dd77bd74-bc7b-42ef-8069-b801838e69f6))
+ (fp_line (start 1.65 0.73) (end 1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp 65af08b5-8a05-430a-b7f9-b5d2f66a0136))
+ (fp_line (start -1.65 -0.73) (end -1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 95c36449-e438-4dc3-8659-65555d2ce124))
+ (fp_line (start -1.65 0.73) (end 1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 9c53cd2c-7645-4bbb-bdfb-21b69c690f49))
+ (fp_line (start 1.65 -0.73) (end -1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp e98063c2-3216-4b72-b030-1a8a5ad4bf5d))
+ (fp_line (start -0.8 0.4125) (end 0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp 38a50490-f618-4466-acf7-f8b425e2adf2))
+ (fp_line (start -0.8 -0.4125) (end -0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp 6db8396e-ba4a-40e0-bb24-d33aeeae9867))
+ (fp_line (start 0.8 -0.4125) (end -0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp aef5ef54-9a22-46d3-ace9-3e0d7a43f03e))
+ (fp_line (start 0.8 0.4125) (end 0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp f70c562b-c105-4a90-8395-5c5c22223aa7))
+ (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 15 "/DP") (pintype "passive") (tstamp c5ff3708-a54d-42c8-aa58-d318366ac53f))
+ (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 17 "Net-(R7-Pad2)") (pintype "passive") (tstamp 7eb39c70-c277-4df5-92cd-3a9e7a834062))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
(footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "B.Cu")
(tedit 5F68FEEF) (tstamp 640a1cad-2882-4261-a7a9-fd90accb2af9)
(at 76.4805 92.9386)
@@ -1451,7 +1346,7 @@
(property "Sheetname" "")
(path "/180fb451-ff0f-490a-83e3-00f571e06bfc")
(attr smd)
- (fp_text reference "C8" (at 2.6659 0) (layer "B.SilkS")
+ (fp_text reference "C8" (at -2.6681 -0.0762) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp efcb6c97-37f7-4661-a46c-7d20bb6e3b21)
)
@@ -1533,48 +1428,135 @@
)
)
- (footprint "Crystal:Crystal_HC49-U_Vertical" (layer "B.Cu")
- (tedit 5A1AD3B8) (tstamp 8259c4e2-7198-4a00-9aaf-67a0746854bb)
- (at 81.6472 96.6 180)
- (descr "Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf")
- (tags "THT crystalHC-49/U")
+ (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "B.Cu")
+ (tedit 5F68FEEE) (tstamp 8e32c32d-2009-4dd9-b97a-f6d5b9f6a702)
+ (at 81.9748 75.8447 90)
+ (descr "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")
+ (tags "resistor handsolder")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
- (path "/afdd32fa-80f9-46b7-be8f-c9e80564697b")
- (attr through_hole)
- (fp_text reference "Y1" (at 2.3738 -3.6538) (layer "B.SilkS")
+ (path "/208f1498-8203-4207-83f8-65dd57dcc286")
+ (attr smd)
+ (fp_text reference "R10" (at 0.9147 -2.3204 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
- (tstamp b22d5951-0f5c-4a01-9047-9e033352d1ac)
+ (tstamp aad79130-8262-4838-b7a0-c343f7b2675b)
)
- (fp_text value "8MHz" (at 2.44 -3.525) (layer "B.Fab")
+ (fp_text value "1k5" (at 0 -1.43 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
- (tstamp 5edc6e6d-9d41-4c47-b707-909121cb8eb4)
+ (tstamp 4e6c73c2-daf1-4aa3-b80a-9f795744bf97)
)
- (fp_text user "${REFERENCE}" (at 2.44 0) (layer "B.Fab")
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
+ (tstamp 88af8e1e-ee45-4e3f-a23e-48055ccbc2ab)
+ )
+ (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "B.SilkS") (width 0.12) (tstamp 4dc6853f-dc61-4a94-b4dd-3ccd0777233b))
+ (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "B.SilkS") (width 0.12) (tstamp 4fc4294f-15c8-4273-9b6e-6cfbe3210230))
+ (fp_line (start -1.65 0.73) (end 1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 3f18ac3c-73b1-49ea-b667-04c155053fce))
+ (fp_line (start -1.65 -0.73) (end -1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 5ad5daac-3ce9-48ac-9b28-60f0ecb389a6))
+ (fp_line (start 1.65 -0.73) (end -1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp 7dbaeea1-aa84-4305-8038-1d54f66ae905))
+ (fp_line (start 1.65 0.73) (end 1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp c4db3054-a421-4d0f-92e4-3a85d16de816))
+ (fp_line (start 0.8 0.4125) (end 0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp 645acd34-4821-448a-b4a0-1dc606183275))
+ (fp_line (start 0.8 -0.4125) (end -0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp b7bc5eb5-3016-4c10-a7c2-5a45fd838d34))
+ (fp_line (start -0.8 0.4125) (end 0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp d47aca91-74b1-4aa5-ae9e-f584413ca829))
+ (fp_line (start -0.8 -0.4125) (end -0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp efa982bc-6ec2-4369-ba3f-e9df54f0bd27))
+ (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 22 "/USBDP") (pintype "passive") (tstamp 91d52af2-85c7-4aac-bef0-b0c06c72bdef))
+ (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 48 "Net-(Q1-Pad3)") (pintype "passive") (tstamp 8d4ccb47-26eb-4275-bb70-21d6c2d648c3))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" (layer "B.Cu")
+ (tedit 5A02FF57) (tstamp 8f19d1da-0066-43b9-8408-ad844da28455)
+ (at 99.742 59.817 180)
+ (descr "6-pin SOT-23 package, Handsoldering")
+ (tags "SOT-23-6 Handsoldering")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/e1306b3c-a04a-4852-b196-c787de28ca15")
+ (attr smd)
+ (fp_text reference "U3" (at 0.1232 2.4638 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
- (tstamp 13200b5b-d8c7-4c0e-b9c3-a9afa6761a58)
+ (tstamp f12a220b-c8cc-4d0e-bb93-aacfe2910c25)
)
- (fp_line (start -0.685 -2.525) (end 5.565 -2.525) (layer "B.SilkS") (width 0.12) (tstamp 644192bd-317a-49e6-91c0-9560e1dc29f9))
- (fp_line (start -0.685 2.525) (end 5.565 2.525) (layer "B.SilkS") (width 0.12) (tstamp 714d6feb-d42b-41cc-9d61-695c013b5237))
- (fp_arc (start -0.685 2.525) (mid -3.21 0) (end -0.685 -2.525) (layer "B.SilkS") (width 0.12) (tstamp 753ad890-945d-4331-a53f-04fd5bc0947c))
- (fp_arc (start 5.565 -2.525) (mid 8.09 0) (end 5.565 2.525) (layer "B.SilkS") (width 0.12) (tstamp c017d81f-b9e0-4599-bca3-d00455304716))
- (fp_line (start 8.4 -2.8) (end 8.4 2.8) (layer "B.CrtYd") (width 0.05) (tstamp 3824e73e-0089-4b4d-bfe2-a3f28a67b05e))
- (fp_line (start -3.5 2.8) (end -3.5 -2.8) (layer "B.CrtYd") (width 0.05) (tstamp 85a0681f-972c-4a0b-bf0d-a84dd39c5941))
- (fp_line (start 8.4 2.8) (end -3.5 2.8) (layer "B.CrtYd") (width 0.05) (tstamp 97010d13-b449-4fa7-a950-9ae01932b6cc))
- (fp_line (start -3.5 -2.8) (end 8.4 -2.8) (layer "B.CrtYd") (width 0.05) (tstamp c49c56fd-676f-42f9-9377-825888ee0df6))
- (fp_line (start -0.685 2.325) (end 5.565 2.325) (layer "B.Fab") (width 0.1) (tstamp 9becb18d-43e6-43ac-9161-ae8993e3910a))
- (fp_line (start -0.56 2) (end 5.44 2) (layer "B.Fab") (width 0.1) (tstamp c1f121cc-7fca-4c4e-a389-8010c895e73f))
- (fp_line (start -0.56 -2) (end 5.44 -2) (layer "B.Fab") (width 0.1) (tstamp ccddaff4-e06b-40bb-99ac-f6ee2abcc541))
- (fp_line (start -0.685 -2.325) (end 5.565 -2.325) (layer "B.Fab") (width 0.1) (tstamp d45c8ca5-74b3-4ee8-bd9e-ae35435cab2e))
- (fp_arc (start -0.685 2.325) (mid -3.01 0) (end -0.685 -2.325) (layer "B.Fab") (width 0.1) (tstamp 3c2b1e83-2ff7-4b96-9065-6cbbcd9e0242))
- (fp_arc (start 5.44 -2) (mid 7.44 0) (end 5.44 2) (layer "B.Fab") (width 0.1) (tstamp 6d3299e3-7c1b-4237-affb-68e60a8ea322))
- (fp_arc (start -0.56 2) (mid -2.56 0) (end -0.56 -2) (layer "B.Fab") (width 0.1) (tstamp 8d26aa72-1fab-4bff-9200-5a56d75741a7))
- (fp_arc (start 5.565 -2.325) (mid 7.89 0) (end 5.565 2.325) (layer "B.Fab") (width 0.1) (tstamp a7cb5e44-e3db-4ad7-abba-6c9e12d7ae97))
- (pad "1" thru_hole circle (at 0 0 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask)
- (net 1 "/OSC_IN") (pinfunction "1") (pintype "passive") (tstamp 14589d25-6204-4d08-918e-6e9717f0d361))
- (pad "2" thru_hole circle (at 4.88 0 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask)
- (net 3 "/OSC_OUT") (pinfunction "2") (pintype "passive") (tstamp 54530fcc-96c2-407d-925b-9db815556c58))
- (model "${KICAD6_3DMODEL_DIR}/Crystal.3dshapes/Crystal_HC49-U_Vertical.wrl"
+ (fp_text value "USBLC6-2SC6" (at 0 -2.9) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 8008ce6c-0d98-421a-9cc9-697e191131a8)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
+ (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror))
+ (tstamp b9cecdea-99b9-4dff-8644-e92699dd013b)
+ )
+ (fp_line (start -0.9 -1.61) (end 0.9 -1.61) (layer "B.SilkS") (width 0.12) (tstamp 2e168018-e127-4f9c-a92d-469f929db7b6))
+ (fp_line (start 0.9 1.61) (end -2.05 1.61) (layer "B.SilkS") (width 0.12) (tstamp 4f1cfff8-77f1-4b77-bcc1-0b17c98ed35f))
+ (fp_line (start 2.4 1.8) (end 2.4 -1.8) (layer "B.CrtYd") (width 0.05) (tstamp 2848c2de-5755-4962-8b1a-123bfd76d3e7))
+ (fp_line (start -2.4 1.8) (end 2.4 1.8) (layer "B.CrtYd") (width 0.05) (tstamp d2ce3256-1aee-48d6-9c22-afb9e833785b))
+ (fp_line (start 2.4 -1.8) (end -2.4 -1.8) (layer "B.CrtYd") (width 0.05) (tstamp db1a5637-5786-4fc9-b24f-b3710539ff72))
+ (fp_line (start -2.4 -1.8) (end -2.4 1.8) (layer "B.CrtYd") (width 0.05) (tstamp e77eb620-058b-4352-b2c6-09d43f01a3a3))
+ (fp_line (start 0.9 1.55) (end -0.25 1.55) (layer "B.Fab") (width 0.1) (tstamp 4571586d-694c-4034-a531-fdebb1a051a1))
+ (fp_line (start 0.9 1.55) (end 0.9 -1.55) (layer "B.Fab") (width 0.1) (tstamp 4c9ddc50-bc38-477e-88e9-d98254e1bbac))
+ (fp_line (start -0.9 0.9) (end -0.9 -1.55) (layer "B.Fab") (width 0.1) (tstamp 84f6c981-a97d-4061-a4ae-8edc383b2a67))
+ (fp_line (start 0.9 -1.55) (end -0.9 -1.55) (layer "B.Fab") (width 0.1) (tstamp c69b9e39-6400-4241-9db7-dd50b967ad84))
+ (fp_line (start -0.9 0.9) (end -0.25 1.55) (layer "B.Fab") (width 0.1) (tstamp d1ac719f-25f8-45c1-a809-8823784c4cb3))
+ (pad "1" smd rect (at -1.35 0.95 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 17 "Net-(R7-Pad2)") (pinfunction "I/O1") (pintype "passive") (tstamp 5fa0aad1-dc7f-431d-a7d2-8b79c7e2820a))
+ (pad "2" smd rect (at -1.35 0 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 2 "GND") (pinfunction "GND") (pintype "passive") (tstamp c5ab94fc-f06f-4e90-a9e6-a9d9f2a3ec40))
+ (pad "3" smd rect (at -1.35 -0.95 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 18 "Net-(R8-Pad2)") (pinfunction "I/O2") (pintype "passive") (tstamp 8fea7f9d-cf73-4dc6-8ddf-774d19e9fd4c))
+ (pad "4" smd rect (at 1.35 -0.95 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 21 "/USBDM") (pinfunction "I/O2") (pintype "passive") (tstamp f44b2ef4-d21b-4b63-85db-3f2d2de8cdc4))
+ (pad "5" smd rect (at 1.35 0 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 4 "/VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 61ee9d1a-283e-4130-8ffc-71496612cbe6))
+ (pad "6" smd rect (at 1.35 0.95 180) (size 1.56 0.65) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 22 "/USBDP") (pinfunction "I/O1") (pintype "passive") (tstamp 5768f5ed-9ae6-49e9-b9e9-d81b6de1586e))
+ (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "B.Cu")
+ (tedit 5F68FEEE) (tstamp 90f56177-6e76-4fc7-a183-4403eca2c051)
+ (at 104.394 61.087 180)
+ (descr "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")
+ (tags "resistor handsolder")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/f37e605d-c65e-40ed-8644-00a3f2965639")
+ (attr smd)
+ (fp_text reference "R8" (at -2.5654 -0.0508) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp f7913a63-36ea-4793-ad10-addca214807a)
+ )
+ (fp_text value "22" (at 0 -1.43) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 9f5a9204-0027-43dd-8778-4a137e1949ae)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
+ (tstamp 49412aab-eba5-409c-b6f2-6cde1fb7b6dd)
+ )
+ (fp_line (start -0.254724 -0.5225) (end 0.254724 -0.5225) (layer "B.SilkS") (width 0.12) (tstamp 021a34c2-264e-4da2-a35f-5f6284dbe41c))
+ (fp_line (start -0.254724 0.5225) (end 0.254724 0.5225) (layer "B.SilkS") (width 0.12) (tstamp 321853b5-3dfc-48da-b250-bd8f5f2f1ff5))
+ (fp_line (start -1.65 -0.73) (end -1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 744accbc-6772-4313-bd38-c4a19ac4f19b))
+ (fp_line (start 1.65 0.73) (end 1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp e5695805-ce76-4edf-bd3d-3f13d74fcf85))
+ (fp_line (start -1.65 0.73) (end 1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp e5942fd9-87ff-4e35-b2c1-9f2cd65c97e4))
+ (fp_line (start 1.65 -0.73) (end -1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp ea9509fb-b4bc-44e2-902b-eabc1307ed1e))
+ (fp_line (start -0.8 -0.4125) (end -0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp 1b991fe6-7d59-48bd-9f18-ae353e55bdbc))
+ (fp_line (start 0.8 -0.4125) (end -0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp 2974ced2-f25e-4a26-9dd9-fd13e950c25a))
+ (fp_line (start -0.8 0.4125) (end 0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp 5e1fa4af-4df1-4f9a-8e43-31d03b98a383))
+ (fp_line (start 0.8 0.4125) (end 0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp e6db97b0-dd7c-4df5-8d7e-357acf759f86))
+ (pad "1" smd roundrect (at -0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 16 "/DM") (pintype "passive") (tstamp bb040a59-0a66-4ed2-808d-e5dd74815cf1))
+ (pad "2" smd roundrect (at 0.9125 0 180) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 18 "Net-(R8-Pad2)") (pintype "passive") (tstamp 146fd09c-d710-4c59-bf74-62568008d197))
+ (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
@@ -1667,22 +1649,22 @@
(footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (layer "B.Cu")
(tedit 5F68FEEE) (tstamp 9e296954-49ab-425a-bfdf-8400b6d72da8)
- (at 110.0093 58.4708)
+ (at 106.9 52.3 90)
(descr "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")
(tags "resistor handsolder")
(property "Sheetfile" "Canon_manage.kicad_sch")
(property "Sheetname" "")
(path "/0dfec3b5-9ee1-43b4-8ea0-660a4b8bc85e")
(attr smd)
- (fp_text reference "R9" (at -0.0019 1.4732) (layer "B.SilkS")
+ (fp_text reference "R9" (at 2.4 -0.05 180) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 1f7e3c4f-0d18-42b1-91ab-4633064b8e98)
)
- (fp_text value "510" (at 0 -1.43) (layer "B.Fab")
+ (fp_text value "4k7" (at 0 -1.43 90) (layer "B.Fab")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp 72f4cb7d-c3b2-4ced-9d2d-d4e382f4de88)
)
- (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
(effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
(tstamp 0664dcf4-eb55-48c8-b2cc-ce6fbfe65df7)
)
@@ -1696,9 +1678,9 @@
(fp_line (start -0.8 -0.4125) (end -0.8 0.4125) (layer "B.Fab") (width 0.1) (tstamp 1704d060-1ae5-4728-a462-572098d9d3df))
(fp_line (start 0.8 0.4125) (end 0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp 316d31eb-4eaf-4ecc-9757-ad3adbdddfce))
(fp_line (start 0.8 -0.4125) (end -0.8 -0.4125) (layer "B.Fab") (width 0.1) (tstamp f03bcd33-710a-47e5-a4fa-78d7d5185637))
- (pad "1" smd roundrect (at -0.9125 0) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 15 "Net-(J37-PadA5)") (pintype "passive") (tstamp de5ec7bf-1421-4367-9112-ff83a36dae69))
- (pad "2" smd roundrect (at 0.9125 0) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (pad "1" smd roundrect (at -0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 52 "/CANL") (pintype "passive") (tstamp de5ec7bf-1421-4367-9112-ff83a36dae69))
+ (pad "2" smd roundrect (at 0.9125 0 90) (size 0.975 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pintype "passive") (tstamp d4232010-80d5-48ba-9cfe-1c0e700af00e))
(model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl"
(offset (xyz 0 0 0))
@@ -1749,6 +1731,100 @@
)
)
+ (footprint "Crystal:Crystal_SMD_5032-2Pin_5.0x3.2mm" (layer "B.Cu")
+ (tedit 5A0FD1B2) (tstamp adb96a63-2dbc-4132-8e29-bad7948669a0)
+ (at 78.5156 95.6564 180)
+ (descr "SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package")
+ (tags "SMD SMT crystal")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/d6f02f97-f238-4835-8a13-9ef3d4894b48")
+ (attr smd)
+ (fp_text reference "Y1" (at 0.2836 -2.6924) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp bbb70658-1c85-48d1-8053-c8e207987e85)
+ )
+ (fp_text value "NX5032GA-8MHz" (at 0 -2.8) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 5fddcc39-8f7c-4a99-a60b-224e5850de9e)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 6433b05a-8692-4486-9c5c-2c315f5252af)
+ )
+ (fp_circle (center 0 0) (end 0.4 0) (layer "B.Adhes") (width 0.1) (fill none) (tstamp 1a721cd8-ce07-4f73-8ba8-32de33e79e3e))
+ (fp_circle (center 0 0) (end 0.333333 0) (layer "B.Adhes") (width 0.133333) (fill none) (tstamp 214378e1-5269-457d-a974-130c1d22302c))
+ (fp_circle (center 0 0) (end 0.093333 0) (layer "B.Adhes") (width 0.186667) (fill none) (tstamp 282e56ea-2e7a-4073-af0f-94a3e53659d9))
+ (fp_circle (center 0 0) (end 0.213333 0) (layer "B.Adhes") (width 0.133333) (fill none) (tstamp c1b2dec0-fc66-4a2d-ae73-4823ba1e4620))
+ (fp_line (start 2.7 1.8) (end -3.05 1.8) (layer "B.SilkS") (width 0.12) (tstamp 4a65f0f4-dadb-402c-8bf8-be6ee22eec10))
+ (fp_line (start -3.05 1.8) (end -3.05 -1.8) (layer "B.SilkS") (width 0.12) (tstamp a3e7fa9d-f148-4935-94fa-f4f80590188c))
+ (fp_line (start -3.05 -1.8) (end 2.7 -1.8) (layer "B.SilkS") (width 0.12) (tstamp ce6c31dd-f642-4a98-a195-e27a19cbe95f))
+ (fp_line (start -3.1 -1.9) (end 3.1 -1.9) (layer "B.CrtYd") (width 0.05) (tstamp 01eb2239-9f43-46ce-ace3-c0d8d77802ba))
+ (fp_line (start -3.1 1.9) (end -3.1 -1.9) (layer "B.CrtYd") (width 0.05) (tstamp 9d30a7d1-64f5-48d4-bcbc-5dabbfba9fb3))
+ (fp_line (start 3.1 1.9) (end -3.1 1.9) (layer "B.CrtYd") (width 0.05) (tstamp bf56eaee-38f5-42f8-8c4d-cf6e014f2101))
+ (fp_line (start 3.1 -1.9) (end 3.1 1.9) (layer "B.CrtYd") (width 0.05) (tstamp e080400b-9238-4cfe-bfa2-8caa0ed66fde))
+ (fp_line (start -2.3 -1.6) (end -2.5 -1.4) (layer "B.Fab") (width 0.1) (tstamp 1271c63c-7c04-4ca0-bdd0-ab50213f6469))
+ (fp_line (start -2.5 -0.6) (end -1.5 -1.6) (layer "B.Fab") (width 0.1) (tstamp 1cabf097-ea27-41d1-a8c4-1f95489a9f05))
+ (fp_line (start -2.3 1.6) (end 2.3 1.6) (layer "B.Fab") (width 0.1) (tstamp 219bab2e-987a-4ad2-9cb9-f45c19ac930d))
+ (fp_line (start 2.5 -1.4) (end 2.3 -1.6) (layer "B.Fab") (width 0.1) (tstamp 56855b42-93d4-490d-9f3e-7a1eae75ae5f))
+ (fp_line (start 2.3 -1.6) (end -2.3 -1.6) (layer "B.Fab") (width 0.1) (tstamp 65e1065f-6fdc-4f15-aa0e-e9a2e20b9b2f))
+ (fp_line (start -2.5 1.4) (end -2.3 1.6) (layer "B.Fab") (width 0.1) (tstamp abc87490-f071-4462-84a0-bac3889eae50))
+ (fp_line (start 2.3 1.6) (end 2.5 1.4) (layer "B.Fab") (width 0.1) (tstamp b71c69d7-fd9f-4f05-ae45-53af07e8636f))
+ (fp_line (start -2.5 -1.4) (end -2.5 1.4) (layer "B.Fab") (width 0.1) (tstamp c4855d2d-c028-4993-ac01-c7f8244f8641))
+ (fp_line (start 2.5 1.4) (end 2.5 -1.4) (layer "B.Fab") (width 0.1) (tstamp eec665e9-9258-49d9-b86d-4952e19b3a11))
+ (pad "1" smd rect (at -1.85 0 180) (size 2 2.4) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 1 "/OSC_IN") (pinfunction "1") (pintype "passive") (tstamp 9565019c-ea59-4129-83bf-3de79c1038eb))
+ (pad "2" smd rect (at 1.85 0 180) (size 2 2.4) (layers "B.Cu" "B.Paste" "B.Mask")
+ (net 3 "/OSC_OUT") (pinfunction "2") (pintype "passive") (tstamp 1bf04e69-dab2-4224-83e6-bbc04d70b613))
+ (model "${KICAD6_3DMODEL_DIR}/Crystal.3dshapes/Crystal_SMD_5032-2Pin_5.0x3.2mm.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
+ (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "B.Cu")
+ (tedit 5F68FEEF) (tstamp b92c6471-43cc-4697-845f-bfb6a7375352)
+ (at 74.5744 96.52 -90)
+ (descr "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")
+ (tags "capacitor handsolder")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (path "/fc664109-f8be-4699-a854-f6b6b84605ed")
+ (attr smd)
+ (fp_text reference "C2" (at 0.0508 1.778 180) (layer "B.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp 62ed9f71-4b84-4f44-a199-06cca9c2fa30)
+ )
+ (fp_text value "6" (at 0 -1.43 90) (layer "B.Fab")
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ (tstamp cc4f7a03-82c0-4a91-bfb1-2ca58d94befe)
+ )
+ (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab")
+ (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror))
+ (tstamp 48440156-c1dd-4c27-8d68-08c766a14eb4)
+ )
+ (fp_line (start -0.146267 -0.51) (end 0.146267 -0.51) (layer "B.SilkS") (width 0.12) (tstamp 2c7024f0-0f79-431d-a70d-c9830435a8b1))
+ (fp_line (start -0.146267 0.51) (end 0.146267 0.51) (layer "B.SilkS") (width 0.12) (tstamp 9dc5fdf5-65f5-441a-aff6-697e1d7a4780))
+ (fp_line (start 1.65 -0.73) (end -1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp 619c9de6-e467-4cf1-b34a-7a99efcba5b9))
+ (fp_line (start -1.65 -0.73) (end -1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp 92755c56-f71f-4ce0-994d-c2799c67d33a))
+ (fp_line (start -1.65 0.73) (end 1.65 0.73) (layer "B.CrtYd") (width 0.05) (tstamp af92ba09-473d-4984-b47c-8ca991529daa))
+ (fp_line (start 1.65 0.73) (end 1.65 -0.73) (layer "B.CrtYd") (width 0.05) (tstamp c44868f6-c1f4-41a7-bb74-1006a64096fd))
+ (fp_line (start -0.8 0.4) (end 0.8 0.4) (layer "B.Fab") (width 0.1) (tstamp 1361cb35-441b-449c-8048-67caba895735))
+ (fp_line (start 0.8 0.4) (end 0.8 -0.4) (layer "B.Fab") (width 0.1) (tstamp 87879f5e-c2df-4d7f-8e9e-a2cd200516ac))
+ (fp_line (start -0.8 -0.4) (end -0.8 0.4) (layer "B.Fab") (width 0.1) (tstamp e039baaa-26a8-40c9-bd04-cb569da89cd7))
+ (fp_line (start 0.8 -0.4) (end -0.8 -0.4) (layer "B.Fab") (width 0.1) (tstamp fbd0bdcc-aa1a-4b06-9169-c6eca3bd584c))
+ (pad "1" smd roundrect (at -0.8625 0 270) (size 1.075 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 3 "/OSC_OUT") (pintype "passive") (tstamp f3a7cab1-db71-4db3-b3f6-b455ee0537fb))
+ (pad "2" smd roundrect (at 0.8625 0 270) (size 1.075 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
+ (net 2 "GND") (pintype "passive") (tstamp 358723fb-f764-4aa7-8799-9256a6b3f7d1))
+ (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl"
+ (offset (xyz 0 0 0))
+ (scale (xyz 1 1 1))
+ (rotate (xyz 0 0 0))
+ )
+ )
+
(footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (layer "B.Cu")
(tedit 5F68FEEF) (tstamp c303bc3d-3202-4729-8a1d-a571ed0d45b8)
(at 134.4433 81.2038)
@@ -1758,7 +1834,7 @@
(property "Sheetname" "")
(path "/fa43fae7-8849-4384-9c67-967abf4b3ed9")
(attr smd)
- (fp_text reference "C7" (at 2.6913 -0.0762) (layer "B.SilkS")
+ (fp_text reference "C7" (at -2.7189 -0.0254) (layer "B.SilkS")
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
(tstamp ebe2459d-f49f-46f7-8d12-b2c99ca5913a)
)
@@ -1897,11 +1973,11 @@
(pad "1" smd roundrect (at -4.1625 2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 5 "+3V3") (pinfunction "VBAT") (pintype "power_in") (tstamp 095e0fc4-640d-4f6e-aeec-4b326499b126))
(pad "2" smd roundrect (at -4.1625 2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 23 "unconnected-(U1-Pad2)") (pinfunction "PC13") (pintype "bidirectional+no_connect") (tstamp 228b1b43-ee95-4ba8-9128-40e760019f92))
+ (net 55 "Net-(U1-Pad2)") (pinfunction "PC13") (pintype "bidirectional") (tstamp 228b1b43-ee95-4ba8-9128-40e760019f92))
(pad "3" smd roundrect (at -4.1625 1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 24 "unconnected-(U1-Pad3)") (pinfunction "PC14") (pintype "bidirectional+no_connect") (tstamp 8d4a75a8-9e59-4d56-8f46-c37d7af81fe8))
+ (net 19 "unconnected-(U1-Pad3)") (pinfunction "PC14") (pintype "bidirectional+no_connect") (tstamp 8d4a75a8-9e59-4d56-8f46-c37d7af81fe8))
(pad "4" smd roundrect (at -4.1625 1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 25 "unconnected-(U1-Pad4)") (pinfunction "PC15") (pintype "bidirectional+no_connect") (tstamp 27de662e-23db-456c-b32c-3ae51c6dd663))
+ (net 20 "unconnected-(U1-Pad4)") (pinfunction "PC15") (pintype "bidirectional+no_connect") (tstamp 27de662e-23db-456c-b32c-3ae51c6dd663))
(pad "5" smd roundrect (at -4.1625 0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 1 "/OSC_IN") (pinfunction "PD0") (pintype "input") (tstamp 3b3e0237-bc85-4a7f-afd7-e1e5bbd15871))
(pad "6" smd roundrect (at -4.1625 0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
@@ -1913,13 +1989,13 @@
(pad "9" smd roundrect (at -4.1625 -1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 5 "+3V3") (pinfunction "VDDA") (pintype "power_in") (tstamp e4c42cfa-656a-4189-ba87-2f7bc66e3ac2))
(pad "10" smd roundrect (at -4.1625 -1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 28 "unconnected-(U1-Pad10)") (pinfunction "PA0") (pintype "bidirectional+no_connect") (tstamp 132a7f08-cb53-4a9f-9486-d4f9726b530f))
+ (net 23 "unconnected-(U1-Pad10)") (pinfunction "PA0") (pintype "bidirectional+no_connect") (tstamp 132a7f08-cb53-4a9f-9486-d4f9726b530f))
(pad "11" smd roundrect (at -4.1625 -2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 29 "unconnected-(U1-Pad11)") (pinfunction "PA1") (pintype "bidirectional+no_connect") (tstamp d964b8da-479e-4c40-8738-39c972cfe9b0))
+ (net 24 "unconnected-(U1-Pad11)") (pinfunction "PA1") (pintype "bidirectional+no_connect") (tstamp d964b8da-479e-4c40-8738-39c972cfe9b0))
(pad "12" smd roundrect (at -4.1625 -2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 30 "unconnected-(U1-Pad12)") (pinfunction "PA2") (pintype "bidirectional+no_connect") (tstamp 377d7ca1-d7a2-4a46-ac73-032017487063))
+ (net 25 "unconnected-(U1-Pad12)") (pinfunction "PA2") (pintype "bidirectional+no_connect") (tstamp 377d7ca1-d7a2-4a46-ac73-032017487063))
(pad "13" smd roundrect (at -2.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 31 "unconnected-(U1-Pad13)") (pinfunction "PA3") (pintype "bidirectional+no_connect") (tstamp 1333b4d6-deb8-4c4a-876b-d5e972d4d368))
+ (net 26 "unconnected-(U1-Pad13)") (pinfunction "PA3") (pintype "bidirectional+no_connect") (tstamp 1333b4d6-deb8-4c4a-876b-d5e972d4d368))
(pad "14" smd roundrect (at -2.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 6 "/L_DETECT") (pinfunction "PA4") (pintype "bidirectional") (tstamp 33d8a8b9-e488-455c-8d94-effef4b364fa))
(pad "15" smd roundrect (at -1.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
@@ -1929,37 +2005,37 @@
(pad "17" smd roundrect (at -0.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 9 "/SPI_MOSI") (pinfunction "PA7") (pintype "bidirectional") (tstamp b0bfa4d1-3e49-4514-8e30-b7a3524e09df))
(pad "18" smd roundrect (at -0.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 32 "unconnected-(U1-Pad18)") (pinfunction "PB0") (pintype "bidirectional+no_connect") (tstamp 2fdd04d3-5445-41bf-b746-a96b9f7edaed))
+ (net 27 "unconnected-(U1-Pad18)") (pinfunction "PB0") (pintype "bidirectional+no_connect") (tstamp 2fdd04d3-5445-41bf-b746-a96b9f7edaed))
(pad "19" smd roundrect (at 0.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 33 "unconnected-(U1-Pad19)") (pinfunction "PB1") (pintype "bidirectional+no_connect") (tstamp 74350ad8-157f-4861-9d59-d5f4dc56f901))
+ (net 28 "unconnected-(U1-Pad19)") (pinfunction "PB1") (pintype "bidirectional+no_connect") (tstamp 74350ad8-157f-4861-9d59-d5f4dc56f901))
(pad "20" smd roundrect (at 0.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 34 "unconnected-(U1-Pad20)") (pinfunction "PB2") (pintype "bidirectional+no_connect") (tstamp ff73f6a2-035a-4313-8ac3-5ea60df397c7))
+ (net 29 "unconnected-(U1-Pad20)") (pinfunction "PB2") (pintype "bidirectional+no_connect") (tstamp ff73f6a2-035a-4313-8ac3-5ea60df397c7))
(pad "21" smd roundrect (at 1.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 35 "unconnected-(U1-Pad21)") (pinfunction "PB10") (pintype "bidirectional+no_connect") (tstamp 14a6a3ee-78a8-465b-b801-93ce4ab4edc8))
+ (net 30 "unconnected-(U1-Pad21)") (pinfunction "PB10") (pintype "bidirectional+no_connect") (tstamp 14a6a3ee-78a8-465b-b801-93ce4ab4edc8))
(pad "22" smd roundrect (at 1.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 36 "unconnected-(U1-Pad22)") (pinfunction "PB11") (pintype "bidirectional+no_connect") (tstamp 4fad1312-a0f5-4675-aa90-6eeb2e35d4a6))
+ (net 31 "unconnected-(U1-Pad22)") (pinfunction "PB11") (pintype "bidirectional+no_connect") (tstamp 4fad1312-a0f5-4675-aa90-6eeb2e35d4a6))
(pad "23" smd roundrect (at 2.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 24e12604-2d30-4b4c-b8db-de2937e6d209))
(pad "24" smd roundrect (at 2.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 5 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp b65191be-5c5d-4403-8fc4-360bfba8b633))
(pad "25" smd roundrect (at 4.1625 -2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 37 "unconnected-(U1-Pad25)") (pinfunction "PB12") (pintype "bidirectional+no_connect") (tstamp 88ffacdf-bbb6-457c-b9cb-d9fc209c369b))
+ (net 32 "unconnected-(U1-Pad25)") (pinfunction "PB12") (pintype "bidirectional+no_connect") (tstamp 88ffacdf-bbb6-457c-b9cb-d9fc209c369b))
(pad "26" smd roundrect (at 4.1625 -2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 38 "unconnected-(U1-Pad26)") (pinfunction "PB13") (pintype "bidirectional+no_connect") (tstamp 483a40e3-7371-4b2f-ba6d-e8e898f17e65))
+ (net 33 "unconnected-(U1-Pad26)") (pinfunction "PB13") (pintype "bidirectional+no_connect") (tstamp 483a40e3-7371-4b2f-ba6d-e8e898f17e65))
(pad "27" smd roundrect (at 4.1625 -1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 39 "unconnected-(U1-Pad27)") (pinfunction "PB14") (pintype "bidirectional+no_connect") (tstamp 63ed9f34-41df-45e3-a0cc-ce752585ab02))
+ (net 34 "unconnected-(U1-Pad27)") (pinfunction "PB14") (pintype "bidirectional+no_connect") (tstamp 63ed9f34-41df-45e3-a0cc-ce752585ab02))
(pad "28" smd roundrect (at 4.1625 -1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 40 "unconnected-(U1-Pad28)") (pinfunction "PB15") (pintype "bidirectional+no_connect") (tstamp d442bea4-b254-48ba-8fca-858778ccac8b))
+ (net 35 "unconnected-(U1-Pad28)") (pinfunction "PB15") (pintype "bidirectional+no_connect") (tstamp d442bea4-b254-48ba-8fca-858778ccac8b))
(pad "29" smd roundrect (at 4.1625 -0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 41 "unconnected-(U1-Pad29)") (pinfunction "PA8") (pintype "bidirectional+no_connect") (tstamp e78b8903-d0ea-4537-8486-cb7cebf9bf14))
+ (net 36 "unconnected-(U1-Pad29)") (pinfunction "PA8") (pintype "bidirectional+no_connect") (tstamp e78b8903-d0ea-4537-8486-cb7cebf9bf14))
(pad "30" smd roundrect (at 4.1625 -0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 42 "unconnected-(U1-Pad30)") (pinfunction "PA9") (pintype "bidirectional+no_connect") (tstamp 9f4e7766-7510-4a1e-a4d1-ad3e2c900256))
+ (net 37 "unconnected-(U1-Pad30)") (pinfunction "PA9") (pintype "bidirectional+no_connect") (tstamp 9f4e7766-7510-4a1e-a4d1-ad3e2c900256))
(pad "31" smd roundrect (at 4.1625 0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 43 "unconnected-(U1-Pad31)") (pinfunction "PA10") (pintype "bidirectional+no_connect") (tstamp fdcb7598-7a1a-4110-a81f-16b44e6c0191))
+ (net 47 "/USB_PU") (pinfunction "PA10") (pintype "bidirectional") (tstamp fdcb7598-7a1a-4110-a81f-16b44e6c0191))
(pad "32" smd roundrect (at 4.1625 0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 26 "/USBDM") (pinfunction "PA11") (pintype "bidirectional") (tstamp 8988e169-841e-4067-a4b6-7a8436e3d118))
+ (net 21 "/USBDM") (pinfunction "PA11") (pintype "bidirectional") (tstamp 8988e169-841e-4067-a4b6-7a8436e3d118))
(pad "33" smd roundrect (at 4.1625 1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 27 "/USBDP") (pinfunction "PA12") (pintype "bidirectional") (tstamp 872a1969-48f8-4bfa-94b3-c889314a0c94))
+ (net 22 "/USBDP") (pinfunction "PA12") (pintype "bidirectional") (tstamp 872a1969-48f8-4bfa-94b3-c889314a0c94))
(pad "34" smd roundrect (at 4.1625 1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 11 "/SWDIO") (pinfunction "PA13") (pintype "bidirectional") (tstamp eff458cc-ea2f-45d0-a353-d3be113fbbff))
(pad "35" smd roundrect (at 4.1625 2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
@@ -1969,23 +2045,23 @@
(pad "37" smd roundrect (at 2.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 10 "/SWCLK") (pinfunction "PA14") (pintype "bidirectional") (tstamp fcd897bd-2754-4cab-bdac-800e87f42d73))
(pad "38" smd roundrect (at 2.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 44 "unconnected-(U1-Pad38)") (pinfunction "PA15") (pintype "bidirectional+no_connect") (tstamp 593e0f12-1abc-4b7b-ae15-b0661643d39d))
+ (net 39 "unconnected-(U1-Pad38)") (pinfunction "PA15") (pintype "bidirectional+no_connect") (tstamp 593e0f12-1abc-4b7b-ae15-b0661643d39d))
(pad "39" smd roundrect (at 1.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 45 "unconnected-(U1-Pad39)") (pinfunction "PB3") (pintype "bidirectional+no_connect") (tstamp 89a60cbc-9a5f-4237-88f9-912ef5caa482))
+ (net 40 "unconnected-(U1-Pad39)") (pinfunction "PB3") (pintype "bidirectional+no_connect") (tstamp 89a60cbc-9a5f-4237-88f9-912ef5caa482))
(pad "40" smd roundrect (at 1.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 46 "unconnected-(U1-Pad40)") (pinfunction "PB4") (pintype "bidirectional+no_connect") (tstamp 60111673-2cc4-4854-9673-9bf9069dd27d))
+ (net 41 "unconnected-(U1-Pad40)") (pinfunction "PB4") (pintype "bidirectional+no_connect") (tstamp 60111673-2cc4-4854-9673-9bf9069dd27d))
(pad "41" smd roundrect (at 0.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 47 "unconnected-(U1-Pad41)") (pinfunction "PB5") (pintype "bidirectional+no_connect") (tstamp 0cde4911-d7d2-4d84-8ffd-168a648c18f2))
+ (net 42 "unconnected-(U1-Pad41)") (pinfunction "PB5") (pintype "bidirectional+no_connect") (tstamp 0cde4911-d7d2-4d84-8ffd-168a648c18f2))
(pad "42" smd roundrect (at 0.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 48 "unconnected-(U1-Pad42)") (pinfunction "PB6") (pintype "bidirectional+no_connect") (tstamp e4e25370-3c34-4ef3-8545-dd7a3b7fb728))
+ (net 43 "unconnected-(U1-Pad42)") (pinfunction "PB6") (pintype "bidirectional+no_connect") (tstamp e4e25370-3c34-4ef3-8545-dd7a3b7fb728))
(pad "43" smd roundrect (at -0.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 49 "unconnected-(U1-Pad43)") (pinfunction "PB7") (pintype "bidirectional+no_connect") (tstamp e66417a4-e4e2-427f-8541-eb58282cd3d1))
+ (net 44 "unconnected-(U1-Pad43)") (pinfunction "PB7") (pintype "bidirectional+no_connect") (tstamp e66417a4-e4e2-427f-8541-eb58282cd3d1))
(pad "44" smd roundrect (at -0.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 12 "/BOOT0") (pinfunction "BOOT0") (pintype "input") (tstamp 69a2080a-af5a-4334-9c9a-dd7b7133010a))
(pad "45" smd roundrect (at -1.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 50 "unconnected-(U1-Pad45)") (pinfunction "PB8") (pintype "bidirectional+no_connect") (tstamp e1bfd3a0-3e19-465a-9b87-17b92f4be917))
+ (net 49 "/CANRX") (pinfunction "PB8") (pintype "bidirectional") (tstamp e1bfd3a0-3e19-465a-9b87-17b92f4be917))
(pad "46" smd roundrect (at -1.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
- (net 14 "unconnected-(U1-Pad46)") (pinfunction "PB9") (pintype "bidirectional+no_connect") (tstamp eee69472-0f5e-4f75-876b-1cd592d5b64d))
+ (net 50 "/CANTX") (pinfunction "PB9") (pintype "bidirectional") (tstamp eee69472-0f5e-4f75-876b-1cd592d5b64d))
(pad "47" smd roundrect (at -2.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
(net 2 "GND") (pinfunction "VSS") (pintype "power_in") (tstamp 4ad1adf4-1f75-4efc-b877-1d70d3faa703))
(pad "48" smd roundrect (at -2.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25)
@@ -1997,6 +2073,9 @@
)
)
+ (gr_line (start 83.1596 103.9368) (end 84.6836 104.4956) (layer "B.SilkS") (width 0.3) (tstamp 2e8f8695-b12a-4f76-a898-b507cce058d3))
+ (gr_line (start 83.1596 103.9368) (end 83.8708 105.3592) (layer "B.SilkS") (width 0.3) (tstamp e93942b0-f3f8-4bc3-843d-b6596d91657a))
+ (gr_line (start 89.8144 109.2708) (end 83.1596 103.9368) (layer "B.SilkS") (width 0.3) (tstamp f1b87b93-e838-4a77-a30b-b7575e6e191b))
(gr_line (start 117.9354 52.0531) (end 115.39843 51.291047) (layer "Dwgs.User") (width 0.2) (tstamp 00350e51-3a6b-40f2-a874-fd1085eac871))
(gr_line (start 89.5202 63.2166) (end 86.0531 63.2166) (layer "Dwgs.User") (width 0.2) (tstamp 00581d2a-a383-4987-b8f1-0f80e4a5cf9a))
(gr_line (start 78.77975 109.899163) (end 77.68007 109.6456) (layer "Dwgs.User") (width 0.2) (tstamp 005a3cd0-f932-4103-a178-80f97766d6eb))
@@ -2617,8 +2696,14 @@
(gr_line (start 97.44395 122.86164) (end 100.91248 123.452822) (layer "Edge.Cuts") (width 0.2) (tstamp fd4d2574-1b1f-4b67-af06-bdc113ed183e))
(gr_line (start 124.76085 118.71788) (end 127.38326 117.02564) (layer "Edge.Cuts") (width 0.2) (tstamp feaf7761-47d3-4430-b6e9-e3fc7570cfac))
(gr_line (start 128.990082 60.616882) (end 128.90465 61.124) (layer "Edge.Cuts") (width 0.2) (tstamp ff0ac318-3df1-4ee5-9229-65a3f0d4c59c))
- (gr_text "SWCLK\nSWDIO\nGND\n3V3\nBOOT0\nNRST" (at 71.8566 87.757) (layer "F.SilkS") (tstamp 113f8ed4-1eee-4dde-8e0d-f3effbc1663f)
- (effects (font (size 0.7 1) (thickness 0.15)) (justify left))
+ (gr_text "Solder to\nswitch from\nUSB to CAN" (at 96.1644 110.8456) (layer "B.SilkS") (tstamp 93b0f40c-a311-4076-ba8b-19018b3a6bbd)
+ (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror))
+ )
+ (gr_text "CANL - CC1/CC2 (A5/B5)\nCANH - SBU1/SBU2 (A8/B8)" (at 106.7308 117.856) (layer "B.SilkS") (tstamp e17b791a-7d99-4f50-a87f-a2778cb78fa0)
+ (effects (font (size 1 1) (thickness 0.15)) (justify mirror))
+ )
+ (gr_text "SWCLK\nSWDIO\nGND\n3V3\nBOOT0\nNRST" (at 71.7804 88.3158) (layer "F.SilkS") (tstamp 113f8ed4-1eee-4dde-8e0d-f3effbc1663f)
+ (effects (font (size 0.8 1) (thickness 0.15)) (justify left))
)
(gr_text "3.3V" (at 130.9116 93.3196) (layer "F.SilkS") (tstamp 39e69d4f-9d8c-4033-8f9e-7493f627bd4b)
(effects (font (size 2.5 2.5) (thickness 0.4)))
@@ -2630,107 +2715,143 @@
(effects (font (size 2.5 2.5) (thickness 0.4)))
)
- (segment (start 81.6472 96.6) (end 81.6472 98.4642) (width 0.25) (layer "F.Cu") (net 1) (tstamp 7801d610-5d42-4c6e-b5df-c1db753fcc7e))
- (segment (start 81.6472 98.4642) (end 81.661 98.478) (width 0.25) (layer "F.Cu") (net 1) (tstamp 8dcfdbaf-6b25-4b44-9482-691826554628))
- (segment (start 78.8375 93.7903) (end 81.6472 96.6) (width 0.25) (layer "B.Cu") (net 1) (tstamp 251bbcce-6a3c-4cd9-aef1-968022faafbf))
- (segment (start 78.8375 90.8525) (end 78.8375 93.7903) (width 0.25) (layer "B.Cu") (net 1) (tstamp ed68fff9-6e38-4359-942b-3a2906444b1a))
- (segment (start 91.8464 58.5216) (end 89.5096 58.5216) (width 0.2) (layer "F.Cu") (net 2) (tstamp 126a909f-5f1c-4a87-91b2-95c2aa5b7658))
- (segment (start 84.582 80.7466) (end 84.582 77.0636) (width 0.2) (layer "F.Cu") (net 2) (tstamp 13d01c33-544a-4b57-88c7-c4a9b06a2e82))
- (segment (start 80.6196 75.4888) (end 77.6732 75.4888) (width 0.2) (layer "F.Cu") (net 2) (tstamp 2443511e-50b4-4e98-a014-3942b729eb45))
- (segment (start 112.4712 62.0268) (end 115.8748 62.0268) (width 1) (layer "F.Cu") (net 2) (tstamp 45c94551-cf57-4c6f-9916-408fbf54217a))
- (segment (start 92.1004 58.2676) (end 91.8718 58.4962) (width 0.2) (layer "F.Cu") (net 2) (tstamp 4c7f9ebe-7f0b-4bd3-a194-f1b39fb636f3))
+ (segment (start 78.8375 94.1283) (end 80.3656 95.6564) (width 0.25) (layer "B.Cu") (net 1) (tstamp 51484120-8af4-48a5-af6d-c9e874118466))
+ (segment (start 82.4992 95.6575) (end 80.3667 95.6575) (width 0.25) (layer "B.Cu") (net 1) (tstamp 83e67121-a252-41ab-85e8-3b4a7afc6682))
+ (segment (start 80.3667 95.6575) (end 80.3656 95.6564) (width 0.25) (layer "B.Cu") (net 1) (tstamp 84641413-6e8c-4bdf-b6b4-3fe425539c71))
+ (segment (start 78.8375 90.8525) (end 78.8375 94.1283) (width 0.25) (layer "B.Cu") (net 1) (tstamp b446d8bd-2829-4429-84d3-a2375c050ef3))
+ (segment (start 108.86 58.4156) (end 112.4712 62.0268) (width 0.5) (layer "F.Cu") (net 2) (tstamp 049103a7-db85-4fdf-999b-ef42ab366386))
+ (segment (start 85.6488 77.8256) (end 85.6488 68.976334) (width 0.25) (layer "F.Cu") (net 2) (tstamp 137437c8-fc4c-43dc-a865-6ede601d1d0f))
+ (segment (start 85.6488 68.976334) (end 88.365134 66.26) (width 0.25) (layer "F.Cu") (net 2) (tstamp 15c2791e-e314-4f48-a6f5-25c8515abab7))
+ (segment (start 112.4712 62.0268) (end 114.9604 62.0268) (width 0.25) (layer "F.Cu") (net 2) (tstamp 26a5e2ff-d139-4ecc-8afc-26f45207fac7))
+ (segment (start 93.2161 57.9101) (end 94.3826 56.7436) (width 0.25) (layer "F.Cu") (net 2) (tstamp 33a99485-d834-45c3-abe3-1a67bbcb41b6))
+ (segment (start 98.5012 56.7436) (end 99.06 56.1848) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3a725c4a-db24-4e31-94a8-2b81dab7958a))
+ (segment (start 131.2278 72.1356) (end 131.2278 70.3694) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3ff2f28c-cb23-4650-b03e-e58f1f5f39e2))
+ (segment (start 138.6586 84.6582) (end 138.6586 77.0382) (width 0.25) (layer "F.Cu") (net 2) (tstamp 48d4e726-6d1e-4893-aa11-22806a50ed11))
(segment (start 77.597 78.8162) (end 77.3176 79.0956) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4ed85778-ba28-4095-a07d-c93b5f2ee9a1))
+ (segment (start 114.9604 62.0268) (end 115.062 62.1284) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4f29ef67-9bf5-4c2f-99bf-daceb196b316))
+ (segment (start 101.7016 56.1848) (end 99.06 56.1848) (width 0.5) (layer "F.Cu") (net 2) (tstamp 50cd5b92-4e85-44bb-a1f6-587542d5697b))
+ (segment (start 73.1774 96.61) (end 76.8488 92.9386) (width 0.25) (layer "F.Cu") (net 2) (tstamp 511aa7d8-ad69-4b4d-a8a9-08fbaf125c4a))
(segment (start 84.074 113.3348) (end 85.5472 114.808) (width 0.2) (layer "F.Cu") (net 2) (tstamp 55f53071-c42e-47f4-a068-cd27276b6e97))
+ (segment (start 90.6272 57.9101) (end 93.2161 57.9101) (width 0.25) (layer "F.Cu") (net 2) (tstamp 562a98b3-d523-48fe-ae49-233b0e0e178f))
(segment (start 77.597 77.9018) (end 77.597 78.8162) (width 0.25) (layer "F.Cu") (net 2) (tstamp 579cebf5-e687-4b27-9291-39f79de07dc8))
(segment (start 81.661 108.7628) (end 81.661 109.4486) (width 0.2) (layer "F.Cu") (net 2) (tstamp 5e5fb896-8746-42b0-bf2d-b8d5ddb4295c))
- (segment (start 77.597 75.565) (end 77.597 77.9018) (width 0.2) (layer "F.Cu") (net 2) (tstamp 69cc5df0-16ab-45f8-bcb2-fb7be45c47fc))
+ (segment (start 133.756 72.1356) (end 131.2278 72.1356) (width 0.25) (layer "F.Cu") (net 2) (tstamp 62a0cf80-2b36-40cf-b77a-c8b55345131e))
+ (segment (start 78.5622 90.9066) (end 78.5876 90.932) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6383ab66-eba6-460f-813a-4868d5232a82))
+ (segment (start 108.86 55.515) (end 108.86 58.4156) (width 0.5) (layer "F.Cu") (net 2) (tstamp 64d1d30b-c9f1-4ff9-a061-b2d25b4d9fbe))
+ (segment (start 93.2161 57.9101) (end 93.7514 58.4454) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6721a5d9-6daa-4ba6-bbd4-ec1788d26393))
(segment (start 86.0298 115.2906) (end 109.4232 115.2906) (width 0.2) (layer "F.Cu") (net 2) (tstamp 6e366d0b-b68b-4397-ab6e-d85793955d09))
(segment (start 85.5472 114.808) (end 86.0298 115.2906) (width 0.2) (layer "F.Cu") (net 2) (tstamp 70acd569-de25-4038-adbb-3d1d38226a8b))
+ (segment (start 82.677 80.7974) (end 85.6488 77.8256) (width 0.25) (layer "F.Cu") (net 2) (tstamp 73fa0ec8-7200-4bf3-bfb0-1b92e6239fcc))
(segment (start 77.3176 79.0956) (end 73.8886 79.0956) (width 0.25) (layer "F.Cu") (net 2) (tstamp 816ab553-9187-46d8-81e6-07fb85ac2dbc))
- (segment (start 115.4684 58.5216) (end 114.3 58.5216) (width 1) (layer "F.Cu") (net 2) (tstamp 83034574-41f2-4e45-99cc-a5d3ff59e780))
- (segment (start 115.8748 62.0268) (end 115.8748 58.928) (width 1) (layer "F.Cu") (net 2) (tstamp 884af2f0-4a48-4dce-9e25-f95cd7ccb415))
- (segment (start 91.8718 58.4962) (end 91.8464 58.5216) (width 0.2) (layer "F.Cu") (net 2) (tstamp 9e5a2f8d-5fcd-4c53-bb34-6e05cd9a84d8))
- (segment (start 115.8748 58.928) (end 115.4684 58.5216) (width 1) (layer "F.Cu") (net 2) (tstamp a3592784-fa94-43d9-9bf9-d6d2b3cbd5a5))
+ (segment (start 138.6586 77.0382) (end 133.756 72.1356) (width 0.25) (layer "F.Cu") (net 2) (tstamp 83922344-4156-4ded-81af-67e56eaee8ff))
+ (segment (start 73.1774 98.2218) (end 73.1774 96.61) (width 0.25) (layer "F.Cu") (net 2) (tstamp 894b91b5-2a1c-463e-b301-f9db2db19f28))
+ (segment (start 78.5622 90.9066) (end 77.343 92.1258) (width 0.25) (layer "F.Cu") (net 2) (tstamp 90830040-8408-461d-a25e-1b95119a77dd))
+ (segment (start 93.7514 58.4454) (end 93.7514 60.133) (width 0.25) (layer "F.Cu") (net 2) (tstamp 92f39a1c-3b63-4efd-b187-340711a5ab1d))
+ (segment (start 75.1586 100.203) (end 74.9046 99.949) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9a01f9d4-5e4a-4692-ace8-b11c5168d783))
+ (segment (start 81.661 100.203) (end 75.1586 100.203) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9b4268be-b1e4-43f5-9382-b3cf5ef9210d))
+ (segment (start 88.365134 66.26) (end 97.31 66.26) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9d125226-2af6-40dd-b1dd-add02316d803))
+ (segment (start 119.5324 66.5988) (end 115.062 62.1284) (width 0.25) (layer "F.Cu") (net 2) (tstamp a2a10349-45ca-47da-b72a-e1df0b28bf0e))
(segment (start 84.074 111.8616) (end 84.074 113.3348) (width 0.2) (layer "F.Cu") (net 2) (tstamp a5e223db-64c9-4e43-b0da-8bf003e6427b))
(segment (start 81.661 109.4486) (end 84.074 111.8616) (width 0.2) (layer "F.Cu") (net 2) (tstamp a96661a1-611c-4167-8873-9e9cc37414a1))
(segment (start 81.661 107.9246) (end 81.661 108.7628) (width 0.2) (layer "F.Cu") (net 2) (tstamp af2b4f3e-d2d2-4e67-95bf-35c46d18f5a0))
- (segment (start 92.1004 57.1424) (end 92.1004 58.2676) (width 0.2) (layer "F.Cu") (net 2) (tstamp c7306ed7-1707-40c9-a38d-52b6b16252a6))
- (segment (start 77.6732 75.4888) (end 77.597 75.565) (width 0.2) (layer "F.Cu") (net 2) (tstamp cbf5403e-b4e1-4df9-89fa-e08d772fa001))
+ (segment (start 127.4572 66.5988) (end 119.5324 66.5988) (width 0.25) (layer "F.Cu") (net 2) (tstamp b37adfa6-0804-4751-a325-66fa5db4284c))
+ (segment (start 94.3826 56.7436) (end 98.5012 56.7436) (width 0.25) (layer "F.Cu") (net 2) (tstamp beb6f208-87f7-4bcd-b639-ee5964a64123))
+ (segment (start 102.36 55.515) (end 102.36 55.5264) (width 0.5) (layer "F.Cu") (net 2) (tstamp c7edc037-9585-4cd0-acd0-fc3898c416e7))
+ (segment (start 77.343 92.1258) (end 77.343 92.9386) (width 0.25) (layer "F.Cu") (net 2) (tstamp c9272a67-b290-4dba-b55c-b131dfecce0f))
(segment (start 81.661 100.203) (end 81.661 107.9246) (width 0.2) (layer "F.Cu") (net 2) (tstamp dbb713c8-e05b-42ee-bdb5-38023a1bca63))
- (segment (start 80.8482 75.2602) (end 80.6196 75.4888) (width 0.2) (layer "F.Cu") (net 2) (tstamp edfedc46-352d-4452-9559-161a888de18f))
+ (segment (start 76.8488 92.9386) (end 77.343 92.9386) (width 0.25) (layer "F.Cu") (net 2) (tstamp e4de048c-33df-4a84-bfda-b1f31e34e36a))
+ (segment (start 102.36 55.5264) (end 101.7016 56.1848) (width 0.5) (layer "F.Cu") (net 2) (tstamp ecc59a8d-22c7-4219-9de3-bb847193e69b))
+ (segment (start 131.2278 70.3694) (end 127.4572 66.5988) (width 0.25) (layer "F.Cu") (net 2) (tstamp fa1cfdce-b32a-4a56-9276-efeadb716da1))
+ (segment (start 74.9046 99.949) (end 73.1774 98.2218) (width 0.25) (layer "F.Cu") (net 2) (tstamp fb999e52-fe60-410f-a6b3-766431f0bc6f))
(via (at 109.4232 115.2906) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 0678a324-6d14-4739-9084-02f2f101bc66))
- (via (at 89.5096 58.5216) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 1857c688-969a-4626-9c18-2aa8ca564cc6))
- (via (at 77.6732 75.4888) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 2d0f2dbc-d3c6-48c5-8ec4-d1bbabb23c31))
+ (via (at 99.06 56.1848) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 2efb7e99-a31c-4ae0-96fa-715d4e231e72))
(via (at 112.4712 62.0268) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 35e8c7c4-702c-444f-b87e-585e49aa1f5d))
- (via (at 84.582 80.7466) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 45238b4f-4a15-486d-9515-2c93827cd38f))
(via (at 73.8886 79.0956) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 4ea19285-a005-4bd8-beb3-da44c8c6aaf8))
- (via (at 114.3 58.5216) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 53d2fbde-c8fb-41bd-bac4-832afc517840))
- (via (at 84.582 77.0636) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 5539f576-dbcd-480a-988a-cfb432a11c6d))
- (via (at 80.8482 75.2602) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 2) (tstamp 703e0043-9b56-45ba-9a3c-696483d201b5))
- (via (at 71.8312 87.4268) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp e70b487d-2c84-42ff-85f8-2001c9e1059e))
- (segment (start 108.4326 66.802) (end 109.64 65.5946) (width 1) (layer "B.Cu") (net 2) (tstamp 05bb3666-c242-4a56-b8da-211bbf7f4e2a))
+ (via (at 138.6586 84.6582) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 628f7eda-99a6-496f-8b46-03a1ac13d71a))
+ (via (at 77.343 92.9386) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp 7442af1a-66df-4274-a716-f364bd4cf549))
+ (via (at 82.677 80.7974) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp a034aee1-4731-43c2-958b-67f7bbcc8419))
+ (via (at 131.2278 72.1356) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp a83b2705-9304-4b9c-b896-1a6c0c281666))
+ (via (at 74.9046 99.949) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 2) (tstamp d34ead4c-6077-4a5b-9404-0d289e2b258a))
(segment (start 109.64 64.1722) (end 111.7854 62.0268) (width 1) (layer "B.Cu") (net 2) (tstamp 0684751d-50d6-4261-8b51-f51605eeaa72))
(segment (start 109.4232 115.2906) (end 116.7892 115.2906) (width 0.2) (layer "B.Cu") (net 2) (tstamp 06928589-1e61-4aa9-ace5-9d57acccf844))
- (segment (start 91.0336 60.0456) (end 91.6686 60.0456) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0808b3c7-1a5a-4bbc-ae6b-fd1ecc5a458d))
(segment (start 82.25 88.94) (end 84.0124 88.94) (width 0.2) (layer "B.Cu") (net 2) (tstamp 0db8795f-0bd7-4a06-ab23-a172567c12ae))
- (segment (start 98.0186 66.802) (end 108.4326 66.802) (width 1) (layer "B.Cu") (net 2) (tstamp 1c890f57-7db2-475e-958b-56a3fd52fbc0))
- (segment (start 82.6516 77.0636) (end 80.8482 75.2602) (width 0.2) (layer "B.Cu") (net 2) (tstamp 1db91bbd-2600-42e6-9374-51ab8c39f6f2))
- (segment (start 92.6084 59.1058) (end 91.6686 60.0456) (width 0.25) (layer "B.Cu") (net 2) (tstamp 24d40067-e446-4495-8f67-16f0e384aaf4))
- (segment (start 71.5932 87.1888) (end 71.8312 87.4268) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2b26126b-2e64-4e4f-be97-47867823d6cc))
+ (segment (start 104.3432 51.4134) (end 106.8741 51.4134) (width 0.25) (layer "B.Cu") (net 2) (tstamp 1014d71e-e34e-4ab7-8104-7b4fcb4d8d15))
+ (segment (start 131.2278 70.6084) (end 132.4434 69.3928) (width 0.5) (layer "B.Cu") (net 2) (tstamp 158c7627-ef93-4f11-9aee-b33b2842a87f))
+ (segment (start 75.7428 100.7872) (end 74.9046 99.949) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2d55574d-ed94-44f8-b7b8-70610c3b0ec8))
(segment (start 77.3375 90.8525) (end 77.3375 92.9331) (width 0.2) (layer "B.Cu") (net 2) (tstamp 2eb2e673-d75e-4e5e-bae5-ed2538f53fba))
- (segment (start 80.3375 81.1557) (end 80.3375 82.5275) (width 0.2) (layer "B.Cu") (net 2) (tstamp 34b03e72-dc87-4c5f-9d8b-a370dbe58936))
(segment (start 138.6586 84.6582) (end 138.6586 89.535) (width 0.5) (layer "B.Cu") (net 2) (tstamp 37202788-4240-4f41-b0d0-8f3ca309caf5))
- (segment (start 84.582 80.7974) (end 84.582 80.7466) (width 0.2) (layer "B.Cu") (net 2) (tstamp 3af37731-2277-47c9-9b60-c559bbd1fe51))
+ (segment (start 77.343 93.3958) (end 76.708 94.0308) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3b5a025c-36d2-41a5-b576-1bccb1995ee4))
+ (segment (start 71.7804 92.6084) (end 73.2028 94.0308) (width 0.25) (layer "B.Cu") (net 2) (tstamp 40ecfed5-8030-4981-955e-9e7ef1469feb))
+ (segment (start 70.7644 87.5792) (end 71.5772 87.5792) (width 0.25) (layer "B.Cu") (net 2) (tstamp 41f1b800-6ded-4808-855b-37b89d64f64e))
+ (segment (start 97.31 66.26) (end 97.4512 66.26) (width 0.25) (layer "B.Cu") (net 2) (tstamp 58dae854-72e9-471c-978c-8af30e957f7f))
(segment (start 84.0124 88.94) (end 84.4804 89.408) (width 0.2) (layer "B.Cu") (net 2) (tstamp 5a95824e-6f31-4304-bcfb-815da4064af7))
+ (segment (start 71.5772 87.5792) (end 71.7804 87.7824) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5f1676e7-b2f8-46c6-a9e7-4d75217b510a))
(segment (start 138.6332 93.4466) (end 138.6332 89.5604) (width 0.2) (layer "B.Cu") (net 2) (tstamp 6042e4b7-6b31-41d0-96f6-96212e54bc37))
- (segment (start 82.677 80.7974) (end 84.582 80.7974) (width 0.2) (layer "B.Cu") (net 2) (tstamp 62aa6f2e-072e-4b28-bc6d-7500327b3cab))
+ (segment (start 82.4992 98.3488) (end 81.7626 99.0854) (width 0.25) (layer "B.Cu") (net 2) (tstamp 61085f08-c9e2-4648-9a90-4d67562a54c3))
(segment (start 97.31 66.26) (end 97.4766 66.26) (width 1) (layer "B.Cu") (net 2) (tstamp 66c3b28a-e771-4965-80f0-55d63c61845f))
- (segment (start 80.6958 80.7974) (end 80.3375 81.1557) (width 0.2) (layer "B.Cu") (net 2) (tstamp 6d85c7eb-8126-4dec-882f-ac4d86fec3e6))
+ (segment (start 131.2278 72.1356) (end 131.2278 70.6084) (width 0.5) (layer "B.Cu") (net 2) (tstamp 6ebd50c9-2025-48ce-868f-10cc92072635))
+ (segment (start 137.6934 81.2038) (end 138.6586 82.169) (width 0.5) (layer "B.Cu") (net 2) (tstamp 6fa4c2a3-4c16-493b-a39f-d46daad6ad07))
+ (segment (start 74.9046 99.0854) (end 74.9046 99.949) (width 0.25) (layer "B.Cu") (net 2) (tstamp 712723a9-6f44-4849-912d-fa562d1a6a97))
(segment (start 72.0598 83.6168) (end 72.883 84.44) (width 0.25) (layer "B.Cu") (net 2) (tstamp 72b3c9e5-d7eb-4edd-95db-8364a59d1399))
- (segment (start 98.6066 59.1058) (end 92.6084 59.1058) (width 0.25) (layer "B.Cu") (net 2) (tstamp 78df777f-da4c-49f5-968f-d179efcdd05a))
- (segment (start 84.582 77.0636) (end 82.6516 77.0636) (width 0.2) (layer "B.Cu") (net 2) (tstamp 7accfef3-3c5d-43f6-aa03-5c1e19ae175b))
- (segment (start 110.9218 58.4708) (end 114.2492 58.4708) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7ea0dd75-4638-4776-bd3f-41725b4d22a8))
+ (segment (start 81.1646 100.7872) (end 75.7428 100.7872) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7352d780-984a-42df-8df5-80f6da8954d4))
+ (segment (start 106.8741 51.4134) (end 106.9 51.3875) (width 0.25) (layer "B.Cu") (net 2) (tstamp 749c2238-bb14-4df8-a82b-cdf0013664ab))
+ (segment (start 99.7712 60.198) (end 99.7712 61.6204) (width 0.25) (layer "B.Cu") (net 2) (tstamp 75fb4cdb-9b5b-468c-94d9-0402c8a7edf7))
+ (segment (start 74.5744 97.3825) (end 74.9046 97.7127) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7f8b0d10-4ec1-4cbf-8fcb-698c727cb843))
+ (segment (start 80.3375 82.5275) (end 80.3375 81.4073) (width 0.2) (layer "B.Cu") (net 2) (tstamp 7fe797bd-67ea-469b-b020-0016fb96b333))
+ (segment (start 98.4504 67.2592) (end 107.2008 67.2592) (width 0.25) (layer "B.Cu") (net 2) (tstamp 83361c31-e841-4c13-a070-7c7f2d382b1a))
+ (segment (start 99.7712 61.6204) (end 97.31 64.0816) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8596df9b-095b-4e1a-ac43-00f206e0ceaf))
(segment (start 116.7892 115.2906) (end 138.6332 93.4466) (width 0.2) (layer "B.Cu") (net 2) (tstamp 8a4b3078-9aa8-48f6-a54a-54e31bbee89e))
- (segment (start 70.5866 87.1888) (end 71.5932 87.1888) (width 0.25) (layer "B.Cu") (net 2) (tstamp 8f601e45-b7d5-4aa2-b0a1-4a9e00a8faff))
(segment (start 138.6586 89.535) (end 138.6332 89.5604) (width 0.5) (layer "B.Cu") (net 2) (tstamp 9b2f6054-d11b-48ed-9feb-92bf446da640))
+ (segment (start 74.9046 97.7127) (end 74.9046 99.0854) (width 0.25) (layer "B.Cu") (net 2) (tstamp 9ed8ba01-ac71-4f06-8835-3279f0e5a98a))
(segment (start 72.0598 80.9244) (end 72.0598 81.9658) (width 0.25) (layer "B.Cu") (net 2) (tstamp a2b84d1c-a9b4-484a-a117-eb7eeacae1de))
- (segment (start 114.2492 58.4708) (end 114.3 58.5216) (width 0.25) (layer "B.Cu") (net 2) (tstamp ae2822c9-5ef5-44b0-b43f-62d58de41589))
- (segment (start 109.64 65.5946) (end 109.64 64.82) (width 1) (layer "B.Cu") (net 2) (tstamp b07ffa92-02d9-484b-8fa4-e8ed2e737322))
+ (segment (start 100.1522 59.817) (end 99.7712 60.198) (width 0.25) (layer "B.Cu") (net 2) (tstamp a5be9286-ce2c-4745-94bc-328ce96417d5))
+ (segment (start 97.31 64.0816) (end 97.31 66.26) (width 0.25) (layer "B.Cu") (net 2) (tstamp ab5cfe91-f4ef-4f18-b48b-f52abd2c1a3b))
+ (segment (start 71.7804 87.7824) (end 71.7804 92.6084) (width 0.25) (layer "B.Cu") (net 2) (tstamp b2bd723a-22ea-437d-8cd5-f722a238172b))
(segment (start 77.3375 92.9331) (end 77.343 92.9386) (width 0.2) (layer "B.Cu") (net 2) (tstamp b41868e2-1875-450b-847a-5b6bb0bbfe8e))
+ (segment (start 81.7626 99.0854) (end 74.9046 99.0854) (width 0.25) (layer "B.Cu") (net 2) (tstamp b7bde247-00a9-4a06-8037-4843e62aea24))
(segment (start 109.64 64.82) (end 109.64 64.1722) (width 1) (layer "B.Cu") (net 2) (tstamp b84680a7-5246-4c1a-b9f9-1df963723ddd))
- (segment (start 97.4766 66.26) (end 98.0186 66.802) (width 1) (layer "B.Cu") (net 2) (tstamp c5a5c56b-8cd4-4d09-9c7e-a8ebeab72952))
- (segment (start 89.5096 58.5216) (end 91.0336 60.0456) (width 0.25) (layer "B.Cu") (net 2) (tstamp c85e8d0f-c176-49d0-a223-ce2b1987891f))
+ (segment (start 107.2008 67.2592) (end 109.64 64.82) (width 0.25) (layer "B.Cu") (net 2) (tstamp bafd72c3-3034-4a2d-be24-0a5827f522c6))
(segment (start 73.8886 79.0956) (end 72.0598 80.9244) (width 0.25) (layer "B.Cu") (net 2) (tstamp c969f382-0f8f-417b-a4a9-b0a1082aadb5))
- (segment (start 82.677 80.7974) (end 80.6958 80.7974) (width 0.2) (layer "B.Cu") (net 2) (tstamp d69680da-a79b-43e7-89a6-431d50c1f517))
+ (segment (start 80.3375 81.4073) (end 80.9474 80.7974) (width 0.2) (layer "B.Cu") (net 2) (tstamp cc83dbe3-dc2c-4a4c-a9c3-a16d4110cf26))
+ (segment (start 101.092 59.817) (end 100.1522 59.817) (width 0.25) (layer "B.Cu") (net 2) (tstamp d220bd0d-1f27-4ce6-a4a9-22b9f61203b0))
(segment (start 111.7854 62.0268) (end 112.4712 62.0268) (width 1) (layer "B.Cu") (net 2) (tstamp d8b42677-172a-438e-9b20-44e3ef482c01))
+ (segment (start 138.6586 82.169) (end 138.6586 84.6582) (width 0.5) (layer "B.Cu") (net 2) (tstamp dcd36f57-f0c9-45c7-b497-9b65a17f7b2e))
+ (segment (start 77.343 92.9386) (end 77.343 93.3958) (width 0.25) (layer "B.Cu") (net 2) (tstamp debfead9-6ec2-42d0-be91-e737cd2202ad))
+ (segment (start 80.9474 80.7974) (end 82.677 80.7974) (width 0.2) (layer "B.Cu") (net 2) (tstamp decdec44-3071-4c09-b963-af75140dcfde))
(segment (start 84.4804 89.408) (end 84.4804 91.1606) (width 0.2) (layer "B.Cu") (net 2) (tstamp def9a5e8-8e7b-4beb-90e4-a9b54a798167))
(segment (start 72.0598 81.9658) (end 72.0598 83.6168) (width 0.25) (layer "B.Cu") (net 2) (tstamp e2855a82-6946-4d51-8931-d3788b8c8c0e))
+ (segment (start 135.3058 81.2038) (end 137.6934 81.2038) (width 0.5) (layer "B.Cu") (net 2) (tstamp e3f96ad1-6c6c-4e3b-b79d-6acaa3d3d997))
+ (segment (start 97.4512 66.26) (end 98.4504 67.2592) (width 0.25) (layer "B.Cu") (net 2) (tstamp e53ecb58-ec65-49da-a2dc-6b470f8631d0))
+ (segment (start 73.2028 94.0308) (end 76.708 94.0308) (width 0.25) (layer "B.Cu") (net 2) (tstamp f0d1d8e3-f8b2-4bc2-b521-ba676f8fcf74))
(segment (start 72.883 84.44) (end 73.925 84.44) (width 0.25) (layer "B.Cu") (net 2) (tstamp fa42ecdd-81d0-4851-b5ef-332971a76dcb))
- (segment (start 76.7672 96.6) (end 74.9124 96.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 568056ae-18bc-447e-8226-be2b05306080))
- (segment (start 74.9124 96.6) (end 74.9024 96.61) (width 0.25) (layer "F.Cu") (net 3) (tstamp 65ab1e80-8709-4a6d-a185-6c00528d0e10))
- (segment (start 78.3375 95.0297) (end 76.7672 96.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp 925e614f-5b3a-480d-a807-fc361e2b626f))
- (segment (start 78.3375 90.8525) (end 78.3375 95.0297) (width 0.25) (layer "B.Cu") (net 3) (tstamp c6ebb2f8-9b8b-4632-a852-8a91066d580a))
+ (segment (start 82.4992 97.3825) (end 82.4992 98.3488) (width 0.25) (layer "B.Cu") (net 2) (tstamp fecaa2b9-7e1c-41e0-855e-f6fcc51b3b8f))
+ (segment (start 78.3375 90.8525) (end 78.3375 93.9845) (width 0.25) (layer "B.Cu") (net 3) (tstamp 52997a87-7d96-4c7c-9ec2-ea2ba8842cca))
+ (segment (start 74.5744 95.6575) (end 76.6645 95.6575) (width 0.25) (layer "B.Cu") (net 3) (tstamp de6dfc71-f6ff-4b1a-8d5e-5d57c98f6c89))
+ (segment (start 78.3375 93.9845) (end 76.6656 95.6564) (width 0.25) (layer "B.Cu") (net 3) (tstamp dec5b2e9-4aa2-4b5a-b884-80dceb92ee17))
+ (segment (start 76.6645 95.6575) (end 76.6656 95.6564) (width 0.25) (layer "B.Cu") (net 3) (tstamp e73afe2f-1586-48ec-b32c-612b9090d60b))
+ (segment (start 96.2152 57.3532) (end 95.0214 58.547) (width 0.25) (layer "F.Cu") (net 4) (tstamp 0207e472-79f0-494f-bea4-328521077ec4))
(segment (start 108.06 55.515) (end 108.06 60.342) (width 0.5) (layer "F.Cu") (net 4) (tstamp 24b2127a-d1ad-488a-b0f9-a11dd334d2cb))
+ (segment (start 101.8032 59.7408) (end 102.4128 60.3504) (width 0.5) (layer "F.Cu") (net 4) (tstamp 2dbd52fa-a4c6-4b1a-bec3-f5d5eb761911))
(segment (start 102.5144 57.3532) (end 101.8032 57.3532) (width 0.25) (layer "F.Cu") (net 4) (tstamp 328d5ee6-7f1f-49a2-9e11-87489be2ac3e))
(segment (start 103.16 56.7076) (end 102.5144 57.3532) (width 0.25) (layer "F.Cu") (net 4) (tstamp 3af6f20a-a31c-4c5f-b592-6e9bc70d39cd))
- (segment (start 108.0516 60.3504) (end 95.7834 60.3504) (width 0.25) (layer "F.Cu") (net 4) (tstamp 49da025b-2f05-4dc5-98e2-35859da96756))
- (segment (start 95.7834 60.3504) (end 94.2086 61.9252) (width 0.25) (layer "F.Cu") (net 4) (tstamp 5c647b79-a4e2-45a9-917c-55189c3bc434))
- (segment (start 92.5576 61.9252) (end 92.1004 61.468) (width 0.25) (layer "F.Cu") (net 4) (tstamp 8ddf5bee-e484-42fd-a448-0d86185e9013))
+ (segment (start 101.8032 57.3532) (end 101.8032 59.7408) (width 0.5) (layer "F.Cu") (net 4) (tstamp 45eb497e-abe7-4b34-9927-7be4270e80c7))
+ (segment (start 101.8032 57.3532) (end 96.2152 57.3532) (width 0.25) (layer "F.Cu") (net 4) (tstamp 63ab35f7-1269-4ff4-8233-99cfca8b8636))
+ (segment (start 102.4128 60.3504) (end 108.0516 60.3504) (width 0.5) (layer "F.Cu") (net 4) (tstamp 7b54e36b-8135-4aaf-9ce6-c47f92336224))
(segment (start 103.16 55.515) (end 103.16 56.7076) (width 0.25) (layer "F.Cu") (net 4) (tstamp a1487a37-a7e5-473a-9dd8-5a6dc82e9549))
- (segment (start 92.1004 61.468) (end 92.1004 59.8424) (width 0.25) (layer "F.Cu") (net 4) (tstamp ab93d433-99e0-4b7e-9e52-756c7028053c))
(segment (start 108.0516 60.3504) (end 108.06 60.342) (width 0.5) (layer "F.Cu") (net 4) (tstamp d36183c3-ee5c-4c00-87d7-314db6163b04))
- (segment (start 94.2086 61.9252) (end 92.5576 61.9252) (width 0.25) (layer "F.Cu") (net 4) (tstamp fe78f997-183b-484f-9aa4-2dde5c81bb20))
+ (segment (start 95.0214 58.547) (end 95.0214 60.133) (width 0.25) (layer "F.Cu") (net 4) (tstamp ff96f0ae-74e7-4c1a-bcac-7a1070328b9a))
(via (at 108.0516 60.3504) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 4) (tstamp b010d056-5716-4906-8de0-f2d05d64923d))
(via (at 101.8032 57.3532) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 4) (tstamp e4f80584-1ee4-462a-a709-4a12c74a542c))
+ (segment (start 98.392 59.817) (end 99.3394 59.817) (width 0.25) (layer "B.Cu") (net 4) (tstamp 1f7abe57-5c83-4cbe-b21a-70b49e13cb1e))
(segment (start 113.5126 60.3504) (end 108.0516 60.3504) (width 1) (layer "B.Cu") (net 4) (tstamp 219ab5e3-add3-4095-bf35-5001a0e034f3))
(segment (start 108.0516 63.1698) (end 108.0516 60.3504) (width 1) (layer "B.Cu") (net 4) (tstamp 21c706b2-b084-41b8-b5bb-16aed72b70ad))
- (segment (start 101.8032 59.7408) (end 102.4128 60.3504) (width 0.5) (layer "B.Cu") (net 4) (tstamp 2dbd52fa-a4c6-4b1a-bec3-f5d5eb761911))
(segment (start 114.04 66.09) (end 114.04 60.8778) (width 1) (layer "B.Cu") (net 4) (tstamp 3113bb62-8b48-4e89-a4a5-652012a67180))
(segment (start 134.5184 67.7926) (end 134.2898 67.564) (width 1) (layer "B.Cu") (net 4) (tstamp 32640d72-ab5c-4931-85fc-766e1ebae8da))
- (segment (start 101.8032 57.3532) (end 101.8032 59.7408) (width 0.5) (layer "B.Cu") (net 4) (tstamp 45eb497e-abe7-4b34-9927-7be4270e80c7))
+ (segment (start 101.8032 57.3532) (end 100.9396 57.3532) (width 0.25) (layer "B.Cu") (net 4) (tstamp 5dafa114-78f0-4ea9-bfe2-391ef1cd293f))
(segment (start 127.6096 68.961) (end 125.222 66.5734) (width 1) (layer "B.Cu") (net 4) (tstamp 61c43410-3d56-4872-889a-5fd23ec2c334))
(segment (start 127.6096 68.961) (end 127.6096 72.2376) (width 1) (layer "B.Cu") (net 4) (tstamp 792d66c7-5513-424a-85eb-acd7893de064))
- (segment (start 102.4128 60.3504) (end 108.0516 60.3504) (width 0.5) (layer "B.Cu") (net 4) (tstamp 7b54e36b-8135-4aaf-9ce6-c47f92336224))
+ (segment (start 99.3394 59.817) (end 99.7712 59.3852) (width 0.25) (layer "B.Cu") (net 4) (tstamp 7d858098-7667-452f-9d1a-d890834de456))
+ (segment (start 100.9396 57.3532) (end 99.7712 58.5216) (width 0.25) (layer "B.Cu") (net 4) (tstamp 884db9f4-be9c-4f04-bae3-584d2f11b739))
(segment (start 106.7314 64.49) (end 108.0516 63.1698) (width 1) (layer "B.Cu") (net 4) (tstamp a6fe0f92-6dda-47ca-901f-ad03c0b9af2c))
(segment (start 114.04 60.8778) (end 113.5126 60.3504) (width 1) (layer "B.Cu") (net 4) (tstamp ab922640-cd2a-48b4-9062-f54c199e903b))
(segment (start 135.8278 72.1356) (end 135.8278 70.7022) (width 1) (layer "B.Cu") (net 4) (tstamp ad49ee03-e325-4e7f-ab63-0dcd77ac9950))
@@ -2738,6 +2859,7 @@
(segment (start 106.27 64.49) (end 106.7314 64.49) (width 1) (layer "B.Cu") (net 4) (tstamp aeaf190b-bbb6-4ac5-8e5b-811ac6d0da6f))
(segment (start 135.8278 70.7022) (end 134.5184 69.3928) (width 1) (layer "B.Cu") (net 4) (tstamp b3a0ab96-aea6-49be-88c6-3c5fe3c7a43a))
(segment (start 122.9352 66.09) (end 114.04 66.09) (width 1) (layer "B.Cu") (net 4) (tstamp c0b34701-03dc-4b12-9256-1065186881c0))
+ (segment (start 99.7712 59.3852) (end 99.7712 58.5216) (width 0.25) (layer "B.Cu") (net 4) (tstamp d48d9494-aac8-454b-950c-c44c779ab45b))
(segment (start 134.2898 67.564) (end 129.0066 67.564) (width 1) (layer "B.Cu") (net 4) (tstamp dd7a0412-3116-47ec-bfb4-19a37f8f80d4))
(segment (start 129.0066 67.564) (end 127.6096 68.961) (width 1) (layer "B.Cu") (net 4) (tstamp eaf59650-390e-4216-b256-245cba57ab9c))
(segment (start 125.222 66.5734) (end 123.4186 66.5734) (width 1) (layer "B.Cu") (net 4) (tstamp f56359bc-24bf-42ce-bc48-8a7f58231fd0))
@@ -2749,29 +2871,22 @@
(segment (start 81.6356 84.2772) (end 81.6356 86.8426) (width 0.25) (layer "F.Cu") (net 5) (tstamp 18608a3a-6d9b-4ffa-b47a-01f48a91c82d))
(segment (start 81.6356 86.8426) (end 84.0232 86.8426) (width 1) (layer "F.Cu") (net 5) (tstamp 21c3ea8d-3412-4eec-952e-6da453afb01b))
(segment (start 81.5086 84.1502) (end 81.6356 84.2772) (width 0.25) (layer "F.Cu") (net 5) (tstamp 31e18fb3-cf78-43e4-afd9-3dd9e51bad52))
+ (segment (start 72.771 86.8426) (end 70.7644 88.8492) (width 0.25) (layer "F.Cu") (net 5) (tstamp 361e1e53-8ffc-41b6-af75-507273a24239))
(segment (start 128.6764 88.1888) (end 128.6764 87.2744) (width 1) (layer "F.Cu") (net 5) (tstamp 3b8b6a86-6a6f-4ee9-8710-2dbf89d582a8))
- (segment (start 80.1624 86.8426) (end 80.1624 87.2744) (width 0.25) (layer "F.Cu") (net 5) (tstamp 509e9479-233b-46f5-acbc-9c92341f5087))
(segment (start 85.4964 106.2736) (end 86.8934 107.6706) (width 1) (layer "F.Cu") (net 5) (tstamp 57708815-1125-4538-ba5b-f1a318a5f02e))
- (segment (start 79.5274 87.9094) (end 72.9742 87.9094) (width 0.25) (layer "F.Cu") (net 5) (tstamp 5d75bc7d-8066-4bb4-a773-9cc721128593))
- (segment (start 71.8312 88.5952) (end 71.4248 88.1888) (width 0.25) (layer "F.Cu") (net 5) (tstamp 61bf3d7d-2367-4320-8082-942f6e0597db))
(segment (start 86.8934 107.6706) (end 124.968 107.6706) (width 1) (layer "F.Cu") (net 5) (tstamp 635d91c9-f0be-4369-ac71-9b9bfb0ddbba))
- (segment (start 72.2884 88.5952) (end 71.8312 88.5952) (width 0.25) (layer "F.Cu") (net 5) (tstamp 69bd4634-c1ad-4d78-b60d-1881f08b2b89))
(segment (start 128.6764 87.2744) (end 131.064 84.8868) (width 1) (layer "F.Cu") (net 5) (tstamp 96bf0200-53d0-476a-89ae-4bcadd00c24e))
(segment (start 84.0232 86.8426) (end 85.4964 88.3158) (width 1) (layer "F.Cu") (net 5) (tstamp 9b3fb267-7483-4778-b325-aea60700d0b8))
(segment (start 128.6764 103.9622) (end 128.6764 88.1888) (width 1) (layer "F.Cu") (net 5) (tstamp afbaddb6-96a3-4788-9371-f8c3bd7fcd93))
- (segment (start 80.1624 87.2744) (end 79.5274 87.9094) (width 0.25) (layer "F.Cu") (net 5) (tstamp eb50341b-7486-44c4-b259-244991737589))
- (segment (start 72.9742 87.9094) (end 72.2884 88.5952) (width 0.25) (layer "F.Cu") (net 5) (tstamp f360850e-d796-4eb7-871a-a0ff19e75d82))
- (segment (start 71.4248 88.1888) (end 70.5866 88.1888) (width 0.25) (layer "F.Cu") (net 5) (tstamp f5e3f981-c8b8-41f5-8b81-e74e98a2c73a))
+ (segment (start 80.1624 86.8426) (end 72.771 86.8426) (width 0.25) (layer "F.Cu") (net 5) (tstamp b2363ca5-60cb-4d8d-8df9-aa6912fcf673))
(via (at 131.064 84.8868) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 5) (tstamp 75bb5eb5-c4cc-484a-8dfb-8ce18be0c387))
(via (at 80.1624 86.8426) (size 1.2) (drill 0.8) (layers "F.Cu" "B.Cu") (net 5) (tstamp 772b1ef5-a0ce-43ee-aff6-35989eb4b4b1))
(via (at 78.4352 84.1502) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 5) (tstamp bf72d71d-a11a-4e72-9523-f93a0e5e36eb))
(segment (start 80.1624 86.8426) (end 79.5782 87.4268) (width 0.5) (layer "B.Cu") (net 5) (tstamp 03c4e3b7-6cf2-4d93-8ee0-abda46331604))
(segment (start 133.5586 84.6582) (end 133.5586 81.226) (width 1) (layer "B.Cu") (net 5) (tstamp 06457e6f-2b01-40cc-ae2c-dcdd2589abc3))
(segment (start 133.33 84.8868) (end 133.5586 84.6582) (width 1) (layer "B.Cu") (net 5) (tstamp 06e732fb-f88c-4158-9be7-94949144e041))
- (segment (start 133.5278 81.1508) (end 133.5808 81.2038) (width 0.5) (layer "B.Cu") (net 5) (tstamp 163f262a-7158-400d-a0d1-d0db4ff59715))
(segment (start 80.8375 83.6529) (end 79.756 84.7344) (width 0.2) (layer "B.Cu") (net 5) (tstamp 2777b15e-5ef9-4035-99e6-2854da39913c))
(segment (start 79.5782 89.1794) (end 79.8388 89.44) (width 0.25) (layer "B.Cu") (net 5) (tstamp 2a5cb4c1-a361-407b-b796-d033d8f44534))
- (segment (start 82.6719 82.5275) (end 82.677 82.5224) (width 0.2) (layer "B.Cu") (net 5) (tstamp 393939d1-18cf-4205-be06-5b2c91a21c1d))
(segment (start 131.064 84.8868) (end 133.33 84.8868) (width 1) (layer "B.Cu") (net 5) (tstamp 44fc2ea3-a3c4-4c19-ab53-eeb1a1c6a4ed))
(segment (start 76.8375 91.7677) (end 76.8375 90.8525) (width 0.2) (layer "B.Cu") (net 5) (tstamp 46ea96a5-f36f-43ac-b8a6-433727258872))
(segment (start 133.5808 78.4886) (end 133.5278 78.4356) (width 1) (layer "B.Cu") (net 5) (tstamp 4e18c1be-0161-4adb-9737-5929c88e24fb))
@@ -2791,13 +2906,14 @@
(segment (start 133.5278 72.1356) (end 133.5278 78.4356) (width 0.5) (layer "B.Cu") (net 5) (tstamp a274dcc0-dc9f-4454-8d4f-59b4b1e6933f))
(segment (start 80.8375 82.5275) (end 80.8375 83.6529) (width 0.2) (layer "B.Cu") (net 5) (tstamp a94d3cc0-b0c0-4c23-982c-f2b87b05bfa6))
(segment (start 81.0448 89.44) (end 80.8375 89.6473) (width 0.2) (layer "B.Cu") (net 5) (tstamp aa1d60d1-2111-42d1-bcbc-7f364bb7f8e6))
+ (segment (start 83.4748 81.7246) (end 82.677 82.5224) (width 0.25) (layer "B.Cu") (net 5) (tstamp ae11dcc0-77e8-49dc-9cd1-7c7d9d018fdb))
(segment (start 79.8388 89.44) (end 81.0448 89.44) (width 0.25) (layer "B.Cu") (net 5) (tstamp ae233552-c29b-4eb4-980b-583fe4e899cb))
(segment (start 80.8375 89.6473) (end 80.8375 90.8525) (width 0.2) (layer "B.Cu") (net 5) (tstamp b0c51d6d-1113-4b04-8aec-2e9f87f61859))
(segment (start 75.618 92.9386) (end 75.6666 92.9386) (width 0.2) (layer "B.Cu") (net 5) (tstamp b481a843-fc24-448f-96c3-97fa0f1ef249))
(segment (start 82.25 90.6552) (end 82.7554 91.1606) (width 0.2) (layer "B.Cu") (net 5) (tstamp c095ed8a-40c9-4f94-b0a9-943c70a52518))
(segment (start 79.5782 88.5444) (end 79.5782 89.1794) (width 0.5) (layer "B.Cu") (net 5) (tstamp c431e5b2-b7b1-4bdf-87b3-e6d35dac4921))
(segment (start 77.089 88.5444) (end 76.8375 88.7959) (width 0.25) (layer "B.Cu") (net 5) (tstamp c82a6d12-977d-42d3-b101-2fe15f6819bb))
- (segment (start 133.5808 84.636) (end 133.5586 84.6582) (width 0.5) (layer "B.Cu") (net 5) (tstamp d7931ee4-5b33-40c2-9e93-84360c8c2cad))
+ (segment (start 83.4748 77.022) (end 83.4748 81.7246) (width 0.25) (layer "B.Cu") (net 5) (tstamp d22ec9ea-bcb5-4f23-89ec-be6d2e97c7f7))
(segment (start 133.5808 81.2038) (end 133.5808 78.4886) (width 1) (layer "B.Cu") (net 5) (tstamp d9448e8d-4913-418b-8211-dd404d93a894))
(segment (start 80.1624 86.8426) (end 79.756 86.4362) (width 0.5) (layer "B.Cu") (net 5) (tstamp d9df8d6c-63fc-484e-9c36-4930a0abf6a6))
(segment (start 82.25 89.44) (end 82.25 90.6552) (width 0.2) (layer "B.Cu") (net 5) (tstamp e2c15ede-14d8-4768-9721-09b78c9f2a5c))
@@ -2816,16 +2932,16 @@
(segment (start 73.925 88.94) (end 73.122494 88.94) (width 0.25) (layer "B.Cu") (net 6) (tstamp abedaa78-303c-4a73-9f4a-97c0a33e3f8e))
(segment (start 72.5678 88.385306) (end 72.5678 84.9122) (width 0.25) (layer "B.Cu") (net 6) (tstamp c5424beb-7286-4804-9d09-e604c0cc1182))
(segment (start 70.5358 81.2038) (end 70.5358 82.8802) (width 0.25) (layer "B.Cu") (net 6) (tstamp d52fe1b7-2ca1-411c-82ce-f0d383548d35))
- (segment (start 82.7278 75.3872) (end 81.3308 76.7842) (width 0.25) (layer "F.Cu") (net 7) (tstamp 3ff1cb73-a398-437f-bf4b-9529cef54f1a))
- (segment (start 78.547 77.9018) (end 80.2132 77.9018) (width 0.25) (layer "F.Cu") (net 7) (tstamp 404d3aa1-8c9a-48f4-8907-6ead804187f2))
- (segment (start 82.7278 71.0946) (end 82.7278 75.3872) (width 0.25) (layer "F.Cu") (net 7) (tstamp 488426b5-f2f2-4ccb-9daa-7bfbd7708f53))
- (segment (start 81.3308 76.7842) (end 80.772 77.343) (width 0.25) (layer "F.Cu") (net 7) (tstamp 48a73750-2aac-4f77-97e6-af86a8792501))
- (segment (start 77.639876 83.624724) (end 77.639876 84.810577) (width 0.25) (layer "F.Cu") (net 7) (tstamp 4a5ea381-094a-4c77-9b40-e971b0ee3f4b))
- (segment (start 80.772 77.343) (end 80.772 81.5848) (width 0.25) (layer "F.Cu") (net 7) (tstamp 683988cc-1154-4ea7-a543-f14793d284fa))
- (segment (start 80.2132 77.9018) (end 81.3308 76.7842) (width 0.25) (layer "F.Cu") (net 7) (tstamp 80386cac-5313-43db-82c1-46e1727eff20))
- (segment (start 80.772 81.5848) (end 79.2226 83.1342) (width 0.25) (layer "F.Cu") (net 7) (tstamp 83bea4bb-40c7-44d4-99f0-f7c83c5c81f0))
- (segment (start 79.2226 83.1342) (end 78.1304 83.1342) (width 0.25) (layer "F.Cu") (net 7) (tstamp cb3a1e78-ac27-46b3-8088-97776de9e263))
- (segment (start 78.1304 83.1342) (end 77.639876 83.624724) (width 0.25) (layer "F.Cu") (net 7) (tstamp fd214d40-2028-4093-b64d-8c819d32bf4a))
+ (segment (start 80.772 81.5848) (end 80.772 76.454) (width 0.25) (layer "F.Cu") (net 7) (tstamp 50b77653-46bf-497b-9203-c4f67110b113))
+ (segment (start 82.7278 74.4982) (end 80.8228 76.4032) (width 0.25) (layer "F.Cu") (net 7) (tstamp 58891337-c13b-47c4-9529-efaee363e391))
+ (segment (start 80.8228 76.4032) (end 79.3242 77.9018) (width 0.25) (layer "F.Cu") (net 7) (tstamp 5e58a66e-2c23-4897-be9c-ab1f571981a9))
+ (segment (start 82.7278 71.0946) (end 82.7278 74.4982) (width 0.25) (layer "F.Cu") (net 7) (tstamp 697de2fa-85cc-42d5-bda2-c4c5ecf1cd8e))
+ (segment (start 78.1304 83.1342) (end 79.2226 83.1342) (width 0.25) (layer "F.Cu") (net 7) (tstamp 6b812047-a6ce-43e9-98ad-1d8c7ab236f0))
+ (segment (start 77.639876 83.624724) (end 78.1304 83.1342) (width 0.25) (layer "F.Cu") (net 7) (tstamp 78982408-20c7-493d-ba04-e48a1dd05802))
+ (segment (start 77.639876 84.810577) (end 77.639876 83.624724) (width 0.25) (layer "F.Cu") (net 7) (tstamp 9c055910-a5e4-44e9-b432-e221bdb76816))
+ (segment (start 79.3242 77.9018) (end 78.547 77.9018) (width 0.25) (layer "F.Cu") (net 7) (tstamp d1fc83a5-2a59-4765-babd-74cceb777909))
+ (segment (start 80.772 76.454) (end 80.8228 76.4032) (width 0.25) (layer "F.Cu") (net 7) (tstamp e1848818-1097-46f1-a2ad-7b73bae3e531))
+ (segment (start 79.2226 83.1342) (end 80.772 81.5848) (width 0.25) (layer "F.Cu") (net 7) (tstamp e64e3275-88e5-46e1-8aea-15f40df2e22e))
(via (at 77.639876 84.810577) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 7) (tstamp 1b461bcf-eddd-4ae2-8f34-2e7031e66f09))
(segment (start 73.925 88.44) (end 75.7964 88.44) (width 0.25) (layer "B.Cu") (net 7) (tstamp 87f26c1c-23ca-466a-b14c-fd194a8a84fc))
(segment (start 77.639876 86.596524) (end 77.639876 84.810577) (width 0.25) (layer "B.Cu") (net 7) (tstamp bcb937df-78f2-4d6c-81fe-02314f4706a3))
@@ -2865,23 +2981,20 @@
(segment (start 75.6412 86.7156) (end 75.6412 84.7852) (width 0.25) (layer "B.Cu") (net 9) (tstamp dcdebe68-f0aa-43b8-96ff-cc9063250f4e))
(segment (start 78.8924 78.5368) (end 79.3496 78.0796) (width 0.25) (layer "B.Cu") (net 9) (tstamp fd061a87-769b-43be-8f4d-5b1625638e36))
(segment (start 80.7692 85.1888) (end 78.6158 85.1888) (width 0.25) (layer "F.Cu") (net 10) (tstamp 1e0558c4-bf50-4242-8211-f5ef4f352f34))
- (segment (start 73.1266 86.6902) (end 71.6252 85.1888) (width 0.25) (layer "F.Cu") (net 10) (tstamp 4d443145-31b3-4767-8d25-ffa86cce12ea))
- (segment (start 77.1144 86.6902) (end 73.1266 86.6902) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5299fb9e-187d-4a70-85f9-50c033579eb3))
- (segment (start 71.6252 85.1888) (end 70.5866 85.1888) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5acad369-df5b-4ef7-9c1f-a3750522a74f))
+ (segment (start 78.2701 85.5345) (end 73.4441 85.5345) (width 0.25) (layer "F.Cu") (net 10) (tstamp 2ccf5ef7-4408-45ae-ac59-24bb6b24609a))
(segment (start 79.804 85.1888) (end 78.6158 85.1888) (width 0.25) (layer "F.Cu") (net 10) (tstamp 5eceb216-32c5-49f1-a265-cd7d596ddea6))
+ (segment (start 78.6158 85.1888) (end 78.2701 85.5345) (width 0.25) (layer "F.Cu") (net 10) (tstamp 722aac60-993e-4b16-91eb-2de0551ea2d5))
(segment (start 80.7692 85.1888) (end 80.772 85.1916) (width 0.2) (layer "F.Cu") (net 10) (tstamp 9475c387-bf2b-49a7-9988-a90ab4ae6d89))
(segment (start 79.804 85.1888) (end 80.7692 85.1888) (width 0.25) (layer "F.Cu") (net 10) (tstamp aa3bb743-fec0-4711-ac38-44dd4ee27afb))
- (segment (start 78.6158 85.1888) (end 77.1144 86.6902) (width 0.25) (layer "F.Cu") (net 10) (tstamp ad9ddb04-1074-4d8f-a26d-5cc5d6b08423))
+ (segment (start 72.9488 85.0392) (end 70.7644 85.0392) (width 0.25) (layer "F.Cu") (net 10) (tstamp b8f39c59-e453-4388-8a77-e8443aa09f2a))
(segment (start 79.8068 85.1916) (end 79.804 85.1888) (width 0.2) (layer "F.Cu") (net 10) (tstamp bc057d17-06b3-4eab-81d7-59bdd0961eab))
+ (segment (start 73.4441 85.5345) (end 72.9488 85.0392) (width 0.25) (layer "F.Cu") (net 10) (tstamp dc2544e0-9361-423c-9b1a-6a2d7908c2fe))
(via (at 80.772 85.1916) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 10) (tstamp 5dea2a87-e530-4558-b7c5-1f2d68660cab))
(segment (start 82.25 83.94) (end 81.1854 83.94) (width 0.2) (layer "B.Cu") (net 10) (tstamp 5af45852-e4d5-4101-938c-2e2db003e48c))
(segment (start 80.772 84.3534) (end 80.772 85.1916) (width 0.2) (layer "B.Cu") (net 10) (tstamp a28c648c-9fba-4bb9-9f24-e1206694b8a0))
(segment (start 81.1854 83.94) (end 80.772 84.3534) (width 0.2) (layer "B.Cu") (net 10) (tstamp f538397d-269c-44ee-9be7-e88a21d37c9e))
- (segment (start 71.7362 86.1888) (end 70.5866 86.1888) (width 0.25) (layer "F.Cu") (net 11) (tstamp 01c0704a-8fa2-4515-9981-535413c17a8c))
- (segment (start 78.7908 86.1888) (end 78.7908 86.4108) (width 0.25) (layer "F.Cu") (net 11) (tstamp 4d2e9c81-4aa4-4be9-95bf-8998155660de))
- (segment (start 72.8218 87.2744) (end 71.7362 86.1888) (width 0.25) (layer "F.Cu") (net 11) (tstamp 774da913-58c2-4d51-bae5-1fe8409086d9))
- (segment (start 77.9272 87.2744) (end 72.8218 87.2744) (width 0.25) (layer "F.Cu") (net 11) (tstamp 82a3faba-1451-40db-8f2a-a133eea93bb3))
- (segment (start 78.7908 86.4108) (end 77.9272 87.2744) (width 0.25) (layer "F.Cu") (net 11) (tstamp b617ccc4-b902-4e32-af64-6147c912c5df))
+ (segment (start 78.6704 86.3092) (end 70.7644 86.3092) (width 0.25) (layer "F.Cu") (net 11) (tstamp 20390986-6642-4067-b0c6-563a9a944335))
+ (segment (start 78.7908 86.1888) (end 78.6704 86.3092) (width 0.25) (layer "F.Cu") (net 11) (tstamp 9dd71533-cfd3-4ed8-8724-7dd95a2e51a6))
(via (at 78.7908 86.1888) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 11) (tstamp c4d90c00-4a93-4544-9efa-7d81d5c30d44))
(segment (start 78.7908 86.1888) (end 78.7908 85.9028) (width 0.2) (layer "B.Cu") (net 11) (tstamp 042ff53d-2ca0-4d21-875e-94c43b312491))
(segment (start 79.8375 82.5275) (end 79.8375 83.5353) (width 0.2) (layer "B.Cu") (net 11) (tstamp 0cdb357f-57ec-4faa-acd5-2a7f3fdd00bd))
@@ -2889,161 +3002,178 @@
(segment (start 78.7908 85.9028) (end 79.20648 85.48712) (width 0.2) (layer "B.Cu") (net 11) (tstamp 466851a1-a5d2-40cb-85b0-5ab1b5a11bd3))
(segment (start 79.20648 85.48712) (end 79.20648 84.21028) (width 0.2) (layer "B.Cu") (net 11) (tstamp 55d80394-dfc3-4572-b2e3-5f96217b4e49))
(segment (start 79.20648 84.21028) (end 79.1845 84.1883) (width 0.2) (layer "B.Cu") (net 11) (tstamp 8a621295-9320-4d84-9e1b-248affb63867))
- (segment (start 73.606388 88.464412) (end 72.882 89.1888) (width 0.25) (layer "F.Cu") (net 12) (tstamp 08a3c5ab-bf8f-4b85-bbe3-bd9929e7c69c))
+ (segment (start 70.7644 90.1192) (end 72.419188 88.464412) (width 0.25) (layer "F.Cu") (net 12) (tstamp 0688c732-bbf0-4b1d-a6fa-0a6c48d93f71))
+ (segment (start 72.419188 88.464412) (end 78.769188 88.464412) (width 0.25) (layer "F.Cu") (net 12) (tstamp 36b75fdb-1a9b-4efe-ad2f-205ab7103c1d))
(segment (start 80.445588 88.464412) (end 80.445588 90.848212) (width 0.25) (layer "F.Cu") (net 12) (tstamp 780d06f8-7ca9-4f04-bcdc-4e53131dae93))
- (segment (start 80.445588 88.464412) (end 73.606388 88.464412) (width 0.25) (layer "F.Cu") (net 12) (tstamp cae9816d-108a-4002-bf23-16b53972374b))
+ (segment (start 80.445588 88.464412) (end 78.769188 88.464412) (width 0.25) (layer "F.Cu") (net 12) (tstamp 8e76c32a-63b4-4e55-869e-5547b27cccf9))
(segment (start 80.445588 90.848212) (end 80.3872 90.9066) (width 0.25) (layer "F.Cu") (net 12) (tstamp f6b285f2-4d43-40f7-9bf0-188ca28141e5))
- (segment (start 72.882 89.1888) (end 70.5866 89.1888) (width 0.25) (layer "F.Cu") (net 12) (tstamp fc725c0e-b2a2-4d8f-b60b-683f1678364b))
(via (at 80.445588 88.464412) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 12) (tstamp bc2b9ad2-e813-4fcf-8d8a-3220c51f9f82))
(segment (start 81.47 87.44) (end 80.445588 88.464412) (width 0.2) (layer "B.Cu") (net 12) (tstamp 0c3481c6-5bdf-45b0-a3a7-132ff6d1c6a6))
(segment (start 82.25 87.44) (end 81.47 87.44) (width 0.2) (layer "B.Cu") (net 12) (tstamp 21b0c137-1408-4f30-81ea-7957e06b4d72))
- (segment (start 77.8256 89.408) (end 77.0448 90.1888) (width 0.25) (layer "F.Cu") (net 13) (tstamp 1d7b75d4-75f3-4a85-ae50-40343ae36a2e))
- (segment (start 77.0448 90.1888) (end 70.5866 90.1888) (width 0.25) (layer "F.Cu") (net 13) (tstamp e4f0efc4-2fe2-42c4-8552-df27080b08ac))
+ (segment (start 77.8256 89.408) (end 72.7456 89.408) (width 0.25) (layer "F.Cu") (net 13) (tstamp 114381e0-67dd-458c-bc6c-a9148e41c23d))
+ (segment (start 72.7456 89.408) (end 70.7644 91.3892) (width 0.25) (layer "F.Cu") (net 13) (tstamp 4482b15b-2386-4cea-8c53-e0ad6004c0bb))
(via (at 77.8256 89.408) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 13) (tstamp e7eeaf71-3af7-48bd-a66a-8e9179090cc4))
(segment (start 77.8375 90.8525) (end 77.8375 89.4199) (width 0.2) (layer "B.Cu") (net 13) (tstamp 8d035b1d-2cd9-4d69-ade1-4463eae4bef0))
(segment (start 77.8375 89.4199) (end 77.8256 89.408) (width 0.2) (layer "B.Cu") (net 13) (tstamp 8ec27f68-f9e5-4360-9a4e-4f239c3e4fd3))
- (segment (start 106.86 58.1936) (end 107.1372 58.4708) (width 0.25) (layer "F.Cu") (net 15) (tstamp 2788d31f-f939-48b8-b2a0-1c64277e7aa3))
- (segment (start 106.86 55.515) (end 106.86 58.1936) (width 0.25) (layer "F.Cu") (net 15) (tstamp d63188d5-4f9f-4458-818c-3ef851dc358f))
- (via (at 107.1372 58.4708) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 15) (tstamp 4cc6e767-5891-4dc5-8bbb-03eb53c06afc))
- (segment (start 109.0968 58.4708) (end 107.1372 58.4708) (width 0.25) (layer "B.Cu") (net 15) (tstamp 57ed5e12-db85-44c8-bf1d-384cf5e7a359))
- (segment (start 104.1908 57.649635) (end 104.1908 58.166) (width 0.2) (layer "F.Cu") (net 16) (tstamp 27e10a14-dbf1-4bae-8f53-935bb07094f4))
- (segment (start 105.5116 59.309) (end 101.7778 59.309) (width 0.2) (layer "F.Cu") (net 16) (tstamp 40652faa-7e68-4073-baa9-ad7a8e9fafc6))
- (segment (start 104.1908 58.166) (end 104.2162 57.624235) (width 0.2) (layer "F.Cu") (net 16) (tstamp 45712eaa-1e92-4a1c-a192-324ee75a6223))
- (segment (start 104.86 56.980435) (end 104.1908 57.649635) (width 0.2) (layer "F.Cu") (net 16) (tstamp 52d1f4e4-7d31-4a22-b6e3-220841733eed))
- (segment (start 105.86 57.5601) (end 105.6605 57.7596) (width 0.2) (layer "F.Cu") (net 16) (tstamp 582370d2-cd35-4757-a402-9ad6ae193abd))
- (segment (start 104.86 56.980435) (end 104.86 55.515) (width 0.2) (layer "F.Cu") (net 16) (tstamp 5a1dc167-1d12-4ed5-a73d-26c74dcc1da8))
- (segment (start 104.2162 57.624235) (end 104.86 56.980435) (width 0.2) (layer "F.Cu") (net 16) (tstamp 63379e29-5477-4d83-bce8-f9387f23b83a))
- (segment (start 101.7778 59.309) (end 99.6188 57.15) (width 0.2) (layer "F.Cu") (net 16) (tstamp c4ade4e0-3f1c-42d2-855a-1106e008bab7))
- (segment (start 105.86 55.515) (end 105.86 57.5601) (width 0.2) (layer "F.Cu") (net 16) (tstamp d1bb7069-85a4-49b0-bfd6-2fd08e975cb2))
- (segment (start 99.6188 57.15) (end 97.663 57.15) (width 0.2) (layer "F.Cu") (net 16) (tstamp f16c2638-f7e7-4d2d-a9b8-ec95924bfaa5))
- (via (at 104.1908 58.166) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 16) (tstamp aa59b3f4-f41b-430b-8834-482280527aed))
- (via (at 105.5116 59.309) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 16) (tstamp b4c2db5c-d14a-4ee7-aeba-72d6fc981053))
- (via (at 105.6605 57.7596) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 16) (tstamp b9510f54-1a45-408e-a9e4-1eb3c6ce8a7f))
- (segment (start 105.6605 57.7596) (end 105.6605 59.1601) (width 0.2) (layer "B.Cu") (net 16) (tstamp 2b979815-009d-4880-ae63-a5ff53ef2a30))
- (segment (start 104.1908 58.166) (end 105.2541 58.166) (width 0.2) (layer "B.Cu") (net 16) (tstamp 5b666b89-4858-4ee8-82f0-b632b7935fd2))
- (segment (start 105.6605 59.1601) (end 105.5116 59.309) (width 0.2) (layer "B.Cu") (net 16) (tstamp 7f77031d-2d08-49eb-9ce4-59eef65e42fd))
- (segment (start 105.2541 58.166) (end 105.6605 57.7596) (width 0.2) (layer "B.Cu") (net 16) (tstamp d16a393d-9168-4e7d-894b-ed69de61e41f))
- (segment (start 97.6592 55.5498) (end 98.6536 55.5498) (width 0.2) (layer "F.Cu") (net 17) (tstamp 20d91b04-5885-4a45-98d5-aab45639a034))
- (segment (start 98.6536 55.5498) (end 101.981 58.8772) (width 0.2) (layer "F.Cu") (net 17) (tstamp 3ebec062-206b-4e24-8b8b-8aec691fa67c))
- (segment (start 105.36 55.515) (end 105.36 57.045441) (width 0.2) (layer "F.Cu") (net 17) (tstamp 68f12d31-03fe-4cd6-a1c0-f69597c64f82))
- (segment (start 105.36 57.070841) (end 104.9274 57.503441) (width 0.2) (layer "F.Cu") (net 17) (tstamp 7e233b62-08f0-4dce-9cba-d105da6d6237))
- (segment (start 106.2178 58.4708) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 17) (tstamp 86d95799-819a-415c-ad53-3aebc146d5fb))
- (segment (start 105.36 57.045441) (end 104.9274 57.478041) (width 0.2) (layer "F.Cu") (net 17) (tstamp a1726c25-cda0-42d3-8a7e-45bb18b6c05a))
- (segment (start 104.9274 57.503441) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 17) (tstamp ac094109-d807-4e31-8d43-13a7c04b2585))
- (segment (start 106.36 58.3286) (end 106.2178 58.4708) (width 0.2) (layer "F.Cu") (net 17) (tstamp b00f42b9-fd14-4155-92b8-25530db63277))
- (segment (start 105.36 55.515) (end 105.36 57.070841) (width 0.2) (layer "F.Cu") (net 17) (tstamp b168b96f-2f9a-4a63-8e92-9c4a0225741e))
- (segment (start 104.9274 57.478041) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 17) (tstamp b30bb17f-91d0-4e4f-a603-5237e903343d))
- (segment (start 101.981 58.8772) (end 104.521 58.8772) (width 0.2) (layer "F.Cu") (net 17) (tstamp c31c0626-6e54-4387-94b8-b074bf774006))
- (segment (start 106.36 55.515) (end 106.36 58.3286) (width 0.2) (layer "F.Cu") (net 17) (tstamp e512e096-23e3-444c-a574-354cfc5ec686))
- (segment (start 104.521 58.8772) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 17) (tstamp fefe1f7e-4959-434a-881f-1d33950b63ae))
- (segment (start 103.86 55.515) (end 103.86 57.0236) (width 0.2) (layer "F.Cu") (net 19) (tstamp 14261665-d011-4752-a2cd-abde80246b24))
- (segment (start 103.86 57.2268) (end 103.0478 58.039) (width 0.2) (layer "F.Cu") (net 19) (tstamp c024760a-6bb3-4ddd-a3d1-b8ec88b435ee))
- (segment (start 103.86 57.0236) (end 103.86 57.2268) (width 0.2) (layer "F.Cu") (net 19) (tstamp fce35760-92f4-4ed3-a1e3-b32dadb69f0d))
- (via (at 103.0478 58.039) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 19) (tstamp 29f72c54-1b4c-4d56-ac29-987e36182274))
- (segment (start 103.0478 58.039) (end 103.0478 56.2864) (width 0.25) (layer "B.Cu") (net 19) (tstamp 0467b94c-b904-4f25-b3f4-3fc3813a9814))
- (segment (start 101.092 56.2864) (end 100.4316 56.9468) (width 0.25) (layer "B.Cu") (net 19) (tstamp 1828c0f3-e440-4c26-bec9-cd0afb56b82b))
- (segment (start 103.0478 56.2864) (end 101.092 56.2864) (width 0.25) (layer "B.Cu") (net 19) (tstamp 5590ca25-937c-48fd-a9af-254db90d298d))
- (segment (start 100.4316 56.9468) (end 100.4316 59.1058) (width 0.25) (layer "B.Cu") (net 19) (tstamp b381fb5d-b7f5-4167-84fd-9badf63afa47))
- (segment (start 95.838 57.15) (end 95.8304 57.1424) (width 0.25) (layer "F.Cu") (net 21) (tstamp 6ff4ff1f-28be-433a-ab36-fc793aebae6f))
- (segment (start 95.8304 57.1424) (end 93.0504 57.1424) (width 0.25) (layer "F.Cu") (net 21) (tstamp a2a2d261-5afa-481a-a9d9-edda17b37ad6))
- (segment (start 91.1504 55.8394) (end 91.1504 57.1424) (width 0.25) (layer "F.Cu") (net 22) (tstamp 6a405263-1426-4823-99c9-f72ab99da639))
- (segment (start 95.8342 55.5498) (end 91.44 55.5498) (width 0.25) (layer "F.Cu") (net 22) (tstamp 9e5d48d4-816d-4f65-a292-ce365702b3fa))
- (segment (start 91.44 55.5498) (end 91.1504 55.8394) (width 0.25) (layer "F.Cu") (net 22) (tstamp be82be28-bc69-474b-a756-f709676e5828))
- (segment (start 84.074 72.2884) (end 83.2866 73.0758) (width 0.2) (layer "F.Cu") (net 26) (tstamp 1021eaf1-17fb-41ff-a710-882ec20127a0))
- (segment (start 91.1504 59.8424) (end 91.1504 61.7626) (width 0.25) (layer "F.Cu") (net 26) (tstamp 11057b2d-a36e-405f-8c65-127154062796))
- (segment (start 83.2866 73.0758) (end 83.2866 75.8444) (width 0.2) (layer "F.Cu") (net 26) (tstamp 3223b624-61d6-491f-8174-a3b7e451739a))
- (segment (start 91.1504 61.7626) (end 91.1606 61.7728) (width 0.25) (layer "F.Cu") (net 26) (tstamp 37524612-639b-444f-950a-f0cc4d799730))
- (segment (start 81.6356 77.4954) (end 81.6356 78.2828) (width 0.2) (layer "F.Cu") (net 26) (tstamp 6049d1d5-d40e-4d12-989f-0b0a8836198c))
- (segment (start 84.074 69.088) (end 84.074 72.2884) (width 0.2) (layer "F.Cu") (net 26) (tstamp 77f82fd4-f9b6-4dd0-b6f9-a77ac4dc5b0d))
- (segment (start 83.2866 75.8444) (end 81.6356 77.4954) (width 0.2) (layer "F.Cu") (net 26) (tstamp c4f294a3-6e03-4386-bcc1-ff784e538adf))
- (via (at 81.6356 78.2828) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 26) (tstamp 2414e2e6-f7b3-434a-9da4-20a80180838a))
- (via (at 84.074 69.088) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 26) (tstamp cc84a11c-3a7d-4a95-9763-ff6d3cf8e4ca))
- (via (at 91.1606 61.7728) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 26) (tstamp de338e13-9d6c-4b63-b480-50f531d5f77b))
- (segment (start 93.8022 61.8236) (end 93.8022 63.373) (width 0.25) (layer "B.Cu") (net 26) (tstamp 0254b1c7-680a-42b5-a602-02efae0f8951))
- (segment (start 89.021262 65.5828) (end 88.376431 66.227631) (width 0.25) (layer "B.Cu") (net 26) (tstamp 0add27a2-66f0-4b38-afcf-975594bdcf4a))
- (segment (start 78.8375 80.9031) (end 81.4578 78.2828) (width 0.2) (layer "B.Cu") (net 26) (tstamp 3c795dac-d0cf-458a-a58c-546ffb1c2ecf))
- (segment (start 93.7514 61.7728) (end 93.8022 61.8236) (width 0.25) (layer "B.Cu") (net 26) (tstamp 49f2c303-95e9-4dda-9678-89d616aa6f6e))
- (segment (start 81.4578 78.2828) (end 81.6356 78.2828) (width 0.2) (layer "B.Cu") (net 26) (tstamp 4f4dbac6-70b4-4ed1-bffd-6de4c976f9bd))
- (segment (start 91.5924 65.5828) (end 89.021262 65.5828) (width 0.25) (layer "B.Cu") (net 26) (tstamp 6d815e57-5b2c-4c56-a04d-d69edefdfcd5))
- (segment (start 93.8022 63.373) (end 91.5924 65.5828) (width 0.25) (layer "B.Cu") (net 26) (tstamp 9f2e211d-1db6-42ae-9f8d-5c99e9e9b70e))
- (segment (start 84.074 68.7832) (end 84.074 69.088) (width 0.25) (layer "B.Cu") (net 26) (tstamp b63895a7-37bd-43d6-bdb8-ad866a889e52))
- (segment (start 91.1606 61.7728) (end 93.7514 61.7728) (width 0.25) (layer "B.Cu") (net 26) (tstamp bc8a5b81-f66a-4709-add8-6bc3f32326c7))
- (segment (start 86.629569 66.227631) (end 84.074 68.7832) (width 0.25) (layer "B.Cu") (net 26) (tstamp c20cf2da-554b-4cbc-941d-8e197a7b98ea))
- (segment (start 88.376431 66.227631) (end 86.629569 66.227631) (width 0.25) (layer "B.Cu") (net 26) (tstamp f4a62567-0dac-44db-a0f1-81f5efcb9fc1))
- (segment (start 78.8375 82.5275) (end 78.8375 80.9031) (width 0.2) (layer "B.Cu") (net 26) (tstamp f7e84c0e-76a6-4f6f-86cc-912ceab79448))
- (segment (start 85.217 69.088) (end 85.217 71.7296) (width 0.2) (layer "F.Cu") (net 27) (tstamp 07684d48-0c65-472b-882f-bf85847081b7))
- (segment (start 82.7786 77.0382) (end 82.7786 78.2828) (width 0.2) (layer "F.Cu") (net 27) (tstamp 120a7000-42ef-4974-95ae-6f761add8fd6))
- (segment (start 83.8454 73.1012) (end 83.8454 75.9714) (width 0.2) (layer "F.Cu") (net 27) (tstamp 45580ec1-9b15-449f-b620-7f2b22e5a2bb))
- (segment (start 93.0504 59.8424) (end 94.4626 59.8424) (width 0.25) (layer "F.Cu") (net 27) (tstamp a217c56f-b0e1-4656-b47f-0c9b21014ce9))
- (segment (start 83.8454 75.9714) (end 82.7786 77.0382) (width 0.2) (layer "F.Cu") (net 27) (tstamp b7f30988-49f5-48ce-be3e-103b67da704d))
- (segment (start 85.217 71.7296) (end 83.8454 73.1012) (width 0.2) (layer "F.Cu") (net 27) (tstamp dcdc1715-4e95-4dda-97fb-39b1e204e3c8))
- (via (at 94.4626 59.8424) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 27) (tstamp 25ca7532-9509-4b5b-9ce5-010fa6ec625d))
- (via (at 82.7786 78.2828) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 27) (tstamp 6282cdf8-f8bc-408d-8cf4-3b9c0b789673))
- (via (at 85.217 69.088) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 27) (tstamp d9b32f16-6227-44dc-aaaf-0a693dc2a0c4))
- (segment (start 81.7118 79.3496) (end 82.7786 78.2828) (width 0.2) (layer "B.Cu") (net 27) (tstamp 20bb0e53-d222-4f84-bcb8-bdf73e8c6485))
- (segment (start 85.217 68.3514) (end 85.217 69.088) (width 0.25) (layer "B.Cu") (net 27) (tstamp 24765b18-fd75-4d2b-b8e7-5d9c6888ddc6))
- (segment (start 91.948 66.0654) (end 89.17438 66.0654) (width 0.25) (layer "B.Cu") (net 27) (tstamp 438649b8-fdee-44e1-b40f-edf18908e06b))
- (segment (start 89.17438 66.0654) (end 88.5444 66.69538) (width 0.25) (layer "B.Cu") (net 27) (tstamp 658d5429-26ec-4125-9577-0fa07f5805e6))
- (segment (start 79.3375 81.0889) (end 81.0768 79.3496) (width 0.2) (layer "B.Cu") (net 27) (tstamp 75d913c9-e9a1-45da-9417-4ee7eb757f77))
- (segment (start 87.0077 66.69538) (end 86.87302 66.69538) (width 0.25) (layer "B.Cu") (net 27) (tstamp 7da1a4eb-0209-44d4-a310-94fdfcf7420d))
- (segment (start 79.3375 82.5275) (end 79.3375 81.0889) (width 0.2) (layer "B.Cu") (net 27) (tstamp 8029e41c-bd47-484b-b9ed-62084e320924))
- (segment (start 81.6356 79.3496) (end 81.7118 79.3496) (width 0.2) (layer "B.Cu") (net 27) (tstamp 85bd6bcf-820b-4910-98e3-2092adc27cd4))
- (segment (start 81.0768 79.3496) (end 81.6356 79.3496) (width 0.2) (layer "B.Cu") (net 27) (tstamp 8c33843e-ec9c-48e9-989a-9fda23af18da))
- (segment (start 88.5444 66.69538) (end 87.0077 66.69538) (width 0.25) (layer "B.Cu") (net 27) (tstamp b14c49ce-6b9b-4c94-a4f8-64249e58c167))
- (segment (start 86.87302 66.69538) (end 85.217 68.3514) (width 0.25) (layer "B.Cu") (net 27) (tstamp b9b13389-26d4-4e77-bce1-2bcfeb562f9f))
- (segment (start 92.075 65.9384) (end 91.948 66.0654) (width 0.25) (layer "B.Cu") (net 27) (tstamp bb9f5b97-b8f7-43d1-8a07-b056959d05b7))
- (segment (start 94.4626 63.5508) (end 92.075 65.9384) (width 0.25) (layer "B.Cu") (net 27) (tstamp cdaa7974-c43e-469c-849f-ed42ba815885))
- (segment (start 94.4626 59.8424) (end 94.4626 63.5508) (width 0.25) (layer "B.Cu") (net 27) (tstamp d8d9803e-1f14-4a62-b23e-d9ecde3eb958))
- (segment (start 97.9678 62.1538) (end 97.9932 62.1284) (width 0.25) (layer "F.Cu") (net 51) (tstamp 0525bd18-44c9-4671-a1e7-7cb1d91b289b))
- (segment (start 97.9678 62.1691) (end 97.9678 62.1538) (width 0.25) (layer "F.Cu") (net 51) (tstamp 1a61c483-1571-44dc-92cd-c4f7c4f4b508))
- (segment (start 111.9378 63.5762) (end 110.5307 62.1691) (width 0.25) (layer "F.Cu") (net 51) (tstamp 20732593-86cc-43e9-a056-f9f93dba14d1))
- (segment (start 76.6318 69.2658) (end 78.0504 69.2658) (width 0.25) (layer "F.Cu") (net 51) (tstamp 33c9f6e2-b060-4734-ac5d-0c784c16265b))
- (segment (start 111.93 65.33) (end 111.93 63.838) (width 0.25) (layer "F.Cu") (net 51) (tstamp 52c6674d-d5f8-42a9-8ca7-812b341bfaae))
- (segment (start 111.93 63.838) (end 111.9378 63.8302) (width 0.25) (layer "F.Cu") (net 51) (tstamp 553fd43a-d7dd-47c0-ae44-f71107d99d76))
- (segment (start 78.0504 69.2658) (end 78.0542 69.2696) (width 0.25) (layer "F.Cu") (net 51) (tstamp 767e35b8-3a19-446b-9ecc-435ec41c334b))
- (segment (start 110.5307 62.1691) (end 97.9678 62.1691) (width 0.25) (layer "F.Cu") (net 51) (tstamp 8ef7f2c8-0c99-4a56-9a1d-a3f78304850f))
- (segment (start 111.9378 63.8302) (end 111.9378 63.5762) (width 0.25) (layer "F.Cu") (net 51) (tstamp ecc4fce2-6ce4-4f23-bfa6-8bf481032a7f))
- (via (at 76.6318 69.2658) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 51) (tstamp 4d7b8f65-db41-4739-b816-aeb63d3c33c8))
- (via (at 97.9932 62.1284) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 51) (tstamp 59793efd-1a6d-485e-b835-fb823ef47048))
- (segment (start 76.6318 70.0024) (end 78.232 71.6026) (width 0.25) (layer "B.Cu") (net 51) (tstamp 18ae17de-c829-4961-8b03-ac2b08da98c0))
- (segment (start 97.3836 62.1284) (end 97.9932 62.1284) (width 0.25) (layer "B.Cu") (net 51) (tstamp 18ec48c5-4b84-45d6-b2bf-92d2c0931c6e))
- (segment (start 87.2363 67.1449) (end 88.8111 67.1449) (width 0.25) (layer "B.Cu") (net 51) (tstamp 4006b12a-ec7b-44a2-abb0-8f9d19c9bfee))
- (segment (start 92.9386 66.5734) (end 97.3836 62.1284) (width 0.25) (layer "B.Cu") (net 51) (tstamp 44a5fd0b-b6af-4d8e-bab1-920511b2402d))
- (segment (start 78.232 71.6026) (end 84.8106 71.6026) (width 0.25) (layer "B.Cu") (net 51) (tstamp 7a5d4ab1-d576-414e-9778-e54018588a39))
- (segment (start 89.3826 66.5734) (end 92.9386 66.5734) (width 0.25) (layer "B.Cu") (net 51) (tstamp 91e09515-a7bc-479c-95f7-cf36dcc15714))
- (segment (start 88.8111 67.1449) (end 89.3826 66.5734) (width 0.25) (layer "B.Cu") (net 51) (tstamp 96d53376-7309-496a-bb9e-d37d6fb6e58b))
- (segment (start 86.0679 68.3133) (end 87.2363 67.1449) (width 0.25) (layer "B.Cu") (net 51) (tstamp b10bf558-71b9-4815-93a1-27dfa03299d6))
- (segment (start 86.0679 70.3453) (end 86.0679 68.3133) (width 0.25) (layer "B.Cu") (net 51) (tstamp cb339e11-28fb-4e78-98f4-febb795f2145))
- (segment (start 76.6318 69.2658) (end 76.6318 70.0024) (width 0.25) (layer "B.Cu") (net 51) (tstamp f1457b23-64ae-44e7-b8bd-ec6f42a50e8d))
- (segment (start 84.8106 71.6026) (end 86.0679 70.3453) (width 0.25) (layer "B.Cu") (net 51) (tstamp fa4270e4-4fc4-44a4-840e-2eb4898882b4))
- (segment (start 102.743 63.0936) (end 95.5802 63.0936) (width 0.25) (layer "F.Cu") (net 52) (tstamp 1e64fe5f-8347-448d-84c8-3ac3dde2342a))
- (segment (start 79.612066 69.2696) (end 79.612066 67.987334) (width 0.25) (layer "F.Cu") (net 52) (tstamp 226af767-7a93-4400-9ec2-26bbcc215ef3))
- (segment (start 79.612066 67.987334) (end 80.6196 66.9798) (width 0.25) (layer "F.Cu") (net 52) (tstamp 291b46dd-0e3c-4692-b721-9f5556270a7c))
- (segment (start 95.5802 63.0936) (end 92.9894 65.6844) (width 0.25) (layer "F.Cu") (net 52) (tstamp 35da86e7-5b89-41b1-b042-6e4901bde8bb))
- (segment (start 103.98 64.3306) (end 102.743 63.0936) (width 0.25) (layer "F.Cu") (net 52) (tstamp 36e40a39-70bf-4e9e-9cdc-1b623ca95f24))
- (segment (start 92.9894 65.6844) (end 88.265 65.6844) (width 0.25) (layer "F.Cu") (net 52) (tstamp 54853fde-ed6d-4aa4-b29c-b6fe8b6429c4))
- (segment (start 87.323766 65.6844) (end 88.265 65.6844) (width 0.25) (layer "F.Cu") (net 52) (tstamp be61cfa9-4139-4c81-8f9a-bb5f0b76ecce))
- (segment (start 86.028364 66.9798) (end 87.323766 65.6844) (width 0.25) (layer "F.Cu") (net 52) (tstamp c481c397-90cf-4207-9d7c-a4eaebe69c35))
- (segment (start 80.6196 66.9798) (end 86.028364 66.9798) (width 0.25) (layer "F.Cu") (net 52) (tstamp defecfb2-9612-4a4d-a704-5e94e29a38ea))
- (segment (start 103.98 64.57) (end 103.98 64.3306) (width 0.25) (layer "F.Cu") (net 52) (tstamp e2b5528b-aae5-4431-b06d-5ec13b129502))
- (segment (start 96.0628 63.6524) (end 93.3958 66.3194) (width 0.25) (layer "F.Cu") (net 53) (tstamp 0957cafe-ffa3-4bf8-812c-693bffcb8c56))
- (segment (start 100.9396 63.6524) (end 96.0628 63.6524) (width 0.25) (layer "F.Cu") (net 53) (tstamp 1fea9384-dd29-4201-ba0b-7565c62a85c4))
- (segment (start 81.169932 68.512268) (end 82.1182 67.564) (width 0.25) (layer "F.Cu") (net 53) (tstamp 237ef6ae-c919-47a6-8e48-4f3fb80edeca))
- (segment (start 87.324483 66.3194) (end 88.0618 66.3194) (width 0.25) (layer "F.Cu") (net 53) (tstamp 251f4610-399a-4a11-95a1-73bb4bcfebfe))
- (segment (start 101.7 64.4128) (end 100.9396 63.6524) (width 0.25) (layer "F.Cu") (net 53) (tstamp 3bf68798-0cd5-41ec-bae7-4f04b6925f05))
- (segment (start 86.079882 67.564) (end 87.324483 66.3194) (width 0.25) (layer "F.Cu") (net 53) (tstamp 51dcfad5-60cd-428e-8a59-b8dc26df216a))
- (segment (start 81.169932 69.2696) (end 81.169932 68.512268) (width 0.25) (layer "F.Cu") (net 53) (tstamp 716557a3-0bbc-49ba-9c92-bb92cdaf7294))
- (segment (start 101.7 64.91) (end 101.7 64.4128) (width 0.25) (layer "F.Cu") (net 53) (tstamp 97751c3b-8ed8-45c5-86ad-e1de9835dcb7))
- (segment (start 93.3958 66.3194) (end 88.0618 66.3194) (width 0.25) (layer "F.Cu") (net 53) (tstamp b8db055d-7646-447f-91d4-4dac758afa1f))
- (segment (start 82.1182 67.564) (end 86.079882 67.564) (width 0.25) (layer "F.Cu") (net 53) (tstamp f1447fd0-20de-4fc6-9a69-3a6fdf3fc86d))
- (segment (start 99.5 64.4734) (end 99.5 65.5) (width 0.25) (layer "F.Cu") (net 54) (tstamp 0ff10464-ea97-46ff-8d13-251864851257))
- (segment (start 96.393 64.2112) (end 99.2378 64.2112) (width 0.25) (layer "F.Cu") (net 54) (tstamp 153bed6a-91e0-4ac7-b29a-9b4f17458650))
- (segment (start 93.6752 66.929) (end 96.393 64.2112) (width 0.25) (layer "F.Cu") (net 54) (tstamp 230e4698-7f2c-4cd9-8556-1cd521a6011d))
- (segment (start 86.1314 68.1482) (end 87.3506 66.929) (width 0.25) (layer "F.Cu") (net 54) (tstamp 465519fd-ab70-449a-bf8e-3d5be4fc7442))
- (segment (start 83.8492 68.1482) (end 86.1314 68.1482) (width 0.25) (layer "F.Cu") (net 54) (tstamp 65d3ce97-9b54-4977-bd8d-5233da2c7da1))
- (segment (start 99.2378 64.2112) (end 99.5 64.4734) (width 0.25) (layer "F.Cu") (net 54) (tstamp 7a5ccf5a-de2e-44aa-ba91-d7729f797224))
- (segment (start 82.7278 69.2696) (end 83.8492 68.1482) (width 0.25) (layer "F.Cu") (net 54) (tstamp 886f3e0f-4181-4ee5-9aaa-8abcae7d72af))
- (segment (start 87.3506 66.929) (end 93.6752 66.929) (width 0.25) (layer "F.Cu") (net 54) (tstamp ee03e8e5-219a-4c2d-a147-c798a52aa2fe))
+ (segment (start 111.93 65.33) (end 111.93 63.838) (width 0.25) (layer "F.Cu") (net 14) (tstamp 1b96502c-dee9-469b-bf5a-4de9502f14e9))
+ (segment (start 111.9378 63.8302) (end 111.9378 63.5762) (width 0.25) (layer "F.Cu") (net 14) (tstamp 2c238167-b59f-485b-a6f9-65ce279c7b79))
+ (segment (start 78.0542 67.437) (end 78.0542 69.2696) (width 0.25) (layer "F.Cu") (net 14) (tstamp 402d345d-0da3-4b52-98b3-a64f538f0608))
+ (segment (start 111.93 63.838) (end 111.9378 63.8302) (width 0.25) (layer "F.Cu") (net 14) (tstamp 47cbeba0-572f-4db0-82c2-f5558542f296))
+ (segment (start 110.5307 62.1691) (end 90.0277 62.1691) (width 0.25) (layer "F.Cu") (net 14) (tstamp 676e24b1-aa87-4d02-9390-ed0e7d0838be))
+ (segment (start 90.0277 62.1691) (end 85.9536 66.2432) (width 0.25) (layer "F.Cu") (net 14) (tstamp 8cd8e487-7b22-44f7-8a95-b1ba757f63f2))
+ (segment (start 85.9536 66.2432) (end 79.248 66.2432) (width 0.25) (layer "F.Cu") (net 14) (tstamp 92c3e484-95b3-49f3-a6ed-f2b4ef196da9))
+ (segment (start 79.248 66.2432) (end 78.0542 67.437) (width 0.25) (layer "F.Cu") (net 14) (tstamp b0567b8a-cf09-4056-828b-c7bf5272e0fd))
+ (segment (start 111.9378 63.5762) (end 110.5307 62.1691) (width 0.25) (layer "F.Cu") (net 14) (tstamp f8ffabbb-bf0a-4126-a677-cc563fa27610))
+ (segment (start 104.1908 57.649635) (end 104.1908 58.166) (width 0.2) (layer "F.Cu") (net 15) (tstamp 27e10a14-dbf1-4bae-8f53-935bb07094f4))
+ (segment (start 104.1908 58.166) (end 104.2162 57.624235) (width 0.2) (layer "F.Cu") (net 15) (tstamp 45712eaa-1e92-4a1c-a192-324ee75a6223))
+ (segment (start 104.86 56.980435) (end 104.1908 57.649635) (width 0.2) (layer "F.Cu") (net 15) (tstamp 52d1f4e4-7d31-4a22-b6e3-220841733eed))
+ (segment (start 105.86 57.5601) (end 105.6605 57.7596) (width 0.2) (layer "F.Cu") (net 15) (tstamp 582370d2-cd35-4757-a402-9ad6ae193abd))
+ (segment (start 104.86 56.980435) (end 104.86 55.515) (width 0.2) (layer "F.Cu") (net 15) (tstamp 5a1dc167-1d12-4ed5-a73d-26c74dcc1da8))
+ (segment (start 104.2162 57.624235) (end 104.86 56.980435) (width 0.2) (layer "F.Cu") (net 15) (tstamp 63379e29-5477-4d83-bce8-f9387f23b83a))
+ (segment (start 105.86 55.515) (end 105.86 57.5601) (width 0.2) (layer "F.Cu") (net 15) (tstamp d1bb7069-85a4-49b0-bfd6-2fd08e975cb2))
+ (via (at 104.1908 58.166) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 15) (tstamp aa59b3f4-f41b-430b-8834-482280527aed))
+ (via (at 105.6605 57.7596) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 15) (tstamp b9510f54-1a45-408e-a9e4-1eb3c6ce8a7f))
+ (segment (start 105.3065 59.563) (end 105.3065 58.1136) (width 0.2) (layer "B.Cu") (net 15) (tstamp 11b6efb3-edc4-4ad7-bbb3-056b426ba9a4))
+ (segment (start 104.1908 58.166) (end 105.2541 58.166) (width 0.2) (layer "B.Cu") (net 15) (tstamp 5b666b89-4858-4ee8-82f0-b632b7935fd2))
+ (segment (start 105.3065 58.1136) (end 105.6605 57.7596) (width 0.2) (layer "B.Cu") (net 15) (tstamp a81be6db-e051-49a9-8b04-c43eb96a9a28))
+ (segment (start 105.2541 58.166) (end 105.6605 57.7596) (width 0.2) (layer "B.Cu") (net 15) (tstamp d16a393d-9168-4e7d-894b-ed69de61e41f))
+ (segment (start 106.36 55.515) (end 106.36 57.973) (width 0.2) (layer "F.Cu") (net 16) (tstamp 081b1fd6-d041-4c67-b143-db6ee03351fe))
+ (segment (start 106.36 57.973) (end 106.36 58.481) (width 0.2) (layer "F.Cu") (net 16) (tstamp 23399acb-7479-4560-ae80-2c2a9fe7482a))
+ (segment (start 106.36 57.973) (end 106.36 58.3286) (width 0.2) (layer "F.Cu") (net 16) (tstamp 2ad020ee-d40b-4604-94e2-5ab41d9f82aa))
+ (segment (start 105.36 55.515) (end 105.36 57.045441) (width 0.2) (layer "F.Cu") (net 16) (tstamp 68f12d31-03fe-4cd6-a1c0-f69597c64f82))
+ (segment (start 105.36 57.070841) (end 104.9274 57.503441) (width 0.2) (layer "F.Cu") (net 16) (tstamp 7e233b62-08f0-4dce-9cba-d105da6d6237))
+ (segment (start 106.2178 58.4708) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 16) (tstamp 86d95799-819a-415c-ad53-3aebc146d5fb))
+ (segment (start 106.36 58.481) (end 106.426 58.547) (width 0.2) (layer "F.Cu") (net 16) (tstamp 941eb1e7-d83d-4103-b9dd-722addda2305))
+ (segment (start 105.36 57.045441) (end 104.9274 57.478041) (width 0.2) (layer "F.Cu") (net 16) (tstamp a1726c25-cda0-42d3-8a7e-45bb18b6c05a))
+ (segment (start 104.9274 57.503441) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 16) (tstamp ac094109-d807-4e31-8d43-13a7c04b2585))
+ (segment (start 106.36 58.3286) (end 106.2178 58.4708) (width 0.2) (layer "F.Cu") (net 16) (tstamp b00f42b9-fd14-4155-92b8-25530db63277))
+ (segment (start 105.36 55.515) (end 105.36 57.070841) (width 0.2) (layer "F.Cu") (net 16) (tstamp b168b96f-2f9a-4a63-8e92-9c4a0225741e))
+ (segment (start 104.9274 57.478041) (end 104.9274 58.4708) (width 0.2) (layer "F.Cu") (net 16) (tstamp b30bb17f-91d0-4e4f-a603-5237e903343d))
+ (via (at 106.426 58.547) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 16) (tstamp 423d7544-f4be-49e4-9231-601e405ec11c))
+ (segment (start 106.553 60.452) (end 106.553 58.674) (width 0.2) (layer "B.Cu") (net 16) (tstamp 9448a1df-3425-4ee8-aa57-c585cac581da))
+ (segment (start 105.3065 61.087) (end 105.918 61.087) (width 0.2) (layer "B.Cu") (net 16) (tstamp a20bab1b-d189-45bb-a181-856429d967ad))
+ (segment (start 106.553 58.674) (end 106.426 58.547) (width 0.2) (layer "B.Cu") (net 16) (tstamp c0dae155-5083-4a5a-9e4e-3c838edf7d04))
+ (segment (start 105.918 61.087) (end 106.553 60.452) (width 0.2) (layer "B.Cu") (net 16) (tstamp cec55ef1-126d-4262-80c1-e29d8004cdb4))
+ (segment (start 102.7855 58.867) (end 103.4815 59.563) (width 0.2) (layer "B.Cu") (net 17) (tstamp 47127f03-e556-46ed-8e30-020c8cf32ba4))
+ (segment (start 101.092 58.867) (end 102.7855 58.867) (width 0.2) (layer "B.Cu") (net 17) (tstamp 63de7751-577a-4bc1-bc2a-caf7b0433c8e))
+ (segment (start 103.4815 61.087) (end 103.1615 60.767) (width 0.2) (layer "B.Cu") (net 18) (tstamp 1813a159-f1ea-4305-9879-d54af87168f1))
+ (segment (start 103.1615 60.767) (end 101.092 60.767) (width 0.2) (layer "B.Cu") (net 18) (tstamp 71b0a201-32aa-499c-a07a-d6b9d1025bc4))
+ (segment (start 83.9216 71.4756) (end 83.9216 70.4596) (width 0.25) (layer "F.Cu") (net 21) (tstamp 2d544053-d660-4031-b54a-b246827251ca))
+ (segment (start 81.6356 78.486) (end 81.6356 76.3524) (width 0.25) (layer "F.Cu") (net 21) (tstamp 5cebdcb3-b4a0-4a9e-b19e-b6e40f379ada))
+ (segment (start 83.2866 72.1106) (end 83.9216 71.4756) (width 0.25) (layer "F.Cu") (net 21) (tstamp b020bef4-2f57-4c5c-a69b-012a41554b91))
+ (segment (start 83.2866 74.7014) (end 83.2866 72.1106) (width 0.25) (layer "F.Cu") (net 21) (tstamp c7766ad8-9060-4014-9d2c-0a3fcc2d16f3))
+ (segment (start 81.6356 76.3524) (end 83.2866 74.7014) (width 0.25) (layer "F.Cu") (net 21) (tstamp e64ec698-9d3c-478b-9b95-c7b6a9313f80))
+ (via (at 81.6356 78.486) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 21) (tstamp 40e7337a-998c-4fed-81bd-bfb07ccec141))
+ (via (at 83.9216 70.4596) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 21) (tstamp b03a8fb7-7b44-4689-90e6-db1750b97c76))
+ (segment (start 78.8375 81.6625) (end 78.8375 82.5275) (width 0.2) (layer "B.Cu") (net 21) (tstamp 2b3a9c3d-9e32-4f91-b8b0-de8d29dd1ba6))
+ (segment (start 81.6356 78.8644) (end 78.8375 81.6625) (width 0.2) (layer "B.Cu") (net 21) (tstamp 2b83317d-5628-4b58-8e62-71ce982438eb))
+ (segment (start 84.1248 70.4596) (end 84.7344 69.85) (width 0.25) (layer "B.Cu") (net 21) (tstamp 47f47c8b-1064-4860-a422-fdffbe6bb0c6))
+ (segment (start 84.7344 69.85) (end 84.7344 67.9704) (width 0.25) (layer "B.Cu") (net 21) (tstamp 546d2e1c-2e4b-4b51-89e3-dc51564de58f))
+ (segment (start 84.7344 67.9704) (end 92.8624 59.8424) (width 0.25) (layer "B.Cu") (net 21) (tstamp 62223496-c75a-4793-8bda-bde626ac3904))
+ (segment (start 92.8624 59.8424) (end 96.4692 59.8424) (width 0.25) (layer "B.Cu") (net 21) (tstamp a38f4866-4941-4340-8a79-812bcafe057a))
+ (segment (start 81.6356 78.8644) (end 81.6356 78.486) (width 0.2) (layer "B.Cu") (net 21) (tstamp c24df22e-c77d-4b97-a401-b9967a151e6e))
+ (segment (start 83.9216 70.4596) (end 84.1248 70.4596) (width 0.25) (layer "B.Cu") (net 21) (tstamp ded2c9e6-960d-4b74-8fbb-179028544f29))
+ (segment (start 96.4692 59.8424) (end 97.3938 60.767) (width 0.25) (layer "B.Cu") (net 21) (tstamp ebddb344-d05b-4a04-8e63-c6ce31a2fe4d))
+ (segment (start 97.3938 60.767) (end 98.392 60.767) (width 0.25) (layer "B.Cu") (net 21) (tstamp f7d2eed4-a28a-497d-9698-8d61de574411))
+ (segment (start 84.582 70.0024) (end 84.0232 69.4436) (width 0.25) (layer "F.Cu") (net 22) (tstamp 03c15ed0-9ddf-40c1-aac3-14797840f844))
+ (segment (start 83.82 72.3392) (end 84.582 71.5772) (width 0.25) (layer "F.Cu") (net 22) (tstamp 2a64c019-ad85-43c3-be17-a760e6f0ee0e))
+ (segment (start 82.55 76.1492) (end 83.82 74.8792) (width 0.25) (layer "F.Cu") (net 22) (tstamp d11e55d0-166f-4af1-85d4-7714dca11ead))
+ (segment (start 82.55 78.0796) (end 82.55 76.1492) (width 0.25) (layer "F.Cu") (net 22) (tstamp e5534b41-e2ed-4707-a07c-aadfd2175efa))
+ (segment (start 84.582 71.5772) (end 84.582 70.0024) (width 0.25) (layer "F.Cu") (net 22) (tstamp e841c8d3-ba02-4bdb-829e-fc8fb8515a46))
+ (segment (start 83.82 74.8792) (end 83.82 72.3392) (width 0.25) (layer "F.Cu") (net 22) (tstamp f6a79571-25e1-4007-b834-21761c614d9a))
+ (via (at 84.0232 69.4436) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 22) (tstamp 2aec6a20-5d28-44d1-baef-f6f9f22aca1e))
+ (via (at 82.55 78.0796) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 22) (tstamp fd08a857-761a-42b2-8752-a9d46fb3577c))
+ (segment (start 84.0232 69.4436) (end 84.0232 68.044195) (width 0.25) (layer "B.Cu") (net 22) (tstamp 12821f0a-6a19-4ae1-825c-59c63531bd12))
+ (segment (start 82.55 78.0796) (end 82.55 77.3324) (width 0.25) (layer "B.Cu") (net 22) (tstamp 4107b0a1-40df-40c0-afbe-663383b866ea))
+ (segment (start 82.55 77.3324) (end 81.9748 76.7572) (width 0.25) (layer "B.Cu") (net 22) (tstamp 6c746303-b831-419a-98de-7be6434c4eb8))
+ (segment (start 79.3375 82.5275) (end 79.3375 81.7239) (width 0.2) (layer "B.Cu") (net 22) (tstamp 8242757f-a77c-46cb-ac11-de0e7327ed2f))
+ (segment (start 79.3375 81.7239) (end 82.4103 78.6511) (width 0.2) (layer "B.Cu") (net 22) (tstamp 87bebd00-8883-42a0-9bc5-0107d525c04d))
+ (segment (start 82.55 78.5114) (end 82.55 78.0796) (width 0.25) (layer "B.Cu") (net 22) (tstamp d90a1362-344b-4932-a263-898b04767f03))
+ (segment (start 84.0232 68.044195) (end 93.200395 58.867) (width 0.25) (layer "B.Cu") (net 22) (tstamp e03b6530-19c2-49f0-9278-f766b4db2e4d))
+ (segment (start 93.200395 58.867) (end 98.392 58.867) (width 0.25) (layer "B.Cu") (net 22) (tstamp e7e4a91a-74ea-4eaa-8e85-1e19f4b1e633))
+ (segment (start 82.55 78.5114) (end 82.4103 78.6511) (width 0.2) (layer "B.Cu") (net 22) (tstamp fb8d59a9-8e5c-4d67-9bd3-99e3ff035f40))
+ (segment (start 90.17 62.6364) (end 103.5812 62.6364) (width 0.25) (layer "F.Cu") (net 38) (tstamp 03aeda1f-e43d-4b44-b999-4dbd3b9cb56b))
+ (segment (start 80.6196 66.9798) (end 85.8266 66.9798) (width 0.25) (layer "F.Cu") (net 38) (tstamp 241dcc88-cfe3-49af-be38-3215fde32169))
+ (segment (start 79.612066 69.2696) (end 79.612066 67.987334) (width 0.25) (layer "F.Cu") (net 38) (tstamp 41e3f0d8-55f2-4fdc-8a93-11be2a6fd2de))
+ (segment (start 85.8266 66.9798) (end 90.17 62.6364) (width 0.25) (layer "F.Cu") (net 38) (tstamp 6a3d7700-b42c-48c6-8973-ddfe3934d960))
+ (segment (start 79.612066 67.987334) (end 80.6196 66.9798) (width 0.25) (layer "F.Cu") (net 38) (tstamp 7173108f-552b-426c-8b7c-677b966e2716))
+ (segment (start 103.5812 62.6364) (end 103.98 63.0352) (width 0.25) (layer "F.Cu") (net 38) (tstamp bb586f92-22a9-4f23-a31d-c64c896664bd))
+ (segment (start 103.98 63.0352) (end 103.98 64.57) (width 0.25) (layer "F.Cu") (net 38) (tstamp db054607-6b18-4d02-8a0e-5bcb82d1fbd9))
+ (segment (start 101.7 63.4476) (end 101.7 64.91) (width 0.25) (layer "F.Cu") (net 45) (tstamp 0b34cb9c-f939-4fbf-ae32-867bd3ba978c))
+ (segment (start 81.169932 68.512268) (end 82.1182 67.564) (width 0.25) (layer "F.Cu") (net 45) (tstamp 2490da0f-a307-471d-a61d-76f27713590f))
+ (segment (start 90.3732 63.0428) (end 101.2952 63.0428) (width 0.25) (layer "F.Cu") (net 45) (tstamp 8ab0efdf-592a-4541-a5c4-285203734fd7))
+ (segment (start 85.852 67.564) (end 90.3732 63.0428) (width 0.25) (layer "F.Cu") (net 45) (tstamp b1748ef0-7744-4205-a473-6df1dd4aedf6))
+ (segment (start 82.1182 67.564) (end 85.852 67.564) (width 0.25) (layer "F.Cu") (net 45) (tstamp dc53438b-3c1a-4768-92a0-52bef6b4f528))
+ (segment (start 101.2952 63.0428) (end 101.7 63.4476) (width 0.25) (layer "F.Cu") (net 45) (tstamp e674e964-2427-4f28-a881-c37db39538e6))
+ (segment (start 81.169932 69.2696) (end 81.169932 68.512268) (width 0.25) (layer "F.Cu") (net 45) (tstamp f0351cc3-9b4b-4522-b526-ca9136f347f8))
+ (segment (start 83.8492 68.1482) (end 85.8774 68.1482) (width 0.25) (layer "F.Cu") (net 46) (tstamp 1a5060ff-f8aa-4978-964f-5e4c35590fd9))
+ (segment (start 82.7278 69.2696) (end 83.8492 68.1482) (width 0.25) (layer "F.Cu") (net 46) (tstamp 3255612e-4c2d-4e49-abe6-bde811631a86))
+ (segment (start 99.5 63.8384) (end 99.5 65.5) (width 0.25) (layer "F.Cu") (net 46) (tstamp 37389392-a204-4461-a39a-6986a5f05cba))
+ (segment (start 99.1616 63.5) (end 99.5 63.8384) (width 0.25) (layer "F.Cu") (net 46) (tstamp 4c183832-913a-4e3b-bab7-143572e76faa))
+ (segment (start 90.5256 63.5) (end 99.1616 63.5) (width 0.25) (layer "F.Cu") (net 46) (tstamp 8203b9e0-9ba1-4dff-a32c-9b1943d56f10))
+ (segment (start 85.8774 68.1482) (end 90.5256 63.5) (width 0.25) (layer "F.Cu") (net 46) (tstamp a2fcf530-f02c-4280-b203-01f71e2a8f7c))
+ (segment (start 81.3308 75.8444) (end 84.2772 75.8444) (width 0.25) (layer "B.Cu") (net 47) (tstamp 0805b681-1354-44e2-90ce-7a2d3aa5d6bd))
+ (segment (start 78.3375 82.5275) (end 78.3375 81.5625) (width 0.2) (layer "B.Cu") (net 47) (tstamp 0be91e7f-720c-4e0c-a975-e2d5288709f1))
+ (segment (start 84.7748 76.342) (end 84.7748 77.022) (width 0.25) (layer "B.Cu") (net 47) (tstamp 3e92d323-6c92-4ff1-aa8a-a7e533add733))
+ (segment (start 80.85 79.05) (end 80.85 76.3252) (width 0.25) (layer "B.Cu") (net 47) (tstamp 47520a65-789e-4c4b-9cde-1e4e4b3f270d))
+ (segment (start 84.2772 75.8444) (end 84.7748 76.342) (width 0.25) (layer "B.Cu") (net 47) (tstamp 539f50c9-0e8b-4f4e-b8c9-3e913bec20f7))
+ (segment (start 80.85 76.3252) (end 81.3308 75.8444) (width 0.25) (layer "B.Cu") (net 47) (tstamp bda50f77-d671-47bb-b96b-f43e8c29f9dd))
+ (segment (start 78.3375 81.5625) (end 80.85 79.05) (width 0.2) (layer "B.Cu") (net 47) (tstamp ff387e9f-c8c2-4ea3-974d-e3b19ac6f398))
+ (segment (start 84.1248 74.362) (end 82.545 74.362) (width 0.25) (layer "B.Cu") (net 48) (tstamp 0ac8154c-5152-44c3-9914-547684e738ff))
+ (segment (start 82.545 74.362) (end 81.9748 74.9322) (width 0.25) (layer "B.Cu") (net 48) (tstamp 4cc49b49-4cd4-4886-9bba-d809b4142740))
+ (via (at 96.250961 60.507339) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 49) (tstamp 82737cb3-5d95-4620-b8b5-6da16ef4e1e9))
+ (segment (start 92.71 60.6552) (end 85.7504 67.6148) (width 0.25) (layer "B.Cu") (net 49) (tstamp 434e2672-04d5-46c9-8b52-f4718b2f8ef5))
+ (segment (start 83.256 87.94) (end 83.7184 87.4776) (width 0.2) (layer "B.Cu") (net 49) (tstamp 80146133-8749-4276-b089-9078af298bf9))
+ (segment (start 85.7504 85.4456) (end 83.7184 87.4776) (width 0.25) (layer "B.Cu") (net 49) (tstamp 9780cf0d-c3a6-4595-b918-fb890454c4e2))
+ (segment (start 82.25 87.94) (end 83.256 87.94) (width 0.2) (layer "B.Cu") (net 49) (tstamp 9a2d363c-c4b1-44ec-ba01-931361ab5add))
+ (segment (start 96.1031 60.6552) (end 92.71 60.6552) (width 0.25) (layer "B.Cu") (net 49) (tstamp ab19d16c-bc0f-4ef0-9f38-ceff9874598f))
+ (segment (start 96.250961 60.507339) (end 96.1031 60.6552) (width 0.25) (layer "B.Cu") (net 49) (tstamp ace4aa07-6a42-4114-93a5-a91b26f2c24c))
+ (segment (start 85.7504 67.6148) (end 85.7504 85.4456) (width 0.25) (layer "B.Cu") (net 49) (tstamp d8f32d57-0fab-40d6-b4c2-ba4d803bfff1))
+ (segment (start 92.4814 60.133) (end 92.4814 60.8838) (width 0.25) (layer "F.Cu") (net 50) (tstamp 75644b83-8510-4936-8151-a5d772c78b01))
+ (segment (start 92.4814 60.8838) (end 93.1164 61.5188) (width 0.25) (layer "F.Cu") (net 50) (tstamp ce99b965-b925-4520-85ba-c155e87f99d4))
+ (via (at 93.1164 61.5188) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 50) (tstamp c35272a4-fbd8-4298-ad6f-2ab088b247cd))
+ (segment (start 92.456 61.5188) (end 86.3092 67.6656) (width 0.25) (layer "B.Cu") (net 50) (tstamp 062d569f-6111-4f34-aee3-aa4c62a28545))
+ (segment (start 93.1164 61.5188) (end 92.456 61.5188) (width 0.25) (layer "B.Cu") (net 50) (tstamp 0e1b6733-3344-4d5a-9667-4fdadfd8548f))
+ (segment (start 86.3092 67.6656) (end 86.3092 86.0552) (width 0.25) (layer "B.Cu") (net 50) (tstamp 2ee0cf0c-5326-427d-8931-cbc96504ec0f))
+ (segment (start 83.9244 88.44) (end 84.7852 87.5792) (width 0.2) (layer "B.Cu") (net 50) (tstamp 44e3e188-2b9e-4eb9-9d62-a2044d184508))
+ (segment (start 86.3092 86.0552) (end 84.7852 87.5792) (width 0.25) (layer "B.Cu") (net 50) (tstamp 82e6bae0-a90c-4474-8b32-96487e995d52))
+ (segment (start 82.25 88.44) (end 83.9244 88.44) (width 0.2) (layer "B.Cu") (net 50) (tstamp c12bc569-602b-4c21-b50f-45db934b19af))
+ (segment (start 97.0788 52.4256) (end 101.6508 52.4256) (width 0.25) (layer "F.Cu") (net 52) (tstamp 0ae3d49c-7401-4dec-9473-080b62ed2ee6))
+ (segment (start 101.6508 52.4256) (end 102.064873 52.4256) (width 0.25) (layer "F.Cu") (net 52) (tstamp 0eb41c0e-1424-48b5-8452-5c2cf1705dee))
+ (segment (start 103.632 54.0004) (end 103.2764 53.6448) (width 0.25) (layer "F.Cu") (net 52) (tstamp 1bf0538c-137a-4f2c-bf40-d21889b787cb))
+ (segment (start 106.86 55.515) (end 106.86 53.2525) (width 0.2) (layer "F.Cu") (net 52) (tstamp 35b63805-5c77-4b36-a90a-8ebc509773cf))
+ (segment (start 103.86 55.515) (end 103.86 54.2284) (width 0.2) (layer "F.Cu") (net 52) (tstamp 581fbfca-334c-4b33-833b-ce49edc0c291))
+ (segment (start 106.86 53.2525) (end 106.9 53.2125) (width 0.2) (layer "F.Cu") (net 52) (tstamp a2b11c7d-6d82-4a0e-99d0-fc0546fef730))
+ (segment (start 95.0214 55.183) (end 95.0214 54.483) (width 0.25) (layer "F.Cu") (net 52) (tstamp bd73a83a-1e58-462f-b837-204445b8e5ab))
+ (segment (start 102.064873 52.4256) (end 102.721437 53.082163) (width 0.25) (layer "F.Cu") (net 52) (tstamp d12df27a-c406-4ce0-9931-6c5ff4ea27e5))
+ (segment (start 95.0214 54.483) (end 97.0788 52.4256) (width 0.25) (layer "F.Cu") (net 52) (tstamp daedb18d-3984-4d71-b4e5-b2659c8b4f6f))
+ (segment (start 102.721437 53.082163) (end 103.280237 53.640964) (width 0.25) (layer "F.Cu") (net 52) (tstamp f06e0d62-01d3-4d6c-bd73-339581f53a13))
+ (segment (start 103.86 54.2284) (end 103.632 54.0004) (width 0.2) (layer "F.Cu") (net 52) (tstamp f50b9a67-6768-493b-be7c-fa3ea1d5cc63))
+ (via (at 102.721437 53.082163) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 52) (tstamp ca0c65ec-3799-4538-94cc-5a498062cd64))
+ (via (at 106.9 53.2125) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 52) (tstamp d67fc42d-fb94-40e8-9813-45c0addff720))
+ (segment (start 105.5624 52.3748) (end 103.4288 52.3748) (width 0.25) (layer "B.Cu") (net 52) (tstamp 2bbd0680-0211-4c1a-8d32-9daecccd5520))
+ (segment (start 106.9 53.2125) (end 106.4001 53.2125) (width 0.25) (layer "B.Cu") (net 52) (tstamp 36fdc78f-db15-4fdb-9ae9-69590bc42576))
+ (segment (start 103.4288 52.3748) (end 102.721437 53.082163) (width 0.25) (layer "B.Cu") (net 52) (tstamp 88ea9f81-5adc-4000-bbc7-46450c957cc1))
+ (segment (start 106.4001 53.2125) (end 105.5624 52.3748) (width 0.25) (layer "B.Cu") (net 52) (tstamp a8cfb41d-6555-4e17-bed0-0c18fc591fde))
+ (segment (start 104.36 55.515) (end 104.36 53.2552) (width 0.2) (layer "F.Cu") (net 53) (tstamp 2d217867-e0ce-4f7e-aa98-80cdb05a93ea))
+ (segment (start 96.3676 51.9176) (end 103.0224 51.9176) (width 0.25) (layer "F.Cu") (net 53) (tstamp 2d5b682e-fe0e-4e7b-bb63-08e95432b3fb))
+ (segment (start 107.696 53.6448) (end 107.36 53.9808) (width 0.25) (layer "F.Cu") (net 53) (tstamp 5f043137-9a28-421d-a743-6384e11dadec))
+ (segment (start 107.2896 52.4256) (end 107.696 52.832) (width 0.25) (layer "F.Cu") (net 53) (tstamp 7c1f771d-1617-4918-a07b-7e7564cce9ad))
+ (segment (start 93.7514 55.183) (end 93.7514 54.5338) (width 0.25) (layer "F.Cu") (net 53) (tstamp 7d106f36-546b-4876-993a-2a58953af3a7))
+ (segment (start 93.7514 54.5338) (end 96.3676 51.9176) (width 0.25) (layer "F.Cu") (net 53) (tstamp 912c7d88-3b98-4a87-8999-b32c5d4b2672))
+ (segment (start 104.3432 53.2384) (end 103.5304 52.4256) (width 0.25) (layer "F.Cu") (net 53) (tstamp 9e3b65bf-cc47-4549-bb5b-d11cbca300f0))
+ (segment (start 103.5304 52.4256) (end 103.0224 51.9176) (width 0.25) (layer "F.Cu") (net 53) (tstamp acd6c9be-8a78-4436-b268-71e64fb0331f))
+ (segment (start 104.36 53.2552) (end 104.3432 53.2384) (width 0.2) (layer "F.Cu") (net 53) (tstamp c83dd0dc-f2bf-456e-bc5f-2a3840ed69fc))
+ (segment (start 107.36 55.515) (end 107.36 53.9808) (width 0.2) (layer "F.Cu") (net 53) (tstamp d4fdad34-ebb9-4229-99f2-7e27529726e7))
+ (segment (start 103.5304 52.4256) (end 107.2896 52.4256) (width 0.25) (layer "F.Cu") (net 53) (tstamp e4826399-c783-4980-abfd-f368e8f75f4c))
+ (segment (start 107.696 52.832) (end 107.696 53.6448) (width 0.25) (layer "F.Cu") (net 53) (tstamp e86cda0a-03a1-4038-9e05-779ff3eee5fc))
+ (via (at 104.3432 53.2384) (size 0.8) (drill 0.5) (layers "F.Cu" "B.Cu") (net 53) (tstamp 09abd5b0-4bbb-48e7-85cd-82600281bf42))
+ (segment (start 91.5793 56.0851) (end 92.4814 55.183) (width 0.25) (layer "F.Cu") (net 54) (tstamp 252b86b7-be97-4026-b16a-3210b1998b9e))
+ (segment (start 90.6272 56.0851) (end 91.5793 56.0851) (width 0.25) (layer "F.Cu") (net 54) (tstamp ec875fee-5902-46f1-9410-4ce1d58f21b4))
+ (segment (start 80.3375 91.7167) (end 80.3375 90.8525) (width 0.25) (layer "B.Cu") (net 55) (tstamp 10b70d50-dcc4-4d64-b40f-1dbec7a5fff6))
+ (segment (start 82.6146 100.7872) (end 83.566 99.8358) (width 0.25) (layer "B.Cu") (net 55) (tstamp 3ddbba62-1b7c-4e16-8686-67b429d15ee7))
+ (segment (start 83.566 94.9452) (end 80.3375 91.7167) (width 0.25) (layer "B.Cu") (net 55) (tstamp 52964323-54d5-4728-b611-f119d5f0b54e))
+ (segment (start 83.566 99.8358) (end 83.566 94.9452) (width 0.25) (layer "B.Cu") (net 55) (tstamp 86829631-4ef1-4926-862c-be5b428f6b33))
(zone (net 2) (net_name "GND") (layer "F.Cu") (tstamp b3ce059c-7254-484f-ba73-e700622a3987) (hatch edge 0.508)
(connect_pads (clearance 0.508))
@@ -3130,6 +3260,7 @@
(xy 115.088355 51.668965)
(xy 115.088472 51.669121)
(xy 115.093845 51.676317)
+ (xy 115.115458 51.692575)
(xy 115.129516 51.70315)
(xy 115.137867 51.710012)
(xy 115.172497 51.74105)
@@ -3160,15 +3291,15 @@
(xy 127.169066 57.382391)
(xy 127.572001 57.728031)
(xy 127.59623 57.755965)
- (xy 128.088647 58.528952)
+ (xy 128.094128 58.537556)
(xy 128.103913 58.552916)
(xy 128.115241 58.575369)
- (xy 128.452858 59.452958)
+ (xy 128.453836 59.4555)
(xy 128.473148 59.505699)
(xy 128.48155 59.55094)
(xy 128.48155 60.564003)
(xy 128.479799 60.584935)
- (xy 128.408293 61.009392)
+ (xy 128.411151 60.992427)
(xy 128.406166 61.022017)
(xy 128.406069 61.022585)
(xy 128.391103 61.108316)
@@ -3177,20 +3308,14 @@
(xy 128.394438 61.13806)
(xy 128.395185 61.155207)
(xy 128.394468 61.184271)
- (xy 128.396775 61.192948)
- (xy 128.396775 61.19295)
- (xy 128.403093 61.216714)
- (xy 128.403415 61.218123)
+ (xy 128.403098 61.216731)
+ (xy 128.403414 61.218119)
(xy 128.403573 61.219537)
- (xy 128.404583 61.223241)
- (xy 128.404585 61.223251)
- (xy 128.414411 61.259297)
- (xy 128.414617 61.260062)
- (xy 128.420577 61.282479)
+ (xy 128.414503 61.259633)
(xy 128.431891 61.325039)
(xy 128.432558 61.326141)
(xy 128.432905 61.32714)
- (xy 128.553099 61.768068)
+ (xy 128.548503 61.751206)
(xy 128.650311 62.124688)
(xy 128.653239 62.142508)
(xy 128.654395 62.148158)
@@ -3212,7 +3337,7 @@
(xy 128.726083 62.329896)
(xy 128.727819 62.331987)
(xy 128.741538 62.352227)
- (xy 128.873515 62.594664)
+ (xy 128.836145 62.526016)
(xy 129.204221 63.202159)
(xy 129.209274 63.212549)
(xy 129.227068 63.253852)
@@ -3225,24 +3350,23 @@
(xy 129.308393 63.353494)
(xy 129.338817 63.376409)
(xy 129.346573 63.382749)
- (xy 129.488739 63.508719)
- (xy 130.054897 64.010378)
+ (xy 129.568824 63.57968)
+ (xy 130.071171 64.024798)
(xy 130.074747 64.027967)
(xy 130.080548 64.033445)
(xy 130.118024 64.07115)
- (xy 130.157593 64.092971)
+ (xy 130.151369 64.089538)
(xy 130.159752 64.094161)
(xy 130.168253 64.099296)
- (xy 130.186279 64.111178)
(xy 130.208262 64.12567)
(xy 130.263264 64.142584)
(xy 130.26936 64.144631)
(xy 130.78831 64.33376)
(xy 131.156323 64.467881)
(xy 131.166727 64.472209)
- (xy 131.199222 64.487465)
+ (xy 131.194121 64.48507)
(xy 131.20735 64.491281)
- (xy 131.237886 64.496036)
+ (xy 131.230784 64.49493)
(xy 131.262758 64.499909)
(xy 131.269296 64.501105)
(xy 131.315397 64.510798)
@@ -3254,12 +3378,12 @@
(xy 133.093304 64.511295)
(xy 134.120832 64.731398)
(xy 134.154753 64.743976)
- (xy 134.72291 65.053726)
+ (xy 134.843196 65.119304)
(xy 134.909978 65.155712)
(xy 134.924037 65.163377)
(xy 134.95282 65.184908)
- (xy 135.213232 65.445316)
- (xy 135.653188 65.885266)
+ (xy 135.143117 65.375202)
+ (xy 135.579726 65.811805)
(xy 135.68661 65.918688)
(xy 135.703395 65.93948)
(xy 137.318363 68.442868)
@@ -3273,20 +3397,20 @@
(xy 140.266882 74.832904)
(xy 141.262925 78.153976)
(xy 141.265905 78.166046)
- (xy 141.394785 78.826716)
+ (xy 141.321523 78.451156)
(xy 141.931909 81.580131)
(xy 141.933355 81.589351)
+ (xy 142.26072 84.337291)
+ (xy 142.323479 84.864095)
(xy 142.349265 85.08055)
(xy 142.35015 85.095455)
(xy 142.35015 88.49517)
(xy 142.349585 88.507091)
(xy 142.017767 91.99859)
(xy 142.015999 92.010803)
- (xy 141.799914 93.118077)
- (xy 141.351629 95.415205)
(xy 141.350009 95.423506)
(xy 141.347836 95.432764)
- (xy 140.952706 96.869865)
+ (xy 141.178979 96.046904)
(xy 140.434019 98.756349)
(xy 140.429095 98.77078)
(xy 139.100953 102.00727)
@@ -3536,413 +3660,42 @@
(xy 74.707691 105.428998)
(xy 73.048141 102.358775)
(xy 73.041386 102.344102)
- (xy 72.394656 100.663028)
- (xy 72.35089 100.549266)
- (xy 80.678 100.549266)
- (xy 80.678337 100.555782)
- (xy 80.688075 100.649632)
- (xy 80.690968 100.663028)
- (xy 80.741488 100.814453)
- (xy 80.747653 100.827615)
- (xy 80.831426 100.962992)
- (xy 80.84046 100.97439)
- (xy 80.953129 101.086863)
- (xy 80.96454 101.095875)
- (xy 81.100063 101.179412)
- (xy 81.113241 101.185556)
- (xy 81.264766 101.235815)
- (xy 81.278132 101.238681)
- (xy 81.37077 101.248172)
- (xy 81.377185 101.2485)
- (xy 81.388885 101.2485)
- (xy 81.404124 101.244025)
- (xy 81.405329 101.242635)
- (xy 81.407 101.234952)
- (xy 81.407 101.230385)
- (xy 81.915 101.230385)
- (xy 81.919475 101.245624)
- (xy 81.920865 101.246829)
- (xy 81.928548 101.2485)
- (xy 81.944766 101.2485)
- (xy 81.951282 101.248163)
- (xy 82.045132 101.238425)
- (xy 82.058528 101.235532)
- (xy 82.209953 101.185012)
- (xy 82.223115 101.178847)
- (xy 82.358492 101.095074)
- (xy 82.36989 101.08604)
- (xy 82.482363 100.973371)
- (xy 82.491375 100.96196)
- (xy 82.574912 100.826437)
- (xy 82.581056 100.813259)
- (xy 82.631315 100.661734)
- (xy 82.634181 100.648368)
- (xy 82.643672 100.55573)
- (xy 82.644 100.549315)
- (xy 82.644 100.475115)
- (xy 82.639525 100.459876)
- (xy 82.638135 100.458671)
- (xy 82.630452 100.457)
- (xy 81.933115 100.457)
- (xy 81.917876 100.461475)
- (xy 81.916671 100.462865)
- (xy 81.915 100.470548)
- (xy 81.915 101.230385)
- (xy 81.407 101.230385)
- (xy 81.407 100.475115)
- (xy 81.402525 100.459876)
- (xy 81.401135 100.458671)
- (xy 81.393452 100.457)
- (xy 80.696115 100.457)
- (xy 80.680876 100.461475)
- (xy 80.679671 100.462865)
- (xy 80.678 100.470548)
- (xy 80.678 100.549266)
- (xy 72.35089 100.549266)
+ (xy 71.924977 99.442169)
(xy 71.795362 99.105255)
(xy 71.792274 99.096219)
- (xy 71.792035 99.09542)
- (xy 71.131716 96.893766)
- (xy 72.1319 96.893766)
- (xy 72.132237 96.900282)
- (xy 72.141975 96.994132)
- (xy 72.144868 97.007528)
- (xy 72.195388 97.158953)
- (xy 72.201553 97.172115)
- (xy 72.285326 97.307492)
- (xy 72.29436 97.31889)
- (xy 72.407029 97.431363)
- (xy 72.41844 97.440375)
- (xy 72.553963 97.523912)
- (xy 72.567141 97.530056)
- (xy 72.718666 97.580315)
- (xy 72.732032 97.583181)
- (xy 72.82467 97.592672)
- (xy 72.831085 97.593)
- (xy 72.905285 97.593)
- (xy 72.920524 97.588525)
- (xy 72.921729 97.587135)
- (xy 72.9234 97.579452)
- (xy 72.9234 97.574885)
- (xy 73.4314 97.574885)
- (xy 73.435875 97.590124)
- (xy 73.437265 97.591329)
- (xy 73.444948 97.593)
- (xy 73.523666 97.593)
- (xy 73.530182 97.592663)
- (xy 73.624032 97.582925)
- (xy 73.637428 97.580032)
- (xy 73.788853 97.529512)
- (xy 73.802015 97.523347)
- (xy 73.937392 97.439574)
- (xy 73.948794 97.430536)
- (xy 73.950467 97.428861)
- (xy 73.951893 97.428081)
- (xy 73.954527 97.425993)
- (xy 73.954884 97.426444)
- (xy 74.012749 97.394781)
- (xy 74.083569 97.399784)
- (xy 74.128654 97.428701)
- (xy 74.130493 97.430536)
- (xy 74.136897 97.436929)
- (xy 74.28498 97.528209)
- (xy 74.450091 97.582974)
- (xy 74.456927 97.583674)
- (xy 74.45693 97.583675)
- (xy 74.50427 97.588525)
- (xy 74.552828 97.5935)
- (xy 75.251972 97.5935)
- (xy 75.255218 97.593163)
- (xy 75.255222 97.593163)
- (xy 75.349135 97.583419)
- (xy 75.349139 97.583418)
- (xy 75.355993 97.582707)
- (xy 75.362529 97.580526)
- (xy 75.362531 97.580526)
- (xy 75.495295 97.536232)
- (xy 75.521007 97.527654)
- (xy 75.668931 97.436116)
- (xy 75.669227 97.435819)
- (xy 75.732411 97.41025)
- (xy 75.802175 97.423426)
- (xy 75.833952 97.446539)
- (xy 75.955162 97.567749)
- (xy 75.959671 97.570906)
- (xy 75.959673 97.570908)
- (xy 75.991938 97.5935)
- (xy 76.135546 97.694056)
- (xy 76.335124 97.78712)
- (xy 76.547829 97.844115)
- (xy 76.7672 97.863307)
- (xy 76.986571 97.844115)
- (xy 77.199276 97.78712)
- (xy 77.398854 97.694056)
- (xy 77.542462 97.5935)
- (xy 77.574727 97.570908)
- (xy 77.574729 97.570906)
- (xy 77.579238 97.567749)
- (xy 77.734949 97.412038)
- (xy 77.74353 97.399784)
- (xy 77.858099 97.236162)
- (xy 77.8581 97.23616)
- (xy 77.861256 97.231653)
- (xy 77.863579 97.226671)
- (xy 77.863582 97.226666)
- (xy 77.951995 97.037061)
- (xy 77.95432 97.032076)
- (xy 78.011315 96.819371)
- (xy 78.030507 96.6)
- (xy 80.383893 96.6)
- (xy 80.403085 96.819371)
- (xy 80.46008 97.032076)
- (xy 80.462405 97.037061)
- (xy 80.550818 97.226666)
- (xy 80.550821 97.226671)
- (xy 80.553144 97.231653)
- (xy 80.5563 97.23616)
- (xy 80.556301 97.236162)
- (xy 80.670871 97.399784)
- (xy 80.679451 97.412038)
- (xy 80.819786 97.552373)
- (xy 80.853812 97.614685)
- (xy 80.848747 97.6855)
- (xy 80.833683 97.712258)
- (xy 80.834071 97.712497)
- (xy 80.747364 97.853162)
- (xy 80.742791 97.86058)
- (xy 80.688026 98.025691)
- (xy 80.6775 98.128428)
- (xy 80.6775 98.827572)
- (xy 80.688293 98.931593)
- (xy 80.743346 99.096607)
- (xy 80.834884 99.244531)
- (xy 80.840065 99.249703)
- (xy 80.842139 99.251773)
- (xy 80.843105 99.253538)
- (xy 80.844613 99.255441)
- (xy 80.844287 99.255699)
- (xy 80.876219 99.314054)
- (xy 80.871218 99.384875)
- (xy 80.842292 99.42997)
- (xy 80.839636 99.432631)
- (xy 80.830625 99.44404)
- (xy 80.747088 99.579563)
- (xy 80.740944 99.592741)
- (xy 80.690685 99.744266)
- (xy 80.687819 99.757632)
- (xy 80.678328 99.85027)
- (xy 80.678 99.856685)
- (xy 80.678 99.930885)
- (xy 80.682475 99.946124)
- (xy 80.683865 99.947329)
- (xy 80.691548 99.949)
- (xy 82.625885 99.949)
- (xy 82.641124 99.944525)
- (xy 82.642329 99.943135)
- (xy 82.644 99.935452)
- (xy 82.644 99.856734)
- (xy 82.643663 99.850218)
- (xy 82.633925 99.756368)
- (xy 82.631032 99.742972)
- (xy 82.580512 99.591547)
- (xy 82.574347 99.578385)
- (xy 82.490574 99.443008)
- (xy 82.481536 99.431606)
- (xy 82.479861 99.429933)
- (xy 82.479081 99.428507)
- (xy 82.476993 99.425873)
- (xy 82.477444 99.425516)
- (xy 82.445781 99.367651)
- (xy 82.450784 99.296831)
- (xy 82.479701 99.251746)
- (xy 82.482756 99.248685)
- (xy 82.487929 99.243503)
- (xy 82.558948 99.12829)
- (xy 82.575369 99.10165)
- (xy 82.57537 99.101648)
- (xy 82.579209 99.09542)
- (xy 82.633974 98.930309)
- (xy 82.6445 98.827572)
- (xy 82.6445 98.128428)
- (xy 82.633707 98.024407)
- (xy 82.578654 97.859393)
- (xy 82.487116 97.711469)
- (xy 82.481934 97.706296)
- (xy 82.480371 97.704324)
- (xy 82.453734 97.638514)
- (xy 82.466905 97.56875)
- (xy 82.490022 97.536965)
- (xy 82.614949 97.412038)
- (xy 82.62353 97.399784)
- (xy 82.738099 97.236162)
- (xy 82.7381 97.23616)
- (xy 82.741256 97.231653)
- (xy 82.743579 97.226671)
- (xy 82.743582 97.226666)
- (xy 82.831995 97.037061)
- (xy 82.83432 97.032076)
- (xy 82.891315 96.819371)
- (xy 82.910507 96.6)
- (xy 82.891315 96.380629)
- (xy 82.83432 96.167924)
- (xy 82.779776 96.050954)
- (xy 82.743582 95.973334)
- (xy 82.743579 95.973329)
- (xy 82.741256 95.968347)
- (xy 82.70288 95.91354)
- (xy 82.618108 95.792473)
- (xy 82.618106 95.79247)
- (xy 82.614949 95.787962)
- (xy 82.459238 95.632251)
- (xy 82.454126 95.628671)
- (xy 82.379959 95.576739)
- (xy 82.278854 95.505944)
- (xy 82.079276 95.41288)
- (xy 81.866571 95.355885)
- (xy 81.6472 95.336693)
- (xy 81.427829 95.355885)
- (xy 81.215124 95.41288)
- (xy 81.172457 95.432776)
- (xy 81.020534 95.503618)
- (xy 81.020529 95.503621)
- (xy 81.015547 95.505944)
- (xy 81.01104 95.5091)
- (xy 81.011038 95.509101)
- (xy 80.839673 95.629092)
- (xy 80.83967 95.629094)
- (xy 80.835162 95.632251)
- (xy 80.679451 95.787962)
- (xy 80.676294 95.79247)
- (xy 80.676292 95.792473)
- (xy 80.59152 95.91354)
- (xy 80.553144 95.968347)
- (xy 80.550821 95.973329)
- (xy 80.550818 95.973334)
- (xy 80.514624 96.050954)
- (xy 80.46008 96.167924)
- (xy 80.403085 96.380629)
- (xy 80.383893 96.6)
- (xy 78.030507 96.6)
- (xy 78.011315 96.380629)
- (xy 77.95432 96.167924)
- (xy 77.899776 96.050954)
- (xy 77.863582 95.973334)
- (xy 77.863579 95.973329)
- (xy 77.861256 95.968347)
- (xy 77.82288 95.91354)
- (xy 77.738108 95.792473)
- (xy 77.738106 95.79247)
- (xy 77.734949 95.787962)
- (xy 77.579238 95.632251)
- (xy 77.574126 95.628671)
- (xy 77.499959 95.576739)
- (xy 77.398854 95.505944)
- (xy 77.199276 95.41288)
- (xy 76.986571 95.355885)
- (xy 76.7672 95.336693)
- (xy 76.547829 95.355885)
- (xy 76.335124 95.41288)
- (xy 76.292457 95.432776)
- (xy 76.140534 95.503618)
- (xy 76.140529 95.503621)
- (xy 76.135547 95.505944)
- (xy 76.13104 95.5091)
- (xy 76.131038 95.509101)
- (xy 75.959673 95.629092)
- (xy 75.95967 95.629094)
- (xy 75.955162 95.632251)
- (xy 75.822738 95.764675)
- (xy 75.760426 95.798701)
- (xy 75.689611 95.793636)
- (xy 75.667537 95.782845)
- (xy 75.51982 95.691791)
- (xy 75.354709 95.637026)
- (xy 75.347873 95.636326)
- (xy 75.34787 95.636325)
- (xy 75.296374 95.631049)
- (xy 75.251972 95.6265)
- (xy 74.552828 95.6265)
- (xy 74.549582 95.626837)
- (xy 74.549578 95.626837)
- (xy 74.455665 95.636581)
- (xy 74.455661 95.636582)
- (xy 74.448807 95.637293)
- (xy 74.442271 95.639474)
- (xy 74.442269 95.639474)
- (xy 74.364617 95.665381)
- (xy 74.283793 95.692346)
- (xy 74.135869 95.783884)
- (xy 74.130697 95.789065)
- (xy 74.128627 95.791139)
- (xy 74.126862 95.792105)
- (xy 74.124959 95.793613)
- (xy 74.124701 95.793287)
- (xy 74.066346 95.825219)
- (xy 73.995525 95.820218)
- (xy 73.95043 95.791292)
- (xy 73.947769 95.788636)
- (xy 73.93636 95.779625)
- (xy 73.800837 95.696088)
- (xy 73.787659 95.689944)
- (xy 73.636134 95.639685)
- (xy 73.622768 95.636819)
- (xy 73.53013 95.627328)
- (xy 73.523715 95.627)
- (xy 73.449515 95.627)
- (xy 73.434276 95.631475)
- (xy 73.433071 95.632865)
- (xy 73.4314 95.640548)
- (xy 73.4314 97.574885)
- (xy 72.9234 97.574885)
- (xy 72.9234 96.882115)
- (xy 72.918925 96.866876)
- (xy 72.917535 96.865671)
- (xy 72.909852 96.864)
- (xy 72.150015 96.864)
- (xy 72.134776 96.868475)
- (xy 72.133571 96.869865)
- (xy 72.1319 96.877548)
- (xy 72.1319 96.893766)
- (xy 71.131716 96.893766)
- (xy 70.964996 96.337885)
- (xy 72.1319 96.337885)
- (xy 72.136375 96.353124)
- (xy 72.137765 96.354329)
- (xy 72.145448 96.356)
- (xy 72.905285 96.356)
- (xy 72.920524 96.351525)
- (xy 72.921729 96.350135)
- (xy 72.9234 96.342452)
- (xy 72.9234 95.645115)
- (xy 72.918925 95.629876)
- (xy 72.917535 95.628671)
- (xy 72.909852 95.627)
- (xy 72.831134 95.627)
- (xy 72.824618 95.627337)
- (xy 72.730768 95.637075)
- (xy 72.717372 95.639968)
- (xy 72.565947 95.690488)
- (xy 72.552785 95.696653)
- (xy 72.417408 95.780426)
- (xy 72.40601 95.78946)
- (xy 72.293537 95.902129)
- (xy 72.284525 95.91354)
- (xy 72.200988 96.049063)
- (xy 72.194844 96.062241)
- (xy 72.144585 96.213766)
- (xy 72.141719 96.227132)
- (xy 72.132228 96.31977)
- (xy 72.1319 96.326185)
- (xy 72.1319 96.337885)
- (xy 70.964996 96.337885)
- (xy 70.878373 96.049063)
+ (xy 71.791242 99.092776)
+ (xy 70.87894 96.050954)
(xy 70.791778 95.760335)
(xy 70.789402 95.751176)
- (xy 70.076229 92.505142)
- (xy 70.040624 92.343085)
- (xy 70.038283 92.328264)
- (xy 70.024453 92.186231)
- (xy 69.927479 91.190366)
+ (xy 70.049925 92.385418)
+ (xy 70.054843 92.314592)
+ (xy 70.097272 92.257668)
+ (xy 70.163741 92.23272)
+ (xy 70.234461 92.248392)
+ (xy 70.358694 92.317824)
+ (xy 70.546792 92.37894)
+ (xy 70.743177 92.402358)
+ (xy 70.749312 92.401886)
+ (xy 70.749314 92.401886)
+ (xy 70.93423 92.387657)
+ (xy 70.934234 92.387656)
+ (xy 70.940372 92.387184)
+ (xy 71.130863 92.333998)
+ (xy 71.136367 92.331218)
+ (xy 71.136369 92.331217)
+ (xy 71.301895 92.247604)
+ (xy 71.301897 92.247603)
+ (xy 71.307396 92.244825)
+ (xy 71.463247 92.123061)
+ (xy 71.592478 91.973345)
+ (xy 71.690169 91.801379)
+ (xy 71.752597 91.613713)
+ (xy 71.777385 91.417495)
+ (xy 71.77778 91.3892)
+ (xy 71.773102 91.341489)
+ (xy 71.786362 91.271742)
+ (xy 71.809406 91.240099)
+ (xy 71.859139 91.190366)
(xy 77.5667 91.190366)
(xy 77.567037 91.196882)
(xy 77.576775 91.290732)
@@ -3972,77 +3725,32 @@
(xy 77.568371 91.166465)
(xy 77.5667 91.174148)
(xy 77.5667 91.190366)
- (xy 69.927479 91.190366)
- (xy 69.920365 91.11731)
- (xy 69.933671 91.047572)
- (xy 69.982568 90.996098)
- (xy 70.051532 90.979231)
- (xy 70.108772 90.99598)
- (xy 70.111941 90.99781)
- (xy 70.117279 91.001688)
- (xy 70.123306 91.004371)
- (xy 70.123307 91.004372)
- (xy 70.12331 91.004373)
- (xy 70.296544 91.081502)
- (xy 70.392515 91.101901)
- (xy 70.482028 91.120928)
- (xy 70.482032 91.120928)
- (xy 70.488485 91.1223)
- (xy 70.684715 91.1223)
- (xy 70.691168 91.120928)
- (xy 70.691172 91.120928)
- (xy 70.780685 91.101901)
- (xy 70.876656 91.081502)
- (xy 70.952864 91.047572)
- (xy 71.049891 91.004373)
- (xy 71.049893 91.004372)
- (xy 71.055921 91.001688)
- (xy 71.063615 90.996098)
- (xy 71.20933 90.89023)
- (xy 71.209332 90.890228)
- (xy 71.214674 90.886347)
- (xy 71.234806 90.863988)
- (xy 71.295249 90.82675)
- (xy 71.32844 90.8223)
- (xy 76.966033 90.8223)
- (xy 76.977216 90.822827)
- (xy 76.984709 90.824502)
- (xy 76.992635 90.824253)
- (xy 76.992636 90.824253)
- (xy 77.052786 90.822362)
- (xy 77.056745 90.8223)
- (xy 77.084656 90.8223)
- (xy 77.088591 90.821803)
- (xy 77.088656 90.821795)
- (xy 77.100493 90.820862)
- (xy 77.132751 90.819848)
- (xy 77.13677 90.819722)
- (xy 77.144689 90.819473)
- (xy 77.164143 90.813821)
- (xy 77.1835 90.809813)
- (xy 77.19573 90.808268)
- (xy 77.195731 90.808268)
- (xy 77.203597 90.807274)
- (xy 77.210968 90.804355)
- (xy 77.21097 90.804355)
- (xy 77.244712 90.790996)
- (xy 77.255942 90.787151)
- (xy 77.290783 90.777029)
- (xy 77.290784 90.777029)
- (xy 77.298393 90.774818)
- (xy 77.305212 90.770785)
- (xy 77.305217 90.770783)
- (xy 77.315828 90.764507)
- (xy 77.333576 90.755812)
- (xy 77.352417 90.748352)
- (xy 77.388187 90.722364)
- (xy 77.398107 90.715848)
- (xy 77.429335 90.69738)
- (xy 77.429338 90.697378)
- (xy 77.436162 90.693342)
- (xy 77.446718 90.682786)
- (xy 77.50903 90.64876)
- (xy 77.562596 90.64876)
+ (xy 71.859139 91.190366)
+ (xy 72.9711 90.078405)
+ (xy 73.033412 90.044379)
+ (xy 73.060195 90.0415)
+ (xy 77.1174 90.0415)
+ (xy 77.185521 90.061502)
+ (xy 77.204747 90.077843)
+ (xy 77.20502 90.07754)
+ (xy 77.209932 90.081963)
+ (xy 77.214347 90.086866)
+ (xy 77.219686 90.090745)
+ (xy 77.353188 90.18774)
+ (xy 77.368848 90.199118)
+ (xy 77.374876 90.201802)
+ (xy 77.374878 90.201803)
+ (xy 77.537966 90.274414)
+ (xy 77.592062 90.320394)
+ (xy 77.612711 90.388321)
+ (xy 77.60631 90.429188)
+ (xy 77.579385 90.510365)
+ (xy 77.576519 90.523732)
+ (xy 77.567028 90.61637)
+ (xy 77.5667 90.622785)
+ (xy 77.5667 90.634485)
+ (xy 77.571175 90.649724)
+ (xy 77.572565 90.650929)
(xy 77.580248 90.6526)
(xy 78.6902 90.6526)
(xy 78.758321 90.672602)
@@ -4065,6 +3773,9 @@
(xy 79.518196 91.596384)
(xy 79.563283 91.625304)
(xy 79.671697 91.733529)
+ (xy 79.677927 91.737369)
+ (xy 79.677928 91.73737)
+ (xy 79.78177 91.801379)
(xy 79.81978 91.824809)
(xy 79.984891 91.879574)
(xy 79.991727 91.880274)
@@ -4088,9 +3799,11 @@
(xy 81.226629 91.609603)
(xy 81.317909 91.46152)
(xy 81.372674 91.296409)
+ (xy 81.374129 91.282215)
+ (xy 81.382872 91.196871)
(xy 81.3832 91.193672)
(xy 81.3832 90.619528)
- (xy 81.382863 90.616278)
+ (xy 81.379289 90.581832)
(xy 81.373119 90.522365)
(xy 81.373118 90.522361)
(xy 81.372407 90.515507)
@@ -4110,7 +3823,7 @@
(xy 81.343996 88.608048)
(xy 81.358402 88.470977)
(xy 81.359092 88.464412)
- (xy 81.358261 88.456509)
+ (xy 81.357576 88.449987)
(xy 81.33982 88.281047)
(xy 81.33982 88.281045)
(xy 81.33913 88.274484)
@@ -4577,7 +4290,7 @@
(xy 131.478658 85.916751)
(xy 131.516799 85.903804)
(xy 131.55951 85.879885)
- (xy 131.594115 85.860505)
+ (xy 131.589144 85.863289)
(xy 131.694551 85.804258)
(xy 131.851186 85.673986)
(xy 131.981458 85.517351)
@@ -4592,22 +4305,19 @@
(xy 132.14649 85.146683)
(xy 132.175723 84.945063)
(xy 132.177249 84.8868)
- (xy 132.163062 84.732402)
- (xy 132.159137 84.68968)
- (xy 132.159136 84.689677)
(xy 132.158608 84.683926)
- (xy 132.15704 84.678366)
+ (xy 132.145702 84.638164)
(xy 132.104875 84.493406)
(xy 132.104874 84.493404)
(xy 132.103307 84.487847)
(xy 132.089959 84.460778)
(xy 132.015756 84.31031)
(xy 132.013201 84.305129)
- (xy 132.000124 84.287616)
+ (xy 131.994796 84.280481)
(xy 131.894758 84.146515)
(xy 131.894758 84.146514)
(xy 131.891305 84.141891)
- (xy 131.771578 84.031216)
+ (xy 131.77102 84.0307)
(xy 131.745943 84.007519)
(xy 131.74594 84.007517)
(xy 131.741703 84.0036)
@@ -4633,11 +4343,11 @@
(xy 130.256478 84.12049)
(xy 130.252911 84.125015)
(xy 130.252906 84.12502)
- (xy 130.200546 84.191439)
+ (xy 130.176847 84.221501)
(xy 130.130351 84.280481)
(xy 130.127662 84.285592)
(xy 130.12766 84.285595)
- (xy 130.095279 84.347142)
+ (xy 130.04152 84.449321)
(xy 130.035492 84.460778)
(xy 130.031978 84.472096)
(xy 130.000741 84.523824)
@@ -4654,7 +4364,7 @@
(xy 127.840246 86.701874)
(xy 127.837678 86.706544)
(xy 127.834297 86.710661)
- (xy 127.818287 86.74052)
+ (xy 127.80326 86.768545)
(xy 127.790423 86.792486)
(xy 127.789794 86.793645)
(xy 127.747938 86.869781)
@@ -4667,7 +4377,7 @@
(xy 127.685165 87.063706)
(xy 127.684571 87.069002)
(xy 127.683013 87.074098)
- (xy 127.678117 87.1223)
+ (xy 127.68239 87.080234)
(xy 127.673618 87.166587)
(xy 127.673489 87.167793)
(xy 127.6679 87.217627)
@@ -4723,7 +4433,7 @@
(xy 125.77645 73.135734)
(xy 125.77645 68.774636)
(xy 125.777351 68.759596)
- (xy 125.780475 68.733608)
+ (xy 125.779969 68.737819)
(xy 125.781547 68.724694)
(xy 125.770772 68.659917)
(xy 125.770343 68.657149)
@@ -4732,7 +4442,7 @@
(xy 125.76103 68.592113)
(xy 125.744849 68.556525)
(xy 125.73992 68.543928)
- (xy 125.717027 68.474682)
+ (xy 125.702522 68.430809)
(xy 125.604957 68.135706)
(xy 125.60312 68.128874)
(xy 125.602733 68.122797)
@@ -4764,10 +4474,10 @@
(xy 125.416672 67.82484)
(xy 125.408421 67.81741)
(xy 125.392875 67.801914)
- (xy 125.246514 67.656033)
+ (xy 125.202349 67.612013)
(xy 125.067162 67.477269)
(xy 125.055658 67.464088)
- (xy 125.055498 67.463877)
+ (xy 125.05329 67.460961)
(xy 125.03822 67.441057)
(xy 125.031012 67.43571)
(xy 125.03101 67.435708)
@@ -4811,60 +4521,88 @@
(xy 124.192281 67.211579)
(xy 124.192223 67.210902)
(xy 124.180851 67.2122)
- (xy 114.748992 67.2122)
- (xy 114.680871 67.192198)
- (xy 114.634378 67.138542)
- (xy 114.624274 67.068268)
- (xy 114.653768 67.003688)
- (xy 114.696073 66.974261)
- (xy 114.695425 66.973077)
- (xy 114.703297 66.968767)
- (xy 114.711705 66.965615)
- (xy 114.828261 66.878261)
- (xy 114.915615 66.761705)
- (xy 114.966745 66.625316)
- (xy 114.9735 66.563134)
- (xy 114.9735 65.616866)
- (xy 114.966745 65.554684)
- (xy 114.915615 65.418295)
- (xy 114.828261 65.301739)
- (xy 114.711705 65.214385)
- (xy 114.575316 65.163255)
- (xy 114.513134 65.1565)
- (xy 113.566866 65.1565)
- (xy 113.504684 65.163255)
- (xy 113.368295 65.214385)
- (xy 113.251739 65.301739)
- (xy 113.164385 65.418295)
- (xy 113.113255 65.554684)
- (xy 113.112402 65.56254)
- (xy 113.112083 65.56388)
- (xy 113.076865 65.625527)
- (xy 113.01391 65.658347)
- (xy 112.943205 65.651921)
- (xy 112.887198 65.608289)
- (xy 112.8635 65.534734)
- (xy 112.8635 64.856866)
- (xy 112.856745 64.794684)
- (xy 112.805615 64.658295)
- (xy 112.718261 64.541739)
- (xy 112.613935 64.463551)
- (xy 112.57142 64.406692)
- (xy 112.5635 64.362725)
- (xy 112.5635 63.956525)
- (xy 112.567457 63.925196)
- (xy 112.5713 63.91023)
- (xy 112.5713 63.889976)
- (xy 112.572851 63.870265)
- (xy 112.57478 63.858086)
+ (xy 115.338675 67.2122)
+ (xy 115.270554 67.192198)
+ (xy 115.224061 67.138542)
+ (xy 115.213957 67.068268)
+ (xy 115.242864 67.004369)
+ (xy 115.251263 66.994535)
+ (xy 115.264176 66.979416)
+ (xy 115.266755 66.975208)
+ (xy 115.266759 66.975202)
+ (xy 115.385654 66.781183)
+ (xy 115.38824 66.776963)
+ (xy 115.391017 66.77026)
+ (xy 115.477211 66.562167)
+ (xy 115.477212 66.562165)
+ (xy 115.479105 66.557594)
+ (xy 115.49836 66.477391)
+ (xy 115.53338 66.331524)
+ (xy 115.533381 66.331518)
+ (xy 115.534535 66.326711)
+ (xy 115.553165 66.09)
+ (xy 115.534535 65.853289)
+ (xy 115.530923 65.83824)
+ (xy 115.493808 65.683648)
+ (xy 115.479105 65.622406)
+ (xy 115.473842 65.6097)
+ (xy 115.390135 65.407611)
+ (xy 115.390133 65.407607)
+ (xy 115.38824 65.403037)
+ (xy 115.381304 65.391718)
+ (xy 115.266759 65.204798)
+ (xy 115.266755 65.204792)
+ (xy 115.264176 65.200584)
+ (xy 115.120538 65.032406)
+ (xy 115.113177 65.023787)
+ (xy 115.109969 65.020031)
+ (xy 114.929416 64.865824)
+ (xy 114.925208 64.863245)
+ (xy 114.925202 64.863241)
+ (xy 114.731183 64.744346)
+ (xy 114.726963 64.74176)
+ (xy 114.722393 64.739867)
+ (xy 114.722389 64.739865)
+ (xy 114.512167 64.652789)
+ (xy 114.512165 64.652788)
+ (xy 114.507594 64.650895)
+ (xy 114.427391 64.63164)
+ (xy 114.281524 64.59662)
+ (xy 114.281518 64.596619)
+ (xy 114.276711 64.595465)
+ (xy 114.04 64.576835)
+ (xy 113.803289 64.595465)
+ (xy 113.798482 64.596619)
+ (xy 113.798476 64.59662)
+ (xy 113.652609 64.63164)
+ (xy 113.572406 64.650895)
+ (xy 113.567835 64.652788)
+ (xy 113.567833 64.652789)
+ (xy 113.440058 64.705715)
+ (xy 113.369468 64.713304)
+ (xy 113.305981 64.681525)
+ (xy 113.279806 64.646817)
+ (xy 113.27824 64.643037)
+ (xy 113.250364 64.597547)
+ (xy 113.156759 64.444798)
+ (xy 113.156755 64.444792)
+ (xy 113.154176 64.440584)
+ (xy 112.999969 64.260031)
+ (xy 112.819416 64.105824)
+ (xy 112.815208 64.103245)
+ (xy 112.815202 64.103241)
+ (xy 112.632441 63.991245)
+ (xy 112.58481 63.938597)
+ (xy 112.573828 63.864098)
+ (xy 112.57478 63.858089)
+ (xy 112.57478 63.858085)
(xy 112.57602 63.850257)
(xy 112.571859 63.806238)
(xy 112.5713 63.794381)
(xy 112.5713 63.654967)
(xy 112.571827 63.643784)
(xy 112.573502 63.636291)
- (xy 112.572715 63.611233)
- (xy 112.571362 63.568201)
+ (xy 112.571362 63.5682)
(xy 112.5713 63.564243)
(xy 112.5713 63.536344)
(xy 112.570796 63.532353)
@@ -4885,29 +4623,29 @@
(xy 123.770743 63.357703)
(xy 123.771302 63.361947)
(xy 123.771302 63.361951)
- (xy 123.781248 63.437495)
+ (xy 123.781004 63.435644)
(xy 123.808268 63.642734)
(xy 123.809401 63.646874)
(xy 123.809401 63.646876)
- (xy 123.82441 63.701739)
+ (xy 123.822922 63.696302)
(xy 123.884129 63.920036)
(xy 123.885813 63.923984)
- (xy 123.978529 64.141351)
+ (xy 123.98472 64.155866)
(xy 123.996923 64.184476)
- (xy 124.029133 64.238295)
- (xy 124.138534 64.42109)
+ (xy 124.034183 64.246733)
+ (xy 124.141962 64.426818)
(xy 124.144561 64.431161)
(xy 124.324313 64.655528)
- (xy 124.408297 64.735226)
- (xy 124.526693 64.847579)
+ (xy 124.432645 64.758331)
+ (xy 124.511132 64.832812)
(xy 124.532851 64.853423)
(xy 124.766317 65.021186)
(xy 124.770112 65.023195)
(xy 124.770113 65.023196)
(xy 124.791869 65.034715)
(xy 125.020392 65.155712)
- (xy 125.086374 65.179858)
- (xy 125.275016 65.248891)
+ (xy 125.065964 65.172389)
+ (xy 125.209974 65.225089)
(xy 125.290373 65.254511)
(xy 125.571264 65.315755)
(xy 125.599841 65.318004)
@@ -4922,53 +4660,56 @@
(xy 126.166825 65.318873)
(xy 126.17102 65.318004)
(xy 126.171022 65.318004)
- (xy 126.33695 65.283642)
+ (xy 126.341851 65.282627)
(xy 126.448342 65.260574)
(xy 126.719343 65.164607)
- (xy 126.894891 65.074)
+ (xy 126.807362 65.119177)
(xy 126.971005 65.034715)
(xy 126.971006 65.034715)
(xy 126.974812 65.03275)
(xy 126.978313 65.030289)
(xy 126.978317 65.030287)
- (xy 127.137575 64.918358)
+ (xy 127.142645 64.914795)
(xy 127.210023 64.867441)
- (xy 127.352303 64.735226)
+ (xy 127.288403 64.794606)
(xy 127.417479 64.674661)
(xy 127.417481 64.674658)
(xy 127.420622 64.67174)
(xy 127.602713 64.449268)
(xy 127.752927 64.204142)
- (xy 127.789542 64.120731)
- (xy 127.866758 63.944828)
- (xy 127.866759 63.944826)
+ (xy 127.829633 64.029402)
+ (xy 127.866757 63.94483)
(xy 127.868483 63.940898)
- (xy 127.892607 63.856212)
- (xy 127.946068 63.668534)
(xy 127.947244 63.664406)
+ (xy 127.982905 63.413832)
+ (xy 127.987146 63.384036)
+ (xy 127.987146 63.384034)
(xy 127.987751 63.379784)
(xy 127.987799 63.370772)
(xy 127.989235 63.096583)
(xy 127.989235 63.096576)
(xy 127.989257 63.092297)
- (xy 127.979436 63.017695)
+ (xy 127.983807 63.050895)
(xy 127.955976 62.839505)
(xy 127.951732 62.807266)
(xy 127.949776 62.800114)
- (xy 127.916674 62.679115)
+ (xy 127.877003 62.534103)
(xy 127.875871 62.529964)
- (xy 127.852347 62.474813)
+ (xy 127.80006 62.352228)
(xy 127.764763 62.269476)
(xy 127.764761 62.269472)
(xy 127.763077 62.265524)
(xy 127.615439 62.018839)
(xy 127.435687 61.794472)
+ (xy 127.275807 61.642752)
+ (xy 127.230258 61.599527)
+ (xy 127.230255 61.599525)
(xy 127.227149 61.596577)
(xy 126.993683 61.428814)
(xy 126.971843 61.41725)
- (xy 126.941612 61.401244)
+ (xy 126.947309 61.40426)
(xy 126.739608 61.294288)
- (xy 126.527627 61.216714)
+ (xy 126.545438 61.223232)
(xy 126.473658 61.196964)
(xy 126.473656 61.196963)
(xy 126.469627 61.195489)
@@ -4985,7 +4726,7 @@
(xy 125.593175 61.131127)
(xy 125.58898 61.131996)
(xy 125.588978 61.131996)
- (xy 125.544162 61.141277)
+ (xy 125.518395 61.146613)
(xy 125.311658 61.189426)
(xy 125.040657 61.285393)
(xy 124.785188 61.41725)
@@ -4993,26 +4734,23 @@
(xy 124.781683 61.419713)
(xy 124.72134 61.462123)
(xy 124.549977 61.582559)
- (xy 124.531717 61.599527)
+ (xy 124.515917 61.61421)
(xy 124.34414 61.773835)
(xy 124.339378 61.77826)
(xy 124.157287 62.000732)
(xy 124.007073 62.245858)
(xy 124.005347 62.249791)
(xy 124.005346 62.249792)
- (xy 123.904252 62.48009)
+ (xy 123.973215 62.322989)
(xy 123.891517 62.509102)
- (xy 123.890342 62.513229)
- (xy 123.890341 62.51323)
- (xy 123.880521 62.547704)
(xy 123.812756 62.785594)
(xy 123.772249 63.070216)
(xy 123.772227 63.074505)
(xy 123.772226 63.074512)
- (xy 123.770887 63.330222)
+ (xy 123.770817 63.343558)
(xy 123.770743 63.357703)
(xy 112.534015 63.357703)
- (xy 112.52603 63.330222)
+ (xy 112.531112 63.347711)
(xy 112.523818 63.322607)
(xy 112.513507 63.305172)
(xy 112.504812 63.287424)
@@ -5037,7 +4775,7 @@
(xy 110.95047 61.692965)
(xy 110.947273 61.690485)
(xy 110.938251 61.68278)
- (xy 110.9118 61.657941)
+ (xy 110.924816 61.670164)
(xy 110.906021 61.652514)
(xy 110.899075 61.648695)
(xy 110.899072 61.648693)
@@ -5064,7 +4802,7 @@
(xy 110.61073 61.5356)
(xy 110.590476 61.5356)
(xy 110.570765 61.534049)
- (xy 110.558586 61.53212)
+ (xy 110.568234 61.533648)
(xy 110.550757 61.53088)
(xy 110.542865 61.531626)
(xy 110.506739 61.535041)
@@ -5080,7 +4818,7 @@
(xy 108.682151 61.267858)
(xy 108.838786 61.137586)
(xy 108.969058 60.980951)
- (xy 109.036404 60.860697)
+ (xy 109.040309 60.853723)
(xy 109.06578 60.808242)
(xy 109.065781 60.80824)
(xy 109.068604 60.803199)
@@ -5096,8 +4834,8 @@
(xy 109.071015 59.911108)
(xy 109.003356 59.77391)
(xy 109.000801 59.768729)
- (xy 108.995903 59.762169)
- (xy 108.934959 59.680556)
+ (xy 108.965492 59.721444)
+ (xy 108.936978 59.68326)
(xy 108.878905 59.605491)
(xy 108.858971 59.587064)
(xy 108.822526 59.526136)
@@ -5268,1484 +5006,131 @@
(xy 108.598495 53.237936)
(xy 108.593457 53.23681)
(xy 108.587912 53.2365)
- (xy 108.454756 53.2365)
- (xy 108.319963 53.251143)
- (xy 108.236609 53.279195)
- (xy 108.154796 53.306728)
- (xy 108.154794 53.306729)
- (xy 108.148325 53.308906)
- (xy 107.993095 53.402177)
- (xy 107.988138 53.406865)
- (xy 107.988135 53.406867)
- (xy 107.866473 53.521918)
- (xy 107.861515 53.526607)
- (xy 107.857683 53.532245)
- (xy 107.85768 53.532249)
- (xy 107.80674 53.607205)
- (xy 107.759723 53.676388)
- (xy 107.69247 53.844534)
- (xy 107.691356 53.851262)
- (xy 107.691355 53.851266)
- (xy 107.666179 54.003343)
- (xy 107.662892 54.023198)
- (xy 107.663249 54.030015)
- (xy 107.663249 54.030019)
- (xy 107.66948 54.148906)
- (xy 107.653071 54.21798)
- (xy 107.601922 54.267217)
- (xy 107.543653 54.2815)
- (xy 107.161866 54.2815)
- (xy 107.158471 54.281869)
- (xy 107.158467 54.281869)
- (xy 107.132469 54.284693)
- (xy 107.123606 54.285656)
- (xy 107.096394 54.285656)
- (xy 107.087531 54.284693)
- (xy 107.061533 54.281869)
- (xy 107.061529 54.281869)
- (xy 107.058134 54.2815)
- (xy 106.661866 54.2815)
- (xy 106.658471 54.281869)
- (xy 106.658467 54.281869)
- (xy 106.632469 54.284693)
- (xy 106.623606 54.285656)
- (xy 106.596394 54.285656)
- (xy 106.587531 54.284693)
- (xy 106.561533 54.281869)
- (xy 106.561529 54.281869)
- (xy 106.558134 54.2815)
- (xy 106.161866 54.2815)
- (xy 106.158471 54.281869)
- (xy 106.158467 54.281869)
- (xy 106.132469 54.284693)
- (xy 106.123606 54.285656)
- (xy 106.096394 54.285656)
- (xy 106.087531 54.284693)
- (xy 106.061533 54.281869)
- (xy 106.061529 54.281869)
- (xy 106.058134 54.2815)
- (xy 105.661866 54.2815)
- (xy 105.658471 54.281869)
- (xy 105.658467 54.281869)
- (xy 105.632469 54.284693)
- (xy 105.623606 54.285656)
- (xy 105.596394 54.285656)
- (xy 105.587531 54.284693)
- (xy 105.561533 54.281869)
- (xy 105.561529 54.281869)
- (xy 105.558134 54.2815)
- (xy 105.161866 54.2815)
- (xy 105.158471 54.281869)
- (xy 105.158467 54.281869)
- (xy 105.132469 54.284693)
- (xy 105.123606 54.285656)
- (xy 105.096394 54.285656)
- (xy 105.087531 54.284693)
- (xy 105.061533 54.281869)
- (xy 105.061529 54.281869)
- (xy 105.058134 54.2815)
- (xy 104.661866 54.2815)
- (xy 104.658471 54.281869)
- (xy 104.658467 54.281869)
- (xy 104.632469 54.284693)
- (xy 104.623606 54.285656)
- (xy 104.596394 54.285656)
- (xy 104.587531 54.284693)
- (xy 104.561533 54.281869)
- (xy 104.561529 54.281869)
- (xy 104.558134 54.2815)
- (xy 104.161866 54.2815)
- (xy 104.158471 54.281869)
- (xy 104.158467 54.281869)
- (xy 104.132469 54.284693)
- (xy 104.123606 54.285656)
- (xy 104.096394 54.285656)
- (xy 104.087531 54.284693)
- (xy 104.061533 54.281869)
- (xy 104.061529 54.281869)
- (xy 104.058134 54.2815)
- (xy 103.678416 54.2815)
- (xy 103.610295 54.261498)
- (xy 103.563802 54.207842)
- (xy 103.554108 54.134921)
- (xy 103.557108 54.116802)
- (xy 103.552203 54.023198)
- (xy 103.547987 53.942766)
- (xy 103.54763 53.935953)
- (xy 103.53533 53.891296)
- (xy 103.501352 53.767941)
- (xy 103.499539 53.761359)
- (xy 103.415078 53.601164)
- (xy 103.410673 53.595951)
- (xy 103.41067 53.595947)
- (xy 103.302594 53.468057)
- (xy 103.30259 53.468053)
- (xy 103.298187 53.462843)
- (xy 103.292762 53.458695)
- (xy 103.159743 53.356994)
- (xy 103.159739 53.356991)
- (xy 103.154322 53.35285)
- (xy 103.023162 53.291689)
- (xy 102.996369 53.279195)
- (xy 102.996366 53.279194)
- (xy 102.990192 53.276315)
- (xy 102.983544 53.274829)
- (xy 102.983541 53.274828)
- (xy 102.818494 53.237936)
- (xy 102.818495 53.237936)
- (xy 102.813457 53.23681)
- (xy 102.807912 53.2365)
- (xy 102.674756 53.2365)
- (xy 102.539963 53.251143)
- (xy 102.456609 53.279195)
- (xy 102.374796 53.306728)
- (xy 102.374794 53.306729)
- (xy 102.368325 53.308906)
- (xy 102.216349 53.400222)
- (xy 102.216346 53.400223)
- (xy 102.213095 53.402177)
- (xy 102.212745 53.401594)
- (xy 102.151083 53.425065)
- (xy 102.081609 53.410439)
- (xy 102.043609 53.379085)
- (xy 102.012603 53.341067)
- (xy 102.003959 53.332363)
- (xy 101.861144 53.214216)
- (xy 101.850973 53.207356)
- (xy 101.687924 53.119196)
- (xy 101.676619 53.114444)
- (xy 101.561308 53.07875)
- (xy 101.547205 53.078544)
- (xy 101.544 53.085299)
- (xy 101.544 54.327885)
- (xy 101.548475 54.343124)
- (xy 101.549865 54.344329)
- (xy 101.557548 54.346)
- (xy 101.847243 54.346)
- (xy 101.915364 54.366002)
- (xy 101.9587 54.413235)
- (xy 102.024922 54.538836)
- (xy 102.029327 54.544049)
- (xy 102.02933 54.544053)
- (xy 102.116051 54.646672)
- (xy 102.144743 54.711613)
- (xy 102.13377 54.781756)
- (xy 102.086617 54.834833)
- (xy 102.019813 54.854)
- (xy 101.562115 54.854)
- (xy 101.546876 54.858475)
- (xy 101.545671 54.859865)
- (xy 101.544 54.867548)
- (xy 101.544 55.242885)
- (xy 101.548475 55.258124)
- (xy 101.549865 55.259329)
- (xy 101.557548 55.261)
- (xy 102.087885 55.261)
- (xy 102.103124 55.256525)
- (xy 102.11229 55.245947)
- (xy 102.136404 55.201786)
- (xy 102.198716 55.167761)
- (xy 102.269532 55.172825)
- (xy 102.326368 55.215372)
- (xy 102.351179 55.281892)
- (xy 102.3515 55.290881)
- (xy 102.3515 55.643)
- (xy 102.331498 55.711121)
- (xy 102.277842 55.757614)
- (xy 102.2255 55.769)
- (xy 101.562115 55.769)
- (xy 101.546876 55.773475)
- (xy 101.545671 55.774865)
- (xy 101.544 55.782548)
- (xy 101.544 56.107924)
- (xy 101.546897 56.11779)
- (xy 101.552001 56.153288)
- (xy 101.552001 56.176442)
- (xy 101.531999 56.244563)
- (xy 101.478343 56.291056)
- (xy 101.469612 56.294654)
- (xy 101.366873 56.332557)
- (xy 101.323934 56.348398)
- (xy 101.318973 56.35135)
- (xy 101.318972 56.35135)
- (xy 101.158205 56.446997)
- (xy 101.148849 56.452563)
- (xy 100.995678 56.58689)
- (xy 100.992106 56.591421)
- (xy 100.887542 56.724059)
- (xy 100.82966 56.765172)
- (xy 100.75874 56.768466)
- (xy 100.699497 56.735148)
- (xy 99.161006 55.196657)
- (xy 100.282 55.196657)
- (xy 100.282301 55.202805)
- (xy 100.295812 55.340603)
- (xy 100.298195 55.352638)
- (xy 100.351767 55.530076)
- (xy 100.356441 55.541416)
- (xy 100.44346 55.705077)
- (xy 100.450249 55.715294)
- (xy 100.567397 55.858933)
- (xy 100.576041 55.867637)
- (xy 100.718856 55.985784)
- (xy 100.729027 55.992644)
- (xy 100.892076 56.080804)
- (xy 100.903381 56.085556)
- (xy 101.018692 56.12125)
- (xy 101.032795 56.121456)
- (xy 101.036 56.114701)
- (xy 101.036 54.872115)
- (xy 101.031525 54.856876)
- (xy 101.030135 54.855671)
- (xy 101.022452 54.854)
- (xy 100.300115 54.854)
- (xy 100.284876 54.858475)
- (xy 100.283671 54.859865)
- (xy 100.282 54.867548)
- (xy 100.282 55.196657)
- (xy 99.161006 55.196657)
- (xy 99.117915 55.153566)
- (xy 99.107048 55.141175)
- (xy 99.092613 55.122363)
- (xy 99.087587 55.115813)
- (xy 99.055675 55.091326)
- (xy 99.055672 55.091323)
- (xy 99.031043 55.072424)
- (xy 98.967029 55.023304)
- (xy 98.967027 55.023303)
- (xy 98.960476 55.018276)
- (xy 98.812451 54.956962)
- (xy 98.804264 54.955884)
- (xy 98.804263 54.955884)
- (xy 98.793058 54.954409)
- (xy 98.757965 54.949789)
- (xy 98.693485 54.9413)
- (xy 98.693482 54.9413)
- (xy 98.693474 54.941299)
- (xy 98.661789 54.937128)
- (xy 98.6536 54.93605)
- (xy 98.643706 54.937352)
- (xy 98.642267 54.937128)
- (xy 98.637155 54.937128)
- (xy 98.637155 54.936331)
- (xy 98.573561 54.926415)
- (xy 98.520115 54.878733)
- (xy 98.503568 54.851992)
- (xy 98.503563 54.851986)
- (xy 98.499716 54.845769)
- (xy 98.488761 54.834833)
- (xy 98.381784 54.728042)
- (xy 98.381779 54.728038)
- (xy 98.376603 54.722871)
- (xy 98.355833 54.710068)
- (xy 98.23475 54.635431)
- (xy 98.234748 54.63543)
- (xy 98.22852 54.631591)
- (xy 98.063409 54.576826)
- (xy 98.056573 54.576126)
- (xy 98.05657 54.576125)
- (xy 98.005074 54.570849)
- (xy 97.960672 54.5663)
- (xy 97.361528 54.5663)
- (xy 97.358282 54.566637)
- (xy 97.358278 54.566637)
- (xy 97.264365 54.576381)
- (xy 97.264361 54.576382)
- (xy 97.257507 54.577093)
- (xy 97.250971 54.579274)
- (xy 97.250969 54.579274)
- (xy 97.146919 54.613988)
- (xy 97.092493 54.632146)
- (xy 96.944569 54.723684)
- (xy 96.939396 54.728866)
- (xy 96.837853 54.830586)
- (xy 96.77557 54.864665)
- (xy 96.70475 54.859662)
- (xy 96.659663 54.830741)
- (xy 96.556788 54.728046)
- (xy 96.556783 54.728042)
- (xy 96.551603 54.722871)
- (xy 96.530833 54.710068)
- (xy 96.40975 54.635431)
- (xy 96.409748 54.63543)
- (xy 96.40352 54.631591)
- (xy 96.238409 54.576826)
- (xy 96.231573 54.576126)
- (xy 96.23157 54.576125)
- (xy 96.180074 54.570849)
- (xy 96.135672 54.5663)
- (xy 95.536528 54.5663)
- (xy 95.533282 54.566637)
- (xy 95.533278 54.566637)
- (xy 95.439365 54.576381)
- (xy 95.439361 54.576382)
- (xy 95.432507 54.577093)
- (xy 95.425971 54.579274)
- (xy 95.425969 54.579274)
- (xy 95.321919 54.613988)
- (xy 95.267493 54.632146)
- (xy 95.119569 54.723684)
- (xy 95.114396 54.728866)
- (xy 95.001842 54.841616)
- (xy 95.001838 54.841621)
- (xy 94.996671 54.846797)
- (xy 94.992831 54.853027)
- (xy 94.99283 54.853028)
- (xy 94.990743 54.856414)
- (xy 94.988714 54.858241)
- (xy 94.988293 54.858773)
- (xy 94.988202 54.858701)
- (xy 94.937972 54.903908)
- (xy 94.883482 54.9163)
- (xy 91.518767 54.9163)
- (xy 91.507584 54.915773)
- (xy 91.500091 54.914098)
- (xy 91.492165 54.914347)
- (xy 91.492164 54.914347)
- (xy 91.432014 54.916238)
- (xy 91.428055 54.9163)
- (xy 91.400144 54.9163)
- (xy 91.39621 54.916797)
- (xy 91.396209 54.916797)
- (xy 91.396144 54.916805)
- (xy 91.384307 54.917738)
- (xy 91.35249 54.918738)
- (xy 91.348029 54.918878)
- (xy 91.34011 54.919127)
- (xy 91.322454 54.924256)
- (xy 91.320658 54.924778)
- (xy 91.301306 54.928786)
- (xy 91.294235 54.92968)
- (xy 91.281203 54.931326)
- (xy 91.273834 54.934243)
- (xy 91.273832 54.934244)
- (xy 91.240097 54.9476)
- (xy 91.228869 54.951445)
- (xy 91.186407 54.963782)
- (xy 91.179585 54.967816)
- (xy 91.179579 54.967819)
- (xy 91.168968 54.974094)
- (xy 91.151218 54.98279)
- (xy 91.139756 54.987328)
- (xy 91.139751 54.987331)
- (xy 91.132383 54.990248)
- (xy 91.125968 54.994909)
- (xy 91.096625 55.016227)
- (xy 91.086707 55.022743)
- (xy 91.074499 55.029963)
- (xy 91.048637 55.045258)
- (xy 91.034313 55.059582)
- (xy 91.019281 55.072421)
- (xy 91.002893 55.084328)
- (xy 90.981004 55.110787)
- (xy 90.974712 55.118393)
- (xy 90.966722 55.127173)
- (xy 90.758147 55.335748)
- (xy 90.749861 55.343288)
- (xy 90.743382 55.3474)
- (xy 90.737957 55.353177)
- (xy 90.696757 55.397051)
- (xy 90.694002 55.399893)
- (xy 90.674265 55.41963)
- (xy 90.671785 55.422827)
- (xy 90.664082 55.431847)
- (xy 90.633814 55.464079)
- (xy 90.629995 55.471025)
- (xy 90.629993 55.471028)
- (xy 90.624052 55.481834)
- (xy 90.613201 55.498353)
- (xy 90.600786 55.514359)
- (xy 90.597641 55.521628)
- (xy 90.597638 55.521632)
- (xy 90.583226 55.554937)
- (xy 90.578009 55.565587)
- (xy 90.556705 55.60434)
- (xy 90.554734 55.612015)
- (xy 90.554734 55.612016)
- (xy 90.551667 55.623962)
- (xy 90.545263 55.642666)
- (xy 90.545119 55.643)
- (xy 90.537219 55.661255)
- (xy 90.53598 55.669078)
- (xy 90.535977 55.669088)
- (xy 90.530301 55.704924)
- (xy 90.527895 55.716544)
- (xy 90.5169 55.75937)
- (xy 90.5169 55.779624)
- (xy 90.515349 55.799334)
- (xy 90.51218 55.819343)
- (xy 90.512926 55.827235)
- (xy 90.516341 55.863361)
- (xy 90.5169 55.875219)
- (xy 90.5169 55.895071)
- (xy 90.496898 55.963192)
- (xy 90.474993 55.986732)
- (xy 90.475669 55.987408)
- (xy 90.469319 55.993758)
- (xy 90.462139 55.999139)
- (xy 90.374785 56.115695)
- (xy 90.323655 56.252084)
- (xy 90.3169 56.314266)
- (xy 90.3169 57.970534)
- (xy 90.323655 58.032716)
- (xy 90.374785 58.169105)
- (xy 90.462139 58.285661)
- (xy 90.578695 58.373015)
- (xy 90.587103 58.376167)
- (xy 90.594975 58.380477)
- (xy 90.593672 58.382857)
- (xy 90.639204 58.417064)
- (xy 90.663901 58.483627)
- (xy 90.648691 58.552975)
- (xy 90.598403 58.603091)
- (xy 90.591303 58.606333)
- (xy 90.587101 58.608634)
- (xy 90.578695 58.611785)
- (xy 90.462139 58.699139)
- (xy 90.374785 58.815695)
- (xy 90.323655 58.952084)
- (xy 90.3169 59.014266)
- (xy 90.3169 60.670534)
- (xy 90.323655 60.732716)
- (xy 90.374785 60.869105)
- (xy 90.462139 60.985661)
- (xy 90.469319 60.991042)
- (xy 90.475632 60.997355)
- (xy 90.509658 61.059667)
- (xy 90.504593 61.130482)
- (xy 90.480176 61.170757)
- (xy 90.42156 61.235856)
- (xy 90.368887 61.327088)
- (xy 90.345611 61.367404)
- (xy 90.326073 61.401244)
- (xy 90.267058 61.582872)
- (xy 90.266368 61.589433)
- (xy 90.266368 61.589435)
- (xy 90.253264 61.714116)
- (xy 90.247096 61.7728)
- (xy 90.247786 61.779365)
- (xy 90.264509 61.938472)
- (xy 90.267058 61.962728)
- (xy 90.326073 62.144356)
- (xy 90.329376 62.150078)
- (xy 90.329377 62.150079)
- (xy 90.33832 62.165569)
- (xy 90.42156 62.309744)
- (xy 90.425978 62.314651)
- (xy 90.425979 62.314652)
- (xy 90.544925 62.446755)
- (xy 90.549347 62.451666)
- (xy 90.628401 62.509102)
- (xy 90.675985 62.543674)
- (xy 90.703848 62.563918)
- (xy 90.709876 62.566602)
- (xy 90.709878 62.566603)
- (xy 90.872281 62.638909)
- (xy 90.878312 62.641594)
- (xy 90.971712 62.661447)
- (xy 91.058656 62.679928)
- (xy 91.058661 62.679928)
- (xy 91.065113 62.6813)
- (xy 91.256087 62.6813)
- (xy 91.262539 62.679928)
- (xy 91.262544 62.679928)
- (xy 91.349488 62.661447)
- (xy 91.442888 62.641594)
- (xy 91.448919 62.638909)
- (xy 91.611322 62.566603)
- (xy 91.611324 62.566602)
- (xy 91.617352 62.563918)
- (xy 91.645216 62.543674)
- (xy 91.692799 62.509102)
- (xy 91.771853 62.451666)
- (xy 91.77731 62.445606)
- (xy 91.808002 62.411518)
- (xy 91.879441 62.332178)
- (xy 91.939886 62.294938)
- (xy 92.010869 62.29629)
- (xy 92.06509 62.332761)
- (xy 92.0656 62.332218)
- (xy 92.071378 62.337644)
- (xy 92.071379 62.337645)
- (xy 92.115267 62.378858)
- (xy 92.118109 62.381613)
- (xy 92.13783 62.401334)
- (xy 92.141025 62.403812)
- (xy 92.150047 62.411518)
- (xy 92.182279 62.441786)
- (xy 92.189228 62.445606)
- (xy 92.200032 62.451546)
- (xy 92.216556 62.462399)
- (xy 92.232559 62.474813)
- (xy 92.273143 62.492376)
- (xy 92.283773 62.497583)
- (xy 92.32254 62.518895)
- (xy 92.330217 62.520866)
- (xy 92.330222 62.520868)
- (xy 92.342158 62.523932)
- (xy 92.360866 62.530337)
- (xy 92.379455 62.538381)
- (xy 92.38728 62.53962)
- (xy 92.387282 62.539621)
- (xy 92.423119 62.545297)
- (xy 92.43474 62.547704)
- (xy 92.466559 62.555873)
- (xy 92.47757 62.5587)
- (xy 92.497831 62.5587)
- (xy 92.51754 62.560251)
- (xy 92.537543 62.563419)
- (xy 92.545435 62.562673)
- (xy 92.550662 62.562179)
- (xy 92.581554 62.559259)
- (xy 92.593411 62.5587)
- (xy 94.129833 62.5587)
- (xy 94.141016 62.559227)
- (xy 94.148509 62.560902)
- (xy 94.156435 62.560653)
- (xy 94.156436 62.560653)
- (xy 94.216586 62.558762)
- (xy 94.220545 62.5587)
- (xy 94.248456 62.5587)
- (xy 94.252391 62.558203)
- (xy 94.252456 62.558195)
- (xy 94.264293 62.557262)
- (xy 94.296551 62.556248)
- (xy 94.30057 62.556122)
- (xy 94.308489 62.555873)
- (xy 94.327943 62.550221)
- (xy 94.3473 62.546213)
- (xy 94.35953 62.544668)
- (xy 94.359531 62.544668)
- (xy 94.367397 62.543674)
- (xy 94.374768 62.540755)
- (xy 94.37477 62.540755)
- (xy 94.408512 62.527396)
- (xy 94.419742 62.523551)
- (xy 94.454583 62.513429)
- (xy 94.454584 62.513429)
- (xy 94.462193 62.511218)
- (xy 94.469012 62.507185)
- (xy 94.469017 62.507183)
- (xy 94.479628 62.500907)
- (xy 94.497376 62.492212)
- (xy 94.516217 62.484752)
- (xy 94.530835 62.474132)
- (xy 94.551987 62.458764)
- (xy 94.561907 62.452248)
- (xy 94.593135 62.43378)
- (xy 94.593138 62.433778)
- (xy 94.599962 62.429742)
- (xy 94.614283 62.415421)
- (xy 94.629317 62.40258)
- (xy 94.631032 62.401334)
- (xy 94.645707 62.390672)
- (xy 94.673898 62.356595)
- (xy 94.681888 62.347816)
- (xy 96.008899 61.020805)
- (xy 96.071211 60.986779)
- (xy 96.097994 60.9839)
- (xy 97.809194 60.9839)
- (xy 97.877315 61.003902)
- (xy 97.923808 61.057558)
- (xy 97.933912 61.127832)
- (xy 97.904418 61.192412)
- (xy 97.844692 61.230796)
- (xy 97.83539 61.233147)
- (xy 97.710912 61.259606)
- (xy 97.704882 61.262291)
- (xy 97.704881 61.262291)
- (xy 97.542478 61.334597)
- (xy 97.542476 61.334598)
- (xy 97.536448 61.337282)
- (xy 97.381947 61.449534)
- (xy 97.377526 61.454444)
- (xy 97.377525 61.454445)
- (xy 97.259543 61.585478)
- (xy 97.25416 61.591456)
- (xy 97.158673 61.756844)
- (xy 97.099658 61.938472)
- (xy 97.098968 61.945033)
- (xy 97.098968 61.945035)
- (xy 97.096449 61.969006)
- (xy 97.079696 62.1284)
- (xy 97.080386 62.134965)
- (xy 97.099658 62.318328)
- (xy 97.097334 62.318572)
- (xy 97.092745 62.378697)
- (xy 97.049926 62.435328)
- (xy 96.983288 62.459821)
- (xy 96.974901 62.4601)
- (xy 95.658963 62.4601)
- (xy 95.647779 62.459573)
- (xy 95.640291 62.457899)
- (xy 95.632368 62.458148)
- (xy 95.572233 62.460038)
- (xy 95.568275 62.4601)
- (xy 95.540344 62.4601)
- (xy 95.536429 62.460595)
- (xy 95.536425 62.460595)
- (xy 95.536367 62.460603)
- (xy 95.536338 62.460606)
- (xy 95.524496 62.461539)
- (xy 95.48031 62.462927)
- (xy 95.462944 62.467972)
- (xy 95.460858 62.468578)
- (xy 95.441506 62.472586)
- (xy 95.429268 62.474132)
- (xy 95.429266 62.474133)
- (xy 95.421403 62.475126)
- (xy 95.380286 62.491406)
- (xy 95.369085 62.495241)
- (xy 95.326606 62.507582)
- (xy 95.319787 62.511615)
- (xy 95.319782 62.511617)
- (xy 95.309171 62.517893)
- (xy 95.291421 62.52659)
- (xy 95.272583 62.534048)
- (xy 95.266167 62.538709)
- (xy 95.266166 62.53871)
- (xy 95.247484 62.552284)
- (xy 95.240375 62.557449)
- (xy 95.236825 62.560028)
- (xy 95.226901 62.566547)
- (xy 95.19566 62.585022)
- (xy 95.195655 62.585026)
- (xy 95.188837 62.589058)
- (xy 95.174513 62.603382)
- (xy 95.159481 62.616221)
- (xy 95.143093 62.628128)
- (xy 95.114912 62.662193)
- (xy 95.106922 62.670973)
- (xy 92.7639 65.013995)
- (xy 92.701588 65.048021)
- (xy 92.674805 65.0509)
- (xy 87.503287 65.0509)
- (xy 87.435166 65.030898)
- (xy 87.388673 64.977242)
- (xy 87.378569 64.906968)
- (xy 87.408063 64.842388)
- (xy 87.417516 64.8326)
- (xy 87.449865 64.80254)
- (xy 87.522303 64.735226)
- (xy 87.587479 64.674661)
- (xy 87.587481 64.674658)
- (xy 87.590622 64.67174)
- (xy 87.772713 64.449268)
- (xy 87.922927 64.204142)
- (xy 87.959542 64.120731)
- (xy 88.036758 63.944828)
- (xy 88.036759 63.944826)
- (xy 88.038483 63.940898)
- (xy 88.062607 63.856212)
- (xy 88.116068 63.668534)
- (xy 88.117244 63.664406)
- (xy 88.157751 63.379784)
- (xy 88.157799 63.370772)
- (xy 88.159235 63.096583)
- (xy 88.159235 63.096576)
- (xy 88.159257 63.092297)
- (xy 88.149436 63.017695)
- (xy 88.125976 62.839505)
- (xy 88.121732 62.807266)
- (xy 88.119776 62.800114)
- (xy 88.086674 62.679115)
- (xy 88.045871 62.529964)
- (xy 88.022347 62.474813)
- (xy 87.934763 62.269476)
- (xy 87.934761 62.269472)
- (xy 87.933077 62.265524)
- (xy 87.785439 62.018839)
- (xy 87.605687 61.794472)
- (xy 87.397149 61.596577)
- (xy 87.163683 61.428814)
- (xy 87.141843 61.41725)
- (xy 87.111612 61.401244)
- (xy 86.909608 61.294288)
- (xy 86.697627 61.216714)
- (xy 86.643658 61.196964)
- (xy 86.643656 61.196963)
- (xy 86.639627 61.195489)
- (xy 86.358736 61.134245)
- (xy 86.327685 61.131801)
- (xy 86.135718 61.116693)
- (xy 86.135709 61.116693)
- (xy 86.133261 61.1165)
- (xy 85.977729 61.1165)
- (xy 85.975593 61.116646)
- (xy 85.975582 61.116646)
- (xy 85.767452 61.130835)
- (xy 85.767446 61.130836)
- (xy 85.763175 61.131127)
- (xy 85.75898 61.131996)
- (xy 85.758978 61.131996)
- (xy 85.714162 61.141277)
- (xy 85.481658 61.189426)
- (xy 85.210657 61.285393)
- (xy 84.955188 61.41725)
- (xy 84.951687 61.419711)
- (xy 84.951683 61.419713)
- (xy 84.89134 61.462123)
- (xy 84.719977 61.582559)
- (xy 84.701717 61.599527)
- (xy 84.51414 61.773835)
- (xy 84.509378 61.77826)
- (xy 84.327287 62.000732)
- (xy 84.177073 62.245858)
- (xy 84.175347 62.249791)
- (xy 84.175346 62.249792)
- (xy 84.074252 62.48009)
- (xy 84.061517 62.509102)
- (xy 84.060342 62.513229)
- (xy 84.060341 62.51323)
- (xy 84.050521 62.547704)
- (xy 83.982756 62.785594)
- (xy 83.942249 63.070216)
- (xy 83.942227 63.074505)
- (xy 83.942226 63.074512)
- (xy 83.940887 63.330222)
- (xy 83.940743 63.357703)
- (xy 83.941302 63.361947)
- (xy 83.941302 63.361951)
- (xy 83.951248 63.437495)
- (xy 83.978268 63.642734)
- (xy 83.979401 63.646874)
- (xy 83.979401 63.646876)
- (xy 83.99441 63.701739)
- (xy 84.054129 63.920036)
- (xy 84.055813 63.923984)
- (xy 84.148529 64.141351)
- (xy 84.166923 64.184476)
- (xy 84.199133 64.238295)
- (xy 84.308534 64.42109)
- (xy 84.314561 64.431161)
- (xy 84.494313 64.655528)
- (xy 84.578297 64.735226)
- (xy 84.696693 64.847579)
- (xy 84.702851 64.853423)
- (xy 84.936317 65.021186)
- (xy 84.940112 65.023195)
- (xy 84.940113 65.023196)
- (xy 84.961869 65.034715)
- (xy 85.190392 65.155712)
- (xy 85.256374 65.179858)
- (xy 85.445016 65.248891)
- (xy 85.460373 65.254511)
- (xy 85.741264 65.315755)
- (xy 85.769841 65.318004)
- (xy 85.964282 65.333307)
- (xy 85.964291 65.333307)
- (xy 85.966739 65.3335)
- (xy 86.122271 65.3335)
- (xy 86.124407 65.333354)
- (xy 86.124418 65.333354)
- (xy 86.332548 65.319165)
- (xy 86.332554 65.319164)
- (xy 86.336825 65.318873)
- (xy 86.34102 65.318004)
- (xy 86.341022 65.318004)
- (xy 86.500071 65.285067)
- (xy 86.570833 65.29084)
- (xy 86.62724 65.333952)
- (xy 86.651385 65.400717)
- (xy 86.6356 65.469937)
- (xy 86.614718 65.497543)
- (xy 86.408619 65.703642)
- (xy 85.802864 66.309396)
- (xy 85.740552 66.343421)
- (xy 85.713769 66.3463)
- (xy 80.698367 66.3463)
- (xy 80.687184 66.345773)
- (xy 80.679691 66.344098)
- (xy 80.671765 66.344347)
- (xy 80.671764 66.344347)
- (xy 80.611614 66.346238)
- (xy 80.607655 66.3463)
- (xy 80.579744 66.3463)
- (xy 80.57581 66.346797)
- (xy 80.575809 66.346797)
- (xy 80.575744 66.346805)
- (xy 80.563907 66.347738)
- (xy 80.53209 66.348738)
- (xy 80.527629 66.348878)
- (xy 80.51971 66.349127)
- (xy 80.502054 66.354256)
- (xy 80.500258 66.354778)
- (xy 80.480906 66.358786)
- (xy 80.473835 66.35968)
- (xy 80.460803 66.361326)
- (xy 80.453434 66.364243)
- (xy 80.453432 66.364244)
- (xy 80.419697 66.3776)
- (xy 80.408469 66.381445)
- (xy 80.366007 66.393782)
- (xy 80.359185 66.397816)
- (xy 80.359179 66.397819)
- (xy 80.348568 66.404094)
- (xy 80.330818 66.41279)
- (xy 80.319356 66.417328)
- (xy 80.319351 66.417331)
- (xy 80.311983 66.420248)
- (xy 80.29457 66.432899)
- (xy 80.276225 66.446227)
- (xy 80.266307 66.452743)
- (xy 80.247619 66.463795)
- (xy 80.228237 66.475258)
- (xy 80.213913 66.489582)
- (xy 80.198881 66.502421)
- (xy 80.182493 66.514328)
- (xy 80.154312 66.548393)
- (xy 80.146322 66.557173)
- (xy 79.219813 67.483682)
- (xy 79.211527 67.491222)
- (xy 79.205048 67.495334)
- (xy 79.199623 67.501111)
- (xy 79.158423 67.544985)
- (xy 79.155668 67.547827)
- (xy 79.135931 67.567564)
- (xy 79.133451 67.570761)
- (xy 79.125748 67.579781)
- (xy 79.09548 67.612013)
- (xy 79.091661 67.618959)
- (xy 79.091659 67.618962)
- (xy 79.085718 67.629768)
- (xy 79.074867 67.646287)
- (xy 79.062452 67.662293)
- (xy 79.059307 67.669562)
- (xy 79.059304 67.669566)
- (xy 79.044892 67.702871)
- (xy 79.039675 67.713521)
- (xy 79.018371 67.752274)
- (xy 79.0164 67.759949)
- (xy 79.0164 67.75995)
- (xy 79.013333 67.771896)
- (xy 79.006929 67.7906)
- (xy 78.998885 67.809189)
- (xy 78.997646 67.817012)
- (xy 78.997643 67.817022)
- (xy 78.991967 67.852858)
- (xy 78.989561 67.864478)
- (xy 78.981568 67.895612)
- (xy 78.978566 67.907304)
- (xy 78.978566 67.927558)
- (xy 78.977015 67.947268)
- (xy 78.973846 67.967277)
- (xy 78.974592 67.975169)
- (xy 78.978007 68.011295)
- (xy 78.978566 68.023153)
- (xy 78.978566 68.317136)
- (xy 78.958564 68.385257)
- (xy 78.91887 68.424279)
- (xy 78.908035 68.430984)
- (xy 78.908033 68.430986)
- (xy 78.907924 68.430809)
- (xy 78.845578 68.456042)
- (xy 78.775814 68.442868)
- (xy 78.759329 68.432293)
- (xy 78.757203 68.430171)
- (xy 78.75098 68.426335)
- (xy 78.750976 68.426332)
- (xy 78.61535 68.342731)
- (xy 78.615348 68.34273)
- (xy 78.60912 68.338891)
- (xy 78.444009 68.284126)
- (xy 78.437173 68.283426)
- (xy 78.43717 68.283425)
- (xy 78.376487 68.277208)
- (xy 78.341272 68.2736)
- (xy 77.767128 68.2736)
- (xy 77.763882 68.273937)
- (xy 77.763878 68.273937)
- (xy 77.669965 68.283681)
- (xy 77.669961 68.283682)
- (xy 77.663107 68.284393)
- (xy 77.656571 68.286574)
- (xy 77.656569 68.286574)
- (xy 77.597042 68.306434)
- (xy 77.498093 68.339446)
- (xy 77.350169 68.430984)
- (xy 77.344996 68.436166)
- (xy 77.291001 68.490255)
- (xy 77.228718 68.524334)
- (xy 77.157898 68.519331)
- (xy 77.127768 68.503174)
- (xy 77.107023 68.488102)
- (xy 77.088552 68.474682)
- (xy 77.082524 68.471998)
- (xy 77.082522 68.471997)
- (xy 76.920119 68.399691)
- (xy 76.920118 68.399691)
- (xy 76.914088 68.397006)
- (xy 76.793961 68.371472)
- (xy 76.733744 68.358672)
- (xy 76.733739 68.358672)
- (xy 76.727287 68.3573)
- (xy 76.536313 68.3573)
- (xy 76.529861 68.358672)
- (xy 76.529856 68.358672)
- (xy 76.469639 68.371472)
- (xy 76.349512 68.397006)
- (xy 76.343482 68.399691)
- (xy 76.343481 68.399691)
- (xy 76.181078 68.471997)
- (xy 76.181076 68.471998)
- (xy 76.175048 68.474682)
- (xy 76.169707 68.478562)
- (xy 76.169706 68.478563)
- (xy 76.136885 68.502409)
- (xy 76.020547 68.586934)
- (xy 76.016126 68.591844)
- (xy 76.016125 68.591845)
- (xy 75.904481 68.715839)
- (xy 75.89276 68.728856)
- (xy 75.797273 68.894244)
- (xy 75.738258 69.075872)
- (xy 75.718296 69.2658)
- (xy 75.738258 69.455728)
- (xy 75.797273 69.637356)
- (xy 75.89276 69.802744)
- (xy 75.897178 69.807651)
- (xy 75.897179 69.807652)
- (xy 76.016125 69.939755)
- (xy 76.020547 69.944666)
- (xy 76.175048 70.056918)
- (xy 76.181076 70.059602)
- (xy 76.181078 70.059603)
- (xy 76.343481 70.131909)
- (xy 76.349512 70.134594)
- (xy 76.442913 70.154447)
- (xy 76.529856 70.172928)
- (xy 76.529861 70.172928)
- (xy 76.536313 70.1743)
- (xy 76.727287 70.1743)
- (xy 76.733739 70.172928)
- (xy 76.733744 70.172928)
- (xy 76.820687 70.154447)
- (xy 76.914088 70.134594)
- (xy 76.920119 70.131909)
- (xy 77.082522 70.059603)
- (xy 77.082524 70.059602)
- (xy 77.088552 70.056918)
- (xy 77.123364 70.031626)
- (xy 77.19023 70.007767)
- (xy 77.259382 70.023846)
- (xy 77.286443 70.044388)
- (xy 77.334986 70.092847)
- (xy 77.369065 70.15513)
- (xy 77.364062 70.22595)
- (xy 77.335141 70.271037)
- (xy 77.232446 70.373912)
- (xy 77.232442 70.373917)
- (xy 77.227271 70.379097)
- (xy 77.135991 70.52718)
- (xy 77.081226 70.692291)
- (xy 77.0707 70.795028)
- (xy 77.0707 71.130006)
- (xy 77.050698 71.198127)
- (xy 77.033795 71.219101)
- (xy 74.791747 73.461148)
- (xy 74.783461 73.468688)
- (xy 74.776982 73.4728)
- (xy 74.771557 73.478577)
- (xy 74.730357 73.522451)
- (xy 74.727602 73.525293)
- (xy 74.707865 73.54503)
- (xy 74.705385 73.548227)
- (xy 74.697682 73.557247)
- (xy 74.667414 73.589479)
- (xy 74.663595 73.596425)
- (xy 74.663593 73.596428)
- (xy 74.657652 73.607234)
- (xy 74.646801 73.623753)
- (xy 74.634386 73.639759)
- (xy 74.631241 73.647028)
- (xy 74.631238 73.647032)
- (xy 74.616826 73.680337)
- (xy 74.611609 73.690987)
- (xy 74.590305 73.72974)
- (xy 74.588334 73.737415)
- (xy 74.588334 73.737416)
- (xy 74.585267 73.749362)
- (xy 74.578863 73.768066)
- (xy 74.570819 73.786655)
- (xy 74.56958 73.794478)
- (xy 74.569577 73.794488)
- (xy 74.563901 73.830324)
- (xy 74.561495 73.841944)
- (xy 74.5505 73.88477)
- (xy 74.5505 73.905024)
- (xy 74.548949 73.924734)
- (xy 74.54578 73.944743)
- (xy 74.546526 73.952635)
- (xy 74.549941 73.988761)
- (xy 74.5505 74.000619)
- (xy 74.5505 77.224676)
- (xy 74.530498 77.292797)
- (xy 74.518142 77.308979)
- (xy 74.44496 77.390256)
- (xy 74.349473 77.555644)
- (xy 74.290458 77.737272)
- (xy 74.270496 77.9272)
- (xy 74.271186 77.933765)
- (xy 74.287909 78.092872)
- (xy 74.290458 78.117128)
- (xy 74.349473 78.298756)
- (xy 74.44496 78.464144)
- (xy 74.572747 78.606066)
- (xy 74.616879 78.63813)
- (xy 74.70174 78.699785)
- (xy 74.727248 78.718318)
- (xy 74.733276 78.721002)
- (xy 74.733278 78.721003)
- (xy 74.809644 78.755003)
- (xy 74.901712 78.795994)
- (xy 74.995112 78.815847)
- (xy 75.082056 78.834328)
- (xy 75.082061 78.834328)
- (xy 75.088513 78.8357)
- (xy 75.279487 78.8357)
- (xy 75.285939 78.834328)
- (xy 75.285944 78.834328)
- (xy 75.372888 78.815847)
- (xy 75.466288 78.795994)
- (xy 75.558356 78.755003)
- (xy 75.634722 78.721003)
- (xy 75.634724 78.721002)
- (xy 75.640752 78.718318)
- (xy 75.666261 78.699785)
- (xy 75.718283 78.661988)
- (xy 75.78515 78.63813)
- (xy 75.854302 78.65421)
- (xy 75.900797 78.699785)
- (xy 75.968509 78.81428)
- (xy 75.968511 78.814283)
- (xy 75.972547 78.821107)
- (xy 76.090193 78.938753)
- (xy 76.094002 78.941006)
- (xy 76.134655 78.997296)
- (xy 76.138506 79.068188)
- (xy 76.103418 79.129909)
- (xy 76.095724 79.136576)
- (xy 76.090193 79.139847)
- (xy 75.972547 79.257493)
- (xy 75.968511 79.264317)
- (xy 75.968509 79.26432)
- (xy 75.896247 79.386509)
- (xy 75.844355 79.434962)
- (xy 75.774504 79.447667)
- (xy 75.713733 79.424306)
- (xy 75.646094 79.375163)
- (xy 75.646093 79.375162)
- (xy 75.640752 79.371282)
- (xy 75.634724 79.368598)
- (xy 75.634722 79.368597)
- (xy 75.472319 79.296291)
- (xy 75.472318 79.296291)
- (xy 75.466288 79.293606)
- (xy 75.372888 79.273753)
- (xy 75.285944 79.255272)
- (xy 75.285939 79.255272)
- (xy 75.279487 79.2539)
- (xy 75.088513 79.2539)
- (xy 75.082061 79.255272)
- (xy 75.082056 79.255272)
- (xy 74.995112 79.273753)
- (xy 74.901712 79.293606)
- (xy 74.895682 79.296291)
- (xy 74.895681 79.296291)
- (xy 74.733278 79.368597)
- (xy 74.733276 79.368598)
- (xy 74.727248 79.371282)
- (xy 74.572747 79.483534)
- (xy 74.44496 79.625456)
- (xy 74.349473 79.790844)
- (xy 74.290458 79.972472)
- (xy 74.270496 80.1624)
- (xy 74.290458 80.352328)
- (xy 74.349473 80.533956)
- (xy 74.44496 80.699344)
- (xy 74.449378 80.704251)
- (xy 74.449379 80.704252)
- (xy 74.529406 80.793131)
- (xy 74.572747 80.841266)
- (xy 74.727248 80.953518)
- (xy 74.733276 80.956202)
- (xy 74.733278 80.956203)
- (xy 74.865453 81.015051)
- (xy 74.901712 81.031194)
- (xy 74.908165 81.032566)
- (xy 74.914451 81.034608)
- (xy 74.913733 81.036819)
- (xy 74.96683 81.065493)
- (xy 75.001144 81.127647)
- (xy 75.003886 81.156823)
- (xy 75.00298 81.162543)
- (xy 75.003726 81.170435)
- (xy 75.003726 81.170437)
- (xy 75.007141 81.206561)
- (xy 75.0077 81.218419)
- (xy 75.0077 84.082676)
- (xy 74.987698 84.150797)
- (xy 74.975342 84.166979)
- (xy 74.90216 84.248256)
- (xy 74.806673 84.413644)
- (xy 74.747658 84.595272)
- (xy 74.746968 84.601833)
- (xy 74.746968 84.601835)
- (xy 74.735574 84.710241)
- (xy 74.727696 84.7852)
- (xy 74.747658 84.975128)
- (xy 74.806673 85.156756)
- (xy 74.90216 85.322144)
- (xy 74.906578 85.327051)
- (xy 74.906579 85.327052)
- (xy 74.98372 85.412726)
- (xy 75.029947 85.464066)
- (xy 75.184448 85.576318)
- (xy 75.190476 85.579002)
- (xy 75.190478 85.579003)
- (xy 75.352879 85.651308)
- (xy 75.358912 85.653994)
- (xy 75.452312 85.673847)
- (xy 75.539256 85.692328)
- (xy 75.539261 85.692328)
- (xy 75.545713 85.6937)
- (xy 75.736687 85.6937)
- (xy 75.743139 85.692328)
- (xy 75.743144 85.692328)
- (xy 75.830088 85.673847)
- (xy 75.923488 85.653994)
- (xy 75.929515 85.651311)
- (xy 75.929523 85.651308)
- (xy 76.063398 85.591703)
- (xy 76.133765 85.582269)
- (xy 76.177647 85.597692)
- (xy 76.178285 85.59806)
- (xy 76.183622 85.601938)
- (xy 76.189648 85.604621)
- (xy 76.294512 85.651309)
- (xy 76.358086 85.679614)
- (xy 76.451486 85.699467)
- (xy 76.53843 85.717948)
- (xy 76.538435 85.717948)
- (xy 76.544887 85.71932)
- (xy 76.735861 85.71932)
- (xy 76.742313 85.717948)
- (xy 76.742318 85.717948)
- (xy 76.89572 85.685341)
- (xy 76.966511 85.690743)
- (xy 77.023144 85.73356)
- (xy 77.047637 85.800198)
- (xy 77.032216 85.869499)
- (xy 77.011012 85.897683)
- (xy 76.8889 86.019795)
- (xy 76.826588 86.053821)
- (xy 76.799805 86.0567)
- (xy 73.441195 86.0567)
- (xy 73.373074 86.036698)
- (xy 73.3521 86.019795)
- (xy 72.128852 84.796547)
- (xy 72.121312 84.788261)
- (xy 72.1172 84.781782)
- (xy 72.067548 84.735156)
- (xy 72.064707 84.732402)
- (xy 72.04497 84.712665)
- (xy 72.041773 84.710185)
- (xy 72.032751 84.70248)
- (xy 72.000521 84.672214)
- (xy 71.993575 84.668395)
- (xy 71.993572 84.668393)
- (xy 71.982766 84.662452)
- (xy 71.966247 84.651601)
- (xy 71.965783 84.651241)
- (xy 71.950241 84.639186)
- (xy 71.942972 84.636041)
- (xy 71.942968 84.636038)
- (xy 71.909663 84.621626)
- (xy 71.899013 84.616409)
- (xy 71.86026 84.595105)
- (xy 71.840637 84.590067)
- (xy 71.821934 84.583663)
- (xy 71.81062 84.578767)
- (xy 71.810619 84.578767)
- (xy 71.803345 84.575619)
- (xy 71.795522 84.57438)
- (xy 71.795512 84.574377)
- (xy 71.759676 84.568701)
- (xy 71.748056 84.566295)
- (xy 71.712911 84.557272)
- (xy 71.71291 84.557272)
- (xy 71.70523 84.5553)
- (xy 71.684976 84.5553)
- (xy 71.665265 84.553749)
- (xy 71.653086 84.55182)
- (xy 71.645257 84.55058)
- (xy 71.637365 84.551326)
- (xy 71.601239 84.554741)
- (xy 71.589381 84.5553)
- (xy 71.553875 84.5553)
- (xy 71.485754 84.535298)
- (xy 71.453049 84.504865)
- (xy 71.440295 84.487847)
- (xy 71.374861 84.400539)
- (xy 71.258305 84.313185)
- (xy 71.121916 84.262055)
- (xy 71.059734 84.2553)
- (xy 70.113466 84.2553)
- (xy 70.051284 84.262055)
- (xy 70.043888 84.264827)
- (xy 70.043882 84.264829)
- (xy 69.996924 84.282433)
- (xy 69.926117 84.287616)
- (xy 69.863748 84.253695)
- (xy 69.829619 84.191439)
- (xy 69.82726 84.15253)
- (xy 69.827425 84.150797)
- (xy 70.039808 81.915996)
- (xy 70.041043 81.906699)
- (xy 70.04744 81.869273)
- (xy 70.62311 78.500935)
- (xy 70.626615 78.485981)
- (xy 70.627432 78.483258)
- (xy 71.619971 75.172549)
- (xy 71.62454 75.159832)
- (xy 72.956498 71.996781)
- (xy 72.959924 71.989332)
- (xy 74.543551 68.822078)
- (xy 74.549559 68.811397)
- (xy 76.368618 65.91707)
- (xy 76.379676 65.902068)
- (xy 76.512657 65.747105)
- (xy 76.795979 65.416949)
- (xy 76.824012 65.392665)
- (xy 76.825479 65.391733)
- (xy 77.620907 64.886191)
- (xy 77.643202 64.874952)
- (xy 78.367384 64.596003)
- (xy 78.572689 64.516921)
- (xy 78.617979 64.5085)
- (xy 79.633279 64.5085)
- (xy 79.653884 64.510196)
- (xy 80.09555 64.583409)
- (xy 80.096613 64.58359)
- (xy 80.176566 64.597547)
- (xy 80.207172 64.594116)
- (xy 80.223974 64.593363)
- (xy 80.235783 64.593623)
- (xy 80.25386 64.594021)
- (xy 80.262531 64.591691)
- (xy 80.262534 64.591691)
- (xy 80.286035 64.585377)
- (xy 80.28692 64.585174)
- (xy 80.287787 64.585077)
- (xy 80.290146 64.584434)
- (xy 80.290159 64.584431)
- (xy 80.331089 64.573274)
- (xy 80.331532 64.573154)
- (xy 80.346797 64.569053)
- (xy 80.394529 64.556229)
- (xy 80.395152 64.55585)
- (xy 80.395672 64.555668)
- (xy 81.035536 64.381246)
- (xy 81.192653 64.338417)
- (xy 81.212808 64.335098)
- (xy 81.216694 64.3343)
- (xy 81.225657 64.33376)
- (xy 81.258633 64.321921)
- (xy 81.271222 64.317402)
- (xy 81.280654 64.314429)
- (xy 81.287083 64.312676)
- (xy 81.287087 64.312675)
- (xy 81.291411 64.311496)
- (xy 81.305952 64.305205)
- (xy 81.313388 64.302265)
- (xy 81.330993 64.295944)
- (xy 81.339972 64.291048)
- (xy 81.350247 64.286038)
- (xy 81.383 64.271866)
- (xy 81.383001 64.271866)
- (xy 81.391239 64.268301)
- (xy 81.400081 64.260961)
- (xy 81.420242 64.247287)
- (xy 82.286675 63.774919)
- (xy 82.289919 63.773211)
- (xy 82.306914 63.764577)
- (xy 82.347855 63.743778)
- (xy 82.374779 63.718467)
- (xy 82.385695 63.709311)
- (xy 82.403041 63.696358)
- (xy 82.415168 63.687303)
- (xy 82.420563 63.680131)
- (xy 82.420565 63.680129)
- (xy 82.456501 63.632355)
- (xy 82.457794 63.630667)
- (xy 83.006518 62.92626)
- (xy 83.022982 62.909047)
- (xy 83.02378 62.908141)
- (xy 83.030605 62.90232)
- (xy 83.03552 62.89482)
- (xy 83.035525 62.894814)
- (xy 83.056592 62.862664)
- (xy 83.062582 62.85429)
- (xy 83.065982 62.849925)
- (xy 83.068739 62.846386)
- (xy 83.077008 62.831929)
- (xy 83.080992 62.825429)
- (xy 83.089277 62.812787)
- (xy 83.08928 62.812781)
- (xy 83.091948 62.80871)
- (xy 83.095845 62.800114)
- (xy 83.10123 62.789581)
- (xy 83.118286 62.759762)
- (xy 83.118287 62.759759)
- (xy 83.122744 62.751967)
- (xy 83.124835 62.743236)
- (xy 83.124837 62.743231)
- (xy 83.125621 62.739957)
- (xy 83.133396 62.717281)
- (xy 83.40333 62.121835)
- (xy 83.527021 61.848987)
- (xy 83.527713 61.847489)
- (xy 83.552604 61.794472)
- (xy 83.558131 61.7827)
- (xy 83.563035 61.751204)
- (xy 83.566558 61.735371)
- (xy 83.575471 61.704764)
- (xy 83.57535 61.59597)
- (xy 83.57535 59.923613)
- (xy 83.578174 59.897085)
- (xy 83.647978 59.572968)
- (xy 83.799571 58.869091)
- (xy 83.812119 58.835309)
- (xy 83.818229 58.824103)
- (xy 84.231415 58.066217)
- (xy 84.252946 58.037434)
- (xy 84.988326 57.302051)
- (xy 85.008463 57.285691)
- (xy 85.187149 57.168845)
- (xy 87.132752 55.89658)
- (xy 87.140487 55.89191)
- (xy 87.181204 55.869275)
- (xy 89.953936 54.327885)
- (xy 100.282 54.327885)
- (xy 100.286475 54.343124)
- (xy 100.287865 54.344329)
- (xy 100.295548 54.346)
- (xy 101.017885 54.346)
- (xy 101.033124 54.341525)
- (xy 101.034329 54.340135)
- (xy 101.036 54.332452)
- (xy 101.036 53.092076)
- (xy 101.032027 53.078545)
- (xy 101.024232 53.077425)
- (xy 100.916479 53.109138)
- (xy 100.905111 53.113731)
- (xy 100.740846 53.199607)
- (xy 100.730585 53.206321)
- (xy 100.586127 53.322468)
- (xy 100.577368 53.331046)
- (xy 100.458222 53.473039)
- (xy 100.451292 53.483159)
- (xy 100.361998 53.645585)
- (xy 100.357166 53.656858)
- (xy 100.30112 53.833538)
- (xy 100.29857 53.845532)
- (xy 100.282393 53.989761)
- (xy 100.282 53.996785)
- (xy 100.282 54.327885)
- (xy 89.953936 54.327885)
- (xy 90.130927 54.229494)
- (xy 90.144328 54.223048)
- (xy 93.387316 52.892806)
- (xy 93.396183 52.889552)
- (xy 96.282522 51.951342)
- (xy 96.69153 51.818393)
- (xy 96.705272 51.815499)
- (xy 96.70525 51.815411)
- (xy 96.713966 51.81325)
- (xy 96.722894 51.812346)
- (xy 96.731208 51.808973)
- (xy 96.731214 51.808972)
- (xy 96.770212 51.793153)
- (xy 96.778618 51.790086)
- (xy 96.786897 51.787395)
- (xy 96.786905 51.787392)
- (xy 96.791168 51.786006)
- (xy 96.795195 51.784028)
- (xy 96.795198 51.784027)
- (xy 96.799367 51.781979)
- (xy 96.802984 51.780203)
- (xy 96.811165 51.77654)
- (xy 96.849548 51.760971)
- (xy 96.849552 51.760969)
- (xy 96.857869 51.757595)
- (xy 96.864908 51.752021)
- (xy 96.87266 51.747503)
- (xy 96.872716 51.747599)
- (xy 96.873394 51.747171)
- (xy 96.873327 51.747073)
- (xy 96.880741 51.742014)
- (xy 96.888801 51.738056)
- (xy 96.895425 51.731996)
- (xy 96.895427 51.731994)
- (xy 96.92581 51.704194)
- (xy 96.932617 51.698396)
- (xy 96.972054 51.667163)
- (xy 96.977246 51.659836)
- (xy 96.983421 51.653322)
- (xy 96.983504 51.653401)
- (xy 96.984032 51.652804)
- (xy 96.983943 51.652731)
- (xy 96.989641 51.645792)
- (xy 96.996265 51.639732)
- (xy 97.022342 51.596746)
- (xy 97.027263 51.58925)
- (xy 97.033943 51.579823)
- (xy 97.033944 51.579822)
- (xy 97.036761 51.575846)
- (xy 97.038936 51.571479)
- (xy 97.04239 51.564543)
- (xy 97.047452 51.555356)
- (xy 97.067156 51.522876)
- (xy 97.067156 51.522875)
- (xy 97.071813 51.515199)
- (xy 97.074138 51.506489)
- (xy 97.083085 51.482817)
- (xy 97.198962 51.25011)
- (xy 97.209856 51.232158)
- (xy 97.305934 51.100076)
- (xy 97.365845 51.017713)
- (xy 97.548465 50.766657)
- (xy 100.282 50.766657)
- (xy 100.282301 50.772805)
- (xy 100.295812 50.910603)
- (xy 100.298195 50.922638)
- (xy 100.351767 51.100076)
- (xy 100.356441 51.111416)
- (xy 100.44346 51.275077)
- (xy 100.450249 51.285294)
- (xy 100.567397 51.428933)
- (xy 100.576041 51.437637)
- (xy 100.718856 51.555784)
- (xy 100.729027 51.562644)
- (xy 100.892076 51.650804)
- (xy 100.903381 51.655556)
- (xy 101.018692 51.69125)
- (xy 101.032795 51.691456)
- (xy 101.036 51.684701)
- (xy 101.036 51.677924)
- (xy 101.544 51.677924)
- (xy 101.547973 51.691455)
- (xy 101.555768 51.692575)
- (xy 101.663521 51.660862)
- (xy 101.674889 51.656269)
- (xy 101.839154 51.570393)
- (xy 101.849415 51.563679)
- (xy 101.993873 51.447532)
- (xy 102.002632 51.438954)
- (xy 102.121778 51.296961)
- (xy 102.128708 51.286841)
- (xy 102.218002 51.124415)
- (xy 102.222834 51.113142)
+ (xy 108.4555 53.2365)
+ (xy 108.387379 53.216498)
+ (xy 108.340886 53.162842)
+ (xy 108.3295 53.1105)
+ (xy 108.3295 52.910763)
+ (xy 108.330027 52.899579)
+ (xy 108.331701 52.892091)
+ (xy 108.329562 52.824032)
+ (xy 108.3295 52.820075)
+ (xy 108.3295 52.792144)
+ (xy 108.328994 52.788138)
+ (xy 108.328061 52.776292)
+ (xy 108.326922 52.740037)
+ (xy 108.326673 52.73211)
+ (xy 108.321022 52.712658)
+ (xy 108.317014 52.693306)
+ (xy 108.315468 52.681068)
+ (xy 108.315467 52.681066)
+ (xy 108.314474 52.673203)
+ (xy 108.298194 52.632086)
+ (xy 108.294359 52.620885)
+ (xy 108.282018 52.578406)
+ (xy 108.277985 52.571587)
+ (xy 108.277983 52.571582)
+ (xy 108.271707 52.560971)
+ (xy 108.26301 52.543221)
+ (xy 108.255552 52.524383)
+ (xy 108.229571 52.488623)
+ (xy 108.223053 52.478701)
+ (xy 108.204578 52.44746)
+ (xy 108.204574 52.447455)
+ (xy 108.200542 52.440637)
+ (xy 108.186218 52.426313)
+ (xy 108.173376 52.411278)
+ (xy 108.161472 52.394893)
+ (xy 108.127406 52.366711)
+ (xy 108.118627 52.358722)
+ (xy 107.793252 52.033347)
+ (xy 107.785712 52.025061)
+ (xy 107.7816 52.018582)
+ (xy 107.731948 51.971956)
+ (xy 107.729107 51.969202)
+ (xy 107.70937 51.949465)
+ (xy 107.706173 51.946985)
+ (xy 107.697151 51.93928)
+ (xy 107.664921 51.909014)
+ (xy 107.657975 51.905195)
+ (xy 107.657972 51.905193)
+ (xy 107.647166 51.899252)
+ (xy 107.630647 51.888401)
+ (xy 107.630183 51.888041)
+ (xy 107.614641 51.875986)
+ (xy 107.607372 51.872841)
+ (xy 107.607368 51.872838)
+ (xy 107.574063 51.858426)
+ (xy 107.563413 51.853209)
+ (xy 107.52466 51.831905)
+ (xy 107.505037 51.826867)
+ (xy 107.486334 51.820463)
+ (xy 107.47502 51.815567)
+ (xy 107.475019 51.815567)
+ (xy 107.467745 51.812419)
+ (xy 107.459922 51.81118)
+ (xy 107.459912 51.811177)
+ (xy 107.424076 51.805501)
+ (xy 107.412456 51.803095)
+ (xy 107.377311 51.794072)
+ (xy 107.37731 51.794072)
+ (xy 107.36963 51.7921)
+ (xy 107.349376 51.7921)
+ (xy 107.329665 51.790549)
+ (xy 107.317486 51.78862)
+ (xy 107.309657 51.78738)
+ (xy 107.301765 51.788126)
+ (xy 107.265639 51.791541)
+ (xy 107.253781 51.7921)
+ (xy 103.844995 51.7921)
+ (xy 103.776874 51.772098)
+ (xy 103.7559 51.755195)
+ (xy 103.526052 51.525347)
+ (xy 103.518512 51.517061)
+ (xy 103.5144 51.510582)
+ (xy 103.464748 51.463956)
+ (xy 103.461907 51.461202)
+ (xy 103.44217 51.441465)
+ (xy 103.438973 51.438985)
+ (xy 103.429951 51.43128)
+ (xy 103.4035 51.406441)
+ (xy 103.397721 51.401014)
+ (xy 103.390775 51.397195)
+ (xy 103.390772 51.397193)
+ (xy 103.379966 51.391252)
+ (xy 103.363447 51.380401)
+ (xy 103.362983 51.380041)
+ (xy 103.347441 51.367986)
+ (xy 103.340172 51.364841)
+ (xy 103.340168 51.364838)
+ (xy 103.306863 51.350426)
+ (xy 103.296213 51.345209)
+ (xy 103.25746 51.323905)
+ (xy 103.237837 51.318867)
+ (xy 103.219134 51.312463)
+ (xy 103.20782 51.307567)
+ (xy 103.207819 51.307567)
+ (xy 103.200545 51.304419)
+ (xy 103.192722 51.30318)
+ (xy 103.192712 51.303177)
+ (xy 103.156876 51.297501)
+ (xy 103.145256 51.295095)
+ (xy 103.110111 51.286072)
+ (xy 103.11011 51.286072)
+ (xy 103.10243 51.2841)
+ (xy 103.082176 51.2841)
+ (xy 103.062465 51.282549)
+ (xy 103.050286 51.28062)
+ (xy 103.042457 51.27938)
+ (xy 103.034565 51.280126)
+ (xy 102.998439 51.283541)
+ (xy 102.986581 51.2841)
+ (xy 102.34065 51.2841)
+ (xy 102.272529 51.264098)
+ (xy 102.226036 51.210442)
+ (xy 102.215932 51.140168)
+ (xy 102.221801 51.119278)
+ (xy 102.220971 51.119015)
(xy 102.27888 50.936462)
(xy 102.28143 50.924468)
(xy 102.297607 50.780239)
@@ -6810,22 +5195,25 @@
(xy 102.293525 50.676876)
(xy 102.292135 50.675671)
(xy 102.284452 50.674)
- (xy 101.562115 50.674)
- (xy 101.546876 50.678475)
- (xy 101.545671 50.679865)
- (xy 101.544 50.687548)
- (xy 101.544 51.677924)
- (xy 101.036 51.677924)
- (xy 101.036 50.692115)
- (xy 101.031525 50.676876)
- (xy 101.030135 50.675671)
- (xy 101.022452 50.674)
(xy 100.300115 50.674)
(xy 100.284876 50.678475)
(xy 100.283671 50.679865)
(xy 100.282 50.687548)
(xy 100.282 50.766657)
- (xy 97.548465 50.766657)
+ (xy 100.282301 50.772805)
+ (xy 100.295812 50.910603)
+ (xy 100.298195 50.922638)
+ (xy 100.351768 51.100077)
+ (xy 100.355893 51.110086)
+ (xy 100.363359 51.180689)
+ (xy 100.331468 51.24412)
+ (xy 100.270347 51.280241)
+ (xy 100.2394 51.2841)
+ (xy 97.419535 51.2841)
+ (xy 97.351414 51.264098)
+ (xy 97.304921 51.210442)
+ (xy 97.294817 51.140168)
+ (xy 97.317641 51.083981)
(xy 97.804965 50.414035)
(xy 97.828167 50.389749)
(xy 98.231524 50.067195)
@@ -6874,82 +5262,10 @@
(filled_polygon
(layer "F.Cu")
(pts
- (xy 71.612074 86.960578)
- (xy 72.2305 87.579004)
- (xy 72.264526 87.641316)
- (xy 72.259461 87.712131)
- (xy 72.230501 87.757194)
- (xy 72.189698 87.797997)
- (xy 72.148895 87.838801)
- (xy 72.086584 87.872825)
- (xy 72.015768 87.867761)
- (xy 71.970705 87.8388)
- (xy 71.928452 87.796547)
- (xy 71.920912 87.788261)
- (xy 71.9168 87.781782)
- (xy 71.867148 87.735156)
- (xy 71.864307 87.732402)
- (xy 71.84457 87.712665)
- (xy 71.841373 87.710185)
- (xy 71.832351 87.70248)
- (xy 71.8059 87.677641)
- (xy 71.800121 87.672214)
- (xy 71.793175 87.668395)
- (xy 71.793172 87.668393)
- (xy 71.782366 87.662452)
- (xy 71.765847 87.651601)
- (xy 71.765383 87.651241)
- (xy 71.749841 87.639186)
- (xy 71.742572 87.636041)
- (xy 71.742568 87.636038)
- (xy 71.709263 87.621626)
- (xy 71.698613 87.616409)
- (xy 71.65986 87.595105)
- (xy 71.640237 87.590067)
- (xy 71.621534 87.583663)
- (xy 71.61022 87.578767)
- (xy 71.610219 87.578767)
- (xy 71.602945 87.575619)
- (xy 71.595116 87.574379)
- (xy 71.595113 87.574378)
- (xy 71.586151 87.572958)
- (xy 71.521999 87.542544)
- (xy 71.484474 87.482274)
- (xy 71.480051 87.446013)
- (xy 71.473516 87.4428)
- (xy 71.188924 87.4428)
- (xy 71.120803 87.422798)
- (xy 71.114863 87.418736)
- (xy 71.061263 87.379793)
- (xy 71.061262 87.379792)
- (xy 71.055921 87.375912)
- (xy 71.049893 87.373228)
- (xy 71.049891 87.373227)
- (xy 70.894195 87.303907)
- (xy 70.840099 87.257927)
- (xy 70.81945 87.19)
- (xy 70.838802 87.121691)
- (xy 70.894195 87.073693)
- (xy 70.903319 87.069631)
- (xy 70.94402 87.05151)
- (xy 71.049891 87.004373)
- (xy 71.049893 87.004372)
- (xy 71.055921 87.001688)
- (xy 71.09341 86.974451)
- (xy 71.114863 86.958864)
- (xy 71.181731 86.935006)
- (xy 71.188924 86.9348)
- (xy 71.466969 86.9348)
- (xy 71.487481 86.928777)
- (xy 71.558477 86.928777)
- )
- )
- (filled_polygon
- (layer "F.Cu")
- (pts
- (xy 86.232338 69.434245)
- (xy 86.27352 69.492078)
- (xy 86.28045 69.533288)
+ (xy 86.190294 68.737819)
+ (xy 86.24991 68.776373)
+ (xy 86.279218 68.841038)
+ (xy 86.28045 68.858613)
(xy 86.28045 87.369426)
(xy 86.260448 87.437547)
(xy 86.206792 87.48404)
@@ -7004,7 +5320,6 @@
(xy 82.2691 84.355967)
(xy 82.269627 84.344784)
(xy 82.271302 84.337291)
- (xy 82.269741 84.287616)
(xy 82.269162 84.269214)
(xy 82.2691 84.265255)
(xy 82.2691 84.237344)
@@ -7016,10 +5331,10 @@
(xy 82.256614 84.138506)
(xy 82.255067 84.126263)
(xy 82.254074 84.118403)
- (xy 82.251156 84.111032)
+ (xy 82.244401 84.093971)
(xy 82.2378 84.077297)
(xy 82.233955 84.06607)
- (xy 82.233321 84.063887)
+ (xy 82.225393 84.036602)
(xy 82.221618 84.023607)
(xy 82.212104 84.007519)
(xy 82.211307 84.006172)
@@ -7117,104 +5432,1279 @@
(xy 81.410219 81.604857)
(xy 81.406059 81.560846)
(xy 81.4055 81.548989)
- (xy 81.4055 79.316395)
- (xy 81.425502 79.248274)
- (xy 81.479158 79.201781)
- (xy 81.540113 79.191829)
- (xy 81.540113 79.1913)
- (xy 81.731087 79.1913)
- (xy 81.737539 79.189928)
- (xy 81.737544 79.189928)
- (xy 81.824487 79.171447)
- (xy 81.917888 79.151594)
- (xy 81.931672 79.145457)
- (xy 82.086322 79.076603)
- (xy 82.086324 79.076602)
- (xy 82.092352 79.073918)
- (xy 82.133039 79.044357)
- (xy 82.199906 79.020499)
- (xy 82.269058 79.036579)
- (xy 82.281161 79.044357)
- (xy 82.321848 79.073918)
- (xy 82.327876 79.076602)
- (xy 82.327878 79.076603)
- (xy 82.482528 79.145457)
- (xy 82.496312 79.151594)
- (xy 82.589713 79.171447)
- (xy 82.676656 79.189928)
- (xy 82.676661 79.189928)
- (xy 82.683113 79.1913)
- (xy 82.874087 79.1913)
- (xy 82.880539 79.189928)
- (xy 82.880544 79.189928)
- (xy 82.967487 79.171447)
- (xy 83.060888 79.151594)
- (xy 83.074672 79.145457)
- (xy 83.229322 79.076603)
- (xy 83.229324 79.076602)
- (xy 83.235352 79.073918)
- (xy 83.389853 78.961666)
- (xy 83.504509 78.834328)
- (xy 83.513221 78.824652)
- (xy 83.513222 78.824651)
- (xy 83.51764 78.819744)
- (xy 83.613127 78.654356)
- (xy 83.672142 78.472728)
- (xy 83.692104 78.2828)
- (xy 83.675351 78.123406)
- (xy 83.672832 78.099435)
- (xy 83.672832 78.099433)
- (xy 83.672142 78.092872)
- (xy 83.613127 77.911244)
- (xy 83.51764 77.745856)
- (xy 83.419464 77.63682)
- (xy 83.388746 77.572813)
- (xy 83.3871 77.55251)
- (xy 83.3871 77.342439)
- (xy 83.407102 77.274318)
- (xy 83.424005 77.253344)
- (xy 84.241634 76.435715)
- (xy 84.254025 76.424848)
- (xy 84.272837 76.410413)
- (xy 84.279387 76.405387)
- (xy 84.303874 76.373475)
- (xy 84.30388 76.373469)
- (xy 84.371896 76.284829)
- (xy 84.371897 76.284827)
- (xy 84.376924 76.278276)
- (xy 84.438238 76.130251)
- (xy 84.440791 76.110857)
- (xy 84.4539 76.011285)
- (xy 84.4539 76.01128)
- (xy 84.45915 75.9714)
- (xy 84.454978 75.939707)
- (xy 84.4539 75.923264)
- (xy 84.4539 73.405439)
- (xy 84.473902 73.337318)
- (xy 84.490805 73.316344)
- (xy 85.613234 72.193915)
- (xy 85.625625 72.183048)
- (xy 85.644437 72.168613)
- (xy 85.650987 72.163587)
- (xy 85.675474 72.131675)
- (xy 85.675477 72.131672)
- (xy 85.743333 72.04324)
- (xy 85.748524 72.036475)
- (xy 85.809838 71.88845)
- (xy 85.8255 71.769485)
- (xy 85.8255 71.769478)
- (xy 85.83075 71.7296)
- (xy 85.826578 71.697907)
- (xy 85.8255 71.681464)
- (xy 85.8255 69.81829)
- (xy 85.845502 69.750169)
- (xy 85.857864 69.73398)
- (xy 85.951621 69.629852)
- (xy 85.951622 69.629851)
- (xy 85.95604 69.624944)
- (xy 86.045331 69.470288)
- (xy 86.096714 69.421295)
- (xy 86.166427 69.407859)
+ (xy 81.4055 79.519595)
+ (xy 81.425502 79.451474)
+ (xy 81.479158 79.404981)
+ (xy 81.540113 79.395029)
+ (xy 81.540113 79.3945)
+ (xy 81.731087 79.3945)
+ (xy 81.737539 79.393128)
+ (xy 81.737544 79.393128)
+ (xy 81.85295 79.368597)
+ (xy 81.917888 79.354794)
+ (xy 82.049289 79.296291)
+ (xy 82.086322 79.279803)
+ (xy 82.086324 79.279802)
+ (xy 82.092352 79.277118)
+ (xy 82.109966 79.264321)
+ (xy 82.22557 79.180329)
+ (xy 82.246853 79.164866)
+ (xy 82.27438 79.134294)
+ (xy 82.368476 79.02979)
+ (xy 82.428922 78.99255)
+ (xy 82.462112 78.9881)
+ (xy 82.645487 78.9881)
+ (xy 82.651939 78.986728)
+ (xy 82.651944 78.986728)
+ (xy 82.738887 78.968247)
+ (xy 82.832288 78.948394)
+ (xy 82.838319 78.945709)
+ (xy 83.000722 78.873403)
+ (xy 83.000724 78.873402)
+ (xy 83.006752 78.870718)
+ (xy 83.161253 78.758466)
+ (xy 83.194985 78.721003)
+ (xy 83.284621 78.621452)
+ (xy 83.284622 78.621451)
+ (xy 83.28904 78.616544)
+ (xy 83.374195 78.469052)
+ (xy 83.381223 78.456879)
+ (xy 83.381224 78.456878)
+ (xy 83.384527 78.451156)
+ (xy 83.443542 78.269528)
+ (xy 83.444793 78.257632)
+ (xy 83.462814 78.086165)
+ (xy 83.463504 78.0796)
+ (xy 83.443542 77.889672)
+ (xy 83.384527 77.708044)
+ (xy 83.28904 77.542656)
+ (xy 83.215863 77.461385)
+ (xy 83.185147 77.397379)
+ (xy 83.1835 77.377076)
+ (xy 83.1835 76.463794)
+ (xy 83.203502 76.395673)
+ (xy 83.220405 76.374699)
+ (xy 84.212247 75.382857)
+ (xy 84.220537 75.375313)
+ (xy 84.227018 75.3712)
+ (xy 84.273659 75.321532)
+ (xy 84.276413 75.318691)
+ (xy 84.296134 75.29897)
+ (xy 84.298612 75.295775)
+ (xy 84.306318 75.286753)
+ (xy 84.331158 75.260301)
+ (xy 84.336586 75.254521)
+ (xy 84.346346 75.236768)
+ (xy 84.357199 75.220245)
+ (xy 84.364753 75.210506)
+ (xy 84.369613 75.204241)
+ (xy 84.387176 75.163657)
+ (xy 84.392383 75.153027)
+ (xy 84.413695 75.11426)
+ (xy 84.415666 75.106583)
+ (xy 84.415668 75.106578)
+ (xy 84.418732 75.094642)
+ (xy 84.425138 75.07593)
+ (xy 84.430033 75.064619)
+ (xy 84.433181 75.057345)
+ (xy 84.434421 75.049517)
+ (xy 84.434423 75.04951)
+ (xy 84.440099 75.013676)
+ (xy 84.442505 75.002056)
+ (xy 84.451528 74.966911)
+ (xy 84.451528 74.96691)
+ (xy 84.4535 74.95923)
+ (xy 84.4535 74.938976)
+ (xy 84.455051 74.919265)
+ (xy 84.45698 74.907086)
+ (xy 84.45822 74.899257)
+ (xy 84.454059 74.855238)
+ (xy 84.4535 74.843381)
+ (xy 84.4535 72.653795)
+ (xy 84.473502 72.585674)
+ (xy 84.490405 72.564699)
+ (xy 84.974258 72.080847)
+ (xy 84.982537 72.073313)
+ (xy 84.989018 72.0692)
+ (xy 85.035644 72.019548)
+ (xy 85.038398 72.016707)
+ (xy 85.058135 71.99697)
+ (xy 85.060615 71.993773)
+ (xy 85.06832 71.984751)
+ (xy 85.093159 71.9583)
+ (xy 85.098586 71.952521)
+ (xy 85.102405 71.945575)
+ (xy 85.102407 71.945572)
+ (xy 85.108348 71.934766)
+ (xy 85.119199 71.918247)
+ (xy 85.119559 71.917783)
+ (xy 85.131614 71.902241)
+ (xy 85.134759 71.894972)
+ (xy 85.134762 71.894968)
+ (xy 85.149174 71.861663)
+ (xy 85.154391 71.851013)
+ (xy 85.175695 71.81226)
+ (xy 85.180733 71.792637)
+ (xy 85.187137 71.773934)
+ (xy 85.192033 71.76262)
+ (xy 85.192033 71.762619)
+ (xy 85.195181 71.755345)
+ (xy 85.19642 71.747522)
+ (xy 85.196423 71.747512)
+ (xy 85.202099 71.711676)
+ (xy 85.204505 71.700056)
+ (xy 85.213528 71.664911)
+ (xy 85.213528 71.66491)
+ (xy 85.2155 71.65723)
+ (xy 85.2155 71.636976)
+ (xy 85.217051 71.617265)
+ (xy 85.21898 71.605086)
+ (xy 85.22022 71.597257)
+ (xy 85.216059 71.553238)
+ (xy 85.2155 71.541381)
+ (xy 85.2155 70.081168)
+ (xy 85.216027 70.069985)
+ (xy 85.217702 70.062492)
+ (xy 85.215562 69.994401)
+ (xy 85.2155 69.990444)
+ (xy 85.2155 69.962544)
+ (xy 85.214996 69.958553)
+ (xy 85.214063 69.946711)
+ (xy 85.212923 69.910436)
+ (xy 85.212674 69.902511)
+ (xy 85.207021 69.883052)
+ (xy 85.203012 69.863693)
+ (xy 85.202846 69.862383)
+ (xy 85.200474 69.843603)
+ (xy 85.197558 69.836237)
+ (xy 85.197556 69.836231)
+ (xy 85.1842 69.802498)
+ (xy 85.180355 69.791268)
+ (xy 85.17023 69.756417)
+ (xy 85.17023 69.756416)
+ (xy 85.168019 69.748807)
+ (xy 85.157705 69.731366)
+ (xy 85.149008 69.713613)
+ (xy 85.144472 69.702158)
+ (xy 85.141552 69.694783)
+ (xy 85.115563 69.659012)
+ (xy 85.109047 69.649092)
+ (xy 85.090578 69.617863)
+ (xy 85.086542 69.611038)
+ (xy 85.072221 69.596717)
+ (xy 85.05938 69.581683)
+ (xy 85.052652 69.572422)
+ (xy 85.047472 69.565293)
+ (xy 85.013401 69.537107)
+ (xy 85.004622 69.529118)
+ (xy 84.970322 69.494818)
+ (xy 84.936296 69.432506)
+ (xy 84.934107 69.418893)
+ (xy 84.917432 69.260235)
+ (xy 84.917432 69.260233)
+ (xy 84.916742 69.253672)
+ (xy 84.857727 69.072044)
+ (xy 84.799216 68.9707)
+ (xy 84.782478 68.901705)
+ (xy 84.805698 68.834613)
+ (xy 84.861506 68.790726)
+ (xy 84.908335 68.7817)
+ (xy 85.798633 68.7817)
+ (xy 85.809816 68.782227)
+ (xy 85.817309 68.783902)
+ (xy 85.825235 68.783653)
+ (xy 85.825236 68.783653)
+ (xy 85.885386 68.781762)
+ (xy 85.889345 68.7817)
+ (xy 85.917256 68.7817)
+ (xy 85.921191 68.781203)
+ (xy 85.921256 68.781195)
+ (xy 85.933093 68.780262)
+ (xy 85.965351 68.779248)
+ (xy 85.96937 68.779122)
+ (xy 85.977289 68.778873)
+ (xy 85.996743 68.773221)
+ (xy 86.0161 68.769213)
+ (xy 86.02833 68.767668)
+ (xy 86.028331 68.767668)
+ (xy 86.036197 68.766674)
+ (xy 86.043568 68.763755)
+ (xy 86.04357 68.763755)
+ (xy 86.077312 68.750396)
+ (xy 86.088543 68.746551)
+ (xy 86.119298 68.737616)
+ )
+ )
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 94.663732 52.554984)
+ (xy 94.695065 52.618692)
+ (xy 94.68698 52.689227)
+ (xy 94.660011 52.729285)
+ (xy 93.726698 53.662597)
+ (xy 93.664388 53.696621)
+ (xy 93.637605 53.6995)
+ (xy 93.534898 53.6995)
+ (xy 93.53245 53.699693)
+ (xy 93.532442 53.699693)
+ (xy 93.503979 53.701933)
+ (xy 93.503974 53.701934)
+ (xy 93.497569 53.702438)
+ (xy 93.397631 53.731472)
+ (xy 93.345412 53.746643)
+ (xy 93.34541 53.746644)
+ (xy 93.337799 53.748855)
+ (xy 93.194593 53.833547)
+ (xy 93.191911 53.836229)
+ (xy 93.127539 53.861502)
+ (xy 93.057916 53.8476)
+ (xy 93.042088 53.837428)
+ (xy 93.038207 53.833547)
+ (xy 92.895001 53.748855)
+ (xy 92.88739 53.746644)
+ (xy 92.887388 53.746643)
+ (xy 92.835169 53.731472)
+ (xy 92.735231 53.702438)
+ (xy 92.728826 53.701934)
+ (xy 92.728821 53.701933)
+ (xy 92.700358 53.699693)
+ (xy 92.70035 53.699693)
+ (xy 92.697902 53.6995)
+ (xy 92.264898 53.6995)
+ (xy 92.26245 53.699693)
+ (xy 92.262442 53.699693)
+ (xy 92.233979 53.701933)
+ (xy 92.233974 53.701934)
+ (xy 92.227569 53.702438)
+ (xy 92.127631 53.731472)
+ (xy 92.075412 53.746643)
+ (xy 92.07541 53.746644)
+ (xy 92.067799 53.748855)
+ (xy 92.060972 53.752892)
+ (xy 92.060973 53.752892)
+ (xy 91.93142 53.829509)
+ (xy 91.931417 53.829511)
+ (xy 91.924593 53.833547)
+ (xy 91.806947 53.951193)
+ (xy 91.802911 53.958017)
+ (xy 91.802909 53.95802)
+ (xy 91.764363 54.023198)
+ (xy 91.722255 54.094399)
+ (xy 91.675838 54.254169)
+ (xy 91.675334 54.260574)
+ (xy 91.675333 54.260579)
+ (xy 91.673243 54.287134)
+ (xy 91.6729 54.291498)
+ (xy 91.6729 55.043405)
+ (xy 91.652898 55.111526)
+ (xy 91.635995 55.132501)
+ (xy 91.515615 55.25288)
+ (xy 91.453303 55.286905)
+ (xy 91.382487 55.281839)
+ (xy 91.341177 55.255317)
+ (xy 91.341128 55.255379)
+ (xy 91.340496 55.25488)
+ (xy 91.337504 55.252959)
+ (xy 91.335384 55.250842)
+ (xy 91.33538 55.250839)
+ (xy 91.330203 55.245671)
+ (xy 91.236503 55.187913)
+ (xy 91.18835 55.158231)
+ (xy 91.188348 55.15823)
+ (xy 91.18212 55.154391)
+ (xy 91.017009 55.099626)
+ (xy 91.010173 55.098926)
+ (xy 91.01017 55.098925)
+ (xy 90.958674 55.093649)
+ (xy 90.914272 55.0891)
+ (xy 90.340128 55.0891)
+ (xy 90.336882 55.089437)
+ (xy 90.336878 55.089437)
+ (xy 90.242965 55.099181)
+ (xy 90.242961 55.099182)
+ (xy 90.236107 55.099893)
+ (xy 90.229571 55.102074)
+ (xy 90.229569 55.102074)
+ (xy 90.138369 55.132501)
+ (xy 90.071093 55.154946)
+ (xy 89.923169 55.246484)
+ (xy 89.917996 55.251666)
+ (xy 89.805442 55.364416)
+ (xy 89.805438 55.364421)
+ (xy 89.800271 55.369597)
+ (xy 89.708991 55.51768)
+ (xy 89.654226 55.682791)
+ (xy 89.653526 55.689627)
+ (xy 89.653525 55.68963)
+ (xy 89.648455 55.739119)
+ (xy 89.6437 55.785528)
+ (xy 89.6437 56.384672)
+ (xy 89.644037 56.387918)
+ (xy 89.644037 56.387922)
+ (xy 89.653544 56.479544)
+ (xy 89.654493 56.488693)
+ (xy 89.656674 56.495229)
+ (xy 89.656674 56.495231)
+ (xy 89.695286 56.610965)
+ (xy 89.709546 56.653707)
+ (xy 89.801084 56.801631)
+ (xy 89.908341 56.908701)
+ (xy 89.94242 56.970982)
+ (xy 89.937417 57.041802)
+ (xy 89.908496 57.086891)
+ (xy 89.805837 57.189729)
+ (xy 89.796825 57.20114)
+ (xy 89.713288 57.336663)
+ (xy 89.707144 57.349841)
+ (xy 89.656885 57.501366)
+ (xy 89.654019 57.514732)
+ (xy 89.644528 57.60737)
+ (xy 89.6442 57.613785)
+ (xy 89.6442 57.637985)
+ (xy 89.648675 57.653224)
+ (xy 89.650065 57.654429)
+ (xy 89.657748 57.6561)
+ (xy 91.592085 57.6561)
+ (xy 91.607324 57.651625)
+ (xy 91.608529 57.650235)
+ (xy 91.6102 57.642552)
+ (xy 91.6102 57.613834)
+ (xy 91.609863 57.607318)
+ (xy 91.600125 57.513468)
+ (xy 91.597232 57.500072)
+ (xy 91.546712 57.348647)
+ (xy 91.540547 57.335485)
+ (xy 91.456774 57.200108)
+ (xy 91.44774 57.18871)
+ (xy 91.34606 57.087207)
+ (xy 91.311981 57.024924)
+ (xy 91.316984 56.954104)
+ (xy 91.345905 56.909016)
+ (xy 91.346222 56.908699)
+ (xy 91.454129 56.800603)
+ (xy 91.457965 56.794381)
+ (xy 91.457969 56.794375)
+ (xy 91.467445 56.779002)
+ (xy 91.520218 56.73151)
+ (xy 91.570745 56.719182)
+ (xy 91.587286 56.718662)
+ (xy 91.591245 56.7186)
+ (xy 91.619156 56.7186)
+ (xy 91.623091 56.718103)
+ (xy 91.623156 56.718095)
+ (xy 91.634993 56.717162)
+ (xy 91.667251 56.716148)
+ (xy 91.67127 56.716022)
+ (xy 91.679189 56.715773)
+ (xy 91.698643 56.710121)
+ (xy 91.718 56.706113)
+ (xy 91.73023 56.704568)
+ (xy 91.730231 56.704568)
+ (xy 91.738097 56.703574)
+ (xy 91.745468 56.700655)
+ (xy 91.74547 56.700655)
+ (xy 91.779212 56.687296)
+ (xy 91.790442 56.683451)
+ (xy 91.825283 56.673329)
+ (xy 91.825284 56.673329)
+ (xy 91.832893 56.671118)
+ (xy 91.839712 56.667085)
+ (xy 91.839717 56.667083)
+ (xy 91.850328 56.660807)
+ (xy 91.868076 56.652112)
+ (xy 91.886917 56.644652)
+ (xy 91.893335 56.639989)
+ (xy 91.893339 56.639987)
+ (xy 91.921999 56.619165)
+ (xy 91.988867 56.595307)
+ (xy 92.053269 56.610965)
+ (xy 92.053703 56.609962)
+ (xy 92.059549 56.612492)
+ (xy 92.060198 56.61265)
+ (xy 92.067799 56.617145)
+ (xy 92.07541 56.619356)
+ (xy 92.075412 56.619357)
+ (xy 92.127631 56.634528)
+ (xy 92.227569 56.663562)
+ (xy 92.233974 56.664066)
+ (xy 92.233979 56.664067)
+ (xy 92.262442 56.666307)
+ (xy 92.26245 56.666307)
+ (xy 92.264898 56.6665)
+ (xy 92.697902 56.6665)
+ (xy 92.70035 56.666307)
+ (xy 92.700358 56.666307)
+ (xy 92.728821 56.664067)
+ (xy 92.728826 56.664066)
+ (xy 92.735231 56.663562)
+ (xy 92.835169 56.634528)
+ (xy 92.887388 56.619357)
+ (xy 92.88739 56.619356)
+ (xy 92.895001 56.617145)
+ (xy 93.038207 56.532453)
+ (xy 93.040889 56.529771)
+ (xy 93.105261 56.504498)
+ (xy 93.174884 56.5184)
+ (xy 93.190712 56.528572)
+ (xy 93.194593 56.532453)
+ (xy 93.337799 56.617145)
+ (xy 93.34541 56.619356)
+ (xy 93.345412 56.619357)
+ (xy 93.397631 56.634528)
+ (xy 93.497569 56.663562)
+ (xy 93.503974 56.664066)
+ (xy 93.503979 56.664067)
+ (xy 93.532442 56.666307)
+ (xy 93.53245 56.666307)
+ (xy 93.534898 56.6665)
+ (xy 93.967902 56.6665)
+ (xy 93.97035 56.666307)
+ (xy 93.970358 56.666307)
+ (xy 93.998821 56.664067)
+ (xy 93.998826 56.664066)
+ (xy 94.005231 56.663562)
+ (xy 94.105169 56.634528)
+ (xy 94.157388 56.619357)
+ (xy 94.15739 56.619356)
+ (xy 94.165001 56.617145)
+ (xy 94.308207 56.532453)
+ (xy 94.310889 56.529771)
+ (xy 94.375261 56.504498)
+ (xy 94.444884 56.5184)
+ (xy 94.460712 56.528572)
+ (xy 94.464593 56.532453)
+ (xy 94.607799 56.617145)
+ (xy 94.61541 56.619356)
+ (xy 94.615412 56.619357)
+ (xy 94.667631 56.634528)
+ (xy 94.767569 56.663562)
+ (xy 94.773974 56.664066)
+ (xy 94.773979 56.664067)
+ (xy 94.802442 56.666307)
+ (xy 94.80245 56.666307)
+ (xy 94.804898 56.6665)
+ (xy 95.237902 56.6665)
+ (xy 95.24035 56.666307)
+ (xy 95.240358 56.666307)
+ (xy 95.268821 56.664067)
+ (xy 95.268826 56.664066)
+ (xy 95.275231 56.663562)
+ (xy 95.375169 56.634528)
+ (xy 95.427388 56.619357)
+ (xy 95.42739 56.619356)
+ (xy 95.435001 56.617145)
+ (xy 95.578207 56.532453)
+ (xy 95.580889 56.529771)
+ (xy 95.645261 56.504498)
+ (xy 95.714884 56.5184)
+ (xy 95.730712 56.528572)
+ (xy 95.734593 56.532453)
+ (xy 95.863041 56.608417)
+ (xy 95.91149 56.660306)
+ (xy 95.924195 56.730156)
+ (xy 95.89712 56.795788)
+ (xy 95.872965 56.818799)
+ (xy 95.87182 56.819631)
+ (xy 95.861893 56.826152)
+ (xy 95.830665 56.84462)
+ (xy 95.830662 56.844622)
+ (xy 95.823838 56.848658)
+ (xy 95.809517 56.862979)
+ (xy 95.794484 56.875819)
+ (xy 95.778093 56.887728)
+ (xy 95.773042 56.893834)
+ (xy 95.749902 56.921805)
+ (xy 95.741912 56.930584)
+ (xy 94.629147 58.043348)
+ (xy 94.620861 58.050888)
+ (xy 94.614382 58.055)
+ (xy 94.608957 58.060777)
+ (xy 94.567757 58.104651)
+ (xy 94.565002 58.107493)
+ (xy 94.545265 58.12723)
+ (xy 94.542785 58.130427)
+ (xy 94.535082 58.139447)
+ (xy 94.504814 58.171679)
+ (xy 94.500995 58.178625)
+ (xy 94.500993 58.178628)
+ (xy 94.495052 58.189434)
+ (xy 94.484201 58.205953)
+ (xy 94.471786 58.221959)
+ (xy 94.468641 58.229228)
+ (xy 94.468638 58.229232)
+ (xy 94.454226 58.262537)
+ (xy 94.449009 58.273187)
+ (xy 94.427705 58.31194)
+ (xy 94.425734 58.319615)
+ (xy 94.425734 58.319616)
+ (xy 94.422667 58.331562)
+ (xy 94.416263 58.350266)
+ (xy 94.408219 58.368855)
+ (xy 94.40698 58.376678)
+ (xy 94.406977 58.376688)
+ (xy 94.401301 58.412524)
+ (xy 94.398895 58.424144)
+ (xy 94.3879 58.46697)
+ (xy 94.3879 58.487224)
+ (xy 94.386349 58.506934)
+ (xy 94.38318 58.526943)
+ (xy 94.383926 58.534835)
+ (xy 94.387341 58.570961)
+ (xy 94.3879 58.582819)
+ (xy 94.3879 58.610357)
+ (xy 94.367898 58.678478)
+ (xy 94.314242 58.724971)
+ (xy 94.243968 58.735075)
+ (xy 94.197761 58.718811)
+ (xy 94.171621 58.703352)
+ (xy 94.15719 58.697107)
+ (xy 94.022795 58.658061)
+ (xy 94.008694 58.658101)
+ (xy 94.0054 58.66537)
+ (xy 94.0054 60.261)
+ (xy 93.985398 60.329121)
+ (xy 93.931742 60.375614)
+ (xy 93.8794 60.387)
+ (xy 93.6234 60.387)
+ (xy 93.555279 60.366998)
+ (xy 93.508786 60.313342)
+ (xy 93.4974 60.261)
+ (xy 93.4974 58.671122)
+ (xy 93.493427 58.657591)
+ (xy 93.485529 58.656456)
+ (xy 93.34561 58.697107)
+ (xy 93.331179 58.703352)
+ (xy 93.201724 58.77991)
+ (xy 93.194036 58.785874)
+ (xy 93.127951 58.811821)
+ (xy 93.058328 58.79792)
+ (xy 93.042242 58.787582)
+ (xy 93.038207 58.783547)
+ (xy 92.895001 58.698855)
+ (xy 92.88739 58.696644)
+ (xy 92.887388 58.696643)
+ (xy 92.799542 58.671122)
+ (xy 92.735231 58.652438)
+ (xy 92.728826 58.651934)
+ (xy 92.728821 58.651933)
+ (xy 92.700358 58.649693)
+ (xy 92.70035 58.649693)
+ (xy 92.697902 58.6495)
+ (xy 92.264898 58.6495)
+ (xy 92.26245 58.649693)
+ (xy 92.262442 58.649693)
+ (xy 92.233979 58.651933)
+ (xy 92.233974 58.651934)
+ (xy 92.227569 58.652438)
+ (xy 92.163258 58.671122)
+ (xy 92.075412 58.696643)
+ (xy 92.07541 58.696644)
+ (xy 92.067799 58.698855)
+ (xy 92.060972 58.702892)
+ (xy 92.060973 58.702892)
+ (xy 91.93142 58.779509)
+ (xy 91.931417 58.779511)
+ (xy 91.924593 58.783547)
+ (xy 91.806947 58.901193)
+ (xy 91.802911 58.908017)
+ (xy 91.802909 58.90802)
+ (xy 91.776168 58.953237)
+ (xy 91.722255 59.044399)
+ (xy 91.720044 59.05201)
+ (xy 91.720043 59.052012)
+ (xy 91.71351 59.0745)
+ (xy 91.675838 59.204169)
+ (xy 91.675334 59.210574)
+ (xy 91.675333 59.210579)
+ (xy 91.673626 59.23227)
+ (xy 91.6729 59.241498)
+ (xy 91.6729 61.024502)
+ (xy 91.673093 61.02695)
+ (xy 91.673093 61.026958)
+ (xy 91.673568 61.032986)
+ (xy 91.675838 61.061831)
+ (xy 91.722255 61.221601)
+ (xy 91.784213 61.326365)
+ (xy 91.795506 61.345461)
+ (xy 91.812966 61.414277)
+ (xy 91.790449 61.481608)
+ (xy 91.735105 61.526077)
+ (xy 91.687053 61.5356)
+ (xy 90.106463 61.5356)
+ (xy 90.095279 61.535073)
+ (xy 90.087791 61.533399)
+ (xy 90.079868 61.533648)
+ (xy 90.019733 61.535538)
+ (xy 90.015775 61.5356)
+ (xy 89.987844 61.5356)
+ (xy 89.983929 61.536095)
+ (xy 89.983925 61.536095)
+ (xy 89.983867 61.536103)
+ (xy 89.983838 61.536106)
+ (xy 89.971996 61.537039)
+ (xy 89.92781 61.538427)
+ (xy 89.910444 61.543472)
+ (xy 89.908358 61.544078)
+ (xy 89.889006 61.548086)
+ (xy 89.876768 61.549632)
+ (xy 89.876766 61.549633)
+ (xy 89.868903 61.550626)
+ (xy 89.827786 61.566906)
+ (xy 89.816585 61.570741)
+ (xy 89.774106 61.583082)
+ (xy 89.767287 61.587115)
+ (xy 89.767282 61.587117)
+ (xy 89.756671 61.593393)
+ (xy 89.738921 61.60209)
+ (xy 89.720083 61.609548)
+ (xy 89.713667 61.614209)
+ (xy 89.713666 61.61421)
+ (xy 89.684325 61.635528)
+ (xy 89.674401 61.642047)
+ (xy 89.64316 61.660522)
+ (xy 89.643155 61.660526)
+ (xy 89.636337 61.664558)
+ (xy 89.622013 61.678882)
+ (xy 89.606981 61.691721)
+ (xy 89.590593 61.703628)
+ (xy 89.56434 61.735362)
+ (xy 89.562412 61.737693)
+ (xy 89.554422 61.746473)
+ (xy 88.345664 62.955231)
+ (xy 88.283352 62.989257)
+ (xy 88.212537 62.984192)
+ (xy 88.155701 62.941645)
+ (xy 88.131647 62.882581)
+ (xy 88.122293 62.811524)
+ (xy 88.122292 62.811518)
+ (xy 88.121732 62.807266)
+ (xy 88.119776 62.800114)
+ (xy 88.047003 62.534103)
+ (xy 88.045871 62.529964)
+ (xy 87.97006 62.352228)
+ (xy 87.934763 62.269476)
+ (xy 87.934761 62.269472)
+ (xy 87.933077 62.265524)
+ (xy 87.785439 62.018839)
+ (xy 87.605687 61.794472)
+ (xy 87.445807 61.642752)
+ (xy 87.400258 61.599527)
+ (xy 87.400255 61.599525)
+ (xy 87.397149 61.596577)
+ (xy 87.163683 61.428814)
+ (xy 87.141843 61.41725)
+ (xy 87.117309 61.40426)
+ (xy 86.909608 61.294288)
+ (xy 86.715438 61.223232)
+ (xy 86.643658 61.196964)
+ (xy 86.643656 61.196963)
+ (xy 86.639627 61.195489)
+ (xy 86.358736 61.134245)
+ (xy 86.327685 61.131801)
+ (xy 86.135718 61.116693)
+ (xy 86.135709 61.116693)
+ (xy 86.133261 61.1165)
+ (xy 85.977729 61.1165)
+ (xy 85.975593 61.116646)
+ (xy 85.975582 61.116646)
+ (xy 85.767452 61.130835)
+ (xy 85.767446 61.130836)
+ (xy 85.763175 61.131127)
+ (xy 85.75898 61.131996)
+ (xy 85.758978 61.131996)
+ (xy 85.688395 61.146613)
+ (xy 85.481658 61.189426)
+ (xy 85.210657 61.285393)
+ (xy 84.955188 61.41725)
+ (xy 84.951687 61.419711)
+ (xy 84.951683 61.419713)
+ (xy 84.89134 61.462123)
+ (xy 84.719977 61.582559)
+ (xy 84.685917 61.61421)
+ (xy 84.51414 61.773835)
+ (xy 84.509378 61.77826)
+ (xy 84.327287 62.000732)
+ (xy 84.177073 62.245858)
+ (xy 84.175347 62.249791)
+ (xy 84.175346 62.249792)
+ (xy 84.143215 62.322989)
+ (xy 84.061517 62.509102)
+ (xy 83.982756 62.785594)
+ (xy 83.942249 63.070216)
+ (xy 83.942227 63.074505)
+ (xy 83.942226 63.074512)
+ (xy 83.940817 63.343558)
+ (xy 83.940743 63.357703)
+ (xy 83.941302 63.361947)
+ (xy 83.941302 63.361951)
+ (xy 83.951004 63.435644)
+ (xy 83.978268 63.642734)
+ (xy 83.979401 63.646874)
+ (xy 83.979401 63.646876)
+ (xy 83.992922 63.696302)
+ (xy 84.054129 63.920036)
+ (xy 84.055813 63.923984)
+ (xy 84.15472 64.155866)
+ (xy 84.166923 64.184476)
+ (xy 84.204183 64.246733)
+ (xy 84.311962 64.426818)
+ (xy 84.314561 64.431161)
+ (xy 84.494313 64.655528)
+ (xy 84.602645 64.758331)
+ (xy 84.681132 64.832812)
+ (xy 84.702851 64.853423)
+ (xy 84.936317 65.021186)
+ (xy 84.940112 65.023195)
+ (xy 84.940113 65.023196)
+ (xy 84.961869 65.034715)
+ (xy 85.190392 65.155712)
+ (xy 85.235964 65.172389)
+ (xy 85.379974 65.225089)
+ (xy 85.460373 65.254511)
+ (xy 85.488181 65.260574)
+ (xy 85.716158 65.310281)
+ (xy 85.778454 65.344336)
+ (xy 85.812449 65.406664)
+ (xy 85.807351 65.477478)
+ (xy 85.778411 65.522484)
+ (xy 85.7281 65.572795)
+ (xy 85.665788 65.606821)
+ (xy 85.639005 65.6097)
+ (xy 79.326767 65.6097)
+ (xy 79.315584 65.609173)
+ (xy 79.308091 65.607498)
+ (xy 79.300165 65.607747)
+ (xy 79.300164 65.607747)
+ (xy 79.240014 65.609638)
+ (xy 79.236055 65.6097)
+ (xy 79.208144 65.6097)
+ (xy 79.20421 65.610197)
+ (xy 79.204209 65.610197)
+ (xy 79.204144 65.610205)
+ (xy 79.192307 65.611138)
+ (xy 79.16049 65.612138)
+ (xy 79.156029 65.612278)
+ (xy 79.14811 65.612527)
+ (xy 79.130454 65.617656)
+ (xy 79.128658 65.618178)
+ (xy 79.109306 65.622186)
+ (xy 79.107565 65.622406)
+ (xy 79.089203 65.624726)
+ (xy 79.081834 65.627643)
+ (xy 79.081832 65.627644)
+ (xy 79.048097 65.641)
+ (xy 79.036869 65.644845)
+ (xy 78.994407 65.657182)
+ (xy 78.987584 65.661217)
+ (xy 78.987582 65.661218)
+ (xy 78.976972 65.667493)
+ (xy 78.959224 65.676188)
+ (xy 78.940383 65.683648)
+ (xy 78.933967 65.68831)
+ (xy 78.933966 65.68831)
+ (xy 78.904613 65.709636)
+ (xy 78.894693 65.716152)
+ (xy 78.863465 65.73462)
+ (xy 78.863462 65.734622)
+ (xy 78.856638 65.738658)
+ (xy 78.842317 65.752979)
+ (xy 78.827284 65.765819)
+ (xy 78.810893 65.777728)
+ (xy 78.792951 65.799416)
+ (xy 78.782702 65.811805)
+ (xy 78.774712 65.820584)
+ (xy 77.661947 66.933348)
+ (xy 77.653661 66.940888)
+ (xy 77.647182 66.945)
+ (xy 77.641757 66.950777)
+ (xy 77.600557 66.994651)
+ (xy 77.597802 66.997493)
+ (xy 77.578065 67.01723)
+ (xy 77.575585 67.020427)
+ (xy 77.567882 67.029447)
+ (xy 77.537614 67.061679)
+ (xy 77.533795 67.068625)
+ (xy 77.533793 67.068628)
+ (xy 77.527852 67.079434)
+ (xy 77.517001 67.095953)
+ (xy 77.504586 67.111959)
+ (xy 77.501441 67.119228)
+ (xy 77.501438 67.119232)
+ (xy 77.487026 67.152537)
+ (xy 77.481809 67.163187)
+ (xy 77.460505 67.20194)
+ (xy 77.458534 67.209615)
+ (xy 77.458534 67.209616)
+ (xy 77.455467 67.221562)
+ (xy 77.449063 67.240266)
+ (xy 77.441019 67.258855)
+ (xy 77.43978 67.266678)
+ (xy 77.439777 67.266688)
+ (xy 77.434101 67.302524)
+ (xy 77.431695 67.314144)
+ (xy 77.4207 67.35697)
+ (xy 77.4207 67.377224)
+ (xy 77.419149 67.396934)
+ (xy 77.41598 67.416943)
+ (xy 77.416726 67.424835)
+ (xy 77.420141 67.460961)
+ (xy 77.4207 67.472819)
+ (xy 77.4207 68.317136)
+ (xy 77.400698 68.385257)
+ (xy 77.361004 68.424279)
+ (xy 77.350169 68.430984)
+ (xy 77.344996 68.436166)
+ (xy 77.232442 68.548916)
+ (xy 77.232438 68.548921)
+ (xy 77.227271 68.554097)
+ (xy 77.223431 68.560327)
+ (xy 77.22343 68.560328)
+ (xy 77.150728 68.678273)
+ (xy 77.135991 68.70218)
+ (xy 77.081226 68.867291)
+ (xy 77.0707 68.970028)
+ (xy 77.0707 69.569172)
+ (xy 77.071037 69.572418)
+ (xy 77.071037 69.572422)
+ (xy 77.080022 69.659012)
+ (xy 77.081493 69.673193)
+ (xy 77.136546 69.838207)
+ (xy 77.228084 69.986131)
+ (xy 77.233266 69.991304)
+ (xy 77.334986 70.092847)
+ (xy 77.369065 70.15513)
+ (xy 77.364062 70.22595)
+ (xy 77.335141 70.271037)
+ (xy 77.232446 70.373912)
+ (xy 77.232442 70.373917)
+ (xy 77.227271 70.379097)
+ (xy 77.135991 70.52718)
+ (xy 77.081226 70.692291)
+ (xy 77.0707 70.795028)
+ (xy 77.0707 71.130006)
+ (xy 77.050698 71.198127)
+ (xy 77.033795 71.219101)
+ (xy 74.791747 73.461148)
+ (xy 74.783461 73.468688)
+ (xy 74.776982 73.4728)
+ (xy 74.771557 73.478577)
+ (xy 74.730357 73.522451)
+ (xy 74.727602 73.525293)
+ (xy 74.707865 73.54503)
+ (xy 74.705385 73.548227)
+ (xy 74.697682 73.557247)
+ (xy 74.667414 73.589479)
+ (xy 74.663595 73.596425)
+ (xy 74.663593 73.596428)
+ (xy 74.657652 73.607234)
+ (xy 74.646801 73.623753)
+ (xy 74.634386 73.639759)
+ (xy 74.631241 73.647028)
+ (xy 74.631238 73.647032)
+ (xy 74.616826 73.680337)
+ (xy 74.611609 73.690987)
+ (xy 74.590305 73.72974)
+ (xy 74.588334 73.737415)
+ (xy 74.588334 73.737416)
+ (xy 74.585267 73.749362)
+ (xy 74.578863 73.768066)
+ (xy 74.570819 73.786655)
+ (xy 74.56958 73.794478)
+ (xy 74.569577 73.794488)
+ (xy 74.563901 73.830324)
+ (xy 74.561495 73.841944)
+ (xy 74.5505 73.88477)
+ (xy 74.5505 73.905024)
+ (xy 74.548949 73.924734)
+ (xy 74.54578 73.944743)
+ (xy 74.546526 73.952635)
+ (xy 74.549941 73.988761)
+ (xy 74.5505 74.000619)
+ (xy 74.5505 77.224676)
+ (xy 74.530498 77.292797)
+ (xy 74.518142 77.308979)
+ (xy 74.44496 77.390256)
+ (xy 74.386686 77.49119)
+ (xy 74.356972 77.542656)
+ (xy 74.349473 77.555644)
+ (xy 74.290458 77.737272)
+ (xy 74.289768 77.743833)
+ (xy 74.289768 77.743835)
+ (xy 74.273288 77.900638)
+ (xy 74.270496 77.9272)
+ (xy 74.290458 78.117128)
+ (xy 74.349473 78.298756)
+ (xy 74.44496 78.464144)
+ (xy 74.572747 78.606066)
+ (xy 74.579299 78.610826)
+ (xy 74.70174 78.699785)
+ (xy 74.727248 78.718318)
+ (xy 74.733276 78.721002)
+ (xy 74.733278 78.721003)
+ (xy 74.895681 78.793309)
+ (xy 74.901712 78.795994)
+ (xy 74.995112 78.815847)
+ (xy 75.082056 78.834328)
+ (xy 75.082061 78.834328)
+ (xy 75.088513 78.8357)
+ (xy 75.279487 78.8357)
+ (xy 75.285939 78.834328)
+ (xy 75.285944 78.834328)
+ (xy 75.372888 78.815847)
+ (xy 75.466288 78.795994)
+ (xy 75.472319 78.793309)
+ (xy 75.634722 78.721003)
+ (xy 75.634724 78.721002)
+ (xy 75.640752 78.718318)
+ (xy 75.666261 78.699785)
+ (xy 75.718283 78.661988)
+ (xy 75.78515 78.63813)
+ (xy 75.854302 78.65421)
+ (xy 75.900797 78.699785)
+ (xy 75.968509 78.81428)
+ (xy 75.968511 78.814283)
+ (xy 75.972547 78.821107)
+ (xy 76.090193 78.938753)
+ (xy 76.094002 78.941006)
+ (xy 76.134655 78.997296)
+ (xy 76.138506 79.068188)
+ (xy 76.103418 79.129909)
+ (xy 76.095724 79.136576)
+ (xy 76.090193 79.139847)
+ (xy 75.972547 79.257493)
+ (xy 75.968511 79.264317)
+ (xy 75.968509 79.26432)
+ (xy 75.896247 79.386509)
+ (xy 75.844355 79.434962)
+ (xy 75.774504 79.447667)
+ (xy 75.713733 79.424306)
+ (xy 75.646094 79.375163)
+ (xy 75.646093 79.375162)
+ (xy 75.640752 79.371282)
+ (xy 75.634724 79.368598)
+ (xy 75.634722 79.368597)
+ (xy 75.472319 79.296291)
+ (xy 75.472318 79.296291)
+ (xy 75.466288 79.293606)
+ (xy 75.37046 79.273237)
+ (xy 75.285944 79.255272)
+ (xy 75.285939 79.255272)
+ (xy 75.279487 79.2539)
+ (xy 75.088513 79.2539)
+ (xy 75.082061 79.255272)
+ (xy 75.082056 79.255272)
+ (xy 74.99754 79.273237)
+ (xy 74.901712 79.293606)
+ (xy 74.895682 79.296291)
+ (xy 74.895681 79.296291)
+ (xy 74.733278 79.368597)
+ (xy 74.733276 79.368598)
+ (xy 74.727248 79.371282)
+ (xy 74.572747 79.483534)
+ (xy 74.568326 79.488444)
+ (xy 74.568325 79.488445)
+ (xy 74.540278 79.519595)
+ (xy 74.44496 79.625456)
+ (xy 74.349473 79.790844)
+ (xy 74.290458 79.972472)
+ (xy 74.270496 80.1624)
+ (xy 74.290458 80.352328)
+ (xy 74.349473 80.533956)
+ (xy 74.44496 80.699344)
+ (xy 74.449378 80.704251)
+ (xy 74.449379 80.704252)
+ (xy 74.529406 80.793131)
+ (xy 74.572747 80.841266)
+ (xy 74.727248 80.953518)
+ (xy 74.733276 80.956202)
+ (xy 74.733278 80.956203)
+ (xy 74.865453 81.015051)
+ (xy 74.901712 81.031194)
+ (xy 74.908165 81.032566)
+ (xy 74.914451 81.034608)
+ (xy 74.913733 81.036819)
+ (xy 74.96683 81.065493)
+ (xy 75.001144 81.127647)
+ (xy 75.003886 81.156823)
+ (xy 75.00298 81.162543)
+ (xy 75.003726 81.170435)
+ (xy 75.003726 81.170437)
+ (xy 75.007141 81.206561)
+ (xy 75.0077 81.218419)
+ (xy 75.0077 84.082676)
+ (xy 74.987698 84.150797)
+ (xy 74.975342 84.166979)
+ (xy 74.90216 84.248256)
+ (xy 74.880602 84.285595)
+ (xy 74.813269 84.40222)
+ (xy 74.806673 84.413644)
+ (xy 74.747658 84.595272)
+ (xy 74.746968 84.601833)
+ (xy 74.746968 84.601835)
+ (xy 74.73834 84.683926)
+ (xy 74.727696 84.7852)
+ (xy 74.72546 84.784965)
+ (xy 74.708384 84.843121)
+ (xy 74.654728 84.889614)
+ (xy 74.602386 84.901)
+ (xy 73.758695 84.901)
+ (xy 73.690574 84.880998)
+ (xy 73.669599 84.864095)
+ (xy 73.452447 84.646942)
+ (xy 73.444913 84.638663)
+ (xy 73.4408 84.632182)
+ (xy 73.391148 84.585556)
+ (xy 73.388307 84.582802)
+ (xy 73.36857 84.563065)
+ (xy 73.365373 84.560585)
+ (xy 73.356351 84.55288)
+ (xy 73.3299 84.528041)
+ (xy 73.324121 84.522614)
+ (xy 73.317175 84.518795)
+ (xy 73.317172 84.518793)
+ (xy 73.306366 84.512852)
+ (xy 73.289847 84.502001)
+ (xy 73.289383 84.501641)
+ (xy 73.273841 84.489586)
+ (xy 73.266572 84.486441)
+ (xy 73.266568 84.486438)
+ (xy 73.233263 84.472026)
+ (xy 73.222613 84.466809)
+ (xy 73.18386 84.445505)
+ (xy 73.164237 84.440467)
+ (xy 73.145534 84.434063)
+ (xy 73.13422 84.429167)
+ (xy 73.134219 84.429167)
+ (xy 73.126945 84.426019)
+ (xy 73.119122 84.42478)
+ (xy 73.119112 84.424777)
+ (xy 73.083276 84.419101)
+ (xy 73.071656 84.416695)
+ (xy 73.036511 84.407672)
+ (xy 73.03651 84.407672)
+ (xy 73.02883 84.4057)
+ (xy 73.008576 84.4057)
+ (xy 72.988865 84.404149)
+ (xy 72.976686 84.40222)
+ (xy 72.968857 84.40098)
+ (xy 72.960965 84.401726)
+ (xy 72.924839 84.405141)
+ (xy 72.912981 84.4057)
+ (xy 71.844782 84.4057)
+ (xy 71.776661 84.385698)
+ (xy 71.730168 84.332042)
+ (xy 71.726801 84.323931)
+ (xy 71.718169 84.300907)
+ (xy 71.718168 84.300904)
+ (xy 71.715015 84.292495)
+ (xy 71.627661 84.175939)
+ (xy 71.511105 84.088585)
+ (xy 71.374716 84.037455)
+ (xy 71.312534 84.0307)
+ (xy 70.216266 84.0307)
+ (xy 70.154084 84.037455)
+ (xy 70.017695 84.088585)
+ (xy 70.016626 84.085733)
+ (xy 69.962134 84.097648)
+ (xy 69.895587 84.072908)
+ (xy 69.85298 84.016118)
+ (xy 69.845553 83.960038)
+ (xy 70.019786 82.126678)
+ (xy 70.039808 81.916)
+ (xy 70.041043 81.9067)
+ (xy 70.04744 81.869273)
+ (xy 70.62311 78.500935)
+ (xy 70.626615 78.485981)
+ (xy 70.627432 78.483258)
+ (xy 71.619971 75.172549)
+ (xy 71.62454 75.159832)
+ (xy 72.956498 71.996781)
+ (xy 72.959924 71.989332)
+ (xy 74.543551 68.822078)
+ (xy 74.549559 68.811397)
+ (xy 76.368618 65.91707)
+ (xy 76.379676 65.902068)
+ (xy 76.637663 65.601435)
+ (xy 76.795979 65.416949)
+ (xy 76.824012 65.392665)
+ (xy 76.825479 65.391733)
+ (xy 77.575901 64.914795)
+ (xy 77.620907 64.886191)
+ (xy 77.643202 64.874952)
+ (xy 78.369788 64.595077)
+ (xy 78.572689 64.516921)
+ (xy 78.617979 64.5085)
+ (xy 79.633279 64.5085)
+ (xy 79.653884 64.510196)
+ (xy 80.09555 64.583409)
+ (xy 80.096613 64.58359)
+ (xy 80.176566 64.597547)
+ (xy 80.207172 64.594116)
+ (xy 80.223974 64.593363)
+ (xy 80.235783 64.593623)
+ (xy 80.25386 64.594021)
+ (xy 80.262531 64.591691)
+ (xy 80.262534 64.591691)
+ (xy 80.286035 64.585377)
+ (xy 80.28692 64.585174)
+ (xy 80.287787 64.585077)
+ (xy 80.290146 64.584434)
+ (xy 80.290159 64.584431)
+ (xy 80.331089 64.573274)
+ (xy 80.331532 64.573154)
+ (xy 80.346797 64.569053)
+ (xy 80.394529 64.556229)
+ (xy 80.395152 64.55585)
+ (xy 80.395672 64.555668)
+ (xy 81.021103 64.38518)
+ (xy 81.192653 64.338417)
+ (xy 81.212808 64.335098)
+ (xy 81.216694 64.3343)
+ (xy 81.225657 64.33376)
+ (xy 81.258633 64.321921)
+ (xy 81.271222 64.317402)
+ (xy 81.280654 64.314429)
+ (xy 81.287083 64.312676)
+ (xy 81.287087 64.312675)
+ (xy 81.291411 64.311496)
+ (xy 81.305952 64.305205)
+ (xy 81.313388 64.302265)
+ (xy 81.330993 64.295944)
+ (xy 81.339972 64.291048)
+ (xy 81.350247 64.286038)
+ (xy 81.383 64.271866)
+ (xy 81.383001 64.271866)
+ (xy 81.391239 64.268301)
+ (xy 81.400081 64.260961)
+ (xy 81.420242 64.247287)
+ (xy 82.286675 63.774919)
+ (xy 82.289919 63.773211)
+ (xy 82.306914 63.764577)
+ (xy 82.347855 63.743778)
+ (xy 82.374779 63.718467)
+ (xy 82.385695 63.709311)
+ (xy 82.407972 63.692676)
+ (xy 82.415168 63.687303)
+ (xy 82.420563 63.680131)
+ (xy 82.420565 63.680129)
+ (xy 82.456501 63.632355)
+ (xy 82.457794 63.630667)
+ (xy 83.006518 62.92626)
+ (xy 83.022982 62.909047)
+ (xy 83.02378 62.908141)
+ (xy 83.030605 62.90232)
+ (xy 83.03552 62.89482)
+ (xy 83.035525 62.894814)
+ (xy 83.056592 62.862664)
+ (xy 83.062582 62.85429)
+ (xy 83.065982 62.849925)
+ (xy 83.068739 62.846386)
+ (xy 83.077008 62.831929)
+ (xy 83.080992 62.825429)
+ (xy 83.089277 62.812787)
+ (xy 83.08928 62.812781)
+ (xy 83.091948 62.80871)
+ (xy 83.095845 62.800114)
+ (xy 83.10123 62.789581)
+ (xy 83.118286 62.759762)
+ (xy 83.118287 62.759759)
+ (xy 83.122744 62.751967)
+ (xy 83.124835 62.743236)
+ (xy 83.124837 62.743231)
+ (xy 83.125621 62.739957)
+ (xy 83.133396 62.717281)
+ (xy 83.402037 62.124688)
+ (xy 83.527021 61.848987)
+ (xy 83.527713 61.847489)
+ (xy 83.552604 61.794472)
+ (xy 83.558131 61.7827)
+ (xy 83.563035 61.751204)
+ (xy 83.566558 61.735371)
+ (xy 83.575471 61.704764)
+ (xy 83.57535 61.59597)
+ (xy 83.57535 59.923613)
+ (xy 83.578174 59.897085)
+ (xy 83.679497 59.426619)
+ (xy 83.799571 58.869091)
+ (xy 83.812119 58.835309)
+ (xy 83.824925 58.811821)
+ (xy 84.155008 58.206366)
+ (xy 89.6442 58.206366)
+ (xy 89.644537 58.212882)
+ (xy 89.654275 58.306732)
+ (xy 89.657168 58.320128)
+ (xy 89.707688 58.471553)
+ (xy 89.713853 58.484715)
+ (xy 89.797626 58.620092)
+ (xy 89.80666 58.63149)
+ (xy 89.919329 58.743963)
+ (xy 89.93074 58.752975)
+ (xy 90.066263 58.836512)
+ (xy 90.079441 58.842656)
+ (xy 90.230966 58.892915)
+ (xy 90.244332 58.895781)
+ (xy 90.33697 58.905272)
+ (xy 90.343385 58.9056)
+ (xy 90.355085 58.9056)
+ (xy 90.370324 58.901125)
+ (xy 90.371529 58.899735)
+ (xy 90.3732 58.892052)
+ (xy 90.3732 58.887485)
+ (xy 90.8812 58.887485)
+ (xy 90.885675 58.902724)
+ (xy 90.887065 58.903929)
+ (xy 90.894748 58.9056)
+ (xy 90.910966 58.9056)
+ (xy 90.917482 58.905263)
+ (xy 91.011332 58.895525)
+ (xy 91.024728 58.892632)
+ (xy 91.176153 58.842112)
+ (xy 91.189315 58.835947)
+ (xy 91.324692 58.752174)
+ (xy 91.33609 58.74314)
+ (xy 91.448563 58.630471)
+ (xy 91.457575 58.61906)
+ (xy 91.541112 58.483537)
+ (xy 91.547256 58.470359)
+ (xy 91.597515 58.318834)
+ (xy 91.600381 58.305468)
+ (xy 91.609872 58.21283)
+ (xy 91.6102 58.206415)
+ (xy 91.6102 58.182215)
+ (xy 91.605725 58.166976)
+ (xy 91.604335 58.165771)
+ (xy 91.596652 58.1641)
+ (xy 90.899315 58.1641)
+ (xy 90.884076 58.168575)
+ (xy 90.882871 58.169965)
+ (xy 90.8812 58.177648)
+ (xy 90.8812 58.887485)
+ (xy 90.3732 58.887485)
+ (xy 90.3732 58.182215)
+ (xy 90.368725 58.166976)
+ (xy 90.367335 58.165771)
+ (xy 90.359652 58.1641)
+ (xy 89.662315 58.1641)
+ (xy 89.647076 58.168575)
+ (xy 89.645871 58.169965)
+ (xy 89.6442 58.177648)
+ (xy 89.6442 58.206366)
+ (xy 84.155008 58.206366)
+ (xy 84.231415 58.066217)
+ (xy 84.252946 58.037434)
+ (xy 84.988326 57.302051)
+ (xy 85.008463 57.285691)
+ (xy 85.115576 57.215648)
+ (xy 87.132752 55.89658)
+ (xy 87.140487 55.89191)
+ (xy 87.166351 55.877532)
+ (xy 90.130927 54.229494)
+ (xy 90.144328 54.223048)
+ (xy 93.387316 52.892806)
+ (xy 93.396183 52.889552)
+ (xy 94.531963 52.520365)
+ (xy 94.60293 52.518329)
)
)
(filled_polygon
@@ -7226,6 +6716,8 @@
(xy 78.730178 72.290549)
(xy 78.710058 72.352472)
(xy 78.690096 72.5424)
+ (xy 78.690786 72.548965)
+ (xy 78.696319 72.601604)
(xy 78.710058 72.732328)
(xy 78.769073 72.913956)
(xy 78.86456 73.079344)
@@ -7285,30 +6777,20 @@
(xy 82.046188 73.146032)
(xy 82.08737 73.203864)
(xy 82.0943 73.245075)
- (xy 82.0943 75.072605)
- (xy 82.074298 75.140726)
- (xy 82.057395 75.1617)
- (xy 80.379741 76.839354)
- (xy 80.371463 76.846887)
- (xy 80.364982 76.851)
- (xy 80.359555 76.85678)
- (xy 80.359553 76.856781)
- (xy 80.318365 76.900643)
- (xy 80.315609 76.903487)
- (xy 79.987699 77.231396)
- (xy 79.925387 77.265421)
- (xy 79.898604 77.2683)
- (xy 79.442178 77.2683)
- (xy 79.374057 77.248298)
- (xy 79.327564 77.194642)
- (xy 79.321181 77.177453)
- (xy 79.308357 77.133312)
- (xy 79.308356 77.13331)
- (xy 79.306145 77.125699)
- (xy 79.260547 77.048597)
- (xy 79.225491 76.98932)
- (xy 79.225489 76.989317)
- (xy 79.221453 76.982493)
+ (xy 82.0943 74.183606)
+ (xy 82.074298 74.251727)
+ (xy 82.057395 74.272701)
+ (xy 81.235453 75.094642)
+ (xy 80.379747 75.950348)
+ (xy 80.371461 75.957888)
+ (xy 80.364982 75.962)
+ (xy 80.359557 75.967777)
+ (xy 80.318357 76.011651)
+ (xy 80.315634 76.014461)
+ (xy 79.37362 76.956475)
+ (xy 79.311311 76.990498)
+ (xy 79.240496 76.985434)
+ (xy 79.195433 76.956473)
(xy 79.103807 76.864847)
(xy 79.096983 76.860811)
(xy 79.09698 76.860809)
@@ -7353,7 +6835,7 @@
(xy 77.740085 78.500938)
(xy 77.741438 78.518131)
(xy 77.766985 78.606066)
- (xy 77.781015 78.654356)
+ (xy 77.776301 78.63813)
(xy 77.787855 78.677901)
(xy 77.791892 78.684727)
(xy 77.833453 78.755003)
@@ -7441,7 +6923,7 @@
(xy 77.360547 78.755003)
(xy 77.402108 78.684727)
(xy 77.406145 78.677901)
- (xy 77.412986 78.654356)
+ (xy 77.4177 78.63813)
(xy 77.427015 78.606066)
(xy 77.452562 78.518131)
(xy 77.453916 78.500938)
@@ -7515,409 +6997,516 @@
(pts
(xy 110.284227 62.822602)
(xy 110.305197 62.839501)
- (xy 111.259597 63.793902)
- (xy 111.293621 63.856212)
- (xy 111.2965 63.882995)
- (xy 111.2965 64.362725)
- (xy 111.276498 64.430846)
- (xy 111.246065 64.463551)
- (xy 111.141739 64.541739)
- (xy 111.054385 64.658295)
- (xy 111.003255 64.794684)
- (xy 110.9965 64.856866)
- (xy 110.9965 65.803134)
- (xy 111.003255 65.865316)
- (xy 111.054385 66.001705)
- (xy 111.141739 66.118261)
- (xy 111.258295 66.205615)
- (xy 111.394684 66.256745)
- (xy 111.456866 66.2635)
- (xy 112.403134 66.2635)
- (xy 112.465316 66.256745)
- (xy 112.601705 66.205615)
- (xy 112.718261 66.118261)
- (xy 112.805615 66.001705)
- (xy 112.856745 65.865316)
- (xy 112.857598 65.85746)
- (xy 112.857917 65.85612)
- (xy 112.893135 65.794473)
- (xy 112.95609 65.761653)
- (xy 113.026795 65.768079)
- (xy 113.082802 65.811711)
- (xy 113.1065 65.885266)
- (xy 113.1065 66.563134)
- (xy 113.113255 66.625316)
- (xy 113.164385 66.761705)
- (xy 113.251739 66.878261)
- (xy 113.368295 66.965615)
- (xy 113.376703 66.968767)
- (xy 113.384575 66.973077)
- (xy 113.383739 66.974604)
- (xy 113.432004 67.010862)
- (xy 113.456702 67.077424)
- (xy 113.441493 67.146772)
- (xy 113.391206 67.19689)
- (xy 113.331008 67.2122)
- (xy 98.226661 67.2122)
- (xy 98.15854 67.192198)
- (xy 98.112047 67.138542)
- (xy 98.101943 67.068268)
- (xy 98.125835 67.010635)
- (xy 98.179786 66.938648)
- (xy 98.188324 66.923054)
- (xy 98.233478 66.802606)
- (xy 98.237105 66.787351)
- (xy 98.242631 66.736486)
- (xy 98.243 66.729672)
- (xy 98.243 66.532115)
- (xy 98.238525 66.516876)
- (xy 98.237135 66.515671)
- (xy 98.229452 66.514)
- (xy 96.395116 66.514)
- (xy 96.379877 66.518475)
- (xy 96.378672 66.519865)
- (xy 96.377001 66.527548)
- (xy 96.377001 66.729669)
- (xy 96.377371 66.73649)
- (xy 96.382895 66.787352)
- (xy 96.386521 66.802604)
- (xy 96.431676 66.923054)
- (xy 96.440214 66.938648)
- (xy 96.494165 67.010635)
- (xy 96.519013 67.077141)
- (xy 96.50396 67.146524)
- (xy 96.453786 67.196754)
- (xy 96.393339 67.2122)
- (xy 94.592094 67.2122)
- (xy 94.523973 67.192198)
- (xy 94.47748 67.138542)
- (xy 94.467376 67.068268)
- (xy 94.49687 67.003688)
- (xy 94.502999 66.997105)
- (xy 95.512219 65.987885)
- (xy 96.377 65.987885)
- (xy 96.381475 66.003124)
- (xy 96.382865 66.004329)
- (xy 96.390548 66.006)
- (xy 97.037885 66.006)
- (xy 97.053124 66.001525)
- (xy 97.054329 66.000135)
- (xy 97.056 65.992452)
- (xy 97.056 65.987885)
- (xy 97.564 65.987885)
- (xy 97.568475 66.003124)
- (xy 97.569865 66.004329)
- (xy 97.577548 66.006)
- (xy 98.224884 66.006)
- (xy 98.240123 66.001525)
- (xy 98.241328 66.000135)
- (xy 98.242999 65.992452)
- (xy 98.242999 65.790331)
- (xy 98.242629 65.78351)
- (xy 98.237105 65.732648)
- (xy 98.233479 65.717396)
- (xy 98.188324 65.596946)
- (xy 98.179786 65.581351)
- (xy 98.103285 65.479276)
- (xy 98.090724 65.466715)
- (xy 97.988649 65.390214)
- (xy 97.973054 65.381676)
- (xy 97.852606 65.336522)
- (xy 97.837351 65.332895)
- (xy 97.786486 65.327369)
- (xy 97.779672 65.327)
- (xy 97.582115 65.327)
- (xy 97.566876 65.331475)
- (xy 97.565671 65.332865)
- (xy 97.564 65.340548)
- (xy 97.564 65.987885)
- (xy 97.056 65.987885)
- (xy 97.056 65.345116)
- (xy 97.051525 65.329877)
- (xy 97.050135 65.328672)
- (xy 97.042452 65.327001)
- (xy 96.840331 65.327001)
- (xy 96.83351 65.327371)
- (xy 96.782648 65.332895)
- (xy 96.767396 65.336521)
- (xy 96.646946 65.381676)
- (xy 96.631351 65.390214)
- (xy 96.529276 65.466715)
- (xy 96.516715 65.479276)
- (xy 96.440214 65.581351)
- (xy 96.431676 65.596946)
- (xy 96.386522 65.717394)
- (xy 96.382895 65.732649)
- (xy 96.377369 65.783514)
- (xy 96.377 65.790328)
- (xy 96.377 65.987885)
- (xy 95.512219 65.987885)
- (xy 96.618499 64.881605)
- (xy 96.680811 64.847579)
- (xy 96.707594 64.8447)
- (xy 98.44586 64.8447)
- (xy 98.513981 64.864702)
- (xy 98.560474 64.918358)
- (xy 98.571123 64.984307)
- (xy 98.566869 65.023467)
- (xy 98.5665 65.026866)
- (xy 98.5665 65.973134)
- (xy 98.573255 66.035316)
- (xy 98.624385 66.171705)
- (xy 98.711739 66.288261)
- (xy 98.828295 66.375615)
- (xy 98.964684 66.426745)
- (xy 99.026866 66.4335)
- (xy 99.973134 66.4335)
- (xy 100.035316 66.426745)
- (xy 100.171705 66.375615)
- (xy 100.288261 66.288261)
- (xy 100.375615 66.171705)
- (xy 100.426745 66.035316)
- (xy 100.4335 65.973134)
- (xy 100.4335 65.026866)
- (xy 100.426745 64.964684)
- (xy 100.375615 64.828295)
- (xy 100.288261 64.711739)
- (xy 100.185651 64.634837)
- (xy 100.143137 64.577977)
- (xy 100.137263 64.533442)
- (xy 100.135702 64.533491)
- (xy 100.133562 64.465401)
- (xy 100.1335 64.461443)
- (xy 100.1335 64.433544)
- (xy 100.132996 64.429553)
- (xy 100.132063 64.417695)
- (xy 100.132005 64.415842)
- (xy 100.149866 64.347129)
- (xy 100.202041 64.29898)
- (xy 100.257943 64.2859)
- (xy 100.625006 64.2859)
- (xy 100.693127 64.305902)
- (xy 100.714101 64.322805)
- (xy 100.730082 64.338786)
- (xy 100.764108 64.401098)
- (xy 100.766774 64.434347)
- (xy 100.7665 64.436866)
- (xy 100.7665 65.383134)
- (xy 100.773255 65.445316)
- (xy 100.824385 65.581705)
- (xy 100.911739 65.698261)
- (xy 101.028295 65.785615)
- (xy 101.164684 65.836745)
- (xy 101.226866 65.8435)
- (xy 102.173134 65.8435)
- (xy 102.235316 65.836745)
- (xy 102.371705 65.785615)
- (xy 102.488261 65.698261)
- (xy 102.575615 65.581705)
- (xy 102.626745 65.445316)
- (xy 102.6335 65.383134)
- (xy 102.6335 64.436866)
- (xy 102.626745 64.374684)
- (xy 102.575615 64.238295)
- (xy 102.488261 64.121739)
- (xy 102.371705 64.034385)
- (xy 102.235316 63.983255)
- (xy 102.21144 63.980661)
- (xy 102.203016 63.979746)
- (xy 102.136316 63.951573)
- (xy 102.134644 63.95019)
- (xy 102.094902 63.891359)
- (xy 102.093275 63.820382)
- (xy 102.13028 63.759791)
- (xy 102.194168 63.728826)
- (xy 102.214953 63.7271)
- (xy 102.428406 63.7271)
- (xy 102.496527 63.747102)
- (xy 102.517501 63.764005)
- (xy 103.009595 64.256099)
- (xy 103.043621 64.318411)
- (xy 103.0465 64.345194)
- (xy 103.0465 65.043134)
- (xy 103.053255 65.105316)
- (xy 103.104385 65.241705)
- (xy 103.191739 65.358261)
- (xy 103.308295 65.445615)
- (xy 103.444684 65.496745)
- (xy 103.506866 65.5035)
- (xy 104.453134 65.5035)
- (xy 104.515316 65.496745)
- (xy 104.651705 65.445615)
- (xy 104.768261 65.358261)
- (xy 104.855615 65.241705)
- (xy 104.906745 65.105316)
- (xy 104.9135 65.043134)
- (xy 104.9135 64.963134)
- (xy 105.3365 64.963134)
- (xy 105.343255 65.025316)
- (xy 105.394385 65.161705)
- (xy 105.481739 65.278261)
- (xy 105.598295 65.365615)
- (xy 105.734684 65.416745)
- (xy 105.796866 65.4235)
- (xy 106.743134 65.4235)
- (xy 106.805316 65.416745)
- (xy 106.941705 65.365615)
- (xy 107.043039 65.289669)
- (xy 108.707001 65.289669)
- (xy 108.707371 65.29649)
- (xy 108.712895 65.347352)
- (xy 108.716521 65.362604)
- (xy 108.761676 65.483054)
- (xy 108.770214 65.498649)
- (xy 108.846715 65.600724)
- (xy 108.859276 65.613285)
- (xy 108.961351 65.689786)
- (xy 108.976946 65.698324)
- (xy 109.097394 65.743478)
- (xy 109.112649 65.747105)
- (xy 109.163514 65.752631)
- (xy 109.170328 65.753)
- (xy 109.367885 65.753)
- (xy 109.383124 65.748525)
- (xy 109.384329 65.747135)
- (xy 109.386 65.739452)
- (xy 109.386 65.734884)
- (xy 109.894 65.734884)
- (xy 109.898475 65.750123)
- (xy 109.899865 65.751328)
- (xy 109.907548 65.752999)
- (xy 110.109669 65.752999)
- (xy 110.11649 65.752629)
- (xy 110.167352 65.747105)
- (xy 110.182604 65.743479)
- (xy 110.303054 65.698324)
- (xy 110.318649 65.689786)
- (xy 110.420724 65.613285)
- (xy 110.433285 65.600724)
- (xy 110.509786 65.498649)
- (xy 110.518324 65.483054)
- (xy 110.563478 65.362606)
- (xy 110.567105 65.347351)
- (xy 110.572631 65.296486)
- (xy 110.573 65.289672)
- (xy 110.573 65.092115)
- (xy 110.568525 65.076876)
- (xy 110.567135 65.075671)
- (xy 110.559452 65.074)
- (xy 109.912115 65.074)
- (xy 109.896876 65.078475)
- (xy 109.895671 65.079865)
- (xy 109.894 65.087548)
- (xy 109.894 65.734884)
- (xy 109.386 65.734884)
- (xy 109.386 65.092115)
- (xy 109.381525 65.076876)
- (xy 109.380135 65.075671)
- (xy 109.372452 65.074)
- (xy 108.725116 65.074)
- (xy 108.709877 65.078475)
- (xy 108.708672 65.079865)
- (xy 108.707001 65.087548)
- (xy 108.707001 65.289669)
- (xy 107.043039 65.289669)
- (xy 107.058261 65.278261)
- (xy 107.145615 65.161705)
- (xy 107.196745 65.025316)
- (xy 107.2035 64.963134)
- (xy 107.2035 64.547885)
- (xy 108.707 64.547885)
- (xy 108.711475 64.563124)
- (xy 108.712865 64.564329)
- (xy 108.720548 64.566)
- (xy 109.367885 64.566)
- (xy 109.383124 64.561525)
- (xy 109.384329 64.560135)
- (xy 109.386 64.552452)
- (xy 109.386 64.547885)
- (xy 109.894 64.547885)
- (xy 109.898475 64.563124)
- (xy 109.899865 64.564329)
- (xy 109.907548 64.566)
- (xy 110.554884 64.566)
- (xy 110.570123 64.561525)
- (xy 110.571328 64.560135)
- (xy 110.572999 64.552452)
- (xy 110.572999 64.350331)
- (xy 110.572629 64.34351)
- (xy 110.567105 64.292648)
- (xy 110.563479 64.277396)
- (xy 110.518324 64.156946)
- (xy 110.509786 64.141351)
- (xy 110.433285 64.039276)
- (xy 110.420724 64.026715)
- (xy 110.318649 63.950214)
- (xy 110.303054 63.941676)
- (xy 110.182606 63.896522)
- (xy 110.167351 63.892895)
- (xy 110.116486 63.887369)
- (xy 110.109672 63.887)
- (xy 109.912115 63.887)
- (xy 109.896876 63.891475)
- (xy 109.895671 63.892865)
- (xy 109.894 63.900548)
- (xy 109.894 64.547885)
- (xy 109.386 64.547885)
- (xy 109.386 63.905116)
- (xy 109.381525 63.889877)
- (xy 109.380135 63.888672)
- (xy 109.372452 63.887001)
- (xy 109.170331 63.887001)
- (xy 109.16351 63.887371)
- (xy 109.112648 63.892895)
- (xy 109.097396 63.896521)
- (xy 108.976946 63.941676)
- (xy 108.961351 63.950214)
- (xy 108.859276 64.026715)
- (xy 108.846715 64.039276)
- (xy 108.770214 64.141351)
- (xy 108.761676 64.156946)
- (xy 108.716522 64.277394)
- (xy 108.712895 64.292649)
- (xy 108.707369 64.343514)
- (xy 108.707 64.350328)
- (xy 108.707 64.547885)
- (xy 107.2035 64.547885)
- (xy 107.2035 64.016866)
- (xy 107.196745 63.954684)
- (xy 107.145615 63.818295)
- (xy 107.058261 63.701739)
- (xy 106.941705 63.614385)
- (xy 106.805316 63.563255)
- (xy 106.74944 63.557185)
- (xy 106.746531 63.556869)
- (xy 106.743134 63.5565)
- (xy 105.796866 63.5565)
- (xy 105.793469 63.556869)
- (xy 105.79056 63.557185)
- (xy 105.734684 63.563255)
- (xy 105.598295 63.614385)
- (xy 105.481739 63.701739)
- (xy 105.394385 63.818295)
- (xy 105.343255 63.954684)
- (xy 105.3365 64.016866)
- (xy 105.3365 64.963134)
- (xy 104.9135 64.963134)
- (xy 104.9135 64.096866)
- (xy 104.906745 64.034684)
- (xy 104.855615 63.898295)
- (xy 104.768261 63.781739)
- (xy 104.651705 63.694385)
- (xy 104.515316 63.643255)
- (xy 104.453134 63.6365)
- (xy 104.233995 63.6365)
- (xy 104.165874 63.616498)
- (xy 104.1449 63.599595)
- (xy 103.563 63.017695)
- (xy 103.528974 62.955383)
- (xy 103.534039 62.884568)
- (xy 103.576586 62.827732)
- (xy 103.643106 62.802921)
- (xy 103.652095 62.8026)
+ (xy 111.256769 63.791074)
+ (xy 111.290793 63.853384)
+ (xy 111.285728 63.9242)
+ (xy 111.243181 63.981035)
+ (xy 111.233507 63.987599)
+ (xy 111.097412 64.070999)
+ (xy 111.028879 64.089538)
+ (xy 110.961202 64.068082)
+ (xy 110.924145 64.029402)
+ (xy 110.882568 63.961555)
+ (xy 110.87211 63.952093)
+ (xy 110.863334 63.955876)
+ (xy 108.77892 66.04029)
+ (xy 108.77216 66.05267)
+ (xy 108.777887 66.06032)
+ (xy 108.949042 66.165205)
+ (xy 108.957837 66.169687)
+ (xy 109.167988 66.256734)
+ (xy 109.177373 66.259783)
+ (xy 109.398554 66.312885)
+ (xy 109.408301 66.314428)
+ (xy 109.63507 66.332275)
+ (xy 109.64493 66.332275)
+ (xy 109.871699 66.314428)
+ (xy 109.881446 66.312885)
+ (xy 110.102627 66.259783)
+ (xy 110.112012 66.256734)
+ (xy 110.322163 66.169687)
+ (xy 110.330948 66.16521)
+ (xy 110.471899 66.078835)
+ (xy 110.540432 66.060297)
+ (xy 110.608109 66.081753)
+ (xy 110.645167 66.120432)
+ (xy 110.705824 66.219416)
+ (xy 110.860031 66.399969)
+ (xy 111.040584 66.554176)
+ (xy 111.044792 66.556755)
+ (xy 111.044798 66.556759)
+ (xy 111.215996 66.661669)
+ (xy 111.243037 66.67824)
+ (xy 111.247607 66.680133)
+ (xy 111.247611 66.680135)
+ (xy 111.388458 66.738475)
+ (xy 111.462406 66.769105)
+ (xy 111.512715 66.781183)
+ (xy 111.688476 66.82338)
+ (xy 111.688482 66.823381)
+ (xy 111.693289 66.824535)
+ (xy 111.93 66.843165)
+ (xy 112.166711 66.824535)
+ (xy 112.171518 66.823381)
+ (xy 112.171524 66.82338)
+ (xy 112.347285 66.781183)
+ (xy 112.397594 66.769105)
+ (xy 112.529942 66.714285)
+ (xy 112.600532 66.706696)
+ (xy 112.664019 66.738475)
+ (xy 112.690194 66.773183)
+ (xy 112.69176 66.776963)
+ (xy 112.694346 66.781183)
+ (xy 112.813241 66.975202)
+ (xy 112.813245 66.975208)
+ (xy 112.815824 66.979416)
+ (xy 112.828737 66.994535)
+ (xy 112.837136 67.004369)
+ (xy 112.866167 67.069159)
+ (xy 112.855562 67.139359)
+ (xy 112.808687 67.192681)
+ (xy 112.741325 67.2122)
+ (xy 99.894641 67.2122)
+ (xy 99.82652 67.192198)
+ (xy 99.780027 67.138542)
+ (xy 99.769923 67.068268)
+ (xy 99.799417 67.003688)
+ (xy 99.865227 66.963681)
+ (xy 99.967594 66.939105)
+ (xy 100.003612 66.924186)
+ (xy 100.182389 66.850135)
+ (xy 100.182393 66.850133)
+ (xy 100.186963 66.84824)
+ (xy 100.29639 66.781183)
+ (xy 100.385202 66.726759)
+ (xy 100.385208 66.726755)
+ (xy 100.389416 66.724176)
+ (xy 100.569969 66.569969)
+ (xy 100.724176 66.389416)
+ (xy 100.795641 66.272796)
+ (xy 100.848289 66.225165)
+ (xy 100.91833 66.213558)
+ (xy 100.968909 66.231199)
+ (xy 101.008807 66.255649)
+ (xy 101.008817 66.255654)
+ (xy 101.013037 66.25824)
+ (xy 101.017607 66.260133)
+ (xy 101.017611 66.260135)
+ (xy 101.227833 66.347211)
+ (xy 101.232406 66.349105)
+ (xy 101.312609 66.36836)
+ (xy 101.458476 66.40338)
+ (xy 101.458482 66.403381)
+ (xy 101.463289 66.404535)
+ (xy 101.7 66.423165)
+ (xy 101.936711 66.404535)
+ (xy 101.941518 66.403381)
+ (xy 101.941524 66.40338)
+ (xy 102.087391 66.36836)
+ (xy 102.167594 66.349105)
+ (xy 102.172167 66.347211)
+ (xy 102.382389 66.260135)
+ (xy 102.382393 66.260133)
+ (xy 102.386963 66.25824)
+ (xy 102.43109 66.231199)
+ (xy 102.585202 66.136759)
+ (xy 102.585208 66.136755)
+ (xy 102.589416 66.134176)
+ (xy 102.769969 65.979969)
+ (xy 102.915268 65.809846)
+ (xy 102.974719 65.771037)
+ (xy 103.045713 65.770531)
+ (xy 103.085141 65.789741)
+ (xy 103.086817 65.790959)
+ (xy 103.090584 65.794176)
+ (xy 103.094806 65.796763)
+ (xy 103.094807 65.796764)
+ (xy 103.165582 65.840135)
+ (xy 103.293037 65.91824)
+ (xy 103.297607 65.920133)
+ (xy 103.297611 65.920135)
+ (xy 103.498065 66.003165)
+ (xy 103.512406 66.009105)
+ (xy 103.592363 66.028301)
+ (xy 103.738476 66.06338)
+ (xy 103.738482 66.063381)
+ (xy 103.743289 66.064535)
+ (xy 103.98 66.083165)
+ (xy 104.216711 66.064535)
+ (xy 104.221518 66.063381)
+ (xy 104.221524 66.06338)
+ (xy 104.367637 66.028301)
+ (xy 104.447594 66.009105)
+ (xy 104.461935 66.003165)
+ (xy 104.662389 65.920135)
+ (xy 104.662393 65.920133)
+ (xy 104.666963 65.91824)
+ (xy 104.693353 65.902068)
+ (xy 104.865202 65.796759)
+ (xy 104.865208 65.796755)
+ (xy 104.869416 65.794176)
+ (xy 105.002243 65.680731)
+ (xy 105.046205 65.643184)
+ (xy 105.046207 65.643182)
+ (xy 105.049969 65.639969)
+ (xy 105.070941 65.615414)
+ (xy 105.130389 65.576607)
+ (xy 105.201384 65.576099)
+ (xy 105.24858 65.601435)
+ (xy 105.376818 65.71096)
+ (xy 105.376822 65.710963)
+ (xy 105.380584 65.714176)
+ (xy 105.384792 65.716755)
+ (xy 105.384798 65.716759)
+ (xy 105.516348 65.797373)
+ (xy 105.583037 65.83824)
+ (xy 105.587607 65.840133)
+ (xy 105.587611 65.840135)
+ (xy 105.78075 65.920135)
+ (xy 105.802406 65.929105)
+ (xy 105.882609 65.94836)
+ (xy 106.028476 65.98338)
+ (xy 106.028482 65.983381)
+ (xy 106.033289 65.984535)
+ (xy 106.27 66.003165)
+ (xy 106.506711 65.984535)
+ (xy 106.511518 65.983381)
+ (xy 106.511524 65.98338)
+ (xy 106.657391 65.94836)
+ (xy 106.737594 65.929105)
+ (xy 106.75925 65.920135)
+ (xy 106.952389 65.840135)
+ (xy 106.952393 65.840133)
+ (xy 106.956963 65.83824)
+ (xy 107.023652 65.797373)
+ (xy 107.155202 65.716759)
+ (xy 107.155208 65.716755)
+ (xy 107.159416 65.714176)
+ (xy 107.339969 65.559969)
+ (xy 107.494176 65.379416)
+ (xy 107.496755 65.375208)
+ (xy 107.496759 65.375202)
+ (xy 107.615654 65.181183)
+ (xy 107.61824 65.176963)
+ (xy 107.622766 65.166038)
+ (xy 107.707211 64.962167)
+ (xy 107.707212 64.962165)
+ (xy 107.709105 64.957594)
+ (xy 107.734114 64.853423)
+ (xy 107.740955 64.82493)
+ (xy 108.127725 64.82493)
+ (xy 108.145572 65.051699)
+ (xy 108.147115 65.061446)
+ (xy 108.200217 65.282627)
+ (xy 108.203266 65.292012)
+ (xy 108.290313 65.502163)
+ (xy 108.294795 65.510958)
+ (xy 108.397432 65.678445)
+ (xy 108.40789 65.687907)
+ (xy 108.416666 65.684124)
+ (xy 109.267978 64.832812)
+ (xy 109.275592 64.818868)
+ (xy 109.275461 64.817035)
+ (xy 109.27121 64.81042)
+ (xy 108.41971 63.95892)
+ (xy 108.40733 63.95216)
+ (xy 108.39968 63.957887)
+ (xy 108.294795 64.129042)
+ (xy 108.290313 64.137837)
+ (xy 108.203266 64.347988)
+ (xy 108.200217 64.357373)
+ (xy 108.147115 64.578554)
+ (xy 108.145572 64.588301)
+ (xy 108.127725 64.81507)
+ (xy 108.127725 64.82493)
+ (xy 107.740955 64.82493)
+ (xy 107.76338 64.731524)
+ (xy 107.763381 64.731518)
+ (xy 107.764535 64.726711)
+ (xy 107.783165 64.49)
+ (xy 107.764535 64.253289)
+ (xy 107.763095 64.247287)
+ (xy 107.711756 64.033448)
+ (xy 107.709105 64.022406)
+ (xy 107.706793 64.016825)
+ (xy 107.620135 63.807611)
+ (xy 107.620133 63.807607)
+ (xy 107.61824 63.803037)
+ (xy 107.604633 63.780833)
+ (xy 107.496759 63.604798)
+ (xy 107.496755 63.604792)
+ (xy 107.494176 63.600584)
+ (xy 107.483334 63.58789)
+ (xy 108.772093 63.58789)
+ (xy 108.775876 63.596666)
+ (xy 109.627188 64.447978)
+ (xy 109.641132 64.455592)
+ (xy 109.642965 64.455461)
+ (xy 109.64958 64.45121)
+ (xy 110.50108 63.59971)
+ (xy 110.50784 63.58733)
+ (xy 110.502113 63.57968)
+ (xy 110.330958 63.474795)
+ (xy 110.322163 63.470313)
+ (xy 110.112012 63.383266)
+ (xy 110.102627 63.380217)
+ (xy 109.881446 63.327115)
+ (xy 109.871699 63.325572)
+ (xy 109.64493 63.307725)
+ (xy 109.63507 63.307725)
+ (xy 109.408301 63.325572)
+ (xy 109.398554 63.327115)
+ (xy 109.177373 63.380217)
+ (xy 109.167988 63.383266)
+ (xy 108.957837 63.470313)
+ (xy 108.949042 63.474795)
+ (xy 108.781555 63.577432)
+ (xy 108.772093 63.58789)
+ (xy 107.483334 63.58789)
+ (xy 107.339969 63.420031)
+ (xy 107.159416 63.265824)
+ (xy 107.155208 63.263245)
+ (xy 107.155202 63.263241)
+ (xy 106.961183 63.144346)
+ (xy 106.956963 63.14176)
+ (xy 106.952393 63.139867)
+ (xy 106.952389 63.139865)
+ (xy 106.825648 63.087368)
+ (xy 106.737594 63.050895)
+ (xy 106.732779 63.049739)
+ (xy 106.72876 63.048433)
+ (xy 106.670155 63.008359)
+ (xy 106.642518 62.942962)
+ (xy 106.654625 62.873006)
+ (xy 106.702631 62.8207)
+ (xy 106.767697 62.8026)
(xy 110.216106 62.8026)
)
)
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 98.503807 64.153502)
+ (xy 98.5503 64.207158)
+ (xy 98.560404 64.277432)
+ (xy 98.53091 64.342012)
+ (xy 98.517516 64.355311)
+ (xy 98.433792 64.426818)
+ (xy 98.433787 64.426823)
+ (xy 98.430031 64.430031)
+ (xy 98.275824 64.610584)
+ (xy 98.273245 64.614792)
+ (xy 98.273241 64.614798)
+ (xy 98.201711 64.731524)
+ (xy 98.15176 64.813037)
+ (xy 98.149867 64.817608)
+ (xy 98.149861 64.817619)
+ (xy 98.142214 64.836082)
+ (xy 98.097667 64.891364)
+ (xy 98.030304 64.913786)
+ (xy 97.977587 64.904275)
+ (xy 97.782013 64.823266)
+ (xy 97.772627 64.820217)
+ (xy 97.551446 64.767115)
+ (xy 97.541699 64.765572)
+ (xy 97.31493 64.747725)
+ (xy 97.30507 64.747725)
+ (xy 97.078301 64.765572)
+ (xy 97.068554 64.767115)
+ (xy 96.847373 64.820217)
+ (xy 96.837988 64.823266)
+ (xy 96.627837 64.910313)
+ (xy 96.619042 64.914795)
+ (xy 96.451555 65.017432)
+ (xy 96.442093 65.02789)
+ (xy 96.445876 65.036666)
+ (xy 97.580115 66.170905)
+ (xy 97.614141 66.233217)
+ (xy 97.609076 66.304032)
+ (xy 97.580115 66.349095)
+ (xy 97.399095 66.530115)
+ (xy 97.336783 66.564141)
+ (xy 97.265968 66.559076)
+ (xy 97.220905 66.530115)
+ (xy 96.08971 65.39892)
+ (xy 96.07733 65.39216)
+ (xy 96.06968 65.397887)
+ (xy 95.964795 65.569042)
+ (xy 95.960313 65.577837)
+ (xy 95.873266 65.787988)
+ (xy 95.870217 65.797373)
+ (xy 95.817115 66.018554)
+ (xy 95.815572 66.028301)
+ (xy 95.797725 66.25507)
+ (xy 95.797725 66.26493)
+ (xy 95.815572 66.491699)
+ (xy 95.817115 66.501446)
+ (xy 95.870217 66.722627)
+ (xy 95.873266 66.732012)
+ (xy 95.960313 66.942163)
+ (xy 95.964795 66.950958)
+ (xy 96.007328 67.020365)
+ (xy 96.025867 67.088898)
+ (xy 96.004411 67.156575)
+ (xy 95.949772 67.201908)
+ (xy 95.899896 67.2122)
+ (xy 88.013494 67.2122)
+ (xy 87.945373 67.192198)
+ (xy 87.89888 67.138542)
+ (xy 87.888776 67.068268)
+ (xy 87.91827 67.003688)
+ (xy 87.924399 66.997105)
+ (xy 90.751099 64.170405)
+ (xy 90.813411 64.136379)
+ (xy 90.840194 64.1335)
+ (xy 98.435686 64.1335)
+ )
+ )
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 100.624015 53.079102)
+ (xy 100.670508 53.132758)
+ (xy 100.680612 53.203032)
+ (xy 100.651118 53.267612)
+ (xy 100.634846 53.283297)
+ (xy 100.586127 53.322468)
+ (xy 100.577368 53.331046)
+ (xy 100.458222 53.473039)
+ (xy 100.451292 53.483159)
+ (xy 100.361998 53.645585)
+ (xy 100.357166 53.656858)
+ (xy 100.30112 53.833538)
+ (xy 100.29857 53.845532)
+ (xy 100.282393 53.989761)
+ (xy 100.282 53.996785)
+ (xy 100.282 54.327885)
+ (xy 100.286475 54.343124)
+ (xy 100.287865 54.344329)
+ (xy 100.295548 54.346)
+ (xy 101.847243 54.346)
+ (xy 101.915364 54.366002)
+ (xy 101.9587 54.413235)
+ (xy 102.024922 54.538836)
+ (xy 102.029327 54.544049)
+ (xy 102.02933 54.544053)
+ (xy 102.116051 54.646672)
+ (xy 102.144743 54.711613)
+ (xy 102.13377 54.781756)
+ (xy 102.086617 54.834833)
+ (xy 102.019813 54.854)
+ (xy 101.562115 54.854)
+ (xy 101.546876 54.858475)
+ (xy 101.545671 54.859865)
+ (xy 101.544 54.867548)
+ (xy 101.544 55.242885)
+ (xy 101.548475 55.258124)
+ (xy 101.549865 55.259329)
+ (xy 101.557548 55.261)
+ (xy 102.087885 55.261)
+ (xy 102.103124 55.256525)
+ (xy 102.11229 55.245947)
+ (xy 102.136404 55.201786)
+ (xy 102.198716 55.167761)
+ (xy 102.269532 55.172825)
+ (xy 102.326368 55.215372)
+ (xy 102.351179 55.281892)
+ (xy 102.3515 55.290881)
+ (xy 102.3515 55.643)
+ (xy 102.331498 55.711121)
+ (xy 102.277842 55.757614)
+ (xy 102.2255 55.769)
+ (xy 101.562115 55.769)
+ (xy 101.546876 55.773475)
+ (xy 101.545671 55.774865)
+ (xy 101.544 55.782548)
+ (xy 101.544 56.107924)
+ (xy 101.546897 56.11779)
+ (xy 101.552001 56.153288)
+ (xy 101.552001 56.176442)
+ (xy 101.531999 56.244563)
+ (xy 101.478343 56.291056)
+ (xy 101.469612 56.294654)
+ (xy 101.366873 56.332557)
+ (xy 101.323934 56.348398)
+ (xy 101.318973 56.35135)
+ (xy 101.318972 56.35135)
+ (xy 101.162765 56.444284)
+ (xy 101.148849 56.452563)
+ (xy 100.995678 56.58689)
+ (xy 100.992106 56.591421)
+ (xy 100.928814 56.671706)
+ (xy 100.870932 56.712819)
+ (xy 100.829864 56.7197)
+ (xy 96.96515 56.7197)
+ (xy 96.897029 56.699698)
+ (xy 96.850536 56.646042)
+ (xy 96.840432 56.575768)
+ (xy 96.869926 56.511188)
+ (xy 96.876055 56.504605)
+ (xy 96.965853 56.414807)
+ (xy 96.969889 56.407983)
+ (xy 96.969891 56.40798)
+ (xy 97.046508 56.278427)
+ (xy 97.050545 56.271601)
+ (xy 97.057969 56.246049)
+ (xy 97.082987 56.159934)
+ (xy 97.096962 56.111831)
+ (xy 97.098613 56.090862)
+ (xy 97.099707 56.076958)
+ (xy 97.099707 56.07695)
+ (xy 97.0999 56.074502)
+ (xy 97.0999 55.196657)
+ (xy 100.282 55.196657)
+ (xy 100.282301 55.202805)
+ (xy 100.295812 55.340603)
+ (xy 100.298195 55.352638)
+ (xy 100.351767 55.530076)
+ (xy 100.356441 55.541416)
+ (xy 100.44346 55.705077)
+ (xy 100.450249 55.715294)
+ (xy 100.567397 55.858933)
+ (xy 100.576041 55.867637)
+ (xy 100.718856 55.985784)
+ (xy 100.729027 55.992644)
+ (xy 100.892076 56.080804)
+ (xy 100.903381 56.085556)
+ (xy 101.018692 56.12125)
+ (xy 101.032795 56.121456)
+ (xy 101.036 56.114701)
+ (xy 101.036 54.872115)
+ (xy 101.031525 54.856876)
+ (xy 101.030135 54.855671)
+ (xy 101.022452 54.854)
+ (xy 100.300115 54.854)
+ (xy 100.284876 54.858475)
+ (xy 100.283671 54.859865)
+ (xy 100.282 54.867548)
+ (xy 100.282 55.196657)
+ (xy 97.0999 55.196657)
+ (xy 97.0999 54.291498)
+ (xy 97.099557 54.287134)
+ (xy 97.097467 54.260579)
+ (xy 97.097466 54.260574)
+ (xy 97.096962 54.254169)
+ (xy 97.050545 54.094399)
+ (xy 97.008437 54.023198)
+ (xy 96.969891 53.95802)
+ (xy 96.969889 53.958017)
+ (xy 96.965853 53.951193)
+ (xy 96.848207 53.833547)
+ (xy 96.811166 53.811641)
+ (xy 96.762715 53.75975)
+ (xy 96.750009 53.6899)
+ (xy 96.777084 53.624269)
+ (xy 96.786211 53.614093)
+ (xy 97.00444 53.395865)
+ (xy 97.304301 53.096004)
+ (xy 97.366613 53.061979)
+ (xy 97.393396 53.0591)
+ (xy 100.555894 53.0591)
+ )
+ )
)
(zone (net 2) (net_name "GND") (layers F&B.Cu) (tstamp d9833725-c7a7-4817-b1ff-0fa3f4a9e17e) (hatch edge 0.508)
(connect_pads (clearance 0.508))
@@ -8004,6 +7593,7 @@
(xy 115.088355 51.668965)
(xy 115.088472 51.669121)
(xy 115.093845 51.676317)
+ (xy 115.115458 51.692575)
(xy 115.129516 51.70315)
(xy 115.137867 51.710012)
(xy 115.172497 51.74105)
@@ -8034,15 +7624,15 @@
(xy 127.169066 57.382391)
(xy 127.572001 57.728031)
(xy 127.59623 57.755965)
- (xy 128.088647 58.528952)
+ (xy 128.094128 58.537556)
(xy 128.103913 58.552916)
(xy 128.115241 58.575369)
- (xy 128.452858 59.452958)
+ (xy 128.453836 59.4555)
(xy 128.473148 59.505699)
(xy 128.48155 59.55094)
(xy 128.48155 60.564003)
(xy 128.479799 60.584935)
- (xy 128.408293 61.009392)
+ (xy 128.411151 60.992427)
(xy 128.406166 61.022017)
(xy 128.406069 61.022585)
(xy 128.391103 61.108316)
@@ -8051,20 +7641,14 @@
(xy 128.394438 61.13806)
(xy 128.395185 61.155207)
(xy 128.394468 61.184271)
- (xy 128.396775 61.192948)
- (xy 128.396775 61.19295)
- (xy 128.403093 61.216714)
- (xy 128.403415 61.218123)
+ (xy 128.403098 61.216731)
+ (xy 128.403414 61.218119)
(xy 128.403573 61.219537)
- (xy 128.404583 61.223241)
- (xy 128.404585 61.223251)
- (xy 128.414411 61.259297)
- (xy 128.414617 61.260062)
- (xy 128.420577 61.282479)
+ (xy 128.414503 61.259633)
(xy 128.431891 61.325039)
(xy 128.432558 61.326141)
(xy 128.432905 61.32714)
- (xy 128.553099 61.768068)
+ (xy 128.548503 61.751206)
(xy 128.650311 62.124688)
(xy 128.653239 62.142508)
(xy 128.654395 62.148158)
@@ -8086,7 +7670,7 @@
(xy 128.726083 62.329896)
(xy 128.727819 62.331987)
(xy 128.741538 62.352227)
- (xy 128.873515 62.594664)
+ (xy 128.836145 62.526016)
(xy 129.204221 63.202159)
(xy 129.209274 63.212549)
(xy 129.227068 63.253852)
@@ -8099,24 +7683,23 @@
(xy 129.308393 63.353494)
(xy 129.338817 63.376409)
(xy 129.346573 63.382749)
- (xy 129.488739 63.508719)
- (xy 130.054897 64.010378)
+ (xy 129.568824 63.57968)
+ (xy 130.071171 64.024798)
(xy 130.074747 64.027967)
(xy 130.080548 64.033445)
(xy 130.118024 64.07115)
- (xy 130.157593 64.092971)
+ (xy 130.151369 64.089538)
(xy 130.159752 64.094161)
(xy 130.168253 64.099296)
- (xy 130.186279 64.111178)
(xy 130.208262 64.12567)
(xy 130.263264 64.142584)
(xy 130.26936 64.144631)
(xy 130.78831 64.33376)
(xy 131.156323 64.467881)
(xy 131.166727 64.472209)
- (xy 131.199222 64.487465)
+ (xy 131.194121 64.48507)
(xy 131.20735 64.491281)
- (xy 131.237886 64.496036)
+ (xy 131.230784 64.49493)
(xy 131.262758 64.499909)
(xy 131.269296 64.501105)
(xy 131.315397 64.510798)
@@ -8128,12 +7711,12 @@
(xy 133.093304 64.511295)
(xy 134.120832 64.731398)
(xy 134.154753 64.743976)
- (xy 134.72291 65.053726)
+ (xy 134.843196 65.119304)
(xy 134.909978 65.155712)
(xy 134.924037 65.163377)
(xy 134.95282 65.184908)
- (xy 135.213232 65.445316)
- (xy 135.653188 65.885266)
+ (xy 135.143117 65.375202)
+ (xy 135.579726 65.811805)
(xy 135.68661 65.918688)
(xy 135.703395 65.93948)
(xy 137.318363 68.442868)
@@ -8147,20 +7730,20 @@
(xy 140.266882 74.832904)
(xy 141.262925 78.153976)
(xy 141.265905 78.166046)
- (xy 141.394785 78.826716)
+ (xy 141.321523 78.451156)
(xy 141.931909 81.580131)
(xy 141.933355 81.589351)
+ (xy 142.26072 84.337291)
+ (xy 142.323479 84.864095)
(xy 142.349265 85.08055)
(xy 142.35015 85.095455)
(xy 142.35015 88.49517)
(xy 142.349585 88.507091)
(xy 142.017767 91.99859)
(xy 142.015999 92.010803)
- (xy 141.799914 93.118077)
- (xy 141.351629 95.415205)
(xy 141.350009 95.423506)
(xy 141.347836 95.432764)
- (xy 140.952706 96.869865)
+ (xy 141.178979 96.046904)
(xy 140.434019 98.756349)
(xy 140.429095 98.77078)
(xy 139.100953 102.00727)
@@ -8410,413 +7993,42 @@
(xy 74.707691 105.428998)
(xy 73.048141 102.358775)
(xy 73.041386 102.344102)
- (xy 72.394656 100.663028)
- (xy 72.35089 100.549266)
- (xy 80.678 100.549266)
- (xy 80.678337 100.555782)
- (xy 80.688075 100.649632)
- (xy 80.690968 100.663028)
- (xy 80.741488 100.814453)
- (xy 80.747653 100.827615)
- (xy 80.831426 100.962992)
- (xy 80.84046 100.97439)
- (xy 80.953129 101.086863)
- (xy 80.96454 101.095875)
- (xy 81.100063 101.179412)
- (xy 81.113241 101.185556)
- (xy 81.264766 101.235815)
- (xy 81.278132 101.238681)
- (xy 81.37077 101.248172)
- (xy 81.377185 101.2485)
- (xy 81.388885 101.2485)
- (xy 81.404124 101.244025)
- (xy 81.405329 101.242635)
- (xy 81.407 101.234952)
- (xy 81.407 101.230385)
- (xy 81.915 101.230385)
- (xy 81.919475 101.245624)
- (xy 81.920865 101.246829)
- (xy 81.928548 101.2485)
- (xy 81.944766 101.2485)
- (xy 81.951282 101.248163)
- (xy 82.045132 101.238425)
- (xy 82.058528 101.235532)
- (xy 82.209953 101.185012)
- (xy 82.223115 101.178847)
- (xy 82.358492 101.095074)
- (xy 82.36989 101.08604)
- (xy 82.482363 100.973371)
- (xy 82.491375 100.96196)
- (xy 82.574912 100.826437)
- (xy 82.581056 100.813259)
- (xy 82.631315 100.661734)
- (xy 82.634181 100.648368)
- (xy 82.643672 100.55573)
- (xy 82.644 100.549315)
- (xy 82.644 100.475115)
- (xy 82.639525 100.459876)
- (xy 82.638135 100.458671)
- (xy 82.630452 100.457)
- (xy 81.933115 100.457)
- (xy 81.917876 100.461475)
- (xy 81.916671 100.462865)
- (xy 81.915 100.470548)
- (xy 81.915 101.230385)
- (xy 81.407 101.230385)
- (xy 81.407 100.475115)
- (xy 81.402525 100.459876)
- (xy 81.401135 100.458671)
- (xy 81.393452 100.457)
- (xy 80.696115 100.457)
- (xy 80.680876 100.461475)
- (xy 80.679671 100.462865)
- (xy 80.678 100.470548)
- (xy 80.678 100.549266)
- (xy 72.35089 100.549266)
+ (xy 71.924977 99.442169)
(xy 71.795362 99.105255)
(xy 71.792274 99.096219)
- (xy 71.792035 99.09542)
- (xy 71.131716 96.893766)
- (xy 72.1319 96.893766)
- (xy 72.132237 96.900282)
- (xy 72.141975 96.994132)
- (xy 72.144868 97.007528)
- (xy 72.195388 97.158953)
- (xy 72.201553 97.172115)
- (xy 72.285326 97.307492)
- (xy 72.29436 97.31889)
- (xy 72.407029 97.431363)
- (xy 72.41844 97.440375)
- (xy 72.553963 97.523912)
- (xy 72.567141 97.530056)
- (xy 72.718666 97.580315)
- (xy 72.732032 97.583181)
- (xy 72.82467 97.592672)
- (xy 72.831085 97.593)
- (xy 72.905285 97.593)
- (xy 72.920524 97.588525)
- (xy 72.921729 97.587135)
- (xy 72.9234 97.579452)
- (xy 72.9234 97.574885)
- (xy 73.4314 97.574885)
- (xy 73.435875 97.590124)
- (xy 73.437265 97.591329)
- (xy 73.444948 97.593)
- (xy 73.523666 97.593)
- (xy 73.530182 97.592663)
- (xy 73.624032 97.582925)
- (xy 73.637428 97.580032)
- (xy 73.788853 97.529512)
- (xy 73.802015 97.523347)
- (xy 73.937392 97.439574)
- (xy 73.948794 97.430536)
- (xy 73.950467 97.428861)
- (xy 73.951893 97.428081)
- (xy 73.954527 97.425993)
- (xy 73.954884 97.426444)
- (xy 74.012749 97.394781)
- (xy 74.083569 97.399784)
- (xy 74.128654 97.428701)
- (xy 74.130493 97.430536)
- (xy 74.136897 97.436929)
- (xy 74.28498 97.528209)
- (xy 74.450091 97.582974)
- (xy 74.456927 97.583674)
- (xy 74.45693 97.583675)
- (xy 74.50427 97.588525)
- (xy 74.552828 97.5935)
- (xy 75.251972 97.5935)
- (xy 75.255218 97.593163)
- (xy 75.255222 97.593163)
- (xy 75.349135 97.583419)
- (xy 75.349139 97.583418)
- (xy 75.355993 97.582707)
- (xy 75.362529 97.580526)
- (xy 75.362531 97.580526)
- (xy 75.495295 97.536232)
- (xy 75.521007 97.527654)
- (xy 75.668931 97.436116)
- (xy 75.669227 97.435819)
- (xy 75.732411 97.41025)
- (xy 75.802175 97.423426)
- (xy 75.833952 97.446539)
- (xy 75.955162 97.567749)
- (xy 75.959671 97.570906)
- (xy 75.959673 97.570908)
- (xy 75.991938 97.5935)
- (xy 76.135546 97.694056)
- (xy 76.335124 97.78712)
- (xy 76.547829 97.844115)
- (xy 76.7672 97.863307)
- (xy 76.986571 97.844115)
- (xy 77.199276 97.78712)
- (xy 77.398854 97.694056)
- (xy 77.542462 97.5935)
- (xy 77.574727 97.570908)
- (xy 77.574729 97.570906)
- (xy 77.579238 97.567749)
- (xy 77.734949 97.412038)
- (xy 77.74353 97.399784)
- (xy 77.858099 97.236162)
- (xy 77.8581 97.23616)
- (xy 77.861256 97.231653)
- (xy 77.863579 97.226671)
- (xy 77.863582 97.226666)
- (xy 77.951995 97.037061)
- (xy 77.95432 97.032076)
- (xy 78.011315 96.819371)
- (xy 78.030507 96.6)
- (xy 80.383893 96.6)
- (xy 80.403085 96.819371)
- (xy 80.46008 97.032076)
- (xy 80.462405 97.037061)
- (xy 80.550818 97.226666)
- (xy 80.550821 97.226671)
- (xy 80.553144 97.231653)
- (xy 80.5563 97.23616)
- (xy 80.556301 97.236162)
- (xy 80.670871 97.399784)
- (xy 80.679451 97.412038)
- (xy 80.819786 97.552373)
- (xy 80.853812 97.614685)
- (xy 80.848747 97.6855)
- (xy 80.833683 97.712258)
- (xy 80.834071 97.712497)
- (xy 80.747364 97.853162)
- (xy 80.742791 97.86058)
- (xy 80.688026 98.025691)
- (xy 80.6775 98.128428)
- (xy 80.6775 98.827572)
- (xy 80.688293 98.931593)
- (xy 80.743346 99.096607)
- (xy 80.834884 99.244531)
- (xy 80.840065 99.249703)
- (xy 80.842139 99.251773)
- (xy 80.843105 99.253538)
- (xy 80.844613 99.255441)
- (xy 80.844287 99.255699)
- (xy 80.876219 99.314054)
- (xy 80.871218 99.384875)
- (xy 80.842292 99.42997)
- (xy 80.839636 99.432631)
- (xy 80.830625 99.44404)
- (xy 80.747088 99.579563)
- (xy 80.740944 99.592741)
- (xy 80.690685 99.744266)
- (xy 80.687819 99.757632)
- (xy 80.678328 99.85027)
- (xy 80.678 99.856685)
- (xy 80.678 99.930885)
- (xy 80.682475 99.946124)
- (xy 80.683865 99.947329)
- (xy 80.691548 99.949)
- (xy 82.625885 99.949)
- (xy 82.641124 99.944525)
- (xy 82.642329 99.943135)
- (xy 82.644 99.935452)
- (xy 82.644 99.856734)
- (xy 82.643663 99.850218)
- (xy 82.633925 99.756368)
- (xy 82.631032 99.742972)
- (xy 82.580512 99.591547)
- (xy 82.574347 99.578385)
- (xy 82.490574 99.443008)
- (xy 82.481536 99.431606)
- (xy 82.479861 99.429933)
- (xy 82.479081 99.428507)
- (xy 82.476993 99.425873)
- (xy 82.477444 99.425516)
- (xy 82.445781 99.367651)
- (xy 82.450784 99.296831)
- (xy 82.479701 99.251746)
- (xy 82.482756 99.248685)
- (xy 82.487929 99.243503)
- (xy 82.558948 99.12829)
- (xy 82.575369 99.10165)
- (xy 82.57537 99.101648)
- (xy 82.579209 99.09542)
- (xy 82.633974 98.930309)
- (xy 82.6445 98.827572)
- (xy 82.6445 98.128428)
- (xy 82.633707 98.024407)
- (xy 82.578654 97.859393)
- (xy 82.487116 97.711469)
- (xy 82.481934 97.706296)
- (xy 82.480371 97.704324)
- (xy 82.453734 97.638514)
- (xy 82.466905 97.56875)
- (xy 82.490022 97.536965)
- (xy 82.614949 97.412038)
- (xy 82.62353 97.399784)
- (xy 82.738099 97.236162)
- (xy 82.7381 97.23616)
- (xy 82.741256 97.231653)
- (xy 82.743579 97.226671)
- (xy 82.743582 97.226666)
- (xy 82.831995 97.037061)
- (xy 82.83432 97.032076)
- (xy 82.891315 96.819371)
- (xy 82.910507 96.6)
- (xy 82.891315 96.380629)
- (xy 82.83432 96.167924)
- (xy 82.779776 96.050954)
- (xy 82.743582 95.973334)
- (xy 82.743579 95.973329)
- (xy 82.741256 95.968347)
- (xy 82.70288 95.91354)
- (xy 82.618108 95.792473)
- (xy 82.618106 95.79247)
- (xy 82.614949 95.787962)
- (xy 82.459238 95.632251)
- (xy 82.454126 95.628671)
- (xy 82.379959 95.576739)
- (xy 82.278854 95.505944)
- (xy 82.079276 95.41288)
- (xy 81.866571 95.355885)
- (xy 81.6472 95.336693)
- (xy 81.427829 95.355885)
- (xy 81.215124 95.41288)
- (xy 81.172457 95.432776)
- (xy 81.020534 95.503618)
- (xy 81.020529 95.503621)
- (xy 81.015547 95.505944)
- (xy 81.01104 95.5091)
- (xy 81.011038 95.509101)
- (xy 80.839673 95.629092)
- (xy 80.83967 95.629094)
- (xy 80.835162 95.632251)
- (xy 80.679451 95.787962)
- (xy 80.676294 95.79247)
- (xy 80.676292 95.792473)
- (xy 80.59152 95.91354)
- (xy 80.553144 95.968347)
- (xy 80.550821 95.973329)
- (xy 80.550818 95.973334)
- (xy 80.514624 96.050954)
- (xy 80.46008 96.167924)
- (xy 80.403085 96.380629)
- (xy 80.383893 96.6)
- (xy 78.030507 96.6)
- (xy 78.011315 96.380629)
- (xy 77.95432 96.167924)
- (xy 77.899776 96.050954)
- (xy 77.863582 95.973334)
- (xy 77.863579 95.973329)
- (xy 77.861256 95.968347)
- (xy 77.82288 95.91354)
- (xy 77.738108 95.792473)
- (xy 77.738106 95.79247)
- (xy 77.734949 95.787962)
- (xy 77.579238 95.632251)
- (xy 77.574126 95.628671)
- (xy 77.499959 95.576739)
- (xy 77.398854 95.505944)
- (xy 77.199276 95.41288)
- (xy 76.986571 95.355885)
- (xy 76.7672 95.336693)
- (xy 76.547829 95.355885)
- (xy 76.335124 95.41288)
- (xy 76.292457 95.432776)
- (xy 76.140534 95.503618)
- (xy 76.140529 95.503621)
- (xy 76.135547 95.505944)
- (xy 76.13104 95.5091)
- (xy 76.131038 95.509101)
- (xy 75.959673 95.629092)
- (xy 75.95967 95.629094)
- (xy 75.955162 95.632251)
- (xy 75.822738 95.764675)
- (xy 75.760426 95.798701)
- (xy 75.689611 95.793636)
- (xy 75.667537 95.782845)
- (xy 75.51982 95.691791)
- (xy 75.354709 95.637026)
- (xy 75.347873 95.636326)
- (xy 75.34787 95.636325)
- (xy 75.296374 95.631049)
- (xy 75.251972 95.6265)
- (xy 74.552828 95.6265)
- (xy 74.549582 95.626837)
- (xy 74.549578 95.626837)
- (xy 74.455665 95.636581)
- (xy 74.455661 95.636582)
- (xy 74.448807 95.637293)
- (xy 74.442271 95.639474)
- (xy 74.442269 95.639474)
- (xy 74.364617 95.665381)
- (xy 74.283793 95.692346)
- (xy 74.135869 95.783884)
- (xy 74.130697 95.789065)
- (xy 74.128627 95.791139)
- (xy 74.126862 95.792105)
- (xy 74.124959 95.793613)
- (xy 74.124701 95.793287)
- (xy 74.066346 95.825219)
- (xy 73.995525 95.820218)
- (xy 73.95043 95.791292)
- (xy 73.947769 95.788636)
- (xy 73.93636 95.779625)
- (xy 73.800837 95.696088)
- (xy 73.787659 95.689944)
- (xy 73.636134 95.639685)
- (xy 73.622768 95.636819)
- (xy 73.53013 95.627328)
- (xy 73.523715 95.627)
- (xy 73.449515 95.627)
- (xy 73.434276 95.631475)
- (xy 73.433071 95.632865)
- (xy 73.4314 95.640548)
- (xy 73.4314 97.574885)
- (xy 72.9234 97.574885)
- (xy 72.9234 96.882115)
- (xy 72.918925 96.866876)
- (xy 72.917535 96.865671)
- (xy 72.909852 96.864)
- (xy 72.150015 96.864)
- (xy 72.134776 96.868475)
- (xy 72.133571 96.869865)
- (xy 72.1319 96.877548)
- (xy 72.1319 96.893766)
- (xy 71.131716 96.893766)
- (xy 70.964996 96.337885)
- (xy 72.1319 96.337885)
- (xy 72.136375 96.353124)
- (xy 72.137765 96.354329)
- (xy 72.145448 96.356)
- (xy 72.905285 96.356)
- (xy 72.920524 96.351525)
- (xy 72.921729 96.350135)
- (xy 72.9234 96.342452)
- (xy 72.9234 95.645115)
- (xy 72.918925 95.629876)
- (xy 72.917535 95.628671)
- (xy 72.909852 95.627)
- (xy 72.831134 95.627)
- (xy 72.824618 95.627337)
- (xy 72.730768 95.637075)
- (xy 72.717372 95.639968)
- (xy 72.565947 95.690488)
- (xy 72.552785 95.696653)
- (xy 72.417408 95.780426)
- (xy 72.40601 95.78946)
- (xy 72.293537 95.902129)
- (xy 72.284525 95.91354)
- (xy 72.200988 96.049063)
- (xy 72.194844 96.062241)
- (xy 72.144585 96.213766)
- (xy 72.141719 96.227132)
- (xy 72.132228 96.31977)
- (xy 72.1319 96.326185)
- (xy 72.1319 96.337885)
- (xy 70.964996 96.337885)
- (xy 70.878373 96.049063)
+ (xy 71.791242 99.092776)
+ (xy 70.87894 96.050954)
(xy 70.791778 95.760335)
(xy 70.789402 95.751176)
- (xy 70.076229 92.505142)
- (xy 70.040624 92.343085)
- (xy 70.038283 92.328264)
- (xy 70.024453 92.186231)
- (xy 69.927479 91.190366)
+ (xy 70.049925 92.385418)
+ (xy 70.054843 92.314592)
+ (xy 70.097272 92.257668)
+ (xy 70.163741 92.23272)
+ (xy 70.234461 92.248392)
+ (xy 70.358694 92.317824)
+ (xy 70.546792 92.37894)
+ (xy 70.743177 92.402358)
+ (xy 70.749312 92.401886)
+ (xy 70.749314 92.401886)
+ (xy 70.93423 92.387657)
+ (xy 70.934234 92.387656)
+ (xy 70.940372 92.387184)
+ (xy 71.130863 92.333998)
+ (xy 71.136367 92.331218)
+ (xy 71.136369 92.331217)
+ (xy 71.301895 92.247604)
+ (xy 71.301897 92.247603)
+ (xy 71.307396 92.244825)
+ (xy 71.463247 92.123061)
+ (xy 71.592478 91.973345)
+ (xy 71.690169 91.801379)
+ (xy 71.752597 91.613713)
+ (xy 71.777385 91.417495)
+ (xy 71.77778 91.3892)
+ (xy 71.773102 91.341489)
+ (xy 71.786362 91.271742)
+ (xy 71.809406 91.240099)
+ (xy 71.859139 91.190366)
(xy 77.5667 91.190366)
(xy 77.567037 91.196882)
(xy 77.576775 91.290732)
@@ -8846,77 +8058,32 @@
(xy 77.568371 91.166465)
(xy 77.5667 91.174148)
(xy 77.5667 91.190366)
- (xy 69.927479 91.190366)
- (xy 69.920365 91.11731)
- (xy 69.933671 91.047572)
- (xy 69.982568 90.996098)
- (xy 70.051532 90.979231)
- (xy 70.108772 90.99598)
- (xy 70.111941 90.99781)
- (xy 70.117279 91.001688)
- (xy 70.123306 91.004371)
- (xy 70.123307 91.004372)
- (xy 70.12331 91.004373)
- (xy 70.296544 91.081502)
- (xy 70.392515 91.101901)
- (xy 70.482028 91.120928)
- (xy 70.482032 91.120928)
- (xy 70.488485 91.1223)
- (xy 70.684715 91.1223)
- (xy 70.691168 91.120928)
- (xy 70.691172 91.120928)
- (xy 70.780685 91.101901)
- (xy 70.876656 91.081502)
- (xy 70.952864 91.047572)
- (xy 71.049891 91.004373)
- (xy 71.049893 91.004372)
- (xy 71.055921 91.001688)
- (xy 71.063615 90.996098)
- (xy 71.20933 90.89023)
- (xy 71.209332 90.890228)
- (xy 71.214674 90.886347)
- (xy 71.234806 90.863988)
- (xy 71.295249 90.82675)
- (xy 71.32844 90.8223)
- (xy 76.966033 90.8223)
- (xy 76.977216 90.822827)
- (xy 76.984709 90.824502)
- (xy 76.992635 90.824253)
- (xy 76.992636 90.824253)
- (xy 77.052786 90.822362)
- (xy 77.056745 90.8223)
- (xy 77.084656 90.8223)
- (xy 77.088591 90.821803)
- (xy 77.088656 90.821795)
- (xy 77.100493 90.820862)
- (xy 77.132751 90.819848)
- (xy 77.13677 90.819722)
- (xy 77.144689 90.819473)
- (xy 77.164143 90.813821)
- (xy 77.1835 90.809813)
- (xy 77.19573 90.808268)
- (xy 77.195731 90.808268)
- (xy 77.203597 90.807274)
- (xy 77.210968 90.804355)
- (xy 77.21097 90.804355)
- (xy 77.244712 90.790996)
- (xy 77.255942 90.787151)
- (xy 77.290783 90.777029)
- (xy 77.290784 90.777029)
- (xy 77.298393 90.774818)
- (xy 77.305212 90.770785)
- (xy 77.305217 90.770783)
- (xy 77.315828 90.764507)
- (xy 77.333576 90.755812)
- (xy 77.352417 90.748352)
- (xy 77.388187 90.722364)
- (xy 77.398107 90.715848)
- (xy 77.429335 90.69738)
- (xy 77.429338 90.697378)
- (xy 77.436162 90.693342)
- (xy 77.446718 90.682786)
- (xy 77.50903 90.64876)
- (xy 77.562596 90.64876)
+ (xy 71.859139 91.190366)
+ (xy 72.9711 90.078405)
+ (xy 73.033412 90.044379)
+ (xy 73.060195 90.0415)
+ (xy 77.1174 90.0415)
+ (xy 77.185521 90.061502)
+ (xy 77.204747 90.077843)
+ (xy 77.20502 90.07754)
+ (xy 77.209932 90.081963)
+ (xy 77.214347 90.086866)
+ (xy 77.219686 90.090745)
+ (xy 77.353188 90.18774)
+ (xy 77.368848 90.199118)
+ (xy 77.374876 90.201802)
+ (xy 77.374878 90.201803)
+ (xy 77.537966 90.274414)
+ (xy 77.592062 90.320394)
+ (xy 77.612711 90.388321)
+ (xy 77.60631 90.429188)
+ (xy 77.579385 90.510365)
+ (xy 77.576519 90.523732)
+ (xy 77.567028 90.61637)
+ (xy 77.5667 90.622785)
+ (xy 77.5667 90.634485)
+ (xy 77.571175 90.649724)
+ (xy 77.572565 90.650929)
(xy 77.580248 90.6526)
(xy 78.6902 90.6526)
(xy 78.758321 90.672602)
@@ -8939,6 +8106,9 @@
(xy 79.518196 91.596384)
(xy 79.563283 91.625304)
(xy 79.671697 91.733529)
+ (xy 79.677927 91.737369)
+ (xy 79.677928 91.73737)
+ (xy 79.78177 91.801379)
(xy 79.81978 91.824809)
(xy 79.984891 91.879574)
(xy 79.991727 91.880274)
@@ -8962,9 +8132,11 @@
(xy 81.226629 91.609603)
(xy 81.317909 91.46152)
(xy 81.372674 91.296409)
+ (xy 81.374129 91.282215)
+ (xy 81.382872 91.196871)
(xy 81.3832 91.193672)
(xy 81.3832 90.619528)
- (xy 81.382863 90.616278)
+ (xy 81.379289 90.581832)
(xy 81.373119 90.522365)
(xy 81.373118 90.522361)
(xy 81.372407 90.515507)
@@ -8984,7 +8156,7 @@
(xy 81.343996 88.608048)
(xy 81.358402 88.470977)
(xy 81.359092 88.464412)
- (xy 81.358261 88.456509)
+ (xy 81.357576 88.449987)
(xy 81.33982 88.281047)
(xy 81.33982 88.281045)
(xy 81.33913 88.274484)
@@ -9451,7 +8623,7 @@
(xy 131.478658 85.916751)
(xy 131.516799 85.903804)
(xy 131.55951 85.879885)
- (xy 131.594115 85.860505)
+ (xy 131.589144 85.863289)
(xy 131.694551 85.804258)
(xy 131.851186 85.673986)
(xy 131.981458 85.517351)
@@ -9466,22 +8638,19 @@
(xy 132.14649 85.146683)
(xy 132.175723 84.945063)
(xy 132.177249 84.8868)
- (xy 132.163062 84.732402)
- (xy 132.159137 84.68968)
- (xy 132.159136 84.689677)
(xy 132.158608 84.683926)
- (xy 132.15704 84.678366)
+ (xy 132.145702 84.638164)
(xy 132.104875 84.493406)
(xy 132.104874 84.493404)
(xy 132.103307 84.487847)
(xy 132.089959 84.460778)
(xy 132.015756 84.31031)
(xy 132.013201 84.305129)
- (xy 132.000124 84.287616)
+ (xy 131.994796 84.280481)
(xy 131.894758 84.146515)
(xy 131.894758 84.146514)
(xy 131.891305 84.141891)
- (xy 131.771578 84.031216)
+ (xy 131.77102 84.0307)
(xy 131.745943 84.007519)
(xy 131.74594 84.007517)
(xy 131.741703 84.0036)
@@ -9507,11 +8676,11 @@
(xy 130.256478 84.12049)
(xy 130.252911 84.125015)
(xy 130.252906 84.12502)
- (xy 130.200546 84.191439)
+ (xy 130.176847 84.221501)
(xy 130.130351 84.280481)
(xy 130.127662 84.285592)
(xy 130.12766 84.285595)
- (xy 130.095279 84.347142)
+ (xy 130.04152 84.449321)
(xy 130.035492 84.460778)
(xy 130.031978 84.472096)
(xy 130.000741 84.523824)
@@ -9528,7 +8697,7 @@
(xy 127.840246 86.701874)
(xy 127.837678 86.706544)
(xy 127.834297 86.710661)
- (xy 127.818287 86.74052)
+ (xy 127.80326 86.768545)
(xy 127.790423 86.792486)
(xy 127.789794 86.793645)
(xy 127.747938 86.869781)
@@ -9541,7 +8710,7 @@
(xy 127.685165 87.063706)
(xy 127.684571 87.069002)
(xy 127.683013 87.074098)
- (xy 127.678117 87.1223)
+ (xy 127.68239 87.080234)
(xy 127.673618 87.166587)
(xy 127.673489 87.167793)
(xy 127.6679 87.217627)
@@ -9597,7 +8766,7 @@
(xy 125.77645 73.135734)
(xy 125.77645 68.774636)
(xy 125.777351 68.759596)
- (xy 125.780475 68.733608)
+ (xy 125.779969 68.737819)
(xy 125.781547 68.724694)
(xy 125.770772 68.659917)
(xy 125.770343 68.657149)
@@ -9606,7 +8775,7 @@
(xy 125.76103 68.592113)
(xy 125.744849 68.556525)
(xy 125.73992 68.543928)
- (xy 125.717027 68.474682)
+ (xy 125.702522 68.430809)
(xy 125.604957 68.135706)
(xy 125.60312 68.128874)
(xy 125.602733 68.122797)
@@ -9638,10 +8807,10 @@
(xy 125.416672 67.82484)
(xy 125.408421 67.81741)
(xy 125.392875 67.801914)
- (xy 125.246514 67.656033)
+ (xy 125.202349 67.612013)
(xy 125.067162 67.477269)
(xy 125.055658 67.464088)
- (xy 125.055498 67.463877)
+ (xy 125.05329 67.460961)
(xy 125.03822 67.441057)
(xy 125.031012 67.43571)
(xy 125.03101 67.435708)
@@ -9685,60 +8854,88 @@
(xy 124.192281 67.211579)
(xy 124.192223 67.210902)
(xy 124.180851 67.2122)
- (xy 114.748992 67.2122)
- (xy 114.680871 67.192198)
- (xy 114.634378 67.138542)
- (xy 114.624274 67.068268)
- (xy 114.653768 67.003688)
- (xy 114.696073 66.974261)
- (xy 114.695425 66.973077)
- (xy 114.703297 66.968767)
- (xy 114.711705 66.965615)
- (xy 114.828261 66.878261)
- (xy 114.915615 66.761705)
- (xy 114.966745 66.625316)
- (xy 114.9735 66.563134)
- (xy 114.9735 65.616866)
- (xy 114.966745 65.554684)
- (xy 114.915615 65.418295)
- (xy 114.828261 65.301739)
- (xy 114.711705 65.214385)
- (xy 114.575316 65.163255)
- (xy 114.513134 65.1565)
- (xy 113.566866 65.1565)
- (xy 113.504684 65.163255)
- (xy 113.368295 65.214385)
- (xy 113.251739 65.301739)
- (xy 113.164385 65.418295)
- (xy 113.113255 65.554684)
- (xy 113.112402 65.56254)
- (xy 113.112083 65.56388)
- (xy 113.076865 65.625527)
- (xy 113.01391 65.658347)
- (xy 112.943205 65.651921)
- (xy 112.887198 65.608289)
- (xy 112.8635 65.534734)
- (xy 112.8635 64.856866)
- (xy 112.856745 64.794684)
- (xy 112.805615 64.658295)
- (xy 112.718261 64.541739)
- (xy 112.613935 64.463551)
- (xy 112.57142 64.406692)
- (xy 112.5635 64.362725)
- (xy 112.5635 63.956525)
- (xy 112.567457 63.925196)
- (xy 112.5713 63.91023)
- (xy 112.5713 63.889976)
- (xy 112.572851 63.870265)
- (xy 112.57478 63.858086)
+ (xy 115.338675 67.2122)
+ (xy 115.270554 67.192198)
+ (xy 115.224061 67.138542)
+ (xy 115.213957 67.068268)
+ (xy 115.242864 67.004369)
+ (xy 115.251263 66.994535)
+ (xy 115.264176 66.979416)
+ (xy 115.266755 66.975208)
+ (xy 115.266759 66.975202)
+ (xy 115.385654 66.781183)
+ (xy 115.38824 66.776963)
+ (xy 115.391017 66.77026)
+ (xy 115.477211 66.562167)
+ (xy 115.477212 66.562165)
+ (xy 115.479105 66.557594)
+ (xy 115.49836 66.477391)
+ (xy 115.53338 66.331524)
+ (xy 115.533381 66.331518)
+ (xy 115.534535 66.326711)
+ (xy 115.553165 66.09)
+ (xy 115.534535 65.853289)
+ (xy 115.530923 65.83824)
+ (xy 115.493808 65.683648)
+ (xy 115.479105 65.622406)
+ (xy 115.473842 65.6097)
+ (xy 115.390135 65.407611)
+ (xy 115.390133 65.407607)
+ (xy 115.38824 65.403037)
+ (xy 115.381304 65.391718)
+ (xy 115.266759 65.204798)
+ (xy 115.266755 65.204792)
+ (xy 115.264176 65.200584)
+ (xy 115.120538 65.032406)
+ (xy 115.113177 65.023787)
+ (xy 115.109969 65.020031)
+ (xy 114.929416 64.865824)
+ (xy 114.925208 64.863245)
+ (xy 114.925202 64.863241)
+ (xy 114.731183 64.744346)
+ (xy 114.726963 64.74176)
+ (xy 114.722393 64.739867)
+ (xy 114.722389 64.739865)
+ (xy 114.512167 64.652789)
+ (xy 114.512165 64.652788)
+ (xy 114.507594 64.650895)
+ (xy 114.427391 64.63164)
+ (xy 114.281524 64.59662)
+ (xy 114.281518 64.596619)
+ (xy 114.276711 64.595465)
+ (xy 114.04 64.576835)
+ (xy 113.803289 64.595465)
+ (xy 113.798482 64.596619)
+ (xy 113.798476 64.59662)
+ (xy 113.652609 64.63164)
+ (xy 113.572406 64.650895)
+ (xy 113.567835 64.652788)
+ (xy 113.567833 64.652789)
+ (xy 113.440058 64.705715)
+ (xy 113.369468 64.713304)
+ (xy 113.305981 64.681525)
+ (xy 113.279806 64.646817)
+ (xy 113.27824 64.643037)
+ (xy 113.250364 64.597547)
+ (xy 113.156759 64.444798)
+ (xy 113.156755 64.444792)
+ (xy 113.154176 64.440584)
+ (xy 112.999969 64.260031)
+ (xy 112.819416 64.105824)
+ (xy 112.815208 64.103245)
+ (xy 112.815202 64.103241)
+ (xy 112.632441 63.991245)
+ (xy 112.58481 63.938597)
+ (xy 112.573828 63.864098)
+ (xy 112.57478 63.858089)
+ (xy 112.57478 63.858085)
(xy 112.57602 63.850257)
(xy 112.571859 63.806238)
(xy 112.5713 63.794381)
(xy 112.5713 63.654967)
(xy 112.571827 63.643784)
(xy 112.573502 63.636291)
- (xy 112.572715 63.611233)
- (xy 112.571362 63.568201)
+ (xy 112.571362 63.5682)
(xy 112.5713 63.564243)
(xy 112.5713 63.536344)
(xy 112.570796 63.532353)
@@ -9759,29 +8956,29 @@
(xy 123.770743 63.357703)
(xy 123.771302 63.361947)
(xy 123.771302 63.361951)
- (xy 123.781248 63.437495)
+ (xy 123.781004 63.435644)
(xy 123.808268 63.642734)
(xy 123.809401 63.646874)
(xy 123.809401 63.646876)
- (xy 123.82441 63.701739)
+ (xy 123.822922 63.696302)
(xy 123.884129 63.920036)
(xy 123.885813 63.923984)
- (xy 123.978529 64.141351)
+ (xy 123.98472 64.155866)
(xy 123.996923 64.184476)
- (xy 124.029133 64.238295)
- (xy 124.138534 64.42109)
+ (xy 124.034183 64.246733)
+ (xy 124.141962 64.426818)
(xy 124.144561 64.431161)
(xy 124.324313 64.655528)
- (xy 124.408297 64.735226)
- (xy 124.526693 64.847579)
+ (xy 124.432645 64.758331)
+ (xy 124.511132 64.832812)
(xy 124.532851 64.853423)
(xy 124.766317 65.021186)
(xy 124.770112 65.023195)
(xy 124.770113 65.023196)
(xy 124.791869 65.034715)
(xy 125.020392 65.155712)
- (xy 125.086374 65.179858)
- (xy 125.275016 65.248891)
+ (xy 125.065964 65.172389)
+ (xy 125.209974 65.225089)
(xy 125.290373 65.254511)
(xy 125.571264 65.315755)
(xy 125.599841 65.318004)
@@ -9796,53 +8993,56 @@
(xy 126.166825 65.318873)
(xy 126.17102 65.318004)
(xy 126.171022 65.318004)
- (xy 126.33695 65.283642)
+ (xy 126.341851 65.282627)
(xy 126.448342 65.260574)
(xy 126.719343 65.164607)
- (xy 126.894891 65.074)
+ (xy 126.807362 65.119177)
(xy 126.971005 65.034715)
(xy 126.971006 65.034715)
(xy 126.974812 65.03275)
(xy 126.978313 65.030289)
(xy 126.978317 65.030287)
- (xy 127.137575 64.918358)
+ (xy 127.142645 64.914795)
(xy 127.210023 64.867441)
- (xy 127.352303 64.735226)
+ (xy 127.288403 64.794606)
(xy 127.417479 64.674661)
(xy 127.417481 64.674658)
(xy 127.420622 64.67174)
(xy 127.602713 64.449268)
(xy 127.752927 64.204142)
- (xy 127.789542 64.120731)
- (xy 127.866758 63.944828)
- (xy 127.866759 63.944826)
+ (xy 127.829633 64.029402)
+ (xy 127.866757 63.94483)
(xy 127.868483 63.940898)
- (xy 127.892607 63.856212)
- (xy 127.946068 63.668534)
(xy 127.947244 63.664406)
+ (xy 127.982905 63.413832)
+ (xy 127.987146 63.384036)
+ (xy 127.987146 63.384034)
(xy 127.987751 63.379784)
(xy 127.987799 63.370772)
(xy 127.989235 63.096583)
(xy 127.989235 63.096576)
(xy 127.989257 63.092297)
- (xy 127.979436 63.017695)
+ (xy 127.983807 63.050895)
(xy 127.955976 62.839505)
(xy 127.951732 62.807266)
(xy 127.949776 62.800114)
- (xy 127.916674 62.679115)
+ (xy 127.877003 62.534103)
(xy 127.875871 62.529964)
- (xy 127.852347 62.474813)
+ (xy 127.80006 62.352228)
(xy 127.764763 62.269476)
(xy 127.764761 62.269472)
(xy 127.763077 62.265524)
(xy 127.615439 62.018839)
(xy 127.435687 61.794472)
+ (xy 127.275807 61.642752)
+ (xy 127.230258 61.599527)
+ (xy 127.230255 61.599525)
(xy 127.227149 61.596577)
(xy 126.993683 61.428814)
(xy 126.971843 61.41725)
- (xy 126.941612 61.401244)
+ (xy 126.947309 61.40426)
(xy 126.739608 61.294288)
- (xy 126.527627 61.216714)
+ (xy 126.545438 61.223232)
(xy 126.473658 61.196964)
(xy 126.473656 61.196963)
(xy 126.469627 61.195489)
@@ -9859,7 +9059,7 @@
(xy 125.593175 61.131127)
(xy 125.58898 61.131996)
(xy 125.588978 61.131996)
- (xy 125.544162 61.141277)
+ (xy 125.518395 61.146613)
(xy 125.311658 61.189426)
(xy 125.040657 61.285393)
(xy 124.785188 61.41725)
@@ -9867,26 +9067,23 @@
(xy 124.781683 61.419713)
(xy 124.72134 61.462123)
(xy 124.549977 61.582559)
- (xy 124.531717 61.599527)
+ (xy 124.515917 61.61421)
(xy 124.34414 61.773835)
(xy 124.339378 61.77826)
(xy 124.157287 62.000732)
(xy 124.007073 62.245858)
(xy 124.005347 62.249791)
(xy 124.005346 62.249792)
- (xy 123.904252 62.48009)
+ (xy 123.973215 62.322989)
(xy 123.891517 62.509102)
- (xy 123.890342 62.513229)
- (xy 123.890341 62.51323)
- (xy 123.880521 62.547704)
(xy 123.812756 62.785594)
(xy 123.772249 63.070216)
(xy 123.772227 63.074505)
(xy 123.772226 63.074512)
- (xy 123.770887 63.330222)
+ (xy 123.770817 63.343558)
(xy 123.770743 63.357703)
(xy 112.534015 63.357703)
- (xy 112.52603 63.330222)
+ (xy 112.531112 63.347711)
(xy 112.523818 63.322607)
(xy 112.513507 63.305172)
(xy 112.504812 63.287424)
@@ -9911,7 +9108,7 @@
(xy 110.95047 61.692965)
(xy 110.947273 61.690485)
(xy 110.938251 61.68278)
- (xy 110.9118 61.657941)
+ (xy 110.924816 61.670164)
(xy 110.906021 61.652514)
(xy 110.899075 61.648695)
(xy 110.899072 61.648693)
@@ -9938,7 +9135,7 @@
(xy 110.61073 61.5356)
(xy 110.590476 61.5356)
(xy 110.570765 61.534049)
- (xy 110.558586 61.53212)
+ (xy 110.568234 61.533648)
(xy 110.550757 61.53088)
(xy 110.542865 61.531626)
(xy 110.506739 61.535041)
@@ -9954,7 +9151,7 @@
(xy 108.682151 61.267858)
(xy 108.838786 61.137586)
(xy 108.969058 60.980951)
- (xy 109.036404 60.860697)
+ (xy 109.040309 60.853723)
(xy 109.06578 60.808242)
(xy 109.065781 60.80824)
(xy 109.068604 60.803199)
@@ -9970,8 +9167,8 @@
(xy 109.071015 59.911108)
(xy 109.003356 59.77391)
(xy 109.000801 59.768729)
- (xy 108.995903 59.762169)
- (xy 108.934959 59.680556)
+ (xy 108.965492 59.721444)
+ (xy 108.936978 59.68326)
(xy 108.878905 59.605491)
(xy 108.858971 59.587064)
(xy 108.822526 59.526136)
@@ -10142,1484 +9339,131 @@
(xy 108.598495 53.237936)
(xy 108.593457 53.23681)
(xy 108.587912 53.2365)
- (xy 108.454756 53.2365)
- (xy 108.319963 53.251143)
- (xy 108.236609 53.279195)
- (xy 108.154796 53.306728)
- (xy 108.154794 53.306729)
- (xy 108.148325 53.308906)
- (xy 107.993095 53.402177)
- (xy 107.988138 53.406865)
- (xy 107.988135 53.406867)
- (xy 107.866473 53.521918)
- (xy 107.861515 53.526607)
- (xy 107.857683 53.532245)
- (xy 107.85768 53.532249)
- (xy 107.80674 53.607205)
- (xy 107.759723 53.676388)
- (xy 107.69247 53.844534)
- (xy 107.691356 53.851262)
- (xy 107.691355 53.851266)
- (xy 107.666179 54.003343)
- (xy 107.662892 54.023198)
- (xy 107.663249 54.030015)
- (xy 107.663249 54.030019)
- (xy 107.66948 54.148906)
- (xy 107.653071 54.21798)
- (xy 107.601922 54.267217)
- (xy 107.543653 54.2815)
- (xy 107.161866 54.2815)
- (xy 107.158471 54.281869)
- (xy 107.158467 54.281869)
- (xy 107.132469 54.284693)
- (xy 107.123606 54.285656)
- (xy 107.096394 54.285656)
- (xy 107.087531 54.284693)
- (xy 107.061533 54.281869)
- (xy 107.061529 54.281869)
- (xy 107.058134 54.2815)
- (xy 106.661866 54.2815)
- (xy 106.658471 54.281869)
- (xy 106.658467 54.281869)
- (xy 106.632469 54.284693)
- (xy 106.623606 54.285656)
- (xy 106.596394 54.285656)
- (xy 106.587531 54.284693)
- (xy 106.561533 54.281869)
- (xy 106.561529 54.281869)
- (xy 106.558134 54.2815)
- (xy 106.161866 54.2815)
- (xy 106.158471 54.281869)
- (xy 106.158467 54.281869)
- (xy 106.132469 54.284693)
- (xy 106.123606 54.285656)
- (xy 106.096394 54.285656)
- (xy 106.087531 54.284693)
- (xy 106.061533 54.281869)
- (xy 106.061529 54.281869)
- (xy 106.058134 54.2815)
- (xy 105.661866 54.2815)
- (xy 105.658471 54.281869)
- (xy 105.658467 54.281869)
- (xy 105.632469 54.284693)
- (xy 105.623606 54.285656)
- (xy 105.596394 54.285656)
- (xy 105.587531 54.284693)
- (xy 105.561533 54.281869)
- (xy 105.561529 54.281869)
- (xy 105.558134 54.2815)
- (xy 105.161866 54.2815)
- (xy 105.158471 54.281869)
- (xy 105.158467 54.281869)
- (xy 105.132469 54.284693)
- (xy 105.123606 54.285656)
- (xy 105.096394 54.285656)
- (xy 105.087531 54.284693)
- (xy 105.061533 54.281869)
- (xy 105.061529 54.281869)
- (xy 105.058134 54.2815)
- (xy 104.661866 54.2815)
- (xy 104.658471 54.281869)
- (xy 104.658467 54.281869)
- (xy 104.632469 54.284693)
- (xy 104.623606 54.285656)
- (xy 104.596394 54.285656)
- (xy 104.587531 54.284693)
- (xy 104.561533 54.281869)
- (xy 104.561529 54.281869)
- (xy 104.558134 54.2815)
- (xy 104.161866 54.2815)
- (xy 104.158471 54.281869)
- (xy 104.158467 54.281869)
- (xy 104.132469 54.284693)
- (xy 104.123606 54.285656)
- (xy 104.096394 54.285656)
- (xy 104.087531 54.284693)
- (xy 104.061533 54.281869)
- (xy 104.061529 54.281869)
- (xy 104.058134 54.2815)
- (xy 103.678416 54.2815)
- (xy 103.610295 54.261498)
- (xy 103.563802 54.207842)
- (xy 103.554108 54.134921)
- (xy 103.557108 54.116802)
- (xy 103.552203 54.023198)
- (xy 103.547987 53.942766)
- (xy 103.54763 53.935953)
- (xy 103.53533 53.891296)
- (xy 103.501352 53.767941)
- (xy 103.499539 53.761359)
- (xy 103.415078 53.601164)
- (xy 103.410673 53.595951)
- (xy 103.41067 53.595947)
- (xy 103.302594 53.468057)
- (xy 103.30259 53.468053)
- (xy 103.298187 53.462843)
- (xy 103.292762 53.458695)
- (xy 103.159743 53.356994)
- (xy 103.159739 53.356991)
- (xy 103.154322 53.35285)
- (xy 103.023162 53.291689)
- (xy 102.996369 53.279195)
- (xy 102.996366 53.279194)
- (xy 102.990192 53.276315)
- (xy 102.983544 53.274829)
- (xy 102.983541 53.274828)
- (xy 102.818494 53.237936)
- (xy 102.818495 53.237936)
- (xy 102.813457 53.23681)
- (xy 102.807912 53.2365)
- (xy 102.674756 53.2365)
- (xy 102.539963 53.251143)
- (xy 102.456609 53.279195)
- (xy 102.374796 53.306728)
- (xy 102.374794 53.306729)
- (xy 102.368325 53.308906)
- (xy 102.216349 53.400222)
- (xy 102.216346 53.400223)
- (xy 102.213095 53.402177)
- (xy 102.212745 53.401594)
- (xy 102.151083 53.425065)
- (xy 102.081609 53.410439)
- (xy 102.043609 53.379085)
- (xy 102.012603 53.341067)
- (xy 102.003959 53.332363)
- (xy 101.861144 53.214216)
- (xy 101.850973 53.207356)
- (xy 101.687924 53.119196)
- (xy 101.676619 53.114444)
- (xy 101.561308 53.07875)
- (xy 101.547205 53.078544)
- (xy 101.544 53.085299)
- (xy 101.544 54.327885)
- (xy 101.548475 54.343124)
- (xy 101.549865 54.344329)
- (xy 101.557548 54.346)
- (xy 101.847243 54.346)
- (xy 101.915364 54.366002)
- (xy 101.9587 54.413235)
- (xy 102.024922 54.538836)
- (xy 102.029327 54.544049)
- (xy 102.02933 54.544053)
- (xy 102.116051 54.646672)
- (xy 102.144743 54.711613)
- (xy 102.13377 54.781756)
- (xy 102.086617 54.834833)
- (xy 102.019813 54.854)
- (xy 101.562115 54.854)
- (xy 101.546876 54.858475)
- (xy 101.545671 54.859865)
- (xy 101.544 54.867548)
- (xy 101.544 55.242885)
- (xy 101.548475 55.258124)
- (xy 101.549865 55.259329)
- (xy 101.557548 55.261)
- (xy 102.087885 55.261)
- (xy 102.103124 55.256525)
- (xy 102.11229 55.245947)
- (xy 102.136404 55.201786)
- (xy 102.198716 55.167761)
- (xy 102.269532 55.172825)
- (xy 102.326368 55.215372)
- (xy 102.351179 55.281892)
- (xy 102.3515 55.290881)
- (xy 102.3515 55.643)
- (xy 102.331498 55.711121)
- (xy 102.277842 55.757614)
- (xy 102.2255 55.769)
- (xy 101.562115 55.769)
- (xy 101.546876 55.773475)
- (xy 101.545671 55.774865)
- (xy 101.544 55.782548)
- (xy 101.544 56.107924)
- (xy 101.546897 56.11779)
- (xy 101.552001 56.153288)
- (xy 101.552001 56.176442)
- (xy 101.531999 56.244563)
- (xy 101.478343 56.291056)
- (xy 101.469612 56.294654)
- (xy 101.366873 56.332557)
- (xy 101.323934 56.348398)
- (xy 101.318973 56.35135)
- (xy 101.318972 56.35135)
- (xy 101.158205 56.446997)
- (xy 101.148849 56.452563)
- (xy 100.995678 56.58689)
- (xy 100.992106 56.591421)
- (xy 100.887542 56.724059)
- (xy 100.82966 56.765172)
- (xy 100.75874 56.768466)
- (xy 100.699497 56.735148)
- (xy 99.161006 55.196657)
- (xy 100.282 55.196657)
- (xy 100.282301 55.202805)
- (xy 100.295812 55.340603)
- (xy 100.298195 55.352638)
- (xy 100.351767 55.530076)
- (xy 100.356441 55.541416)
- (xy 100.44346 55.705077)
- (xy 100.450249 55.715294)
- (xy 100.567397 55.858933)
- (xy 100.576041 55.867637)
- (xy 100.718856 55.985784)
- (xy 100.729027 55.992644)
- (xy 100.892076 56.080804)
- (xy 100.903381 56.085556)
- (xy 101.018692 56.12125)
- (xy 101.032795 56.121456)
- (xy 101.036 56.114701)
- (xy 101.036 54.872115)
- (xy 101.031525 54.856876)
- (xy 101.030135 54.855671)
- (xy 101.022452 54.854)
- (xy 100.300115 54.854)
- (xy 100.284876 54.858475)
- (xy 100.283671 54.859865)
- (xy 100.282 54.867548)
- (xy 100.282 55.196657)
- (xy 99.161006 55.196657)
- (xy 99.117915 55.153566)
- (xy 99.107048 55.141175)
- (xy 99.092613 55.122363)
- (xy 99.087587 55.115813)
- (xy 99.055675 55.091326)
- (xy 99.055672 55.091323)
- (xy 99.031043 55.072424)
- (xy 98.967029 55.023304)
- (xy 98.967027 55.023303)
- (xy 98.960476 55.018276)
- (xy 98.812451 54.956962)
- (xy 98.804264 54.955884)
- (xy 98.804263 54.955884)
- (xy 98.793058 54.954409)
- (xy 98.757965 54.949789)
- (xy 98.693485 54.9413)
- (xy 98.693482 54.9413)
- (xy 98.693474 54.941299)
- (xy 98.661789 54.937128)
- (xy 98.6536 54.93605)
- (xy 98.643706 54.937352)
- (xy 98.642267 54.937128)
- (xy 98.637155 54.937128)
- (xy 98.637155 54.936331)
- (xy 98.573561 54.926415)
- (xy 98.520115 54.878733)
- (xy 98.503568 54.851992)
- (xy 98.503563 54.851986)
- (xy 98.499716 54.845769)
- (xy 98.488761 54.834833)
- (xy 98.381784 54.728042)
- (xy 98.381779 54.728038)
- (xy 98.376603 54.722871)
- (xy 98.355833 54.710068)
- (xy 98.23475 54.635431)
- (xy 98.234748 54.63543)
- (xy 98.22852 54.631591)
- (xy 98.063409 54.576826)
- (xy 98.056573 54.576126)
- (xy 98.05657 54.576125)
- (xy 98.005074 54.570849)
- (xy 97.960672 54.5663)
- (xy 97.361528 54.5663)
- (xy 97.358282 54.566637)
- (xy 97.358278 54.566637)
- (xy 97.264365 54.576381)
- (xy 97.264361 54.576382)
- (xy 97.257507 54.577093)
- (xy 97.250971 54.579274)
- (xy 97.250969 54.579274)
- (xy 97.146919 54.613988)
- (xy 97.092493 54.632146)
- (xy 96.944569 54.723684)
- (xy 96.939396 54.728866)
- (xy 96.837853 54.830586)
- (xy 96.77557 54.864665)
- (xy 96.70475 54.859662)
- (xy 96.659663 54.830741)
- (xy 96.556788 54.728046)
- (xy 96.556783 54.728042)
- (xy 96.551603 54.722871)
- (xy 96.530833 54.710068)
- (xy 96.40975 54.635431)
- (xy 96.409748 54.63543)
- (xy 96.40352 54.631591)
- (xy 96.238409 54.576826)
- (xy 96.231573 54.576126)
- (xy 96.23157 54.576125)
- (xy 96.180074 54.570849)
- (xy 96.135672 54.5663)
- (xy 95.536528 54.5663)
- (xy 95.533282 54.566637)
- (xy 95.533278 54.566637)
- (xy 95.439365 54.576381)
- (xy 95.439361 54.576382)
- (xy 95.432507 54.577093)
- (xy 95.425971 54.579274)
- (xy 95.425969 54.579274)
- (xy 95.321919 54.613988)
- (xy 95.267493 54.632146)
- (xy 95.119569 54.723684)
- (xy 95.114396 54.728866)
- (xy 95.001842 54.841616)
- (xy 95.001838 54.841621)
- (xy 94.996671 54.846797)
- (xy 94.992831 54.853027)
- (xy 94.99283 54.853028)
- (xy 94.990743 54.856414)
- (xy 94.988714 54.858241)
- (xy 94.988293 54.858773)
- (xy 94.988202 54.858701)
- (xy 94.937972 54.903908)
- (xy 94.883482 54.9163)
- (xy 91.518767 54.9163)
- (xy 91.507584 54.915773)
- (xy 91.500091 54.914098)
- (xy 91.492165 54.914347)
- (xy 91.492164 54.914347)
- (xy 91.432014 54.916238)
- (xy 91.428055 54.9163)
- (xy 91.400144 54.9163)
- (xy 91.39621 54.916797)
- (xy 91.396209 54.916797)
- (xy 91.396144 54.916805)
- (xy 91.384307 54.917738)
- (xy 91.35249 54.918738)
- (xy 91.348029 54.918878)
- (xy 91.34011 54.919127)
- (xy 91.322454 54.924256)
- (xy 91.320658 54.924778)
- (xy 91.301306 54.928786)
- (xy 91.294235 54.92968)
- (xy 91.281203 54.931326)
- (xy 91.273834 54.934243)
- (xy 91.273832 54.934244)
- (xy 91.240097 54.9476)
- (xy 91.228869 54.951445)
- (xy 91.186407 54.963782)
- (xy 91.179585 54.967816)
- (xy 91.179579 54.967819)
- (xy 91.168968 54.974094)
- (xy 91.151218 54.98279)
- (xy 91.139756 54.987328)
- (xy 91.139751 54.987331)
- (xy 91.132383 54.990248)
- (xy 91.125968 54.994909)
- (xy 91.096625 55.016227)
- (xy 91.086707 55.022743)
- (xy 91.074499 55.029963)
- (xy 91.048637 55.045258)
- (xy 91.034313 55.059582)
- (xy 91.019281 55.072421)
- (xy 91.002893 55.084328)
- (xy 90.981004 55.110787)
- (xy 90.974712 55.118393)
- (xy 90.966722 55.127173)
- (xy 90.758147 55.335748)
- (xy 90.749861 55.343288)
- (xy 90.743382 55.3474)
- (xy 90.737957 55.353177)
- (xy 90.696757 55.397051)
- (xy 90.694002 55.399893)
- (xy 90.674265 55.41963)
- (xy 90.671785 55.422827)
- (xy 90.664082 55.431847)
- (xy 90.633814 55.464079)
- (xy 90.629995 55.471025)
- (xy 90.629993 55.471028)
- (xy 90.624052 55.481834)
- (xy 90.613201 55.498353)
- (xy 90.600786 55.514359)
- (xy 90.597641 55.521628)
- (xy 90.597638 55.521632)
- (xy 90.583226 55.554937)
- (xy 90.578009 55.565587)
- (xy 90.556705 55.60434)
- (xy 90.554734 55.612015)
- (xy 90.554734 55.612016)
- (xy 90.551667 55.623962)
- (xy 90.545263 55.642666)
- (xy 90.545119 55.643)
- (xy 90.537219 55.661255)
- (xy 90.53598 55.669078)
- (xy 90.535977 55.669088)
- (xy 90.530301 55.704924)
- (xy 90.527895 55.716544)
- (xy 90.5169 55.75937)
- (xy 90.5169 55.779624)
- (xy 90.515349 55.799334)
- (xy 90.51218 55.819343)
- (xy 90.512926 55.827235)
- (xy 90.516341 55.863361)
- (xy 90.5169 55.875219)
- (xy 90.5169 55.895071)
- (xy 90.496898 55.963192)
- (xy 90.474993 55.986732)
- (xy 90.475669 55.987408)
- (xy 90.469319 55.993758)
- (xy 90.462139 55.999139)
- (xy 90.374785 56.115695)
- (xy 90.323655 56.252084)
- (xy 90.3169 56.314266)
- (xy 90.3169 57.970534)
- (xy 90.323655 58.032716)
- (xy 90.374785 58.169105)
- (xy 90.462139 58.285661)
- (xy 90.578695 58.373015)
- (xy 90.587103 58.376167)
- (xy 90.594975 58.380477)
- (xy 90.593672 58.382857)
- (xy 90.639204 58.417064)
- (xy 90.663901 58.483627)
- (xy 90.648691 58.552975)
- (xy 90.598403 58.603091)
- (xy 90.591303 58.606333)
- (xy 90.587101 58.608634)
- (xy 90.578695 58.611785)
- (xy 90.462139 58.699139)
- (xy 90.374785 58.815695)
- (xy 90.323655 58.952084)
- (xy 90.3169 59.014266)
- (xy 90.3169 60.670534)
- (xy 90.323655 60.732716)
- (xy 90.374785 60.869105)
- (xy 90.462139 60.985661)
- (xy 90.469319 60.991042)
- (xy 90.475632 60.997355)
- (xy 90.509658 61.059667)
- (xy 90.504593 61.130482)
- (xy 90.480176 61.170757)
- (xy 90.42156 61.235856)
- (xy 90.368887 61.327088)
- (xy 90.345611 61.367404)
- (xy 90.326073 61.401244)
- (xy 90.267058 61.582872)
- (xy 90.266368 61.589433)
- (xy 90.266368 61.589435)
- (xy 90.253264 61.714116)
- (xy 90.247096 61.7728)
- (xy 90.247786 61.779365)
- (xy 90.264509 61.938472)
- (xy 90.267058 61.962728)
- (xy 90.326073 62.144356)
- (xy 90.329376 62.150078)
- (xy 90.329377 62.150079)
- (xy 90.33832 62.165569)
- (xy 90.42156 62.309744)
- (xy 90.425978 62.314651)
- (xy 90.425979 62.314652)
- (xy 90.544925 62.446755)
- (xy 90.549347 62.451666)
- (xy 90.628401 62.509102)
- (xy 90.675985 62.543674)
- (xy 90.703848 62.563918)
- (xy 90.709876 62.566602)
- (xy 90.709878 62.566603)
- (xy 90.872281 62.638909)
- (xy 90.878312 62.641594)
- (xy 90.971712 62.661447)
- (xy 91.058656 62.679928)
- (xy 91.058661 62.679928)
- (xy 91.065113 62.6813)
- (xy 91.256087 62.6813)
- (xy 91.262539 62.679928)
- (xy 91.262544 62.679928)
- (xy 91.349488 62.661447)
- (xy 91.442888 62.641594)
- (xy 91.448919 62.638909)
- (xy 91.611322 62.566603)
- (xy 91.611324 62.566602)
- (xy 91.617352 62.563918)
- (xy 91.645216 62.543674)
- (xy 91.692799 62.509102)
- (xy 91.771853 62.451666)
- (xy 91.77731 62.445606)
- (xy 91.808002 62.411518)
- (xy 91.879441 62.332178)
- (xy 91.939886 62.294938)
- (xy 92.010869 62.29629)
- (xy 92.06509 62.332761)
- (xy 92.0656 62.332218)
- (xy 92.071378 62.337644)
- (xy 92.071379 62.337645)
- (xy 92.115267 62.378858)
- (xy 92.118109 62.381613)
- (xy 92.13783 62.401334)
- (xy 92.141025 62.403812)
- (xy 92.150047 62.411518)
- (xy 92.182279 62.441786)
- (xy 92.189228 62.445606)
- (xy 92.200032 62.451546)
- (xy 92.216556 62.462399)
- (xy 92.232559 62.474813)
- (xy 92.273143 62.492376)
- (xy 92.283773 62.497583)
- (xy 92.32254 62.518895)
- (xy 92.330217 62.520866)
- (xy 92.330222 62.520868)
- (xy 92.342158 62.523932)
- (xy 92.360866 62.530337)
- (xy 92.379455 62.538381)
- (xy 92.38728 62.53962)
- (xy 92.387282 62.539621)
- (xy 92.423119 62.545297)
- (xy 92.43474 62.547704)
- (xy 92.466559 62.555873)
- (xy 92.47757 62.5587)
- (xy 92.497831 62.5587)
- (xy 92.51754 62.560251)
- (xy 92.537543 62.563419)
- (xy 92.545435 62.562673)
- (xy 92.550662 62.562179)
- (xy 92.581554 62.559259)
- (xy 92.593411 62.5587)
- (xy 94.129833 62.5587)
- (xy 94.141016 62.559227)
- (xy 94.148509 62.560902)
- (xy 94.156435 62.560653)
- (xy 94.156436 62.560653)
- (xy 94.216586 62.558762)
- (xy 94.220545 62.5587)
- (xy 94.248456 62.5587)
- (xy 94.252391 62.558203)
- (xy 94.252456 62.558195)
- (xy 94.264293 62.557262)
- (xy 94.296551 62.556248)
- (xy 94.30057 62.556122)
- (xy 94.308489 62.555873)
- (xy 94.327943 62.550221)
- (xy 94.3473 62.546213)
- (xy 94.35953 62.544668)
- (xy 94.359531 62.544668)
- (xy 94.367397 62.543674)
- (xy 94.374768 62.540755)
- (xy 94.37477 62.540755)
- (xy 94.408512 62.527396)
- (xy 94.419742 62.523551)
- (xy 94.454583 62.513429)
- (xy 94.454584 62.513429)
- (xy 94.462193 62.511218)
- (xy 94.469012 62.507185)
- (xy 94.469017 62.507183)
- (xy 94.479628 62.500907)
- (xy 94.497376 62.492212)
- (xy 94.516217 62.484752)
- (xy 94.530835 62.474132)
- (xy 94.551987 62.458764)
- (xy 94.561907 62.452248)
- (xy 94.593135 62.43378)
- (xy 94.593138 62.433778)
- (xy 94.599962 62.429742)
- (xy 94.614283 62.415421)
- (xy 94.629317 62.40258)
- (xy 94.631032 62.401334)
- (xy 94.645707 62.390672)
- (xy 94.673898 62.356595)
- (xy 94.681888 62.347816)
- (xy 96.008899 61.020805)
- (xy 96.071211 60.986779)
- (xy 96.097994 60.9839)
- (xy 97.809194 60.9839)
- (xy 97.877315 61.003902)
- (xy 97.923808 61.057558)
- (xy 97.933912 61.127832)
- (xy 97.904418 61.192412)
- (xy 97.844692 61.230796)
- (xy 97.83539 61.233147)
- (xy 97.710912 61.259606)
- (xy 97.704882 61.262291)
- (xy 97.704881 61.262291)
- (xy 97.542478 61.334597)
- (xy 97.542476 61.334598)
- (xy 97.536448 61.337282)
- (xy 97.381947 61.449534)
- (xy 97.377526 61.454444)
- (xy 97.377525 61.454445)
- (xy 97.259543 61.585478)
- (xy 97.25416 61.591456)
- (xy 97.158673 61.756844)
- (xy 97.099658 61.938472)
- (xy 97.098968 61.945033)
- (xy 97.098968 61.945035)
- (xy 97.096449 61.969006)
- (xy 97.079696 62.1284)
- (xy 97.080386 62.134965)
- (xy 97.099658 62.318328)
- (xy 97.097334 62.318572)
- (xy 97.092745 62.378697)
- (xy 97.049926 62.435328)
- (xy 96.983288 62.459821)
- (xy 96.974901 62.4601)
- (xy 95.658963 62.4601)
- (xy 95.647779 62.459573)
- (xy 95.640291 62.457899)
- (xy 95.632368 62.458148)
- (xy 95.572233 62.460038)
- (xy 95.568275 62.4601)
- (xy 95.540344 62.4601)
- (xy 95.536429 62.460595)
- (xy 95.536425 62.460595)
- (xy 95.536367 62.460603)
- (xy 95.536338 62.460606)
- (xy 95.524496 62.461539)
- (xy 95.48031 62.462927)
- (xy 95.462944 62.467972)
- (xy 95.460858 62.468578)
- (xy 95.441506 62.472586)
- (xy 95.429268 62.474132)
- (xy 95.429266 62.474133)
- (xy 95.421403 62.475126)
- (xy 95.380286 62.491406)
- (xy 95.369085 62.495241)
- (xy 95.326606 62.507582)
- (xy 95.319787 62.511615)
- (xy 95.319782 62.511617)
- (xy 95.309171 62.517893)
- (xy 95.291421 62.52659)
- (xy 95.272583 62.534048)
- (xy 95.266167 62.538709)
- (xy 95.266166 62.53871)
- (xy 95.247484 62.552284)
- (xy 95.240375 62.557449)
- (xy 95.236825 62.560028)
- (xy 95.226901 62.566547)
- (xy 95.19566 62.585022)
- (xy 95.195655 62.585026)
- (xy 95.188837 62.589058)
- (xy 95.174513 62.603382)
- (xy 95.159481 62.616221)
- (xy 95.143093 62.628128)
- (xy 95.114912 62.662193)
- (xy 95.106922 62.670973)
- (xy 92.7639 65.013995)
- (xy 92.701588 65.048021)
- (xy 92.674805 65.0509)
- (xy 87.503287 65.0509)
- (xy 87.435166 65.030898)
- (xy 87.388673 64.977242)
- (xy 87.378569 64.906968)
- (xy 87.408063 64.842388)
- (xy 87.417516 64.8326)
- (xy 87.449865 64.80254)
- (xy 87.522303 64.735226)
- (xy 87.587479 64.674661)
- (xy 87.587481 64.674658)
- (xy 87.590622 64.67174)
- (xy 87.772713 64.449268)
- (xy 87.922927 64.204142)
- (xy 87.959542 64.120731)
- (xy 88.036758 63.944828)
- (xy 88.036759 63.944826)
- (xy 88.038483 63.940898)
- (xy 88.062607 63.856212)
- (xy 88.116068 63.668534)
- (xy 88.117244 63.664406)
- (xy 88.157751 63.379784)
- (xy 88.157799 63.370772)
- (xy 88.159235 63.096583)
- (xy 88.159235 63.096576)
- (xy 88.159257 63.092297)
- (xy 88.149436 63.017695)
- (xy 88.125976 62.839505)
- (xy 88.121732 62.807266)
- (xy 88.119776 62.800114)
- (xy 88.086674 62.679115)
- (xy 88.045871 62.529964)
- (xy 88.022347 62.474813)
- (xy 87.934763 62.269476)
- (xy 87.934761 62.269472)
- (xy 87.933077 62.265524)
- (xy 87.785439 62.018839)
- (xy 87.605687 61.794472)
- (xy 87.397149 61.596577)
- (xy 87.163683 61.428814)
- (xy 87.141843 61.41725)
- (xy 87.111612 61.401244)
- (xy 86.909608 61.294288)
- (xy 86.697627 61.216714)
- (xy 86.643658 61.196964)
- (xy 86.643656 61.196963)
- (xy 86.639627 61.195489)
- (xy 86.358736 61.134245)
- (xy 86.327685 61.131801)
- (xy 86.135718 61.116693)
- (xy 86.135709 61.116693)
- (xy 86.133261 61.1165)
- (xy 85.977729 61.1165)
- (xy 85.975593 61.116646)
- (xy 85.975582 61.116646)
- (xy 85.767452 61.130835)
- (xy 85.767446 61.130836)
- (xy 85.763175 61.131127)
- (xy 85.75898 61.131996)
- (xy 85.758978 61.131996)
- (xy 85.714162 61.141277)
- (xy 85.481658 61.189426)
- (xy 85.210657 61.285393)
- (xy 84.955188 61.41725)
- (xy 84.951687 61.419711)
- (xy 84.951683 61.419713)
- (xy 84.89134 61.462123)
- (xy 84.719977 61.582559)
- (xy 84.701717 61.599527)
- (xy 84.51414 61.773835)
- (xy 84.509378 61.77826)
- (xy 84.327287 62.000732)
- (xy 84.177073 62.245858)
- (xy 84.175347 62.249791)
- (xy 84.175346 62.249792)
- (xy 84.074252 62.48009)
- (xy 84.061517 62.509102)
- (xy 84.060342 62.513229)
- (xy 84.060341 62.51323)
- (xy 84.050521 62.547704)
- (xy 83.982756 62.785594)
- (xy 83.942249 63.070216)
- (xy 83.942227 63.074505)
- (xy 83.942226 63.074512)
- (xy 83.940887 63.330222)
- (xy 83.940743 63.357703)
- (xy 83.941302 63.361947)
- (xy 83.941302 63.361951)
- (xy 83.951248 63.437495)
- (xy 83.978268 63.642734)
- (xy 83.979401 63.646874)
- (xy 83.979401 63.646876)
- (xy 83.99441 63.701739)
- (xy 84.054129 63.920036)
- (xy 84.055813 63.923984)
- (xy 84.148529 64.141351)
- (xy 84.166923 64.184476)
- (xy 84.199133 64.238295)
- (xy 84.308534 64.42109)
- (xy 84.314561 64.431161)
- (xy 84.494313 64.655528)
- (xy 84.578297 64.735226)
- (xy 84.696693 64.847579)
- (xy 84.702851 64.853423)
- (xy 84.936317 65.021186)
- (xy 84.940112 65.023195)
- (xy 84.940113 65.023196)
- (xy 84.961869 65.034715)
- (xy 85.190392 65.155712)
- (xy 85.256374 65.179858)
- (xy 85.445016 65.248891)
- (xy 85.460373 65.254511)
- (xy 85.741264 65.315755)
- (xy 85.769841 65.318004)
- (xy 85.964282 65.333307)
- (xy 85.964291 65.333307)
- (xy 85.966739 65.3335)
- (xy 86.122271 65.3335)
- (xy 86.124407 65.333354)
- (xy 86.124418 65.333354)
- (xy 86.332548 65.319165)
- (xy 86.332554 65.319164)
- (xy 86.336825 65.318873)
- (xy 86.34102 65.318004)
- (xy 86.341022 65.318004)
- (xy 86.500071 65.285067)
- (xy 86.570833 65.29084)
- (xy 86.62724 65.333952)
- (xy 86.651385 65.400717)
- (xy 86.6356 65.469937)
- (xy 86.614718 65.497543)
- (xy 86.408619 65.703642)
- (xy 85.802864 66.309396)
- (xy 85.740552 66.343421)
- (xy 85.713769 66.3463)
- (xy 80.698367 66.3463)
- (xy 80.687184 66.345773)
- (xy 80.679691 66.344098)
- (xy 80.671765 66.344347)
- (xy 80.671764 66.344347)
- (xy 80.611614 66.346238)
- (xy 80.607655 66.3463)
- (xy 80.579744 66.3463)
- (xy 80.57581 66.346797)
- (xy 80.575809 66.346797)
- (xy 80.575744 66.346805)
- (xy 80.563907 66.347738)
- (xy 80.53209 66.348738)
- (xy 80.527629 66.348878)
- (xy 80.51971 66.349127)
- (xy 80.502054 66.354256)
- (xy 80.500258 66.354778)
- (xy 80.480906 66.358786)
- (xy 80.473835 66.35968)
- (xy 80.460803 66.361326)
- (xy 80.453434 66.364243)
- (xy 80.453432 66.364244)
- (xy 80.419697 66.3776)
- (xy 80.408469 66.381445)
- (xy 80.366007 66.393782)
- (xy 80.359185 66.397816)
- (xy 80.359179 66.397819)
- (xy 80.348568 66.404094)
- (xy 80.330818 66.41279)
- (xy 80.319356 66.417328)
- (xy 80.319351 66.417331)
- (xy 80.311983 66.420248)
- (xy 80.29457 66.432899)
- (xy 80.276225 66.446227)
- (xy 80.266307 66.452743)
- (xy 80.247619 66.463795)
- (xy 80.228237 66.475258)
- (xy 80.213913 66.489582)
- (xy 80.198881 66.502421)
- (xy 80.182493 66.514328)
- (xy 80.154312 66.548393)
- (xy 80.146322 66.557173)
- (xy 79.219813 67.483682)
- (xy 79.211527 67.491222)
- (xy 79.205048 67.495334)
- (xy 79.199623 67.501111)
- (xy 79.158423 67.544985)
- (xy 79.155668 67.547827)
- (xy 79.135931 67.567564)
- (xy 79.133451 67.570761)
- (xy 79.125748 67.579781)
- (xy 79.09548 67.612013)
- (xy 79.091661 67.618959)
- (xy 79.091659 67.618962)
- (xy 79.085718 67.629768)
- (xy 79.074867 67.646287)
- (xy 79.062452 67.662293)
- (xy 79.059307 67.669562)
- (xy 79.059304 67.669566)
- (xy 79.044892 67.702871)
- (xy 79.039675 67.713521)
- (xy 79.018371 67.752274)
- (xy 79.0164 67.759949)
- (xy 79.0164 67.75995)
- (xy 79.013333 67.771896)
- (xy 79.006929 67.7906)
- (xy 78.998885 67.809189)
- (xy 78.997646 67.817012)
- (xy 78.997643 67.817022)
- (xy 78.991967 67.852858)
- (xy 78.989561 67.864478)
- (xy 78.981568 67.895612)
- (xy 78.978566 67.907304)
- (xy 78.978566 67.927558)
- (xy 78.977015 67.947268)
- (xy 78.973846 67.967277)
- (xy 78.974592 67.975169)
- (xy 78.978007 68.011295)
- (xy 78.978566 68.023153)
- (xy 78.978566 68.317136)
- (xy 78.958564 68.385257)
- (xy 78.91887 68.424279)
- (xy 78.908035 68.430984)
- (xy 78.908033 68.430986)
- (xy 78.907924 68.430809)
- (xy 78.845578 68.456042)
- (xy 78.775814 68.442868)
- (xy 78.759329 68.432293)
- (xy 78.757203 68.430171)
- (xy 78.75098 68.426335)
- (xy 78.750976 68.426332)
- (xy 78.61535 68.342731)
- (xy 78.615348 68.34273)
- (xy 78.60912 68.338891)
- (xy 78.444009 68.284126)
- (xy 78.437173 68.283426)
- (xy 78.43717 68.283425)
- (xy 78.376487 68.277208)
- (xy 78.341272 68.2736)
- (xy 77.767128 68.2736)
- (xy 77.763882 68.273937)
- (xy 77.763878 68.273937)
- (xy 77.669965 68.283681)
- (xy 77.669961 68.283682)
- (xy 77.663107 68.284393)
- (xy 77.656571 68.286574)
- (xy 77.656569 68.286574)
- (xy 77.597042 68.306434)
- (xy 77.498093 68.339446)
- (xy 77.350169 68.430984)
- (xy 77.344996 68.436166)
- (xy 77.291001 68.490255)
- (xy 77.228718 68.524334)
- (xy 77.157898 68.519331)
- (xy 77.127768 68.503174)
- (xy 77.107023 68.488102)
- (xy 77.088552 68.474682)
- (xy 77.082524 68.471998)
- (xy 77.082522 68.471997)
- (xy 76.920119 68.399691)
- (xy 76.920118 68.399691)
- (xy 76.914088 68.397006)
- (xy 76.793961 68.371472)
- (xy 76.733744 68.358672)
- (xy 76.733739 68.358672)
- (xy 76.727287 68.3573)
- (xy 76.536313 68.3573)
- (xy 76.529861 68.358672)
- (xy 76.529856 68.358672)
- (xy 76.469639 68.371472)
- (xy 76.349512 68.397006)
- (xy 76.343482 68.399691)
- (xy 76.343481 68.399691)
- (xy 76.181078 68.471997)
- (xy 76.181076 68.471998)
- (xy 76.175048 68.474682)
- (xy 76.169707 68.478562)
- (xy 76.169706 68.478563)
- (xy 76.136885 68.502409)
- (xy 76.020547 68.586934)
- (xy 76.016126 68.591844)
- (xy 76.016125 68.591845)
- (xy 75.904481 68.715839)
- (xy 75.89276 68.728856)
- (xy 75.797273 68.894244)
- (xy 75.738258 69.075872)
- (xy 75.718296 69.2658)
- (xy 75.738258 69.455728)
- (xy 75.797273 69.637356)
- (xy 75.89276 69.802744)
- (xy 75.897178 69.807651)
- (xy 75.897179 69.807652)
- (xy 76.016125 69.939755)
- (xy 76.020547 69.944666)
- (xy 76.175048 70.056918)
- (xy 76.181076 70.059602)
- (xy 76.181078 70.059603)
- (xy 76.343481 70.131909)
- (xy 76.349512 70.134594)
- (xy 76.442913 70.154447)
- (xy 76.529856 70.172928)
- (xy 76.529861 70.172928)
- (xy 76.536313 70.1743)
- (xy 76.727287 70.1743)
- (xy 76.733739 70.172928)
- (xy 76.733744 70.172928)
- (xy 76.820687 70.154447)
- (xy 76.914088 70.134594)
- (xy 76.920119 70.131909)
- (xy 77.082522 70.059603)
- (xy 77.082524 70.059602)
- (xy 77.088552 70.056918)
- (xy 77.123364 70.031626)
- (xy 77.19023 70.007767)
- (xy 77.259382 70.023846)
- (xy 77.286443 70.044388)
- (xy 77.334986 70.092847)
- (xy 77.369065 70.15513)
- (xy 77.364062 70.22595)
- (xy 77.335141 70.271037)
- (xy 77.232446 70.373912)
- (xy 77.232442 70.373917)
- (xy 77.227271 70.379097)
- (xy 77.135991 70.52718)
- (xy 77.081226 70.692291)
- (xy 77.0707 70.795028)
- (xy 77.0707 71.130006)
- (xy 77.050698 71.198127)
- (xy 77.033795 71.219101)
- (xy 74.791747 73.461148)
- (xy 74.783461 73.468688)
- (xy 74.776982 73.4728)
- (xy 74.771557 73.478577)
- (xy 74.730357 73.522451)
- (xy 74.727602 73.525293)
- (xy 74.707865 73.54503)
- (xy 74.705385 73.548227)
- (xy 74.697682 73.557247)
- (xy 74.667414 73.589479)
- (xy 74.663595 73.596425)
- (xy 74.663593 73.596428)
- (xy 74.657652 73.607234)
- (xy 74.646801 73.623753)
- (xy 74.634386 73.639759)
- (xy 74.631241 73.647028)
- (xy 74.631238 73.647032)
- (xy 74.616826 73.680337)
- (xy 74.611609 73.690987)
- (xy 74.590305 73.72974)
- (xy 74.588334 73.737415)
- (xy 74.588334 73.737416)
- (xy 74.585267 73.749362)
- (xy 74.578863 73.768066)
- (xy 74.570819 73.786655)
- (xy 74.56958 73.794478)
- (xy 74.569577 73.794488)
- (xy 74.563901 73.830324)
- (xy 74.561495 73.841944)
- (xy 74.5505 73.88477)
- (xy 74.5505 73.905024)
- (xy 74.548949 73.924734)
- (xy 74.54578 73.944743)
- (xy 74.546526 73.952635)
- (xy 74.549941 73.988761)
- (xy 74.5505 74.000619)
- (xy 74.5505 77.224676)
- (xy 74.530498 77.292797)
- (xy 74.518142 77.308979)
- (xy 74.44496 77.390256)
- (xy 74.349473 77.555644)
- (xy 74.290458 77.737272)
- (xy 74.270496 77.9272)
- (xy 74.271186 77.933765)
- (xy 74.287909 78.092872)
- (xy 74.290458 78.117128)
- (xy 74.349473 78.298756)
- (xy 74.44496 78.464144)
- (xy 74.572747 78.606066)
- (xy 74.616879 78.63813)
- (xy 74.70174 78.699785)
- (xy 74.727248 78.718318)
- (xy 74.733276 78.721002)
- (xy 74.733278 78.721003)
- (xy 74.809644 78.755003)
- (xy 74.901712 78.795994)
- (xy 74.995112 78.815847)
- (xy 75.082056 78.834328)
- (xy 75.082061 78.834328)
- (xy 75.088513 78.8357)
- (xy 75.279487 78.8357)
- (xy 75.285939 78.834328)
- (xy 75.285944 78.834328)
- (xy 75.372888 78.815847)
- (xy 75.466288 78.795994)
- (xy 75.558356 78.755003)
- (xy 75.634722 78.721003)
- (xy 75.634724 78.721002)
- (xy 75.640752 78.718318)
- (xy 75.666261 78.699785)
- (xy 75.718283 78.661988)
- (xy 75.78515 78.63813)
- (xy 75.854302 78.65421)
- (xy 75.900797 78.699785)
- (xy 75.968509 78.81428)
- (xy 75.968511 78.814283)
- (xy 75.972547 78.821107)
- (xy 76.090193 78.938753)
- (xy 76.094002 78.941006)
- (xy 76.134655 78.997296)
- (xy 76.138506 79.068188)
- (xy 76.103418 79.129909)
- (xy 76.095724 79.136576)
- (xy 76.090193 79.139847)
- (xy 75.972547 79.257493)
- (xy 75.968511 79.264317)
- (xy 75.968509 79.26432)
- (xy 75.896247 79.386509)
- (xy 75.844355 79.434962)
- (xy 75.774504 79.447667)
- (xy 75.713733 79.424306)
- (xy 75.646094 79.375163)
- (xy 75.646093 79.375162)
- (xy 75.640752 79.371282)
- (xy 75.634724 79.368598)
- (xy 75.634722 79.368597)
- (xy 75.472319 79.296291)
- (xy 75.472318 79.296291)
- (xy 75.466288 79.293606)
- (xy 75.372888 79.273753)
- (xy 75.285944 79.255272)
- (xy 75.285939 79.255272)
- (xy 75.279487 79.2539)
- (xy 75.088513 79.2539)
- (xy 75.082061 79.255272)
- (xy 75.082056 79.255272)
- (xy 74.995112 79.273753)
- (xy 74.901712 79.293606)
- (xy 74.895682 79.296291)
- (xy 74.895681 79.296291)
- (xy 74.733278 79.368597)
- (xy 74.733276 79.368598)
- (xy 74.727248 79.371282)
- (xy 74.572747 79.483534)
- (xy 74.44496 79.625456)
- (xy 74.349473 79.790844)
- (xy 74.290458 79.972472)
- (xy 74.270496 80.1624)
- (xy 74.290458 80.352328)
- (xy 74.349473 80.533956)
- (xy 74.44496 80.699344)
- (xy 74.449378 80.704251)
- (xy 74.449379 80.704252)
- (xy 74.529406 80.793131)
- (xy 74.572747 80.841266)
- (xy 74.727248 80.953518)
- (xy 74.733276 80.956202)
- (xy 74.733278 80.956203)
- (xy 74.865453 81.015051)
- (xy 74.901712 81.031194)
- (xy 74.908165 81.032566)
- (xy 74.914451 81.034608)
- (xy 74.913733 81.036819)
- (xy 74.96683 81.065493)
- (xy 75.001144 81.127647)
- (xy 75.003886 81.156823)
- (xy 75.00298 81.162543)
- (xy 75.003726 81.170435)
- (xy 75.003726 81.170437)
- (xy 75.007141 81.206561)
- (xy 75.0077 81.218419)
- (xy 75.0077 84.082676)
- (xy 74.987698 84.150797)
- (xy 74.975342 84.166979)
- (xy 74.90216 84.248256)
- (xy 74.806673 84.413644)
- (xy 74.747658 84.595272)
- (xy 74.746968 84.601833)
- (xy 74.746968 84.601835)
- (xy 74.735574 84.710241)
- (xy 74.727696 84.7852)
- (xy 74.747658 84.975128)
- (xy 74.806673 85.156756)
- (xy 74.90216 85.322144)
- (xy 74.906578 85.327051)
- (xy 74.906579 85.327052)
- (xy 74.98372 85.412726)
- (xy 75.029947 85.464066)
- (xy 75.184448 85.576318)
- (xy 75.190476 85.579002)
- (xy 75.190478 85.579003)
- (xy 75.352879 85.651308)
- (xy 75.358912 85.653994)
- (xy 75.452312 85.673847)
- (xy 75.539256 85.692328)
- (xy 75.539261 85.692328)
- (xy 75.545713 85.6937)
- (xy 75.736687 85.6937)
- (xy 75.743139 85.692328)
- (xy 75.743144 85.692328)
- (xy 75.830088 85.673847)
- (xy 75.923488 85.653994)
- (xy 75.929515 85.651311)
- (xy 75.929523 85.651308)
- (xy 76.063398 85.591703)
- (xy 76.133765 85.582269)
- (xy 76.177647 85.597692)
- (xy 76.178285 85.59806)
- (xy 76.183622 85.601938)
- (xy 76.189648 85.604621)
- (xy 76.294512 85.651309)
- (xy 76.358086 85.679614)
- (xy 76.451486 85.699467)
- (xy 76.53843 85.717948)
- (xy 76.538435 85.717948)
- (xy 76.544887 85.71932)
- (xy 76.735861 85.71932)
- (xy 76.742313 85.717948)
- (xy 76.742318 85.717948)
- (xy 76.89572 85.685341)
- (xy 76.966511 85.690743)
- (xy 77.023144 85.73356)
- (xy 77.047637 85.800198)
- (xy 77.032216 85.869499)
- (xy 77.011012 85.897683)
- (xy 76.8889 86.019795)
- (xy 76.826588 86.053821)
- (xy 76.799805 86.0567)
- (xy 73.441195 86.0567)
- (xy 73.373074 86.036698)
- (xy 73.3521 86.019795)
- (xy 72.128852 84.796547)
- (xy 72.121312 84.788261)
- (xy 72.1172 84.781782)
- (xy 72.067548 84.735156)
- (xy 72.064707 84.732402)
- (xy 72.04497 84.712665)
- (xy 72.041773 84.710185)
- (xy 72.032751 84.70248)
- (xy 72.000521 84.672214)
- (xy 71.993575 84.668395)
- (xy 71.993572 84.668393)
- (xy 71.982766 84.662452)
- (xy 71.966247 84.651601)
- (xy 71.965783 84.651241)
- (xy 71.950241 84.639186)
- (xy 71.942972 84.636041)
- (xy 71.942968 84.636038)
- (xy 71.909663 84.621626)
- (xy 71.899013 84.616409)
- (xy 71.86026 84.595105)
- (xy 71.840637 84.590067)
- (xy 71.821934 84.583663)
- (xy 71.81062 84.578767)
- (xy 71.810619 84.578767)
- (xy 71.803345 84.575619)
- (xy 71.795522 84.57438)
- (xy 71.795512 84.574377)
- (xy 71.759676 84.568701)
- (xy 71.748056 84.566295)
- (xy 71.712911 84.557272)
- (xy 71.71291 84.557272)
- (xy 71.70523 84.5553)
- (xy 71.684976 84.5553)
- (xy 71.665265 84.553749)
- (xy 71.653086 84.55182)
- (xy 71.645257 84.55058)
- (xy 71.637365 84.551326)
- (xy 71.601239 84.554741)
- (xy 71.589381 84.5553)
- (xy 71.553875 84.5553)
- (xy 71.485754 84.535298)
- (xy 71.453049 84.504865)
- (xy 71.440295 84.487847)
- (xy 71.374861 84.400539)
- (xy 71.258305 84.313185)
- (xy 71.121916 84.262055)
- (xy 71.059734 84.2553)
- (xy 70.113466 84.2553)
- (xy 70.051284 84.262055)
- (xy 70.043888 84.264827)
- (xy 70.043882 84.264829)
- (xy 69.996924 84.282433)
- (xy 69.926117 84.287616)
- (xy 69.863748 84.253695)
- (xy 69.829619 84.191439)
- (xy 69.82726 84.15253)
- (xy 69.827425 84.150797)
- (xy 70.039808 81.915996)
- (xy 70.041043 81.906699)
- (xy 70.04744 81.869273)
- (xy 70.62311 78.500935)
- (xy 70.626615 78.485981)
- (xy 70.627432 78.483258)
- (xy 71.619971 75.172549)
- (xy 71.62454 75.159832)
- (xy 72.956498 71.996781)
- (xy 72.959924 71.989332)
- (xy 74.543551 68.822078)
- (xy 74.549559 68.811397)
- (xy 76.368618 65.91707)
- (xy 76.379676 65.902068)
- (xy 76.512657 65.747105)
- (xy 76.795979 65.416949)
- (xy 76.824012 65.392665)
- (xy 76.825479 65.391733)
- (xy 77.620907 64.886191)
- (xy 77.643202 64.874952)
- (xy 78.367384 64.596003)
- (xy 78.572689 64.516921)
- (xy 78.617979 64.5085)
- (xy 79.633279 64.5085)
- (xy 79.653884 64.510196)
- (xy 80.09555 64.583409)
- (xy 80.096613 64.58359)
- (xy 80.176566 64.597547)
- (xy 80.207172 64.594116)
- (xy 80.223974 64.593363)
- (xy 80.235783 64.593623)
- (xy 80.25386 64.594021)
- (xy 80.262531 64.591691)
- (xy 80.262534 64.591691)
- (xy 80.286035 64.585377)
- (xy 80.28692 64.585174)
- (xy 80.287787 64.585077)
- (xy 80.290146 64.584434)
- (xy 80.290159 64.584431)
- (xy 80.331089 64.573274)
- (xy 80.331532 64.573154)
- (xy 80.346797 64.569053)
- (xy 80.394529 64.556229)
- (xy 80.395152 64.55585)
- (xy 80.395672 64.555668)
- (xy 81.035536 64.381246)
- (xy 81.192653 64.338417)
- (xy 81.212808 64.335098)
- (xy 81.216694 64.3343)
- (xy 81.225657 64.33376)
- (xy 81.258633 64.321921)
- (xy 81.271222 64.317402)
- (xy 81.280654 64.314429)
- (xy 81.287083 64.312676)
- (xy 81.287087 64.312675)
- (xy 81.291411 64.311496)
- (xy 81.305952 64.305205)
- (xy 81.313388 64.302265)
- (xy 81.330993 64.295944)
- (xy 81.339972 64.291048)
- (xy 81.350247 64.286038)
- (xy 81.383 64.271866)
- (xy 81.383001 64.271866)
- (xy 81.391239 64.268301)
- (xy 81.400081 64.260961)
- (xy 81.420242 64.247287)
- (xy 82.286675 63.774919)
- (xy 82.289919 63.773211)
- (xy 82.306914 63.764577)
- (xy 82.347855 63.743778)
- (xy 82.374779 63.718467)
- (xy 82.385695 63.709311)
- (xy 82.403041 63.696358)
- (xy 82.415168 63.687303)
- (xy 82.420563 63.680131)
- (xy 82.420565 63.680129)
- (xy 82.456501 63.632355)
- (xy 82.457794 63.630667)
- (xy 83.006518 62.92626)
- (xy 83.022982 62.909047)
- (xy 83.02378 62.908141)
- (xy 83.030605 62.90232)
- (xy 83.03552 62.89482)
- (xy 83.035525 62.894814)
- (xy 83.056592 62.862664)
- (xy 83.062582 62.85429)
- (xy 83.065982 62.849925)
- (xy 83.068739 62.846386)
- (xy 83.077008 62.831929)
- (xy 83.080992 62.825429)
- (xy 83.089277 62.812787)
- (xy 83.08928 62.812781)
- (xy 83.091948 62.80871)
- (xy 83.095845 62.800114)
- (xy 83.10123 62.789581)
- (xy 83.118286 62.759762)
- (xy 83.118287 62.759759)
- (xy 83.122744 62.751967)
- (xy 83.124835 62.743236)
- (xy 83.124837 62.743231)
- (xy 83.125621 62.739957)
- (xy 83.133396 62.717281)
- (xy 83.40333 62.121835)
- (xy 83.527021 61.848987)
- (xy 83.527713 61.847489)
- (xy 83.552604 61.794472)
- (xy 83.558131 61.7827)
- (xy 83.563035 61.751204)
- (xy 83.566558 61.735371)
- (xy 83.575471 61.704764)
- (xy 83.57535 61.59597)
- (xy 83.57535 59.923613)
- (xy 83.578174 59.897085)
- (xy 83.647978 59.572968)
- (xy 83.799571 58.869091)
- (xy 83.812119 58.835309)
- (xy 83.818229 58.824103)
- (xy 84.231415 58.066217)
- (xy 84.252946 58.037434)
- (xy 84.988326 57.302051)
- (xy 85.008463 57.285691)
- (xy 85.187149 57.168845)
- (xy 87.132752 55.89658)
- (xy 87.140487 55.89191)
- (xy 87.181204 55.869275)
- (xy 89.953936 54.327885)
- (xy 100.282 54.327885)
- (xy 100.286475 54.343124)
- (xy 100.287865 54.344329)
- (xy 100.295548 54.346)
- (xy 101.017885 54.346)
- (xy 101.033124 54.341525)
- (xy 101.034329 54.340135)
- (xy 101.036 54.332452)
- (xy 101.036 53.092076)
- (xy 101.032027 53.078545)
- (xy 101.024232 53.077425)
- (xy 100.916479 53.109138)
- (xy 100.905111 53.113731)
- (xy 100.740846 53.199607)
- (xy 100.730585 53.206321)
- (xy 100.586127 53.322468)
- (xy 100.577368 53.331046)
- (xy 100.458222 53.473039)
- (xy 100.451292 53.483159)
- (xy 100.361998 53.645585)
- (xy 100.357166 53.656858)
- (xy 100.30112 53.833538)
- (xy 100.29857 53.845532)
- (xy 100.282393 53.989761)
- (xy 100.282 53.996785)
- (xy 100.282 54.327885)
- (xy 89.953936 54.327885)
- (xy 90.130927 54.229494)
- (xy 90.144328 54.223048)
- (xy 93.387316 52.892806)
- (xy 93.396183 52.889552)
- (xy 96.282522 51.951342)
- (xy 96.69153 51.818393)
- (xy 96.705272 51.815499)
- (xy 96.70525 51.815411)
- (xy 96.713966 51.81325)
- (xy 96.722894 51.812346)
- (xy 96.731208 51.808973)
- (xy 96.731214 51.808972)
- (xy 96.770212 51.793153)
- (xy 96.778618 51.790086)
- (xy 96.786897 51.787395)
- (xy 96.786905 51.787392)
- (xy 96.791168 51.786006)
- (xy 96.795195 51.784028)
- (xy 96.795198 51.784027)
- (xy 96.799367 51.781979)
- (xy 96.802984 51.780203)
- (xy 96.811165 51.77654)
- (xy 96.849548 51.760971)
- (xy 96.849552 51.760969)
- (xy 96.857869 51.757595)
- (xy 96.864908 51.752021)
- (xy 96.87266 51.747503)
- (xy 96.872716 51.747599)
- (xy 96.873394 51.747171)
- (xy 96.873327 51.747073)
- (xy 96.880741 51.742014)
- (xy 96.888801 51.738056)
- (xy 96.895425 51.731996)
- (xy 96.895427 51.731994)
- (xy 96.92581 51.704194)
- (xy 96.932617 51.698396)
- (xy 96.972054 51.667163)
- (xy 96.977246 51.659836)
- (xy 96.983421 51.653322)
- (xy 96.983504 51.653401)
- (xy 96.984032 51.652804)
- (xy 96.983943 51.652731)
- (xy 96.989641 51.645792)
- (xy 96.996265 51.639732)
- (xy 97.022342 51.596746)
- (xy 97.027263 51.58925)
- (xy 97.033943 51.579823)
- (xy 97.033944 51.579822)
- (xy 97.036761 51.575846)
- (xy 97.038936 51.571479)
- (xy 97.04239 51.564543)
- (xy 97.047452 51.555356)
- (xy 97.067156 51.522876)
- (xy 97.067156 51.522875)
- (xy 97.071813 51.515199)
- (xy 97.074138 51.506489)
- (xy 97.083085 51.482817)
- (xy 97.198962 51.25011)
- (xy 97.209856 51.232158)
- (xy 97.305934 51.100076)
- (xy 97.365845 51.017713)
- (xy 97.548465 50.766657)
- (xy 100.282 50.766657)
- (xy 100.282301 50.772805)
- (xy 100.295812 50.910603)
- (xy 100.298195 50.922638)
- (xy 100.351767 51.100076)
- (xy 100.356441 51.111416)
- (xy 100.44346 51.275077)
- (xy 100.450249 51.285294)
- (xy 100.567397 51.428933)
- (xy 100.576041 51.437637)
- (xy 100.718856 51.555784)
- (xy 100.729027 51.562644)
- (xy 100.892076 51.650804)
- (xy 100.903381 51.655556)
- (xy 101.018692 51.69125)
- (xy 101.032795 51.691456)
- (xy 101.036 51.684701)
- (xy 101.036 51.677924)
- (xy 101.544 51.677924)
- (xy 101.547973 51.691455)
- (xy 101.555768 51.692575)
- (xy 101.663521 51.660862)
- (xy 101.674889 51.656269)
- (xy 101.839154 51.570393)
- (xy 101.849415 51.563679)
- (xy 101.993873 51.447532)
- (xy 102.002632 51.438954)
- (xy 102.121778 51.296961)
- (xy 102.128708 51.286841)
- (xy 102.218002 51.124415)
- (xy 102.222834 51.113142)
+ (xy 108.4555 53.2365)
+ (xy 108.387379 53.216498)
+ (xy 108.340886 53.162842)
+ (xy 108.3295 53.1105)
+ (xy 108.3295 52.910763)
+ (xy 108.330027 52.899579)
+ (xy 108.331701 52.892091)
+ (xy 108.329562 52.824032)
+ (xy 108.3295 52.820075)
+ (xy 108.3295 52.792144)
+ (xy 108.328994 52.788138)
+ (xy 108.328061 52.776292)
+ (xy 108.326922 52.740037)
+ (xy 108.326673 52.73211)
+ (xy 108.321022 52.712658)
+ (xy 108.317014 52.693306)
+ (xy 108.315468 52.681068)
+ (xy 108.315467 52.681066)
+ (xy 108.314474 52.673203)
+ (xy 108.298194 52.632086)
+ (xy 108.294359 52.620885)
+ (xy 108.282018 52.578406)
+ (xy 108.277985 52.571587)
+ (xy 108.277983 52.571582)
+ (xy 108.271707 52.560971)
+ (xy 108.26301 52.543221)
+ (xy 108.255552 52.524383)
+ (xy 108.229571 52.488623)
+ (xy 108.223053 52.478701)
+ (xy 108.204578 52.44746)
+ (xy 108.204574 52.447455)
+ (xy 108.200542 52.440637)
+ (xy 108.186218 52.426313)
+ (xy 108.173376 52.411278)
+ (xy 108.161472 52.394893)
+ (xy 108.127406 52.366711)
+ (xy 108.118627 52.358722)
+ (xy 107.793252 52.033347)
+ (xy 107.785712 52.025061)
+ (xy 107.7816 52.018582)
+ (xy 107.731948 51.971956)
+ (xy 107.729107 51.969202)
+ (xy 107.70937 51.949465)
+ (xy 107.706173 51.946985)
+ (xy 107.697151 51.93928)
+ (xy 107.664921 51.909014)
+ (xy 107.657975 51.905195)
+ (xy 107.657972 51.905193)
+ (xy 107.647166 51.899252)
+ (xy 107.630647 51.888401)
+ (xy 107.630183 51.888041)
+ (xy 107.614641 51.875986)
+ (xy 107.607372 51.872841)
+ (xy 107.607368 51.872838)
+ (xy 107.574063 51.858426)
+ (xy 107.563413 51.853209)
+ (xy 107.52466 51.831905)
+ (xy 107.505037 51.826867)
+ (xy 107.486334 51.820463)
+ (xy 107.47502 51.815567)
+ (xy 107.475019 51.815567)
+ (xy 107.467745 51.812419)
+ (xy 107.459922 51.81118)
+ (xy 107.459912 51.811177)
+ (xy 107.424076 51.805501)
+ (xy 107.412456 51.803095)
+ (xy 107.377311 51.794072)
+ (xy 107.37731 51.794072)
+ (xy 107.36963 51.7921)
+ (xy 107.349376 51.7921)
+ (xy 107.329665 51.790549)
+ (xy 107.317486 51.78862)
+ (xy 107.309657 51.78738)
+ (xy 107.301765 51.788126)
+ (xy 107.265639 51.791541)
+ (xy 107.253781 51.7921)
+ (xy 103.844995 51.7921)
+ (xy 103.776874 51.772098)
+ (xy 103.7559 51.755195)
+ (xy 103.526052 51.525347)
+ (xy 103.518512 51.517061)
+ (xy 103.5144 51.510582)
+ (xy 103.464748 51.463956)
+ (xy 103.461907 51.461202)
+ (xy 103.44217 51.441465)
+ (xy 103.438973 51.438985)
+ (xy 103.429951 51.43128)
+ (xy 103.4035 51.406441)
+ (xy 103.397721 51.401014)
+ (xy 103.390775 51.397195)
+ (xy 103.390772 51.397193)
+ (xy 103.379966 51.391252)
+ (xy 103.363447 51.380401)
+ (xy 103.362983 51.380041)
+ (xy 103.347441 51.367986)
+ (xy 103.340172 51.364841)
+ (xy 103.340168 51.364838)
+ (xy 103.306863 51.350426)
+ (xy 103.296213 51.345209)
+ (xy 103.25746 51.323905)
+ (xy 103.237837 51.318867)
+ (xy 103.219134 51.312463)
+ (xy 103.20782 51.307567)
+ (xy 103.207819 51.307567)
+ (xy 103.200545 51.304419)
+ (xy 103.192722 51.30318)
+ (xy 103.192712 51.303177)
+ (xy 103.156876 51.297501)
+ (xy 103.145256 51.295095)
+ (xy 103.110111 51.286072)
+ (xy 103.11011 51.286072)
+ (xy 103.10243 51.2841)
+ (xy 103.082176 51.2841)
+ (xy 103.062465 51.282549)
+ (xy 103.050286 51.28062)
+ (xy 103.042457 51.27938)
+ (xy 103.034565 51.280126)
+ (xy 102.998439 51.283541)
+ (xy 102.986581 51.2841)
+ (xy 102.34065 51.2841)
+ (xy 102.272529 51.264098)
+ (xy 102.226036 51.210442)
+ (xy 102.215932 51.140168)
+ (xy 102.221801 51.119278)
+ (xy 102.220971 51.119015)
(xy 102.27888 50.936462)
(xy 102.28143 50.924468)
(xy 102.297607 50.780239)
@@ -11684,22 +9528,25 @@
(xy 102.293525 50.676876)
(xy 102.292135 50.675671)
(xy 102.284452 50.674)
- (xy 101.562115 50.674)
- (xy 101.546876 50.678475)
- (xy 101.545671 50.679865)
- (xy 101.544 50.687548)
- (xy 101.544 51.677924)
- (xy 101.036 51.677924)
- (xy 101.036 50.692115)
- (xy 101.031525 50.676876)
- (xy 101.030135 50.675671)
- (xy 101.022452 50.674)
(xy 100.300115 50.674)
(xy 100.284876 50.678475)
(xy 100.283671 50.679865)
(xy 100.282 50.687548)
(xy 100.282 50.766657)
- (xy 97.548465 50.766657)
+ (xy 100.282301 50.772805)
+ (xy 100.295812 50.910603)
+ (xy 100.298195 50.922638)
+ (xy 100.351768 51.100077)
+ (xy 100.355893 51.110086)
+ (xy 100.363359 51.180689)
+ (xy 100.331468 51.24412)
+ (xy 100.270347 51.280241)
+ (xy 100.2394 51.2841)
+ (xy 97.419535 51.2841)
+ (xy 97.351414 51.264098)
+ (xy 97.304921 51.210442)
+ (xy 97.294817 51.140168)
+ (xy 97.317641 51.083981)
(xy 97.804965 50.414035)
(xy 97.828167 50.389749)
(xy 98.231524 50.067195)
@@ -11748,82 +9595,10 @@
(filled_polygon
(layer "F.Cu")
(pts
- (xy 71.612074 86.960578)
- (xy 72.2305 87.579004)
- (xy 72.264526 87.641316)
- (xy 72.259461 87.712131)
- (xy 72.230501 87.757194)
- (xy 72.189698 87.797997)
- (xy 72.148895 87.838801)
- (xy 72.086584 87.872825)
- (xy 72.015768 87.867761)
- (xy 71.970705 87.8388)
- (xy 71.928452 87.796547)
- (xy 71.920912 87.788261)
- (xy 71.9168 87.781782)
- (xy 71.867148 87.735156)
- (xy 71.864307 87.732402)
- (xy 71.84457 87.712665)
- (xy 71.841373 87.710185)
- (xy 71.832351 87.70248)
- (xy 71.8059 87.677641)
- (xy 71.800121 87.672214)
- (xy 71.793175 87.668395)
- (xy 71.793172 87.668393)
- (xy 71.782366 87.662452)
- (xy 71.765847 87.651601)
- (xy 71.765383 87.651241)
- (xy 71.749841 87.639186)
- (xy 71.742572 87.636041)
- (xy 71.742568 87.636038)
- (xy 71.709263 87.621626)
- (xy 71.698613 87.616409)
- (xy 71.65986 87.595105)
- (xy 71.640237 87.590067)
- (xy 71.621534 87.583663)
- (xy 71.61022 87.578767)
- (xy 71.610219 87.578767)
- (xy 71.602945 87.575619)
- (xy 71.595116 87.574379)
- (xy 71.595113 87.574378)
- (xy 71.586151 87.572958)
- (xy 71.521999 87.542544)
- (xy 71.484474 87.482274)
- (xy 71.480051 87.446013)
- (xy 71.473516 87.4428)
- (xy 71.188924 87.4428)
- (xy 71.120803 87.422798)
- (xy 71.114863 87.418736)
- (xy 71.061263 87.379793)
- (xy 71.061262 87.379792)
- (xy 71.055921 87.375912)
- (xy 71.049893 87.373228)
- (xy 71.049891 87.373227)
- (xy 70.894195 87.303907)
- (xy 70.840099 87.257927)
- (xy 70.81945 87.19)
- (xy 70.838802 87.121691)
- (xy 70.894195 87.073693)
- (xy 70.903319 87.069631)
- (xy 70.94402 87.05151)
- (xy 71.049891 87.004373)
- (xy 71.049893 87.004372)
- (xy 71.055921 87.001688)
- (xy 71.09341 86.974451)
- (xy 71.114863 86.958864)
- (xy 71.181731 86.935006)
- (xy 71.188924 86.9348)
- (xy 71.466969 86.9348)
- (xy 71.487481 86.928777)
- (xy 71.558477 86.928777)
- )
- )
- (filled_polygon
- (layer "F.Cu")
- (pts
- (xy 86.232338 69.434245)
- (xy 86.27352 69.492078)
- (xy 86.28045 69.533288)
+ (xy 86.190294 68.737819)
+ (xy 86.24991 68.776373)
+ (xy 86.279218 68.841038)
+ (xy 86.28045 68.858613)
(xy 86.28045 87.369426)
(xy 86.260448 87.437547)
(xy 86.206792 87.48404)
@@ -11878,7 +9653,6 @@
(xy 82.2691 84.355967)
(xy 82.269627 84.344784)
(xy 82.271302 84.337291)
- (xy 82.269741 84.287616)
(xy 82.269162 84.269214)
(xy 82.2691 84.265255)
(xy 82.2691 84.237344)
@@ -11890,10 +9664,10 @@
(xy 82.256614 84.138506)
(xy 82.255067 84.126263)
(xy 82.254074 84.118403)
- (xy 82.251156 84.111032)
+ (xy 82.244401 84.093971)
(xy 82.2378 84.077297)
(xy 82.233955 84.06607)
- (xy 82.233321 84.063887)
+ (xy 82.225393 84.036602)
(xy 82.221618 84.023607)
(xy 82.212104 84.007519)
(xy 82.211307 84.006172)
@@ -11991,104 +9765,1279 @@
(xy 81.410219 81.604857)
(xy 81.406059 81.560846)
(xy 81.4055 81.548989)
- (xy 81.4055 79.316395)
- (xy 81.425502 79.248274)
- (xy 81.479158 79.201781)
- (xy 81.540113 79.191829)
- (xy 81.540113 79.1913)
- (xy 81.731087 79.1913)
- (xy 81.737539 79.189928)
- (xy 81.737544 79.189928)
- (xy 81.824487 79.171447)
- (xy 81.917888 79.151594)
- (xy 81.931672 79.145457)
- (xy 82.086322 79.076603)
- (xy 82.086324 79.076602)
- (xy 82.092352 79.073918)
- (xy 82.133039 79.044357)
- (xy 82.199906 79.020499)
- (xy 82.269058 79.036579)
- (xy 82.281161 79.044357)
- (xy 82.321848 79.073918)
- (xy 82.327876 79.076602)
- (xy 82.327878 79.076603)
- (xy 82.482528 79.145457)
- (xy 82.496312 79.151594)
- (xy 82.589713 79.171447)
- (xy 82.676656 79.189928)
- (xy 82.676661 79.189928)
- (xy 82.683113 79.1913)
- (xy 82.874087 79.1913)
- (xy 82.880539 79.189928)
- (xy 82.880544 79.189928)
- (xy 82.967487 79.171447)
- (xy 83.060888 79.151594)
- (xy 83.074672 79.145457)
- (xy 83.229322 79.076603)
- (xy 83.229324 79.076602)
- (xy 83.235352 79.073918)
- (xy 83.389853 78.961666)
- (xy 83.504509 78.834328)
- (xy 83.513221 78.824652)
- (xy 83.513222 78.824651)
- (xy 83.51764 78.819744)
- (xy 83.613127 78.654356)
- (xy 83.672142 78.472728)
- (xy 83.692104 78.2828)
- (xy 83.675351 78.123406)
- (xy 83.672832 78.099435)
- (xy 83.672832 78.099433)
- (xy 83.672142 78.092872)
- (xy 83.613127 77.911244)
- (xy 83.51764 77.745856)
- (xy 83.419464 77.63682)
- (xy 83.388746 77.572813)
- (xy 83.3871 77.55251)
- (xy 83.3871 77.342439)
- (xy 83.407102 77.274318)
- (xy 83.424005 77.253344)
- (xy 84.241634 76.435715)
- (xy 84.254025 76.424848)
- (xy 84.272837 76.410413)
- (xy 84.279387 76.405387)
- (xy 84.303874 76.373475)
- (xy 84.30388 76.373469)
- (xy 84.371896 76.284829)
- (xy 84.371897 76.284827)
- (xy 84.376924 76.278276)
- (xy 84.438238 76.130251)
- (xy 84.440791 76.110857)
- (xy 84.4539 76.011285)
- (xy 84.4539 76.01128)
- (xy 84.45915 75.9714)
- (xy 84.454978 75.939707)
- (xy 84.4539 75.923264)
- (xy 84.4539 73.405439)
- (xy 84.473902 73.337318)
- (xy 84.490805 73.316344)
- (xy 85.613234 72.193915)
- (xy 85.625625 72.183048)
- (xy 85.644437 72.168613)
- (xy 85.650987 72.163587)
- (xy 85.675474 72.131675)
- (xy 85.675477 72.131672)
- (xy 85.743333 72.04324)
- (xy 85.748524 72.036475)
- (xy 85.809838 71.88845)
- (xy 85.8255 71.769485)
- (xy 85.8255 71.769478)
- (xy 85.83075 71.7296)
- (xy 85.826578 71.697907)
- (xy 85.8255 71.681464)
- (xy 85.8255 69.81829)
- (xy 85.845502 69.750169)
- (xy 85.857864 69.73398)
- (xy 85.951621 69.629852)
- (xy 85.951622 69.629851)
- (xy 85.95604 69.624944)
- (xy 86.045331 69.470288)
- (xy 86.096714 69.421295)
- (xy 86.166427 69.407859)
+ (xy 81.4055 79.519595)
+ (xy 81.425502 79.451474)
+ (xy 81.479158 79.404981)
+ (xy 81.540113 79.395029)
+ (xy 81.540113 79.3945)
+ (xy 81.731087 79.3945)
+ (xy 81.737539 79.393128)
+ (xy 81.737544 79.393128)
+ (xy 81.85295 79.368597)
+ (xy 81.917888 79.354794)
+ (xy 82.049289 79.296291)
+ (xy 82.086322 79.279803)
+ (xy 82.086324 79.279802)
+ (xy 82.092352 79.277118)
+ (xy 82.109966 79.264321)
+ (xy 82.22557 79.180329)
+ (xy 82.246853 79.164866)
+ (xy 82.27438 79.134294)
+ (xy 82.368476 79.02979)
+ (xy 82.428922 78.99255)
+ (xy 82.462112 78.9881)
+ (xy 82.645487 78.9881)
+ (xy 82.651939 78.986728)
+ (xy 82.651944 78.986728)
+ (xy 82.738887 78.968247)
+ (xy 82.832288 78.948394)
+ (xy 82.838319 78.945709)
+ (xy 83.000722 78.873403)
+ (xy 83.000724 78.873402)
+ (xy 83.006752 78.870718)
+ (xy 83.161253 78.758466)
+ (xy 83.194985 78.721003)
+ (xy 83.284621 78.621452)
+ (xy 83.284622 78.621451)
+ (xy 83.28904 78.616544)
+ (xy 83.374195 78.469052)
+ (xy 83.381223 78.456879)
+ (xy 83.381224 78.456878)
+ (xy 83.384527 78.451156)
+ (xy 83.443542 78.269528)
+ (xy 83.444793 78.257632)
+ (xy 83.462814 78.086165)
+ (xy 83.463504 78.0796)
+ (xy 83.443542 77.889672)
+ (xy 83.384527 77.708044)
+ (xy 83.28904 77.542656)
+ (xy 83.215863 77.461385)
+ (xy 83.185147 77.397379)
+ (xy 83.1835 77.377076)
+ (xy 83.1835 76.463794)
+ (xy 83.203502 76.395673)
+ (xy 83.220405 76.374699)
+ (xy 84.212247 75.382857)
+ (xy 84.220537 75.375313)
+ (xy 84.227018 75.3712)
+ (xy 84.273659 75.321532)
+ (xy 84.276413 75.318691)
+ (xy 84.296134 75.29897)
+ (xy 84.298612 75.295775)
+ (xy 84.306318 75.286753)
+ (xy 84.331158 75.260301)
+ (xy 84.336586 75.254521)
+ (xy 84.346346 75.236768)
+ (xy 84.357199 75.220245)
+ (xy 84.364753 75.210506)
+ (xy 84.369613 75.204241)
+ (xy 84.387176 75.163657)
+ (xy 84.392383 75.153027)
+ (xy 84.413695 75.11426)
+ (xy 84.415666 75.106583)
+ (xy 84.415668 75.106578)
+ (xy 84.418732 75.094642)
+ (xy 84.425138 75.07593)
+ (xy 84.430033 75.064619)
+ (xy 84.433181 75.057345)
+ (xy 84.434421 75.049517)
+ (xy 84.434423 75.04951)
+ (xy 84.440099 75.013676)
+ (xy 84.442505 75.002056)
+ (xy 84.451528 74.966911)
+ (xy 84.451528 74.96691)
+ (xy 84.4535 74.95923)
+ (xy 84.4535 74.938976)
+ (xy 84.455051 74.919265)
+ (xy 84.45698 74.907086)
+ (xy 84.45822 74.899257)
+ (xy 84.454059 74.855238)
+ (xy 84.4535 74.843381)
+ (xy 84.4535 72.653795)
+ (xy 84.473502 72.585674)
+ (xy 84.490405 72.564699)
+ (xy 84.974258 72.080847)
+ (xy 84.982537 72.073313)
+ (xy 84.989018 72.0692)
+ (xy 85.035644 72.019548)
+ (xy 85.038398 72.016707)
+ (xy 85.058135 71.99697)
+ (xy 85.060615 71.993773)
+ (xy 85.06832 71.984751)
+ (xy 85.093159 71.9583)
+ (xy 85.098586 71.952521)
+ (xy 85.102405 71.945575)
+ (xy 85.102407 71.945572)
+ (xy 85.108348 71.934766)
+ (xy 85.119199 71.918247)
+ (xy 85.119559 71.917783)
+ (xy 85.131614 71.902241)
+ (xy 85.134759 71.894972)
+ (xy 85.134762 71.894968)
+ (xy 85.149174 71.861663)
+ (xy 85.154391 71.851013)
+ (xy 85.175695 71.81226)
+ (xy 85.180733 71.792637)
+ (xy 85.187137 71.773934)
+ (xy 85.192033 71.76262)
+ (xy 85.192033 71.762619)
+ (xy 85.195181 71.755345)
+ (xy 85.19642 71.747522)
+ (xy 85.196423 71.747512)
+ (xy 85.202099 71.711676)
+ (xy 85.204505 71.700056)
+ (xy 85.213528 71.664911)
+ (xy 85.213528 71.66491)
+ (xy 85.2155 71.65723)
+ (xy 85.2155 71.636976)
+ (xy 85.217051 71.617265)
+ (xy 85.21898 71.605086)
+ (xy 85.22022 71.597257)
+ (xy 85.216059 71.553238)
+ (xy 85.2155 71.541381)
+ (xy 85.2155 70.081168)
+ (xy 85.216027 70.069985)
+ (xy 85.217702 70.062492)
+ (xy 85.215562 69.994401)
+ (xy 85.2155 69.990444)
+ (xy 85.2155 69.962544)
+ (xy 85.214996 69.958553)
+ (xy 85.214063 69.946711)
+ (xy 85.212923 69.910436)
+ (xy 85.212674 69.902511)
+ (xy 85.207021 69.883052)
+ (xy 85.203012 69.863693)
+ (xy 85.202846 69.862383)
+ (xy 85.200474 69.843603)
+ (xy 85.197558 69.836237)
+ (xy 85.197556 69.836231)
+ (xy 85.1842 69.802498)
+ (xy 85.180355 69.791268)
+ (xy 85.17023 69.756417)
+ (xy 85.17023 69.756416)
+ (xy 85.168019 69.748807)
+ (xy 85.157705 69.731366)
+ (xy 85.149008 69.713613)
+ (xy 85.144472 69.702158)
+ (xy 85.141552 69.694783)
+ (xy 85.115563 69.659012)
+ (xy 85.109047 69.649092)
+ (xy 85.090578 69.617863)
+ (xy 85.086542 69.611038)
+ (xy 85.072221 69.596717)
+ (xy 85.05938 69.581683)
+ (xy 85.052652 69.572422)
+ (xy 85.047472 69.565293)
+ (xy 85.013401 69.537107)
+ (xy 85.004622 69.529118)
+ (xy 84.970322 69.494818)
+ (xy 84.936296 69.432506)
+ (xy 84.934107 69.418893)
+ (xy 84.917432 69.260235)
+ (xy 84.917432 69.260233)
+ (xy 84.916742 69.253672)
+ (xy 84.857727 69.072044)
+ (xy 84.799216 68.9707)
+ (xy 84.782478 68.901705)
+ (xy 84.805698 68.834613)
+ (xy 84.861506 68.790726)
+ (xy 84.908335 68.7817)
+ (xy 85.798633 68.7817)
+ (xy 85.809816 68.782227)
+ (xy 85.817309 68.783902)
+ (xy 85.825235 68.783653)
+ (xy 85.825236 68.783653)
+ (xy 85.885386 68.781762)
+ (xy 85.889345 68.7817)
+ (xy 85.917256 68.7817)
+ (xy 85.921191 68.781203)
+ (xy 85.921256 68.781195)
+ (xy 85.933093 68.780262)
+ (xy 85.965351 68.779248)
+ (xy 85.96937 68.779122)
+ (xy 85.977289 68.778873)
+ (xy 85.996743 68.773221)
+ (xy 86.0161 68.769213)
+ (xy 86.02833 68.767668)
+ (xy 86.028331 68.767668)
+ (xy 86.036197 68.766674)
+ (xy 86.043568 68.763755)
+ (xy 86.04357 68.763755)
+ (xy 86.077312 68.750396)
+ (xy 86.088543 68.746551)
+ (xy 86.119298 68.737616)
+ )
+ )
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 94.663732 52.554984)
+ (xy 94.695065 52.618692)
+ (xy 94.68698 52.689227)
+ (xy 94.660011 52.729285)
+ (xy 93.726698 53.662597)
+ (xy 93.664388 53.696621)
+ (xy 93.637605 53.6995)
+ (xy 93.534898 53.6995)
+ (xy 93.53245 53.699693)
+ (xy 93.532442 53.699693)
+ (xy 93.503979 53.701933)
+ (xy 93.503974 53.701934)
+ (xy 93.497569 53.702438)
+ (xy 93.397631 53.731472)
+ (xy 93.345412 53.746643)
+ (xy 93.34541 53.746644)
+ (xy 93.337799 53.748855)
+ (xy 93.194593 53.833547)
+ (xy 93.191911 53.836229)
+ (xy 93.127539 53.861502)
+ (xy 93.057916 53.8476)
+ (xy 93.042088 53.837428)
+ (xy 93.038207 53.833547)
+ (xy 92.895001 53.748855)
+ (xy 92.88739 53.746644)
+ (xy 92.887388 53.746643)
+ (xy 92.835169 53.731472)
+ (xy 92.735231 53.702438)
+ (xy 92.728826 53.701934)
+ (xy 92.728821 53.701933)
+ (xy 92.700358 53.699693)
+ (xy 92.70035 53.699693)
+ (xy 92.697902 53.6995)
+ (xy 92.264898 53.6995)
+ (xy 92.26245 53.699693)
+ (xy 92.262442 53.699693)
+ (xy 92.233979 53.701933)
+ (xy 92.233974 53.701934)
+ (xy 92.227569 53.702438)
+ (xy 92.127631 53.731472)
+ (xy 92.075412 53.746643)
+ (xy 92.07541 53.746644)
+ (xy 92.067799 53.748855)
+ (xy 92.060972 53.752892)
+ (xy 92.060973 53.752892)
+ (xy 91.93142 53.829509)
+ (xy 91.931417 53.829511)
+ (xy 91.924593 53.833547)
+ (xy 91.806947 53.951193)
+ (xy 91.802911 53.958017)
+ (xy 91.802909 53.95802)
+ (xy 91.764363 54.023198)
+ (xy 91.722255 54.094399)
+ (xy 91.675838 54.254169)
+ (xy 91.675334 54.260574)
+ (xy 91.675333 54.260579)
+ (xy 91.673243 54.287134)
+ (xy 91.6729 54.291498)
+ (xy 91.6729 55.043405)
+ (xy 91.652898 55.111526)
+ (xy 91.635995 55.132501)
+ (xy 91.515615 55.25288)
+ (xy 91.453303 55.286905)
+ (xy 91.382487 55.281839)
+ (xy 91.341177 55.255317)
+ (xy 91.341128 55.255379)
+ (xy 91.340496 55.25488)
+ (xy 91.337504 55.252959)
+ (xy 91.335384 55.250842)
+ (xy 91.33538 55.250839)
+ (xy 91.330203 55.245671)
+ (xy 91.236503 55.187913)
+ (xy 91.18835 55.158231)
+ (xy 91.188348 55.15823)
+ (xy 91.18212 55.154391)
+ (xy 91.017009 55.099626)
+ (xy 91.010173 55.098926)
+ (xy 91.01017 55.098925)
+ (xy 90.958674 55.093649)
+ (xy 90.914272 55.0891)
+ (xy 90.340128 55.0891)
+ (xy 90.336882 55.089437)
+ (xy 90.336878 55.089437)
+ (xy 90.242965 55.099181)
+ (xy 90.242961 55.099182)
+ (xy 90.236107 55.099893)
+ (xy 90.229571 55.102074)
+ (xy 90.229569 55.102074)
+ (xy 90.138369 55.132501)
+ (xy 90.071093 55.154946)
+ (xy 89.923169 55.246484)
+ (xy 89.917996 55.251666)
+ (xy 89.805442 55.364416)
+ (xy 89.805438 55.364421)
+ (xy 89.800271 55.369597)
+ (xy 89.708991 55.51768)
+ (xy 89.654226 55.682791)
+ (xy 89.653526 55.689627)
+ (xy 89.653525 55.68963)
+ (xy 89.648455 55.739119)
+ (xy 89.6437 55.785528)
+ (xy 89.6437 56.384672)
+ (xy 89.644037 56.387918)
+ (xy 89.644037 56.387922)
+ (xy 89.653544 56.479544)
+ (xy 89.654493 56.488693)
+ (xy 89.656674 56.495229)
+ (xy 89.656674 56.495231)
+ (xy 89.695286 56.610965)
+ (xy 89.709546 56.653707)
+ (xy 89.801084 56.801631)
+ (xy 89.908341 56.908701)
+ (xy 89.94242 56.970982)
+ (xy 89.937417 57.041802)
+ (xy 89.908496 57.086891)
+ (xy 89.805837 57.189729)
+ (xy 89.796825 57.20114)
+ (xy 89.713288 57.336663)
+ (xy 89.707144 57.349841)
+ (xy 89.656885 57.501366)
+ (xy 89.654019 57.514732)
+ (xy 89.644528 57.60737)
+ (xy 89.6442 57.613785)
+ (xy 89.6442 57.637985)
+ (xy 89.648675 57.653224)
+ (xy 89.650065 57.654429)
+ (xy 89.657748 57.6561)
+ (xy 91.592085 57.6561)
+ (xy 91.607324 57.651625)
+ (xy 91.608529 57.650235)
+ (xy 91.6102 57.642552)
+ (xy 91.6102 57.613834)
+ (xy 91.609863 57.607318)
+ (xy 91.600125 57.513468)
+ (xy 91.597232 57.500072)
+ (xy 91.546712 57.348647)
+ (xy 91.540547 57.335485)
+ (xy 91.456774 57.200108)
+ (xy 91.44774 57.18871)
+ (xy 91.34606 57.087207)
+ (xy 91.311981 57.024924)
+ (xy 91.316984 56.954104)
+ (xy 91.345905 56.909016)
+ (xy 91.346222 56.908699)
+ (xy 91.454129 56.800603)
+ (xy 91.457965 56.794381)
+ (xy 91.457969 56.794375)
+ (xy 91.467445 56.779002)
+ (xy 91.520218 56.73151)
+ (xy 91.570745 56.719182)
+ (xy 91.587286 56.718662)
+ (xy 91.591245 56.7186)
+ (xy 91.619156 56.7186)
+ (xy 91.623091 56.718103)
+ (xy 91.623156 56.718095)
+ (xy 91.634993 56.717162)
+ (xy 91.667251 56.716148)
+ (xy 91.67127 56.716022)
+ (xy 91.679189 56.715773)
+ (xy 91.698643 56.710121)
+ (xy 91.718 56.706113)
+ (xy 91.73023 56.704568)
+ (xy 91.730231 56.704568)
+ (xy 91.738097 56.703574)
+ (xy 91.745468 56.700655)
+ (xy 91.74547 56.700655)
+ (xy 91.779212 56.687296)
+ (xy 91.790442 56.683451)
+ (xy 91.825283 56.673329)
+ (xy 91.825284 56.673329)
+ (xy 91.832893 56.671118)
+ (xy 91.839712 56.667085)
+ (xy 91.839717 56.667083)
+ (xy 91.850328 56.660807)
+ (xy 91.868076 56.652112)
+ (xy 91.886917 56.644652)
+ (xy 91.893335 56.639989)
+ (xy 91.893339 56.639987)
+ (xy 91.921999 56.619165)
+ (xy 91.988867 56.595307)
+ (xy 92.053269 56.610965)
+ (xy 92.053703 56.609962)
+ (xy 92.059549 56.612492)
+ (xy 92.060198 56.61265)
+ (xy 92.067799 56.617145)
+ (xy 92.07541 56.619356)
+ (xy 92.075412 56.619357)
+ (xy 92.127631 56.634528)
+ (xy 92.227569 56.663562)
+ (xy 92.233974 56.664066)
+ (xy 92.233979 56.664067)
+ (xy 92.262442 56.666307)
+ (xy 92.26245 56.666307)
+ (xy 92.264898 56.6665)
+ (xy 92.697902 56.6665)
+ (xy 92.70035 56.666307)
+ (xy 92.700358 56.666307)
+ (xy 92.728821 56.664067)
+ (xy 92.728826 56.664066)
+ (xy 92.735231 56.663562)
+ (xy 92.835169 56.634528)
+ (xy 92.887388 56.619357)
+ (xy 92.88739 56.619356)
+ (xy 92.895001 56.617145)
+ (xy 93.038207 56.532453)
+ (xy 93.040889 56.529771)
+ (xy 93.105261 56.504498)
+ (xy 93.174884 56.5184)
+ (xy 93.190712 56.528572)
+ (xy 93.194593 56.532453)
+ (xy 93.337799 56.617145)
+ (xy 93.34541 56.619356)
+ (xy 93.345412 56.619357)
+ (xy 93.397631 56.634528)
+ (xy 93.497569 56.663562)
+ (xy 93.503974 56.664066)
+ (xy 93.503979 56.664067)
+ (xy 93.532442 56.666307)
+ (xy 93.53245 56.666307)
+ (xy 93.534898 56.6665)
+ (xy 93.967902 56.6665)
+ (xy 93.97035 56.666307)
+ (xy 93.970358 56.666307)
+ (xy 93.998821 56.664067)
+ (xy 93.998826 56.664066)
+ (xy 94.005231 56.663562)
+ (xy 94.105169 56.634528)
+ (xy 94.157388 56.619357)
+ (xy 94.15739 56.619356)
+ (xy 94.165001 56.617145)
+ (xy 94.308207 56.532453)
+ (xy 94.310889 56.529771)
+ (xy 94.375261 56.504498)
+ (xy 94.444884 56.5184)
+ (xy 94.460712 56.528572)
+ (xy 94.464593 56.532453)
+ (xy 94.607799 56.617145)
+ (xy 94.61541 56.619356)
+ (xy 94.615412 56.619357)
+ (xy 94.667631 56.634528)
+ (xy 94.767569 56.663562)
+ (xy 94.773974 56.664066)
+ (xy 94.773979 56.664067)
+ (xy 94.802442 56.666307)
+ (xy 94.80245 56.666307)
+ (xy 94.804898 56.6665)
+ (xy 95.237902 56.6665)
+ (xy 95.24035 56.666307)
+ (xy 95.240358 56.666307)
+ (xy 95.268821 56.664067)
+ (xy 95.268826 56.664066)
+ (xy 95.275231 56.663562)
+ (xy 95.375169 56.634528)
+ (xy 95.427388 56.619357)
+ (xy 95.42739 56.619356)
+ (xy 95.435001 56.617145)
+ (xy 95.578207 56.532453)
+ (xy 95.580889 56.529771)
+ (xy 95.645261 56.504498)
+ (xy 95.714884 56.5184)
+ (xy 95.730712 56.528572)
+ (xy 95.734593 56.532453)
+ (xy 95.863041 56.608417)
+ (xy 95.91149 56.660306)
+ (xy 95.924195 56.730156)
+ (xy 95.89712 56.795788)
+ (xy 95.872965 56.818799)
+ (xy 95.87182 56.819631)
+ (xy 95.861893 56.826152)
+ (xy 95.830665 56.84462)
+ (xy 95.830662 56.844622)
+ (xy 95.823838 56.848658)
+ (xy 95.809517 56.862979)
+ (xy 95.794484 56.875819)
+ (xy 95.778093 56.887728)
+ (xy 95.773042 56.893834)
+ (xy 95.749902 56.921805)
+ (xy 95.741912 56.930584)
+ (xy 94.629147 58.043348)
+ (xy 94.620861 58.050888)
+ (xy 94.614382 58.055)
+ (xy 94.608957 58.060777)
+ (xy 94.567757 58.104651)
+ (xy 94.565002 58.107493)
+ (xy 94.545265 58.12723)
+ (xy 94.542785 58.130427)
+ (xy 94.535082 58.139447)
+ (xy 94.504814 58.171679)
+ (xy 94.500995 58.178625)
+ (xy 94.500993 58.178628)
+ (xy 94.495052 58.189434)
+ (xy 94.484201 58.205953)
+ (xy 94.471786 58.221959)
+ (xy 94.468641 58.229228)
+ (xy 94.468638 58.229232)
+ (xy 94.454226 58.262537)
+ (xy 94.449009 58.273187)
+ (xy 94.427705 58.31194)
+ (xy 94.425734 58.319615)
+ (xy 94.425734 58.319616)
+ (xy 94.422667 58.331562)
+ (xy 94.416263 58.350266)
+ (xy 94.408219 58.368855)
+ (xy 94.40698 58.376678)
+ (xy 94.406977 58.376688)
+ (xy 94.401301 58.412524)
+ (xy 94.398895 58.424144)
+ (xy 94.3879 58.46697)
+ (xy 94.3879 58.487224)
+ (xy 94.386349 58.506934)
+ (xy 94.38318 58.526943)
+ (xy 94.383926 58.534835)
+ (xy 94.387341 58.570961)
+ (xy 94.3879 58.582819)
+ (xy 94.3879 58.610357)
+ (xy 94.367898 58.678478)
+ (xy 94.314242 58.724971)
+ (xy 94.243968 58.735075)
+ (xy 94.197761 58.718811)
+ (xy 94.171621 58.703352)
+ (xy 94.15719 58.697107)
+ (xy 94.022795 58.658061)
+ (xy 94.008694 58.658101)
+ (xy 94.0054 58.66537)
+ (xy 94.0054 60.261)
+ (xy 93.985398 60.329121)
+ (xy 93.931742 60.375614)
+ (xy 93.8794 60.387)
+ (xy 93.6234 60.387)
+ (xy 93.555279 60.366998)
+ (xy 93.508786 60.313342)
+ (xy 93.4974 60.261)
+ (xy 93.4974 58.671122)
+ (xy 93.493427 58.657591)
+ (xy 93.485529 58.656456)
+ (xy 93.34561 58.697107)
+ (xy 93.331179 58.703352)
+ (xy 93.201724 58.77991)
+ (xy 93.194036 58.785874)
+ (xy 93.127951 58.811821)
+ (xy 93.058328 58.79792)
+ (xy 93.042242 58.787582)
+ (xy 93.038207 58.783547)
+ (xy 92.895001 58.698855)
+ (xy 92.88739 58.696644)
+ (xy 92.887388 58.696643)
+ (xy 92.799542 58.671122)
+ (xy 92.735231 58.652438)
+ (xy 92.728826 58.651934)
+ (xy 92.728821 58.651933)
+ (xy 92.700358 58.649693)
+ (xy 92.70035 58.649693)
+ (xy 92.697902 58.6495)
+ (xy 92.264898 58.6495)
+ (xy 92.26245 58.649693)
+ (xy 92.262442 58.649693)
+ (xy 92.233979 58.651933)
+ (xy 92.233974 58.651934)
+ (xy 92.227569 58.652438)
+ (xy 92.163258 58.671122)
+ (xy 92.075412 58.696643)
+ (xy 92.07541 58.696644)
+ (xy 92.067799 58.698855)
+ (xy 92.060972 58.702892)
+ (xy 92.060973 58.702892)
+ (xy 91.93142 58.779509)
+ (xy 91.931417 58.779511)
+ (xy 91.924593 58.783547)
+ (xy 91.806947 58.901193)
+ (xy 91.802911 58.908017)
+ (xy 91.802909 58.90802)
+ (xy 91.776168 58.953237)
+ (xy 91.722255 59.044399)
+ (xy 91.720044 59.05201)
+ (xy 91.720043 59.052012)
+ (xy 91.71351 59.0745)
+ (xy 91.675838 59.204169)
+ (xy 91.675334 59.210574)
+ (xy 91.675333 59.210579)
+ (xy 91.673626 59.23227)
+ (xy 91.6729 59.241498)
+ (xy 91.6729 61.024502)
+ (xy 91.673093 61.02695)
+ (xy 91.673093 61.026958)
+ (xy 91.673568 61.032986)
+ (xy 91.675838 61.061831)
+ (xy 91.722255 61.221601)
+ (xy 91.784213 61.326365)
+ (xy 91.795506 61.345461)
+ (xy 91.812966 61.414277)
+ (xy 91.790449 61.481608)
+ (xy 91.735105 61.526077)
+ (xy 91.687053 61.5356)
+ (xy 90.106463 61.5356)
+ (xy 90.095279 61.535073)
+ (xy 90.087791 61.533399)
+ (xy 90.079868 61.533648)
+ (xy 90.019733 61.535538)
+ (xy 90.015775 61.5356)
+ (xy 89.987844 61.5356)
+ (xy 89.983929 61.536095)
+ (xy 89.983925 61.536095)
+ (xy 89.983867 61.536103)
+ (xy 89.983838 61.536106)
+ (xy 89.971996 61.537039)
+ (xy 89.92781 61.538427)
+ (xy 89.910444 61.543472)
+ (xy 89.908358 61.544078)
+ (xy 89.889006 61.548086)
+ (xy 89.876768 61.549632)
+ (xy 89.876766 61.549633)
+ (xy 89.868903 61.550626)
+ (xy 89.827786 61.566906)
+ (xy 89.816585 61.570741)
+ (xy 89.774106 61.583082)
+ (xy 89.767287 61.587115)
+ (xy 89.767282 61.587117)
+ (xy 89.756671 61.593393)
+ (xy 89.738921 61.60209)
+ (xy 89.720083 61.609548)
+ (xy 89.713667 61.614209)
+ (xy 89.713666 61.61421)
+ (xy 89.684325 61.635528)
+ (xy 89.674401 61.642047)
+ (xy 89.64316 61.660522)
+ (xy 89.643155 61.660526)
+ (xy 89.636337 61.664558)
+ (xy 89.622013 61.678882)
+ (xy 89.606981 61.691721)
+ (xy 89.590593 61.703628)
+ (xy 89.56434 61.735362)
+ (xy 89.562412 61.737693)
+ (xy 89.554422 61.746473)
+ (xy 88.345664 62.955231)
+ (xy 88.283352 62.989257)
+ (xy 88.212537 62.984192)
+ (xy 88.155701 62.941645)
+ (xy 88.131647 62.882581)
+ (xy 88.122293 62.811524)
+ (xy 88.122292 62.811518)
+ (xy 88.121732 62.807266)
+ (xy 88.119776 62.800114)
+ (xy 88.047003 62.534103)
+ (xy 88.045871 62.529964)
+ (xy 87.97006 62.352228)
+ (xy 87.934763 62.269476)
+ (xy 87.934761 62.269472)
+ (xy 87.933077 62.265524)
+ (xy 87.785439 62.018839)
+ (xy 87.605687 61.794472)
+ (xy 87.445807 61.642752)
+ (xy 87.400258 61.599527)
+ (xy 87.400255 61.599525)
+ (xy 87.397149 61.596577)
+ (xy 87.163683 61.428814)
+ (xy 87.141843 61.41725)
+ (xy 87.117309 61.40426)
+ (xy 86.909608 61.294288)
+ (xy 86.715438 61.223232)
+ (xy 86.643658 61.196964)
+ (xy 86.643656 61.196963)
+ (xy 86.639627 61.195489)
+ (xy 86.358736 61.134245)
+ (xy 86.327685 61.131801)
+ (xy 86.135718 61.116693)
+ (xy 86.135709 61.116693)
+ (xy 86.133261 61.1165)
+ (xy 85.977729 61.1165)
+ (xy 85.975593 61.116646)
+ (xy 85.975582 61.116646)
+ (xy 85.767452 61.130835)
+ (xy 85.767446 61.130836)
+ (xy 85.763175 61.131127)
+ (xy 85.75898 61.131996)
+ (xy 85.758978 61.131996)
+ (xy 85.688395 61.146613)
+ (xy 85.481658 61.189426)
+ (xy 85.210657 61.285393)
+ (xy 84.955188 61.41725)
+ (xy 84.951687 61.419711)
+ (xy 84.951683 61.419713)
+ (xy 84.89134 61.462123)
+ (xy 84.719977 61.582559)
+ (xy 84.685917 61.61421)
+ (xy 84.51414 61.773835)
+ (xy 84.509378 61.77826)
+ (xy 84.327287 62.000732)
+ (xy 84.177073 62.245858)
+ (xy 84.175347 62.249791)
+ (xy 84.175346 62.249792)
+ (xy 84.143215 62.322989)
+ (xy 84.061517 62.509102)
+ (xy 83.982756 62.785594)
+ (xy 83.942249 63.070216)
+ (xy 83.942227 63.074505)
+ (xy 83.942226 63.074512)
+ (xy 83.940817 63.343558)
+ (xy 83.940743 63.357703)
+ (xy 83.941302 63.361947)
+ (xy 83.941302 63.361951)
+ (xy 83.951004 63.435644)
+ (xy 83.978268 63.642734)
+ (xy 83.979401 63.646874)
+ (xy 83.979401 63.646876)
+ (xy 83.992922 63.696302)
+ (xy 84.054129 63.920036)
+ (xy 84.055813 63.923984)
+ (xy 84.15472 64.155866)
+ (xy 84.166923 64.184476)
+ (xy 84.204183 64.246733)
+ (xy 84.311962 64.426818)
+ (xy 84.314561 64.431161)
+ (xy 84.494313 64.655528)
+ (xy 84.602645 64.758331)
+ (xy 84.681132 64.832812)
+ (xy 84.702851 64.853423)
+ (xy 84.936317 65.021186)
+ (xy 84.940112 65.023195)
+ (xy 84.940113 65.023196)
+ (xy 84.961869 65.034715)
+ (xy 85.190392 65.155712)
+ (xy 85.235964 65.172389)
+ (xy 85.379974 65.225089)
+ (xy 85.460373 65.254511)
+ (xy 85.488181 65.260574)
+ (xy 85.716158 65.310281)
+ (xy 85.778454 65.344336)
+ (xy 85.812449 65.406664)
+ (xy 85.807351 65.477478)
+ (xy 85.778411 65.522484)
+ (xy 85.7281 65.572795)
+ (xy 85.665788 65.606821)
+ (xy 85.639005 65.6097)
+ (xy 79.326767 65.6097)
+ (xy 79.315584 65.609173)
+ (xy 79.308091 65.607498)
+ (xy 79.300165 65.607747)
+ (xy 79.300164 65.607747)
+ (xy 79.240014 65.609638)
+ (xy 79.236055 65.6097)
+ (xy 79.208144 65.6097)
+ (xy 79.20421 65.610197)
+ (xy 79.204209 65.610197)
+ (xy 79.204144 65.610205)
+ (xy 79.192307 65.611138)
+ (xy 79.16049 65.612138)
+ (xy 79.156029 65.612278)
+ (xy 79.14811 65.612527)
+ (xy 79.130454 65.617656)
+ (xy 79.128658 65.618178)
+ (xy 79.109306 65.622186)
+ (xy 79.107565 65.622406)
+ (xy 79.089203 65.624726)
+ (xy 79.081834 65.627643)
+ (xy 79.081832 65.627644)
+ (xy 79.048097 65.641)
+ (xy 79.036869 65.644845)
+ (xy 78.994407 65.657182)
+ (xy 78.987584 65.661217)
+ (xy 78.987582 65.661218)
+ (xy 78.976972 65.667493)
+ (xy 78.959224 65.676188)
+ (xy 78.940383 65.683648)
+ (xy 78.933967 65.68831)
+ (xy 78.933966 65.68831)
+ (xy 78.904613 65.709636)
+ (xy 78.894693 65.716152)
+ (xy 78.863465 65.73462)
+ (xy 78.863462 65.734622)
+ (xy 78.856638 65.738658)
+ (xy 78.842317 65.752979)
+ (xy 78.827284 65.765819)
+ (xy 78.810893 65.777728)
+ (xy 78.792951 65.799416)
+ (xy 78.782702 65.811805)
+ (xy 78.774712 65.820584)
+ (xy 77.661947 66.933348)
+ (xy 77.653661 66.940888)
+ (xy 77.647182 66.945)
+ (xy 77.641757 66.950777)
+ (xy 77.600557 66.994651)
+ (xy 77.597802 66.997493)
+ (xy 77.578065 67.01723)
+ (xy 77.575585 67.020427)
+ (xy 77.567882 67.029447)
+ (xy 77.537614 67.061679)
+ (xy 77.533795 67.068625)
+ (xy 77.533793 67.068628)
+ (xy 77.527852 67.079434)
+ (xy 77.517001 67.095953)
+ (xy 77.504586 67.111959)
+ (xy 77.501441 67.119228)
+ (xy 77.501438 67.119232)
+ (xy 77.487026 67.152537)
+ (xy 77.481809 67.163187)
+ (xy 77.460505 67.20194)
+ (xy 77.458534 67.209615)
+ (xy 77.458534 67.209616)
+ (xy 77.455467 67.221562)
+ (xy 77.449063 67.240266)
+ (xy 77.441019 67.258855)
+ (xy 77.43978 67.266678)
+ (xy 77.439777 67.266688)
+ (xy 77.434101 67.302524)
+ (xy 77.431695 67.314144)
+ (xy 77.4207 67.35697)
+ (xy 77.4207 67.377224)
+ (xy 77.419149 67.396934)
+ (xy 77.41598 67.416943)
+ (xy 77.416726 67.424835)
+ (xy 77.420141 67.460961)
+ (xy 77.4207 67.472819)
+ (xy 77.4207 68.317136)
+ (xy 77.400698 68.385257)
+ (xy 77.361004 68.424279)
+ (xy 77.350169 68.430984)
+ (xy 77.344996 68.436166)
+ (xy 77.232442 68.548916)
+ (xy 77.232438 68.548921)
+ (xy 77.227271 68.554097)
+ (xy 77.223431 68.560327)
+ (xy 77.22343 68.560328)
+ (xy 77.150728 68.678273)
+ (xy 77.135991 68.70218)
+ (xy 77.081226 68.867291)
+ (xy 77.0707 68.970028)
+ (xy 77.0707 69.569172)
+ (xy 77.071037 69.572418)
+ (xy 77.071037 69.572422)
+ (xy 77.080022 69.659012)
+ (xy 77.081493 69.673193)
+ (xy 77.136546 69.838207)
+ (xy 77.228084 69.986131)
+ (xy 77.233266 69.991304)
+ (xy 77.334986 70.092847)
+ (xy 77.369065 70.15513)
+ (xy 77.364062 70.22595)
+ (xy 77.335141 70.271037)
+ (xy 77.232446 70.373912)
+ (xy 77.232442 70.373917)
+ (xy 77.227271 70.379097)
+ (xy 77.135991 70.52718)
+ (xy 77.081226 70.692291)
+ (xy 77.0707 70.795028)
+ (xy 77.0707 71.130006)
+ (xy 77.050698 71.198127)
+ (xy 77.033795 71.219101)
+ (xy 74.791747 73.461148)
+ (xy 74.783461 73.468688)
+ (xy 74.776982 73.4728)
+ (xy 74.771557 73.478577)
+ (xy 74.730357 73.522451)
+ (xy 74.727602 73.525293)
+ (xy 74.707865 73.54503)
+ (xy 74.705385 73.548227)
+ (xy 74.697682 73.557247)
+ (xy 74.667414 73.589479)
+ (xy 74.663595 73.596425)
+ (xy 74.663593 73.596428)
+ (xy 74.657652 73.607234)
+ (xy 74.646801 73.623753)
+ (xy 74.634386 73.639759)
+ (xy 74.631241 73.647028)
+ (xy 74.631238 73.647032)
+ (xy 74.616826 73.680337)
+ (xy 74.611609 73.690987)
+ (xy 74.590305 73.72974)
+ (xy 74.588334 73.737415)
+ (xy 74.588334 73.737416)
+ (xy 74.585267 73.749362)
+ (xy 74.578863 73.768066)
+ (xy 74.570819 73.786655)
+ (xy 74.56958 73.794478)
+ (xy 74.569577 73.794488)
+ (xy 74.563901 73.830324)
+ (xy 74.561495 73.841944)
+ (xy 74.5505 73.88477)
+ (xy 74.5505 73.905024)
+ (xy 74.548949 73.924734)
+ (xy 74.54578 73.944743)
+ (xy 74.546526 73.952635)
+ (xy 74.549941 73.988761)
+ (xy 74.5505 74.000619)
+ (xy 74.5505 77.224676)
+ (xy 74.530498 77.292797)
+ (xy 74.518142 77.308979)
+ (xy 74.44496 77.390256)
+ (xy 74.386686 77.49119)
+ (xy 74.356972 77.542656)
+ (xy 74.349473 77.555644)
+ (xy 74.290458 77.737272)
+ (xy 74.289768 77.743833)
+ (xy 74.289768 77.743835)
+ (xy 74.273288 77.900638)
+ (xy 74.270496 77.9272)
+ (xy 74.290458 78.117128)
+ (xy 74.349473 78.298756)
+ (xy 74.44496 78.464144)
+ (xy 74.572747 78.606066)
+ (xy 74.579299 78.610826)
+ (xy 74.70174 78.699785)
+ (xy 74.727248 78.718318)
+ (xy 74.733276 78.721002)
+ (xy 74.733278 78.721003)
+ (xy 74.895681 78.793309)
+ (xy 74.901712 78.795994)
+ (xy 74.995112 78.815847)
+ (xy 75.082056 78.834328)
+ (xy 75.082061 78.834328)
+ (xy 75.088513 78.8357)
+ (xy 75.279487 78.8357)
+ (xy 75.285939 78.834328)
+ (xy 75.285944 78.834328)
+ (xy 75.372888 78.815847)
+ (xy 75.466288 78.795994)
+ (xy 75.472319 78.793309)
+ (xy 75.634722 78.721003)
+ (xy 75.634724 78.721002)
+ (xy 75.640752 78.718318)
+ (xy 75.666261 78.699785)
+ (xy 75.718283 78.661988)
+ (xy 75.78515 78.63813)
+ (xy 75.854302 78.65421)
+ (xy 75.900797 78.699785)
+ (xy 75.968509 78.81428)
+ (xy 75.968511 78.814283)
+ (xy 75.972547 78.821107)
+ (xy 76.090193 78.938753)
+ (xy 76.094002 78.941006)
+ (xy 76.134655 78.997296)
+ (xy 76.138506 79.068188)
+ (xy 76.103418 79.129909)
+ (xy 76.095724 79.136576)
+ (xy 76.090193 79.139847)
+ (xy 75.972547 79.257493)
+ (xy 75.968511 79.264317)
+ (xy 75.968509 79.26432)
+ (xy 75.896247 79.386509)
+ (xy 75.844355 79.434962)
+ (xy 75.774504 79.447667)
+ (xy 75.713733 79.424306)
+ (xy 75.646094 79.375163)
+ (xy 75.646093 79.375162)
+ (xy 75.640752 79.371282)
+ (xy 75.634724 79.368598)
+ (xy 75.634722 79.368597)
+ (xy 75.472319 79.296291)
+ (xy 75.472318 79.296291)
+ (xy 75.466288 79.293606)
+ (xy 75.37046 79.273237)
+ (xy 75.285944 79.255272)
+ (xy 75.285939 79.255272)
+ (xy 75.279487 79.2539)
+ (xy 75.088513 79.2539)
+ (xy 75.082061 79.255272)
+ (xy 75.082056 79.255272)
+ (xy 74.99754 79.273237)
+ (xy 74.901712 79.293606)
+ (xy 74.895682 79.296291)
+ (xy 74.895681 79.296291)
+ (xy 74.733278 79.368597)
+ (xy 74.733276 79.368598)
+ (xy 74.727248 79.371282)
+ (xy 74.572747 79.483534)
+ (xy 74.568326 79.488444)
+ (xy 74.568325 79.488445)
+ (xy 74.540278 79.519595)
+ (xy 74.44496 79.625456)
+ (xy 74.349473 79.790844)
+ (xy 74.290458 79.972472)
+ (xy 74.270496 80.1624)
+ (xy 74.290458 80.352328)
+ (xy 74.349473 80.533956)
+ (xy 74.44496 80.699344)
+ (xy 74.449378 80.704251)
+ (xy 74.449379 80.704252)
+ (xy 74.529406 80.793131)
+ (xy 74.572747 80.841266)
+ (xy 74.727248 80.953518)
+ (xy 74.733276 80.956202)
+ (xy 74.733278 80.956203)
+ (xy 74.865453 81.015051)
+ (xy 74.901712 81.031194)
+ (xy 74.908165 81.032566)
+ (xy 74.914451 81.034608)
+ (xy 74.913733 81.036819)
+ (xy 74.96683 81.065493)
+ (xy 75.001144 81.127647)
+ (xy 75.003886 81.156823)
+ (xy 75.00298 81.162543)
+ (xy 75.003726 81.170435)
+ (xy 75.003726 81.170437)
+ (xy 75.007141 81.206561)
+ (xy 75.0077 81.218419)
+ (xy 75.0077 84.082676)
+ (xy 74.987698 84.150797)
+ (xy 74.975342 84.166979)
+ (xy 74.90216 84.248256)
+ (xy 74.880602 84.285595)
+ (xy 74.813269 84.40222)
+ (xy 74.806673 84.413644)
+ (xy 74.747658 84.595272)
+ (xy 74.746968 84.601833)
+ (xy 74.746968 84.601835)
+ (xy 74.73834 84.683926)
+ (xy 74.727696 84.7852)
+ (xy 74.72546 84.784965)
+ (xy 74.708384 84.843121)
+ (xy 74.654728 84.889614)
+ (xy 74.602386 84.901)
+ (xy 73.758695 84.901)
+ (xy 73.690574 84.880998)
+ (xy 73.669599 84.864095)
+ (xy 73.452447 84.646942)
+ (xy 73.444913 84.638663)
+ (xy 73.4408 84.632182)
+ (xy 73.391148 84.585556)
+ (xy 73.388307 84.582802)
+ (xy 73.36857 84.563065)
+ (xy 73.365373 84.560585)
+ (xy 73.356351 84.55288)
+ (xy 73.3299 84.528041)
+ (xy 73.324121 84.522614)
+ (xy 73.317175 84.518795)
+ (xy 73.317172 84.518793)
+ (xy 73.306366 84.512852)
+ (xy 73.289847 84.502001)
+ (xy 73.289383 84.501641)
+ (xy 73.273841 84.489586)
+ (xy 73.266572 84.486441)
+ (xy 73.266568 84.486438)
+ (xy 73.233263 84.472026)
+ (xy 73.222613 84.466809)
+ (xy 73.18386 84.445505)
+ (xy 73.164237 84.440467)
+ (xy 73.145534 84.434063)
+ (xy 73.13422 84.429167)
+ (xy 73.134219 84.429167)
+ (xy 73.126945 84.426019)
+ (xy 73.119122 84.42478)
+ (xy 73.119112 84.424777)
+ (xy 73.083276 84.419101)
+ (xy 73.071656 84.416695)
+ (xy 73.036511 84.407672)
+ (xy 73.03651 84.407672)
+ (xy 73.02883 84.4057)
+ (xy 73.008576 84.4057)
+ (xy 72.988865 84.404149)
+ (xy 72.976686 84.40222)
+ (xy 72.968857 84.40098)
+ (xy 72.960965 84.401726)
+ (xy 72.924839 84.405141)
+ (xy 72.912981 84.4057)
+ (xy 71.844782 84.4057)
+ (xy 71.776661 84.385698)
+ (xy 71.730168 84.332042)
+ (xy 71.726801 84.323931)
+ (xy 71.718169 84.300907)
+ (xy 71.718168 84.300904)
+ (xy 71.715015 84.292495)
+ (xy 71.627661 84.175939)
+ (xy 71.511105 84.088585)
+ (xy 71.374716 84.037455)
+ (xy 71.312534 84.0307)
+ (xy 70.216266 84.0307)
+ (xy 70.154084 84.037455)
+ (xy 70.017695 84.088585)
+ (xy 70.016626 84.085733)
+ (xy 69.962134 84.097648)
+ (xy 69.895587 84.072908)
+ (xy 69.85298 84.016118)
+ (xy 69.845553 83.960038)
+ (xy 70.019786 82.126678)
+ (xy 70.039808 81.916)
+ (xy 70.041043 81.9067)
+ (xy 70.04744 81.869273)
+ (xy 70.62311 78.500935)
+ (xy 70.626615 78.485981)
+ (xy 70.627432 78.483258)
+ (xy 71.619971 75.172549)
+ (xy 71.62454 75.159832)
+ (xy 72.956498 71.996781)
+ (xy 72.959924 71.989332)
+ (xy 74.543551 68.822078)
+ (xy 74.549559 68.811397)
+ (xy 76.368618 65.91707)
+ (xy 76.379676 65.902068)
+ (xy 76.637663 65.601435)
+ (xy 76.795979 65.416949)
+ (xy 76.824012 65.392665)
+ (xy 76.825479 65.391733)
+ (xy 77.575901 64.914795)
+ (xy 77.620907 64.886191)
+ (xy 77.643202 64.874952)
+ (xy 78.369788 64.595077)
+ (xy 78.572689 64.516921)
+ (xy 78.617979 64.5085)
+ (xy 79.633279 64.5085)
+ (xy 79.653884 64.510196)
+ (xy 80.09555 64.583409)
+ (xy 80.096613 64.58359)
+ (xy 80.176566 64.597547)
+ (xy 80.207172 64.594116)
+ (xy 80.223974 64.593363)
+ (xy 80.235783 64.593623)
+ (xy 80.25386 64.594021)
+ (xy 80.262531 64.591691)
+ (xy 80.262534 64.591691)
+ (xy 80.286035 64.585377)
+ (xy 80.28692 64.585174)
+ (xy 80.287787 64.585077)
+ (xy 80.290146 64.584434)
+ (xy 80.290159 64.584431)
+ (xy 80.331089 64.573274)
+ (xy 80.331532 64.573154)
+ (xy 80.346797 64.569053)
+ (xy 80.394529 64.556229)
+ (xy 80.395152 64.55585)
+ (xy 80.395672 64.555668)
+ (xy 81.021103 64.38518)
+ (xy 81.192653 64.338417)
+ (xy 81.212808 64.335098)
+ (xy 81.216694 64.3343)
+ (xy 81.225657 64.33376)
+ (xy 81.258633 64.321921)
+ (xy 81.271222 64.317402)
+ (xy 81.280654 64.314429)
+ (xy 81.287083 64.312676)
+ (xy 81.287087 64.312675)
+ (xy 81.291411 64.311496)
+ (xy 81.305952 64.305205)
+ (xy 81.313388 64.302265)
+ (xy 81.330993 64.295944)
+ (xy 81.339972 64.291048)
+ (xy 81.350247 64.286038)
+ (xy 81.383 64.271866)
+ (xy 81.383001 64.271866)
+ (xy 81.391239 64.268301)
+ (xy 81.400081 64.260961)
+ (xy 81.420242 64.247287)
+ (xy 82.286675 63.774919)
+ (xy 82.289919 63.773211)
+ (xy 82.306914 63.764577)
+ (xy 82.347855 63.743778)
+ (xy 82.374779 63.718467)
+ (xy 82.385695 63.709311)
+ (xy 82.407972 63.692676)
+ (xy 82.415168 63.687303)
+ (xy 82.420563 63.680131)
+ (xy 82.420565 63.680129)
+ (xy 82.456501 63.632355)
+ (xy 82.457794 63.630667)
+ (xy 83.006518 62.92626)
+ (xy 83.022982 62.909047)
+ (xy 83.02378 62.908141)
+ (xy 83.030605 62.90232)
+ (xy 83.03552 62.89482)
+ (xy 83.035525 62.894814)
+ (xy 83.056592 62.862664)
+ (xy 83.062582 62.85429)
+ (xy 83.065982 62.849925)
+ (xy 83.068739 62.846386)
+ (xy 83.077008 62.831929)
+ (xy 83.080992 62.825429)
+ (xy 83.089277 62.812787)
+ (xy 83.08928 62.812781)
+ (xy 83.091948 62.80871)
+ (xy 83.095845 62.800114)
+ (xy 83.10123 62.789581)
+ (xy 83.118286 62.759762)
+ (xy 83.118287 62.759759)
+ (xy 83.122744 62.751967)
+ (xy 83.124835 62.743236)
+ (xy 83.124837 62.743231)
+ (xy 83.125621 62.739957)
+ (xy 83.133396 62.717281)
+ (xy 83.402037 62.124688)
+ (xy 83.527021 61.848987)
+ (xy 83.527713 61.847489)
+ (xy 83.552604 61.794472)
+ (xy 83.558131 61.7827)
+ (xy 83.563035 61.751204)
+ (xy 83.566558 61.735371)
+ (xy 83.575471 61.704764)
+ (xy 83.57535 61.59597)
+ (xy 83.57535 59.923613)
+ (xy 83.578174 59.897085)
+ (xy 83.679497 59.426619)
+ (xy 83.799571 58.869091)
+ (xy 83.812119 58.835309)
+ (xy 83.824925 58.811821)
+ (xy 84.155008 58.206366)
+ (xy 89.6442 58.206366)
+ (xy 89.644537 58.212882)
+ (xy 89.654275 58.306732)
+ (xy 89.657168 58.320128)
+ (xy 89.707688 58.471553)
+ (xy 89.713853 58.484715)
+ (xy 89.797626 58.620092)
+ (xy 89.80666 58.63149)
+ (xy 89.919329 58.743963)
+ (xy 89.93074 58.752975)
+ (xy 90.066263 58.836512)
+ (xy 90.079441 58.842656)
+ (xy 90.230966 58.892915)
+ (xy 90.244332 58.895781)
+ (xy 90.33697 58.905272)
+ (xy 90.343385 58.9056)
+ (xy 90.355085 58.9056)
+ (xy 90.370324 58.901125)
+ (xy 90.371529 58.899735)
+ (xy 90.3732 58.892052)
+ (xy 90.3732 58.887485)
+ (xy 90.8812 58.887485)
+ (xy 90.885675 58.902724)
+ (xy 90.887065 58.903929)
+ (xy 90.894748 58.9056)
+ (xy 90.910966 58.9056)
+ (xy 90.917482 58.905263)
+ (xy 91.011332 58.895525)
+ (xy 91.024728 58.892632)
+ (xy 91.176153 58.842112)
+ (xy 91.189315 58.835947)
+ (xy 91.324692 58.752174)
+ (xy 91.33609 58.74314)
+ (xy 91.448563 58.630471)
+ (xy 91.457575 58.61906)
+ (xy 91.541112 58.483537)
+ (xy 91.547256 58.470359)
+ (xy 91.597515 58.318834)
+ (xy 91.600381 58.305468)
+ (xy 91.609872 58.21283)
+ (xy 91.6102 58.206415)
+ (xy 91.6102 58.182215)
+ (xy 91.605725 58.166976)
+ (xy 91.604335 58.165771)
+ (xy 91.596652 58.1641)
+ (xy 90.899315 58.1641)
+ (xy 90.884076 58.168575)
+ (xy 90.882871 58.169965)
+ (xy 90.8812 58.177648)
+ (xy 90.8812 58.887485)
+ (xy 90.3732 58.887485)
+ (xy 90.3732 58.182215)
+ (xy 90.368725 58.166976)
+ (xy 90.367335 58.165771)
+ (xy 90.359652 58.1641)
+ (xy 89.662315 58.1641)
+ (xy 89.647076 58.168575)
+ (xy 89.645871 58.169965)
+ (xy 89.6442 58.177648)
+ (xy 89.6442 58.206366)
+ (xy 84.155008 58.206366)
+ (xy 84.231415 58.066217)
+ (xy 84.252946 58.037434)
+ (xy 84.988326 57.302051)
+ (xy 85.008463 57.285691)
+ (xy 85.115576 57.215648)
+ (xy 87.132752 55.89658)
+ (xy 87.140487 55.89191)
+ (xy 87.166351 55.877532)
+ (xy 90.130927 54.229494)
+ (xy 90.144328 54.223048)
+ (xy 93.387316 52.892806)
+ (xy 93.396183 52.889552)
+ (xy 94.531963 52.520365)
+ (xy 94.60293 52.518329)
)
)
(filled_polygon
@@ -12100,6 +11049,8 @@
(xy 78.730178 72.290549)
(xy 78.710058 72.352472)
(xy 78.690096 72.5424)
+ (xy 78.690786 72.548965)
+ (xy 78.696319 72.601604)
(xy 78.710058 72.732328)
(xy 78.769073 72.913956)
(xy 78.86456 73.079344)
@@ -12159,30 +11110,20 @@
(xy 82.046188 73.146032)
(xy 82.08737 73.203864)
(xy 82.0943 73.245075)
- (xy 82.0943 75.072605)
- (xy 82.074298 75.140726)
- (xy 82.057395 75.1617)
- (xy 80.379741 76.839354)
- (xy 80.371463 76.846887)
- (xy 80.364982 76.851)
- (xy 80.359555 76.85678)
- (xy 80.359553 76.856781)
- (xy 80.318365 76.900643)
- (xy 80.315609 76.903487)
- (xy 79.987699 77.231396)
- (xy 79.925387 77.265421)
- (xy 79.898604 77.2683)
- (xy 79.442178 77.2683)
- (xy 79.374057 77.248298)
- (xy 79.327564 77.194642)
- (xy 79.321181 77.177453)
- (xy 79.308357 77.133312)
- (xy 79.308356 77.13331)
- (xy 79.306145 77.125699)
- (xy 79.260547 77.048597)
- (xy 79.225491 76.98932)
- (xy 79.225489 76.989317)
- (xy 79.221453 76.982493)
+ (xy 82.0943 74.183606)
+ (xy 82.074298 74.251727)
+ (xy 82.057395 74.272701)
+ (xy 81.235453 75.094642)
+ (xy 80.379747 75.950348)
+ (xy 80.371461 75.957888)
+ (xy 80.364982 75.962)
+ (xy 80.359557 75.967777)
+ (xy 80.318357 76.011651)
+ (xy 80.315634 76.014461)
+ (xy 79.37362 76.956475)
+ (xy 79.311311 76.990498)
+ (xy 79.240496 76.985434)
+ (xy 79.195433 76.956473)
(xy 79.103807 76.864847)
(xy 79.096983 76.860811)
(xy 79.09698 76.860809)
@@ -12227,7 +11168,7 @@
(xy 77.740085 78.500938)
(xy 77.741438 78.518131)
(xy 77.766985 78.606066)
- (xy 77.781015 78.654356)
+ (xy 77.776301 78.63813)
(xy 77.787855 78.677901)
(xy 77.791892 78.684727)
(xy 77.833453 78.755003)
@@ -12315,7 +11256,7 @@
(xy 77.360547 78.755003)
(xy 77.402108 78.684727)
(xy 77.406145 78.677901)
- (xy 77.412986 78.654356)
+ (xy 77.4177 78.63813)
(xy 77.427015 78.606066)
(xy 77.452562 78.518131)
(xy 77.453916 78.500938)
@@ -12389,409 +11330,516 @@
(pts
(xy 110.284227 62.822602)
(xy 110.305197 62.839501)
- (xy 111.259597 63.793902)
- (xy 111.293621 63.856212)
- (xy 111.2965 63.882995)
- (xy 111.2965 64.362725)
- (xy 111.276498 64.430846)
- (xy 111.246065 64.463551)
- (xy 111.141739 64.541739)
- (xy 111.054385 64.658295)
- (xy 111.003255 64.794684)
- (xy 110.9965 64.856866)
- (xy 110.9965 65.803134)
- (xy 111.003255 65.865316)
- (xy 111.054385 66.001705)
- (xy 111.141739 66.118261)
- (xy 111.258295 66.205615)
- (xy 111.394684 66.256745)
- (xy 111.456866 66.2635)
- (xy 112.403134 66.2635)
- (xy 112.465316 66.256745)
- (xy 112.601705 66.205615)
- (xy 112.718261 66.118261)
- (xy 112.805615 66.001705)
- (xy 112.856745 65.865316)
- (xy 112.857598 65.85746)
- (xy 112.857917 65.85612)
- (xy 112.893135 65.794473)
- (xy 112.95609 65.761653)
- (xy 113.026795 65.768079)
- (xy 113.082802 65.811711)
- (xy 113.1065 65.885266)
- (xy 113.1065 66.563134)
- (xy 113.113255 66.625316)
- (xy 113.164385 66.761705)
- (xy 113.251739 66.878261)
- (xy 113.368295 66.965615)
- (xy 113.376703 66.968767)
- (xy 113.384575 66.973077)
- (xy 113.383739 66.974604)
- (xy 113.432004 67.010862)
- (xy 113.456702 67.077424)
- (xy 113.441493 67.146772)
- (xy 113.391206 67.19689)
- (xy 113.331008 67.2122)
- (xy 98.226661 67.2122)
- (xy 98.15854 67.192198)
- (xy 98.112047 67.138542)
- (xy 98.101943 67.068268)
- (xy 98.125835 67.010635)
- (xy 98.179786 66.938648)
- (xy 98.188324 66.923054)
- (xy 98.233478 66.802606)
- (xy 98.237105 66.787351)
- (xy 98.242631 66.736486)
- (xy 98.243 66.729672)
- (xy 98.243 66.532115)
- (xy 98.238525 66.516876)
- (xy 98.237135 66.515671)
- (xy 98.229452 66.514)
- (xy 96.395116 66.514)
- (xy 96.379877 66.518475)
- (xy 96.378672 66.519865)
- (xy 96.377001 66.527548)
- (xy 96.377001 66.729669)
- (xy 96.377371 66.73649)
- (xy 96.382895 66.787352)
- (xy 96.386521 66.802604)
- (xy 96.431676 66.923054)
- (xy 96.440214 66.938648)
- (xy 96.494165 67.010635)
- (xy 96.519013 67.077141)
- (xy 96.50396 67.146524)
- (xy 96.453786 67.196754)
- (xy 96.393339 67.2122)
- (xy 94.592094 67.2122)
- (xy 94.523973 67.192198)
- (xy 94.47748 67.138542)
- (xy 94.467376 67.068268)
- (xy 94.49687 67.003688)
- (xy 94.502999 66.997105)
- (xy 95.512219 65.987885)
- (xy 96.377 65.987885)
- (xy 96.381475 66.003124)
- (xy 96.382865 66.004329)
- (xy 96.390548 66.006)
- (xy 97.037885 66.006)
- (xy 97.053124 66.001525)
- (xy 97.054329 66.000135)
- (xy 97.056 65.992452)
- (xy 97.056 65.987885)
- (xy 97.564 65.987885)
- (xy 97.568475 66.003124)
- (xy 97.569865 66.004329)
- (xy 97.577548 66.006)
- (xy 98.224884 66.006)
- (xy 98.240123 66.001525)
- (xy 98.241328 66.000135)
- (xy 98.242999 65.992452)
- (xy 98.242999 65.790331)
- (xy 98.242629 65.78351)
- (xy 98.237105 65.732648)
- (xy 98.233479 65.717396)
- (xy 98.188324 65.596946)
- (xy 98.179786 65.581351)
- (xy 98.103285 65.479276)
- (xy 98.090724 65.466715)
- (xy 97.988649 65.390214)
- (xy 97.973054 65.381676)
- (xy 97.852606 65.336522)
- (xy 97.837351 65.332895)
- (xy 97.786486 65.327369)
- (xy 97.779672 65.327)
- (xy 97.582115 65.327)
- (xy 97.566876 65.331475)
- (xy 97.565671 65.332865)
- (xy 97.564 65.340548)
- (xy 97.564 65.987885)
- (xy 97.056 65.987885)
- (xy 97.056 65.345116)
- (xy 97.051525 65.329877)
- (xy 97.050135 65.328672)
- (xy 97.042452 65.327001)
- (xy 96.840331 65.327001)
- (xy 96.83351 65.327371)
- (xy 96.782648 65.332895)
- (xy 96.767396 65.336521)
- (xy 96.646946 65.381676)
- (xy 96.631351 65.390214)
- (xy 96.529276 65.466715)
- (xy 96.516715 65.479276)
- (xy 96.440214 65.581351)
- (xy 96.431676 65.596946)
- (xy 96.386522 65.717394)
- (xy 96.382895 65.732649)
- (xy 96.377369 65.783514)
- (xy 96.377 65.790328)
- (xy 96.377 65.987885)
- (xy 95.512219 65.987885)
- (xy 96.618499 64.881605)
- (xy 96.680811 64.847579)
- (xy 96.707594 64.8447)
- (xy 98.44586 64.8447)
- (xy 98.513981 64.864702)
- (xy 98.560474 64.918358)
- (xy 98.571123 64.984307)
- (xy 98.566869 65.023467)
- (xy 98.5665 65.026866)
- (xy 98.5665 65.973134)
- (xy 98.573255 66.035316)
- (xy 98.624385 66.171705)
- (xy 98.711739 66.288261)
- (xy 98.828295 66.375615)
- (xy 98.964684 66.426745)
- (xy 99.026866 66.4335)
- (xy 99.973134 66.4335)
- (xy 100.035316 66.426745)
- (xy 100.171705 66.375615)
- (xy 100.288261 66.288261)
- (xy 100.375615 66.171705)
- (xy 100.426745 66.035316)
- (xy 100.4335 65.973134)
- (xy 100.4335 65.026866)
- (xy 100.426745 64.964684)
- (xy 100.375615 64.828295)
- (xy 100.288261 64.711739)
- (xy 100.185651 64.634837)
- (xy 100.143137 64.577977)
- (xy 100.137263 64.533442)
- (xy 100.135702 64.533491)
- (xy 100.133562 64.465401)
- (xy 100.1335 64.461443)
- (xy 100.1335 64.433544)
- (xy 100.132996 64.429553)
- (xy 100.132063 64.417695)
- (xy 100.132005 64.415842)
- (xy 100.149866 64.347129)
- (xy 100.202041 64.29898)
- (xy 100.257943 64.2859)
- (xy 100.625006 64.2859)
- (xy 100.693127 64.305902)
- (xy 100.714101 64.322805)
- (xy 100.730082 64.338786)
- (xy 100.764108 64.401098)
- (xy 100.766774 64.434347)
- (xy 100.7665 64.436866)
- (xy 100.7665 65.383134)
- (xy 100.773255 65.445316)
- (xy 100.824385 65.581705)
- (xy 100.911739 65.698261)
- (xy 101.028295 65.785615)
- (xy 101.164684 65.836745)
- (xy 101.226866 65.8435)
- (xy 102.173134 65.8435)
- (xy 102.235316 65.836745)
- (xy 102.371705 65.785615)
- (xy 102.488261 65.698261)
- (xy 102.575615 65.581705)
- (xy 102.626745 65.445316)
- (xy 102.6335 65.383134)
- (xy 102.6335 64.436866)
- (xy 102.626745 64.374684)
- (xy 102.575615 64.238295)
- (xy 102.488261 64.121739)
- (xy 102.371705 64.034385)
- (xy 102.235316 63.983255)
- (xy 102.21144 63.980661)
- (xy 102.203016 63.979746)
- (xy 102.136316 63.951573)
- (xy 102.134644 63.95019)
- (xy 102.094902 63.891359)
- (xy 102.093275 63.820382)
- (xy 102.13028 63.759791)
- (xy 102.194168 63.728826)
- (xy 102.214953 63.7271)
- (xy 102.428406 63.7271)
- (xy 102.496527 63.747102)
- (xy 102.517501 63.764005)
- (xy 103.009595 64.256099)
- (xy 103.043621 64.318411)
- (xy 103.0465 64.345194)
- (xy 103.0465 65.043134)
- (xy 103.053255 65.105316)
- (xy 103.104385 65.241705)
- (xy 103.191739 65.358261)
- (xy 103.308295 65.445615)
- (xy 103.444684 65.496745)
- (xy 103.506866 65.5035)
- (xy 104.453134 65.5035)
- (xy 104.515316 65.496745)
- (xy 104.651705 65.445615)
- (xy 104.768261 65.358261)
- (xy 104.855615 65.241705)
- (xy 104.906745 65.105316)
- (xy 104.9135 65.043134)
- (xy 104.9135 64.963134)
- (xy 105.3365 64.963134)
- (xy 105.343255 65.025316)
- (xy 105.394385 65.161705)
- (xy 105.481739 65.278261)
- (xy 105.598295 65.365615)
- (xy 105.734684 65.416745)
- (xy 105.796866 65.4235)
- (xy 106.743134 65.4235)
- (xy 106.805316 65.416745)
- (xy 106.941705 65.365615)
- (xy 107.043039 65.289669)
- (xy 108.707001 65.289669)
- (xy 108.707371 65.29649)
- (xy 108.712895 65.347352)
- (xy 108.716521 65.362604)
- (xy 108.761676 65.483054)
- (xy 108.770214 65.498649)
- (xy 108.846715 65.600724)
- (xy 108.859276 65.613285)
- (xy 108.961351 65.689786)
- (xy 108.976946 65.698324)
- (xy 109.097394 65.743478)
- (xy 109.112649 65.747105)
- (xy 109.163514 65.752631)
- (xy 109.170328 65.753)
- (xy 109.367885 65.753)
- (xy 109.383124 65.748525)
- (xy 109.384329 65.747135)
- (xy 109.386 65.739452)
- (xy 109.386 65.734884)
- (xy 109.894 65.734884)
- (xy 109.898475 65.750123)
- (xy 109.899865 65.751328)
- (xy 109.907548 65.752999)
- (xy 110.109669 65.752999)
- (xy 110.11649 65.752629)
- (xy 110.167352 65.747105)
- (xy 110.182604 65.743479)
- (xy 110.303054 65.698324)
- (xy 110.318649 65.689786)
- (xy 110.420724 65.613285)
- (xy 110.433285 65.600724)
- (xy 110.509786 65.498649)
- (xy 110.518324 65.483054)
- (xy 110.563478 65.362606)
- (xy 110.567105 65.347351)
- (xy 110.572631 65.296486)
- (xy 110.573 65.289672)
- (xy 110.573 65.092115)
- (xy 110.568525 65.076876)
- (xy 110.567135 65.075671)
- (xy 110.559452 65.074)
- (xy 109.912115 65.074)
- (xy 109.896876 65.078475)
- (xy 109.895671 65.079865)
- (xy 109.894 65.087548)
- (xy 109.894 65.734884)
- (xy 109.386 65.734884)
- (xy 109.386 65.092115)
- (xy 109.381525 65.076876)
- (xy 109.380135 65.075671)
- (xy 109.372452 65.074)
- (xy 108.725116 65.074)
- (xy 108.709877 65.078475)
- (xy 108.708672 65.079865)
- (xy 108.707001 65.087548)
- (xy 108.707001 65.289669)
- (xy 107.043039 65.289669)
- (xy 107.058261 65.278261)
- (xy 107.145615 65.161705)
- (xy 107.196745 65.025316)
- (xy 107.2035 64.963134)
- (xy 107.2035 64.547885)
- (xy 108.707 64.547885)
- (xy 108.711475 64.563124)
- (xy 108.712865 64.564329)
- (xy 108.720548 64.566)
- (xy 109.367885 64.566)
- (xy 109.383124 64.561525)
- (xy 109.384329 64.560135)
- (xy 109.386 64.552452)
- (xy 109.386 64.547885)
- (xy 109.894 64.547885)
- (xy 109.898475 64.563124)
- (xy 109.899865 64.564329)
- (xy 109.907548 64.566)
- (xy 110.554884 64.566)
- (xy 110.570123 64.561525)
- (xy 110.571328 64.560135)
- (xy 110.572999 64.552452)
- (xy 110.572999 64.350331)
- (xy 110.572629 64.34351)
- (xy 110.567105 64.292648)
- (xy 110.563479 64.277396)
- (xy 110.518324 64.156946)
- (xy 110.509786 64.141351)
- (xy 110.433285 64.039276)
- (xy 110.420724 64.026715)
- (xy 110.318649 63.950214)
- (xy 110.303054 63.941676)
- (xy 110.182606 63.896522)
- (xy 110.167351 63.892895)
- (xy 110.116486 63.887369)
- (xy 110.109672 63.887)
- (xy 109.912115 63.887)
- (xy 109.896876 63.891475)
- (xy 109.895671 63.892865)
- (xy 109.894 63.900548)
- (xy 109.894 64.547885)
- (xy 109.386 64.547885)
- (xy 109.386 63.905116)
- (xy 109.381525 63.889877)
- (xy 109.380135 63.888672)
- (xy 109.372452 63.887001)
- (xy 109.170331 63.887001)
- (xy 109.16351 63.887371)
- (xy 109.112648 63.892895)
- (xy 109.097396 63.896521)
- (xy 108.976946 63.941676)
- (xy 108.961351 63.950214)
- (xy 108.859276 64.026715)
- (xy 108.846715 64.039276)
- (xy 108.770214 64.141351)
- (xy 108.761676 64.156946)
- (xy 108.716522 64.277394)
- (xy 108.712895 64.292649)
- (xy 108.707369 64.343514)
- (xy 108.707 64.350328)
- (xy 108.707 64.547885)
- (xy 107.2035 64.547885)
- (xy 107.2035 64.016866)
- (xy 107.196745 63.954684)
- (xy 107.145615 63.818295)
- (xy 107.058261 63.701739)
- (xy 106.941705 63.614385)
- (xy 106.805316 63.563255)
- (xy 106.74944 63.557185)
- (xy 106.746531 63.556869)
- (xy 106.743134 63.5565)
- (xy 105.796866 63.5565)
- (xy 105.793469 63.556869)
- (xy 105.79056 63.557185)
- (xy 105.734684 63.563255)
- (xy 105.598295 63.614385)
- (xy 105.481739 63.701739)
- (xy 105.394385 63.818295)
- (xy 105.343255 63.954684)
- (xy 105.3365 64.016866)
- (xy 105.3365 64.963134)
- (xy 104.9135 64.963134)
- (xy 104.9135 64.096866)
- (xy 104.906745 64.034684)
- (xy 104.855615 63.898295)
- (xy 104.768261 63.781739)
- (xy 104.651705 63.694385)
- (xy 104.515316 63.643255)
- (xy 104.453134 63.6365)
- (xy 104.233995 63.6365)
- (xy 104.165874 63.616498)
- (xy 104.1449 63.599595)
- (xy 103.563 63.017695)
- (xy 103.528974 62.955383)
- (xy 103.534039 62.884568)
- (xy 103.576586 62.827732)
- (xy 103.643106 62.802921)
- (xy 103.652095 62.8026)
+ (xy 111.256769 63.791074)
+ (xy 111.290793 63.853384)
+ (xy 111.285728 63.9242)
+ (xy 111.243181 63.981035)
+ (xy 111.233507 63.987599)
+ (xy 111.097412 64.070999)
+ (xy 111.028879 64.089538)
+ (xy 110.961202 64.068082)
+ (xy 110.924145 64.029402)
+ (xy 110.882568 63.961555)
+ (xy 110.87211 63.952093)
+ (xy 110.863334 63.955876)
+ (xy 108.77892 66.04029)
+ (xy 108.77216 66.05267)
+ (xy 108.777887 66.06032)
+ (xy 108.949042 66.165205)
+ (xy 108.957837 66.169687)
+ (xy 109.167988 66.256734)
+ (xy 109.177373 66.259783)
+ (xy 109.398554 66.312885)
+ (xy 109.408301 66.314428)
+ (xy 109.63507 66.332275)
+ (xy 109.64493 66.332275)
+ (xy 109.871699 66.314428)
+ (xy 109.881446 66.312885)
+ (xy 110.102627 66.259783)
+ (xy 110.112012 66.256734)
+ (xy 110.322163 66.169687)
+ (xy 110.330948 66.16521)
+ (xy 110.471899 66.078835)
+ (xy 110.540432 66.060297)
+ (xy 110.608109 66.081753)
+ (xy 110.645167 66.120432)
+ (xy 110.705824 66.219416)
+ (xy 110.860031 66.399969)
+ (xy 111.040584 66.554176)
+ (xy 111.044792 66.556755)
+ (xy 111.044798 66.556759)
+ (xy 111.215996 66.661669)
+ (xy 111.243037 66.67824)
+ (xy 111.247607 66.680133)
+ (xy 111.247611 66.680135)
+ (xy 111.388458 66.738475)
+ (xy 111.462406 66.769105)
+ (xy 111.512715 66.781183)
+ (xy 111.688476 66.82338)
+ (xy 111.688482 66.823381)
+ (xy 111.693289 66.824535)
+ (xy 111.93 66.843165)
+ (xy 112.166711 66.824535)
+ (xy 112.171518 66.823381)
+ (xy 112.171524 66.82338)
+ (xy 112.347285 66.781183)
+ (xy 112.397594 66.769105)
+ (xy 112.529942 66.714285)
+ (xy 112.600532 66.706696)
+ (xy 112.664019 66.738475)
+ (xy 112.690194 66.773183)
+ (xy 112.69176 66.776963)
+ (xy 112.694346 66.781183)
+ (xy 112.813241 66.975202)
+ (xy 112.813245 66.975208)
+ (xy 112.815824 66.979416)
+ (xy 112.828737 66.994535)
+ (xy 112.837136 67.004369)
+ (xy 112.866167 67.069159)
+ (xy 112.855562 67.139359)
+ (xy 112.808687 67.192681)
+ (xy 112.741325 67.2122)
+ (xy 99.894641 67.2122)
+ (xy 99.82652 67.192198)
+ (xy 99.780027 67.138542)
+ (xy 99.769923 67.068268)
+ (xy 99.799417 67.003688)
+ (xy 99.865227 66.963681)
+ (xy 99.967594 66.939105)
+ (xy 100.003612 66.924186)
+ (xy 100.182389 66.850135)
+ (xy 100.182393 66.850133)
+ (xy 100.186963 66.84824)
+ (xy 100.29639 66.781183)
+ (xy 100.385202 66.726759)
+ (xy 100.385208 66.726755)
+ (xy 100.389416 66.724176)
+ (xy 100.569969 66.569969)
+ (xy 100.724176 66.389416)
+ (xy 100.795641 66.272796)
+ (xy 100.848289 66.225165)
+ (xy 100.91833 66.213558)
+ (xy 100.968909 66.231199)
+ (xy 101.008807 66.255649)
+ (xy 101.008817 66.255654)
+ (xy 101.013037 66.25824)
+ (xy 101.017607 66.260133)
+ (xy 101.017611 66.260135)
+ (xy 101.227833 66.347211)
+ (xy 101.232406 66.349105)
+ (xy 101.312609 66.36836)
+ (xy 101.458476 66.40338)
+ (xy 101.458482 66.403381)
+ (xy 101.463289 66.404535)
+ (xy 101.7 66.423165)
+ (xy 101.936711 66.404535)
+ (xy 101.941518 66.403381)
+ (xy 101.941524 66.40338)
+ (xy 102.087391 66.36836)
+ (xy 102.167594 66.349105)
+ (xy 102.172167 66.347211)
+ (xy 102.382389 66.260135)
+ (xy 102.382393 66.260133)
+ (xy 102.386963 66.25824)
+ (xy 102.43109 66.231199)
+ (xy 102.585202 66.136759)
+ (xy 102.585208 66.136755)
+ (xy 102.589416 66.134176)
+ (xy 102.769969 65.979969)
+ (xy 102.915268 65.809846)
+ (xy 102.974719 65.771037)
+ (xy 103.045713 65.770531)
+ (xy 103.085141 65.789741)
+ (xy 103.086817 65.790959)
+ (xy 103.090584 65.794176)
+ (xy 103.094806 65.796763)
+ (xy 103.094807 65.796764)
+ (xy 103.165582 65.840135)
+ (xy 103.293037 65.91824)
+ (xy 103.297607 65.920133)
+ (xy 103.297611 65.920135)
+ (xy 103.498065 66.003165)
+ (xy 103.512406 66.009105)
+ (xy 103.592363 66.028301)
+ (xy 103.738476 66.06338)
+ (xy 103.738482 66.063381)
+ (xy 103.743289 66.064535)
+ (xy 103.98 66.083165)
+ (xy 104.216711 66.064535)
+ (xy 104.221518 66.063381)
+ (xy 104.221524 66.06338)
+ (xy 104.367637 66.028301)
+ (xy 104.447594 66.009105)
+ (xy 104.461935 66.003165)
+ (xy 104.662389 65.920135)
+ (xy 104.662393 65.920133)
+ (xy 104.666963 65.91824)
+ (xy 104.693353 65.902068)
+ (xy 104.865202 65.796759)
+ (xy 104.865208 65.796755)
+ (xy 104.869416 65.794176)
+ (xy 105.002243 65.680731)
+ (xy 105.046205 65.643184)
+ (xy 105.046207 65.643182)
+ (xy 105.049969 65.639969)
+ (xy 105.070941 65.615414)
+ (xy 105.130389 65.576607)
+ (xy 105.201384 65.576099)
+ (xy 105.24858 65.601435)
+ (xy 105.376818 65.71096)
+ (xy 105.376822 65.710963)
+ (xy 105.380584 65.714176)
+ (xy 105.384792 65.716755)
+ (xy 105.384798 65.716759)
+ (xy 105.516348 65.797373)
+ (xy 105.583037 65.83824)
+ (xy 105.587607 65.840133)
+ (xy 105.587611 65.840135)
+ (xy 105.78075 65.920135)
+ (xy 105.802406 65.929105)
+ (xy 105.882609 65.94836)
+ (xy 106.028476 65.98338)
+ (xy 106.028482 65.983381)
+ (xy 106.033289 65.984535)
+ (xy 106.27 66.003165)
+ (xy 106.506711 65.984535)
+ (xy 106.511518 65.983381)
+ (xy 106.511524 65.98338)
+ (xy 106.657391 65.94836)
+ (xy 106.737594 65.929105)
+ (xy 106.75925 65.920135)
+ (xy 106.952389 65.840135)
+ (xy 106.952393 65.840133)
+ (xy 106.956963 65.83824)
+ (xy 107.023652 65.797373)
+ (xy 107.155202 65.716759)
+ (xy 107.155208 65.716755)
+ (xy 107.159416 65.714176)
+ (xy 107.339969 65.559969)
+ (xy 107.494176 65.379416)
+ (xy 107.496755 65.375208)
+ (xy 107.496759 65.375202)
+ (xy 107.615654 65.181183)
+ (xy 107.61824 65.176963)
+ (xy 107.622766 65.166038)
+ (xy 107.707211 64.962167)
+ (xy 107.707212 64.962165)
+ (xy 107.709105 64.957594)
+ (xy 107.734114 64.853423)
+ (xy 107.740955 64.82493)
+ (xy 108.127725 64.82493)
+ (xy 108.145572 65.051699)
+ (xy 108.147115 65.061446)
+ (xy 108.200217 65.282627)
+ (xy 108.203266 65.292012)
+ (xy 108.290313 65.502163)
+ (xy 108.294795 65.510958)
+ (xy 108.397432 65.678445)
+ (xy 108.40789 65.687907)
+ (xy 108.416666 65.684124)
+ (xy 109.267978 64.832812)
+ (xy 109.275592 64.818868)
+ (xy 109.275461 64.817035)
+ (xy 109.27121 64.81042)
+ (xy 108.41971 63.95892)
+ (xy 108.40733 63.95216)
+ (xy 108.39968 63.957887)
+ (xy 108.294795 64.129042)
+ (xy 108.290313 64.137837)
+ (xy 108.203266 64.347988)
+ (xy 108.200217 64.357373)
+ (xy 108.147115 64.578554)
+ (xy 108.145572 64.588301)
+ (xy 108.127725 64.81507)
+ (xy 108.127725 64.82493)
+ (xy 107.740955 64.82493)
+ (xy 107.76338 64.731524)
+ (xy 107.763381 64.731518)
+ (xy 107.764535 64.726711)
+ (xy 107.783165 64.49)
+ (xy 107.764535 64.253289)
+ (xy 107.763095 64.247287)
+ (xy 107.711756 64.033448)
+ (xy 107.709105 64.022406)
+ (xy 107.706793 64.016825)
+ (xy 107.620135 63.807611)
+ (xy 107.620133 63.807607)
+ (xy 107.61824 63.803037)
+ (xy 107.604633 63.780833)
+ (xy 107.496759 63.604798)
+ (xy 107.496755 63.604792)
+ (xy 107.494176 63.600584)
+ (xy 107.483334 63.58789)
+ (xy 108.772093 63.58789)
+ (xy 108.775876 63.596666)
+ (xy 109.627188 64.447978)
+ (xy 109.641132 64.455592)
+ (xy 109.642965 64.455461)
+ (xy 109.64958 64.45121)
+ (xy 110.50108 63.59971)
+ (xy 110.50784 63.58733)
+ (xy 110.502113 63.57968)
+ (xy 110.330958 63.474795)
+ (xy 110.322163 63.470313)
+ (xy 110.112012 63.383266)
+ (xy 110.102627 63.380217)
+ (xy 109.881446 63.327115)
+ (xy 109.871699 63.325572)
+ (xy 109.64493 63.307725)
+ (xy 109.63507 63.307725)
+ (xy 109.408301 63.325572)
+ (xy 109.398554 63.327115)
+ (xy 109.177373 63.380217)
+ (xy 109.167988 63.383266)
+ (xy 108.957837 63.470313)
+ (xy 108.949042 63.474795)
+ (xy 108.781555 63.577432)
+ (xy 108.772093 63.58789)
+ (xy 107.483334 63.58789)
+ (xy 107.339969 63.420031)
+ (xy 107.159416 63.265824)
+ (xy 107.155208 63.263245)
+ (xy 107.155202 63.263241)
+ (xy 106.961183 63.144346)
+ (xy 106.956963 63.14176)
+ (xy 106.952393 63.139867)
+ (xy 106.952389 63.139865)
+ (xy 106.825648 63.087368)
+ (xy 106.737594 63.050895)
+ (xy 106.732779 63.049739)
+ (xy 106.72876 63.048433)
+ (xy 106.670155 63.008359)
+ (xy 106.642518 62.942962)
+ (xy 106.654625 62.873006)
+ (xy 106.702631 62.8207)
+ (xy 106.767697 62.8026)
(xy 110.216106 62.8026)
)
)
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 98.503807 64.153502)
+ (xy 98.5503 64.207158)
+ (xy 98.560404 64.277432)
+ (xy 98.53091 64.342012)
+ (xy 98.517516 64.355311)
+ (xy 98.433792 64.426818)
+ (xy 98.433787 64.426823)
+ (xy 98.430031 64.430031)
+ (xy 98.275824 64.610584)
+ (xy 98.273245 64.614792)
+ (xy 98.273241 64.614798)
+ (xy 98.201711 64.731524)
+ (xy 98.15176 64.813037)
+ (xy 98.149867 64.817608)
+ (xy 98.149861 64.817619)
+ (xy 98.142214 64.836082)
+ (xy 98.097667 64.891364)
+ (xy 98.030304 64.913786)
+ (xy 97.977587 64.904275)
+ (xy 97.782013 64.823266)
+ (xy 97.772627 64.820217)
+ (xy 97.551446 64.767115)
+ (xy 97.541699 64.765572)
+ (xy 97.31493 64.747725)
+ (xy 97.30507 64.747725)
+ (xy 97.078301 64.765572)
+ (xy 97.068554 64.767115)
+ (xy 96.847373 64.820217)
+ (xy 96.837988 64.823266)
+ (xy 96.627837 64.910313)
+ (xy 96.619042 64.914795)
+ (xy 96.451555 65.017432)
+ (xy 96.442093 65.02789)
+ (xy 96.445876 65.036666)
+ (xy 97.580115 66.170905)
+ (xy 97.614141 66.233217)
+ (xy 97.609076 66.304032)
+ (xy 97.580115 66.349095)
+ (xy 97.399095 66.530115)
+ (xy 97.336783 66.564141)
+ (xy 97.265968 66.559076)
+ (xy 97.220905 66.530115)
+ (xy 96.08971 65.39892)
+ (xy 96.07733 65.39216)
+ (xy 96.06968 65.397887)
+ (xy 95.964795 65.569042)
+ (xy 95.960313 65.577837)
+ (xy 95.873266 65.787988)
+ (xy 95.870217 65.797373)
+ (xy 95.817115 66.018554)
+ (xy 95.815572 66.028301)
+ (xy 95.797725 66.25507)
+ (xy 95.797725 66.26493)
+ (xy 95.815572 66.491699)
+ (xy 95.817115 66.501446)
+ (xy 95.870217 66.722627)
+ (xy 95.873266 66.732012)
+ (xy 95.960313 66.942163)
+ (xy 95.964795 66.950958)
+ (xy 96.007328 67.020365)
+ (xy 96.025867 67.088898)
+ (xy 96.004411 67.156575)
+ (xy 95.949772 67.201908)
+ (xy 95.899896 67.2122)
+ (xy 88.013494 67.2122)
+ (xy 87.945373 67.192198)
+ (xy 87.89888 67.138542)
+ (xy 87.888776 67.068268)
+ (xy 87.91827 67.003688)
+ (xy 87.924399 66.997105)
+ (xy 90.751099 64.170405)
+ (xy 90.813411 64.136379)
+ (xy 90.840194 64.1335)
+ (xy 98.435686 64.1335)
+ )
+ )
+ (filled_polygon
+ (layer "F.Cu")
+ (pts
+ (xy 100.624015 53.079102)
+ (xy 100.670508 53.132758)
+ (xy 100.680612 53.203032)
+ (xy 100.651118 53.267612)
+ (xy 100.634846 53.283297)
+ (xy 100.586127 53.322468)
+ (xy 100.577368 53.331046)
+ (xy 100.458222 53.473039)
+ (xy 100.451292 53.483159)
+ (xy 100.361998 53.645585)
+ (xy 100.357166 53.656858)
+ (xy 100.30112 53.833538)
+ (xy 100.29857 53.845532)
+ (xy 100.282393 53.989761)
+ (xy 100.282 53.996785)
+ (xy 100.282 54.327885)
+ (xy 100.286475 54.343124)
+ (xy 100.287865 54.344329)
+ (xy 100.295548 54.346)
+ (xy 101.847243 54.346)
+ (xy 101.915364 54.366002)
+ (xy 101.9587 54.413235)
+ (xy 102.024922 54.538836)
+ (xy 102.029327 54.544049)
+ (xy 102.02933 54.544053)
+ (xy 102.116051 54.646672)
+ (xy 102.144743 54.711613)
+ (xy 102.13377 54.781756)
+ (xy 102.086617 54.834833)
+ (xy 102.019813 54.854)
+ (xy 101.562115 54.854)
+ (xy 101.546876 54.858475)
+ (xy 101.545671 54.859865)
+ (xy 101.544 54.867548)
+ (xy 101.544 55.242885)
+ (xy 101.548475 55.258124)
+ (xy 101.549865 55.259329)
+ (xy 101.557548 55.261)
+ (xy 102.087885 55.261)
+ (xy 102.103124 55.256525)
+ (xy 102.11229 55.245947)
+ (xy 102.136404 55.201786)
+ (xy 102.198716 55.167761)
+ (xy 102.269532 55.172825)
+ (xy 102.326368 55.215372)
+ (xy 102.351179 55.281892)
+ (xy 102.3515 55.290881)
+ (xy 102.3515 55.643)
+ (xy 102.331498 55.711121)
+ (xy 102.277842 55.757614)
+ (xy 102.2255 55.769)
+ (xy 101.562115 55.769)
+ (xy 101.546876 55.773475)
+ (xy 101.545671 55.774865)
+ (xy 101.544 55.782548)
+ (xy 101.544 56.107924)
+ (xy 101.546897 56.11779)
+ (xy 101.552001 56.153288)
+ (xy 101.552001 56.176442)
+ (xy 101.531999 56.244563)
+ (xy 101.478343 56.291056)
+ (xy 101.469612 56.294654)
+ (xy 101.366873 56.332557)
+ (xy 101.323934 56.348398)
+ (xy 101.318973 56.35135)
+ (xy 101.318972 56.35135)
+ (xy 101.162765 56.444284)
+ (xy 101.148849 56.452563)
+ (xy 100.995678 56.58689)
+ (xy 100.992106 56.591421)
+ (xy 100.928814 56.671706)
+ (xy 100.870932 56.712819)
+ (xy 100.829864 56.7197)
+ (xy 96.96515 56.7197)
+ (xy 96.897029 56.699698)
+ (xy 96.850536 56.646042)
+ (xy 96.840432 56.575768)
+ (xy 96.869926 56.511188)
+ (xy 96.876055 56.504605)
+ (xy 96.965853 56.414807)
+ (xy 96.969889 56.407983)
+ (xy 96.969891 56.40798)
+ (xy 97.046508 56.278427)
+ (xy 97.050545 56.271601)
+ (xy 97.057969 56.246049)
+ (xy 97.082987 56.159934)
+ (xy 97.096962 56.111831)
+ (xy 97.098613 56.090862)
+ (xy 97.099707 56.076958)
+ (xy 97.099707 56.07695)
+ (xy 97.0999 56.074502)
+ (xy 97.0999 55.196657)
+ (xy 100.282 55.196657)
+ (xy 100.282301 55.202805)
+ (xy 100.295812 55.340603)
+ (xy 100.298195 55.352638)
+ (xy 100.351767 55.530076)
+ (xy 100.356441 55.541416)
+ (xy 100.44346 55.705077)
+ (xy 100.450249 55.715294)
+ (xy 100.567397 55.858933)
+ (xy 100.576041 55.867637)
+ (xy 100.718856 55.985784)
+ (xy 100.729027 55.992644)
+ (xy 100.892076 56.080804)
+ (xy 100.903381 56.085556)
+ (xy 101.018692 56.12125)
+ (xy 101.032795 56.121456)
+ (xy 101.036 56.114701)
+ (xy 101.036 54.872115)
+ (xy 101.031525 54.856876)
+ (xy 101.030135 54.855671)
+ (xy 101.022452 54.854)
+ (xy 100.300115 54.854)
+ (xy 100.284876 54.858475)
+ (xy 100.283671 54.859865)
+ (xy 100.282 54.867548)
+ (xy 100.282 55.196657)
+ (xy 97.0999 55.196657)
+ (xy 97.0999 54.291498)
+ (xy 97.099557 54.287134)
+ (xy 97.097467 54.260579)
+ (xy 97.097466 54.260574)
+ (xy 97.096962 54.254169)
+ (xy 97.050545 54.094399)
+ (xy 97.008437 54.023198)
+ (xy 96.969891 53.95802)
+ (xy 96.969889 53.958017)
+ (xy 96.965853 53.951193)
+ (xy 96.848207 53.833547)
+ (xy 96.811166 53.811641)
+ (xy 96.762715 53.75975)
+ (xy 96.750009 53.6899)
+ (xy 96.777084 53.624269)
+ (xy 96.786211 53.614093)
+ (xy 97.00444 53.395865)
+ (xy 97.304301 53.096004)
+ (xy 97.366613 53.061979)
+ (xy 97.393396 53.0591)
+ (xy 100.555894 53.0591)
+ )
+ )
(filled_polygon
(layer "B.Cu")
(pts
@@ -12898,12 +11946,12 @@
(xy 128.088647 58.528952)
(xy 128.103913 58.552916)
(xy 128.115241 58.575369)
- (xy 128.45277 59.45273)
+ (xy 128.453095 59.453573)
(xy 128.473148 59.505699)
(xy 128.48155 59.55094)
(xy 128.48155 60.564003)
(xy 128.479799 60.584935)
- (xy 128.407635 61.0133)
+ (xy 128.422336 60.926035)
(xy 128.406166 61.022017)
(xy 128.406069 61.022585)
(xy 128.391103 61.108316)
@@ -12912,19 +11960,14 @@
(xy 128.394438 61.13806)
(xy 128.395185 61.155207)
(xy 128.394468 61.184271)
- (xy 128.396775 61.192948)
- (xy 128.396775 61.19295)
- (xy 128.403093 61.216714)
- (xy 128.403415 61.218123)
+ (xy 128.403098 61.216731)
+ (xy 128.403414 61.218119)
(xy 128.403573 61.219537)
- (xy 128.404583 61.223241)
- (xy 128.404585 61.223251)
- (xy 128.414411 61.259297)
- (xy 128.414617 61.260062)
+ (xy 128.414503 61.259633)
(xy 128.431891 61.325039)
(xy 128.432558 61.326141)
(xy 128.432905 61.32714)
- (xy 128.554389 61.7728)
+ (xy 128.538191 61.713377)
(xy 128.650311 62.124688)
(xy 128.653239 62.142508)
(xy 128.654395 62.148158)
@@ -12946,7 +11989,7 @@
(xy 128.726083 62.329896)
(xy 128.727819 62.331987)
(xy 128.741538 62.352227)
- (xy 128.897601 62.638909)
+ (xy 128.836145 62.526016)
(xy 129.204221 63.202159)
(xy 129.209274 63.212549)
(xy 129.227068 63.253852)
@@ -12959,22 +12002,22 @@
(xy 129.308393 63.353494)
(xy 129.338817 63.376409)
(xy 129.346573 63.382749)
- (xy 129.556785 63.569013)
- (xy 130.054897 64.010378)
+ (xy 129.488739 63.508719)
+ (xy 130.071171 64.024798)
(xy 130.074747 64.027967)
(xy 130.080548 64.033445)
(xy 130.118024 64.07115)
- (xy 130.157593 64.092971)
+ (xy 130.137275 64.081766)
(xy 130.159752 64.094161)
(xy 130.168253 64.099296)
- (xy 130.170289 64.100638)
(xy 130.208262 64.12567)
+ (xy 130.245769 64.137204)
(xy 130.263264 64.142584)
(xy 130.26936 64.144631)
(xy 130.78831 64.33376)
(xy 131.156323 64.467881)
(xy 131.166727 64.472209)
- (xy 131.189552 64.482925)
+ (xy 131.199222 64.487465)
(xy 131.20735 64.491281)
(xy 131.237886 64.496036)
(xy 131.262758 64.499909)
@@ -12992,11 +12035,11 @@
(xy 134.909978 65.155712)
(xy 134.924037 65.163377)
(xy 134.95282 65.184908)
- (xy 135.213232 65.445316)
- (xy 135.506292 65.738372)
+ (xy 135.143117 65.375202)
+ (xy 135.577767 65.809846)
(xy 135.68661 65.918688)
(xy 135.703395 65.93948)
- (xy 137.264047 68.358672)
+ (xy 137.258501 68.350075)
(xy 137.340606 68.477348)
(xy 137.346813 68.488099)
(xy 138.917108 71.546546)
@@ -13008,7 +12051,7 @@
(xy 141.254211 78.12492)
(xy 141.262925 78.153976)
(xy 141.265905 78.166046)
- (xy 141.39627 78.834328)
+ (xy 141.345217 78.572619)
(xy 141.931909 81.580131)
(xy 141.933355 81.589351)
(xy 142.349265 85.08055)
@@ -13018,10 +12061,10 @@
(xy 142.017767 91.99859)
(xy 142.015999 92.010803)
(xy 141.909676 92.55563)
- (xy 141.351629 95.415205)
+ (xy 141.391279 95.21203)
(xy 141.350009 95.423506)
(xy 141.347836 95.432764)
- (xy 140.96659 96.819371)
+ (xy 141.0164 96.638209)
(xy 140.434019 98.756349)
(xy 140.429095 98.77078)
(xy 139.100953 102.00727)
@@ -13492,194 +12535,115 @@
(xy 74.707691 105.428998)
(xy 73.048141 102.358775)
(xy 73.041386 102.344102)
- (xy 71.924977 99.442169)
+ (xy 72.417177 100.721566)
(xy 71.795362 99.105255)
(xy 71.792274 99.096219)
(xy 71.791242 99.092776)
- (xy 70.87894 96.050954)
+ (xy 71.382149 97.728766)
+ (xy 73.5914 97.728766)
+ (xy 73.591737 97.735282)
+ (xy 73.601475 97.829132)
+ (xy 73.604368 97.842528)
+ (xy 73.654888 97.993953)
+ (xy 73.661053 98.007115)
+ (xy 73.744826 98.142492)
+ (xy 73.75386 98.15389)
+ (xy 73.866529 98.266363)
+ (xy 73.87794 98.275375)
+ (xy 74.013463 98.358912)
+ (xy 74.026641 98.365056)
+ (xy 74.178166 98.415315)
+ (xy 74.191532 98.418181)
+ (xy 74.28417 98.427672)
+ (xy 74.290585 98.428)
+ (xy 74.302285 98.428)
+ (xy 74.317524 98.423525)
+ (xy 74.318729 98.422135)
+ (xy 74.3204 98.414452)
+ (xy 74.3204 97.654615)
+ (xy 74.315925 97.639376)
+ (xy 74.314535 97.638171)
+ (xy 74.306852 97.6365)
+ (xy 73.609515 97.6365)
+ (xy 73.594276 97.640975)
+ (xy 73.593071 97.642365)
+ (xy 73.5914 97.650048)
+ (xy 73.5914 97.728766)
+ (xy 71.382149 97.728766)
+ (xy 71.027693 96.546929)
(xy 70.791778 95.760335)
(xy 70.789402 95.751176)
- (xy 70.414208 94.043467)
- (xy 70.040624 92.343085)
- (xy 70.038283 92.328264)
- (xy 70.029867 92.241828)
- (xy 69.920365 91.11731)
- (xy 69.933671 91.047572)
- (xy 69.982568 90.996098)
- (xy 70.051532 90.979231)
- (xy 70.108772 90.99598)
- (xy 70.111941 90.99781)
- (xy 70.117279 91.001688)
- (xy 70.123306 91.004371)
- (xy 70.123307 91.004372)
- (xy 70.12331 91.004373)
- (xy 70.296544 91.081502)
- (xy 70.392515 91.101901)
- (xy 70.482028 91.120928)
- (xy 70.482032 91.120928)
- (xy 70.488485 91.1223)
- (xy 70.684715 91.1223)
- (xy 70.691168 91.120928)
- (xy 70.691172 91.120928)
- (xy 70.780685 91.101901)
- (xy 70.876656 91.081502)
- (xy 70.952864 91.047572)
- (xy 71.049891 91.004373)
- (xy 71.049893 91.004372)
- (xy 71.055921 91.001688)
- (xy 71.063615 90.996098)
- (xy 71.20933 90.89023)
- (xy 71.209332 90.890228)
- (xy 71.214674 90.886347)
- (xy 71.242333 90.855629)
- (xy 71.341558 90.745428)
- (xy 71.341559 90.745427)
- (xy 71.345977 90.74052)
- (xy 71.444092 90.57058)
- (xy 71.50473 90.383955)
- (xy 71.509472 90.338844)
- (xy 71.524552 90.195365)
- (xy 71.525242 90.1888)
- (xy 71.51384 90.080321)
- (xy 71.50542 90.000209)
- (xy 71.50542 90.000208)
- (xy 71.50473 89.993645)
- (xy 71.484427 89.931157)
- (xy 71.450892 89.827948)
- (xy 71.444092 89.80702)
- (xy 71.412211 89.7518)
- (xy 71.395473 89.682804)
- (xy 71.412211 89.6258)
- (xy 71.440788 89.576303)
- (xy 71.440789 89.576302)
- (xy 71.444092 89.57058)
- (xy 71.484215 89.447093)
- (xy 71.50269 89.390234)
- (xy 71.50269 89.390233)
- (xy 71.50473 89.383955)
- (xy 71.514306 89.292852)
- (xy 71.524552 89.195365)
- (xy 71.525242 89.1888)
- (xy 71.512232 89.065022)
- (xy 71.50542 89.000209)
- (xy 71.50542 89.000208)
- (xy 71.50473 88.993645)
- (xy 71.494674 88.962694)
- (xy 71.446134 88.813305)
- (xy 71.444092 88.80702)
- (xy 71.412211 88.7518)
- (xy 71.395473 88.682804)
- (xy 71.412211 88.6258)
- (xy 71.440788 88.576303)
- (xy 71.440789 88.576302)
- (xy 71.444092 88.57058)
- (xy 71.50041 88.397251)
- (xy 71.50269 88.390234)
- (xy 71.50269 88.390233)
- (xy 71.50473 88.383955)
- (xy 71.522733 88.212676)
- (xy 71.524552 88.195365)
- (xy 71.525242 88.1888)
- (xy 71.50473 87.993645)
- (xy 71.444092 87.80702)
- (xy 71.411922 87.7513)
- (xy 71.395184 87.682305)
- (xy 71.411922 87.625299)
- (xy 71.440334 87.576088)
- (xy 71.445673 87.564096)
- (xy 71.479485 87.460032)
- (xy 71.479888 87.445932)
- (xy 71.473517 87.4428)
- (xy 71.188924 87.4428)
- (xy 71.120803 87.422798)
- (xy 71.114863 87.418736)
- (xy 71.061263 87.379793)
- (xy 71.061262 87.379792)
- (xy 71.055921 87.375912)
- (xy 71.049893 87.373228)
- (xy 71.049891 87.373227)
- (xy 70.894195 87.303907)
- (xy 70.840099 87.257927)
- (xy 70.81945 87.19)
- (xy 70.838802 87.121691)
- (xy 70.894195 87.073693)
- (xy 71.049891 87.004373)
- (xy 71.049893 87.004372)
- (xy 71.055921 87.001688)
- (xy 71.114863 86.958864)
- (xy 71.181731 86.935006)
- (xy 71.188924 86.9348)
- (xy 71.466969 86.9348)
- (xy 71.4805 86.930827)
- (xy 71.48151 86.9238)
- (xy 71.445673 86.813504)
- (xy 71.440334 86.801512)
- (xy 71.411922 86.752301)
- (xy 71.395184 86.683306)
- (xy 71.411922 86.6263)
- (xy 71.440788 86.576303)
- (xy 71.440789 86.576302)
- (xy 71.444092 86.57058)
- (xy 71.494527 86.415358)
- (xy 71.50269 86.390234)
- (xy 71.50269 86.390233)
- (xy 71.50473 86.383955)
- (xy 71.515965 86.277068)
- (xy 71.524552 86.195365)
- (xy 71.525242 86.1888)
- (xy 71.50473 85.993645)
- (xy 71.489522 85.946838)
- (xy 71.475433 85.903475)
- (xy 71.473406 85.832508)
- (xy 71.477284 85.820311)
- (xy 71.510571 85.731518)
- (xy 71.510573 85.731512)
- (xy 71.513345 85.724116)
- (xy 71.5201 85.661934)
- (xy 71.5201 85.064595)
- (xy 71.540102 84.996474)
- (xy 71.593758 84.949981)
- (xy 71.664032 84.939877)
- (xy 71.728612 84.969371)
- (xy 71.735195 84.9755)
- (xy 71.897395 85.1377)
- (xy 71.931421 85.200012)
- (xy 71.9343 85.226795)
- (xy 71.9343 88.306539)
- (xy 71.933773 88.317722)
- (xy 71.932098 88.325215)
- (xy 71.932347 88.333141)
- (xy 71.932347 88.333142)
- (xy 71.934238 88.393292)
- (xy 71.9343 88.397251)
- (xy 71.9343 88.425162)
- (xy 71.934797 88.429096)
- (xy 71.934797 88.429097)
- (xy 71.934805 88.429162)
- (xy 71.935738 88.440999)
- (xy 71.937127 88.485195)
- (xy 71.942778 88.504645)
- (xy 71.946787 88.524006)
- (xy 71.949326 88.544103)
- (xy 71.952245 88.551474)
- (xy 71.952245 88.551476)
- (xy 71.965604 88.585218)
- (xy 71.969449 88.596448)
- (xy 71.981782 88.638899)
- (xy 71.985815 88.645718)
- (xy 71.985817 88.645723)
- (xy 71.992093 88.656334)
- (xy 72.000788 88.674082)
+ (xy 70.049925 92.385418)
+ (xy 70.054843 92.314592)
+ (xy 70.097272 92.257668)
+ (xy 70.163741 92.23272)
+ (xy 70.234461 92.248392)
+ (xy 70.358694 92.317824)
+ (xy 70.546792 92.37894)
+ (xy 70.743177 92.402358)
+ (xy 70.749312 92.401886)
+ (xy 70.749314 92.401886)
+ (xy 70.93423 92.387657)
+ (xy 70.934234 92.387656)
+ (xy 70.940372 92.387184)
+ (xy 71.130863 92.333998)
+ (xy 71.136367 92.331218)
+ (xy 71.136369 92.331217)
+ (xy 71.301895 92.247604)
+ (xy 71.301897 92.247603)
+ (xy 71.307396 92.244825)
+ (xy 71.463247 92.123061)
+ (xy 71.570687 91.99859)
+ (xy 71.588449 91.978013)
+ (xy 71.58845 91.978011)
+ (xy 71.592478 91.973345)
+ (xy 71.690169 91.801379)
+ (xy 71.752597 91.613713)
+ (xy 71.777385 91.417495)
+ (xy 71.77778 91.3892)
+ (xy 71.75848 91.192367)
+ (xy 71.701316 91.003031)
+ (xy 71.608466 90.828404)
+ (xy 71.604567 90.823624)
+ (xy 71.604115 90.822943)
+ (xy 71.583076 90.755135)
+ (xy 71.599505 90.690975)
+ (xy 71.687123 90.536742)
+ (xy 71.687125 90.536737)
+ (xy 71.690169 90.531379)
+ (xy 71.752597 90.343713)
+ (xy 71.777385 90.147495)
+ (xy 71.77778 90.1192)
+ (xy 71.75848 89.922367)
+ (xy 71.701316 89.733031)
+ (xy 71.608466 89.558404)
+ (xy 71.604567 89.553624)
+ (xy 71.604115 89.552943)
+ (xy 71.583076 89.485135)
+ (xy 71.599505 89.420975)
+ (xy 71.687123 89.266742)
+ (xy 71.687125 89.266737)
+ (xy 71.690169 89.261379)
+ (xy 71.752597 89.073713)
+ (xy 71.777385 88.877495)
+ (xy 71.77778 88.8492)
+ (xy 71.768756 88.757164)
+ (xy 71.782016 88.687417)
+ (xy 71.830878 88.63591)
+ (xy 71.899831 88.618997)
+ (xy 71.966981 88.642047)
+ (xy 72.004572 88.684173)
+ (xy 72.005329 88.68555)
(xy 72.008248 88.692923)
- (xy 72.01291 88.699339)
- (xy 72.01291 88.69934)
+ (xy 72.012904 88.699332)
+ (xy 72.012906 88.699335)
(xy 72.034236 88.728693)
(xy 72.040752 88.738613)
(xy 72.063258 88.776668)
(xy 72.077579 88.790989)
(xy 72.090419 88.806022)
(xy 72.102328 88.822413)
- (xy 72.134213 88.84879)
+ (xy 72.117605 88.835051)
(xy 72.136393 88.850594)
(xy 72.145174 88.858584)
(xy 72.618847 89.332258)
@@ -13694,9 +12658,6 @@
(xy 72.679 89.447093)
(xy 72.679 89.553244)
(xy 72.694019 89.667324)
- (xy 72.697178 89.674951)
- (xy 72.697179 89.674954)
- (xy 72.723416 89.738296)
(xy 72.752814 89.809268)
(xy 72.846343 89.931157)
(xy 72.852893 89.936183)
@@ -13723,6 +12684,9 @@
(xy 74.733746 92.230412)
(xy 74.733742 92.230417)
(xy 74.728571 92.235597)
+ (xy 74.724731 92.241827)
+ (xy 74.72473 92.241828)
+ (xy 74.667916 92.333998)
(xy 74.637291 92.38368)
(xy 74.582526 92.548791)
(xy 74.572 92.651528)
@@ -13734,250 +12698,312 @@
(xy 74.847316 93.760358)
(xy 74.847321 93.760362)
(xy 74.852497 93.765529)
+ (xy 74.858727 93.769369)
+ (xy 74.858728 93.76937)
+ (xy 74.974103 93.840488)
(xy 75.00058 93.856809)
(xy 75.165691 93.911574)
- (xy 75.172527 93.912274)
- (xy 75.17253 93.912275)
- (xy 75.21987 93.917125)
- (xy 75.268428 93.9221)
- (xy 75.967572 93.9221)
- (xy 75.970818 93.921763)
- (xy 75.970822 93.921763)
- (xy 76.064735 93.912019)
- (xy 76.064739 93.912018)
- (xy 76.071593 93.911307)
- (xy 76.078129 93.909126)
- (xy 76.078131 93.909126)
- (xy 76.210895 93.864832)
- (xy 76.236607 93.856254)
- (xy 76.384531 93.764716)
- (xy 76.391774 93.757461)
- (xy 76.393538 93.756495)
- (xy 76.395441 93.754987)
- (xy 76.395699 93.755313)
- (xy 76.454054 93.723381)
- (xy 76.524875 93.728382)
- (xy 76.56997 93.757308)
- (xy 76.572631 93.759964)
- (xy 76.58404 93.768975)
- (xy 76.719563 93.852512)
- (xy 76.732741 93.858656)
- (xy 76.884266 93.908915)
- (xy 76.897632 93.911781)
- (xy 76.99027 93.921272)
- (xy 76.996685 93.9216)
- (xy 77.070885 93.9216)
- (xy 77.086124 93.917125)
- (xy 77.087329 93.915735)
- (xy 77.089 93.908052)
- (xy 77.089 92.428939)
- (xy 77.109002 92.360818)
- (xy 77.125905 92.339844)
- (xy 77.233734 92.232015)
- (xy 77.246125 92.221148)
- (xy 77.264937 92.206713)
- (xy 77.271487 92.201687)
- (xy 77.295974 92.169775)
- (xy 77.295978 92.169771)
- (xy 77.363143 92.08224)
- (xy 77.420481 92.040373)
- (xy 77.491352 92.036151)
- (xy 77.51132 92.042534)
- (xy 77.519215 92.045804)
- (xy 77.574497 92.090351)
- (xy 77.597 92.162214)
- (xy 77.597 93.903485)
- (xy 77.601475 93.918724)
- (xy 77.602865 93.919929)
- (xy 77.604783 93.920346)
- (xy 77.667095 93.954371)
- (xy 77.70112 94.016683)
- (xy 77.704 94.043467)
- (xy 77.704 94.715105)
- (xy 77.683998 94.783226)
- (xy 77.667095 94.804201)
- (xy 77.139622 95.331673)
- (xy 77.07731 95.365698)
- (xy 77.017916 95.364284)
- (xy 76.986571 95.355885)
- (xy 76.7672 95.336693)
- (xy 76.547829 95.355885)
- (xy 76.335124 95.41288)
- (xy 76.250647 95.452272)
- (xy 76.140534 95.503618)
- (xy 76.140529 95.503621)
- (xy 76.135547 95.505944)
- (xy 76.13104 95.5091)
- (xy 76.131038 95.509101)
- (xy 75.959673 95.629092)
- (xy 75.95967 95.629094)
- (xy 75.955162 95.632251)
- (xy 75.799451 95.787962)
- (xy 75.673144 95.968347)
- (xy 75.670821 95.973329)
- (xy 75.670818 95.973334)
- (xy 75.638362 96.042937)
- (xy 75.58008 96.167924)
- (xy 75.523085 96.380629)
- (xy 75.503893 96.6)
- (xy 75.523085 96.819371)
- (xy 75.58008 97.032076)
- (xy 75.582405 97.037061)
- (xy 75.670818 97.226666)
- (xy 75.670821 97.226671)
- (xy 75.673144 97.231653)
- (xy 75.799451 97.412038)
- (xy 75.955162 97.567749)
- (xy 76.135546 97.694056)
- (xy 76.335124 97.78712)
- (xy 76.547829 97.844115)
- (xy 76.7672 97.863307)
- (xy 76.986571 97.844115)
- (xy 77.199276 97.78712)
- (xy 77.398854 97.694056)
- (xy 77.579238 97.567749)
- (xy 77.734949 97.412038)
- (xy 77.861256 97.231653)
- (xy 77.863579 97.226671)
- (xy 77.863582 97.226666)
- (xy 77.951995 97.037061)
- (xy 77.95432 97.032076)
- (xy 78.011315 96.819371)
- (xy 78.030507 96.6)
- (xy 78.011315 96.380629)
- (xy 78.009892 96.375319)
- (xy 78.009891 96.375312)
- (xy 78.002916 96.349281)
- (xy 78.004606 96.278304)
- (xy 78.035528 96.227576)
- (xy 78.729747 95.533357)
- (xy 78.738037 95.525813)
- (xy 78.744518 95.5217)
- (xy 78.791159 95.472032)
- (xy 78.793913 95.469191)
- (xy 78.813635 95.449469)
- (xy 78.816112 95.446276)
- (xy 78.823817 95.437255)
- (xy 78.848659 95.4108)
- (xy 78.854086 95.405021)
- (xy 78.857907 95.398071)
- (xy 78.863846 95.387268)
- (xy 78.874702 95.370741)
- (xy 78.882257 95.361002)
- (xy 78.882258 95.361)
- (xy 78.887114 95.35474)
- (xy 78.904674 95.31416)
- (xy 78.909891 95.303512)
- (xy 78.927375 95.271709)
- (xy 78.927376 95.271707)
- (xy 78.931195 95.26476)
- (xy 78.936233 95.245137)
- (xy 78.942637 95.226434)
- (xy 78.947533 95.21512)
- (xy 78.947533 95.215119)
- (xy 78.950681 95.207845)
- (xy 78.95192 95.200022)
- (xy 78.951923 95.200012)
- (xy 78.957599 95.164176)
- (xy 78.960005 95.152556)
- (xy 78.969029 95.117409)
- (xy 78.96903 95.117405)
- (xy 78.971 95.10973)
- (xy 78.971 95.105152)
- (xy 78.998784 95.041441)
- (xy 79.057842 95.002037)
- (xy 79.128828 95.000818)
- (xy 79.184506 95.033211)
- (xy 80.378872 96.227577)
- (xy 80.412898 96.289889)
- (xy 80.411484 96.349283)
- (xy 80.403085 96.380629)
- (xy 80.383893 96.6)
- (xy 80.403085 96.819371)
- (xy 80.46008 97.032076)
- (xy 80.462405 97.037061)
- (xy 80.550818 97.226666)
- (xy 80.550821 97.226671)
- (xy 80.553144 97.231653)
- (xy 80.679451 97.412038)
- (xy 80.835162 97.567749)
- (xy 81.015546 97.694056)
- (xy 81.215124 97.78712)
- (xy 81.427829 97.844115)
- (xy 81.6472 97.863307)
- (xy 81.866571 97.844115)
- (xy 82.079276 97.78712)
- (xy 82.278854 97.694056)
- (xy 82.459238 97.567749)
- (xy 82.614949 97.412038)
- (xy 82.741256 97.231653)
- (xy 82.743579 97.226671)
- (xy 82.743582 97.226666)
- (xy 82.831995 97.037061)
- (xy 82.83432 97.032076)
- (xy 82.891315 96.819371)
- (xy 82.910507 96.6)
- (xy 82.891315 96.380629)
- (xy 82.83432 96.167924)
- (xy 82.776038 96.042937)
- (xy 82.743582 95.973334)
- (xy 82.743579 95.973329)
- (xy 82.741256 95.968347)
- (xy 82.614949 95.787962)
- (xy 82.459238 95.632251)
- (xy 82.449139 95.625179)
- (xy 82.379959 95.576739)
- (xy 82.278854 95.505944)
- (xy 82.079276 95.41288)
- (xy 81.866571 95.355885)
- (xy 81.6472 95.336693)
- (xy 81.427829 95.355885)
- (xy 81.422514 95.357309)
- (xy 81.422515 95.357309)
- (xy 81.396483 95.364284)
- (xy 81.325506 95.362594)
- (xy 81.274777 95.331672)
- (xy 79.507905 93.5648)
- (xy 79.473879 93.502488)
- (xy 79.471 93.475705)
- (xy 79.471 92.208834)
- (xy 79.491002 92.140713)
- (xy 79.544658 92.09422)
- (xy 79.613446 92.083912)
- (xy 79.720169 92.097962)
- (xy 79.72017 92.097962)
- (xy 79.724256 92.0985)
- (xy 79.950744 92.0985)
- (xy 79.95483 92.097962)
- (xy 79.954831 92.097962)
- (xy 80.064824 92.083481)
- (xy 80.065027 92.085026)
- (xy 80.109973 92.085026)
- (xy 80.110176 92.083481)
- (xy 80.220169 92.097962)
- (xy 80.22017 92.097962)
- (xy 80.224256 92.0985)
- (xy 80.450744 92.0985)
- (xy 80.45483 92.097962)
- (xy 80.454831 92.097962)
- (xy 80.564824 92.083481)
- (xy 80.565027 92.085026)
- (xy 80.609973 92.085026)
- (xy 80.610176 92.083481)
- (xy 80.720169 92.097962)
- (xy 80.72017 92.097962)
- (xy 80.724256 92.0985)
- (xy 80.950744 92.0985)
- (xy 80.95483 92.097962)
- (xy 80.954831 92.097962)
- (xy 81.012641 92.090351)
- (xy 81.064824 92.083481)
- (xy 81.072451 92.080322)
- (xy 81.072454 92.080321)
- (xy 81.135796 92.054084)
- (xy 81.206768 92.024686)
- (xy 81.328657 91.931157)
- (xy 81.422186 91.809267)
+ (xy 75.197422 93.914825)
+ (xy 75.263149 93.941666)
+ (xy 75.303931 93.999781)
+ (xy 75.306819 94.070719)
+ (xy 75.285405 94.115734)
+ (xy 75.214985 94.209695)
+ (xy 75.163855 94.346084)
+ (xy 75.1571 94.408266)
+ (xy 75.1571 94.511463)
+ (xy 75.137098 94.579584)
+ (xy 75.083442 94.626077)
+ (xy 75.013168 94.636181)
+ (xy 74.991437 94.631057)
+ (xy 74.964209 94.622026)
+ (xy 74.957373 94.621326)
+ (xy 74.95737 94.621325)
+ (xy 74.905874 94.616049)
+ (xy 74.861472 94.6115)
+ (xy 74.287328 94.6115)
+ (xy 74.284082 94.611837)
+ (xy 74.284078 94.611837)
+ (xy 74.190165 94.621581)
+ (xy 74.190161 94.621582)
+ (xy 74.183307 94.622293)
+ (xy 74.176771 94.624474)
+ (xy 74.176769 94.624474)
+ (xy 74.08104 94.656412)
+ (xy 74.018293 94.677346)
+ (xy 73.870369 94.768884)
+ (xy 73.865196 94.774066)
+ (xy 73.752642 94.886816)
+ (xy 73.752638 94.886821)
+ (xy 73.747471 94.891997)
+ (xy 73.743631 94.898227)
+ (xy 73.74363 94.898228)
+ (xy 73.663716 95.027873)
+ (xy 73.656191 95.04008)
+ (xy 73.601426 95.205191)
+ (xy 73.5909 95.307928)
+ (xy 73.5909 96.007072)
+ (xy 73.591237 96.010318)
+ (xy 73.591237 96.010322)
+ (xy 73.592671 96.024138)
+ (xy 73.601693 96.111093)
+ (xy 73.656746 96.276107)
+ (xy 73.748284 96.424031)
+ (xy 73.753465 96.429203)
+ (xy 73.755539 96.431273)
+ (xy 73.756505 96.433038)
+ (xy 73.758013 96.434941)
+ (xy 73.757687 96.435199)
+ (xy 73.789619 96.493554)
+ (xy 73.784618 96.564375)
+ (xy 73.755692 96.60947)
+ (xy 73.753036 96.612131)
+ (xy 73.744025 96.62354)
+ (xy 73.660488 96.759063)
+ (xy 73.654344 96.772241)
+ (xy 73.604085 96.923766)
+ (xy 73.601219 96.937132)
+ (xy 73.591728 97.02977)
+ (xy 73.5914 97.036185)
+ (xy 73.5914 97.110385)
+ (xy 73.595875 97.125624)
+ (xy 73.597265 97.126829)
+ (xy 73.604948 97.1285)
+ (xy 74.7024 97.1285)
+ (xy 74.770521 97.148502)
+ (xy 74.817014 97.202158)
+ (xy 74.8284 97.2545)
+ (xy 74.8284 98.409885)
+ (xy 74.832875 98.425124)
+ (xy 74.834265 98.426329)
+ (xy 74.841948 98.428)
+ (xy 74.858166 98.428)
+ (xy 74.864682 98.427663)
+ (xy 74.958532 98.417925)
+ (xy 74.971928 98.415032)
+ (xy 75.123353 98.364512)
+ (xy 75.136515 98.358347)
+ (xy 75.271892 98.274574)
+ (xy 75.28329 98.26554)
+ (xy 75.395763 98.152871)
+ (xy 75.404775 98.14146)
+ (xy 75.488312 98.005937)
+ (xy 75.494456 97.992759)
+ (xy 75.544715 97.841234)
+ (xy 75.547581 97.827868)
+ (xy 75.557072 97.73523)
+ (xy 75.5574 97.728815)
+ (xy 75.5574 97.4909)
+ (xy 75.577402 97.422779)
+ (xy 75.631058 97.376286)
+ (xy 75.6834 97.3649)
+ (xy 77.713734 97.3649)
+ (xy 77.775916 97.358145)
+ (xy 77.912305 97.307015)
+ (xy 78.028861 97.219661)
+ (xy 78.116215 97.103105)
+ (xy 78.167345 96.966716)
+ (xy 78.1741 96.904534)
+ (xy 78.1741 95.095994)
+ (xy 78.194102 95.027873)
+ (xy 78.211005 95.006899)
+ (xy 78.426505 94.791399)
+ (xy 78.488817 94.757373)
+ (xy 78.559632 94.762438)
+ (xy 78.604695 94.791399)
+ (xy 78.820195 95.006899)
+ (xy 78.854221 95.069211)
+ (xy 78.8571 95.095994)
+ (xy 78.8571 96.904534)
+ (xy 78.863855 96.966716)
+ (xy 78.914985 97.103105)
+ (xy 79.002339 97.219661)
+ (xy 79.118895 97.307015)
+ (xy 79.255284 97.358145)
+ (xy 79.317466 97.3649)
+ (xy 81.3902 97.3649)
+ (xy 81.458321 97.384902)
+ (xy 81.504814 97.438558)
+ (xy 81.5162 97.4909)
+ (xy 81.5162 97.728766)
+ (xy 81.516537 97.735282)
+ (xy 81.526275 97.829132)
+ (xy 81.529168 97.842528)
+ (xy 81.579688 97.993953)
+ (xy 81.585853 98.007115)
+ (xy 81.669626 98.142492)
+ (xy 81.67866 98.15389)
+ (xy 81.791329 98.266363)
+ (xy 81.80274 98.275375)
+ (xy 81.938263 98.358912)
+ (xy 81.951441 98.365056)
+ (xy 82.102966 98.415315)
+ (xy 82.116332 98.418181)
+ (xy 82.20897 98.427672)
+ (xy 82.215385 98.428)
+ (xy 82.227085 98.428)
+ (xy 82.242324 98.423525)
+ (xy 82.243529 98.422135)
+ (xy 82.2452 98.414452)
+ (xy 82.2452 97.2545)
+ (xy 82.265202 97.186379)
+ (xy 82.318858 97.139886)
+ (xy 82.3712 97.1285)
+ (xy 82.6272 97.1285)
+ (xy 82.695321 97.148502)
+ (xy 82.741814 97.202158)
+ (xy 82.7532 97.2545)
+ (xy 82.7532 98.409885)
+ (xy 82.757675 98.425124)
+ (xy 82.759065 98.426329)
+ (xy 82.766748 98.428)
+ (xy 82.782966 98.428)
+ (xy 82.789469 98.427663)
+ (xy 82.793491 98.427246)
+ (xy 82.863313 98.440108)
+ (xy 82.915097 98.488677)
+ (xy 82.9325 98.552573)
+ (xy 82.9325 99.397471)
+ (xy 82.912498 99.465592)
+ (xy 82.858842 99.512085)
+ (xy 82.8065 99.523471)
+ (xy 81.9646 99.523471)
+ (xy 81.962087 99.523672)
+ (xy 81.962086 99.523672)
+ (xy 81.889955 99.52944)
+ (xy 81.889953 99.52944)
+ (xy 81.882955 99.53)
+ (xy 81.743367 99.573548)
+ (xy 81.621703 99.654657)
+ (xy 81.527818 99.766758)
+ (xy 81.524214 99.775013)
+ (xy 81.524212 99.775017)
+ (xy 81.488923 99.855857)
+ (xy 81.469318 99.900769)
+ (xy 81.450944 100.045832)
+ (xy 81.474182 100.190196)
+ (xy 81.537152 100.322166)
+ (xy 81.80058 100.717308)
+ (xy 81.821724 100.785083)
+ (xy 81.80058 100.857092)
+ (xy 81.537152 101.252234)
+ (xy 81.497296 101.323789)
+ (xy 81.4561 101.464089)
+ (xy 81.4561 101.610311)
+ (xy 81.458638 101.618954)
+ (xy 81.458638 101.618955)
+ (xy 81.479538 101.690132)
+ (xy 81.497296 101.750611)
+ (xy 81.502167 101.75819)
+ (xy 81.571478 101.866041)
+ (xy 81.57148 101.866044)
+ (xy 81.57635 101.873621)
+ (xy 81.58316 101.879522)
+ (xy 81.680045 101.963474)
+ (xy 81.680048 101.963476)
+ (xy 81.686857 101.969376)
+ (xy 81.819866 102.030119)
+ (xy 81.9646 102.050929)
+ (xy 83.1146 102.050929)
+ (xy 83.146586 102.048641)
+ (xy 83.180973 102.046182)
+ (xy 83.180974 102.046182)
+ (xy 83.187711 102.0457)
+ (xy 83.30174 102.012218)
+ (xy 83.319365 102.007043)
+ (xy 83.319367 102.007042)
+ (xy 83.328011 102.004504)
+ (xy 83.391855 101.963474)
+ (xy 83.443441 101.930322)
+ (xy 83.443444 101.93032)
+ (xy 83.451021 101.92545)
+ (xy 83.495931 101.873621)
+ (xy 83.540874 101.821755)
+ (xy 83.540876 101.821752)
+ (xy 83.546776 101.814943)
+ (xy 83.607519 101.681934)
+ (xy 83.628329 101.5372)
+ (xy 83.628329 100.721566)
+ (xy 83.648331 100.653445)
+ (xy 83.665234 100.632471)
+ (xy 83.958253 100.339452)
+ (xy 83.966539 100.331912)
+ (xy 83.973018 100.3278)
+ (xy 84.019644 100.278148)
+ (xy 84.022398 100.275307)
+ (xy 84.042135 100.25557)
+ (xy 84.044615 100.252373)
+ (xy 84.05232 100.243351)
+ (xy 84.077159 100.2169)
+ (xy 84.082586 100.211121)
+ (xy 84.086405 100.204175)
+ (xy 84.086407 100.204172)
+ (xy 84.092348 100.193366)
+ (xy 84.103199 100.176847)
+ (xy 84.110758 100.167101)
+ (xy 84.115614 100.160841)
+ (xy 84.118759 100.153572)
+ (xy 84.118762 100.153568)
+ (xy 84.133174 100.120263)
+ (xy 84.138391 100.109613)
+ (xy 84.159695 100.07086)
+ (xy 84.164733 100.051237)
+ (xy 84.171137 100.032534)
+ (xy 84.176033 100.02122)
+ (xy 84.176033 100.021219)
+ (xy 84.179181 100.013945)
+ (xy 84.18042 100.006122)
+ (xy 84.180423 100.006112)
+ (xy 84.186099 99.970276)
+ (xy 84.188505 99.958656)
+ (xy 84.197528 99.923511)
+ (xy 84.197528 99.92351)
+ (xy 84.1995 99.91583)
+ (xy 84.1995 99.895576)
+ (xy 84.201051 99.875865)
+ (xy 84.20298 99.863686)
+ (xy 84.20422 99.855857)
+ (xy 84.200059 99.811838)
+ (xy 84.1995 99.799981)
+ (xy 84.1995 95.023963)
+ (xy 84.200027 95.012779)
+ (xy 84.201701 95.005291)
+ (xy 84.199562 94.937232)
+ (xy 84.1995 94.933275)
+ (xy 84.1995 94.905344)
+ (xy 84.198994 94.901338)
+ (xy 84.198061 94.889492)
+ (xy 84.196922 94.853237)
+ (xy 84.196673 94.84531)
+ (xy 84.191022 94.825858)
+ (xy 84.187014 94.806506)
+ (xy 84.185468 94.794268)
+ (xy 84.185467 94.794266)
+ (xy 84.184474 94.786403)
+ (xy 84.168194 94.745286)
+ (xy 84.164359 94.734085)
+ (xy 84.152018 94.691606)
+ (xy 84.147985 94.684787)
+ (xy 84.147983 94.684782)
+ (xy 84.141707 94.674171)
+ (xy 84.13301 94.656421)
+ (xy 84.125552 94.637583)
+ (xy 84.117193 94.626077)
+ (xy 84.099572 94.601825)
+ (xy 84.093053 94.591901)
+ (xy 84.074578 94.56066)
+ (xy 84.074574 94.560655)
+ (xy 84.070542 94.553837)
+ (xy 84.056218 94.539513)
+ (xy 84.043376 94.524478)
+ (xy 84.031472 94.508093)
+ (xy 83.997406 94.479911)
+ (xy 83.988627 94.471922)
+ (xy 81.453538 91.936833)
+ (xy 81.419512 91.874521)
+ (xy 81.426224 91.79952)
+ (xy 81.477821 91.674954)
+ (xy 81.477822 91.674951)
(xy 81.480981 91.667324)
(xy 81.488204 91.61246)
(xy 81.516927 91.547533)
@@ -14129,446 +13155,47 @@
(xy 83.496 89.326756)
(xy 83.480981 89.212676)
(xy 83.482266 89.212507)
- (xy 83.482265 89.167427)
- (xy 83.480494 89.167194)
- (xy 83.488292 89.10796)
- (xy 83.486081 89.093778)
- (xy 83.466716 89.088217)
- (xy 83.406763 89.050189)
- (xy 83.401533 89.043816)
- (xy 83.380729 89.016704)
- (xy 83.355128 88.950484)
- (xy 83.369392 88.880935)
- (xy 83.380729 88.863295)
- (xy 83.401603 88.836092)
- (xy 83.458942 88.794225)
- (xy 83.466067 88.791901)
- (xy 83.486313 88.785956)
- (xy 83.488342 88.772417)
- (xy 83.480494 88.712806)
- (xy 83.482265 88.712573)
- (xy 83.482266 88.667493)
- (xy 83.480981 88.667324)
- (xy 83.495462 88.557331)
- (xy 83.495462 88.55733)
- (xy 83.496 88.553244)
- (xy 83.496 88.326756)
- (xy 83.480981 88.212676)
- (xy 83.482526 88.212473)
- (xy 83.482526 88.167527)
- (xy 83.480981 88.167324)
- (xy 83.495462 88.057331)
- (xy 83.495462 88.05733)
- (xy 83.496 88.053244)
- (xy 83.496 87.826756)
- (xy 83.480981 87.712676)
- (xy 83.482526 87.712473)
- (xy 83.482526 87.667527)
- (xy 83.480981 87.667324)
- (xy 83.495462 87.557331)
- (xy 83.495462 87.55733)
- (xy 83.496 87.553244)
- (xy 83.496 87.326756)
- (xy 83.484741 87.241232)
- (xy 83.480981 87.212676)
- (xy 83.482526 87.212473)
- (xy 83.482526 87.167527)
- (xy 83.480981 87.167324)
- (xy 83.495462 87.057331)
- (xy 83.495462 87.05733)
- (xy 83.496 87.053244)
- (xy 83.496 86.826756)
- (xy 83.480981 86.712676)
- (xy 83.482526 86.712473)
- (xy 83.482526 86.667527)
- (xy 83.480981 86.667324)
- (xy 83.495462 86.557331)
- (xy 83.495462 86.55733)
- (xy 83.496 86.553244)
- (xy 83.496 86.326756)
- (xy 83.480981 86.212676)
- (xy 83.482526 86.212473)
- (xy 83.482526 86.167527)
- (xy 83.480981 86.167324)
- (xy 83.495462 86.057331)
- (xy 83.495462 86.05733)
- (xy 83.496 86.053244)
- (xy 83.496 85.826756)
- (xy 83.495152 85.820311)
- (xy 83.480981 85.712676)
- (xy 83.482526 85.712473)
- (xy 83.482526 85.667527)
- (xy 83.480981 85.667324)
- (xy 83.495462 85.557331)
- (xy 83.495462 85.55733)
- (xy 83.496 85.553244)
- (xy 83.496 85.326756)
- (xy 83.480981 85.212676)
- (xy 83.482526 85.212473)
- (xy 83.482526 85.167527)
- (xy 83.480981 85.167324)
- (xy 83.495462 85.057331)
- (xy 83.495462 85.05733)
- (xy 83.496 85.053244)
- (xy 83.496 84.826756)
- (xy 83.480981 84.712676)
- (xy 83.482526 84.712473)
- (xy 83.482526 84.667527)
- (xy 83.480981 84.667324)
- (xy 83.495462 84.557331)
- (xy 83.495462 84.55733)
- (xy 83.496 84.553244)
- (xy 83.496 84.326756)
- (xy 83.480981 84.212676)
- (xy 83.482526 84.212473)
- (xy 83.482526 84.167527)
- (xy 83.480981 84.167324)
- (xy 83.495462 84.057331)
- (xy 83.495462 84.05733)
- (xy 83.496 84.053244)
- (xy 83.496 83.826756)
- (xy 83.480981 83.712676)
- (xy 83.469955 83.686055)
- (xy 83.428214 83.585286)
- (xy 83.422186 83.570732)
- (xy 83.402215 83.544705)
- (xy 83.376616 83.478485)
- (xy 83.390882 83.408936)
- (xy 83.413006 83.378985)
- (xy 83.431616 83.360343)
- (xy 83.503929 83.287903)
- (xy 83.517159 83.26644)
- (xy 83.591369 83.14605)
- (xy 83.59137 83.146048)
- (xy 83.595209 83.13982)
- (xy 83.649974 82.974709)
- (xy 83.65323 82.942935)
- (xy 83.65753 82.900958)
- (xy 83.6605 82.871972)
- (xy 83.6605 82.172828)
- (xy 83.6567 82.136204)
- (xy 83.650419 82.075665)
- (xy 83.650418 82.075661)
- (xy 83.649707 82.068807)
- (xy 83.594654 81.903793)
- (xy 83.503116 81.755869)
- (xy 83.495861 81.748626)
- (xy 83.494895 81.746862)
- (xy 83.493387 81.744959)
- (xy 83.493713 81.744701)
- (xy 83.461781 81.686346)
- (xy 83.466782 81.615525)
- (xy 83.495708 81.57043)
- (xy 83.498364 81.567769)
- (xy 83.507375 81.55636)
- (xy 83.590912 81.420837)
- (xy 83.597056 81.407659)
- (xy 83.647315 81.256134)
- (xy 83.650181 81.242768)
- (xy 83.659672 81.15013)
- (xy 83.66 81.143715)
- (xy 83.66 81.069515)
- (xy 83.655525 81.054276)
- (xy 83.654135 81.053071)
- (xy 83.646452 81.0514)
- (xy 81.712115 81.0514)
- (xy 81.696876 81.055875)
- (xy 81.695671 81.057265)
- (xy 81.694 81.064948)
- (xy 81.694 81.143666)
- (xy 81.694337 81.150182)
- (xy 81.704075 81.244032)
- (xy 81.706968 81.257428)
- (xy 81.757488 81.408853)
- (xy 81.763653 81.422015)
- (xy 81.847426 81.557392)
- (xy 81.856464 81.568794)
- (xy 81.858139 81.570467)
- (xy 81.858919 81.571893)
- (xy 81.861007 81.574527)
- (xy 81.860556 81.574884)
- (xy 81.892219 81.632749)
- (xy 81.887216 81.703569)
- (xy 81.858299 81.748654)
- (xy 81.85626 81.750697)
- (xy 81.850071 81.756897)
- (xy 81.846231 81.763127)
- (xy 81.84623 81.763128)
- (xy 81.787062 81.859116)
- (xy 81.73429 81.906609)
- (xy 81.679802 81.919)
- (xy 81.618643 81.919)
- (xy 81.550522 81.898998)
- (xy 81.504029 81.845342)
- (xy 81.493721 81.809446)
- (xy 81.482059 81.720864)
- (xy 81.480981 81.712676)
- (xy 81.46692 81.678728)
- (xy 81.433915 81.599049)
- (xy 81.422186 81.570732)
- (xy 81.328657 81.448843)
- (xy 81.278272 81.410181)
- (xy 81.249616 81.388193)
- (xy 81.206767 81.355314)
- (xy 81.064824 81.296519)
- (xy 80.977261 81.284991)
- (xy 80.954831 81.282038)
- (xy 80.95483 81.282038)
- (xy 80.950744 81.2815)
- (xy 80.724256 81.2815)
- (xy 80.72017 81.282038)
- (xy 80.720169 81.282038)
- (xy 80.610176 81.296519)
- (xy 80.610007 81.295234)
- (xy 80.564927 81.295235)
- (xy 80.564694 81.297006)
- (xy 80.50546 81.289208)
- (xy 80.491278 81.291419)
- (xy 80.485717 81.310784)
- (xy 80.447689 81.370737)
- (xy 80.441316 81.375967)
- (xy 80.414204 81.396771)
- (xy 80.347984 81.422372)
- (xy 80.278435 81.408108)
- (xy 80.260795 81.396771)
- (xy 80.233592 81.375897)
- (xy 80.191725 81.318558)
- (xy 80.189401 81.311433)
- (xy 80.182005 81.286245)
- (xy 80.147378 81.232363)
- (xy 80.147378 81.161366)
- (xy 80.179179 81.10777)
- (xy 81.291944 79.995005)
- (xy 81.354256 79.960979)
- (xy 81.381039 79.9581)
- (xy 81.663664 79.9581)
- (xy 81.680096 79.959176)
- (xy 81.6864 79.960006)
- (xy 81.751325 79.988726)
- (xy 81.790419 80.047989)
- (xy 81.791266 80.118981)
- (xy 81.777216 80.151042)
- (xy 81.763089 80.173961)
- (xy 81.756944 80.187141)
- (xy 81.706685 80.338666)
- (xy 81.703819 80.352032)
- (xy 81.694328 80.44467)
- (xy 81.694 80.451085)
- (xy 81.694 80.525285)
- (xy 81.698475 80.540524)
- (xy 81.699865 80.541729)
- (xy 81.707548 80.5434)
- (xy 82.404885 80.5434)
- (xy 82.420124 80.538925)
- (xy 82.421329 80.537535)
- (xy 82.423 80.529852)
- (xy 82.423 80.525285)
- (xy 82.931 80.525285)
- (xy 82.935475 80.540524)
- (xy 82.936865 80.541729)
- (xy 82.944548 80.5434)
- (xy 83.641885 80.5434)
- (xy 83.657124 80.538925)
- (xy 83.658329 80.537535)
- (xy 83.66 80.529852)
- (xy 83.66 80.451134)
- (xy 83.659663 80.444618)
- (xy 83.649925 80.350768)
- (xy 83.647032 80.337372)
- (xy 83.596512 80.185947)
- (xy 83.590347 80.172785)
- (xy 83.506574 80.037408)
- (xy 83.49754 80.02601)
- (xy 83.384871 79.913537)
- (xy 83.37346 79.904525)
- (xy 83.237937 79.820988)
- (xy 83.224759 79.814844)
- (xy 83.073234 79.764585)
- (xy 83.059868 79.761719)
- (xy 82.96723 79.752228)
- (xy 82.960815 79.7519)
- (xy 82.949115 79.7519)
- (xy 82.933876 79.756375)
- (xy 82.932671 79.757765)
- (xy 82.931 79.765448)
- (xy 82.931 80.525285)
- (xy 82.423 80.525285)
- (xy 82.423 79.770015)
- (xy 82.418525 79.754776)
- (xy 82.395441 79.734773)
- (xy 82.375993 79.724155)
- (xy 82.341965 79.661844)
- (xy 82.347026 79.591028)
- (xy 82.375989 79.54596)
- (xy 82.693744 79.228205)
- (xy 82.756056 79.194179)
- (xy 82.782839 79.1913)
- (xy 82.874087 79.1913)
- (xy 82.880539 79.189928)
- (xy 82.880544 79.189928)
- (xy 82.967487 79.171447)
- (xy 83.060888 79.151594)
- (xy 83.066919 79.148909)
- (xy 83.229322 79.076603)
- (xy 83.229324 79.076602)
- (xy 83.235352 79.073918)
- (xy 83.389853 78.961666)
- (xy 83.51764 78.819744)
- (xy 83.613127 78.654356)
- (xy 83.672142 78.472728)
- (xy 83.678321 78.413944)
- (xy 83.691414 78.289365)
- (xy 83.692104 78.2828)
- (xy 83.684637 78.211759)
- (xy 83.672832 78.099435)
- (xy 83.672832 78.099433)
- (xy 83.672142 78.092872)
- (xy 83.613127 77.911244)
- (xy 83.51764 77.745856)
- (xy 83.389853 77.603934)
- (xy 83.247306 77.500367)
- (xy 83.240694 77.495563)
- (xy 83.240693 77.495562)
- (xy 83.235352 77.491682)
- (xy 83.229324 77.488998)
- (xy 83.229322 77.488997)
- (xy 83.066919 77.416691)
- (xy 83.066918 77.416691)
- (xy 83.060888 77.414006)
- (xy 82.965013 77.393627)
- (xy 82.880544 77.375672)
- (xy 82.880539 77.375672)
- (xy 82.874087 77.3743)
- (xy 82.683113 77.3743)
- (xy 82.676661 77.375672)
- (xy 82.676656 77.375672)
- (xy 82.592187 77.393627)
- (xy 82.496312 77.414006)
- (xy 82.490282 77.416691)
- (xy 82.490281 77.416691)
- (xy 82.327878 77.488997)
- (xy 82.327876 77.488998)
- (xy 82.321848 77.491682)
- (xy 82.316507 77.495562)
- (xy 82.316506 77.495563)
- (xy 82.281161 77.521243)
- (xy 82.214294 77.545101)
- (xy 82.145142 77.529021)
- (xy 82.133039 77.521243)
- (xy 82.097694 77.495563)
- (xy 82.097693 77.495562)
- (xy 82.092352 77.491682)
- (xy 82.086324 77.488998)
- (xy 82.086322 77.488997)
- (xy 81.923919 77.416691)
- (xy 81.923918 77.416691)
- (xy 81.917888 77.414006)
- (xy 81.822013 77.393627)
- (xy 81.737544 77.375672)
- (xy 81.737539 77.375672)
- (xy 81.731087 77.3743)
- (xy 81.540113 77.3743)
- (xy 81.533661 77.375672)
- (xy 81.533656 77.375672)
- (xy 81.449187 77.393627)
- (xy 81.353312 77.414006)
- (xy 81.347282 77.416691)
- (xy 81.347281 77.416691)
- (xy 81.184878 77.488997)
- (xy 81.184876 77.488998)
- (xy 81.178848 77.491682)
- (xy 81.173507 77.495562)
- (xy 81.173506 77.495563)
- (xy 81.166894 77.500367)
- (xy 81.024347 77.603934)
- (xy 80.89656 77.745856)
- (xy 80.801073 77.911244)
- (xy 80.793424 77.934786)
- (xy 80.787733 77.9523)
- (xy 80.747659 78.010906)
- (xy 80.682263 78.038543)
- (xy 80.612306 78.026436)
- (xy 80.56 77.97843)
- (xy 80.5419 77.913364)
- (xy 80.5419 74.203195)
- (xy 80.561902 74.135074)
- (xy 80.578805 74.114099)
- (xy 81.027301 73.665604)
- (xy 81.089613 73.631579)
- (xy 81.116396 73.6287)
- (xy 81.172287 73.6287)
- (xy 81.178739 73.627328)
- (xy 81.178744 73.627328)
- (xy 81.270797 73.607761)
- (xy 81.359088 73.588994)
- (xy 81.378422 73.580386)
- (xy 81.527522 73.514003)
- (xy 81.527524 73.514002)
- (xy 81.533552 73.511318)
- (xy 81.545278 73.502799)
- (xy 81.610807 73.455189)
- (xy 81.688053 73.399066)
- (xy 81.733367 73.34874)
- (xy 81.811421 73.262052)
- (xy 81.811422 73.262051)
- (xy 81.81584 73.257144)
- (xy 81.911327 73.091756)
- (xy 81.970342 72.910128)
- (xy 81.990304 72.7202)
- (xy 81.970342 72.530272)
- (xy 81.92835 72.401035)
- (xy 81.926322 72.330069)
- (xy 81.962985 72.269271)
- (xy 82.026697 72.237946)
- (xy 82.048183 72.2361)
- (xy 84.731833 72.2361)
- (xy 84.743016 72.236627)
- (xy 84.750509 72.238302)
- (xy 84.758435 72.238053)
- (xy 84.758436 72.238053)
- (xy 84.818586 72.236162)
- (xy 84.822545 72.2361)
- (xy 84.850456 72.2361)
- (xy 84.854391 72.235603)
- (xy 84.854456 72.235595)
- (xy 84.866293 72.234662)
- (xy 84.898551 72.233648)
- (xy 84.90257 72.233522)
- (xy 84.910489 72.233273)
- (xy 84.929943 72.227621)
- (xy 84.9493 72.223613)
- (xy 84.96153 72.222068)
- (xy 84.961531 72.222068)
- (xy 84.969397 72.221074)
- (xy 84.976768 72.218155)
- (xy 84.97677 72.218155)
- (xy 85.010512 72.204796)
- (xy 85.021742 72.200951)
- (xy 85.056583 72.190829)
- (xy 85.056584 72.190829)
- (xy 85.064193 72.188618)
- (xy 85.071012 72.184585)
- (xy 85.071017 72.184583)
- (xy 85.081628 72.178307)
- (xy 85.099376 72.169612)
- (xy 85.118217 72.162152)
- (xy 85.153987 72.136164)
- (xy 85.163907 72.129648)
- (xy 85.195135 72.11118)
- (xy 85.195138 72.111178)
- (xy 85.201962 72.107142)
- (xy 85.216283 72.092821)
- (xy 85.231317 72.07998)
- (xy 85.233031 72.078735)
- (xy 85.247707 72.068072)
- (xy 85.275898 72.033995)
- (xy 85.283888 72.025216)
- (xy 86.065355 71.243749)
- (xy 86.127667 71.209723)
- (xy 86.198482 71.214788)
- (xy 86.255318 71.257335)
- (xy 86.280129 71.323855)
- (xy 86.28045 71.332844)
+ (xy 83.482265 89.167434)
+ (xy 83.480493 89.167201)
+ (xy 83.481696 89.15806)
+ (xy 83.482265 89.156774)
+ (xy 83.482265 89.156419)
+ (xy 83.483708 89.151033)
+ (xy 83.484688 89.151296)
+ (xy 83.510416 89.093131)
+ (xy 83.569679 89.054037)
+ (xy 83.606619 89.0485)
+ (xy 83.876264 89.0485)
+ (xy 83.892707 89.049578)
+ (xy 83.9244 89.05375)
+ (xy 83.932589 89.052672)
+ (xy 83.964274 89.048501)
+ (xy 83.964284 89.0485)
+ (xy 83.964285 89.0485)
+ (xy 83.985288 89.045735)
+ (xy 84.07251 89.034252)
+ (xy 84.075063 89.033916)
+ (xy 84.075064 89.033916)
+ (xy 84.083251 89.032838)
+ (xy 84.231276 88.971524)
+ (xy 84.242784 88.962694)
+ (xy 84.326472 88.898477)
+ (xy 84.326475 88.898474)
+ (xy 84.358387 88.873987)
+ (xy 84.363417 88.867432)
+ (xy 84.377852 88.848621)
+ (xy 84.388719 88.83623)
+ (xy 85.078778 88.146171)
+ (xy 85.103734 88.126812)
+ (xy 85.169741 88.087776)
+ (xy 85.169742 88.087776)
+ (xy 85.176562 88.083742)
+ (xy 86.065355 87.194949)
+ (xy 86.127667 87.160923)
+ (xy 86.198482 87.165988)
+ (xy 86.255318 87.208535)
+ (xy 86.280129 87.275055)
+ (xy 86.28045 87.284044)
(xy 86.28045 105.134274)
(xy 86.278834 105.154387)
(xy 86.275306 105.176204)
@@ -14937,7 +13564,6 @@
(xy 132.5723 80.0701)
(xy 132.5723 80.712316)
(xy 132.565893 80.751983)
- (xy 132.562982 80.760761)
(xy 132.545326 80.813991)
(xy 132.544626 80.820827)
(xy 132.544625 80.82083)
@@ -14985,11 +13611,14 @@
(xy 130.781567 83.810505)
(xy 130.77587 83.811484)
(xy 130.584734 83.881998)
+ (xy 130.579773 83.88495)
+ (xy 130.579772 83.88495)
+ (xy 130.472565 83.948732)
(xy 130.409649 83.986163)
(xy 130.256478 84.12049)
(xy 130.252911 84.125015)
(xy 130.252906 84.12502)
- (xy 130.200546 84.191439)
+ (xy 130.183964 84.212473)
(xy 130.130351 84.280481)
(xy 130.127662 84.285592)
(xy 130.12766 84.285595)
@@ -15006,11 +13635,11 @@
(xy 130.36341 85.751957)
(xy 130.368206 85.755162)
(xy 130.368209 85.755164)
- (xy 130.465709 85.820311)
+ (xy 130.469238 85.822669)
(xy 130.532803 85.865142)
(xy 130.538106 85.86742)
(xy 130.538109 85.867422)
- (xy 130.630569 85.907146)
+ (xy 130.71468 85.943283)
(xy 130.719987 85.945563)
(xy 130.76168 85.954997)
(xy 130.913055 85.98925)
@@ -15036,7 +13665,7 @@
(xy 132.216528 86.186346)
(xy 132.353888 86.271016)
(xy 132.360862 86.275315)
- (xy 132.440605 86.301764)
+ (xy 132.420365 86.295051)
(xy 132.522211 86.328832)
(xy 132.522213 86.328832)
(xy 132.528739 86.330997)
@@ -15507,16 +14136,17 @@
(xy 136.835264 70.641866)
(xy 136.832109 70.609688)
(xy 136.831987 70.608374)
- (xy 136.824423 70.521919)
+ (xy 136.827181 70.553442)
(xy 136.823887 70.515787)
(xy 136.8224 70.510668)
(xy 136.82188 70.505367)
(xy 136.795018 70.416394)
(xy 136.794662 70.415194)
- (xy 136.792596 70.408083)
+ (xy 136.793713 70.411927)
(xy 136.768709 70.325863)
(xy 136.766255 70.321129)
(xy 136.764716 70.316031)
+ (xy 136.743556 70.276235)
(xy 136.721116 70.234031)
(xy 136.720502 70.232863)
(xy 136.680526 70.155741)
@@ -15554,13 +14184,14 @@
(xy 135.531059 67.809337)
(xy 135.531059 67.809332)
(xy 135.531724 67.803211)
+ (xy 135.528397 67.765184)
(xy 135.52735 67.753209)
(xy 135.527021 67.748384)
(xy 135.5269 67.745913)
(xy 135.5269 67.742831)
(xy 135.522709 67.700089)
(xy 135.522587 67.698774)
- (xy 135.515023 67.612319)
+ (xy 135.517151 67.636644)
(xy 135.514487 67.606187)
(xy 135.513 67.601068)
(xy 135.51248 67.595767)
@@ -15600,6 +14231,7 @@
(xy 134.862326 66.727846)
(xy 134.857656 66.725278)
(xy 134.853539 66.721897)
+ (xy 134.795655 66.69086)
(xy 134.771714 66.678023)
(xy 134.770555 66.677394)
(xy 134.694419 66.635538)
@@ -15657,6 +14289,7 @@
(xy 128.614986 66.629979)
(xy 128.538431 66.670684)
(xy 128.537263 66.671298)
+ (xy 128.523871 66.67824)
(xy 128.454674 66.714108)
(xy 128.450511 66.717431)
(xy 128.445804 66.719934)
@@ -15688,6 +14321,7 @@
(xy 125.794526 65.737246)
(xy 125.789856 65.734678)
(xy 125.785739 65.731297)
+ (xy 125.727855 65.70026)
(xy 125.703914 65.687423)
(xy 125.702755 65.686794)
(xy 125.626619 65.644938)
@@ -15702,7 +14336,7 @@
(xy 125.422302 65.580013)
(xy 125.329743 65.57061)
(xy 125.328607 65.570489)
- (xy 125.294992 65.566719)
+ (xy 125.29492 65.566711)
(xy 125.28227 65.565292)
(xy 125.282266 65.565292)
(xy 125.278773 65.5649)
@@ -15732,7 +14366,6 @@
(xy 123.507726 65.253846)
(xy 123.503056 65.251278)
(xy 123.498939 65.247897)
- (xy 123.441055 65.21686)
(xy 123.417114 65.204023)
(xy 123.415955 65.203394)
(xy 123.339819 65.161538)
@@ -15761,39 +14394,42 @@
(xy 122.896459 65.080623)
(xy 122.893091 65.080941)
(xy 122.881233 65.0815)
- (xy 115.1745 65.0815)
- (xy 115.106379 65.061498)
- (xy 115.059886 65.007842)
- (xy 115.0485 64.9555)
+ (xy 115.220556 65.0815)
+ (xy 115.152435 65.061498)
+ (xy 115.124746 65.037332)
+ (xy 115.113178 65.023788)
+ (xy 115.113177 65.023787)
+ (xy 115.109969 65.020031)
+ (xy 115.092668 65.005254)
+ (xy 115.05386 64.945803)
+ (xy 115.0485 64.909444)
(xy 115.0485 63.357703)
(xy 123.770743 63.357703)
(xy 123.771302 63.361947)
(xy 123.771302 63.361951)
- (xy 123.785405 63.469072)
+ (xy 123.779444 63.423791)
(xy 123.808268 63.642734)
(xy 123.809401 63.646874)
(xy 123.809401 63.646876)
- (xy 123.82441 63.701739)
+ (xy 123.826386 63.708963)
(xy 123.884129 63.920036)
(xy 123.885813 63.923984)
- (xy 123.981471 64.148249)
+ (xy 123.984074 64.154351)
(xy 123.996923 64.184476)
- (xy 124.029133 64.238295)
- (xy 124.138534 64.42109)
+ (xy 124.057707 64.286038)
+ (xy 124.141965 64.426823)
(xy 124.144561 64.431161)
(xy 124.324313 64.655528)
- (xy 124.408297 64.735226)
- (xy 124.515232 64.836703)
+ (xy 124.422381 64.748591)
+ (xy 124.502826 64.82493)
(xy 124.532851 64.853423)
- (xy 124.690257 64.966531)
- (xy 124.75373 65.012141)
(xy 124.766317 65.021186)
(xy 124.770112 65.023195)
(xy 124.770113 65.023196)
(xy 124.791869 65.034715)
(xy 125.020392 65.155712)
- (xy 125.100174 65.184908)
- (xy 125.275016 65.248891)
+ (xy 125.065964 65.172389)
+ (xy 125.264345 65.244986)
(xy 125.290373 65.254511)
(xy 125.571264 65.315755)
(xy 125.599841 65.318004)
@@ -15808,54 +14444,56 @@
(xy 126.166825 65.318873)
(xy 126.17102 65.318004)
(xy 126.171022 65.318004)
- (xy 126.33695 65.283642)
+ (xy 126.341851 65.282627)
(xy 126.448342 65.260574)
(xy 126.719343 65.164607)
- (xy 126.869553 65.087078)
+ (xy 126.852286 65.09599)
(xy 126.971005 65.034715)
(xy 126.971006 65.034715)
(xy 126.974812 65.03275)
(xy 126.978313 65.030289)
(xy 126.978317 65.030287)
- (xy 127.096328 64.947347)
+ (xy 127.142645 64.914795)
(xy 127.210023 64.867441)
- (xy 127.352303 64.735226)
+ (xy 127.288403 64.794606)
(xy 127.417479 64.674661)
(xy 127.417481 64.674658)
(xy 127.420622 64.67174)
(xy 127.602713 64.449268)
(xy 127.752927 64.204142)
- (xy 127.789542 64.120731)
- (xy 127.866758 63.944828)
- (xy 127.866759 63.944826)
+ (xy 127.829633 64.029402)
+ (xy 127.866757 63.94483)
(xy 127.868483 63.940898)
(xy 127.947244 63.664406)
(xy 127.987751 63.379784)
- (xy 127.987809 63.368875)
+ (xy 127.987814 63.367926)
(xy 127.989235 63.096583)
(xy 127.989235 63.096576)
(xy 127.989257 63.092297)
- (xy 127.976737 62.997194)
- (xy 127.964246 62.90232)
+ (xy 127.98464 63.057223)
+ (xy 127.95637 62.842495)
(xy 127.951732 62.807266)
(xy 127.949776 62.800114)
(xy 127.927115 62.717281)
(xy 127.875871 62.529964)
- (xy 127.866607 62.508246)
+ (xy 127.815145 62.387594)
(xy 127.764763 62.269476)
(xy 127.764761 62.269472)
(xy 127.763077 62.265524)
+ (xy 127.678788 62.124688)
+ (xy 127.617643 62.022521)
+ (xy 127.61764 62.022517)
(xy 127.615439 62.018839)
(xy 127.435687 61.794472)
- (xy 127.255897 61.623858)
+ (xy 127.281496 61.64815)
(xy 127.230258 61.599527)
(xy 127.230255 61.599525)
(xy 127.227149 61.596577)
(xy 126.993683 61.428814)
(xy 126.971843 61.41725)
- (xy 126.941612 61.401244)
+ (xy 126.894186 61.376133)
(xy 126.739608 61.294288)
- (xy 126.54549 61.223251)
+ (xy 126.585168 61.237771)
(xy 126.473658 61.196964)
(xy 126.473656 61.196963)
(xy 126.469627 61.195489)
@@ -15878,22 +14516,22 @@
(xy 124.785188 61.41725)
(xy 124.781687 61.419711)
(xy 124.781683 61.419713)
- (xy 124.729112 61.456661)
+ (xy 124.74132 61.448081)
(xy 124.549977 61.582559)
- (xy 124.533011 61.598325)
+ (xy 124.534892 61.596577)
(xy 124.34414 61.773835)
(xy 124.339378 61.77826)
(xy 124.157287 62.000732)
(xy 124.007073 62.245858)
(xy 124.005347 62.249791)
(xy 124.005346 62.249792)
- (xy 123.975261 62.318328)
+ (xy 123.973215 62.322989)
(xy 123.891517 62.509102)
(xy 123.812756 62.785594)
(xy 123.772249 63.070216)
(xy 123.772227 63.074505)
(xy 123.772226 63.074512)
- (xy 123.770841 63.338926)
+ (xy 123.770805 63.345824)
(xy 123.770743 63.357703)
(xy 115.0485 63.357703)
(xy 115.0485 60.939642)
@@ -15901,7 +14539,6 @@
(xy 115.052659 60.894537)
(xy 115.052659 60.894532)
(xy 115.053324 60.888411)
- (xy 115.051215 60.8643)
(xy 115.04895 60.838409)
(xy 115.048621 60.833584)
(xy 115.0485 60.831113)
@@ -15919,7 +14556,6 @@
(xy 114.980909 60.501463)
(xy 114.978455 60.496729)
(xy 114.976916 60.491631)
- (xy 114.969032 60.476803)
(xy 114.933316 60.409631)
(xy 114.932702 60.408463)
(xy 114.892726 60.331341)
@@ -15949,7 +14585,6 @@
(xy 114.085126 59.514246)
(xy 114.080456 59.511678)
(xy 114.076339 59.508297)
- (xy 114.006489 59.470844)
(xy 113.994514 59.464423)
(xy 113.993355 59.463794)
(xy 113.917219 59.421938)
@@ -15975,144 +14610,63 @@
(xy 113.522263 59.337648)
(xy 113.522261 59.337648)
(xy 113.516138 59.337026)
- (xy 113.474427 59.340969)
+ (xy 113.473859 59.341023)
(xy 113.470491 59.341341)
(xy 113.458633 59.3419)
- (xy 111.882707 59.3419)
- (xy 111.814586 59.321898)
- (xy 111.768093 59.268242)
- (xy 111.757989 59.197968)
- (xy 111.775447 59.149784)
- (xy 111.848212 59.031737)
- (xy 111.854356 59.018559)
- (xy 111.904615 58.867034)
- (xy 111.907481 58.853668)
- (xy 111.916972 58.76103)
- (xy 111.9173 58.754615)
- (xy 111.9173 58.742915)
- (xy 111.912825 58.727676)
- (xy 111.911435 58.726471)
- (xy 111.903752 58.7248)
- (xy 110.7938 58.7248)
- (xy 110.725679 58.704798)
- (xy 110.679186 58.651142)
- (xy 110.6678 58.5988)
- (xy 110.6678 58.198685)
- (xy 111.1758 58.198685)
- (xy 111.180275 58.213924)
- (xy 111.181665 58.215129)
- (xy 111.189348 58.2168)
- (xy 111.899185 58.2168)
- (xy 111.914424 58.212325)
- (xy 111.915629 58.210935)
- (xy 111.9173 58.203252)
- (xy 111.9173 58.187034)
- (xy 111.916963 58.180518)
- (xy 111.907225 58.086668)
- (xy 111.904332 58.073272)
- (xy 111.853812 57.921847)
- (xy 111.847647 57.908685)
- (xy 111.763874 57.773308)
- (xy 111.75484 57.76191)
- (xy 111.642171 57.649437)
- (xy 111.63076 57.640425)
- (xy 111.495237 57.556888)
- (xy 111.482059 57.550744)
- (xy 111.330534 57.500485)
- (xy 111.317168 57.497619)
- (xy 111.22453 57.488128)
- (xy 111.218115 57.4878)
- (xy 111.193915 57.4878)
- (xy 111.178676 57.492275)
- (xy 111.177471 57.493665)
- (xy 111.1758 57.501348)
- (xy 111.1758 58.198685)
- (xy 110.6678 58.198685)
- (xy 110.6678 57.505915)
- (xy 110.663325 57.490676)
- (xy 110.661935 57.489471)
- (xy 110.654252 57.4878)
- (xy 110.625534 57.4878)
- (xy 110.619018 57.488137)
- (xy 110.525168 57.497875)
- (xy 110.511772 57.500768)
- (xy 110.360347 57.551288)
- (xy 110.347185 57.557453)
- (xy 110.211808 57.641226)
- (xy 110.20041 57.65026)
- (xy 110.098907 57.75194)
- (xy 110.036624 57.786019)
- (xy 109.965804 57.781016)
- (xy 109.920716 57.752095)
- (xy 109.908802 57.740201)
- (xy 109.812303 57.643871)
- (xy 109.806072 57.64003)
- (xy 109.67045 57.556431)
- (xy 109.670448 57.55643)
- (xy 109.66422 57.552591)
- (xy 109.499109 57.497826)
- (xy 109.492273 57.497126)
- (xy 109.49227 57.497125)
- (xy 109.440774 57.491849)
- (xy 109.396372 57.4873)
- (xy 108.797228 57.4873)
- (xy 108.793982 57.487637)
- (xy 108.793978 57.487637)
- (xy 108.700065 57.497381)
- (xy 108.700061 57.497382)
- (xy 108.693207 57.498093)
- (xy 108.686671 57.500274)
- (xy 108.686669 57.500274)
- (xy 108.62234 57.521736)
- (xy 108.528193 57.553146)
- (xy 108.380269 57.644684)
- (xy 108.375096 57.649866)
- (xy 108.262542 57.762616)
- (xy 108.262538 57.762621)
- (xy 108.257371 57.767797)
- (xy 108.253531 57.774027)
- (xy 108.25353 57.774028)
- (xy 108.251443 57.777414)
- (xy 108.249414 57.779241)
- (xy 108.248993 57.779773)
- (xy 108.248902 57.779701)
- (xy 108.198672 57.824908)
- (xy 108.144182 57.8373)
- (xy 107.8454 57.8373)
- (xy 107.777279 57.817298)
- (xy 107.758053 57.800957)
- (xy 107.75778 57.80126)
- (xy 107.752868 57.796837)
- (xy 107.748453 57.791934)
- (xy 107.715231 57.767797)
- (xy 107.599294 57.683563)
- (xy 107.599293 57.683562)
- (xy 107.593952 57.679682)
- (xy 107.587924 57.676998)
- (xy 107.587922 57.676997)
- (xy 107.425519 57.604691)
- (xy 107.425518 57.604691)
- (xy 107.419488 57.602006)
- (xy 107.326088 57.582153)
- (xy 107.239144 57.563672)
- (xy 107.239139 57.563672)
- (xy 107.232687 57.5623)
- (xy 107.041713 57.5623)
- (xy 107.035261 57.563672)
- (xy 107.035256 57.563672)
- (xy 106.948312 57.582153)
- (xy 106.854912 57.602006)
- (xy 106.848882 57.604691)
- (xy 106.848881 57.604691)
- (xy 106.727833 57.658585)
- (xy 106.657466 57.668019)
- (xy 106.593169 57.637913)
- (xy 106.555355 57.577824)
- (xy 106.554562 57.574621)
+ (xy 108.539633 59.3419)
+ (xy 108.492943 59.33293)
+ (xy 108.373149 59.285137)
+ (xy 108.36778 59.282995)
+ (xy 108.167966 59.243249)
+ (xy 108.162192 59.243173)
+ (xy 108.162188 59.243173)
+ (xy 108.059052 59.241824)
+ (xy 107.964255 59.240583)
+ (xy 107.958558 59.241562)
+ (xy 107.958557 59.241562)
+ (xy 107.769167 59.274105)
+ (xy 107.76347 59.275084)
+ (xy 107.572334 59.345598)
+ (xy 107.567373 59.34855)
+ (xy 107.567372 59.34855)
+ (xy 107.448236 59.419429)
+ (xy 107.397249 59.449763)
+ (xy 107.370578 59.473153)
+ (xy 107.306174 59.50303)
+ (xy 107.235841 59.493345)
+ (xy 107.18191 59.447173)
+ (xy 107.1615 59.378422)
+ (xy 107.1615 59.123837)
+ (xy 107.178381 59.060837)
+ (xy 107.257223 58.924279)
+ (xy 107.257224 58.924278)
+ (xy 107.260527 58.918556)
+ (xy 107.319542 58.736928)
+ (xy 107.339504 58.547)
+ (xy 107.333965 58.494298)
+ (xy 107.320232 58.363635)
+ (xy 107.320232 58.363633)
+ (xy 107.319542 58.357072)
+ (xy 107.260527 58.175444)
+ (xy 107.255075 58.166)
+ (xy 107.203208 58.076165)
+ (xy 107.16504 58.010056)
+ (xy 107.037253 57.868134)
+ (xy 106.882752 57.755882)
+ (xy 106.876724 57.753198)
+ (xy 106.876722 57.753197)
+ (xy 106.714319 57.680891)
+ (xy 106.714318 57.680891)
+ (xy 106.708288 57.678206)
+ (xy 106.701833 57.676834)
+ (xy 106.70183 57.676833)
+ (xy 106.650204 57.66586)
+ (xy 106.58773 57.632132)
+ (xy 106.554142 57.570623)
(xy 106.554042 57.569672)
(xy 106.495027 57.388044)
(xy 106.487649 57.375264)
- (xy 106.455425 57.319451)
+ (xy 106.457814 57.32359)
(xy 106.39954 57.222656)
(xy 106.351089 57.168845)
(xy 106.276175 57.085645)
@@ -16124,14 +14678,14 @@
(xy 105.948819 56.893491)
(xy 105.948818 56.893491)
(xy 105.942788 56.890806)
- (xy 105.849387 56.870953)
+ (xy 105.844871 56.869993)
(xy 105.762444 56.852472)
(xy 105.762439 56.852472)
(xy 105.755987 56.8511)
(xy 105.565013 56.8511)
(xy 105.558561 56.852472)
(xy 105.558556 56.852472)
- (xy 105.471613 56.870953)
+ (xy 105.476129 56.869993)
(xy 105.378212 56.890806)
(xy 105.372182 56.893491)
(xy 105.372181 56.893491)
@@ -16166,89 +14720,100 @@
(xy 103.908512 57.297206)
(xy 103.902482 57.299891)
(xy 103.902481 57.299891)
- (xy 103.858549 57.319451)
- (xy 103.788182 57.328885)
- (xy 103.723885 57.298779)
- (xy 103.686071 57.23869)
- (xy 103.6813 57.204344)
- (xy 103.6813 56.358193)
- (xy 103.683532 56.334584)
- (xy 103.68359 56.334281)
- (xy 103.68359 56.334277)
- (xy 103.685075 56.326494)
- (xy 103.681549 56.270449)
- (xy 103.6813 56.262538)
- (xy 103.6813 56.246544)
- (xy 103.679294 56.23067)
- (xy 103.678551 56.222802)
- (xy 103.675523 56.174663)
- (xy 103.675523 56.174662)
- (xy 103.675025 56.16675)
- (xy 103.672479 56.158913)
- (xy 103.667306 56.135769)
- (xy 103.667268 56.135465)
- (xy 103.667267 56.13546)
- (xy 103.666274 56.127603)
- (xy 103.663358 56.120238)
- (xy 103.663357 56.120234)
- (xy 103.645601 56.075389)
- (xy 103.642929 56.06797)
- (xy 103.625564 56.014525)
- (xy 103.621314 56.007828)
- (xy 103.62115 56.007569)
- (xy 103.610385 55.986442)
- (xy 103.610271 55.986154)
- (xy 103.610268 55.986149)
- (xy 103.607352 55.978783)
- (xy 103.602696 55.972375)
- (xy 103.602693 55.972369)
- (xy 103.574342 55.933348)
- (xy 103.569892 55.926801)
- (xy 103.5398 55.879382)
- (xy 103.533793 55.873741)
- (xy 103.518112 55.855954)
- (xy 103.517934 55.855709)
- (xy 103.517932 55.855707)
- (xy 103.513272 55.849293)
- (xy 103.507162 55.844238)
- (xy 103.470004 55.813497)
- (xy 103.46407 55.808266)
- (xy 103.428902 55.775242)
- (xy 103.428899 55.77524)
- (xy 103.423121 55.769814)
- (xy 103.415897 55.765842)
- (xy 103.396294 55.752519)
- (xy 103.396054 55.75232)
- (xy 103.396047 55.752316)
- (xy 103.389944 55.747267)
- (xy 103.339124 55.723353)
- (xy 103.332092 55.719771)
- (xy 103.28286 55.692705)
- (xy 103.275185 55.690735)
- (xy 103.275179 55.690732)
- (xy 103.274881 55.690656)
- (xy 103.252572 55.682624)
- (xy 103.252297 55.682494)
- (xy 103.252289 55.682491)
- (xy 103.245118 55.679117)
- (xy 103.189951 55.668594)
- (xy 103.182242 55.666871)
- (xy 103.148249 55.658143)
- (xy 103.135507 55.654871)
- (xy 103.135506 55.654871)
- (xy 103.12783 55.6529)
- (xy 103.119593 55.6529)
- (xy 103.095984 55.650668)
- (xy 103.095681 55.65061)
- (xy 103.095677 55.65061)
- (xy 103.087894 55.649125)
- (xy 103.031849 55.652651)
- (xy 103.023938 55.6529)
- (xy 102.360174 55.6529)
- (xy 102.292053 55.632898)
- (xy 102.24556 55.579242)
- (xy 102.235456 55.508968)
- (xy 102.240072 55.488802)
+ (xy 103.740078 57.372197)
+ (xy 103.740076 57.372198)
+ (xy 103.734048 57.374882)
+ (xy 103.728707 57.378762)
+ (xy 103.728706 57.378763)
+ (xy 103.702368 57.397899)
+ (xy 103.579547 57.487134)
+ (xy 103.575126 57.492044)
+ (xy 103.575125 57.492045)
+ (xy 103.50523 57.569672)
+ (xy 103.45176 57.629056)
+ (xy 103.356273 57.794444)
+ (xy 103.297258 57.976072)
+ (xy 103.296568 57.982633)
+ (xy 103.296568 57.982635)
+ (xy 103.285325 58.089606)
+ (xy 103.277296 58.166)
+ (xy 103.277986 58.172565)
+ (xy 103.282496 58.215477)
+ (xy 103.269724 58.285315)
+ (xy 103.221221 58.337162)
+ (xy 103.152388 58.354556)
+ (xy 103.096066 58.338307)
+ (xy 103.092376 58.335476)
+ (xy 103.08475 58.332317)
+ (xy 103.084748 58.332316)
+ (xy 102.997898 58.296342)
+ (xy 102.944351 58.274162)
+ (xy 102.936164 58.273084)
+ (xy 102.936163 58.273084)
+ (xy 102.917734 58.270658)
+ (xy 102.825385 58.2585)
+ (xy 102.825376 58.258499)
+ (xy 102.79369 58.254328)
+ (xy 102.793689 58.254328)
+ (xy 102.7855 58.25325)
+ (xy 102.777311 58.254328)
+ (xy 102.769055 58.254328)
+ (xy 102.769055 58.252223)
+ (xy 102.710001 58.24301)
+ (xy 102.656906 58.195877)
+ (xy 102.637721 58.127522)
+ (xy 102.658538 58.059646)
+ (xy 102.666828 58.048475)
+ (xy 102.720658 57.983751)
+ (xy 102.820204 57.805999)
+ (xy 102.82206 57.800532)
+ (xy 102.822062 57.800527)
+ (xy 102.883834 57.618552)
+ (xy 102.883835 57.618547)
+ (xy 102.88569 57.613083)
+ (xy 102.914923 57.411463)
+ (xy 102.916449 57.3532)
+ (xy 102.89951 57.168845)
+ (xy 102.898337 57.15608)
+ (xy 102.898336 57.156077)
+ (xy 102.897808 57.150326)
+ (xy 102.89388 57.136397)
+ (xy 102.844075 56.959806)
+ (xy 102.844074 56.959804)
+ (xy 102.842507 56.954247)
+ (xy 102.828762 56.926373)
+ (xy 102.754956 56.77671)
+ (xy 102.752401 56.771529)
+ (xy 102.739943 56.754845)
+ (xy 102.633958 56.612915)
+ (xy 102.633958 56.612914)
+ (xy 102.630505 56.608291)
+ (xy 102.502483 56.489948)
+ (xy 102.485143 56.473919)
+ (xy 102.48514 56.473917)
+ (xy 102.480903 56.47)
+ (xy 102.434875 56.440959)
+ (xy 102.313488 56.364369)
+ (xy 102.313483 56.364367)
+ (xy 102.308604 56.361288)
+ (xy 102.11938 56.285795)
+ (xy 101.919566 56.246049)
+ (xy 101.913791 56.245973)
+ (xy 101.913787 56.245973)
+ (xy 101.881521 56.245551)
+ (xy 101.813668 56.224659)
+ (xy 101.767881 56.1704)
+ (xy 101.758698 56.099999)
+ (xy 101.789034 56.03581)
+ (xy 101.824795 56.0079)
+ (xy 101.839154 56.000393)
+ (xy 101.849415 55.993679)
+ (xy 101.993873 55.877532)
+ (xy 102.002632 55.868954)
+ (xy 102.121778 55.726961)
+ (xy 102.128708 55.716841)
+ (xy 102.218002 55.554415)
+ (xy 102.222834 55.543142)
(xy 102.27888 55.366462)
(xy 102.28143 55.354468)
(xy 102.297607 55.210239)
@@ -16279,20 +14844,87 @@
(xy 103.456442 54.469255)
(xy 103.460277 54.463612)
(xy 103.52753 54.295466)
- (xy 103.528644 54.288738)
- (xy 103.528645 54.288734)
- (xy 103.555993 54.123539)
- (xy 103.555993 54.123536)
- (xy 103.557108 54.116802)
- (xy 103.552203 54.023198)
- (xy 107.662892 54.023198)
- (xy 107.663249 54.030015)
- (xy 107.663249 54.030019)
- (xy 107.668151 54.123539)
+ (xy 103.540002 54.220127)
+ (xy 103.570861 54.156189)
+ (xy 103.63139 54.119084)
+ (xy 103.70237 54.120593)
+ (xy 103.730425 54.133447)
+ (xy 103.78828 54.169109)
+ (xy 103.953391 54.223874)
+ (xy 103.960227 54.224574)
+ (xy 103.96023 54.224575)
+ (xy 104.011726 54.229851)
+ (xy 104.056128 54.2344)
+ (xy 104.630272 54.2344)
+ (xy 104.633518 54.234063)
+ (xy 104.633522 54.234063)
+ (xy 104.727435 54.224319)
+ (xy 104.727439 54.224318)
+ (xy 104.734293 54.223607)
+ (xy 104.740829 54.221426)
+ (xy 104.740831 54.221426)
+ (xy 104.873595 54.177132)
+ (xy 104.899307 54.168554)
+ (xy 105.047231 54.077016)
+ (xy 105.100955 54.023198)
+ (xy 105.164958 53.959084)
+ (xy 105.164962 53.959079)
+ (xy 105.170129 53.953903)
+ (xy 105.182272 53.934204)
+ (xy 105.257569 53.81205)
+ (xy 105.25757 53.812048)
+ (xy 105.261409 53.80582)
+ (xy 105.316174 53.640709)
+ (xy 105.317115 53.631532)
+ (xy 105.326372 53.541171)
+ (xy 105.3267 53.537972)
+ (xy 105.3267 53.339194)
+ (xy 105.346702 53.271073)
+ (xy 105.400358 53.22458)
+ (xy 105.470632 53.214476)
+ (xy 105.535212 53.24397)
+ (xy 105.541795 53.250099)
+ (xy 105.896443 53.604747)
+ (xy 105.903985 53.613033)
+ (xy 105.9081 53.619518)
+ (xy 105.91388 53.624946)
+ (xy 105.913881 53.624947)
+ (xy 105.914515 53.625542)
+ (xy 105.914999 53.626298)
+ (xy 105.918931 53.631051)
+ (xy 105.91835 53.631532)
+ (xy 105.947784 53.677513)
+ (xy 105.982346 53.781107)
+ (xy 106.073884 53.929031)
+ (xy 106.079066 53.934204)
+ (xy 106.191816 54.046758)
+ (xy 106.191821 54.046762)
+ (xy 106.196997 54.051929)
+ (xy 106.203227 54.055769)
+ (xy 106.203228 54.05577)
+ (xy 106.285813 54.106676)
+ (xy 106.34508 54.143209)
+ (xy 106.510191 54.197974)
+ (xy 106.517027 54.198674)
+ (xy 106.51703 54.198675)
+ (xy 106.568526 54.203951)
+ (xy 106.612928 54.2085)
+ (xy 107.187072 54.2085)
+ (xy 107.190318 54.208163)
+ (xy 107.190322 54.208163)
+ (xy 107.284235 54.198419)
+ (xy 107.284239 54.198418)
+ (xy 107.291093 54.197707)
+ (xy 107.297629 54.195526)
+ (xy 107.297631 54.195526)
+ (xy 107.430395 54.151232)
+ (xy 107.456107 54.142654)
+ (xy 107.483808 54.125512)
+ (xy 107.55226 54.106676)
+ (xy 107.62003 54.127839)
+ (xy 107.6656 54.18228)
+ (xy 107.672026 54.204142)
(xy 107.67237 54.204047)
- (xy 107.674181 54.21062)
- (xy 107.674181 54.210623)
- (xy 107.707738 54.332452)
(xy 107.720461 54.378641)
(xy 107.804922 54.538836)
(xy 107.809327 54.544049)
@@ -16427,1336 +15059,610 @@
(xy 108.154796 53.306728)
(xy 108.154794 53.306729)
(xy 108.148325 53.308906)
- (xy 107.993095 53.402177)
- (xy 107.988138 53.406865)
- (xy 107.988135 53.406867)
- (xy 107.866473 53.521918)
- (xy 107.861515 53.526607)
- (xy 107.857683 53.532245)
- (xy 107.85768 53.532249)
- (xy 107.80674 53.607205)
- (xy 107.759723 53.676388)
- (xy 107.69247 53.844534)
- (xy 107.691356 53.851262)
- (xy 107.691355 53.851266)
- (xy 107.666179 54.003343)
- (xy 107.662892 54.023198)
- (xy 103.552203 54.023198)
- (xy 103.547987 53.942766)
- (xy 103.54763 53.935953)
- (xy 103.53533 53.891296)
- (xy 103.501352 53.767941)
- (xy 103.499539 53.761359)
- (xy 103.415078 53.601164)
- (xy 103.410673 53.595951)
- (xy 103.41067 53.595947)
- (xy 103.302594 53.468057)
- (xy 103.30259 53.468053)
- (xy 103.298187 53.462843)
- (xy 103.292762 53.458695)
- (xy 103.159743 53.356994)
- (xy 103.159739 53.356991)
- (xy 103.154322 53.35285)
- (xy 103.023162 53.291689)
- (xy 102.996369 53.279195)
- (xy 102.996366 53.279194)
- (xy 102.990192 53.276315)
- (xy 102.983544 53.274829)
- (xy 102.983541 53.274828)
- (xy 102.818494 53.237936)
- (xy 102.818495 53.237936)
- (xy 102.813457 53.23681)
- (xy 102.807912 53.2365)
- (xy 102.674756 53.2365)
- (xy 102.539963 53.251143)
- (xy 102.456609 53.279195)
- (xy 102.374796 53.306728)
- (xy 102.374794 53.306729)
- (xy 102.368325 53.308906)
- (xy 102.216349 53.400222)
- (xy 102.216346 53.400223)
- (xy 102.213095 53.402177)
- (xy 102.212745 53.401594)
- (xy 102.151083 53.425065)
- (xy 102.081609 53.410439)
- (xy 102.043609 53.379085)
- (xy 102.012603 53.341067)
- (xy 102.003959 53.332363)
- (xy 101.861144 53.214216)
- (xy 101.850973 53.207356)
- (xy 101.687924 53.119196)
- (xy 101.676619 53.114444)
+ (xy 108.074393 53.353329)
+ (xy 108.005702 53.371268)
+ (xy 107.938215 53.349221)
+ (xy 107.893361 53.294189)
+ (xy 107.8835 53.245325)
+ (xy 107.8835 52.912928)
+ (xy 107.881353 52.892235)
+ (xy 107.873419 52.815765)
+ (xy 107.873418 52.815761)
+ (xy 107.872707 52.808907)
+ (xy 107.817654 52.643893)
+ (xy 107.726116 52.495969)
+ (xy 107.618859 52.388899)
+ (xy 107.58478 52.326618)
+ (xy 107.589783 52.255798)
+ (xy 107.618704 52.210709)
+ (xy 107.721363 52.107871)
+ (xy 107.730375 52.09646)
+ (xy 107.813912 51.960937)
+ (xy 107.820056 51.947759)
+ (xy 107.870315 51.796234)
+ (xy 107.873181 51.782868)
+ (xy 107.882672 51.69023)
+ (xy 107.883 51.683815)
+ (xy 107.883 51.659615)
+ (xy 107.878525 51.644376)
+ (xy 107.877135 51.643171)
+ (xy 107.869452 51.6415)
+ (xy 105.935115 51.6415)
+ (xy 105.919876 51.645975)
+ (xy 105.918671 51.647365)
+ (xy 105.914121 51.668283)
+ (xy 105.910722 51.667544)
+ (xy 105.896998 51.714283)
+ (xy 105.843342 51.760776)
+ (xy 105.773068 51.77088)
+ (xy 105.755723 51.765967)
+ (xy 105.755429 51.766978)
+ (xy 105.747819 51.764767)
+ (xy 105.740545 51.761619)
+ (xy 105.732722 51.76038)
+ (xy 105.732712 51.760377)
+ (xy 105.696876 51.754701)
+ (xy 105.685256 51.752295)
+ (xy 105.650111 51.743272)
+ (xy 105.65011 51.743272)
+ (xy 105.64243 51.7413)
+ (xy 105.622176 51.7413)
+ (xy 105.602465 51.739749)
+ (xy 105.590286 51.73782)
+ (xy 105.582457 51.73658)
+ (xy 105.574565 51.737326)
+ (xy 105.538439 51.740741)
+ (xy 105.526581 51.7413)
+ (xy 105.436902 51.7413)
+ (xy 105.368781 51.721298)
+ (xy 105.333143 51.68017)
+ (xy 105.320335 51.669071)
+ (xy 105.312652 51.6674)
+ (xy 103.378315 51.6674)
+ (xy 103.363076 51.671875)
+ (xy 103.351338 51.685421)
+ (xy 103.330424 51.723723)
+ (xy 103.274193 51.755797)
+ (xy 103.270003 51.756326)
+ (xy 103.262638 51.759242)
+ (xy 103.26263 51.759244)
+ (xy 103.228897 51.7726)
+ (xy 103.217669 51.776445)
+ (xy 103.175207 51.788782)
+ (xy 103.168385 51.792816)
+ (xy 103.168379 51.792819)
+ (xy 103.157768 51.799094)
+ (xy 103.140018 51.80779)
+ (xy 103.128556 51.812328)
+ (xy 103.128551 51.812331)
+ (xy 103.121183 51.815248)
+ (xy 103.10377 51.827899)
+ (xy 103.085425 51.841227)
+ (xy 103.075507 51.847743)
+ (xy 103.057802 51.858214)
+ (xy 103.037437 51.870258)
+ (xy 103.023113 51.884582)
+ (xy 103.008081 51.897421)
+ (xy 102.991693 51.909328)
+ (xy 102.963796 51.94305)
+ (xy 102.963512 51.943393)
+ (xy 102.955522 51.952173)
+ (xy 102.770937 52.136758)
+ (xy 102.708625 52.170784)
+ (xy 102.681842 52.173663)
+ (xy 102.62595 52.173663)
+ (xy 102.619498 52.175035)
+ (xy 102.619493 52.175035)
+ (xy 102.532549 52.193516)
+ (xy 102.439149 52.213369)
+ (xy 102.433119 52.216054)
+ (xy 102.433118 52.216054)
+ (xy 102.270715 52.28836)
+ (xy 102.270713 52.288361)
+ (xy 102.264685 52.291045)
+ (xy 102.110184 52.403297)
+ (xy 102.105763 52.408207)
+ (xy 102.105762 52.408208)
+ (xy 102.0314 52.490796)
+ (xy 101.982397 52.545219)
+ (xy 101.88691 52.710607)
+ (xy 101.827895 52.892235)
+ (xy 101.827205 52.898796)
+ (xy 101.827205 52.898798)
+ (xy 101.816543 53.00024)
+ (xy 101.789529 53.065897)
+ (xy 101.731308 53.106526)
+ (xy 101.653974 53.107434)
(xy 101.561308 53.07875)
(xy 101.547205 53.078544)
(xy 101.544 53.085299)
- (xy 101.544 54.728)
- (xy 101.523998 54.796121)
- (xy 101.470342 54.842614)
- (xy 101.418 54.854)
- (xy 100.300115 54.854)
- (xy 100.284876 54.858475)
- (xy 100.283671 54.859865)
- (xy 100.282 54.867548)
- (xy 100.282 55.196657)
- (xy 100.282301 55.202805)
- (xy 100.295812 55.340603)
- (xy 100.298195 55.352638)
- (xy 100.351767 55.530076)
- (xy 100.356441 55.541416)
- (xy 100.44346 55.705077)
- (xy 100.450249 55.715294)
- (xy 100.520671 55.801641)
- (xy 100.548225 55.867073)
- (xy 100.53603 55.937014)
- (xy 100.512123 55.970372)
- (xy 100.039342 56.443153)
- (xy 100.031063 56.450687)
- (xy 100.024582 56.4548)
- (xy 99.991576 56.489948)
- (xy 99.977957 56.504451)
- (xy 99.975202 56.507293)
- (xy 99.955465 56.52703)
- (xy 99.952985 56.530227)
- (xy 99.945282 56.539247)
- (xy 99.915014 56.571479)
- (xy 99.911195 56.578425)
- (xy 99.911193 56.578428)
- (xy 99.905252 56.589234)
- (xy 99.894401 56.605753)
- (xy 99.881986 56.621759)
- (xy 99.878841 56.629028)
- (xy 99.878838 56.629032)
- (xy 99.864426 56.662337)
- (xy 99.859209 56.672987)
- (xy 99.837905 56.71174)
- (xy 99.835934 56.719415)
- (xy 99.835934 56.719416)
- (xy 99.832867 56.731362)
- (xy 99.826463 56.750066)
- (xy 99.818419 56.768655)
- (xy 99.81718 56.776478)
- (xy 99.817177 56.776488)
- (xy 99.811501 56.812324)
- (xy 99.809095 56.823944)
- (xy 99.7981 56.86677)
- (xy 99.7981 56.887024)
- (xy 99.796549 56.906734)
- (xy 99.79338 56.926743)
- (xy 99.794126 56.934635)
- (xy 99.797541 56.970761)
- (xy 99.7981 56.982619)
- (xy 99.7981 58.158101)
- (xy 99.778098 58.226222)
- (xy 99.738402 58.265245)
- (xy 99.715069 58.279684)
- (xy 99.607999 58.386941)
- (xy 99.545718 58.42102)
- (xy 99.474898 58.416017)
- (xy 99.429809 58.387096)
- (xy 99.326971 58.284437)
- (xy 99.31556 58.275425)
- (xy 99.180037 58.191888)
- (xy 99.166859 58.185744)
- (xy 99.015334 58.135485)
- (xy 99.001968 58.132619)
- (xy 98.90933 58.123128)
- (xy 98.902915 58.1228)
- (xy 98.878715 58.1228)
- (xy 98.863476 58.127275)
- (xy 98.862271 58.128665)
- (xy 98.8606 58.136348)
- (xy 98.8606 60.070685)
- (xy 98.865075 60.085924)
- (xy 98.866465 60.087129)
- (xy 98.874148 60.0888)
- (xy 98.902866 60.0888)
- (xy 98.909382 60.088463)
- (xy 99.003232 60.078725)
- (xy 99.016628 60.075832)
- (xy 99.168053 60.025312)
- (xy 99.181215 60.019147)
- (xy 99.316592 59.935374)
- (xy 99.32799 59.92634)
- (xy 99.429493 59.82466)
- (xy 99.491776 59.790581)
- (xy 99.562596 59.795584)
- (xy 99.607683 59.824504)
- (xy 99.716097 59.932729)
- (xy 99.86418 60.024009)
- (xy 100.029291 60.078774)
- (xy 100.036127 60.079474)
- (xy 100.03613 60.079475)
- (xy 100.08347 60.084325)
- (xy 100.132028 60.0893)
- (xy 100.731172 60.0893)
- (xy 100.734418 60.088963)
- (xy 100.734422 60.088963)
- (xy 100.828335 60.079219)
- (xy 100.828339 60.079218)
- (xy 100.835193 60.078507)
- (xy 100.841729 60.076326)
- (xy 100.841731 60.076326)
- (xy 100.974916 60.031892)
- (xy 101.045866 60.029308)
- (xy 101.106949 60.065492)
- (xy 101.119377 60.083386)
- (xy 101.120367 60.082737)
- (xy 101.160386 60.143776)
- (xy 101.162723 60.14748)
- (xy 101.200605 60.209907)
- (xy 101.204321 60.214115)
- (xy 101.204322 60.214116)
- (xy 101.208003 60.218284)
- (xy 101.207976 60.218308)
- (xy 101.210629 60.2213)
- (xy 101.213332 60.224533)
- (xy 101.217344 60.230652)
- (xy 101.222656 60.235684)
- (xy 101.273583 60.283928)
- (xy 101.276025 60.286306)
- (xy 101.82903 60.839311)
- (xy 101.841416 60.853723)
- (xy 101.849949 60.865318)
- (xy 101.849954 60.865323)
- (xy 101.854292 60.871218)
- (xy 101.85987 60.875957)
- (xy 101.859873 60.87596)
- (xy 101.894568 60.905435)
- (xy 101.902084 60.912365)
- (xy 101.90778 60.918061)
- (xy 101.910641 60.920324)
- (xy 101.910646 60.920329)
- (xy 101.930056 60.935685)
- (xy 101.933458 60.938474)
- (xy 101.989085 60.985733)
- (xy 101.995602 60.989061)
- (xy 102.00065 60.992427)
- (xy 102.005772 60.99559)
- (xy 102.011516 61.000135)
- (xy 102.077695 61.031064)
- (xy 102.081579 61.032963)
- (xy 102.146608 61.066169)
- (xy 102.153723 61.06791)
- (xy 102.159378 61.070013)
- (xy 102.165117 61.071922)
- (xy 102.17175 61.075022)
- (xy 102.243235 61.089891)
- (xy 102.247501 61.090857)
- (xy 102.31841 61.108208)
- (xy 102.324012 61.108556)
- (xy 102.324015 61.108556)
- (xy 102.329564 61.1089)
- (xy 102.329562 61.108935)
- (xy 102.333534 61.109175)
- (xy 102.337755 61.109552)
- (xy 102.344915 61.111041)
- (xy 102.422342 61.108946)
- (xy 102.42575 61.1089)
- (xy 106.9171 61.1089)
- (xy 106.985221 61.128902)
- (xy 107.031714 61.182558)
- (xy 107.0431 61.2349)
- (xy 107.0431 62.699876)
- (xy 107.023098 62.767997)
- (xy 107.006195 62.788971)
- (xy 106.350571 63.444595)
- (xy 106.288259 63.478621)
- (xy 106.261476 63.4815)
- (xy 106.220231 63.4815)
- (xy 106.217175 63.4818)
- (xy 106.217168 63.4818)
- (xy 106.15866 63.487537)
- (xy 106.073167 63.49592)
- (xy 106.067266 63.497702)
- (xy 106.067264 63.497702)
- (xy 105.890329 63.551122)
- (xy 105.853911 63.5565)
- (xy 105.796866 63.5565)
- (xy 105.793469 63.556869)
- (xy 105.79056 63.557185)
- (xy 105.734684 63.563255)
- (xy 105.598295 63.614385)
- (xy 105.481739 63.701739)
- (xy 105.394385 63.818295)
- (xy 105.343255 63.954684)
- (xy 105.3365 64.016866)
- (xy 105.3365 64.075989)
- (xy 105.330865 64.113248)
- (xy 105.277318 64.286232)
- (xy 105.276674 64.292357)
- (xy 105.276674 64.292358)
- (xy 105.259079 64.459771)
- (xy 105.256645 64.482925)
- (xy 105.262557 64.547885)
- (xy 105.272491 64.657039)
- (xy 105.27457 64.679888)
- (xy 105.276308 64.685794)
- (xy 105.276309 64.685798)
- (xy 105.33041 64.869619)
- (xy 105.329191 64.869978)
- (xy 105.3365 64.90758)
- (xy 105.3365 64.963134)
- (xy 105.343255 65.025316)
- (xy 105.394385 65.161705)
- (xy 105.481739 65.278261)
- (xy 105.598295 65.365615)
- (xy 105.734684 65.416745)
- (xy 105.796866 65.4235)
- (xy 105.857797 65.4235)
- (xy 105.895896 65.429398)
- (xy 106.059306 65.481235)
- (xy 106.213227 65.4985)
- (xy 106.669557 65.4985)
- (xy 106.683164 65.499237)
- (xy 106.714662 65.502659)
- (xy 106.714667 65.502659)
- (xy 106.720788 65.503324)
- (xy 106.747038 65.501027)
- (xy 106.770788 65.49895)
- (xy 106.775614 65.498621)
- (xy 106.778086 65.4985)
- (xy 106.781169 65.4985)
- (xy 106.793138 65.497326)
- (xy 106.823906 65.49431)
- (xy 106.825219 65.494188)
- (xy 106.869484 65.490315)
- (xy 106.917813 65.486087)
- (xy 106.922932 65.4846)
- (xy 106.928233 65.48408)
- (xy 107.017234 65.457209)
- (xy 107.018367 65.456874)
- (xy 107.101814 65.43263)
- (xy 107.101818 65.432628)
- (xy 107.107736 65.430909)
- (xy 107.112468 65.428456)
- (xy 107.117569 65.426916)
- (xy 107.124688 65.423131)
- (xy 107.19966 65.383269)
- (xy 107.200826 65.382657)
- (xy 107.277853 65.342729)
- (xy 107.283326 65.339892)
- (xy 107.287489 65.336569)
- (xy 107.292196 65.334066)
- (xy 107.300859 65.327001)
- (xy 107.317226 65.313652)
- (xy 107.346632 65.289669)
- (xy 108.707001 65.289669)
- (xy 108.707371 65.29649)
- (xy 108.712895 65.347352)
- (xy 108.716521 65.362604)
- (xy 108.761676 65.483054)
- (xy 108.770214 65.498649)
- (xy 108.846715 65.600724)
- (xy 108.859276 65.613285)
- (xy 108.961351 65.689786)
- (xy 108.976946 65.698324)
- (xy 109.097394 65.743478)
- (xy 109.112649 65.747105)
- (xy 109.163514 65.752631)
- (xy 109.170328 65.753)
- (xy 109.367885 65.753)
- (xy 109.383124 65.748525)
- (xy 109.384329 65.747135)
- (xy 109.386 65.739452)
- (xy 109.386 65.734884)
- (xy 109.894 65.734884)
- (xy 109.898475 65.750123)
- (xy 109.899865 65.751328)
- (xy 109.907548 65.752999)
- (xy 110.109669 65.752999)
- (xy 110.11649 65.752629)
- (xy 110.167352 65.747105)
- (xy 110.182604 65.743479)
- (xy 110.303054 65.698324)
- (xy 110.318649 65.689786)
- (xy 110.420724 65.613285)
- (xy 110.433285 65.600724)
- (xy 110.509786 65.498649)
- (xy 110.518324 65.483054)
- (xy 110.563478 65.362606)
- (xy 110.567105 65.347351)
- (xy 110.572631 65.296486)
- (xy 110.573 65.289672)
- (xy 110.573 65.092115)
- (xy 110.568525 65.076876)
- (xy 110.567135 65.075671)
- (xy 110.559452 65.074)
- (xy 109.912115 65.074)
- (xy 109.896876 65.078475)
- (xy 109.895671 65.079865)
- (xy 109.894 65.087548)
- (xy 109.894 65.734884)
- (xy 109.386 65.734884)
- (xy 109.386 65.092115)
- (xy 109.381525 65.076876)
- (xy 109.380135 65.075671)
- (xy 109.372452 65.074)
- (xy 108.725116 65.074)
- (xy 108.709877 65.078475)
- (xy 108.708672 65.079865)
- (xy 108.707001 65.087548)
- (xy 108.707001 65.289669)
- (xy 107.346632 65.289669)
- (xy 107.364318 65.275245)
- (xy 107.365174 65.274554)
- (xy 107.404373 65.243262)
- (xy 107.406877 65.240758)
- (xy 107.407595 65.240116)
- (xy 107.411928 65.236415)
- (xy 107.445462 65.209065)
- (xy 107.450154 65.203394)
- (xy 107.474687 65.173738)
- (xy 107.482677 65.164958)
- (xy 107.996526 64.651109)
- (xy 108.512971 64.134663)
- (xy 108.575283 64.100638)
- (xy 108.646098 64.105702)
- (xy 108.702934 64.148249)
- (xy 108.727745 64.214769)
- (xy 108.720048 64.267988)
- (xy 108.716522 64.277394)
- (xy 108.712895 64.292649)
- (xy 108.707369 64.343514)
- (xy 108.707 64.350328)
- (xy 108.707 64.547885)
- (xy 108.711475 64.563124)
- (xy 108.712865 64.564329)
- (xy 108.720548 64.566)
- (xy 109.367885 64.566)
- (xy 109.383124 64.561525)
- (xy 109.384329 64.560135)
- (xy 109.386 64.552452)
- (xy 109.386 64.547885)
- (xy 109.894 64.547885)
- (xy 109.898475 64.563124)
- (xy 109.899865 64.564329)
- (xy 109.907548 64.566)
- (xy 110.554884 64.566)
- (xy 110.570123 64.561525)
- (xy 110.571328 64.560135)
- (xy 110.572999 64.552452)
- (xy 110.572999 64.350331)
- (xy 110.572629 64.34351)
- (xy 110.567105 64.292648)
- (xy 110.563479 64.277396)
- (xy 110.518324 64.156946)
- (xy 110.509786 64.141351)
- (xy 110.433285 64.039276)
- (xy 110.420724 64.026715)
- (xy 110.318649 63.950214)
- (xy 110.303054 63.941676)
- (xy 110.182606 63.896522)
- (xy 110.167351 63.892895)
- (xy 110.116486 63.887369)
- (xy 110.109672 63.887)
- (xy 109.912115 63.887)
- (xy 109.896876 63.891475)
- (xy 109.895671 63.892865)
- (xy 109.894 63.900548)
- (xy 109.894 64.547885)
- (xy 109.386 64.547885)
- (xy 109.386 63.905116)
- (xy 109.381525 63.889877)
- (xy 109.380135 63.888672)
- (xy 109.372452 63.887001)
- (xy 109.170331 63.887001)
- (xy 109.16351 63.887371)
- (xy 109.112648 63.892895)
- (xy 109.097396 63.896521)
- (xy 109.045751 63.915882)
- (xy 108.974944 63.921065)
- (xy 108.912575 63.887144)
- (xy 108.878445 63.824889)
- (xy 108.883392 63.754065)
- (xy 108.893846 63.733616)
- (xy 108.893703 63.733539)
- (xy 108.937615 63.651642)
- (xy 108.938224 63.65052)
- (xy 108.940228 63.646876)
- (xy 108.95809 63.614385)
- (xy 108.980066 63.574411)
- (xy 108.980068 63.574406)
- (xy 108.983033 63.569013)
- (xy 108.984644 63.563935)
- (xy 108.987163 63.559237)
- (xy 109.014353 63.470302)
- (xy 109.014736 63.469072)
- (xy 109.040971 63.38637)
- (xy 109.042835 63.380494)
- (xy 109.043428 63.375203)
- (xy 109.044988 63.370102)
- (xy 109.054395 63.277489)
- (xy 109.054515 63.276369)
- (xy 109.0601 63.226573)
- (xy 109.0601 63.223044)
- (xy 109.060155 63.222061)
- (xy 109.060604 63.216356)
- (xy 109.060609 63.216314)
- (xy 109.064974 63.173337)
- (xy 109.060659 63.127688)
- (xy 109.0601 63.115831)
- (xy 109.0601 61.4849)
- (xy 109.080102 61.416779)
- (xy 109.133758 61.370286)
- (xy 109.1861 61.3589)
- (xy 112.9055 61.3589)
- (xy 112.973621 61.378902)
- (xy 113.020114 61.432558)
- (xy 113.0315 61.4849)
- (xy 113.0315 64.581474)
- (xy 113.011498 64.649595)
- (xy 112.957842 64.696088)
- (xy 112.887568 64.706192)
- (xy 112.822988 64.676698)
- (xy 112.804674 64.657039)
- (xy 112.723643 64.54892)
- (xy 112.723642 64.548919)
- (xy 112.718261 64.541739)
- (xy 112.601705 64.454385)
- (xy 112.465316 64.403255)
- (xy 112.403134 64.3965)
- (xy 111.456866 64.3965)
- (xy 111.394684 64.403255)
- (xy 111.258295 64.454385)
- (xy 111.141739 64.541739)
- (xy 111.054385 64.658295)
- (xy 111.003255 64.794684)
- (xy 110.9965 64.856866)
- (xy 110.9965 65.803134)
- (xy 111.003255 65.865316)
- (xy 111.054385 66.001705)
- (xy 111.141739 66.118261)
- (xy 111.258295 66.205615)
- (xy 111.394684 66.256745)
- (xy 111.456866 66.2635)
- (xy 112.403134 66.2635)
- (xy 112.465316 66.256745)
- (xy 112.601705 66.205615)
- (xy 112.718261 66.118261)
- (xy 112.800409 66.008651)
- (xy 112.857267 65.966137)
- (xy 112.928085 65.961111)
- (xy 112.990379 65.995171)
- (xy 113.024369 66.057502)
- (xy 113.026827 66.081194)
- (xy 113.026645 66.082925)
- (xy 113.031218 66.133173)
- (xy 113.0315 66.137207)
- (xy 113.0315 66.139769)
- (xy 113.0318 66.142827)
- (xy 113.0318 66.142831)
- (xy 113.035895 66.184596)
- (xy 113.035977 66.185471)
- (xy 113.04457 66.279888)
- (xy 113.045573 66.283297)
- (xy 113.04592 66.286833)
- (xy 113.073334 66.37763)
- (xy 113.073561 66.37839)
- (xy 113.087792 66.426745)
- (xy 113.10041 66.469619)
- (xy 113.099191 66.469978)
- (xy 113.1065 66.507579)
- (xy 113.1065 66.563134)
- (xy 113.113255 66.625316)
- (xy 113.164385 66.761705)
- (xy 113.251739 66.878261)
- (xy 113.368295 66.965615)
- (xy 113.376703 66.968767)
- (xy 113.384575 66.973077)
- (xy 113.383739 66.974604)
- (xy 113.432004 67.010862)
- (xy 113.456702 67.077424)
- (xy 113.441493 67.146772)
- (xy 113.391206 67.19689)
- (xy 113.331008 67.2122)
- (xy 98.226661 67.2122)
- (xy 98.15854 67.192198)
- (xy 98.112047 67.138542)
- (xy 98.101943 67.068268)
- (xy 98.125835 67.010635)
- (xy 98.179786 66.938648)
- (xy 98.188324 66.923054)
- (xy 98.233478 66.802606)
- (xy 98.237105 66.787351)
- (xy 98.242631 66.736486)
- (xy 98.243 66.729672)
- (xy 98.243 66.532115)
- (xy 98.238525 66.516876)
- (xy 98.237135 66.515671)
- (xy 98.229452 66.514)
- (xy 96.395116 66.514)
- (xy 96.379877 66.518475)
- (xy 96.378672 66.519865)
- (xy 96.377001 66.527548)
- (xy 96.377001 66.729669)
- (xy 96.377371 66.73649)
- (xy 96.382895 66.787352)
- (xy 96.386521 66.802604)
- (xy 96.431676 66.923054)
- (xy 96.440214 66.938648)
- (xy 96.494165 67.010635)
- (xy 96.519013 67.077141)
- (xy 96.50396 67.146524)
- (xy 96.453786 67.196754)
- (xy 96.393339 67.2122)
- (xy 93.500082 67.2122)
- (xy 93.431961 67.192198)
- (xy 93.385468 67.138542)
- (xy 93.375364 67.068268)
- (xy 93.403002 67.005879)
- (xy 93.403903 67.00479)
- (xy 93.411888 66.996016)
- (xy 94.420019 65.987885)
- (xy 96.377 65.987885)
- (xy 96.381475 66.003124)
- (xy 96.382865 66.004329)
- (xy 96.390548 66.006)
- (xy 97.037885 66.006)
- (xy 97.053124 66.001525)
- (xy 97.054329 66.000135)
- (xy 97.056 65.992452)
- (xy 97.056 65.987885)
- (xy 97.564 65.987885)
- (xy 97.568475 66.003124)
- (xy 97.569865 66.004329)
- (xy 97.577548 66.006)
- (xy 98.224884 66.006)
- (xy 98.240123 66.001525)
- (xy 98.241328 66.000135)
- (xy 98.242999 65.992452)
- (xy 98.242999 65.973134)
- (xy 98.5665 65.973134)
- (xy 98.573255 66.035316)
- (xy 98.624385 66.171705)
- (xy 98.711739 66.288261)
- (xy 98.828295 66.375615)
- (xy 98.964684 66.426745)
- (xy 99.026866 66.4335)
- (xy 99.973134 66.4335)
- (xy 100.035316 66.426745)
- (xy 100.171705 66.375615)
- (xy 100.288261 66.288261)
- (xy 100.375615 66.171705)
- (xy 100.426745 66.035316)
- (xy 100.4335 65.973134)
- (xy 100.4335 65.383134)
- (xy 100.7665 65.383134)
- (xy 100.773255 65.445316)
- (xy 100.824385 65.581705)
- (xy 100.911739 65.698261)
- (xy 101.028295 65.785615)
- (xy 101.164684 65.836745)
- (xy 101.226866 65.8435)
- (xy 102.173134 65.8435)
- (xy 102.235316 65.836745)
- (xy 102.371705 65.785615)
- (xy 102.488261 65.698261)
- (xy 102.575615 65.581705)
- (xy 102.626745 65.445316)
- (xy 102.6335 65.383134)
- (xy 102.6335 65.043134)
- (xy 103.0465 65.043134)
- (xy 103.053255 65.105316)
- (xy 103.104385 65.241705)
- (xy 103.191739 65.358261)
- (xy 103.308295 65.445615)
- (xy 103.444684 65.496745)
- (xy 103.506866 65.5035)
- (xy 104.453134 65.5035)
- (xy 104.515316 65.496745)
- (xy 104.651705 65.445615)
- (xy 104.768261 65.358261)
- (xy 104.855615 65.241705)
- (xy 104.906745 65.105316)
- (xy 104.9135 65.043134)
- (xy 104.9135 64.096866)
- (xy 104.906745 64.034684)
- (xy 104.855615 63.898295)
- (xy 104.768261 63.781739)
- (xy 104.651705 63.694385)
- (xy 104.515316 63.643255)
- (xy 104.453134 63.6365)
- (xy 103.506866 63.6365)
- (xy 103.444684 63.643255)
- (xy 103.308295 63.694385)
- (xy 103.191739 63.781739)
- (xy 103.104385 63.898295)
- (xy 103.053255 64.034684)
- (xy 103.0465 64.096866)
- (xy 103.0465 65.043134)
- (xy 102.6335 65.043134)
- (xy 102.6335 64.436866)
- (xy 102.626745 64.374684)
- (xy 102.575615 64.238295)
- (xy 102.488261 64.121739)
- (xy 102.371705 64.034385)
- (xy 102.235316 63.983255)
- (xy 102.173134 63.9765)
- (xy 101.226866 63.9765)
- (xy 101.164684 63.983255)
- (xy 101.028295 64.034385)
- (xy 100.911739 64.121739)
- (xy 100.824385 64.238295)
- (xy 100.773255 64.374684)
- (xy 100.7665 64.436866)
- (xy 100.7665 65.383134)
- (xy 100.4335 65.383134)
- (xy 100.4335 65.026866)
- (xy 100.426745 64.964684)
- (xy 100.375615 64.828295)
- (xy 100.288261 64.711739)
- (xy 100.171705 64.624385)
- (xy 100.035316 64.573255)
- (xy 99.973134 64.5665)
- (xy 99.026866 64.5665)
- (xy 98.964684 64.573255)
- (xy 98.828295 64.624385)
- (xy 98.711739 64.711739)
- (xy 98.624385 64.828295)
- (xy 98.573255 64.964684)
- (xy 98.5665 65.026866)
- (xy 98.5665 65.973134)
- (xy 98.242999 65.973134)
- (xy 98.242999 65.790331)
- (xy 98.242629 65.78351)
- (xy 98.237105 65.732648)
- (xy 98.233479 65.717396)
- (xy 98.188324 65.596946)
- (xy 98.179786 65.581351)
- (xy 98.103285 65.479276)
- (xy 98.090724 65.466715)
- (xy 97.988649 65.390214)
- (xy 97.973054 65.381676)
- (xy 97.852606 65.336522)
- (xy 97.837351 65.332895)
- (xy 97.786486 65.327369)
- (xy 97.779672 65.327)
- (xy 97.582115 65.327)
- (xy 97.566876 65.331475)
- (xy 97.565671 65.332865)
- (xy 97.564 65.340548)
- (xy 97.564 65.987885)
- (xy 97.056 65.987885)
- (xy 97.056 65.345116)
- (xy 97.051525 65.329877)
- (xy 97.050135 65.328672)
- (xy 97.042452 65.327001)
- (xy 96.840331 65.327001)
- (xy 96.83351 65.327371)
- (xy 96.782648 65.332895)
- (xy 96.767396 65.336521)
- (xy 96.646946 65.381676)
- (xy 96.631351 65.390214)
- (xy 96.529276 65.466715)
- (xy 96.516715 65.479276)
- (xy 96.440214 65.581351)
- (xy 96.431676 65.596946)
- (xy 96.386522 65.717394)
- (xy 96.382895 65.732649)
- (xy 96.377369 65.783514)
- (xy 96.377 65.790328)
- (xy 96.377 65.987885)
- (xy 94.420019 65.987885)
- (xy 97.441958 62.965946)
- (xy 97.50427 62.93192)
- (xy 97.575085 62.936985)
- (xy 97.582301 62.939934)
- (xy 97.704877 62.994508)
- (xy 97.704885 62.994511)
- (xy 97.710912 62.997194)
- (xy 97.804313 63.017047)
- (xy 97.891256 63.035528)
- (xy 97.891261 63.035528)
- (xy 97.897713 63.0369)
- (xy 98.088687 63.0369)
- (xy 98.095139 63.035528)
- (xy 98.095144 63.035528)
- (xy 98.182087 63.017047)
- (xy 98.275488 62.997194)
- (xy 98.281521 62.994508)
- (xy 98.443922 62.922203)
- (xy 98.443924 62.922202)
- (xy 98.449952 62.919518)
- (xy 98.467394 62.906846)
- (xy 98.505357 62.879264)
- (xy 98.604453 62.807266)
- (xy 98.623967 62.785594)
- (xy 98.727821 62.670252)
- (xy 98.727822 62.670251)
- (xy 98.73224 62.665344)
- (xy 98.827727 62.499956)
- (xy 98.886742 62.318328)
- (xy 98.890667 62.28099)
- (xy 98.906014 62.134965)
- (xy 98.906704 62.1284)
- (xy 98.889951 61.969006)
- (xy 98.887432 61.945035)
- (xy 98.887432 61.945033)
- (xy 98.886742 61.938472)
- (xy 98.827727 61.756844)
- (xy 98.73224 61.591456)
- (xy 98.726858 61.585478)
- (xy 98.608875 61.454445)
- (xy 98.608873 61.454443)
- (xy 98.604453 61.449534)
- (xy 98.449952 61.337282)
- (xy 98.443924 61.334598)
- (xy 98.443922 61.334597)
- (xy 98.281519 61.262291)
- (xy 98.281518 61.262291)
- (xy 98.275488 61.259606)
- (xy 98.163754 61.235856)
- (xy 98.095144 61.221272)
- (xy 98.095139 61.221272)
- (xy 98.088687 61.2199)
- (xy 97.897713 61.2199)
- (xy 97.891261 61.221272)
- (xy 97.891256 61.221272)
- (xy 97.822646 61.235856)
- (xy 97.710912 61.259606)
- (xy 97.704882 61.262291)
- (xy 97.704881 61.262291)
- (xy 97.542478 61.334597)
- (xy 97.542476 61.334598)
- (xy 97.536448 61.337282)
- (xy 97.381947 61.449534)
- (xy 97.376111 61.456016)
- (xy 97.375064 61.456661)
- (xy 97.372623 61.458859)
- (xy 97.372221 61.458412)
- (xy 97.315664 61.493254)
- (xy 97.299379 61.495699)
- (xy 97.299464 61.496237)
- (xy 97.29163 61.497478)
- (xy 97.28371 61.497727)
- (xy 97.266054 61.502856)
- (xy 97.264258 61.503378)
- (xy 97.244906 61.507386)
- (xy 97.237835 61.50828)
- (xy 97.224803 61.509926)
- (xy 97.217434 61.512843)
- (xy 97.217432 61.512844)
- (xy 97.183697 61.5262)
- (xy 97.172469 61.530045)
- (xy 97.130007 61.542382)
- (xy 97.123185 61.546416)
- (xy 97.123179 61.546419)
- (xy 97.112568 61.552694)
- (xy 97.094818 61.56139)
- (xy 97.083356 61.565928)
- (xy 97.083351 61.565931)
- (xy 97.075983 61.568848)
- (xy 97.060501 61.580096)
- (xy 97.040225 61.594827)
- (xy 97.030307 61.601343)
- (xy 97.011619 61.612395)
- (xy 96.992237 61.623858)
- (xy 96.977913 61.638182)
- (xy 96.962881 61.651021)
- (xy 96.946493 61.662928)
- (xy 96.919306 61.695791)
- (xy 96.918312 61.696993)
- (xy 96.910322 61.705773)
- (xy 95.311195 63.3049)
- (xy 95.248883 63.338926)
- (xy 95.178068 63.333861)
- (xy 95.121232 63.291314)
- (xy 95.096421 63.224794)
- (xy 95.0961 63.215805)
- (xy 95.0961 60.544924)
- (xy 95.116102 60.476803)
- (xy 95.128458 60.460621)
- (xy 95.20164 60.379344)
- (xy 95.287488 60.230652)
- (xy 95.293823 60.219679)
- (xy 95.293824 60.219678)
- (xy 95.297127 60.213956)
- (xy 95.356142 60.032328)
- (xy 95.35688 60.025312)
- (xy 95.375414 59.848965)
- (xy 95.376104 59.8424)
- (xy 95.371611 59.799653)
- (xy 95.356832 59.659035)
- (xy 95.356832 59.659033)
- (xy 95.356142 59.652472)
- (xy 95.297127 59.470844)
- (xy 95.286185 59.451891)
- (xy 95.250201 59.389566)
- (xy 97.6111 59.389566)
- (xy 97.611437 59.396082)
- (xy 97.621175 59.489932)
- (xy 97.624068 59.503328)
- (xy 97.674588 59.654753)
- (xy 97.680753 59.667915)
- (xy 97.764526 59.803292)
- (xy 97.77356 59.81469)
- (xy 97.886229 59.927163)
- (xy 97.89764 59.936175)
- (xy 98.033163 60.019712)
- (xy 98.046341 60.025856)
- (xy 98.197866 60.076115)
- (xy 98.211232 60.078981)
- (xy 98.30387 60.088472)
- (xy 98.310285 60.0888)
- (xy 98.334485 60.0888)
- (xy 98.349724 60.084325)
- (xy 98.350929 60.082935)
- (xy 98.3526 60.075252)
- (xy 98.3526 59.377915)
- (xy 98.348125 59.362676)
- (xy 98.346735 59.361471)
- (xy 98.339052 59.3598)
- (xy 97.629215 59.3598)
- (xy 97.613976 59.364275)
- (xy 97.612771 59.365665)
- (xy 97.6111 59.373348)
- (xy 97.6111 59.389566)
- (xy 95.250201 59.389566)
- (xy 95.241462 59.374429)
- (xy 95.20164 59.305456)
- (xy 95.168133 59.268242)
- (xy 95.078275 59.168445)
- (xy 95.078274 59.168444)
- (xy 95.073853 59.163534)
- (xy 94.919352 59.051282)
- (xy 94.913324 59.048598)
- (xy 94.913322 59.048597)
- (xy 94.750919 58.976291)
- (xy 94.750918 58.976291)
- (xy 94.744888 58.973606)
- (xy 94.62207 58.9475)
- (xy 94.564544 58.935272)
- (xy 94.564539 58.935272)
- (xy 94.558087 58.9339)
- (xy 94.367113 58.9339)
- (xy 94.360661 58.935272)
- (xy 94.360656 58.935272)
- (xy 94.30313 58.9475)
- (xy 94.180312 58.973606)
- (xy 94.174282 58.976291)
- (xy 94.174281 58.976291)
- (xy 94.011878 59.048597)
- (xy 94.011876 59.048598)
- (xy 94.005848 59.051282)
- (xy 93.851347 59.163534)
- (xy 93.846926 59.168444)
- (xy 93.846925 59.168445)
- (xy 93.757068 59.268242)
- (xy 93.72356 59.305456)
- (xy 93.683738 59.374429)
- (xy 93.639016 59.451891)
- (xy 93.628073 59.470844)
- (xy 93.569058 59.652472)
- (xy 93.568368 59.659033)
- (xy 93.568368 59.659035)
- (xy 93.553589 59.799653)
- (xy 93.549096 59.8424)
- (xy 93.549786 59.848965)
- (xy 93.568321 60.025312)
- (xy 93.569058 60.032328)
- (xy 93.628073 60.213956)
- (xy 93.631376 60.219678)
- (xy 93.631377 60.219679)
- (xy 93.637712 60.230652)
- (xy 93.72356 60.379344)
- (xy 93.796737 60.460615)
- (xy 93.827453 60.524621)
- (xy 93.8291 60.544924)
- (xy 93.8291 61.0133)
- (xy 93.809098 61.081421)
- (xy 93.755442 61.127914)
- (xy 93.7031 61.1393)
- (xy 91.8688 61.1393)
- (xy 91.800679 61.119298)
- (xy 91.781453 61.102957)
- (xy 91.78118 61.10326)
- (xy 91.776268 61.098837)
- (xy 91.771853 61.093934)
- (xy 91.66087 61.0133)
- (xy 91.622694 60.985563)
- (xy 91.622693 60.985562)
- (xy 91.617352 60.981682)
- (xy 91.611324 60.978998)
- (xy 91.611322 60.978997)
- (xy 91.448919 60.906691)
- (xy 91.448918 60.906691)
- (xy 91.442888 60.904006)
- (xy 91.340652 60.882275)
- (xy 91.262544 60.865672)
- (xy 91.262539 60.865672)
- (xy 91.256087 60.8643)
- (xy 91.065113 60.8643)
- (xy 91.058661 60.865672)
- (xy 91.058656 60.865672)
- (xy 90.980548 60.882275)
- (xy 90.878312 60.904006)
- (xy 90.872282 60.906691)
- (xy 90.872281 60.906691)
- (xy 90.709878 60.978997)
- (xy 90.709876 60.978998)
- (xy 90.703848 60.981682)
- (xy 90.698507 60.985562)
- (xy 90.698506 60.985563)
- (xy 90.66033 61.0133)
- (xy 90.549347 61.093934)
- (xy 90.544926 61.098844)
- (xy 90.544925 61.098845)
- (xy 90.43291 61.223251)
- (xy 90.42156 61.235856)
- (xy 90.326073 61.401244)
- (xy 90.267058 61.582872)
- (xy 90.266368 61.589433)
- (xy 90.266368 61.589435)
- (xy 90.251031 61.735362)
- (xy 90.247096 61.7728)
- (xy 90.247786 61.779365)
- (xy 90.264509 61.938472)
- (xy 90.267058 61.962728)
- (xy 90.326073 62.144356)
- (xy 90.329376 62.150078)
- (xy 90.329377 62.150079)
- (xy 90.33832 62.165569)
- (xy 90.42156 62.309744)
- (xy 90.425978 62.314651)
- (xy 90.425979 62.314652)
- (xy 90.450097 62.341438)
- (xy 90.549347 62.451666)
- (xy 90.607162 62.493671)
- (xy 90.657115 62.529964)
- (xy 90.703848 62.563918)
- (xy 90.709876 62.566602)
- (xy 90.709878 62.566603)
- (xy 90.872281 62.638909)
- (xy 90.878312 62.641594)
- (xy 90.971712 62.661447)
- (xy 91.058656 62.679928)
- (xy 91.058661 62.679928)
- (xy 91.065113 62.6813)
- (xy 91.256087 62.6813)
- (xy 91.262539 62.679928)
- (xy 91.262544 62.679928)
- (xy 91.349488 62.661447)
- (xy 91.442888 62.641594)
- (xy 91.448919 62.638909)
- (xy 91.611322 62.566603)
- (xy 91.611324 62.566602)
- (xy 91.617352 62.563918)
- (xy 91.664086 62.529964)
- (xy 91.750271 62.467346)
- (xy 91.771853 62.451666)
- (xy 91.776268 62.446763)
- (xy 91.78118 62.44234)
- (xy 91.782305 62.443589)
- (xy 91.835614 62.410749)
- (xy 91.8688 62.4063)
- (xy 93.0427 62.4063)
- (xy 93.110821 62.426302)
- (xy 93.157314 62.479958)
- (xy 93.1687 62.5323)
- (xy 93.1687 63.058406)
- (xy 93.148698 63.126527)
- (xy 93.131795 63.147501)
- (xy 91.3669 64.912395)
- (xy 91.304588 64.946421)
- (xy 91.277805 64.9493)
- (xy 89.10003 64.9493)
- (xy 89.088847 64.948773)
- (xy 89.081354 64.947098)
- (xy 89.073428 64.947347)
- (xy 89.073427 64.947347)
- (xy 89.013264 64.949238)
- (xy 89.009306 64.9493)
- (xy 88.981406 64.9493)
- (xy 88.977416 64.949804)
- (xy 88.965582 64.950736)
- (xy 88.921373 64.952126)
- (xy 88.913759 64.954338)
- (xy 88.913754 64.954339)
- (xy 88.901921 64.957777)
- (xy 88.882558 64.961788)
- (xy 88.862465 64.964326)
- (xy 88.855098 64.967243)
- (xy 88.855093 64.967244)
- (xy 88.821354 64.980602)
- (xy 88.810127 64.984446)
- (xy 88.767669 64.996782)
- (xy 88.760843 65.000819)
- (xy 88.750234 65.007093)
- (xy 88.732486 65.015788)
- (xy 88.713645 65.023248)
- (xy 88.707229 65.02791)
- (xy 88.707228 65.02791)
- (xy 88.677875 65.049236)
- (xy 88.667955 65.055752)
- (xy 88.636727 65.07422)
- (xy 88.636724 65.074222)
- (xy 88.6299 65.078258)
- (xy 88.615579 65.092579)
- (xy 88.600546 65.105419)
- (xy 88.584155 65.117328)
- (xy 88.557778 65.149213)
- (xy 88.555974 65.151393)
- (xy 88.547984 65.160174)
- (xy 88.15093 65.557227)
- (xy 88.088618 65.591252)
- (xy 88.061835 65.594131)
- (xy 86.708332 65.594131)
- (xy 86.697148 65.593604)
- (xy 86.68966 65.59193)
- (xy 86.681737 65.592179)
- (xy 86.621602 65.594069)
- (xy 86.617644 65.594131)
- (xy 86.589713 65.594131)
- (xy 86.585798 65.594626)
- (xy 86.585794 65.594626)
- (xy 86.585736 65.594634)
- (xy 86.585707 65.594637)
- (xy 86.573865 65.59557)
- (xy 86.529679 65.596958)
- (xy 86.516716 65.600724)
- (xy 86.510227 65.602609)
- (xy 86.490875 65.606617)
- (xy 86.483804 65.607511)
- (xy 86.470772 65.609157)
- (xy 86.463403 65.612074)
- (xy 86.463401 65.612075)
- (xy 86.429666 65.625431)
- (xy 86.418438 65.629276)
- (xy 86.375976 65.641613)
- (xy 86.369154 65.645647)
- (xy 86.369148 65.64565)
- (xy 86.358537 65.651925)
- (xy 86.340787 65.660621)
- (xy 86.329325 65.665159)
- (xy 86.32932 65.665162)
- (xy 86.321952 65.668079)
- (xy 86.315537 65.67274)
- (xy 86.286194 65.694058)
- (xy 86.276276 65.700574)
- (xy 86.271089 65.703642)
- (xy 86.238206 65.723089)
- (xy 86.223882 65.737413)
- (xy 86.20885 65.750252)
- (xy 86.192462 65.762159)
- (xy 86.17045 65.788767)
- (xy 86.164281 65.796224)
- (xy 86.156291 65.805004)
- (xy 83.71878 68.242515)
- (xy 83.680934 68.268527)
- (xy 83.623278 68.294197)
- (xy 83.623276 68.294198)
- (xy 83.617248 68.296882)
- (xy 83.611907 68.300762)
- (xy 83.611906 68.300763)
- (xy 83.57556 68.32717)
- (xy 83.462747 68.409134)
- (xy 83.458326 68.414044)
- (xy 83.458325 68.414045)
- (xy 83.350071 68.534274)
- (xy 83.33496 68.551056)
- (xy 83.239473 68.716444)
- (xy 83.180458 68.898072)
- (xy 83.160496 69.088)
- (xy 83.161186 69.094565)
- (xy 83.167938 69.158802)
- (xy 83.180458 69.277928)
- (xy 83.239473 69.459556)
- (xy 83.33496 69.624944)
- (xy 83.339378 69.629851)
- (xy 83.339379 69.629852)
- (xy 83.35992 69.652665)
- (xy 83.462747 69.766866)
- (xy 83.617248 69.879118)
- (xy 83.623276 69.881802)
- (xy 83.623278 69.881803)
- (xy 83.785681 69.954109)
- (xy 83.791712 69.956794)
- (xy 83.885112 69.976647)
- (xy 83.972056 69.995128)
- (xy 83.972061 69.995128)
- (xy 83.978513 69.9965)
- (xy 84.169487 69.9965)
- (xy 84.175939 69.995128)
- (xy 84.175944 69.995128)
- (xy 84.262888 69.976647)
- (xy 84.356288 69.956794)
- (xy 84.362319 69.954109)
- (xy 84.524722 69.881803)
- (xy 84.524724 69.881802)
- (xy 84.530752 69.879118)
- (xy 84.571439 69.849557)
- (xy 84.638306 69.825699)
- (xy 84.707458 69.841779)
- (xy 84.719561 69.849557)
- (xy 84.760248 69.879118)
- (xy 84.766276 69.881802)
- (xy 84.766278 69.881803)
- (xy 84.928681 69.954109)
- (xy 84.934712 69.956794)
- (xy 85.028112 69.976647)
- (xy 85.115056 69.995128)
- (xy 85.115061 69.995128)
- (xy 85.121513 69.9965)
- (xy 85.216605 69.9965)
- (xy 85.284726 70.016502)
- (xy 85.331219 70.070158)
- (xy 85.341323 70.140432)
- (xy 85.311829 70.205012)
- (xy 85.305702 70.211594)
- (xy 84.915393 70.601902)
- (xy 84.585099 70.932196)
- (xy 84.522787 70.966221)
- (xy 84.496004 70.9691)
- (xy 78.546594 70.9691)
- (xy 78.478473 70.949098)
- (xy 78.457499 70.932195)
- (xy 77.423543 69.898238)
- (xy 77.389517 69.835926)
- (xy 77.394582 69.76511)
- (xy 77.403519 69.746143)
- (xy 77.463023 69.643079)
- (xy 77.463024 69.643078)
- (xy 77.466327 69.637356)
- (xy 77.525342 69.455728)
- (xy 77.535109 69.362805)
- (xy 77.544614 69.272365)
- (xy 77.545304 69.2658)
- (xy 77.530052 69.120685)
- (xy 77.526032 69.082435)
- (xy 77.526032 69.082433)
- (xy 77.525342 69.075872)
- (xy 77.466327 68.894244)
- (xy 77.37084 68.728856)
- (xy 77.359654 68.716432)
- (xy 77.247475 68.591845)
- (xy 77.247474 68.591844)
- (xy 77.243053 68.586934)
- (xy 77.107023 68.488102)
- (xy 77.093894 68.478563)
- (xy 77.093893 68.478562)
- (xy 77.088552 68.474682)
- (xy 77.082524 68.471998)
- (xy 77.082522 68.471997)
- (xy 76.920119 68.399691)
- (xy 76.920118 68.399691)
- (xy 76.914088 68.397006)
- (xy 76.820687 68.377153)
- (xy 76.733744 68.358672)
- (xy 76.733739 68.358672)
- (xy 76.727287 68.3573)
- (xy 76.536313 68.3573)
- (xy 76.529861 68.358672)
- (xy 76.529856 68.358672)
- (xy 76.442913 68.377153)
- (xy 76.349512 68.397006)
- (xy 76.343482 68.399691)
- (xy 76.343481 68.399691)
- (xy 76.181078 68.471997)
- (xy 76.181076 68.471998)
- (xy 76.175048 68.474682)
- (xy 76.169707 68.478562)
- (xy 76.169706 68.478563)
- (xy 76.156577 68.488102)
- (xy 76.020547 68.586934)
- (xy 76.016126 68.591844)
- (xy 76.016125 68.591845)
- (xy 75.903947 68.716432)
- (xy 75.89276 68.728856)
- (xy 75.797273 68.894244)
- (xy 75.738258 69.075872)
- (xy 75.737568 69.082433)
- (xy 75.737568 69.082435)
- (xy 75.733548 69.120685)
- (xy 75.718296 69.2658)
- (xy 75.718986 69.272365)
- (xy 75.728492 69.362805)
- (xy 75.738258 69.455728)
- (xy 75.797273 69.637356)
- (xy 75.800576 69.643078)
- (xy 75.800577 69.643079)
- (xy 75.805309 69.651275)
- (xy 75.89276 69.802744)
- (xy 75.964438 69.882351)
- (xy 75.995154 69.946356)
- (xy 75.996739 69.9627)
- (xy 75.998238 70.010386)
- (xy 75.9983 70.014345)
- (xy 75.9983 70.042256)
- (xy 75.998797 70.04619)
- (xy 75.998797 70.046191)
- (xy 75.998805 70.046256)
- (xy 75.999738 70.058093)
- (xy 76.001127 70.102289)
- (xy 76.006778 70.121739)
- (xy 76.010787 70.1411)
- (xy 76.013326 70.161197)
- (xy 76.016245 70.168568)
- (xy 76.016245 70.16857)
- (xy 76.029604 70.202312)
- (xy 76.033449 70.213542)
- (xy 76.043571 70.248383)
- (xy 76.045782 70.255993)
- (xy 76.049815 70.262812)
- (xy 76.049817 70.262817)
- (xy 76.056093 70.273428)
- (xy 76.064788 70.291176)
- (xy 76.072248 70.310017)
- (xy 76.07691 70.316433)
- (xy 76.07691 70.316434)
- (xy 76.098236 70.345787)
- (xy 76.104752 70.355707)
- (xy 76.127258 70.393762)
- (xy 76.141579 70.408083)
- (xy 76.154419 70.423116)
- (xy 76.166328 70.439507)
- (xy 76.172434 70.444558)
- (xy 76.200405 70.467698)
- (xy 76.209184 70.475688)
- (xy 77.728343 71.994847)
- (xy 77.735887 72.003137)
- (xy 77.74 72.009618)
- (xy 77.745777 72.015043)
- (xy 77.789667 72.056258)
- (xy 77.792509 72.059013)
- (xy 77.812231 72.078735)
- (xy 77.815355 72.081158)
- (xy 77.815359 72.081162)
- (xy 77.815424 72.081212)
- (xy 77.824445 72.088917)
- (xy 77.856679 72.119186)
- (xy 77.863627 72.123005)
- (xy 77.863629 72.123007)
- (xy 77.874432 72.128946)
- (xy 77.890959 72.139802)
- (xy 77.900698 72.147357)
- (xy 77.9007 72.147358)
- (xy 77.90696 72.152214)
- (xy 77.94754 72.169774)
- (xy 77.958188 72.174991)
- (xy 77.982976 72.188618)
- (xy 77.99694 72.196295)
- (xy 78.004616 72.198266)
- (xy 78.004619 72.198267)
- (xy 78.016562 72.201333)
- (xy 78.035267 72.207737)
- (xy 78.053855 72.215781)
- (xy 78.061678 72.21702)
- (xy 78.061688 72.217023)
- (xy 78.097524 72.222699)
- (xy 78.109144 72.225105)
- (xy 78.140959 72.233273)
- (xy 78.15197 72.2361)
- (xy 78.172224 72.2361)
- (xy 78.191934 72.237651)
- (xy 78.211943 72.24082)
- (xy 78.219835 72.240074)
- (xy 78.23858 72.238302)
- (xy 78.255962 72.236659)
- (xy 78.267819 72.2361)
- (xy 78.582352 72.2361)
- (xy 78.650473 72.256102)
- (xy 78.696966 72.309758)
- (xy 78.707662 72.37527)
+ (xy 101.544 56.107924)
+ (xy 101.553031 56.138681)
+ (xy 101.553031 56.209678)
+ (xy 101.514647 56.269404)
+ (xy 101.475746 56.292391)
+ (xy 101.350695 56.338525)
+ (xy 101.323934 56.348398)
+ (xy 101.318973 56.35135)
+ (xy 101.318972 56.35135)
+ (xy 101.173225 56.438061)
+ (xy 101.148849 56.452563)
+ (xy 100.995678 56.58689)
+ (xy 100.975162 56.612915)
+ (xy 100.925372 56.676073)
+ (xy 100.867491 56.717186)
+ (xy 100.847009 56.722298)
+ (xy 100.83971 56.722527)
+ (xy 100.822344 56.727572)
+ (xy 100.820258 56.728178)
+ (xy 100.800906 56.732186)
+ (xy 100.793835 56.73308)
+ (xy 100.780803 56.734726)
+ (xy 100.773434 56.737643)
+ (xy 100.773432 56.737644)
+ (xy 100.739697 56.751)
+ (xy 100.728469 56.754845)
+ (xy 100.686007 56.767182)
+ (xy 100.679184 56.771217)
+ (xy 100.679182 56.771218)
+ (xy 100.668572 56.777493)
+ (xy 100.650824 56.786188)
+ (xy 100.631983 56.793648)
+ (xy 100.625567 56.79831)
+ (xy 100.625566 56.79831)
+ (xy 100.596213 56.819636)
+ (xy 100.586293 56.826152)
+ (xy 100.555065 56.84462)
+ (xy 100.555062 56.844622)
+ (xy 100.548238 56.848658)
+ (xy 100.533917 56.862979)
+ (xy 100.518884 56.875819)
+ (xy 100.502493 56.887728)
+ (xy 100.497442 56.893834)
+ (xy 100.474302 56.921805)
+ (xy 100.466312 56.930584)
+ (xy 99.391312 58.005583)
+ (xy 99.329 58.039609)
+ (xy 99.282435 58.039162)
+ (xy 99.282316 58.040255)
+ (xy 99.223531 58.033869)
+ (xy 99.220134 58.0335)
+ (xy 97.563866 58.0335)
+ (xy 97.501684 58.040255)
+ (xy 97.365295 58.091385)
+ (xy 97.248739 58.178739)
+ (xy 97.243358 58.185919)
+ (xy 97.237008 58.192269)
+ (xy 97.235373 58.190634)
+ (xy 97.188641 58.225579)
+ (xy 97.144671 58.2335)
+ (xy 93.279163 58.2335)
+ (xy 93.26798 58.232973)
+ (xy 93.260487 58.231298)
+ (xy 93.252561 58.231547)
+ (xy 93.25256 58.231547)
+ (xy 93.192397 58.233438)
+ (xy 93.188439 58.2335)
+ (xy 93.160539 58.2335)
+ (xy 93.156549 58.234004)
+ (xy 93.144715 58.234936)
+ (xy 93.100506 58.236326)
+ (xy 93.09289 58.238539)
+ (xy 93.092888 58.238539)
+ (xy 93.081047 58.241979)
+ (xy 93.061688 58.245988)
+ (xy 93.060378 58.246154)
+ (xy 93.041598 58.248526)
+ (xy 93.034232 58.251442)
+ (xy 93.034226 58.251444)
+ (xy 93.000493 58.2648)
+ (xy 92.989263 58.268645)
+ (xy 92.954412 58.27877)
+ (xy 92.946802 58.280981)
+ (xy 92.939979 58.285016)
+ (xy 92.929361 58.291295)
+ (xy 92.911608 58.299992)
+ (xy 92.903963 58.303019)
+ (xy 92.892778 58.307448)
+ (xy 92.886363 58.312109)
+ (xy 92.857007 58.333437)
+ (xy 92.84709 58.339951)
+ (xy 92.809033 58.362458)
+ (xy 92.794712 58.376779)
+ (xy 92.779679 58.389619)
+ (xy 92.763288 58.401528)
+ (xy 92.757499 58.408526)
+ (xy 92.735097 58.435605)
+ (xy 92.727107 58.444384)
+ (xy 88.327209 62.844282)
+ (xy 88.264897 62.878308)
+ (xy 88.194082 62.873243)
+ (xy 88.137246 62.830696)
+ (xy 88.11658 62.788435)
+ (xy 88.100115 62.728246)
+ (xy 88.045871 62.529964)
+ (xy 87.985145 62.387594)
+ (xy 87.934763 62.269476)
+ (xy 87.934761 62.269472)
+ (xy 87.933077 62.265524)
+ (xy 87.848788 62.124688)
+ (xy 87.787643 62.022521)
+ (xy 87.78764 62.022517)
+ (xy 87.785439 62.018839)
+ (xy 87.605687 61.794472)
+ (xy 87.451496 61.64815)
+ (xy 87.400258 61.599527)
+ (xy 87.400255 61.599525)
+ (xy 87.397149 61.596577)
+ (xy 87.163683 61.428814)
+ (xy 87.141843 61.41725)
+ (xy 87.064186 61.376133)
+ (xy 86.909608 61.294288)
+ (xy 86.755168 61.237771)
+ (xy 86.643658 61.196964)
+ (xy 86.643656 61.196963)
+ (xy 86.639627 61.195489)
+ (xy 86.358736 61.134245)
+ (xy 86.327685 61.131801)
+ (xy 86.135718 61.116693)
+ (xy 86.135709 61.116693)
+ (xy 86.133261 61.1165)
+ (xy 85.977729 61.1165)
+ (xy 85.975593 61.116646)
+ (xy 85.975582 61.116646)
+ (xy 85.767452 61.130835)
+ (xy 85.767446 61.130836)
+ (xy 85.763175 61.131127)
+ (xy 85.75898 61.131996)
+ (xy 85.758978 61.131996)
+ (xy 85.688395 61.146613)
+ (xy 85.481658 61.189426)
+ (xy 85.210657 61.285393)
+ (xy 84.955188 61.41725)
+ (xy 84.951687 61.419711)
+ (xy 84.951683 61.419713)
+ (xy 84.91132 61.448081)
+ (xy 84.719977 61.582559)
+ (xy 84.704892 61.596577)
+ (xy 84.51414 61.773835)
+ (xy 84.509378 61.77826)
+ (xy 84.327287 62.000732)
+ (xy 84.177073 62.245858)
+ (xy 84.175347 62.249791)
+ (xy 84.175346 62.249792)
+ (xy 84.143215 62.322989)
+ (xy 84.061517 62.509102)
+ (xy 83.982756 62.785594)
+ (xy 83.942249 63.070216)
+ (xy 83.942227 63.074505)
+ (xy 83.942226 63.074512)
+ (xy 83.940805 63.345824)
+ (xy 83.940743 63.357703)
+ (xy 83.941302 63.361947)
+ (xy 83.941302 63.361951)
+ (xy 83.949444 63.423791)
+ (xy 83.978268 63.642734)
+ (xy 83.979401 63.646874)
+ (xy 83.979401 63.646876)
+ (xy 83.996386 63.708963)
+ (xy 84.054129 63.920036)
+ (xy 84.055813 63.923984)
+ (xy 84.154074 64.154351)
+ (xy 84.166923 64.184476)
+ (xy 84.227707 64.286038)
+ (xy 84.311965 64.426823)
+ (xy 84.314561 64.431161)
+ (xy 84.494313 64.655528)
+ (xy 84.592381 64.748591)
+ (xy 84.672826 64.82493)
+ (xy 84.702851 64.853423)
+ (xy 84.936317 65.021186)
+ (xy 84.940112 65.023195)
+ (xy 84.940113 65.023196)
+ (xy 84.961869 65.034715)
+ (xy 85.190392 65.155712)
+ (xy 85.235964 65.172389)
+ (xy 85.434345 65.244986)
+ (xy 85.460373 65.254511)
+ (xy 85.488181 65.260574)
+ (xy 85.609918 65.287117)
+ (xy 85.672214 65.321172)
+ (xy 85.706209 65.3835)
+ (xy 85.701111 65.454314)
+ (xy 85.672171 65.49932)
+ (xy 84.641375 66.530115)
+ (xy 83.630947 67.540543)
+ (xy 83.622661 67.548083)
+ (xy 83.616182 67.552195)
+ (xy 83.575266 67.595767)
+ (xy 83.569557 67.601846)
+ (xy 83.566802 67.604688)
+ (xy 83.547065 67.624425)
+ (xy 83.544585 67.627622)
+ (xy 83.536882 67.636642)
+ (xy 83.506614 67.668874)
+ (xy 83.502795 67.67582)
+ (xy 83.502793 67.675823)
+ (xy 83.496852 67.686629)
+ (xy 83.486001 67.703148)
+ (xy 83.473586 67.719154)
+ (xy 83.470441 67.726423)
+ (xy 83.470438 67.726427)
+ (xy 83.456026 67.759732)
+ (xy 83.450809 67.770382)
+ (xy 83.429505 67.809135)
+ (xy 83.427534 67.81681)
+ (xy 83.427534 67.816811)
+ (xy 83.424467 67.828757)
+ (xy 83.418063 67.847461)
+ (xy 83.410019 67.86605)
+ (xy 83.40878 67.873873)
+ (xy 83.408777 67.873883)
+ (xy 83.403101 67.909719)
+ (xy 83.400695 67.921339)
+ (xy 83.3897 67.964165)
+ (xy 83.3897 67.984419)
+ (xy 83.388149 68.004129)
+ (xy 83.38498 68.024138)
+ (xy 83.385726 68.03203)
+ (xy 83.389141 68.068156)
+ (xy 83.3897 68.080014)
+ (xy 83.3897 68.741076)
+ (xy 83.369698 68.809197)
+ (xy 83.357342 68.825379)
+ (xy 83.28416 68.906656)
+ (xy 83.188673 69.072044)
+ (xy 83.129658 69.253672)
+ (xy 83.128968 69.260233)
+ (xy 83.128968 69.260235)
+ (xy 83.113843 69.404141)
+ (xy 83.109696 69.4436)
+ (xy 83.129658 69.633528)
+ (xy 83.187485 69.811499)
+ (xy 83.187485 69.811501)
+ (xy 83.188673 69.815156)
+ (xy 83.188004 69.815373)
+ (xy 83.196783 69.880851)
+ (xy 83.181361 69.924733)
+ (xy 83.124069 70.023966)
+ (xy 83.087073 70.088044)
+ (xy 83.028058 70.269672)
+ (xy 83.027368 70.276233)
+ (xy 83.027368 70.276235)
+ (xy 83.020039 70.345972)
+ (xy 83.008096 70.4596)
+ (xy 83.008786 70.466165)
+ (xy 83.027253 70.641866)
+ (xy 83.028058 70.649528)
+ (xy 83.087073 70.831156)
+ (xy 83.18256 70.996544)
+ (xy 83.186978 71.001451)
+ (xy 83.186979 71.001452)
+ (xy 83.289742 71.115582)
+ (xy 83.310347 71.138466)
+ (xy 83.464848 71.250718)
+ (xy 83.470876 71.253402)
+ (xy 83.470878 71.253403)
+ (xy 83.542161 71.28514)
+ (xy 83.639312 71.328394)
+ (xy 83.732713 71.348247)
+ (xy 83.819656 71.366728)
+ (xy 83.819661 71.366728)
+ (xy 83.826113 71.3681)
+ (xy 84.017087 71.3681)
+ (xy 84.023539 71.366728)
+ (xy 84.023544 71.366728)
+ (xy 84.110487 71.348247)
+ (xy 84.203888 71.328394)
+ (xy 84.301039 71.28514)
+ (xy 84.372322 71.253403)
+ (xy 84.372324 71.253402)
+ (xy 84.378352 71.250718)
+ (xy 84.532853 71.138466)
+ (xy 84.553458 71.115582)
+ (xy 84.656221 71.001452)
+ (xy 84.656222 71.001451)
+ (xy 84.66064 70.996544)
+ (xy 84.756127 70.831156)
+ (xy 84.79827 70.701455)
+ (xy 84.829007 70.651297)
+ (xy 84.901805 70.578499)
+ (xy 84.964117 70.544473)
+ (xy 85.034932 70.549538)
+ (xy 85.091768 70.592085)
+ (xy 85.116579 70.658605)
+ (xy 85.1169 70.667594)
+ (xy 85.1169 75.484005)
+ (xy 85.096898 75.552126)
+ (xy 85.043242 75.598619)
+ (xy 84.972968 75.608723)
+ (xy 84.908388 75.579229)
+ (xy 84.901805 75.5731)
+ (xy 84.826271 75.497566)
+ (xy 84.792245 75.435254)
+ (xy 84.79731 75.364439)
+ (xy 84.799177 75.360357)
+ (xy 84.800415 75.358705)
+ (xy 84.851545 75.222316)
+ (xy 84.8583 75.160134)
+ (xy 84.8583 73.563866)
+ (xy 84.851545 73.501684)
+ (xy 84.800415 73.365295)
+ (xy 84.713061 73.248739)
+ (xy 84.596505 73.161385)
+ (xy 84.460116 73.110255)
+ (xy 84.397934 73.1035)
+ (xy 83.851666 73.1035)
+ (xy 83.789484 73.110255)
+ (xy 83.653095 73.161385)
+ (xy 83.536539 73.248739)
+ (xy 83.449185 73.365295)
+ (xy 83.398055 73.501684)
+ (xy 83.3913 73.563866)
+ (xy 83.3913 73.6025)
+ (xy 83.371298 73.670621)
+ (xy 83.317642 73.717114)
+ (xy 83.2653 73.7285)
+ (xy 82.623768 73.7285)
+ (xy 82.612585 73.727973)
+ (xy 82.605092 73.726298)
+ (xy 82.597166 73.726547)
+ (xy 82.597165 73.726547)
+ (xy 82.537002 73.728438)
+ (xy 82.533044 73.7285)
+ (xy 82.505144 73.7285)
+ (xy 82.501154 73.729004)
+ (xy 82.48932 73.729936)
+ (xy 82.445111 73.731326)
+ (xy 82.437495 73.733539)
+ (xy 82.437493 73.733539)
+ (xy 82.425652 73.736979)
+ (xy 82.406293 73.740988)
+ (xy 82.404983 73.741154)
+ (xy 82.386203 73.743526)
+ (xy 82.378837 73.746442)
+ (xy 82.378831 73.746444)
+ (xy 82.345098 73.7598)
+ (xy 82.333868 73.763645)
+ (xy 82.299017 73.77377)
+ (xy 82.291407 73.775981)
+ (xy 82.284584 73.780016)
+ (xy 82.273966 73.786295)
+ (xy 82.256213 73.794992)
+ (xy 82.248568 73.798019)
+ (xy 82.237383 73.802448)
+ (xy 82.230968 73.807109)
+ (xy 82.201612 73.828437)
+ (xy 82.191695 73.834951)
+ (xy 82.153638 73.857458)
+ (xy 82.139317 73.871779)
+ (xy 82.124284 73.884619)
+ (xy 82.107893 73.896528)
+ (xy 82.103225 73.90217)
+ (xy 82.040113 73.934101)
+ (xy 82.017211 73.9362)
+ (xy 81.687728 73.9362)
+ (xy 81.684482 73.936537)
+ (xy 81.684478 73.936537)
+ (xy 81.590565 73.946281)
+ (xy 81.590561 73.946282)
+ (xy 81.583707 73.946993)
+ (xy 81.577171 73.949174)
+ (xy 81.577169 73.949174)
+ (xy 81.444405 73.993468)
+ (xy 81.418693 74.002046)
+ (xy 81.270769 74.093584)
+ (xy 81.265596 74.098766)
+ (xy 81.153042 74.211516)
+ (xy 81.153038 74.211521)
+ (xy 81.147871 74.216697)
+ (xy 81.056591 74.36478)
+ (xy 81.001826 74.529891)
+ (xy 80.9913 74.632628)
+ (xy 80.9913 75.231772)
+ (xy 80.991403 75.232761)
+ (xy 80.975049 75.30142)
+ (xy 80.944004 75.337158)
+ (xy 80.939438 75.339858)
+ (xy 80.925117 75.354179)
+ (xy 80.910084 75.367019)
+ (xy 80.893693 75.378928)
+ (xy 80.867316 75.410813)
+ (xy 80.865512 75.412993)
+ (xy 80.857522 75.421773)
+ (xy 80.756995 75.5223)
+ (xy 80.694683 75.556326)
+ (xy 80.623868 75.551261)
+ (xy 80.567032 75.508714)
+ (xy 80.542221 75.442194)
+ (xy 80.5419 75.433205)
+ (xy 80.5419 74.203195)
+ (xy 80.561902 74.135074)
+ (xy 80.578805 74.114099)
+ (xy 81.027301 73.665604)
+ (xy 81.089613 73.631579)
+ (xy 81.116396 73.6287)
+ (xy 81.172287 73.6287)
+ (xy 81.178739 73.627328)
+ (xy 81.178744 73.627328)
+ (xy 81.270797 73.607761)
+ (xy 81.359088 73.588994)
+ (xy 81.378422 73.580386)
+ (xy 81.527522 73.514003)
+ (xy 81.527524 73.514002)
+ (xy 81.533552 73.511318)
+ (xy 81.545278 73.502799)
+ (xy 81.610807 73.455189)
+ (xy 81.688053 73.399066)
+ (xy 81.733367 73.34874)
+ (xy 81.811421 73.262052)
+ (xy 81.811422 73.262051)
+ (xy 81.81584 73.257144)
+ (xy 81.911327 73.091756)
+ (xy 81.970342 72.910128)
+ (xy 81.990304 72.7202)
+ (xy 81.970342 72.530272)
+ (xy 81.911327 72.348644)
+ (xy 81.81584 72.183256)
+ (xy 81.75032 72.110488)
+ (xy 81.692475 72.046245)
+ (xy 81.692474 72.046244)
+ (xy 81.688053 72.041334)
+ (xy 81.533552 71.929082)
+ (xy 81.527524 71.926398)
+ (xy 81.527522 71.926397)
+ (xy 81.365119 71.854091)
+ (xy 81.365118 71.854091)
+ (xy 81.359088 71.851406)
+ (xy 81.265688 71.831553)
+ (xy 81.178744 71.813072)
+ (xy 81.178739 71.813072)
+ (xy 81.172287 71.8117)
+ (xy 80.981313 71.8117)
+ (xy 80.974861 71.813072)
+ (xy 80.974856 71.813072)
+ (xy 80.887912 71.831553)
+ (xy 80.794512 71.851406)
+ (xy 80.788482 71.854091)
+ (xy 80.788481 71.854091)
+ (xy 80.626078 71.926397)
+ (xy 80.626076 71.926398)
+ (xy 80.620048 71.929082)
+ (xy 80.614707 71.932962)
+ (xy 80.614706 71.932963)
+ (xy 80.502559 72.014443)
+ (xy 80.435691 72.038301)
+ (xy 80.36654 72.022221)
+ (xy 80.334862 71.996818)
+ (xy 80.334829 71.996781)
+ (xy 80.214853 71.863534)
+ (xy 80.060352 71.751282)
+ (xy 80.054324 71.748598)
+ (xy 80.054322 71.748597)
+ (xy 79.891919 71.676291)
+ (xy 79.891918 71.676291)
+ (xy 79.885888 71.673606)
+ (xy 79.792488 71.653753)
+ (xy 79.705544 71.635272)
+ (xy 79.705539 71.635272)
+ (xy 79.699087 71.6339)
+ (xy 79.508113 71.6339)
+ (xy 79.501661 71.635272)
+ (xy 79.501656 71.635272)
+ (xy 79.414712 71.653753)
+ (xy 79.321312 71.673606)
+ (xy 79.315282 71.676291)
+ (xy 79.315281 71.676291)
+ (xy 79.152878 71.748597)
+ (xy 79.152876 71.748598)
+ (xy 79.146848 71.751282)
+ (xy 78.992347 71.863534)
+ (xy 78.987929 71.868441)
+ (xy 78.987925 71.868445)
+ (xy 78.98011 71.877125)
+ (xy 78.86456 72.005456)
+ (xy 78.769073 72.170844)
+ (xy 78.710058 72.352472)
(xy 78.690096 72.5424)
(xy 78.710058 72.732328)
(xy 78.769073 72.913956)
@@ -17845,6 +15751,9 @@
(xy 75.80458 79.49286)
(xy 75.799668 79.488437)
(xy 75.795253 79.483534)
+ (xy 75.659412 79.384839)
+ (xy 75.646094 79.375163)
+ (xy 75.646093 79.375162)
(xy 75.640752 79.371282)
(xy 75.634724 79.368598)
(xy 75.634722 79.368597)
@@ -17865,16 +15774,16 @@
(xy 74.733278 79.368597)
(xy 74.733276 79.368598)
(xy 74.727248 79.371282)
+ (xy 74.721907 79.375162)
+ (xy 74.721906 79.375163)
+ (xy 74.708588 79.384839)
(xy 74.572747 79.483534)
(xy 74.568326 79.488444)
(xy 74.568325 79.488445)
- (xy 74.523652 79.53806)
+ (xy 74.521212 79.54077)
(xy 74.44496 79.625456)
(xy 74.349473 79.790844)
(xy 74.290458 79.972472)
- (xy 74.289768 79.979033)
- (xy 74.289768 79.979035)
- (xy 74.28809 79.995005)
(xy 74.270496 80.1624)
(xy 74.271186 80.168965)
(xy 74.288016 80.32909)
@@ -17888,7 +15797,7 @@
(xy 74.449379 80.704252)
(xy 74.553284 80.81965)
(xy 74.572747 80.841266)
- (xy 74.657854 80.9031)
+ (xy 74.616775 80.873254)
(xy 74.719831 80.948129)
(xy 74.727248 80.953518)
(xy 74.733276 80.956202)
@@ -17907,11 +15816,11 @@
(xy 74.782349 81.405104)
(xy 74.734271 81.36011)
(xy 74.673416 81.261769)
- (xy 74.667771 81.256134)
+ (xy 74.66726 81.255624)
(xy 74.555484 81.144042)
(xy 74.555479 81.144038)
(xy 74.550303 81.138871)
- (xy 74.440034 81.0709)
+ (xy 74.544072 81.13503)
(xy 74.40845 81.051431)
(xy 74.408448 81.05143)
(xy 74.40222 81.047591)
@@ -18039,7 +15948,7 @@
(xy 75.918621 78.469052)
(xy 75.918622 78.469051)
(xy 75.92304 78.464144)
- (xy 75.999931 78.330966)
+ (xy 76.002135 78.327148)
(xy 76.015223 78.304479)
(xy 76.015224 78.304478)
(xy 76.018527 78.298756)
@@ -18112,7 +16021,7 @@
(xy 73.512156 77.364728)
(xy 73.512151 77.364731)
(xy 73.504783 77.367648)
- (xy 73.493739 77.375672)
+ (xy 73.498368 77.372309)
(xy 73.469025 77.393627)
(xy 73.459107 77.400143)
(xy 73.440419 77.411195)
@@ -18120,7 +16029,6 @@
(xy 73.406713 77.436982)
(xy 73.391681 77.449821)
(xy 73.375293 77.461728)
- (xy 73.352734 77.488997)
(xy 73.347112 77.495793)
(xy 73.339122 77.504573)
(xy 70.548631 80.295064)
@@ -18129,7 +16037,7 @@
(xy 70.358668 80.281478)
(xy 70.333857 80.214958)
(xy 70.335337 80.184743)
- (xy 70.568623 78.819744)
+ (xy 70.586621 78.714437)
(xy 70.62311 78.500935)
(xy 70.626615 78.485981)
(xy 70.635373 78.45677)
@@ -18141,11 +16049,11 @@
(xy 74.549559 68.811397)
(xy 76.368618 65.91707)
(xy 76.379676 65.902068)
- (xy 76.514955 65.744427)
+ (xy 76.526328 65.731174)
(xy 76.795979 65.416949)
(xy 76.824012 65.392665)
(xy 76.825479 65.391733)
- (xy 77.517164 64.952126)
+ (xy 77.575901 64.914795)
(xy 77.620907 64.886191)
(xy 77.643202 64.874952)
(xy 78.367384 64.596003)
@@ -18173,7 +16081,7 @@
(xy 80.394529 64.556229)
(xy 80.395152 64.55585)
(xy 80.395672 64.555668)
- (xy 81.030789 64.38254)
+ (xy 81.021103 64.38518)
(xy 81.192653 64.338417)
(xy 81.212808 64.335098)
(xy 81.216694 64.3343)
@@ -18200,143 +16108,12 @@
(xy 82.347855 63.743778)
(xy 82.374779 63.718467)
(xy 82.385695 63.709311)
- (xy 82.403041 63.696358)
+ (xy 82.407972 63.692676)
(xy 82.415168 63.687303)
(xy 82.420563 63.680131)
(xy 82.420565 63.680129)
(xy 82.456501 63.632355)
(xy 82.457794 63.630667)
- (xy 82.670429 63.357703)
- (xy 83.940743 63.357703)
- (xy 83.941302 63.361947)
- (xy 83.941302 63.361951)
- (xy 83.955405 63.469072)
- (xy 83.978268 63.642734)
- (xy 83.979401 63.646874)
- (xy 83.979401 63.646876)
- (xy 83.99441 63.701739)
- (xy 84.054129 63.920036)
- (xy 84.055813 63.923984)
- (xy 84.151471 64.148249)
- (xy 84.166923 64.184476)
- (xy 84.199133 64.238295)
- (xy 84.308534 64.42109)
- (xy 84.314561 64.431161)
- (xy 84.494313 64.655528)
- (xy 84.578297 64.735226)
- (xy 84.685232 64.836703)
- (xy 84.702851 64.853423)
- (xy 84.860257 64.966531)
- (xy 84.92373 65.012141)
- (xy 84.936317 65.021186)
- (xy 84.940112 65.023195)
- (xy 84.940113 65.023196)
- (xy 84.961869 65.034715)
- (xy 85.190392 65.155712)
- (xy 85.270174 65.184908)
- (xy 85.445016 65.248891)
- (xy 85.460373 65.254511)
- (xy 85.741264 65.315755)
- (xy 85.769841 65.318004)
- (xy 85.964282 65.333307)
- (xy 85.964291 65.333307)
- (xy 85.966739 65.3335)
- (xy 86.122271 65.3335)
- (xy 86.124407 65.333354)
- (xy 86.124418 65.333354)
- (xy 86.332548 65.319165)
- (xy 86.332554 65.319164)
- (xy 86.336825 65.318873)
- (xy 86.34102 65.318004)
- (xy 86.341022 65.318004)
- (xy 86.50695 65.283642)
- (xy 86.618342 65.260574)
- (xy 86.889343 65.164607)
- (xy 87.039553 65.087078)
- (xy 87.141005 65.034715)
- (xy 87.141006 65.034715)
- (xy 87.144812 65.03275)
- (xy 87.148313 65.030289)
- (xy 87.148317 65.030287)
- (xy 87.266328 64.947347)
- (xy 87.380023 64.867441)
- (xy 87.522303 64.735226)
- (xy 87.587479 64.674661)
- (xy 87.587481 64.674658)
- (xy 87.590622 64.67174)
- (xy 87.772713 64.449268)
- (xy 87.922927 64.204142)
- (xy 87.959542 64.120731)
- (xy 88.036758 63.944828)
- (xy 88.036759 63.944826)
- (xy 88.038483 63.940898)
- (xy 88.117244 63.664406)
- (xy 88.157751 63.379784)
- (xy 88.157809 63.368875)
- (xy 88.159235 63.096583)
- (xy 88.159235 63.096576)
- (xy 88.159257 63.092297)
- (xy 88.146737 62.997194)
- (xy 88.134246 62.90232)
- (xy 88.121732 62.807266)
- (xy 88.119776 62.800114)
- (xy 88.097115 62.717281)
- (xy 88.045871 62.529964)
- (xy 88.036607 62.508246)
- (xy 87.934763 62.269476)
- (xy 87.934761 62.269472)
- (xy 87.933077 62.265524)
- (xy 87.785439 62.018839)
- (xy 87.605687 61.794472)
- (xy 87.425897 61.623858)
- (xy 87.400258 61.599527)
- (xy 87.400255 61.599525)
- (xy 87.397149 61.596577)
- (xy 87.163683 61.428814)
- (xy 87.141843 61.41725)
- (xy 87.111612 61.401244)
- (xy 86.909608 61.294288)
- (xy 86.71549 61.223251)
- (xy 86.643658 61.196964)
- (xy 86.643656 61.196963)
- (xy 86.639627 61.195489)
- (xy 86.358736 61.134245)
- (xy 86.327685 61.131801)
- (xy 86.135718 61.116693)
- (xy 86.135709 61.116693)
- (xy 86.133261 61.1165)
- (xy 85.977729 61.1165)
- (xy 85.975593 61.116646)
- (xy 85.975582 61.116646)
- (xy 85.767452 61.130835)
- (xy 85.767446 61.130836)
- (xy 85.763175 61.131127)
- (xy 85.75898 61.131996)
- (xy 85.758978 61.131996)
- (xy 85.688395 61.146613)
- (xy 85.481658 61.189426)
- (xy 85.210657 61.285393)
- (xy 84.955188 61.41725)
- (xy 84.951687 61.419711)
- (xy 84.951683 61.419713)
- (xy 84.899112 61.456661)
- (xy 84.719977 61.582559)
- (xy 84.703011 61.598325)
- (xy 84.51414 61.773835)
- (xy 84.509378 61.77826)
- (xy 84.327287 62.000732)
- (xy 84.177073 62.245858)
- (xy 84.175347 62.249791)
- (xy 84.175346 62.249792)
- (xy 84.145261 62.318328)
- (xy 84.061517 62.509102)
- (xy 83.982756 62.785594)
- (xy 83.942249 63.070216)
- (xy 83.942227 63.074505)
- (xy 83.942226 63.074512)
- (xy 83.940841 63.338926)
- (xy 83.940743 63.357703)
- (xy 82.670429 63.357703)
(xy 83.006518 62.92626)
(xy 83.022982 62.909047)
(xy 83.02378 62.908141)
@@ -18354,6 +16131,8 @@
(xy 83.091948 62.80871)
(xy 83.095845 62.800114)
(xy 83.10123 62.789581)
+ (xy 83.101886 62.788435)
+ (xy 83.102894 62.786672)
(xy 83.118286 62.759762)
(xy 83.118287 62.759759)
(xy 83.122744 62.751967)
@@ -18361,7 +16140,7 @@
(xy 83.124837 62.743231)
(xy 83.125621 62.739957)
(xy 83.133396 62.717281)
- (xy 83.40333 62.121835)
+ (xy 83.431056 62.060675)
(xy 83.527021 61.848987)
(xy 83.527713 61.847489)
(xy 83.552604 61.794472)
@@ -18372,41 +16151,10 @@
(xy 83.57535 61.59597)
(xy 83.57535 59.923613)
(xy 83.578174 59.897085)
- (xy 83.664362 59.496893)
+ (xy 83.663041 59.50303)
(xy 83.799571 58.869091)
(xy 83.812119 58.835309)
- (xy 83.812194 58.835173)
- (xy 83.813005 58.833685)
- (xy 97.6111 58.833685)
- (xy 97.615575 58.848924)
- (xy 97.616965 58.850129)
- (xy 97.624648 58.8518)
- (xy 98.334485 58.8518)
- (xy 98.349724 58.847325)
- (xy 98.350929 58.845935)
- (xy 98.3526 58.838252)
- (xy 98.3526 58.140915)
- (xy 98.348125 58.125676)
- (xy 98.346735 58.124471)
- (xy 98.339052 58.1228)
- (xy 98.310334 58.1228)
- (xy 98.303818 58.123137)
- (xy 98.209968 58.132875)
- (xy 98.196572 58.135768)
- (xy 98.045147 58.186288)
- (xy 98.031985 58.192453)
- (xy 97.896608 58.276226)
- (xy 97.88521 58.28526)
- (xy 97.772737 58.397929)
- (xy 97.763725 58.40934)
- (xy 97.680188 58.544863)
- (xy 97.674044 58.558041)
- (xy 97.623785 58.709566)
- (xy 97.620919 58.722932)
- (xy 97.611428 58.81557)
- (xy 97.6111 58.821985)
- (xy 97.6111 58.833685)
- (xy 83.813005 58.833685)
+ (xy 83.940054 58.600646)
(xy 84.231415 58.066217)
(xy 84.252946 58.037434)
(xy 84.988326 57.302051)
@@ -18415,6 +16163,34 @@
(xy 87.132752 55.89658)
(xy 87.140487 55.89191)
(xy 87.166351 55.877532)
+ (xy 88.391144 55.196657)
+ (xy 100.282 55.196657)
+ (xy 100.282301 55.202805)
+ (xy 100.295812 55.340603)
+ (xy 100.298195 55.352638)
+ (xy 100.351767 55.530076)
+ (xy 100.356441 55.541416)
+ (xy 100.44346 55.705077)
+ (xy 100.450249 55.715294)
+ (xy 100.567397 55.858933)
+ (xy 100.576041 55.867637)
+ (xy 100.718856 55.985784)
+ (xy 100.729027 55.992644)
+ (xy 100.892076 56.080804)
+ (xy 100.903381 56.085556)
+ (xy 101.018692 56.12125)
+ (xy 101.032795 56.121456)
+ (xy 101.036 56.114701)
+ (xy 101.036 54.872115)
+ (xy 101.031525 54.856876)
+ (xy 101.030135 54.855671)
+ (xy 101.022452 54.854)
+ (xy 100.300115 54.854)
+ (xy 100.284876 54.858475)
+ (xy 100.283671 54.859865)
+ (xy 100.282 54.867548)
+ (xy 100.282 55.196657)
+ (xy 88.391144 55.196657)
(xy 89.953936 54.327885)
(xy 100.282 54.327885)
(xy 100.286475 54.343124)
@@ -18447,7 +16223,7 @@
(xy 90.144328 54.223048)
(xy 93.387316 52.892806)
(xy 93.396183 52.889552)
- (xy 96.282522 51.951342)
+ (xy 95.265918 52.281791)
(xy 96.69153 51.818393)
(xy 96.705272 51.815499)
(xy 96.70525 51.815411)
@@ -18503,7 +16279,7 @@
(xy 97.198962 51.25011)
(xy 97.209856 51.232158)
(xy 97.305934 51.100076)
- (xy 97.365845 51.017713)
+ (xy 97.395117 50.977472)
(xy 97.548465 50.766657)
(xy 100.282 50.766657)
(xy 100.282301 50.772805)
@@ -18534,13 +16310,50 @@
(xy 102.002632 51.438954)
(xy 102.121778 51.296961)
(xy 102.128708 51.286841)
- (xy 102.218002 51.124415)
- (xy 102.222834 51.113142)
- (xy 102.27888 50.936462)
- (xy 102.28143 50.924468)
- (xy 102.297607 50.780239)
- (xy 102.298 50.773215)
- (xy 102.298 50.766657)
+ (xy 102.208728 51.141285)
+ (xy 103.3602 51.141285)
+ (xy 103.364675 51.156524)
+ (xy 103.366065 51.157729)
+ (xy 103.373748 51.1594)
+ (xy 104.071085 51.1594)
+ (xy 104.086324 51.154925)
+ (xy 104.087529 51.153535)
+ (xy 104.0892 51.145852)
+ (xy 104.0892 51.141285)
+ (xy 104.5972 51.141285)
+ (xy 104.601675 51.156524)
+ (xy 104.603065 51.157729)
+ (xy 104.610748 51.1594)
+ (xy 105.308085 51.1594)
+ (xy 105.323324 51.154925)
+ (xy 105.324529 51.153535)
+ (xy 105.3262 51.145852)
+ (xy 105.3262 51.117134)
+ (xy 105.32611 51.115385)
+ (xy 105.917 51.115385)
+ (xy 105.921475 51.130624)
+ (xy 105.922865 51.131829)
+ (xy 105.930548 51.1335)
+ (xy 106.627885 51.1335)
+ (xy 106.643124 51.129025)
+ (xy 106.644329 51.127635)
+ (xy 106.646 51.119952)
+ (xy 106.646 51.115385)
+ (xy 107.154 51.115385)
+ (xy 107.158475 51.130624)
+ (xy 107.159865 51.131829)
+ (xy 107.167548 51.1335)
+ (xy 107.864885 51.1335)
+ (xy 107.880124 51.129025)
+ (xy 107.881329 51.127635)
+ (xy 107.883 51.119952)
+ (xy 107.883 51.091234)
+ (xy 107.882663 51.084718)
+ (xy 107.872925 50.990868)
+ (xy 107.870032 50.977472)
+ (xy 107.819512 50.826047)
+ (xy 107.813347 50.812885)
+ (xy 107.784741 50.766657)
(xy 108.922 50.766657)
(xy 108.922301 50.772805)
(xy 108.935812 50.910603)
@@ -18595,7 +16408,94 @@
(xy 108.923671 50.679865)
(xy 108.922 50.687548)
(xy 108.922 50.766657)
- (xy 102.298 50.766657)
+ (xy 107.784741 50.766657)
+ (xy 107.729574 50.677508)
+ (xy 107.72054 50.66611)
+ (xy 107.607871 50.553637)
+ (xy 107.59646 50.544625)
+ (xy 107.460937 50.461088)
+ (xy 107.447759 50.454944)
+ (xy 107.296234 50.404685)
+ (xy 107.282868 50.401819)
+ (xy 107.19023 50.392328)
+ (xy 107.183815 50.392)
+ (xy 107.172115 50.392)
+ (xy 107.156876 50.396475)
+ (xy 107.155671 50.397865)
+ (xy 107.154 50.405548)
+ (xy 107.154 51.115385)
+ (xy 106.646 51.115385)
+ (xy 106.646 50.410115)
+ (xy 106.641525 50.394876)
+ (xy 106.640135 50.393671)
+ (xy 106.632452 50.392)
+ (xy 106.616234 50.392)
+ (xy 106.609718 50.392337)
+ (xy 106.515868 50.402075)
+ (xy 106.502472 50.404968)
+ (xy 106.351047 50.455488)
+ (xy 106.337885 50.461653)
+ (xy 106.202508 50.545426)
+ (xy 106.19111 50.55446)
+ (xy 106.078637 50.667129)
+ (xy 106.069625 50.67854)
+ (xy 105.986088 50.814063)
+ (xy 105.979944 50.827241)
+ (xy 105.929685 50.978766)
+ (xy 105.926819 50.992132)
+ (xy 105.917328 51.08477)
+ (xy 105.917 51.091185)
+ (xy 105.917 51.115385)
+ (xy 105.32611 51.115385)
+ (xy 105.325863 51.110618)
+ (xy 105.316125 51.016768)
+ (xy 105.313232 51.003372)
+ (xy 105.262712 50.851947)
+ (xy 105.256547 50.838785)
+ (xy 105.172774 50.703408)
+ (xy 105.16374 50.69201)
+ (xy 105.051071 50.579537)
+ (xy 105.03966 50.570525)
+ (xy 104.904137 50.486988)
+ (xy 104.890959 50.480844)
+ (xy 104.739434 50.430585)
+ (xy 104.726068 50.427719)
+ (xy 104.63343 50.418228)
+ (xy 104.627015 50.4179)
+ (xy 104.615315 50.4179)
+ (xy 104.600076 50.422375)
+ (xy 104.598871 50.423765)
+ (xy 104.5972 50.431448)
+ (xy 104.5972 51.141285)
+ (xy 104.0892 51.141285)
+ (xy 104.0892 50.436015)
+ (xy 104.084725 50.420776)
+ (xy 104.083335 50.419571)
+ (xy 104.075652 50.4179)
+ (xy 104.059434 50.4179)
+ (xy 104.052918 50.418237)
+ (xy 103.959068 50.427975)
+ (xy 103.945672 50.430868)
+ (xy 103.794247 50.481388)
+ (xy 103.781085 50.487553)
+ (xy 103.645708 50.571326)
+ (xy 103.63431 50.58036)
+ (xy 103.521837 50.693029)
+ (xy 103.512825 50.70444)
+ (xy 103.429288 50.839963)
+ (xy 103.423144 50.853141)
+ (xy 103.372885 51.004666)
+ (xy 103.370019 51.018032)
+ (xy 103.360528 51.11067)
+ (xy 103.3602 51.117085)
+ (xy 103.3602 51.141285)
+ (xy 102.208728 51.141285)
+ (xy 102.218002 51.124415)
+ (xy 102.222834 51.113142)
+ (xy 102.27888 50.936462)
+ (xy 102.28143 50.924468)
+ (xy 102.297607 50.780239)
+ (xy 102.298 50.773215)
(xy 102.298 50.692115)
(xy 102.293525 50.676876)
(xy 102.292135 50.675671)
@@ -18661,6 +16561,803 @@
(xy 105.492568 48.948764)
)
)
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 77.51132 92.042534)
+ (xy 77.519215 92.045804)
+ (xy 77.574497 92.090351)
+ (xy 77.597 92.162214)
+ (xy 77.597 93.0666)
+ (xy 77.576998 93.134721)
+ (xy 77.523342 93.181214)
+ (xy 77.471 93.1926)
+ (xy 77.215 93.1926)
+ (xy 77.146879 93.172598)
+ (xy 77.100386 93.118942)
+ (xy 77.089 93.0666)
+ (xy 77.089 92.428939)
+ (xy 77.109002 92.360818)
+ (xy 77.125905 92.339844)
+ (xy 77.233734 92.232015)
+ (xy 77.246125 92.221148)
+ (xy 77.264937 92.206713)
+ (xy 77.271487 92.201687)
+ (xy 77.295974 92.169775)
+ (xy 77.295978 92.169771)
+ (xy 77.363143 92.08224)
+ (xy 77.420481 92.040373)
+ (xy 77.491352 92.036151)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 82.759332 79.266783)
+ (xy 82.816168 79.30933)
+ (xy 82.840979 79.37585)
+ (xy 82.8413 79.384839)
+ (xy 82.8413 80.9254)
+ (xy 82.821298 80.993521)
+ (xy 82.767642 81.040014)
+ (xy 82.7153 81.0514)
+ (xy 81.712115 81.0514)
+ (xy 81.696876 81.055875)
+ (xy 81.695671 81.057265)
+ (xy 81.694 81.064948)
+ (xy 81.694 81.143666)
+ (xy 81.694337 81.150182)
+ (xy 81.704075 81.244032)
+ (xy 81.706968 81.257428)
+ (xy 81.757488 81.408853)
+ (xy 81.763653 81.422015)
+ (xy 81.847426 81.557392)
+ (xy 81.856464 81.568794)
+ (xy 81.858139 81.570467)
+ (xy 81.858919 81.571893)
+ (xy 81.861007 81.574527)
+ (xy 81.860556 81.574884)
+ (xy 81.892219 81.632749)
+ (xy 81.887216 81.703569)
+ (xy 81.858299 81.748654)
+ (xy 81.855476 81.751483)
+ (xy 81.850071 81.756897)
+ (xy 81.846231 81.763127)
+ (xy 81.84623 81.763128)
+ (xy 81.787062 81.859116)
+ (xy 81.73429 81.906609)
+ (xy 81.679802 81.919)
+ (xy 81.618643 81.919)
+ (xy 81.550522 81.898998)
+ (xy 81.504029 81.845342)
+ (xy 81.493721 81.809446)
+ (xy 81.490421 81.784376)
+ (xy 81.480981 81.712676)
+ (xy 81.475996 81.700639)
+ (xy 81.433915 81.599049)
+ (xy 81.422186 81.570732)
+ (xy 81.328657 81.448843)
+ (xy 81.278272 81.410181)
+ (xy 81.213318 81.360341)
+ (xy 81.206767 81.355314)
+ (xy 81.064824 81.296519)
+ (xy 80.993653 81.287149)
+ (xy 80.954831 81.282038)
+ (xy 80.95483 81.282038)
+ (xy 80.950744 81.2815)
+ (xy 80.944639 81.2815)
+ (xy 80.944069 81.281333)
+ (xy 80.942503 81.28123)
+ (xy 80.942526 81.28088)
+ (xy 80.876518 81.261498)
+ (xy 80.830025 81.207842)
+ (xy 80.819921 81.137568)
+ (xy 80.849415 81.072988)
+ (xy 80.855544 81.066405)
+ (xy 81.478905 80.443044)
+ (xy 81.541217 80.409018)
+ (xy 81.612032 80.414083)
+ (xy 81.668868 80.45663)
+ (xy 81.688081 80.508141)
+ (xy 81.688896 80.507902)
+ (xy 81.692242 80.519297)
+ (xy 81.693679 80.52315)
+ (xy 81.693721 80.524336)
+ (xy 81.698475 80.540524)
+ (xy 81.699865 80.541729)
+ (xy 81.707548 80.5434)
+ (xy 82.404885 80.5434)
+ (xy 82.420124 80.538925)
+ (xy 82.421329 80.537535)
+ (xy 82.423 80.529852)
+ (xy 82.423 79.770015)
+ (xy 82.418525 79.754776)
+ (xy 82.395441 79.734773)
+ (xy 82.375993 79.724155)
+ (xy 82.341965 79.661844)
+ (xy 82.347026 79.591028)
+ (xy 82.375989 79.54596)
+ (xy 82.626205 79.295744)
+ (xy 82.688517 79.261718)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 112.973621 61.378902)
+ (xy 113.020114 61.432558)
+ (xy 113.0315 61.4849)
+ (xy 113.0315 64.013645)
+ (xy 113.011498 64.081766)
+ (xy 112.957842 64.128259)
+ (xy 112.887568 64.138363)
+ (xy 112.827677 64.111271)
+ (xy 112.827185 64.111948)
+ (xy 112.823906 64.109565)
+ (xy 112.823675 64.109461)
+ (xy 112.823179 64.109037)
+ (xy 112.823172 64.109032)
+ (xy 112.819416 64.105824)
+ (xy 112.815208 64.103245)
+ (xy 112.815202 64.103241)
+ (xy 112.621183 63.984346)
+ (xy 112.616963 63.98176)
+ (xy 112.612393 63.979867)
+ (xy 112.612389 63.979865)
+ (xy 112.402167 63.892789)
+ (xy 112.402165 63.892788)
+ (xy 112.397594 63.890895)
+ (xy 112.317391 63.87164)
+ (xy 112.171524 63.83662)
+ (xy 112.171518 63.836619)
+ (xy 112.166711 63.835465)
+ (xy 111.93 63.816835)
+ (xy 111.693289 63.835465)
+ (xy 111.688482 63.836619)
+ (xy 111.688476 63.83662)
+ (xy 111.542609 63.87164)
+ (xy 111.462406 63.890895)
+ (xy 111.457835 63.892788)
+ (xy 111.457833 63.892789)
+ (xy 111.247611 63.979865)
+ (xy 111.247607 63.979867)
+ (xy 111.243037 63.98176)
+ (xy 111.238818 63.984345)
+ (xy 111.238807 63.984351)
+ (xy 111.097412 64.070999)
+ (xy 111.028879 64.089538)
+ (xy 110.961202 64.068082)
+ (xy 110.924145 64.029402)
+ (xy 110.882568 63.961555)
+ (xy 110.87211 63.952093)
+ (xy 110.863334 63.955876)
+ (xy 108.77892 66.04029)
+ (xy 108.77216 66.05267)
+ (xy 108.777887 66.06032)
+ (xy 108.949042 66.165205)
+ (xy 108.957837 66.169687)
+ (xy 109.167988 66.256734)
+ (xy 109.177373 66.259783)
+ (xy 109.398554 66.312885)
+ (xy 109.408301 66.314428)
+ (xy 109.63507 66.332275)
+ (xy 109.64493 66.332275)
+ (xy 109.871699 66.314428)
+ (xy 109.881446 66.312885)
+ (xy 110.102627 66.259783)
+ (xy 110.112012 66.256734)
+ (xy 110.322163 66.169687)
+ (xy 110.330948 66.16521)
+ (xy 110.471899 66.078835)
+ (xy 110.540432 66.060297)
+ (xy 110.608109 66.081753)
+ (xy 110.645167 66.120432)
+ (xy 110.705824 66.219416)
+ (xy 110.860031 66.399969)
+ (xy 111.040584 66.554176)
+ (xy 111.044792 66.556755)
+ (xy 111.044798 66.556759)
+ (xy 111.173354 66.635538)
+ (xy 111.243037 66.67824)
+ (xy 111.247607 66.680133)
+ (xy 111.247611 66.680135)
+ (xy 111.388458 66.738475)
+ (xy 111.462406 66.769105)
+ (xy 111.512715 66.781183)
+ (xy 111.688476 66.82338)
+ (xy 111.688482 66.823381)
+ (xy 111.693289 66.824535)
+ (xy 111.93 66.843165)
+ (xy 112.166711 66.824535)
+ (xy 112.171518 66.823381)
+ (xy 112.171524 66.82338)
+ (xy 112.347285 66.781183)
+ (xy 112.397594 66.769105)
+ (xy 112.529942 66.714285)
+ (xy 112.600532 66.706696)
+ (xy 112.664019 66.738475)
+ (xy 112.690194 66.773183)
+ (xy 112.69176 66.776963)
+ (xy 112.694346 66.781183)
+ (xy 112.813241 66.975202)
+ (xy 112.813245 66.975208)
+ (xy 112.815824 66.979416)
+ (xy 112.828737 66.994535)
+ (xy 112.837136 67.004369)
+ (xy 112.866167 67.069159)
+ (xy 112.855562 67.139359)
+ (xy 112.808687 67.192681)
+ (xy 112.741325 67.2122)
+ (xy 99.894641 67.2122)
+ (xy 99.82652 67.192198)
+ (xy 99.780027 67.138542)
+ (xy 99.769923 67.068268)
+ (xy 99.799417 67.003688)
+ (xy 99.865227 66.963681)
+ (xy 99.967594 66.939105)
+ (xy 100.075001 66.894616)
+ (xy 100.182389 66.850135)
+ (xy 100.182393 66.850133)
+ (xy 100.186963 66.84824)
+ (xy 100.228626 66.822709)
+ (xy 100.385202 66.726759)
+ (xy 100.385208 66.726755)
+ (xy 100.389416 66.724176)
+ (xy 100.569969 66.569969)
+ (xy 100.724176 66.389416)
+ (xy 100.795641 66.272796)
+ (xy 100.848289 66.225165)
+ (xy 100.91833 66.213558)
+ (xy 100.968909 66.231199)
+ (xy 101.008807 66.255649)
+ (xy 101.008817 66.255654)
+ (xy 101.013037 66.25824)
+ (xy 101.017607 66.260133)
+ (xy 101.017611 66.260135)
+ (xy 101.227833 66.347211)
+ (xy 101.232406 66.349105)
+ (xy 101.312609 66.36836)
+ (xy 101.458476 66.40338)
+ (xy 101.458482 66.403381)
+ (xy 101.463289 66.404535)
+ (xy 101.7 66.423165)
+ (xy 101.936711 66.404535)
+ (xy 101.941518 66.403381)
+ (xy 101.941524 66.40338)
+ (xy 102.087391 66.36836)
+ (xy 102.167594 66.349105)
+ (xy 102.172167 66.347211)
+ (xy 102.382389 66.260135)
+ (xy 102.382393 66.260133)
+ (xy 102.386963 66.25824)
+ (xy 102.43109 66.231199)
+ (xy 102.585202 66.136759)
+ (xy 102.585208 66.136755)
+ (xy 102.589416 66.134176)
+ (xy 102.769969 65.979969)
+ (xy 102.89897 65.828928)
+ (xy 102.915268 65.809846)
+ (xy 102.974719 65.771037)
+ (xy 103.045713 65.770531)
+ (xy 103.085141 65.789741)
+ (xy 103.086817 65.790959)
+ (xy 103.090584 65.794176)
+ (xy 103.094806 65.796763)
+ (xy 103.094807 65.796764)
+ (xy 103.165582 65.840135)
+ (xy 103.293037 65.91824)
+ (xy 103.297607 65.920133)
+ (xy 103.297611 65.920135)
+ (xy 103.498065 66.003165)
+ (xy 103.512406 66.009105)
+ (xy 103.592363 66.028301)
+ (xy 103.738476 66.06338)
+ (xy 103.738482 66.063381)
+ (xy 103.743289 66.064535)
+ (xy 103.98 66.083165)
+ (xy 104.216711 66.064535)
+ (xy 104.221518 66.063381)
+ (xy 104.221524 66.06338)
+ (xy 104.367637 66.028301)
+ (xy 104.447594 66.009105)
+ (xy 104.461935 66.003165)
+ (xy 104.662389 65.920135)
+ (xy 104.662393 65.920133)
+ (xy 104.666963 65.91824)
+ (xy 104.747018 65.869182)
+ (xy 104.865202 65.796759)
+ (xy 104.865208 65.796755)
+ (xy 104.869416 65.794176)
+ (xy 104.99827 65.684124)
+ (xy 105.046205 65.643184)
+ (xy 105.046207 65.643182)
+ (xy 105.049969 65.639969)
+ (xy 105.070941 65.615414)
+ (xy 105.130389 65.576607)
+ (xy 105.201384 65.576099)
+ (xy 105.24858 65.601435)
+ (xy 105.376818 65.71096)
+ (xy 105.376822 65.710963)
+ (xy 105.380584 65.714176)
+ (xy 105.384792 65.716755)
+ (xy 105.384798 65.716759)
+ (xy 105.519682 65.799416)
+ (xy 105.583037 65.83824)
+ (xy 105.587607 65.840133)
+ (xy 105.587611 65.840135)
+ (xy 105.78075 65.920135)
+ (xy 105.802406 65.929105)
+ (xy 105.882609 65.94836)
+ (xy 106.028476 65.98338)
+ (xy 106.028482 65.983381)
+ (xy 106.033289 65.984535)
+ (xy 106.27 66.003165)
+ (xy 106.506711 65.984535)
+ (xy 106.511518 65.983381)
+ (xy 106.511524 65.98338)
+ (xy 106.657391 65.94836)
+ (xy 106.737594 65.929105)
+ (xy 106.75925 65.920135)
+ (xy 106.952389 65.840135)
+ (xy 106.952393 65.840133)
+ (xy 106.956963 65.83824)
+ (xy 107.020318 65.799416)
+ (xy 107.155202 65.716759)
+ (xy 107.155208 65.716755)
+ (xy 107.159416 65.714176)
+ (xy 107.339969 65.559969)
+ (xy 107.494176 65.379416)
+ (xy 107.496755 65.375208)
+ (xy 107.496759 65.375202)
+ (xy 107.615654 65.181183)
+ (xy 107.61824 65.176963)
+ (xy 107.622766 65.166038)
+ (xy 107.676077 65.037332)
+ (xy 107.709105 64.957594)
+ (xy 107.709157 64.957378)
+ (xy 107.739066 64.908569)
+ (xy 107.91263 64.735005)
+ (xy 107.974942 64.700979)
+ (xy 108.045757 64.706044)
+ (xy 108.102593 64.748591)
+ (xy 108.127404 64.815111)
+ (xy 108.127725 64.8241)
+ (xy 108.127725 64.82493)
+ (xy 108.145572 65.051699)
+ (xy 108.147115 65.061446)
+ (xy 108.200217 65.282627)
+ (xy 108.203266 65.292012)
+ (xy 108.290313 65.502163)
+ (xy 108.294795 65.510958)
+ (xy 108.397432 65.678445)
+ (xy 108.40789 65.687907)
+ (xy 108.416666 65.684124)
+ (xy 110.50108 63.59971)
+ (xy 110.50784 63.58733)
+ (xy 110.502113 63.57968)
+ (xy 110.330958 63.474795)
+ (xy 110.322163 63.470313)
+ (xy 110.112012 63.383266)
+ (xy 110.102627 63.380217)
+ (xy 109.881446 63.327115)
+ (xy 109.871699 63.325572)
+ (xy 109.64493 63.307725)
+ (xy 109.63507 63.307725)
+ (xy 109.408301 63.325572)
+ (xy 109.398554 63.327115)
+ (xy 109.213794 63.371473)
+ (xy 109.142886 63.367926)
+ (xy 109.085152 63.326606)
+ (xy 109.058922 63.260633)
+ (xy 109.059165 63.234911)
+ (xy 109.059707 63.230077)
+ (xy 109.0601 63.226573)
+ (xy 109.0601 63.223045)
+ (xy 109.060155 63.222061)
+ (xy 109.060604 63.216356)
+ (xy 109.060609 63.216314)
+ (xy 109.064974 63.173337)
+ (xy 109.060659 63.127688)
+ (xy 109.0601 63.115831)
+ (xy 109.0601 61.4849)
+ (xy 109.080102 61.416779)
+ (xy 109.133758 61.370286)
+ (xy 109.1861 61.3589)
+ (xy 112.9055 61.3589)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 106.961132 61.008583)
+ (xy 107.017968 61.05113)
+ (xy 107.042779 61.11765)
+ (xy 107.0431 61.126639)
+ (xy 107.0431 62.699876)
+ (xy 107.023098 62.767997)
+ (xy 107.006195 62.788971)
+ (xy 106.792875 63.002291)
+ (xy 106.730563 63.036317)
+ (xy 106.674366 63.035715)
+ (xy 106.511524 62.99662)
+ (xy 106.511518 62.996619)
+ (xy 106.506711 62.995465)
+ (xy 106.27 62.976835)
+ (xy 106.033289 62.995465)
+ (xy 106.028482 62.996619)
+ (xy 106.028476 62.99662)
+ (xy 105.924645 63.021548)
+ (xy 105.802406 63.050895)
+ (xy 105.797835 63.052788)
+ (xy 105.797833 63.052789)
+ (xy 105.587611 63.139865)
+ (xy 105.587607 63.139867)
+ (xy 105.583037 63.14176)
+ (xy 105.578817 63.144346)
+ (xy 105.384798 63.263241)
+ (xy 105.384792 63.263245)
+ (xy 105.380584 63.265824)
+ (xy 105.286916 63.345824)
+ (xy 105.204025 63.41662)
+ (xy 105.200031 63.420031)
+ (xy 105.179059 63.444586)
+ (xy 105.119611 63.483393)
+ (xy 105.048616 63.483901)
+ (xy 105.00142 63.458565)
+ (xy 104.873182 63.34904)
+ (xy 104.873178 63.349037)
+ (xy 104.869416 63.345824)
+ (xy 104.865208 63.343245)
+ (xy 104.865202 63.343241)
+ (xy 104.671183 63.224346)
+ (xy 104.666963 63.22176)
+ (xy 104.662393 63.219867)
+ (xy 104.662389 63.219865)
+ (xy 104.452167 63.132789)
+ (xy 104.452165 63.132788)
+ (xy 104.447594 63.130895)
+ (xy 104.367391 63.11164)
+ (xy 104.221524 63.07662)
+ (xy 104.221518 63.076619)
+ (xy 104.216711 63.075465)
+ (xy 103.98 63.056835)
+ (xy 103.743289 63.075465)
+ (xy 103.738482 63.076619)
+ (xy 103.738476 63.07662)
+ (xy 103.592609 63.11164)
+ (xy 103.512406 63.130895)
+ (xy 103.507835 63.132788)
+ (xy 103.507833 63.132789)
+ (xy 103.297611 63.219865)
+ (xy 103.297607 63.219867)
+ (xy 103.293037 63.22176)
+ (xy 103.288817 63.224346)
+ (xy 103.094798 63.343241)
+ (xy 103.094792 63.343245)
+ (xy 103.090584 63.345824)
+ (xy 102.945497 63.46974)
+ (xy 102.918211 63.493045)
+ (xy 102.910031 63.500031)
+ (xy 102.906823 63.503787)
+ (xy 102.764732 63.670154)
+ (xy 102.705281 63.708963)
+ (xy 102.634287 63.709469)
+ (xy 102.594859 63.690259)
+ (xy 102.593183 63.689041)
+ (xy 102.589416 63.685824)
+ (xy 102.561202 63.668534)
+ (xy 102.391183 63.564346)
+ (xy 102.386963 63.56176)
+ (xy 102.382393 63.559867)
+ (xy 102.382389 63.559865)
+ (xy 102.172167 63.472789)
+ (xy 102.172165 63.472788)
+ (xy 102.167594 63.470895)
+ (xy 102.058001 63.444584)
+ (xy 101.941524 63.41662)
+ (xy 101.941518 63.416619)
+ (xy 101.936711 63.415465)
+ (xy 101.7 63.396835)
+ (xy 101.463289 63.415465)
+ (xy 101.458482 63.416619)
+ (xy 101.458476 63.41662)
+ (xy 101.341999 63.444584)
+ (xy 101.232406 63.470895)
+ (xy 101.227835 63.472788)
+ (xy 101.227833 63.472789)
+ (xy 101.017611 63.559865)
+ (xy 101.017607 63.559867)
+ (xy 101.013037 63.56176)
+ (xy 101.008817 63.564346)
+ (xy 100.814798 63.683241)
+ (xy 100.814792 63.683245)
+ (xy 100.810584 63.685824)
+ (xy 100.630031 63.840031)
+ (xy 100.475824 64.020584)
+ (xy 100.404359 64.137204)
+ (xy 100.351711 64.184835)
+ (xy 100.28167 64.196442)
+ (xy 100.231091 64.178801)
+ (xy 100.191193 64.154351)
+ (xy 100.191182 64.154345)
+ (xy 100.186963 64.15176)
+ (xy 100.182393 64.149867)
+ (xy 100.182389 64.149865)
+ (xy 99.972167 64.062789)
+ (xy 99.972165 64.062788)
+ (xy 99.967594 64.060895)
+ (xy 99.850799 64.032855)
+ (xy 99.741524 64.00662)
+ (xy 99.741518 64.006619)
+ (xy 99.736711 64.005465)
+ (xy 99.5 63.986835)
+ (xy 99.263289 64.005465)
+ (xy 99.258482 64.006619)
+ (xy 99.258476 64.00662)
+ (xy 99.149201 64.032855)
+ (xy 99.032406 64.060895)
+ (xy 99.027835 64.062788)
+ (xy 99.027833 64.062789)
+ (xy 98.817611 64.149865)
+ (xy 98.817607 64.149867)
+ (xy 98.813037 64.15176)
+ (xy 98.808817 64.154346)
+ (xy 98.614798 64.273241)
+ (xy 98.614792 64.273245)
+ (xy 98.610584 64.275824)
+ (xy 98.49194 64.377156)
+ (xy 98.4405 64.42109)
+ (xy 98.430031 64.430031)
+ (xy 98.275824 64.610584)
+ (xy 98.273245 64.614792)
+ (xy 98.273241 64.614798)
+ (xy 98.199578 64.735005)
+ (xy 98.15176 64.813037)
+ (xy 98.149867 64.817608)
+ (xy 98.149861 64.817619)
+ (xy 98.142214 64.836082)
+ (xy 98.097667 64.891364)
+ (xy 98.030304 64.913786)
+ (xy 97.977587 64.904275)
+ (xy 97.782013 64.823266)
+ (xy 97.772627 64.820217)
+ (xy 97.551446 64.767115)
+ (xy 97.541699 64.765572)
+ (xy 97.31493 64.747725)
+ (xy 97.30507 64.747725)
+ (xy 97.078301 64.765572)
+ (xy 97.068554 64.767115)
+ (xy 96.847373 64.820217)
+ (xy 96.837988 64.823266)
+ (xy 96.627837 64.910313)
+ (xy 96.619042 64.914795)
+ (xy 96.451555 65.017432)
+ (xy 96.442093 65.02789)
+ (xy 96.445876 65.036666)
+ (xy 97.580115 66.170905)
+ (xy 97.614141 66.233217)
+ (xy 97.609076 66.304032)
+ (xy 97.580115 66.349095)
+ (xy 97.399095 66.530115)
+ (xy 97.336783 66.564141)
+ (xy 97.265968 66.559076)
+ (xy 97.220905 66.530115)
+ (xy 96.08971 65.39892)
+ (xy 96.07733 65.39216)
+ (xy 96.06968 65.397887)
+ (xy 95.964795 65.569042)
+ (xy 95.960313 65.577837)
+ (xy 95.873266 65.787988)
+ (xy 95.870217 65.797373)
+ (xy 95.817115 66.018554)
+ (xy 95.815572 66.028301)
+ (xy 95.797725 66.25507)
+ (xy 95.797725 66.26493)
+ (xy 95.815572 66.491699)
+ (xy 95.817115 66.501446)
+ (xy 95.870217 66.722627)
+ (xy 95.873266 66.732012)
+ (xy 95.960313 66.942163)
+ (xy 95.964795 66.950958)
+ (xy 96.007328 67.020365)
+ (xy 96.025867 67.088898)
+ (xy 96.004411 67.156575)
+ (xy 95.949772 67.201908)
+ (xy 95.899896 67.2122)
+ (xy 87.962694 67.2122)
+ (xy 87.894573 67.192198)
+ (xy 87.84808 67.138542)
+ (xy 87.837976 67.068268)
+ (xy 87.86747 67.003688)
+ (xy 87.873599 66.997105)
+ (xy 90.122114 64.748591)
+ (xy 92.530009 62.340696)
+ (xy 92.592321 62.30667)
+ (xy 92.663136 62.311735)
+ (xy 92.670349 62.314682)
+ (xy 92.834112 62.387594)
+ (xy 92.927513 62.407447)
+ (xy 93.014456 62.425928)
+ (xy 93.014461 62.425928)
+ (xy 93.020913 62.4273)
+ (xy 93.211887 62.4273)
+ (xy 93.218339 62.425928)
+ (xy 93.218344 62.425928)
+ (xy 93.305287 62.407447)
+ (xy 93.398688 62.387594)
+ (xy 93.502357 62.341438)
+ (xy 93.567122 62.312603)
+ (xy 93.567124 62.312602)
+ (xy 93.573152 62.309918)
+ (xy 93.727653 62.197666)
+ (xy 93.756553 62.165569)
+ (xy 93.851021 62.060652)
+ (xy 93.851022 62.060651)
+ (xy 93.85544 62.055744)
+ (xy 93.913714 61.95481)
+ (xy 93.947623 61.896079)
+ (xy 93.947624 61.896078)
+ (xy 93.950927 61.890356)
+ (xy 94.009942 61.708728)
+ (xy 94.017694 61.634977)
+ (xy 94.029214 61.525365)
+ (xy 94.029904 61.5188)
+ (xy 94.020347 61.42787)
+ (xy 94.033119 61.358032)
+ (xy 94.081621 61.306185)
+ (xy 94.145657 61.2887)
+ (xy 95.745512 61.2887)
+ (xy 95.79676 61.299593)
+ (xy 95.85629 61.326097)
+ (xy 95.947657 61.366776)
+ (xy 95.968673 61.376133)
+ (xy 96.062073 61.395986)
+ (xy 96.149017 61.414467)
+ (xy 96.149022 61.414467)
+ (xy 96.155474 61.415839)
+ (xy 96.346448 61.415839)
+ (xy 96.3529 61.414467)
+ (xy 96.352905 61.414467)
+ (xy 96.439849 61.395986)
+ (xy 96.533249 61.376133)
+ (xy 96.546382 61.370286)
+ (xy 96.701683 61.301142)
+ (xy 96.701685 61.301141)
+ (xy 96.707713 61.298457)
+ (xy 96.806945 61.226361)
+ (xy 96.873809 61.202504)
+ (xy 96.942961 61.218584)
+ (xy 96.968213 61.237771)
+ (xy 96.968261 61.237717)
+ (xy 96.969002 61.23837)
+ (xy 96.970098 61.239203)
+ (xy 96.97403 61.243135)
+ (xy 96.977227 61.245615)
+ (xy 96.986247 61.253318)
+ (xy 97.018479 61.283586)
+ (xy 97.025425 61.287405)
+ (xy 97.025428 61.287407)
+ (xy 97.036234 61.293348)
+ (xy 97.052753 61.304199)
+ (xy 97.068759 61.316614)
+ (xy 97.076028 61.319759)
+ (xy 97.076032 61.319762)
+ (xy 97.109337 61.334174)
+ (xy 97.119987 61.339391)
+ (xy 97.15874 61.360695)
+ (xy 97.158741 61.360695)
+ (xy 97.158151 61.361768)
+ (xy 97.206141 61.398423)
+ (xy 97.248739 61.455261)
+ (xy 97.365295 61.542615)
+ (xy 97.501684 61.593745)
+ (xy 97.563866 61.6005)
+ (xy 99.220134 61.6005)
+ (xy 99.282316 61.593745)
+ (xy 99.418705 61.542615)
+ (xy 99.535261 61.455261)
+ (xy 99.622615 61.338705)
+ (xy 99.625767 61.330297)
+ (xy 99.630077 61.322425)
+ (xy 99.632457 61.323728)
+ (xy 99.666664 61.278196)
+ (xy 99.733227 61.253499)
+ (xy 99.802575 61.268709)
+ (xy 99.852691 61.318997)
+ (xy 99.855933 61.326097)
+ (xy 99.858234 61.330299)
+ (xy 99.861385 61.338705)
+ (xy 99.948739 61.455261)
+ (xy 100.065295 61.542615)
+ (xy 100.201684 61.593745)
+ (xy 100.263866 61.6005)
+ (xy 101.920134 61.6005)
+ (xy 101.982316 61.593745)
+ (xy 102.118705 61.542615)
+ (xy 102.235261 61.455261)
+ (xy 102.257241 61.425933)
+ (xy 102.3141 61.38342)
+ (xy 102.358066 61.3755)
+ (xy 102.373213 61.3755)
+ (xy 102.441334 61.395502)
+ (xy 102.487827 61.449158)
+ (xy 102.495775 61.473099)
+ (xy 102.496293 61.478093)
+ (xy 102.498475 61.484632)
+ (xy 102.498475 61.484634)
+ (xy 102.534987 61.594074)
+ (xy 102.551346 61.643107)
+ (xy 102.642884 61.791031)
+ (xy 102.648066 61.796204)
+ (xy 102.760816 61.908758)
+ (xy 102.760821 61.908762)
+ (xy 102.765997 61.913929)
+ (xy 102.91408 62.005209)
+ (xy 103.079191 62.059974)
+ (xy 103.086027 62.060674)
+ (xy 103.08603 62.060675)
+ (xy 103.137526 62.065951)
+ (xy 103.181928 62.0705)
+ (xy 103.781072 62.0705)
+ (xy 103.784318 62.070163)
+ (xy 103.784322 62.070163)
+ (xy 103.878235 62.060419)
+ (xy 103.878239 62.060418)
+ (xy 103.885093 62.059707)
+ (xy 103.891629 62.057526)
+ (xy 103.891631 62.057526)
+ (xy 104.024395 62.013232)
+ (xy 104.050107 62.004654)
+ (xy 104.198031 61.913116)
+ (xy 104.262022 61.849013)
+ (xy 104.304747 61.806214)
+ (xy 104.36703 61.772135)
+ (xy 104.43785 61.777138)
+ (xy 104.482937 61.806059)
+ (xy 104.585812 61.908754)
+ (xy 104.585817 61.908758)
+ (xy 104.590997 61.913929)
+ (xy 104.73908 62.005209)
+ (xy 104.904191 62.059974)
+ (xy 104.911027 62.060674)
+ (xy 104.91103 62.060675)
+ (xy 104.962526 62.065951)
+ (xy 105.006928 62.0705)
+ (xy 105.606072 62.0705)
+ (xy 105.609318 62.070163)
+ (xy 105.609322 62.070163)
+ (xy 105.703235 62.060419)
+ (xy 105.703239 62.060418)
+ (xy 105.710093 62.059707)
+ (xy 105.716629 62.057526)
+ (xy 105.716631 62.057526)
+ (xy 105.849395 62.013232)
+ (xy 105.875107 62.004654)
+ (xy 106.023031 61.913116)
+ (xy 106.045751 61.890356)
+ (xy 106.140758 61.795184)
+ (xy 106.140762 61.795179)
+ (xy 106.145929 61.790003)
+ (xy 106.198471 61.704764)
+ (xy 106.233369 61.64815)
+ (xy 106.23337 61.648148)
+ (xy 106.237209 61.64192)
+ (xy 106.239646 61.634573)
+ (xy 106.239802 61.634353)
+ (xy 106.242607 61.628338)
+ (xy 106.243714 61.628854)
+ (xy 106.282534 61.574281)
+ (xy 106.320072 61.545477)
+ (xy 106.320075 61.545474)
+ (xy 106.345434 61.526015)
+ (xy 106.351987 61.520987)
+ (xy 106.358703 61.512235)
+ (xy 106.371452 61.495621)
+ (xy 106.382319 61.48323)
+ (xy 106.828005 61.037544)
+ (xy 106.890317 61.003518)
+ )
+ )
)
(group "" (id a8429321-ead0-4c02-b96f-88fd24e99ca3)
(members
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_prl b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_prl
index d423084..90409d8 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_prl
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_prl
@@ -1,7 +1,7 @@
{
"board": {
- "active_layer": 31,
- "active_layer_preset": "",
+ "active_layer": 36,
+ "active_layer_preset": "All Layers",
"auto_track_width": false,
"hidden_nets": [],
"high_contrast_mode": 0,
@@ -62,7 +62,7 @@
35,
36
],
- "visible_layers": "7fffeff_80000001",
+ "visible_layers": "fffffff_ffffffff",
"zone_display_mode": 1
},
"meta": {
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pro b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pro
index 09c4088..5802d0b 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pro
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_pro
@@ -33,9 +33,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
- "drill": 0.762,
- "height": 1.524,
- "width": 1.524
+ "drill": 1.5,
+ "height": 2.0,
+ "width": 2.0
},
"silk_line_width": 0.15,
"silk_text_italic": false,
@@ -72,7 +72,7 @@
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
- "invalid_outline": "error",
+ "invalid_outline": "ignore",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
@@ -85,7 +85,7 @@
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
- "silk_over_copper": "warning",
+ "silk_over_copper": "ignore",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_sch b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_sch
index 16f62ad..6929cbd 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_sch
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/Canon_manage.kicad_sch
@@ -721,6 +721,140 @@
)
)
)
+ (symbol "Interface_CAN_LIN:MCP2551-I-SN" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
+ (property "Reference" "U" (id 0) (at -10.16 8.89 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "MCP2551-I-SN" (id 1) (at 2.54 8.89 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 0 -12.7 0)
+ (effects (font (size 1.27 1.27) italic) hide)
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/21667d.pdf" (id 3) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_keywords" "High-Speed CAN Transceiver" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "High-Speed CAN Transceiver, 1Mbps, 5V supply, SOIC-8" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "MCP2551-I-SN_0_1"
+ (rectangle (start -10.16 7.62) (end 10.16 -7.62)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type background))
+ )
+ )
+ (symbol "MCP2551-I-SN_1_1"
+ (pin input line (at -12.7 5.08 0) (length 2.54)
+ (name "TXD" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 0 -10.16 90) (length 2.54)
+ (name "VSS" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_in line (at 0 10.16 270) (length 2.54)
+ (name "VDD" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ (pin output line (at -12.7 2.54 0) (length 2.54)
+ (name "RXD" (effects (font (size 1.27 1.27))))
+ (number "4" (effects (font (size 1.27 1.27))))
+ )
+ (pin power_out line (at -12.7 -2.54 0) (length 2.54)
+ (name "Vref" (effects (font (size 1.27 1.27))))
+ (number "5" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 12.7 -2.54 180) (length 2.54)
+ (name "CANL" (effects (font (size 1.27 1.27))))
+ (number "6" (effects (font (size 1.27 1.27))))
+ )
+ (pin bidirectional line (at 12.7 2.54 180) (length 2.54)
+ (name "CANH" (effects (font (size 1.27 1.27))))
+ (number "7" (effects (font (size 1.27 1.27))))
+ )
+ (pin input line (at -12.7 -5.08 0) (length 2.54)
+ (name "Rs" (effects (font (size 1.27 1.27))))
+ (number "8" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
+ (symbol "Jumper:SolderJumper_2_Bridged" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "JP" (id 0) (at 0 2.032 0)
+ (effects (font (size 1.27 1.27)))
+ )
+ (property "Value" "SolderJumper_2_Bridged" (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" "solder jumper SPST" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Solder Jumper, 2-pole, closed/bridged" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "SolderJumper*Bridged*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "SolderJumper_2_Bridged_0_1"
+ (rectangle (start -0.508 0.508) (end 0.508 -0.508)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type outline))
+ )
+ (arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (arc (start -0.254 1.016) (mid -1.27 0) (end -0.254 -1.016)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type outline))
+ )
+ (polyline
+ (pts
+ (xy -0.254 1.016)
+ (xy -0.254 -1.016)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 0.254 1.016)
+ (xy 0.254 -1.016)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (arc (start 0.254 -1.016) (mid 1.27 0) (end 0.254 1.016)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type outline))
+ )
+ )
+ (symbol "SolderJumper_2_Bridged_1_1"
+ (pin passive line (at -3.81 0 0) (length 2.54)
+ (name "A" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 3.81 0 180) (length 2.54)
+ (name "B" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
(symbol "MCU_ST_STM32F1:STM32F103C6Tx" (in_bom yes) (on_board yes)
(property "Reference" "U" (id 0) (at -15.24 36.83 0)
(effects (font (size 1.27 1.27)) (justify left))
@@ -1466,6 +1600,168 @@
)
)
)
+ (symbol "Transistor_BJT:DTA114Y" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
+ (property "Reference" "Q" (id 0) (at 5.08 1.905 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "DTA114Y" (id 1) (at 5.08 0 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)) (justify left) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ (property "ki_keywords" "ROHM Digital PNP Transistor" (id 4) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_description" "Digital PNP Transistor, 10k/47k, SOT-23" (id 5) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "ki_fp_filters" "SOT?23* SC?59*" (id 6) (at 0 0 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (symbol "DTA114Y_0_0"
+ (text "10k" (at -3.302 0.889 0)
+ (effects (font (size 0.508 0.508)))
+ )
+ (text "47k" (at -2.159 -1.524 900)
+ (effects (font (size 0.508 0.508)))
+ )
+ )
+ (symbol "DTA114Y_0_1"
+ (circle (center -1.27 0) (radius 0.127)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (arc (start -1.27 3.175) (mid -4.445 0) (end -1.27 -3.175)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -3.429 0)
+ (xy -3.81 0)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.27 -3.175)
+ (xy 0.635 -3.175)
+ )
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.27 3.175)
+ (xy 0.635 3.175)
+ )
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 0 -0.254)
+ (xy 2.54 2.286)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 0.127 1.524)
+ (xy 0.127 -1.651)
+ )
+ (stroke (width 0.508) (type default) (color 0 0 0 0))
+ (fill (type outline))
+ )
+ (polyline
+ (pts
+ (xy 2.54 2.286)
+ (xy 2.54 2.54)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 2.54 -2.286)
+ (xy 0 0.254)
+ (xy 0 0.254)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy 1.397 -1.651)
+ (xy 1.905 -1.143)
+ (xy 0.889 -0.635)
+ (xy 1.397 -1.651)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type outline))
+ )
+ (polyline
+ (pts
+ (xy 0 0)
+ (xy -1.905 0)
+ (xy -2.032 0.508)
+ (xy -2.286 -0.508)
+ (xy -2.54 0.508)
+ (xy -2.794 -0.508)
+ (xy -3.048 0.508)
+ (xy -3.302 -0.508)
+ (xy -3.429 0)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (polyline
+ (pts
+ (xy -1.27 0)
+ (xy -1.27 -0.381)
+ (xy -0.762 -0.508)
+ (xy -1.778 -0.762)
+ (xy -0.762 -1.016)
+ (xy -1.778 -1.27)
+ (xy -0.762 -1.524)
+ (xy -1.778 -1.778)
+ (xy -1.27 -1.905)
+ (xy -1.27 -2.286)
+ (xy 2.54 -2.286)
+ )
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (arc (start 0.635 -3.175) (mid 3.81 0) (end 0.635 3.175)
+ (stroke (width 0.254) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ (circle (center 2.54 -2.286) (radius 0.127)
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (fill (type none))
+ )
+ )
+ (symbol "DTA114Y_1_1"
+ (pin input line (at -6.35 0 0) (length 2.54)
+ (name "B" (effects (font (size 1.27 1.27))))
+ (number "1" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 2.54 -5.08 90) (length 2.54)
+ (name "E" (effects (font (size 1.27 1.27))))
+ (number "2" (effects (font (size 1.27 1.27))))
+ )
+ (pin passive line (at 2.54 5.08 270) (length 2.54)
+ (name "C" (effects (font (size 1.27 1.27))))
+ (number "3" (effects (font (size 1.27 1.27))))
+ )
+ )
+ )
(symbol "power:+3V3" (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)
@@ -1603,6 +1899,9 @@
(junction (at 71.374 20.193) (diameter 0) (color 0 0 0 0)
(uuid 132b53f0-c089-4f8f-bf2f-d33a62728721)
)
+ (junction (at 249.936 81.407) (diameter 0) (color 0 0 0 0)
+ (uuid 1a828af2-6cf0-493f-9931-8993a5d63836)
+ )
(junction (at 143.383 49.149) (diameter 0) (color 0 0 0 0)
(uuid 20ec4793-2a48-4c19-ab14-3b6cebd4bedf)
)
@@ -1624,6 +1923,9 @@
(junction (at 129.794 29.972) (diameter 0) (color 0 0 0 0)
(uuid 410e7e60-9d37-4e29-8477-83d73737ae43)
)
+ (junction (at 234.188 116.586) (diameter 0) (color 0 0 0 0)
+ (uuid 472aa45f-23d3-4143-bb79-5f0739677bab)
+ )
(junction (at 234.696 89.027) (diameter 0) (color 0 0 0 0)
(uuid 4e06508d-b9a5-4585-b5d3-1450b1f6e37b)
)
@@ -1648,32 +1950,25 @@
(junction (at 147.955 29.972) (diameter 0) (color 0 0 0 0)
(uuid be19fbd4-b2b5-4d75-a2c0-fd91187eff0d)
)
+ (junction (at 249.936 28.067) (diameter 0) (color 0 0 0 0)
+ (uuid c077eaa7-a9e3-4911-801c-131813284b1c)
+ )
(junction (at 63.754 20.193) (diameter 0) (color 0 0 0 0)
(uuid c7add4be-0219-4c77-884f-e6a95f889a34)
)
(junction (at 68.834 20.193) (diameter 0) (color 0 0 0 0)
(uuid e11d112c-9b7a-43e3-92be-cea7686d2fb0)
)
- (junction (at 98.552 36.576) (diameter 0) (color 0 0 0 0)
- (uuid ed691795-fd19-40b2-8a03-31b6211abc13)
- )
(junction (at 140.843 49.149) (diameter 0) (color 0 0 0 0)
(uuid facb6fa9-afe9-4993-aedf-f9bb48874a95)
)
(junction (at 157.099 29.972) (diameter 0) (color 0 0 0 0)
(uuid fb411bfe-998b-4e5f-9c4e-223e936d9802)
)
- (junction (at 263.017 38.227) (diameter 0) (color 0 0 0 0)
- (uuid fc651ab8-a37a-4073-950f-2e729063686e)
- )
- (no_connect (at 249.936 78.867) (uuid 11cbf37a-d9e7-45a9-bfa6-833b40600add))
- (no_connect (at 249.936 81.407) (uuid 11cbf37a-d9e7-45a9-bfa6-833b40600ade))
- (no_connect (at 48.514 76.073) (uuid 229a7230-5578-46a9-a67c-dbf2180986b4))
(no_connect (at 81.534 91.313) (uuid 318c618a-33f6-4eb6-9885-352ea44ff770))
(no_connect (at 48.514 53.213) (uuid 318c618a-33f6-4eb6-9885-352ea44ff771))
(no_connect (at 48.514 63.373) (uuid 318c618a-33f6-4eb6-9885-352ea44ff772))
- (no_connect (at 48.514 73.533) (uuid 318c618a-33f6-4eb6-9885-352ea44ff773))
(no_connect (at 48.514 65.913) (uuid 318c618a-33f6-4eb6-9885-352ea44ff774))
(no_connect (at 48.514 68.453) (uuid 318c618a-33f6-4eb6-9885-352ea44ff775))
(no_connect (at 48.514 70.993) (uuid 318c618a-33f6-4eb6-9885-352ea44ff776))
@@ -1683,7 +1978,6 @@
(no_connect (at 81.534 60.833) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77a))
(no_connect (at 81.534 73.533) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77b))
(no_connect (at 81.534 76.073) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77c))
- (no_connect (at 81.534 78.613) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77d))
(no_connect (at 48.514 55.753) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77e))
(no_connect (at 48.514 58.293) (uuid 318c618a-33f6-4eb6-9885-352ea44ff77f))
(no_connect (at 48.514 60.833) (uuid 318c618a-33f6-4eb6-9885-352ea44ff780))
@@ -1692,17 +1986,17 @@
(no_connect (at 48.514 83.693) (uuid 318c618a-33f6-4eb6-9885-352ea44ff783))
(no_connect (at 48.514 86.233) (uuid 318c618a-33f6-4eb6-9885-352ea44ff784))
(no_connect (at 48.514 88.773) (uuid 318c618a-33f6-4eb6-9885-352ea44ff785))
+ (no_connect (at 234.188 106.426) (uuid 62021637-aeb2-482d-b5b6-36db1ae91e0a))
+ (no_connect (at 249.936 58.547) (uuid 6b826f1b-ecc0-457d-8c66-695965f8b1a7))
+ (no_connect (at 249.936 56.007) (uuid 6b826f1b-ecc0-457d-8c66-695965f8b1a7))
+ (no_connect (at 249.936 73.787) (uuid 6b826f1b-ecc0-457d-8c66-695965f8b1a7))
+ (no_connect (at 249.936 71.247) (uuid 6b826f1b-ecc0-457d-8c66-695965f8b1a7))
(no_connect (at 249.936 66.167) (uuid 7626fd58-91e2-4b7d-b12c-db700216df51))
- (no_connect (at 249.936 71.247) (uuid 7626fd58-91e2-4b7d-b12c-db700216df52))
- (no_connect (at 249.936 58.547) (uuid 7626fd58-91e2-4b7d-b12c-db700216df53))
- (no_connect (at 249.936 56.007) (uuid 7626fd58-91e2-4b7d-b12c-db700216df54))
(no_connect (at 249.936 63.627) (uuid 7626fd58-91e2-4b7d-b12c-db700216df55))
(no_connect (at 249.936 50.927) (uuid 7626fd58-91e2-4b7d-b12c-db700216df56))
- (no_connect (at 249.936 73.787) (uuid 7626fd58-91e2-4b7d-b12c-db700216df57))
(no_connect (at 249.936 48.387) (uuid 8850300e-819b-453a-89c5-14e532bf111a))
(no_connect (at 48.514 91.313) (uuid a33a2ccf-f53f-48fb-8989-8d296c70fb03))
(no_connect (at 48.514 48.133) (uuid a61a3c07-40b9-4675-ab21-2300fa388c23))
- (no_connect (at 48.514 43.053) (uuid a61a3c07-40b9-4675-ab21-2300fa388c24))
(no_connect (at 48.514 45.593) (uuid a61a3c07-40b9-4675-ab21-2300fa388c25))
(wire (pts (xy 147.955 37.592) (xy 154.178 37.592))
@@ -1721,6 +2015,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 2a1b4bd2-7e3e-4558-8b4e-e79e522b693f)
)
+ (wire (pts (xy 246.888 116.586) (xy 246.888 114.046))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 3254c8ba-afee-4370-b9f2-2fbf51c487bd)
+ )
(wire (pts (xy 138.176 49.149) (xy 140.843 49.149))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 391910d6-0e9f-4381-8c87-398cca9b238e)
@@ -1741,10 +2039,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 447e0a8d-3d27-4bb1-8f2b-c02455f75ca4)
)
- (wire (pts (xy 249.936 30.607) (xy 256.413 30.607))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 4757e4bd-8545-42df-9221-8173d675bb13)
- )
(wire (pts (xy 249.936 35.687) (xy 249.936 38.227))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 4f23e6ee-c5cb-4108-8b2f-d1693271716d)
@@ -1761,9 +2055,9 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 5b8b75b6-f8b5-4e21-8440-0aefce03e778)
)
- (wire (pts (xy 94.742 36.576) (xy 98.552 36.576))
+ (wire (pts (xy 234.188 116.586) (xy 246.888 116.586))
(stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 604b74e8-1fdf-40d0-9cfa-586e72a425d5)
+ (uuid 5c709d63-1389-4410-8590-a9733ab244c7)
)
(wire (pts (xy 129.794 37.592) (xy 139.192 37.592))
(stroke (width 0) (type default) (color 0 0 0 0))
@@ -1773,10 +2067,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 703c947a-5eb6-4f68-9d59-cc2a0c14d05c)
)
- (wire (pts (xy 263.017 38.227) (xy 263.017 35.687))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 778caf42-b0db-459f-b784-707212d6de5b)
- )
(wire (pts (xy 249.936 28.067) (xy 263.017 28.067))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 8378c888-7724-4486-9860-ab8245ae727c)
@@ -1793,6 +2083,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 937325cc-aa06-4b82-a633-9871435992d9)
)
+ (wire (pts (xy 249.936 28.067) (xy 249.936 30.607))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid 97e65f3b-f26a-408c-83d4-8181b406b69a)
+ )
(wire (pts (xy 121.539 83.947) (xy 124.079 83.947))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid 9cf63ab9-f9be-49ad-9bf4-e1c7e8db9069)
@@ -1809,6 +2103,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid b384a9ff-1a26-4d5d-84b6-35daabe8ae73)
)
+ (wire (pts (xy 104.013 25.4) (xy 102.108 25.4))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid bb43ac24-a88d-4976-a3a6-7d1abd6e4946)
+ )
(wire (pts (xy 143.383 49.149) (xy 148.463 49.149))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid bfdee0a2-1ee4-441d-8be1-84ded3f0b029)
@@ -1817,6 +2115,10 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid c70ad631-0b9f-4711-b14e-2ba2f9c39f51)
)
+ (wire (pts (xy 234.696 89.027) (xy 249.936 89.027))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid c8c81d85-63f3-4dad-bf0c-09ea338c6e9e)
+ )
(wire (pts (xy 21.463 59.817) (xy 29.083 59.817))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d4311ab0-3c6d-43b1-aaf7-5ebfc44dea88)
@@ -1833,6 +2135,14 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid d9c85cf8-7b6e-4206-b9fb-3447c6c4a90f)
)
+ (wire (pts (xy 249.936 78.867) (xy 249.936 81.407))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid db14474d-f81b-48e1-af3d-cf6f97d031bb)
+ )
+ (wire (pts (xy 92.583 25.4) (xy 94.488 25.4))
+ (stroke (width 0) (type default) (color 0 0 0 0))
+ (uuid db76d447-2470-4ec5-ab2d-0608643d5450)
+ )
(wire (pts (xy 66.294 96.393) (xy 68.834 96.393))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e3884939-6046-4fe9-8390-380fcd1e552f)
@@ -1841,10 +2151,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid e42fff48-ac3e-476e-b024-e06177e8afc2)
)
- (wire (pts (xy 98.552 36.576) (xy 102.362 36.576))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid eab16920-8f71-453e-b7e1-698eddc52081)
- )
(wire (pts (xy 139.192 37.592) (xy 147.955 37.592))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid ec453885-63ba-493a-8af6-5280a49dfc63)
@@ -1853,10 +2159,6 @@
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f18e1b6e-bc5c-4e44-8078-553cfd15a0c0)
)
- (wire (pts (xy 256.413 38.227) (xy 263.017 38.227))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f2f7b87f-30d1-429c-97bc-9d7416957ec0)
- )
(wire (pts (xy 61.214 20.193) (xy 63.754 20.193))
(stroke (width 0) (type default) (color 0 0 0 0))
(uuid f92ea254-a8a1-4875-98d6-ae0f9ce59e18)
@@ -1866,9 +2168,17 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 0480ef88-89ff-46f5-ba91-f2231e323839)
)
- (label "OSC_OUT" (at 102.362 28.956 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid 16942ba6-ebc5-4e5c-a689-41eed5cf96a1)
+ (label "OSC_IN" (at 92.583 25.4 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid 0c07ecff-9eac-472f-9d47-5dea913620db)
+ )
+ (label "CANRX" (at 48.514 73.533 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid 126e7d3e-27fc-4b91-8e09-c442828fc665)
+ )
+ (label "CANTX" (at 234.188 98.806 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid 1744e937-0105-447d-8a78-4237018cb2e0)
)
(label "SPI_MISO" (at 125.222 115.951 90)
(effects (font (size 1.27 1.27)) (justify left bottom))
@@ -1890,14 +2200,30 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 3317b803-2384-4eff-b370-e16d094cf21b)
)
+ (label "CANRX" (at 234.188 101.346 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid 357ada8d-1678-47a5-a4d7-709749723819)
+ )
+ (label "USBDP" (at 211.201 36.322 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 35b95b5a-06d1-4954-b6ad-e15bbd7970a3)
+ )
+ (label "USB_PU" (at 81.534 78.613 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 4380db2d-3040-4ac9-884d-0513e3f4ab4e)
+ )
(label "VBUS" (at 129.794 29.972 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 47d14c70-3d2b-40b8-8203-9dfeecae6484)
)
- (label "DP" (at 255.016 47.498 180)
+ (label "DP" (at 194.437 48.895 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 4cc6cd7c-a272-4d3d-8612-3b3e926882de)
)
+ (label "CANH" (at 259.588 101.346 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 50e977cb-e63d-40bb-9e50-05943307b010)
+ )
(label "OSC_IN" (at 48.514 35.433 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 532e746b-3b3b-4940-b964-f1b8626957a5)
@@ -1918,6 +2244,10 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 6846f054-78ec-4c82-bd6a-993760f94270)
)
+ (label "OSC_OUT" (at 104.013 25.4 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 6b933677-e96d-49b1-a0b8-ebaf4a72b3b1)
+ )
(label "SPI_MOSI" (at 122.682 115.951 90)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 6f0720a0-ddd7-4fea-8dd6-ddcaaf98509d)
@@ -1926,15 +2256,23 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 7481ae00-45fc-45d5-814f-292d3161f9f8)
)
+ (label "CANL" (at 251.587 28.067 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 75fe21d2-9d69-42f9-9bdb-ec7a2f25a35b)
+ )
(label "USBDM" (at 81.534 81.153 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 764b1768-f573-4713-986d-ee9d711d58bf)
)
- (label "USBDP" (at 267.716 47.498 0)
+ (label "USBDP" (at 207.137 48.895 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 86ab37f4-85d9-4e72-92c4-a5d690ec7d5b)
)
- (label "USBDM" (at 267.716 67.818 0)
+ (label "CANH" (at 249.936 81.407 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid 87941f05-e053-4509-9ac4-fcb531842e43)
+ )
+ (label "USBDM" (at 207.137 69.215 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 885c70e3-d5c5-423a-ab34-00c3129c1c31)
)
@@ -1942,6 +2280,10 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid 898069d3-a145-4fd0-8c63-657485f31a09)
)
+ (label "USB_PU" (at 198.501 27.432 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid 8c9d2e8e-5a5f-44c6-a6a1-2b1e23f8d8da)
+ )
(label "NRST" (at 29.083 67.437 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid 9f4fc2ef-1b42-4d00-8848-cb7562cb4e3c)
@@ -1954,6 +2296,10 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid a7687d39-6fcb-4817-bec2-7b3c08ffd30f)
)
+ (label "CANTX" (at 48.514 76.073 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid a7dfa92d-3a27-4bd0-bd00-b4594f037266)
+ )
(label "NRST" (at 48.514 25.273 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid aae3ade9-a396-4ff8-b2b0-7c1d29ee70c2)
@@ -1966,7 +2312,7 @@
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid b3d7dd2c-e133-4d66-8217-26b899d5c430)
)
- (label "VBUS" (at 275.336 57.658 0)
+ (label "VBUS" (at 214.757 59.055 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid bde61eaf-acb5-4234-b6ca-b51569a830f3)
)
@@ -1974,6 +2320,10 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid c3387f93-1844-4723-9c15-45e1dd9ceda9)
)
+ (label "CANL" (at 259.588 106.426 0)
+ (effects (font (size 1.27 1.27)) (justify left bottom))
+ (uuid cc516373-43fc-44f6-ab56-c4cf137e6661)
+ )
(label "SWCLK" (at 81.534 88.773 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid cd98b3b6-96e7-483c-a41e-a8c25a80eea4)
@@ -1986,7 +2336,11 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid d7378a64-ff44-4d1c-a6a8-39d4b1d110c2)
)
- (label "DM" (at 255.016 67.818 180)
+ (label "VBUS" (at 246.888 93.726 180)
+ (effects (font (size 1.27 1.27)) (justify right bottom))
+ (uuid dd2dd91d-c20d-42c0-844d-5d465e22ecd6)
+ )
+ (label "DM" (at 194.437 69.215 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid dfa98d0f-231c-4372-a87d-4689cd76e388)
)
@@ -1994,10 +2348,6 @@
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid e2bc3b08-a2d4-4ca2-b315-84e82e9f0f5d)
)
- (label "OSC_IN" (at 94.742 28.956 180)
- (effects (font (size 1.27 1.27)) (justify right bottom))
- (uuid e3c89b24-e9e3-4716-a291-45c16a6a850f)
- )
(label "SPI_MISO" (at 121.539 94.107 180)
(effects (font (size 1.27 1.27)) (justify right bottom))
(uuid e67e630a-8f41-483b-a829-79478e87e64d)
@@ -2044,12 +2394,12 @@
)
(symbol (lib_id "Device:R") (at 263.017 31.877 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
+ (in_bom yes) (on_board yes)
(uuid 0dfec3b5-9ee1-43b4-8ea0-660a4b8bc85e)
(property "Reference" "R9" (id 0) (at 264.795 31.0423 0)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Value" "5k1" (id 1) (at 264.795 33.5792 0)
+ (property "Value" "4k7" (id 1) (at 263.144 33.655 90)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 261.239 31.877 90)
@@ -2084,7 +2434,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "LGnd" (id 1) (at 136.144 97.948 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 99.187 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 99.187 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 99.187 0)
@@ -2093,17 +2443,17 @@
(pin "1" (uuid 1b41a765-9209-408e-8437-334fb35f0231))
)
- (symbol (lib_id "power:GND") (at 263.017 38.227 0) (unit 1)
+ (symbol (lib_id "power:GND") (at 263.017 35.687 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 153eb370-b202-4674-971f-4d10f8163e7a)
- (property "Reference" "#PWR016" (id 0) (at 263.017 44.577 0)
+ (property "Reference" "#PWR016" (id 0) (at 263.017 42.037 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "GND" (id 1) (at 263.017 42.6704 0))
- (property "Footprint" "" (id 2) (at 263.017 38.227 0)
+ (property "Value" "GND" (id 1) (at 263.017 40.1304 0))
+ (property "Footprint" "" (id 2) (at 263.017 35.687 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 263.017 38.227 0)
+ (property "Datasheet" "" (id 3) (at 263.017 35.687 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 02441760-61d3-4726-b895-f07bc4432c33))
@@ -2118,7 +2468,7 @@
(property "Value" "SWD" (id 1) (at 29.718 69.596 0)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x06_P1.00mm_Vertical" (id 2) (at 34.163 59.817 0)
+ (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_1x06_P1.27mm_Vertical" (id 2) (at 34.163 59.817 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 34.163 59.817 0)
@@ -2185,6 +2535,21 @@
(pin "1" (uuid 6b87a3b5-c279-41a6-b3ab-a41ad4c2bc04))
)
+ (symbol (lib_id "Device:R") (at 207.391 36.322 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 208f1498-8203-4207-83f8-65dd57dcc286)
+ (property "Reference" "R10" (id 0) (at 207.391 38.354 90))
+ (property "Value" "1k5" (id 1) (at 207.391 36.322 90))
+ (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 207.391 34.544 90)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 207.391 36.322 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 06de80c1-df27-4f2e-ae8d-05d924ce272c))
+ (pin "2" (uuid 5d9d17bb-d0a1-4482-b036-ff92b4a50ae2))
+ )
+
(symbol (lib_id "power:+3V3") (at 71.374 20.193 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 21afcbb9-3fcd-4b90-a8fc-7679fcaa7a98)
@@ -2255,38 +2620,19 @@
(pin "1" (uuid e8a1a4c1-b649-4ba7-998b-646774223284))
)
- (symbol (lib_id "Device:C") (at 102.362 32.766 0) (unit 1)
+ (symbol (lib_id "Device:R") (at 249.936 85.217 0) (unit 1)
(in_bom yes) (on_board yes)
- (uuid 25ca2f10-e30e-4c20-8cbf-700182947489)
- (property "Reference" "C2" (id 0) (at 102.743 30.48 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "12" (id 1) (at 102.743 35.052 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (id 2) (at 103.3272 36.576 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 102.362 32.766 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 4c8fe2c9-94e2-40a1-b86e-8a424f3e6a17))
- (pin "2" (uuid 67065c1d-51d6-4bd7-9209-b9562d899fbb))
- )
-
- (symbol (lib_id "Device:R") (at 256.413 34.417 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 2b839956-a8c9-479f-9818-2877dd954a12)
- (property "Reference" "R6" (id 0) (at 258.191 33.5823 0)
+ (property "Reference" "R6" (id 0) (at 251.714 84.3823 0)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Value" "5k1" (id 1) (at 258.191 36.1192 0)
+ (property "Value" "4k7" (id 1) (at 250.063 86.868 90)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 254.635 34.417 90)
+ (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 248.158 85.217 90)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 256.413 34.417 0)
+ (property "Datasheet" "~" (id 3) (at 249.936 85.217 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 93472676-2b38-45a1-bc5f-d98c63106a2a))
@@ -2335,7 +2681,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "Ldet" (id 1) (at 136.144 82.708 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 83.947 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 83.947 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 83.947 0)
@@ -2388,7 +2734,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "SCK" (id 1) (at 136.144 95.408 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 96.647 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 96.647 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 96.647 0)
@@ -2416,6 +2762,24 @@
(pin "2" (uuid e30db2c7-2b75-44a3-bb51-267ca7bff182))
)
+ (symbol (lib_id "power:+3V3") (at 193.421 36.322 90) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 4bdf2397-8c1b-4e8c-9445-9d74caf700a9)
+ (property "Reference" "#PWR0101" (id 0) (at 197.231 36.322 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "+3V3" (id 1) (at 189.357 34.671 90)
+ (effects (font (size 1.27 1.27)) (justify right))
+ )
+ (property "Footprint" "" (id 2) (at 193.421 36.322 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 193.421 36.322 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid e4d8fefb-2ae4-44b7-9c6b-9aefc5e16c55))
+ )
+
(symbol (lib_id "Connector:Conn_01x01_Male") (at 136.779 86.487 180) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 4c06ffc7-8a67-444f-9554-d5e5a37b4824)
@@ -2423,7 +2787,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PGnd" (id 1) (at 136.144 85.248 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 86.487 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 86.487 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 86.487 0)
@@ -2432,22 +2796,6 @@
(pin "1" (uuid 9aa3632a-20bc-4a9f-ab4d-841b114f671c))
)
- (symbol (lib_id "power:GND") (at 98.552 36.576 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 596dab5f-dc2b-4882-8561-4759bc0e2cf7)
- (property "Reference" "#PWR06" (id 0) (at 98.552 42.926 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 98.552 41.0194 0))
- (property "Footprint" "" (id 2) (at 98.552 36.576 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 98.552 36.576 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 035ac079-f950-49ab-a6ec-6bc609f2db6d))
- )
-
(symbol (lib_id "Connector_Generic:Conn_01x01") (at 129.794 24.892 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 6349f82f-82b6-43d6-944a-a7afada78839)
@@ -2492,7 +2840,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "MISO" (id 1) (at 136.144 92.868 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 94.107 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 94.107 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 94.107 0)
@@ -2539,40 +2887,60 @@
(pin "2" (uuid eacb7c4f-9808-4f44-91f9-3bcaed541351))
)
- (symbol (lib_id "Device:C") (at 94.742 32.766 0) (unit 1)
+ (symbol (lib_id "Device:R") (at 234.188 112.776 180) (unit 1)
(in_bom yes) (on_board yes)
- (uuid 78d9bd94-3b9a-4d2a-9c27-c73709b0381f)
- (property "Reference" "C1" (id 0) (at 91.948 30.607 0)
+ (uuid 794eecad-d01e-422c-8c32-56eec85114f2)
+ (property "Reference" "R11" (id 0) (at 239.776 113.538 0)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Value" "12" (id 1) (at 91.567 35.052 0)
+ (property "Value" "4k7" (id 1) (at 234.061 110.998 90)
(effects (font (size 1.27 1.27)) (justify left))
)
- (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (id 2) (at 95.7072 36.576 0)
+ (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 235.966 112.776 90)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 94.742 32.766 0)
+ (property "Datasheet" "~" (id 3) (at 234.188 112.776 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 9383a95b-1f82-4900-98cf-20e419968d6a))
- (pin "2" (uuid 137db42e-a50c-4425-8b11-c685797960f7))
+ (pin "1" (uuid 63a7fcd6-2e59-469f-8365-0c9c8cff3b61))
+ (pin "2" (uuid a93ddae8-c6e5-4ae3-958e-d9daf6c807b8))
)
- (symbol (lib_id "Device:R") (at 258.826 47.498 90) (unit 1)
+ (symbol (lib_id "Device:R") (at 198.247 48.895 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 85dfcd72-2976-4d87-9959-5aebbe7e8fe1)
- (property "Reference" "R7" (id 0) (at 258.826 45.466 90))
- (property "Value" "22" (id 1) (at 258.826 47.498 90))
- (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 258.826 49.276 90)
+ (property "Reference" "R7" (id 0) (at 198.247 46.863 90))
+ (property "Value" "22" (id 1) (at 198.247 48.895 90))
+ (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 198.247 50.673 90)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 258.826 47.498 0)
+ (property "Datasheet" "~" (id 3) (at 198.247 48.895 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 9b249158-717c-48fc-9150-1eeba69a16d4))
(pin "2" (uuid 479c62dc-c67a-4a88-acae-319c3c0e464c))
)
+ (symbol (lib_id "Transistor_BJT:DTA114Y") (at 198.501 33.782 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid 8b4542df-3f54-480b-967b-98e505f600d9)
+ (property "Reference" "Q1" (id 0) (at 202.311 32.258 90)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "DTA114Y" (id 1) (at 193.929 38.989 90)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_TO_SOT_SMD:SOT-323_SC-70_Handsoldering" (id 2) (at 198.501 33.782 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 198.501 33.782 0)
+ (effects (font (size 1.27 1.27)) (justify left) hide)
+ )
+ (pin "1" (uuid 68a6e823-5192-4d28-ad4a-4aaf31d34c1a))
+ (pin "2" (uuid 0bb0fb77-fc5c-4fa0-96ba-37c9448f6630))
+ (pin "3" (uuid 9c7a17bb-0b9d-4d5b-b26c-10acb6fd445a))
+ )
+
(symbol (lib_id "Device:R") (at 127.889 94.107 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid 9217dde9-d89c-4615-8229-7f9ead33abfa)
@@ -2588,6 +2956,22 @@
(pin "2" (uuid 97a80c4f-2e76-44c1-8832-c98ec5878dd2))
)
+ (symbol (lib_id "power:GND") (at 40.894 43.053 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid 9671e292-4fe4-48c3-aced-e21fbe335c52)
+ (property "Reference" "#PWR0105" (id 0) (at 40.894 49.403 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 40.894 47.4964 0))
+ (property "Footprint" "" (id 2) (at 40.894 43.053 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 40.894 43.053 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 594f64bc-2a49-4f84-bdab-3dc71e484788))
+ )
+
(symbol (lib_id "power:GND") (at 33.528 37.973 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 969eee88-c463-471d-831e-c00079670353)
@@ -2658,7 +3042,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "PV" (id 1) (at 136.144 80.168 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 81.407 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 81.407 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 81.407 0)
@@ -2739,7 +3123,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "MOSI" (id 1) (at 136.144 90.328 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 91.567 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 91.567 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 91.567 0)
@@ -2748,37 +3132,37 @@
(pin "1" (uuid 636b3a91-a90f-4b11-9a2d-e3d8e2fc418b))
)
- (symbol (lib_id "power:PWR_FLAG") (at 263.017 38.227 270) (unit 1)
+ (symbol (lib_id "Jumper:SolderJumper_2_Bridged") (at 44.704 43.053 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid acc23618-aa54-4904-a9f4-185676919394)
- (property "Reference" "#FLG0101" (id 0) (at 264.922 38.227 0)
+ (uuid ac6de834-95cf-4b2d-9762-a2e846478f18)
+ (property "Reference" "JP1" (id 0) (at 44.704 41.0012 0))
+ (property "Value" "CANbus" (id 1) (at 44.704 41.0011 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "PWR_FLAG" (id 1) (at 266.5928 38.227 0)
+ (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm" (id 2) (at 44.704 43.053 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Footprint" "" (id 2) (at 263.017 38.227 0)
+ (property "Datasheet" "~" (id 3) (at 44.704 43.053 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 263.017 38.227 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 9a14110c-eb81-4dbc-8f48-8c4900f217e6))
+ (pin "1" (uuid 220c4209-378b-4b31-9c63-bb8a37b97cbe))
+ (pin "2" (uuid 7bfc6ba7-b626-452e-a65c-8fe7c8555032))
)
- (symbol (lib_id "Device:Crystal") (at 98.552 28.956 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid afdd32fa-80f9-46b7-be8f-c9e80564697b)
- (property "Reference" "Y1" (id 0) (at 98.552 22.6908 0))
- (property "Value" "8MHz" (id 1) (at 98.552 25.2277 0))
- (property "Footprint" "Crystal:Crystal_HC49-U_Vertical" (id 2) (at 98.552 28.956 0)
+ (symbol (lib_id "power:GND") (at 104.013 33.02 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid b14ad5a4-505f-49a8-b712-459349e3c6cd)
+ (property "Reference" "#PWR0104" (id 0) (at 104.013 39.37 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 98.552 28.956 0)
+ (property "Value" "GND" (id 1) (at 104.013 36.83 0))
+ (property "Footprint" "" (id 2) (at 104.013 33.02 0)
(effects (font (size 1.27 1.27)) hide)
)
- (pin "1" (uuid 16553543-6e17-4db6-88b9-607f4f6a7629))
- (pin "2" (uuid 04a61ffc-7e3c-4f7e-b56e-4a37ddda3f0f))
+ (property "Datasheet" "" (id 3) (at 104.013 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid fb4f106d-8c26-41d8-98d2-a9b58e12f162))
)
(symbol (lib_id "Connector:Conn_01x01_Male") (at 136.779 89.027 180) (unit 1)
@@ -2788,7 +3172,7 @@
(effects (font (size 1.27 1.27)) hide)
)
(property "Value" "LV" (id 1) (at 136.144 87.788 0))
- (property "Footprint" "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical" (id 2) (at 136.779 89.027 0)
+ (property "Footprint" "pins:Pin1.5x2mm" (id 2) (at 136.779 89.027 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (id 3) (at 136.779 89.027 0)
@@ -2813,6 +3197,31 @@
(pin "1" (uuid b9a0d4d7-37d1-4440-a91b-4f9bce4d6fd3))
)
+ (symbol (lib_id "Interface_CAN_LIN:MCP2551-I-SN") (at 246.888 103.886 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid b7f9cd42-41b9-438b-9b3d-456940323433)
+ (property "Reference" "U4" (id 0) (at 248.9074 92.5662 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "MCP2551-I-SN" (id 1) (at 248.9074 95.1031 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 246.888 116.586 0)
+ (effects (font (size 1.27 1.27) italic) hide)
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/devicedoc/21667d.pdf" (id 3) (at 246.888 103.886 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid a92682cc-3c60-4a96-a10a-6208f9b1feb0))
+ (pin "2" (uuid 1e6ec86a-e309-4766-b321-bd307498d7ce))
+ (pin "3" (uuid 540fb7a1-1f85-459a-8f10-6e20d5b2b6e9))
+ (pin "4" (uuid b9815a5f-d2be-4aaf-934d-3b8949a4596d))
+ (pin "5" (uuid 76058787-a617-4cbb-b312-f4c5c5ba573b))
+ (pin "6" (uuid 34048cdb-02a8-4586-b321-d033f0d6623c))
+ (pin "7" (uuid 1413a1d6-3d93-4c54-9507-7fc0cdd09a2c))
+ (pin "8" (uuid e44f804b-7c1d-43a9-b61d-e00427eb883e))
+ )
+
(symbol (lib_id "Device:R") (at 127.889 83.947 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid b81e87a6-cb9e-44dc-8481-c7c1fb38aaff)
@@ -2846,15 +3255,65 @@
(pin "1" (uuid 8a7c6b11-3f99-4323-be81-725a03f6d3a2))
)
- (symbol (lib_id "Power_Protection:USBLC6-2SC6") (at 265.176 57.658 270) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid e1306b3c-a04a-4852-b196-c787de28ca15)
- (property "Reference" "U3" (id 0) (at 274.32 51.181 90))
- (property "Value" "USBLC6-2SC6" (id 1) (at 276.098 48.387 90))
- (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" (id 2) (at 252.476 57.658 0)
+ (symbol (lib_id "power:GND") (at 234.188 116.586 0) (unit 1)
+ (in_bom yes) (on_board yes) (fields_autoplaced)
+ (uuid c6beba91-d5b7-4252-b062-5c2d441755ca)
+ (property "Reference" "#PWR0102" (id 0) (at 234.188 122.936 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (id 3) (at 274.066 62.738 0)
+ (property "Value" "GND" (id 1) (at 234.188 121.0294 0))
+ (property "Footprint" "" (id 2) (at 234.188 116.586 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 234.188 116.586 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 10ac50fa-9871-4a3b-b137-55850c77b72d))
+ )
+
+ (symbol (lib_id "Device:C") (at 92.583 29.21 0) (mirror y) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid c9998dc1-29eb-42df-aaf6-345834aec83c)
+ (property "Reference" "C1" (id 0) (at 91.948 26.67 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "6" (id 1) (at 91.948 31.75 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (id 2) (at 91.6178 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 92.583 29.21 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 74c91968-96e5-4310-bb3d-83328065c8d5))
+ (pin "2" (uuid 90f3c136-0fa1-4349-a024-2212b28ef436))
+ )
+
+ (symbol (lib_id "Device:Crystal") (at 98.298 25.4 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid d6f02f97-f238-4835-8a13-9ef3d4894b48)
+ (property "Reference" "Y1" (id 0) (at 98.298 18.5928 0))
+ (property "Value" "NX5032GA-8MHz" (id 1) (at 98.298 20.9042 0))
+ (property "Footprint" "Crystal:Crystal_SMD_5032-2Pin_5.0x3.2mm" (id 2) (at 98.298 25.4 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 98.298 25.4 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid db5ca27c-0a17-4720-a06e-6ceabe9f5df2))
+ (pin "2" (uuid 7d6fcce4-b753-457b-84ef-917d2d8f7ae1))
+ )
+
+ (symbol (lib_id "Power_Protection:USBLC6-2SC6") (at 204.597 59.055 270) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid e1306b3c-a04a-4852-b196-c787de28ca15)
+ (property "Reference" "U3" (id 0) (at 213.741 52.578 90))
+ (property "Value" "USBLC6-2SC6" (id 1) (at 215.519 49.784 90))
+ (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6_Handsoldering" (id 2) (at 191.897 59.055 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (id 3) (at 213.487 64.135 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid 3ceea69d-abe4-42de-bfa9-c671d2e42396))
@@ -2933,31 +3392,31 @@
(pin "1" (uuid a07997c4-bb0f-46f6-8aec-d5890f4b0b86))
)
- (symbol (lib_id "power:GND") (at 255.016 57.658 0) (unit 1)
+ (symbol (lib_id "power:GND") (at 194.437 59.055 0) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced)
(uuid ed33e386-80cb-4c54-8a5f-64c1bcf2f946)
- (property "Reference" "#PWR015" (id 0) (at 255.016 64.008 0)
+ (property "Reference" "#PWR015" (id 0) (at 194.437 65.405 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Value" "GND" (id 1) (at 255.016 62.1014 0))
- (property "Footprint" "" (id 2) (at 255.016 57.658 0)
+ (property "Value" "GND" (id 1) (at 194.437 63.4984 0))
+ (property "Footprint" "" (id 2) (at 194.437 59.055 0)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "" (id 3) (at 255.016 57.658 0)
+ (property "Datasheet" "" (id 3) (at 194.437 59.055 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid de34b2ac-bfc4-41ee-84c8-5bf509cf8377))
)
- (symbol (lib_id "Device:R") (at 258.826 67.818 90) (unit 1)
+ (symbol (lib_id "Device:R") (at 198.247 69.215 90) (unit 1)
(in_bom yes) (on_board yes)
(uuid f37e605d-c65e-40ed-8644-00a3f2965639)
- (property "Reference" "R8" (id 0) (at 258.826 69.977 90))
- (property "Value" "22" (id 1) (at 258.826 67.818 90))
- (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 258.826 69.596 90)
+ (property "Reference" "R8" (id 0) (at 198.247 71.374 90))
+ (property "Value" "22" (id 1) (at 198.247 69.215 90))
+ (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (id 2) (at 198.247 70.993 90)
(effects (font (size 1.27 1.27)) hide)
)
- (property "Datasheet" "~" (id 3) (at 258.826 67.818 0)
+ (property "Datasheet" "~" (id 3) (at 198.247 69.215 0)
(effects (font (size 1.27 1.27)) hide)
)
(pin "1" (uuid a21a84af-89a7-4b06-860d-6623c7b6f3b4))
@@ -3005,14 +3464,46 @@
(pin "2" (uuid 276d74d0-438d-4b79-b41d-d0c6fcea4656))
)
+ (symbol (lib_id "power:GND") (at 92.583 33.02 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid fae2b69f-00c1-4076-bdbc-1702e8c2e6f1)
+ (property "Reference" "#PWR0103" (id 0) (at 92.583 39.37 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Value" "GND" (id 1) (at 92.583 36.83 0))
+ (property "Footprint" "" (id 2) (at 92.583 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "" (id 3) (at 92.583 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid 83f7b58e-7de6-4c1f-b8e7-1312c546e69c))
+ )
+
+ (symbol (lib_id "Device:C") (at 104.013 29.21 0) (unit 1)
+ (in_bom yes) (on_board yes)
+ (uuid fc664109-f8be-4699-a854-f6b6b84605ed)
+ (property "Reference" "C2" (id 0) (at 104.648 26.67 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Value" "6" (id 1) (at 104.648 31.75 0)
+ (effects (font (size 1.27 1.27)) (justify left))
+ )
+ (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (id 2) (at 104.9782 33.02 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (property "Datasheet" "~" (id 3) (at 104.013 29.21 0)
+ (effects (font (size 1.27 1.27)) hide)
+ )
+ (pin "1" (uuid cd9ea385-c308-40d3-aec5-5d938146504f))
+ (pin "2" (uuid 7dd9ab2a-0659-4070-8333-634d875e9572))
+ )
+
(sheet_instances
(path "/" (page "1"))
)
(symbol_instances
- (path "/acc23618-aa54-4904-a9f4-185676919394"
- (reference "#FLG0101") (unit 1) (value "PWR_FLAG") (footprint "")
- )
(path "/ed0c03f2-cadc-4595-aa57-9ed267beb3d4"
(reference "#FLG0102") (unit 1) (value "PWR_FLAG") (footprint "")
)
@@ -3031,9 +3522,6 @@
(path "/21afcbb9-3fcd-4b90-a8fc-7679fcaa7a98"
(reference "#PWR05") (unit 1) (value "+3V3") (footprint "")
)
- (path "/596dab5f-dc2b-4882-8561-4759bc0e2cf7"
- (reference "#PWR06") (unit 1) (value "GND") (footprint "")
- )
(path "/2d4e9afb-8f37-49a6-842f-74d729e09840"
(reference "#PWR07") (unit 1) (value "GND") (footprint "")
)
@@ -3064,11 +3552,26 @@
(path "/153eb370-b202-4674-971f-4d10f8163e7a"
(reference "#PWR016") (unit 1) (value "GND") (footprint "")
)
- (path "/78d9bd94-3b9a-4d2a-9c27-c73709b0381f"
- (reference "C1") (unit 1) (value "12") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
+ (path "/4bdf2397-8c1b-4e8c-9445-9d74caf700a9"
+ (reference "#PWR0101") (unit 1) (value "+3V3") (footprint "")
)
- (path "/25ca2f10-e30e-4c20-8cbf-700182947489"
- (reference "C2") (unit 1) (value "12") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
+ (path "/c6beba91-d5b7-4252-b062-5c2d441755ca"
+ (reference "#PWR0102") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/fae2b69f-00c1-4076-bdbc-1702e8c2e6f1"
+ (reference "#PWR0103") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/b14ad5a4-505f-49a8-b712-459349e3c6cd"
+ (reference "#PWR0104") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/9671e292-4fe4-48c3-aced-e21fbe335c52"
+ (reference "#PWR0105") (unit 1) (value "GND") (footprint "")
+ )
+ (path "/c9998dc1-29eb-42df-aaf6-345834aec83c"
+ (reference "C1") (unit 1) (value "6") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
+ )
+ (path "/fc664109-f8be-4699-a854-f6b6b84605ed"
+ (reference "C2") (unit 1) (value "6") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder")
)
(path "/2bd94fbe-2228-493f-9a98-9dda0f090f37"
(reference "C3") (unit 1) (value "1u") (footprint "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder")
@@ -3095,31 +3598,31 @@
(reference "D1") (unit 1) (value "SP0504BAHT") (footprint "Package_TO_SOT_SMD:SOT-23-5")
)
(path "/16579291-b073-4d59-83c6-28649a884cc2"
- (reference "J1") (unit 1) (value "SWD") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x06_P1.00mm_Vertical")
+ (reference "J1") (unit 1) (value "SWD") (footprint "Connector_PinHeader_1.27mm:PinHeader_1x06_P1.27mm_Vertical")
)
(path "/a5775530-a18e-4f83-8d4f-2a5a128645d7"
- (reference "J2") (unit 1) (value "PV") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J2") (unit 1) (value "PV") (footprint "pins:Pin1.5x2mm")
)
(path "/32d7a2d1-54ff-4a48-a3d0-faa0089969ed"
- (reference "J3") (unit 1) (value "Ldet") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J3") (unit 1) (value "Ldet") (footprint "pins:Pin1.5x2mm")
)
(path "/4c06ffc7-8a67-444f-9554-d5e5a37b4824"
- (reference "J4") (unit 1) (value "PGnd") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J4") (unit 1) (value "PGnd") (footprint "pins:Pin1.5x2mm")
)
(path "/b4f88c82-2497-4a01-ba33-1e43542836b5"
- (reference "J5") (unit 1) (value "LV") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J5") (unit 1) (value "LV") (footprint "pins:Pin1.5x2mm")
)
(path "/aae008f9-f910-4c20-a329-804cd75c2034"
- (reference "J6") (unit 1) (value "MOSI") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J6") (unit 1) (value "MOSI") (footprint "pins:Pin1.5x2mm")
)
(path "/69811119-25b3-423f-abd3-df6254459d41"
- (reference "J7") (unit 1) (value "MISO") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J7") (unit 1) (value "MISO") (footprint "pins:Pin1.5x2mm")
)
(path "/409c86f7-616a-42f7-8a1a-16e91abd4f8c"
- (reference "J8") (unit 1) (value "SCK") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J8") (unit 1) (value "SCK") (footprint "pins:Pin1.5x2mm")
)
(path "/140fc51e-23e5-45dc-b9e0-9fa28189ba46"
- (reference "J9") (unit 1) (value "LGnd") (footprint "Connector_PinHeader_1.00mm:PinHeader_1x01_P1.00mm_Vertical")
+ (reference "J9") (unit 1) (value "LGnd") (footprint "pins:Pin1.5x2mm")
)
(path "/6349f82f-82b6-43d6-944a-a7afada78839"
(reference "J26") (unit 1) (value "5v") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x01_P2.54mm_Vertical")
@@ -3133,6 +3636,12 @@
(path "/21ee908d-fe4a-49dd-81b3-865f8d36c64a"
(reference "J37") (unit 1) (value "USB_C_Receptacle") (footprint "Connector_USB:USB_C_Receptacle_HRO_TYPE-C-31-M-12")
)
+ (path "/ac6de834-95cf-4b2d-9762-a2e846478f18"
+ (reference "JP1") (unit 1) (value "CANbus") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm")
+ )
+ (path "/8b4542df-3f54-480b-967b-98e505f600d9"
+ (reference "Q1") (unit 1) (value "DTA114Y") (footprint "Package_TO_SOT_SMD:SOT-323_SC-70_Handsoldering")
+ )
(path "/71029f1b-9e82-43c9-b0c4-8af7065673fe"
(reference "R1") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
)
@@ -3149,7 +3658,7 @@
(reference "R5") (unit 1) (value "47") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
)
(path "/2b839956-a8c9-479f-9818-2877dd954a12"
- (reference "R6") (unit 1) (value "5k1") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
+ (reference "R6") (unit 1) (value "4k7") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
)
(path "/85dfcd72-2976-4d87-9959-5aebbe7e8fe1"
(reference "R7") (unit 1) (value "22") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
@@ -3158,7 +3667,13 @@
(reference "R8") (unit 1) (value "22") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
)
(path "/0dfec3b5-9ee1-43b4-8ea0-660a4b8bc85e"
- (reference "R9") (unit 1) (value "5k1") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
+ (reference "R9") (unit 1) (value "4k7") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
+ )
+ (path "/208f1498-8203-4207-83f8-65dd57dcc286"
+ (reference "R10") (unit 1) (value "1k5") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
+ )
+ (path "/794eecad-d01e-422c-8c32-56eec85114f2"
+ (reference "R11") (unit 1) (value "4k7") (footprint "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder")
)
(path "/a7aad451-d177-4036-941b-7ff8e9fd7d3a"
(reference "U1") (unit 1) (value "STM32F103C6Tx") (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm")
@@ -3169,8 +3684,11 @@
(path "/e1306b3c-a04a-4852-b196-c787de28ca15"
(reference "U3") (unit 1) (value "USBLC6-2SC6") (footprint "Package_TO_SOT_SMD:SOT-23-6_Handsoldering")
)
- (path "/afdd32fa-80f9-46b7-be8f-c9e80564697b"
- (reference "Y1") (unit 1) (value "8MHz") (footprint "Crystal:Crystal_HC49-U_Vertical")
+ (path "/b7f9cd42-41b9-438b-9b3d-456940323433"
+ (reference "U4") (unit 1) (value "MCP2551-I-SN") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm")
+ )
+ (path "/d6f02f97-f238-4835-8a13-9ef3d4894b48"
+ (reference "Y1") (unit 1) (value "NX5032GA-8MHz") (footprint "Crystal:Crystal_SMD_5032-2Pin_5.0x3.2mm")
)
)
)
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-info-cache b/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-info-cache
index b8af0d8..5bc7cf0 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-info-cache
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-info-cache
@@ -1,85989 +1,8 @@
-20346418735116473
-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, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000C374.pdf
-SMD SMT SPST EVQP2
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP7A
-Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf
-
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQP7C
-Light Touch Switch
-
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_EVQPE1
-Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf
-
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_EVQQ2
-Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf
-
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_FSMSM
-http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English
-SPST button tactile switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_Omron_B3FS-100xP
-Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf
-Tactile Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_Omron_B3FS-101xP
-Surface Mount Tactile Switch for High-Density Mounting, 4.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf
-Tactile Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_Omron_B3FS-105xP
-Surface Mount Tactile Switch for High-Density Mounting, 7.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf
-Tactile Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS645
-C&K Components SPST SMD PTS645 Series 6mm Tact Switch
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_PTS810
-C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08
-Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf
-SMD SMT SPST EVQPL EVQPT
-0
-6
-3
-Button_Switch_SMD
-SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15
-Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf
-SMD SMT SPST EVQPL EVQPT
-0
-6
-3
-Button_Switch_SMD
-SW_SPST_REED_CT05-XXXX-G1
-Coto Technologies SPST Reed Switch CT05-XXXX-G1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT05-XXXX-J1
-Coto Technologies SPST Reed Switch CT05-XXXX-J1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G1
-Coto Technologies SPST Reed Switch CT10-XXXX-G1
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G2
-Coto Technologies SPST Reed Switch CT10-XXXX-G2
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_REED_CT10-XXXX-G4
-Coto Technologies SPST Reed Switch CT10-XXXX-G4
-Coto Reed SPST Switch
-0
-2
-2
-Button_Switch_SMD
-SW_SPST_SKQG_WithStem
-ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_SKQG_WithoutStem
-ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html
-SPST Button Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305A
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305B
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3305C
-https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf
-TL3305 Series Tact Switch
-0
-4
-2
-Button_Switch_SMD
-SW_SPST_TL3342
-Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf
-SPST Tactile Switch
-0
-4
-2
-Button_Switch_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_2P1T_Toggle_CK_PVA1xxH1xxxxxxV2
-momentary / push-push button, h=17.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH2xxxxxxV2
-momentary / push-push button, h=23mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH3xxxxxxV2
-momentary / push-push button, h=20.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P1T_Toggle_CK_PVA1xxH4xxxxxxV2
-momentary / push-push button, h=15mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA1 DPST
-0
-4
-4
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2OAH5xxxxxxV2
-momentary / push-push button, h=13mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH1xxxxxxV2
-momentary / push-push button, h=17.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH2xxxxxxV2
-momentary / push-push button, h=23mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH3xxxxxxV2
-momentary / push-push button, h=20.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Toggle_CK_PVA2xxH4xxxxxxV2
-momentary / push-push button, h=15mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf
-tact sw push PVA2 DPDT
-0
-6
-6
-Button_Switch_THT
-SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6
- right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf
-IP67 ultra-miniture horizontal
-0
-8
-6
-Button_Switch_THT
-SW_Slide_1P2T_CK_OS102011MS2Q
-CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf
-switch SPDT
-0
-5
-3
-Button_Switch_THT
-SW_TH_Tactile_Omron_B3F-10xx
-SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf
-Omron B3F-10xx
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_SKHH_Angled
-tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html
-tactile switch 6mm ALPS SKHH right angle
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_SPST_Angled_PTS645Vx31-2LFS
-tactile switch SPST right angle, PTS645VL31-2 LFS
-tactile switch SPST angled PTS645VL31-2 LFS C&K Button
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_SPST_Angled_PTS645Vx39-2LFS
-tactile switch SPST right angle, PTS645VL39-2 LFS
-tactile switch SPST angled PTS645VL39-2 LFS C&K Button
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_SPST_Angled_PTS645Vx58-2LFS
-tactile switch SPST right angle, PTS645VL58-2 LFS
-tactile switch SPST angled PTS645VL58-2 LFS C&K Button
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_SPST_Angled_PTS645Vx83-2LFS
-tactile switch SPST right angle, PTS645VL83-2 LFS
-tactile switch SPST angled PTS645VL83-2 LFS C&K Button
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_Straight_KSA0Axx1LFTR
-SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf
-SW PUSH SMALL Tactile C&K
-0
-4
-2
-Button_Switch_THT
-SW_Tactile_Straight_KSL0Axx1LFTR
-SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf
-SW PUSH SMALL Tactile C&K
-0
-4
-2
-Buzzer_Beeper
-Buzzer_12x9.5RM7.6
-Generic Buzzer, D12mm height 9.5mm with RM7.6mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_15x7.5RM7.6
-Generic Buzzer, D15mm height 7.5mm with RM7.6mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_CUI_CPT-9019S-SMT
-https://www.cui.com/product/resource/cpt-9019s-smt.pdf
-buzzer piezo
-0
-2
-2
-Buzzer_Beeper
-Buzzer_D14mm_H7mm_P10mm
-Generic Buzzer, D14mm height 7mm with pitch 10mm
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Mallory_AST1109MLTRQ
-Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST1109MLTRQ.pdf
-buzzer piezo
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Mallory_AST1240MLQ
-Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST12140MLQ.pdf
-piezo buzzer
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Murata_PKLCS1212E
-Murata Buzzer https://www.murata.com/~/media/webrenewal/support/library/catalog/products/sound/p37e.ashx
-Murata Buzzer Beeper
-0
-2
-2
-Buzzer_Beeper
-Buzzer_Murata_PKMCS0909E
-Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1
-Murata Buzzer Beeper
-0
-2
-2
-Buzzer_Beeper
-Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm
-Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf
-buzzer
-0
-2
-2
-Buzzer_Beeper
-Indicator_PUI_AI-1440-TWT-24V-2-R
-14mm Indicator, https://www.puiaudio.com/media/SpecSheet/AI-1440-TWT-24V-2-R.pdf
-piezo buzzer self drive oscillator
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_CUI_CMT-8504-100-SMT
-magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf
-CMT 8504
-0
-4
-4
-Buzzer_Beeper
-MagneticBuzzer_CUI_CST-931RP-A
-CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf
-CST-931RP-A
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_Kingstate_KCG0601
-Buzzer, Elektromagnetic Beeper, Summer,
-Kingstate KCG0601
-0
-2
-2
-Buzzer_Beeper
-MagneticBuzzer_Kobitone_254-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, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 22mm height 40mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D22.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=24mm, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 24mm height 40mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D24.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=25mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 25mm height 45mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D25.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=26mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 26mm height 45mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D26.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=30mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 30mm height 45mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D30.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=35mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 35mm height 50mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D35.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=40mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 40mm height 50mm Electrolytic Capacitor
-0
-3
-2
-Capacitor_THT
-CP_Radial_D40.0mm_P10.00mm_SnapIn
-CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D4.5mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D4.5mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D5.0mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D5.0mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D5.5mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D5.5mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D6.0mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D6.0mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D7.0mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D7.0mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D8.0mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D8.0mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D9.0mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D9.0mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D10.5mm_P2.50mm
-CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-CP_Radial_Tantal_D10.5mm_P5.00mm
-CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf
-CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm
-0
-2
-2
-Capacitor_THT
-C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal
-C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf
-C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm
-0
-2
-2
-Capacitor_THT
-C_Disc_D3.0mm_W1.6mm_P2.50mm
-C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D3.0mm_W2.0mm_P2.50mm
-C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor
-C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D3.4mm_W2.1mm_P2.50mm
-C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D3.8mm_W2.6mm_P2.50mm
-C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D4.3mm_W1.9mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D4.7mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D5.0mm_W2.5mm_P2.50mm
-C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D5.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D5.1mm_W3.2mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf
-C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D6.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D6.0mm_W4.4mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor
-C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.5mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.5mm_W4.4mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor
-C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.5mm_W5.0mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.5mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D7.5mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D8.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D8.0mm_W5.0mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D8.0mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D8.0mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D9.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D9.0mm_W5.0mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D9.0mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D9.0mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D10.0mm_W2.5mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf
-C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D10.5mm_W5.0mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D10.5mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D10.5mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D11.0mm_W5.0mm_P5.00mm
-C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D11.0mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D11.0mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D12.0mm_W4.4mm_P7.75mm
-C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor
-C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D12.5mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D12.5mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D14.5mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D14.5mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D16.0mm_W5.0mm_P7.50mm
-C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Disc_D16.0mm_W5.0mm_P10.00mm
-C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf
-C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D4.0mm_H5.0mm_P1.50mm
-C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D4.0mm_H7.0mm_P1.50mm
-C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D5.0mm_H5.0mm_P2.00mm
-C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D5.0mm_H7.0mm_P2.00mm
-C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D5.0mm_H11.0mm_P2.00mm
-C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D6.3mm_H5.0mm_P2.50mm
-C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D6.3mm_H7.0mm_P2.50mm
-C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D6.3mm_H11.0mm_P2.50mm
-C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D8.0mm_H7.0mm_P3.50mm
-C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D8.0mm_H11.5mm_P3.50mm
-C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D10.0mm_H12.5mm_P5.00mm
-C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D10.0mm_H16.0mm_P5.00mm
-C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D10.0mm_H20.0mm_P5.00mm
-C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D12.5mm_H20.0mm_P5.00mm
-C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D12.5mm_H25.0mm_P5.00mm
-C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D16.0mm_H25.0mm_P7.50mm
-C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D16.0mm_H31.5mm_P7.50mm
-C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Radial_D18.0mm_H35.5mm_P7.50mm
-C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor
-C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.0mm_W2.5mm_P2.50mm
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor
-C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf
-C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf
-C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf
-C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf
-C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02
-C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf
-C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W2.0mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W2.5mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm
-C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor
-C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor
-0
-4
-2
-Capacitor_THT
-C_Rect_L7.0mm_W3.5mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W4.5mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W6.0mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.0mm_W6.5mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf
-C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L7.5mm_W6.5mm_P5.00mm
-C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm
-C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor
-C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor
-0
-4
-2
-Capacitor_THT
-C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4
-C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm
-C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor
-C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor
-0
-4
-2
-Capacitor_THT
-C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4
-C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf
-C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4
-C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L27.0mm_W9.0mm_P22.00mm
-C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor
-C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L27.0mm_W9.0mm_P23.00mm
-C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor
-C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L27.0mm_W11.0mm_P22.00mm
-C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor
-C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4
-C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf
-C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L32.0mm_W15.0mm_P27.00mm
-C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor
-C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4
-C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor
-0
-2
-2
-Capacitor_THT
-C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4
-C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf
-C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor
-0
-2
-2
-Capacitor_THT
-DX_5R5HxxxxU_D11.5mm_P10.00mm
-CP, Radial series, Radial, pin pitch=10.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf
-CP Radial series Radial pin pitch 10.00mm diameter 11.5mm supercapacitor
-0
-2
-2
-Capacitor_THT
-DX_5R5VxxxxU_D11.5mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf
-CP Radial series Radial pin pitch 5.00mm diameter 11.5mm supercapacitor
-0
-2
-2
-Capacitor_THT
-DX_5R5VxxxxU_D19.0mm_P5.00mm
-CP, Radial series, Radial, pin pitch=5.00mm, diameter=19mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf
-CP Radial series Radial pin pitch 5.00mm diameter 19mm supercapacitor
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-1608-08_AVX-J
-Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder
-Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-1608-10_AVX-L
-Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder
-Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-2012-12_Kemet-R
-Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder
-Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-2012-15_AVX-P
-Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder
-Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-10_Kemet-I
-Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-12_Kemet-S
-Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-18_Kemet-A
-Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-12_Kemet-T
-Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-15_AVX-H
-Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder
-Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-21_Kemet-B
-Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-15_Kemet-U
-Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-20_AVX-F
-Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder
-Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-28_Kemet-C
-Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder
-Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7132-20_AVX-U
-Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7132-20_AVX-U_Pad2.72x3.50mm_HandSolder
-Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7132-28_AVX-C
-Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7132-28_AVX-C_Pad2.72x3.50mm_HandSolder
-Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-15_AVX-R
-Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-15_AVX-R_Pad2.68x6.30mm_HandSolder
-Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-20_AVX-M
-Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-20_AVX-M_Pad2.68x6.30mm_HandSolder
-Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-28_AVX-M
-Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-28_AVX-M_Pad2.68x6.30mm_HandSolder
-Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-38_AVX-R
-Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7260-38_AVX-R_Pad2.68x6.30mm_HandSolder
-Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-15_Kemet-W
-Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-20_Kemet-V
-Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-30_AVX-N
-Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-31_Kemet-D
-Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-40_Kemet-Y
-Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-43_Kemet-X
-Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder
-Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7360-38_Kemet-E
-Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder
-Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7361-38_AVX-V
-Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder
-Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7361-438_AVX-U
-Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Capacitor_Tantalum_SMD
-CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder
-Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator
-capacitor tantalum
-0
-2
-2
-Connector
-Banana_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-3523N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3524N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3525N_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf
-TRS audio jack stereo horizontal
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3533NG_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles
-TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal circular
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3535NG_Horizontal
-TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles
-TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf
-TRS audio jack stereo horizontal circular
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_Ledino_KB3SPRS_Horizontal
-https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf
-jack stereo TRS
-0
-5
-5
-Connector_Audio
-Jack_3.5mm_Lumberg_1503_07_Horizontal
-TRS 3.5mm, horizontal, through-hole, https://downloads.lumberg.com/datenblaetter/en/1503_07.pdf
-TRS audio jack horizontal
-0
-4
-3
-Connector_Audio
-Jack_3.5mm_PJ311_Horizontal
-PJ311 6pin SMD 3.5mm stereo headphones jack.
-headphones jack plug stereo 3.5mm PJ311
-0
-6
-6
-Connector_Audio
-Jack_3.5mm_PJ320D_Horizontal
-Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html)
-3.5mm jack mic microphone phones headphones 4pins audio plug
-0
-4
-4
-Connector_Audio
-Jack_3.5mm_PJ320E_Horizontal
-Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html)
-3.5mm jack mic microphone phones headphones 4pins audio plug
-0
-5
-4
-Connector_Audio
-Jack_3.5mm_PJ31060-I_Horizontal
-PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html)
-headphones jack plug stereo 3.5mm PJ31060-I PJ31060
-0
-6
-6
-Connector_Audio
-Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles
-TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html)
-WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu
-0
-3
-3
-Connector_Audio
-Jack_3.5mm_Switronic_ST-005-G_horizontal
-3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf
-Connector Audio Switronic ST-005-G
-0
-4
-3
-Connector_Audio
-Jack_3.5mm_Technik_TWP-3002_Horizontal
-3.5mm Horizontal Waterproof Stereo Headphones Jack, https://www.technik.com.hk/images/pdf_product/WP3002-PA66-A.pdf
-audio jack stereo horizontal waterproof
-0
-7
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ2FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v
-neutrik jack vertical
-0
-2
-2
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ3FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v
-neutrik jack vertical
-0
-3
-3
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ5FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v
-neutrik jack vertical
-0
-5
-5
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ6FD-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v
-neutrik jack vertical
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NJ6TB-V_Vertical
-6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v
-neutrik jack vertical
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal
-M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2
-neutrik jack m
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal
-M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2
-neutrik jack m
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HF_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ4HH_Horizontal
-Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh
-neutrik jack slim
-0
-4
-4
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HF_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HH_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre
-neutrik jack slim
-0
-6
-5
-Connector_Audio
-Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal
-Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1
-neutrik jack slim
-0
-6
-6
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ8HC_Horizontal
-Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc
-neutrik jack stacking
-0
-9
-9
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ8HL_Horizontal
-Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl
-neutrik jack stacking
-0
-9
-9
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HC_Horizontal
-Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal
-Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal
-Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_6.35mm_Neutrik_NSJ12HL_Horizontal
-Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl
-neutrik jack stacking
-0
-13
-13
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v
-neutrik jack combo i
-0
-6
-6
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical
-Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v
-neutrik jack combo a
-0
-8
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v
-neutrik jack combo i
-0
-7
-7
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v
-neutrik jack combo i
-0
-10
-10
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical
-Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v
-neutrik jack combo i
-0
-11
-11
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH1_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH2_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAH_Horizontal
-AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV-0_Vertical
-AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1-0_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV1_Vertical
-AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV2-0_Vertical
-AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV2_Vertical
-AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAAV_Vertical
-AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH2_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHL1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR1_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAHR2_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAH_Horizontal
-A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1-DA_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV1_Vertical
-A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2-0_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2-DA_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV2_Vertical
-A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2
-neutrik xlr a
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FAV_Vertical
-A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav
-neutrik xlr a
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-B_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1-E_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH1_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-B_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2-E_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBH2_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBHL1_Horizontal
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-0_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-B_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1-DA_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV1_Vertical
-B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1
-neutrik xlr b
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-B_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-DA_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2-SW_Vertical
-B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw
-neutrik xlr b
-0
-7
-7
-Connector_Audio
-Jack_XLR_Neutrik_NC3FBV2_Vertical
-B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2
-neutrik xlr b
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH-0_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH-1_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAH_Horizontal
-AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV-0_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV-1_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1
-neutrik xlr aa
-0
-3
-3
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAAV_Vertical
-AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav
-neutrik xlr aa
-0
-4
-4
-Connector_Audio
-Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal
-A Series, Chassis connector H female (A series layout), 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-A516xx-30
-Compact Flash Card connector, polarization inverse (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf)
-connector cf
-0
-54
-50
-Connector_Card
-CF-Card_3M_N7E50-E516xx-30
-Compact Flash Card connector, normal polarization (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf)
-connector cf
-0
-54
-50
-Connector_Card
-SD_Hirose_DM1AA_SF_PEJ82
-SD, SMD, top-mount, push-push (https://www.hirose.com/product/document?clcode=CL0609-0004-8-82&productname=DM1AA-SF-PEJ(82)&series=DM1&documenttype=2DDrawing&lang=en&documentid=0000915301)
-SD card connector
-0
-16
-13
-Connector_Card
-SD_Kyocera_145638009211859+
-SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638009511859+
-SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638109211859+
-SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_Kyocera_145638109511859+
-SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf)
-sd card smt
-0
-13
-13
-Connector_Card
-SD_TE_2041021
-SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4)
-sd card
-0
-15
-12
-Connector_Card
-microSD_HC_Hirose_DM3AT-SF-PEJM5
-Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=)
-Micro SD
-0
-14
-11
-Connector_Card
-microSD_HC_Hirose_DM3BT-DSF-PEJS
-Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=)
-Micro SD
-0
-16
-11
-Connector_Card
-microSD_HC_Hirose_DM3D-SF
-Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf)
-Micro SD
-0
-14
-11
-Connector_Card
-microSD_HC_Molex_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-143_Horizontal
- Amphenol RF 901-143 https://www.amphenolrf.com/library/download/link/link_id/585682
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_901-144_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf
-SMA THT Female Jack Vertical
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-10_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf
-SMA SMD Female Jack Vertical
-0
-3
-2
-Connector_Coaxial
-SMA_Amphenol_132134-11_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-14_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134-16_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132134_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf
-SMA THT Female Jack Vertical ExtendedLegs
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132203-12_Horizontal
-https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf
-SMA THT Female Jack Horizontal
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132289_EdgeMount
-http://www.amphenolrf.com/132289.html
-SMA
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132291-12_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf
-SMA THT Female Jack Vertical Bulkhead
-0
-5
-2
-Connector_Coaxial
-SMA_Amphenol_132291_Vertical
-https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf
-SMA THT Female Jack Vertical Bulkhead
-0
-5
-2
-Connector_Coaxial
-SMA_Molex_73251-1153_EdgeMount_Horizontal
-Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf)
-sma edge
-0
-11
-2
-Connector_Coaxial
-SMA_Molex_73251-2120_EdgeMount_Horizontal
-Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf)
-sma edge
-0
-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_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_A_Molex_208658-1001_Horizontal
-HDMI Molex Type A https://www.molex.com/pdm_docs/sd/2086581001_sd.pdf
-HDMI Molex Type A
-0
-23
-20
-Connector_HDMI
-HDMI_Micro-D_Molex_46765-0x01
-HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf)
-hdmi micro type d right angle smd
-0
-23
-20
-Connector_HDMI
-HDMI_Micro-D_Molex_46765-1x01
-HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf)
-hdmi micro type d right angle tht
-0
-23
-20
-Connector_HDMI
-HDMI_Micro-D_Molex_46765-2x0x
-HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf)
-hdmi micro type d right angle tht smd hybrid
-0
-23
-20
-Connector_Harting
-Harting_har-flexicon_14110213001xxx_1x02-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-4
-3
-Connector_Harting
-Harting_har-flexicon_14110213002xxx_1x02-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-4
-3
-Connector_Harting
-Harting_har-flexicon_14110213010xxx_1x02-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-4
-3
-Connector_Harting
-Harting_har-flexicon_14110313001xxx_1x03-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110313001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-5
-4
-Connector_Harting
-Harting_har-flexicon_14110313002xxx_1x03-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110313002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-5
-4
-Connector_Harting
-Harting_har-flexicon_14110313010xxx_1x03-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110313010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-5
-4
-Connector_Harting
-Harting_har-flexicon_14110413001xxx_1x04-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110413001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-6
-5
-Connector_Harting
-Harting_har-flexicon_14110413002xxx_1x04-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110413002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-6
-5
-Connector_Harting
-Harting_har-flexicon_14110413010xxx_1x04-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110413010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-6
-5
-Connector_Harting
-Harting_har-flexicon_14110513001xxx_1x05-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110513001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-7
-6
-Connector_Harting
-Harting_har-flexicon_14110513002xxx_1x05-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110513002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-7
-6
-Connector_Harting
-Harting_har-flexicon_14110513010xxx_1x05-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110513010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-7
-6
-Connector_Harting
-Harting_har-flexicon_14110613001xxx_1x06-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110613001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-8
-7
-Connector_Harting
-Harting_har-flexicon_14110613002xxx_1x06-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110613002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-8
-7
-Connector_Harting
-Harting_har-flexicon_14110613010xxx_1x06-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110613010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-8
-7
-Connector_Harting
-Harting_har-flexicon_14110713001xxx_1x07-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110713001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-9
-8
-Connector_Harting
-Harting_har-flexicon_14110713002xxx_1x07-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110713002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-9
-8
-Connector_Harting
-Harting_har-flexicon_14110713010xxx_1x07-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110713010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-9
-8
-Connector_Harting
-Harting_har-flexicon_14110813001xxx_1x08-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110813001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-10
-9
-Connector_Harting
-Harting_har-flexicon_14110813002xxx_1x08-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110813002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-10
-9
-Connector_Harting
-Harting_har-flexicon_14110813010xxx_1x08-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110813010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-10
-9
-Connector_Harting
-Harting_har-flexicon_14110913001xxx_1x09-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14110913001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-11
-10
-Connector_Harting
-Harting_har-flexicon_14110913002xxx_1x09-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110913002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-11
-10
-Connector_Harting
-Harting_har-flexicon_14110913010xxx_1x09-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14110913010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-11
-10
-Connector_Harting
-Harting_har-flexicon_14111013001xxx_1x10-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14111013001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-12
-11
-Connector_Harting
-Harting_har-flexicon_14111013002xxx_1x10-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111013002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-12
-11
-Connector_Harting
-Harting_har-flexicon_14111013010xxx_1x10-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111013010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-12
-11
-Connector_Harting
-Harting_har-flexicon_14111113001xxx_1x11-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14111113001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-13
-12
-Connector_Harting
-Harting_har-flexicon_14111113002xxx_1x11-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111113002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-13
-12
-Connector_Harting
-Harting_har-flexicon_14111113010xxx_1x11-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111113010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-13
-12
-Connector_Harting
-Harting_har-flexicon_14111213001xxx_1x12-MP_P2.54mm_Vertical
-Harting har-flexicon series connector, 14111213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon vertical
-0
-14
-13
-Connector_Harting
-Harting_har-flexicon_14111213002xxx_1x12-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-14
-13
-Connector_Harting
-Harting_har-flexicon_14111213010xxx_1x12-MP_P2.54mm_Horizontal
-Harting har-flexicon series connector, 14111213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator
-connector Harting har-flexicon horizontal
-0
-14
-13
-Connector_Harwin
-Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical
-Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X
-connector harwin gecko
-0
-6
-6
-Connector_Harwin
-Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical
-Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X
-connector harwin gecko
-0
-10
-10
-Connector_Harwin
-Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical
-Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X
-connector harwin gecko
-0
-12
-12
-Connector_Harwin
-Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical
-Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X
-connector harwin gecko
-0
-16
-16
-Connector_Harwin
-Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical
-Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X
-connector harwin gecko
-0
-20
-20
-Connector_Harwin
-Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical
-Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X
-connector harwin gecko
-0
-26
-26
-Connector_Harwin
-Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical
-Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X
-connector harwin gecko
-0
-34
-34
-Connector_Harwin
-Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical
-Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X
-connector harwin gecko
-0
-50
-50
-Connector_Harwin
-Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical
-Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X
-connector harwin gecko
-0
-6
-6
-Connector_Harwin
-Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical
-Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X
-connector harwin gecko
-0
-6
-6
-Connector_Harwin
-Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical
-Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X
-connector harwin gecko
-0
-10
-10
-Connector_Harwin
-Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical
-Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X
-connector harwin gecko
-0
-10
-10
-Connector_Harwin
-Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical
-Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X
-connector harwin gecko
-0
-12
-12
-Connector_Harwin
-Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical
-Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X
-connector harwin gecko
-0
-12
-12
-Connector_Harwin
-Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical
-Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X
-connector harwin gecko
-0
-16
-16
-Connector_Harwin
-Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical
-Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X
-connector harwin gecko
-0
-16
-16
-Connector_Harwin
-Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical
-Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X
-connector harwin gecko
-0
-20
-20
-Connector_Harwin
-Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical
-Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X
-connector harwin gecko
-0
-20
-20
-Connector_Harwin
-Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical
-Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X
-connector harwin gecko
-0
-26
-26
-Connector_Harwin
-Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical
-Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X
-connector harwin gecko
-0
-26
-26
-Connector_Harwin
-Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical
-Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X
-connector harwin gecko
-0
-34
-34
-Connector_Harwin
-Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical
-Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X
-connector harwin gecko
-0
-34
-34
-Connector_Harwin
-Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical
-Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X
-connector harwin gecko
-0
-50
-50
-Connector_Harwin
-Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical
-Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X
-connector harwin gecko
-0
-50
-50
-Connector_Harwin
-Harwin_LTek-Male_02_P2.00mm_Vertical
-Harwin LTek Connector, 2 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-2
-2
-Connector_Harwin
-Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-6
-2
-Connector_Harwin
-Harwin_LTek-Male_2x02_P2.00mm_Vertical
-Harwin LTek Connector, 4 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-4
-4
-Connector_Harwin
-Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-8
-4
-Connector_Harwin
-Harwin_LTek-Male_2x03_P2.00mm_Vertical
-Harwin LTek Connector, 6 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-6
-6
-Connector_Harwin
-Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-10
-6
-Connector_Harwin
-Harwin_LTek-Male_2x04_P2.00mm_Vertical
-Harwin LTek Connector, 8 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-8
-8
-Connector_Harwin
-Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-12
-8
-Connector_Harwin
-Harwin_LTek-Male_2x05_P2.00mm_Vertical
-Harwin LTek Connector, 10 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-10
-10
-Connector_Harwin
-Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-14
-10
-Connector_Harwin
-Harwin_LTek-Male_2x06_P2.00mm_Vertical
-Harwin LTek Connector, 12 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-12
-12
-Connector_Harwin
-Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-16
-12
-Connector_Harwin
-Harwin_LTek-Male_2x07_P2.00mm_Vertical
-Harwin LTek Connector, 14 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-14
-14
-Connector_Harwin
-Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-18
-14
-Connector_Harwin
-Harwin_LTek-Male_2x08_P2.00mm_Vertical
-Harwin LTek Connector, 16 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-16
-16
-Connector_Harwin
-Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-20
-16
-Connector_Harwin
-Harwin_LTek-Male_2x09_P2.00mm_Vertical
-Harwin LTek Connector, 18 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-18
-18
-Connector_Harwin
-Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-22
-18
-Connector_Harwin
-Harwin_LTek-Male_2x10_P2.00mm_Vertical
-Harwin LTek Connector, 20 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-20
-20
-Connector_Harwin
-Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-24
-20
-Connector_Harwin
-Harwin_LTek-Male_2x13_P2.00mm_Vertical
-Harwin LTek Connector, 26 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-26
-26
-Connector_Harwin
-Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-30
-26
-Connector_Harwin
-Harwin_LTek-Male_2x17_P2.00mm_Vertical
-Harwin LTek Connector, 34 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-34
-34
-Connector_Harwin
-Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-38
-34
-Connector_Harwin
-Harwin_LTek-Male_2x22_P2.00mm_Vertical
-Harwin LTek Connector, 44 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-44
-44
-Connector_Harwin
-Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-48
-44
-Connector_Harwin
-Harwin_LTek-Male_03_P2.00mm_Vertical
-Harwin LTek Connector, 3 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-3
-3
-Connector_Harwin
-Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-7
-3
-Connector_Harwin
-Harwin_LTek-Male_04_P2.00mm_Vertical
-Harwin LTek Connector, 4 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-4
-4
-Connector_Harwin
-Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-8
-4
-Connector_Harwin
-Harwin_LTek-Male_05_P2.00mm_Vertical
-Harwin LTek Connector, 5 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-5
-5
-Connector_Harwin
-Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-9
-5
-Connector_Harwin
-Harwin_LTek-Male_06_P2.00mm_Vertical
-Harwin LTek Connector, 6 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-6
-6
-Connector_Harwin
-Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-10
-6
-Connector_Harwin
-Harwin_LTek-Male_07_P2.00mm_Vertical
-Harwin LTek Connector, 7 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-7
-7
-Connector_Harwin
-Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-11
-7
-Connector_Harwin
-Harwin_LTek-Male_17_P2.00mm_Vertical
-Harwin LTek Connector, 17 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-17
-17
-Connector_Harwin
-Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-21
-17
-Connector_Harwin
-Harwin_LTek-Male_22_P2.00mm_Vertical
-Harwin LTek Connector, 22 pins, single row male, vertical entry
-connector harwin ltek M80
-0
-22
-22
-Connector_Harwin
-Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief
-Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip
-connector harwin ltek M80
-0
-26
-22
-Connector_Harwin
-Harwin_M20-89003xx_1x03_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-4
-3
-Connector_Harwin
-Harwin_M20-89004xx_1x04_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-5
-4
-Connector_Harwin
-Harwin_M20-89005xx_1x05_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-6
-5
-Connector_Harwin
-Harwin_M20-89006xx_1x06_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-7
-6
-Connector_Harwin
-Harwin_M20-89007xx_1x07_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-8
-7
-Connector_Harwin
-Harwin_M20-89008xx_1x08_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-9
-8
-Connector_Harwin
-Harwin_M20-89009xx_1x09_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-10
-9
-Connector_Harwin
-Harwin_M20-89010xx_1x10_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-11
-10
-Connector_Harwin
-Harwin_M20-89011xx_1x11_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-12
-11
-Connector_Harwin
-Harwin_M20-89012xx_1x12_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-13
-12
-Connector_Harwin
-Harwin_M20-89013xx_1x13_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-14
-13
-Connector_Harwin
-Harwin_M20-89014xx_1x14_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-15
-14
-Connector_Harwin
-Harwin_M20-89015xx_1x15_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-16
-15
-Connector_Harwin
-Harwin_M20-89016xx_1x16_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-17
-16
-Connector_Harwin
-Harwin_M20-89017xx_1x17_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-18
-17
-Connector_Harwin
-Harwin_M20-89018xx_1x18_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-19
-18
-Connector_Harwin
-Harwin_M20-89019xx_1x19_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-20
-19
-Connector_Harwin
-Harwin_M20-89020xx_1x20_P2.54mm_Horizontal
-Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator
-connector Harwin M20-890 horizontal
-0
-21
-20
-Connector_Harwin
-Harwin_M20-7810245_2x02_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-4
-4
-Connector_Harwin
-Harwin_M20-7810345_2x03_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-6
-6
-Connector_Harwin
-Harwin_M20-7810445_2x04_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-8
-8
-Connector_Harwin
-Harwin_M20-7810545_2x05_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-10
-10
-Connector_Harwin
-Harwin_M20-7810645_2x06_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-12
-12
-Connector_Harwin
-Harwin_M20-7810745_2x07_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-14
-14
-Connector_Harwin
-Harwin_M20-7810845_2x08_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-16
-16
-Connector_Harwin
-Harwin_M20-7810945_2x09_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-18
-18
-Connector_Harwin
-Harwin_M20-7811045_2x10_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-20
-20
-Connector_Harwin
-Harwin_M20-7811245_2x12_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-24
-24
-Connector_Harwin
-Harwin_M20-7811545_2x15_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-30
-30
-Connector_Harwin
-Harwin_M20-7812045_2x20_P2.54mm_Vertical
-Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator
-connector Harwin M20 side entry
-0
-40
-40
-Connector_Hirose
-Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical
-Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1)
-connector Hirose BM24 40pin header
-0
-44
-42
-Connector_Hirose
-Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical
-Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1)
-connector Hirose 40pin receptacle vertical
-0
-42
-42
-Connector_Hirose
-Hirose_DF3EA-02P-2H_1x02-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-02P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-4
-3
-Connector_Hirose
-Hirose_DF3EA-03P-2H_1x03-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-03P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-5
-4
-Connector_Hirose
-Hirose_DF3EA-04P-2H_1x04-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-04P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-6
-5
-Connector_Hirose
-Hirose_DF3EA-05P-2H_1x05-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-05P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-7
-6
-Connector_Hirose
-Hirose_DF3EA-06P-2H_1x06-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-06P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-8
-7
-Connector_Hirose
-Hirose_DF3EA-07P-2H_1x07-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-07P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-9
-8
-Connector_Hirose
-Hirose_DF3EA-08P-2H_1x08-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-08P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-10
-9
-Connector_Hirose
-Hirose_DF3EA-09P-2H_1x09-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-09P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-11
-10
-Connector_Hirose
-Hirose_DF3EA-10P-2H_1x10-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-10P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-12
-11
-Connector_Hirose
-Hirose_DF3EA-11P-2H_1x11-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-11P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-13
-12
-Connector_Hirose
-Hirose_DF3EA-12P-2H_1x12-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-12P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-14
-13
-Connector_Hirose
-Hirose_DF3EA-13P-2H_1x13-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-13P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-15
-14
-Connector_Hirose
-Hirose_DF3EA-14P-2H_1x14-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-14P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-16
-15
-Connector_Hirose
-Hirose_DF3EA-15P-2H_1x15-1MP_P2.00mm_Horizontal
-Hirose series connector, DF3EA-15P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-17
-16
-Connector_Hirose
-Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-4
-4
-Connector_Hirose
-Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-6
-6
-Connector_Hirose
-Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-8
-8
-Connector_Hirose
-Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-10
-10
-Connector_Hirose
-Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-12
-12
-Connector_Hirose
-Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-14
-14
-Connector_Hirose
-Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-16
-16
-Connector_Hirose
-Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-18
-18
-Connector_Hirose
-Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-20
-20
-Connector_Hirose
-Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-22
-22
-Connector_Hirose
-Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-24
-24
-Connector_Hirose
-Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-26
-26
-Connector_Hirose
-Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-28
-28
-Connector_Hirose
-Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-30
-30
-Connector_Hirose
-Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical
-Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator
-connector Hirose DF11 vertical
-0
-32
-32
-Connector_Hirose
-Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-20
-10
-Connector_Hirose
-Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-28
-14
-Connector_Hirose
-Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-40
-20
-Connector_Hirose
-Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-60
-30
-Connector_Hirose
-Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-64
-32
-Connector_Hirose
-Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-72
-36
-Connector_Hirose
-Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-80
-40
-Connector_Hirose
-Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-100
-50
-Connector_Hirose
-Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical
-Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-120
-60
-Connector_Hirose
-Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-20
-10
-Connector_Hirose
-Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-28
-14
-Connector_Hirose
-Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-40
-20
-Connector_Hirose
-Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-60
-30
-Connector_Hirose
-Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-64
-32
-Connector_Hirose
-Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-72
-36
-Connector_Hirose
-Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-80
-40
-Connector_Hirose
-Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-100
-50
-Connector_Hirose
-Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-120
-60
-Connector_Hirose
-Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical
-Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator
-connector Hirose DF12 vertical
-0
-160
-80
-Connector_Hirose
-Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-2
-2
-Connector_Hirose
-Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-2
-2
-Connector_Hirose
-Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-3
-3
-Connector_Hirose
-Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-3
-3
-Connector_Hirose
-Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-4
-4
-Connector_Hirose
-Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-4
-4
-Connector_Hirose
-Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-5
-5
-Connector_Hirose
-Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-5
-5
-Connector_Hirose
-Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-6
-6
-Connector_Hirose
-Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-6
-6
-Connector_Hirose
-Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-7
-7
-Connector_Hirose
-Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-7
-7
-Connector_Hirose
-Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-8
-8
-Connector_Hirose
-Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-8
-8
-Connector_Hirose
-Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-9
-9
-Connector_Hirose
-Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-9
-9
-Connector_Hirose
-Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-10
-10
-Connector_Hirose
-Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-10
-10
-Connector_Hirose
-Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-11
-11
-Connector_Hirose
-Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-11
-11
-Connector_Hirose
-Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-12
-12
-Connector_Hirose
-Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-12
-12
-Connector_Hirose
-Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-13
-13
-Connector_Hirose
-Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-14
-14
-Connector_Hirose
-Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-14
-14
-Connector_Hirose
-Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical
-Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator
-connector Hirose DF13 vertical
-0
-15
-15
-Connector_Hirose
-Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal
-Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator
-connector Hirose DF13 horizontal
-0
-15
-15
-Connector_Hirose
-Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-4
-3
-Connector_Hirose
-Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-5
-4
-Connector_Hirose
-Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-6
-5
-Connector_Hirose
-Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-7
-6
-Connector_Hirose
-Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-8
-7
-Connector_Hirose
-Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-9
-8
-Connector_Hirose
-Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-10
-9
-Connector_Hirose
-Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-11
-10
-Connector_Hirose
-Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-12
-11
-Connector_Hirose
-Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-13
-12
-Connector_Hirose
-Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-14
-13
-Connector_Hirose
-Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-16
-15
-Connector_Hirose
-Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical
-Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator
-connector Hirose DF13C vertical
-0
-17
-16
-Connector_Hirose
-Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-4
-3
-Connector_Hirose
-Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-5
-4
-Connector_Hirose
-Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-6
-5
-Connector_Hirose
-Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-7
-6
-Connector_Hirose
-Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-8
-7
-Connector_Hirose
-Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-9
-8
-Connector_Hirose
-Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-10
-9
-Connector_Hirose
-Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-11
-10
-Connector_Hirose
-Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-12
-11
-Connector_Hirose
-Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-13
-12
-Connector_Hirose
-Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-14
-13
-Connector_Hirose
-Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-16
-15
-Connector_Hirose
-Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal
-Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator
-connector Hirose top entry
-0
-17
-16
-Connector_Hirose
-Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical
-Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-5
-5
-Connector_Hirose
-Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical
-Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-6
-6
-Connector_Hirose
-Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical
-Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-1
-1
-Connector_Hirose
-Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical
-Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-2
-2
-Connector_Hirose
-Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical
-Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-3
-3
-Connector_Hirose
-Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical
-Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-4
-4
-Connector_Hirose
-Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical
-Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-1
-1
-Connector_Hirose
-Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical
-Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-2
-2
-Connector_Hirose
-Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical
-Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-3
-3
-Connector_Hirose
-Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical
-Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-4
-4
-Connector_Hirose
-Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical
-Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator
-connector Hirose DF63 vertical
-0
-5
-5
-Connector_IDC
-IDC-Header_2x03_P2.54mm_Horizontal
-Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole horizontal IDC box header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_IDC
-IDC-Header_2x03_P2.54mm_Vertical
-Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0
-Through hole vertical IDC box header THT 2x03 2.54mm double row
-0
-6
-6
-Connector_IDC
-IDC-Header_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_5273-02A_1x02_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-02A example for new part number: 09-65-2028, 2 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-2
-2
-Connector_Molex
-Molex_KK-396_5273-03A_1x03_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-03A example for new part number: 09-65-2038, 3 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-3
-3
-Connector_Molex
-Molex_KK-396_5273-04A_1x04_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-04A example for new part number: 09-65-2048, 4 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-4
-4
-Connector_Molex
-Molex_KK-396_5273-05A_1x05_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-05A example for new part number: 09-65-2058, 5 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-5
-5
-Connector_Molex
-Molex_KK-396_5273-06A_1x06_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-06A example for new part number: 09-65-2068, 6 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-6
-6
-Connector_Molex
-Molex_KK-396_5273-07A_1x07_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-07A example for new part number: 09-65-2078, 7 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-7
-7
-Connector_Molex
-Molex_KK-396_5273-08A_1x08_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-08A example for new part number: 09-65-2088, 8 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-8
-8
-Connector_Molex
-Molex_KK-396_5273-09A_1x09_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-09A example for new part number: 09-65-2098, 9 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-9
-9
-Connector_Molex
-Molex_KK-396_5273-10A_1x10_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-10A example for new part number: 09-65-2108, 10 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-10
-10
-Connector_Molex
-Molex_KK-396_5273-11A_1x11_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-11A example for new part number: 09-65-2118, 11 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-11
-11
-Connector_Molex
-Molex_KK-396_5273-12A_1x12_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: 5273-12A example for new part number: 09-65-2128, 12 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-12
-12
-Connector_Molex
-Molex_KK-396_A-41791-0002_1x02_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0002 example for new part number: 26-60-4020, 2 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-2
-2
-Connector_Molex
-Molex_KK-396_A-41791-0003_1x03_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0003 example for new part number: 26-60-4030, 3 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-3
-3
-Connector_Molex
-Molex_KK-396_A-41791-0004_1x04_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0004 example for new part number: 26-60-4040, 4 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-4
-4
-Connector_Molex
-Molex_KK-396_A-41791-0005_1x05_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0005 example for new part number: 26-60-4050, 5 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-5
-5
-Connector_Molex
-Molex_KK-396_A-41791-0006_1x06_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0006 example for new part number: 26-60-4060, 6 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-6
-6
-Connector_Molex
-Molex_KK-396_A-41791-0007_1x07_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0007 example for new part number: 26-60-4070, 7 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-7
-7
-Connector_Molex
-Molex_KK-396_A-41791-0008_1x08_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0008 example for new part number: 26-60-4080, 8 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-8
-8
-Connector_Molex
-Molex_KK-396_A-41791-0009_1x09_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0009 example for new part number: 26-60-4090, 9 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-9
-9
-Connector_Molex
-Molex_KK-396_A-41791-0010_1x10_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0010 example for new part number: 26-60-4100, 10 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-10
-10
-Connector_Molex
-Molex_KK-396_A-41791-0011_1x11_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0011 example for new part number: 26-60-4110, 11 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-11
-11
-Connector_Molex
-Molex_KK-396_A-41791-0012_1x12_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0012 example for new part number: 26-60-4120, 12 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-12
-12
-Connector_Molex
-Molex_KK-396_A-41791-0013_1x13_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0013 example for new part number: 26-60-4130, 13 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-13
-13
-Connector_Molex
-Molex_KK-396_A-41791-0014_1x14_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0014 example for new part number: 26-60-4140, 14 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-14
-14
-Connector_Molex
-Molex_KK-396_A-41791-0015_1x15_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0015 example for new part number: 26-60-4150, 15 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-15
-15
-Connector_Molex
-Molex_KK-396_A-41791-0016_1x16_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0016 example for new part number: 26-60-4160, 16 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-16
-16
-Connector_Molex
-Molex_KK-396_A-41791-0017_1x17_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0017 example for new part number: 26-60-4170, 17 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-17
-17
-Connector_Molex
-Molex_KK-396_A-41791-0018_1x18_P3.96mm_Vertical
-Molex KK 396 Interconnect System, old/engineering part number: A-41791-0018 example for new part number: 26-60-4180, 18 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 vertical
-0
-18
-18
-Connector_Molex
-Molex_KK-396_A-41792-0002_1x02_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0002 example for new part number: 26-60-5020, 2 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-2
-2
-Connector_Molex
-Molex_KK-396_A-41792-0003_1x03_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0003 example for new part number: 26-60-5030, 3 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-3
-3
-Connector_Molex
-Molex_KK-396_A-41792-0004_1x04_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0004 example for new part number: 26-60-5040, 4 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-4
-4
-Connector_Molex
-Molex_KK-396_A-41792-0005_1x05_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0005 example for new part number: 26-60-5050, 5 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-5
-5
-Connector_Molex
-Molex_KK-396_A-41792-0006_1x06_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0006 example for new part number: 26-60-5060, 6 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-6
-6
-Connector_Molex
-Molex_KK-396_A-41792-0007_1x07_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0007 example for new part number: 26-60-5070, 7 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-7
-7
-Connector_Molex
-Molex_KK-396_A-41792-0008_1x08_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0008 example for new part number: 26-60-5080, 8 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-8
-8
-Connector_Molex
-Molex_KK-396_A-41792-0009_1x09_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0009 example for new part number: 26-60-5090, 9 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-9
-9
-Connector_Molex
-Molex_KK-396_A-41792-0010_1x10_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0010 example for new part number: 26-60-5100, 10 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-10
-10
-Connector_Molex
-Molex_KK-396_A-41792-0011_1x11_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0011 example for new part number: 26-60-5110, 11 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-11
-11
-Connector_Molex
-Molex_KK-396_A-41792-0012_1x12_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0012 example for new part number: 26-60-5120, 12 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-12
-12
-Connector_Molex
-Molex_KK-396_A-41792-0013_1x13_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0013 example for new part number: 26-60-5130, 13 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-13
-13
-Connector_Molex
-Molex_KK-396_A-41792-0014_1x14_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0014 example for new part number: 26-60-5140, 14 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-14
-14
-Connector_Molex
-Molex_KK-396_A-41792-0015_1x15_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0015 example for new part number: 26-60-5150, 15 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-15
-15
-Connector_Molex
-Molex_KK-396_A-41792-0016_1x16_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0016 example for new part number: 26-60-5160, 16 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-16
-16
-Connector_Molex
-Molex_KK-396_A-41792-0017_1x17_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0017 example for new part number: 26-60-5170, 17 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-17
-17
-Connector_Molex
-Molex_KK-396_A-41792-0018_1x18_P3.96mm_Horizontal
-Molex KK 396 Interconnect System, old/engineering part number: A-41792-0018 example for new part number: 26-60-5180, 18 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator
-connector Molex KK-396 horizontal
-0
-18
-18
-Connector_Molex
-Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-2
-2
-Connector_Molex
-Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-4
-4
-Connector_Molex
-Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-6
-6
-Connector_Molex
-Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-8
-8
-Connector_Molex
-Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-10
-10
-Connector_Molex
-Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal
-Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit top entry
-0
-12
-12
-Connector_Molex
-Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-2
-2
-Connector_Molex
-Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-4
-4
-Connector_Molex
-Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-6
-6
-Connector_Molex
-Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-8
-8
-Connector_Molex
-Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-10
-10
-Connector_Molex
-Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-12
-12
-Connector_Molex
-Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-2
-2
-Connector_Molex
-Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-4
-4
-Connector_Molex
-Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-6
-6
-Connector_Molex
-Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-8
-8
-Connector_Molex
-Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-10
-10
-Connector_Molex
-Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical
-Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mega-Fit side entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0200 (alternative finishes: 43045-020x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0221_2x01-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0221 (alternative finishes: 43045-022x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0400 (alternative finishes: 43045-040x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0421_2x02-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0421 (alternative finishes: 43045-042x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0600 (alternative finishes: 43045-060x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0621_2x03-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0621 (alternative finishes: 43045-062x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0800 (alternative finishes: 43045-080x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-0821_2x04-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-0821 (alternative finishes: 43045-082x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1000 (alternative finishes: 43045-100x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1021_2x05-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1021 (alternative finishes: 43045-102x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1200 (alternative finishes: 43045-120x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-14
-13
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-14
-13
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1221_2x06-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1221 (alternative finishes: 43045-122x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-14
-13
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1400 (alternative finishes: 43045-140x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-14
-14
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-16
-15
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-14
-14
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-14
-14
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-16
-15
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1421_2x07-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1421 (alternative finishes: 43045-142x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-16
-15
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1600 (alternative finishes: 43045-160x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-16
-16
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-18
-17
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-16
-16
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-16
-16
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-18
-17
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1621_2x08-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1621 (alternative finishes: 43045-162x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-18
-17
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1800 (alternative finishes: 43045-180x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-18
-18
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-20
-19
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-18
-18
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-18
-18
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-20
-19
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-1821_2x09-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-1821 (alternative finishes: 43045-182x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-20
-19
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2000 (alternative finishes: 43045-200x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-20
-20
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-22
-21
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-20
-20
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-20
-20
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-22
-21
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2021_2x10-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2021 (alternative finishes: 43045-202x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-22
-21
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2200 (alternative finishes: 43045-220x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-22
-22
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-24
-23
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-22
-22
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-22
-22
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-24
-23
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2221_2x11-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2221 (alternative finishes: 43045-222x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-24
-23
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2400 (alternative finishes: 43045-240x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-24
-24
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-26
-25
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-24
-24
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-24
-24
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 side entry
-0
-26
-25
-Connector_Molex
-Molex_Micro-Fit_3.0_43045-2421_2x12-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43045-2421 (alternative finishes: 43045-242x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-26
-25
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0221_1x02_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0221 (compatible alternatives: 43650-0222, 43650-0223), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-2
-2
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0224_1x02-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0224 (compatible alternatives: 43650-0225, 43650-0226), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-4
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-3
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-5
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-5
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-3
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0321_1x03_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0321 (compatible alternatives: 43650-0322, 43650-0323), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-3
-3
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0324_1x03-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0324 (compatible alternatives: 43650-0325, 43650-0326), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-5
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0421_1x04_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0421 (compatible alternatives: 43650-0422, 43650-0423), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-4
-4
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0424_1x04-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0424 (compatible alternatives: 43650-0425, 43650-0426), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-6
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-5
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-7
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-7
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-5
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0521_1x05_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0521 (compatible alternatives: 43650-0522, 43650-0523), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-5
-5
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0524_1x05-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0524 (compatible alternatives: 43650-0525, 43650-0526), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-7
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0621_1x06_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0621 (compatible alternatives: 43650-0622, 43650-0623), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-6
-6
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0624_1x06-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0624 (compatible alternatives: 43650-0625, 43650-0626), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-8
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-7
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-9
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-9
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-7
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0721_1x07_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0721 (compatible alternatives: 43650-0722, 43650-0723), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-7
-7
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0724_1x07-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0724 (compatible alternatives: 43650-0725, 43650-0726), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-9
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0821_1x08_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0821 (compatible alternatives: 43650-0822, 43650-0823), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-8
-8
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0824_1x08-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0824 (compatible alternatives: 43650-0825, 43650-0826), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-10
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-9
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-11
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-11
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-9
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0921_1x09_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0921 (compatible alternatives: 43650-0922, 43650-0923), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-9
-9
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-0924_1x09-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-0924 (compatible alternatives: 43650-0925, 43650-0926), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-11
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1021_1x10_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1021 (compatible alternatives: 43650-1022, 43650-1023), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-10
-10
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1024_1x10-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1024 (compatible alternatives: 43650-1025, 43650-1026), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-12
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-11
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-13
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-13
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-11
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1121_1x11_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1121 (compatible alternatives: 43650-1122, 43650-1123), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-11
-11
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1124_1x11-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1124 (compatible alternatives: 43650-1125, 43650-1126), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-13
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 top entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal
-Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-14
-13
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal_PnP
-Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 horizontal
-0
-14
-13
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1221_1x12_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1221 (compatible alternatives: 43650-1222, 43650-1223), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-12
-12
-Connector_Molex
-Molex_Micro-Fit_3.0_43650-1224_1x12-1MP_P3.00mm_Vertical
-Molex Micro-Fit 3.0 Connector System, 43650-1224 (compatible alternatives: 43650-1225, 43650-1226), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Fit_3.0 vertical
-0
-14
-13
-Connector_Molex
-Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-2
-2
-Connector_Molex
-Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-3
-3
-Connector_Molex
-Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-4
-4
-Connector_Molex
-Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-5
-5
-Connector_Molex
-Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-6
-6
-Connector_Molex
-Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-7
-7
-Connector_Molex
-Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-8
-8
-Connector_Molex
-Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-9
-9
-Connector_Molex
-Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-10
-10
-Connector_Molex
-Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-11
-11
-Connector_Molex
-Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-13
-13
-Connector_Molex
-Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-14
-14
-Connector_Molex
-Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical
-Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch side entry
-0
-15
-15
-Connector_Molex
-Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-2
-2
-Connector_Molex
-Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-3
-3
-Connector_Molex
-Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-4
-4
-Connector_Molex
-Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-5
-5
-Connector_Molex
-Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-6
-6
-Connector_Molex
-Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-7
-7
-Connector_Molex
-Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-8
-8
-Connector_Molex
-Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-9
-9
-Connector_Molex
-Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-10
-10
-Connector_Molex
-Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-11
-11
-Connector_Molex
-Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-12
-12
-Connector_Molex
-Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-13
-13
-Connector_Molex
-Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-14
-14
-Connector_Molex
-Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal
-Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator
-connector Molex Micro-Latch top entry
-0
-15
-15
-Connector_Molex
-Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-2
-2
-Connector_Molex
-Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-2
-2
-Connector_Molex
-Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-3
-3
-Connector_Molex
-Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-3
-3
-Connector_Molex
-Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-4
-4
-Connector_Molex
-Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-4
-4
-Connector_Molex
-Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-5
-5
-Connector_Molex
-Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-5
-5
-Connector_Molex
-Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-6
-6
-Connector_Molex
-Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-6
-6
-Connector_Molex
-Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-7
-7
-Connector_Molex
-Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-7
-7
-Connector_Molex
-Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-8
-8
-Connector_Molex
-Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-8
-8
-Connector_Molex
-Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-9
-9
-Connector_Molex
-Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-9
-9
-Connector_Molex
-Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-10
-10
-Connector_Molex
-Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-10
-10
-Connector_Molex
-Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-11
-11
-Connector_Molex
-Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-11
-11
-Connector_Molex
-Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-12
-12
-Connector_Molex
-Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-12
-12
-Connector_Molex
-Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-13
-13
-Connector_Molex
-Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-13
-13
-Connector_Molex
-Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-14
-14
-Connector_Molex
-Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-14
-14
-Connector_Molex
-Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-15
-15
-Connector_Molex
-Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical
-Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp side entry
-0
-15
-15
-Connector_Molex
-Molex_MicroClasp_55935-0210_1x02_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-2
-2
-Connector_Molex
-Molex_MicroClasp_55935-0230_1x02_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-2
-2
-Connector_Molex
-Molex_MicroClasp_55935-0310_1x03_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-3
-3
-Connector_Molex
-Molex_MicroClasp_55935-0330_1x03_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-3
-3
-Connector_Molex
-Molex_MicroClasp_55935-0410_1x04_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-4
-4
-Connector_Molex
-Molex_MicroClasp_55935-0430_1x04_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-4
-4
-Connector_Molex
-Molex_MicroClasp_55935-0510_1x05_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-5
-5
-Connector_Molex
-Molex_MicroClasp_55935-0530_1x05_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-5
-5
-Connector_Molex
-Molex_MicroClasp_55935-0610_1x06_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-6
-6
-Connector_Molex
-Molex_MicroClasp_55935-0630_1x06_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-6
-6
-Connector_Molex
-Molex_MicroClasp_55935-0710_1x07_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-7
-7
-Connector_Molex
-Molex_MicroClasp_55935-0730_1x07_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-7
-7
-Connector_Molex
-Molex_MicroClasp_55935-0810_1x08_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-8
-8
-Connector_Molex
-Molex_MicroClasp_55935-0830_1x08_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-8
-8
-Connector_Molex
-Molex_MicroClasp_55935-0910_1x09_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-9
-9
-Connector_Molex
-Molex_MicroClasp_55935-0930_1x09_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-9
-9
-Connector_Molex
-Molex_MicroClasp_55935-1010_1x10_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-10
-10
-Connector_Molex
-Molex_MicroClasp_55935-1030_1x10_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-10
-10
-Connector_Molex
-Molex_MicroClasp_55935-1110_1x11_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-11
-11
-Connector_Molex
-Molex_MicroClasp_55935-1130_1x11_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-11
-11
-Connector_Molex
-Molex_MicroClasp_55935-1210_1x12_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-12
-12
-Connector_Molex
-Molex_MicroClasp_55935-1230_1x12_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-12
-12
-Connector_Molex
-Molex_MicroClasp_55935-1310_1x13_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-13
-13
-Connector_Molex
-Molex_MicroClasp_55935-1330_1x13_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-13
-13
-Connector_Molex
-Molex_MicroClasp_55935-1410_1x14_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-14
-14
-Connector_Molex
-Molex_MicroClasp_55935-1430_1x14_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-14
-14
-Connector_Molex
-Molex_MicroClasp_55935-1510_1x15_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-15
-15
-Connector_Molex
-Molex_MicroClasp_55935-1530_1x15_P2.00mm_Horizontal
-Molex MicroClasp Wire-to-Board System, 55935-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator
-connector Molex MicroClasp horizontal
-0
-15
-15
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-2
-2
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-2
-2
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-4
-4
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-4
-4
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-6
-6
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-6
-6
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-8
-8
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-8
-8
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-10
-10
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-10
-10
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-12
-12
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-12
-12
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-14
-14
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-14
-14
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-16
-16
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-16
-16
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-18
-18
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-18
-18
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-20
-20
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-20
-20
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-22
-22
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-22
-22
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entryplastic_peg
-0
-24
-24
-Connector_Molex
-Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr side entry
-0
-24
-24
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-2
-2
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-2
-2
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-4
-4
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-4
-4
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-6
-6
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-6
-6
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-8
-8
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-8
-8
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-10
-10
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-10
-10
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-12
-12
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-12
-12
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-14
-14
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-14
-14
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-16
-16
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-16
-16
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-18
-18
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-18
-18
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-20
-20
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-20
-20
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-22
-22
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-22
-22
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryscrew_flange
-0
-24
-24
-Connector_Molex
-Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal
-Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Jr top entryplastic_peg
-0
-24
-24
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-6
-2
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-32
-2
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-8
-3
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-47
-3
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-10
-4
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-62
-4
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-12
-5
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-77
-5
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-14
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-92
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal
-Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-6
-2
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-32
-2
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal
-Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-8
-3
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-47
-3
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal
-Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-10
-4
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-62
-4
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal
-Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-12
-5
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-77
-5
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal
-Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-14
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr top entry
-0
-92
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-14
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-92
-6
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-18
-8
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-122
-8
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-22
-10
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-152
-10
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-26
-12
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-182
-12
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical
-Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-30
-14
-Connector_Molex
-Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias
-Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator
-connector Molex Mini-Fit_Sr side entry
-0
-212
-14
-Connector_Molex
-Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-2
-2
-Connector_Molex
-Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-3
-3
-Connector_Molex
-Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-4
-4
-Connector_Molex
-Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-5
-5
-Connector_Molex
-Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-6
-6
-Connector_Molex
-Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-7
-7
-Connector_Molex
-Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-8
-8
-Connector_Molex
-Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-4
-4
-Connector_Molex
-Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-6
-6
-Connector_Molex
-Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-8
-8
-Connector_Molex
-Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-10
-10
-Connector_Molex
-Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-12
-12
-Connector_Molex
-Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-14
-14
-Connector_Molex
-Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical
-Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit side entry
-0
-16
-16
-Connector_Molex
-Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-2
-2
-Connector_Molex
-Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-3
-3
-Connector_Molex
-Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-4
-4
-Connector_Molex
-Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-5
-5
-Connector_Molex
-Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-6
-6
-Connector_Molex
-Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-7
-7
-Connector_Molex
-Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-8
-8
-Connector_Molex
-Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-4
-4
-Connector_Molex
-Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-6
-6
-Connector_Molex
-Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-8
-8
-Connector_Molex
-Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-10
-10
-Connector_Molex
-Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-12
-12
-Connector_Molex
-Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-14
-14
-Connector_Molex
-Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal
-Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator
-connector Molex Nano-Fit top entry
-0
-16
-16
-Connector_Molex
-Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-4
-3
-Connector_Molex
-Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-5
-4
-Connector_Molex
-Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-6
-5
-Connector_Molex
-Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-7
-6
-Connector_Molex
-Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-8
-7
-Connector_Molex
-Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-9
-8
-Connector_Molex
-Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-10
-9
-Connector_Molex
-Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-11
-10
-Connector_Molex
-Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-12
-11
-Connector_Molex
-Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-14
-13
-Connector_Molex
-Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-16
-15
-Connector_Molex
-Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-17
-16
-Connector_Molex
-Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-20
-19
-Connector_Molex
-Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal
-Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator
-connector Molex Panelmate top entry
-0
-32
-31
-Connector_Molex
-Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-4
-3
-Connector_Molex
-Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-5
-4
-Connector_Molex
-Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-6
-5
-Connector_Molex
-Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-7
-6
-Connector_Molex
-Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-8
-7
-Connector_Molex
-Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-9
-8
-Connector_Molex
-Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-10
-9
-Connector_Molex
-Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-11
-10
-Connector_Molex
-Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-12
-11
-Connector_Molex
-Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-13
-12
-Connector_Molex
-Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-14
-13
-Connector_Molex
-Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-15
-14
-Connector_Molex
-Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-16
-15
-Connector_Molex
-Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal
-Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp top entry
-0
-17
-16
-Connector_Molex
-Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-4
-3
-Connector_Molex
-Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-5
-4
-Connector_Molex
-Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-6
-5
-Connector_Molex
-Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-7
-6
-Connector_Molex
-Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-8
-7
-Connector_Molex
-Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-9
-8
-Connector_Molex
-Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-10
-9
-Connector_Molex
-Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-11
-10
-Connector_Molex
-Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-12
-11
-Connector_Molex
-Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-13
-12
-Connector_Molex
-Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-14
-13
-Connector_Molex
-Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-15
-14
-Connector_Molex
-Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-16
-15
-Connector_Molex
-Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical
-Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Clasp side entry
-0
-17
-16
-Connector_Molex
-Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical
-Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-EZmate side entry
-0
-4
-3
-Connector_Molex
-Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical
-Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-EZmate side entry
-0
-5
-4
-Connector_Molex
-Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical
-Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-EZmate side entry
-0
-6
-5
-Connector_Molex
-Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical
-Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-EZmate side entry
-0
-7
-6
-Connector_Molex
-Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical
-Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-EZmate_Slim side entry
-0
-4
-3
-Connector_Molex
-Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-6
-5
-Connector_Molex
-Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-7
-6
-Connector_Molex
-Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-8
-7
-Connector_Molex
-Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-9
-8
-Connector_Molex
-Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-10
-9
-Connector_Molex
-Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-12
-11
-Connector_Molex
-Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal
-Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator
-connector Molex Pico-Lock horizontal
-0
-14
-13
-Connector_Molex
-Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical
-Molex Pico-SPOX Connector System, 87437-1443, 14 Pins per row (https://www.molex.com/pdm_docs/sd/874371443_sd.pdf#page=2)
-molex pico spox 14
-0
-28
-14
-Connector_Molex
-Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-2
-2
-Connector_Molex
-Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-3
-3
-Connector_Molex
-Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-4
-4
-Connector_Molex
-Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-5
-5
-Connector_Molex
-Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-6
-6
-Connector_Molex
-Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-7
-7
-Connector_Molex
-Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-8
-8
-Connector_Molex
-Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-9
-9
-Connector_Molex
-Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-10
-10
-Connector_Molex
-Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-11
-11
-Connector_Molex
-Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-12
-12
-Connector_Molex
-Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-13
-13
-Connector_Molex
-Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-14
-14
-Connector_Molex
-Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical
-Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-15
-15
-Connector_Molex
-Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-2
-2
-Connector_Molex
-Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-3
-3
-Connector_Molex
-Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-4
-4
-Connector_Molex
-Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-5
-5
-Connector_Molex
-Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-6
-6
-Connector_Molex
-Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-7
-7
-Connector_Molex
-Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-8
-8
-Connector_Molex
-Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-9
-9
-Connector_Molex
-Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-10
-10
-Connector_Molex
-Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-11
-11
-Connector_Molex
-Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-12
-12
-Connector_Molex
-Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-13
-13
-Connector_Molex
-Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-14
-14
-Connector_Molex
-Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal
-Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-15
-15
-Connector_Molex
-Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-4
-3
-Connector_Molex
-Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-5
-4
-Connector_Molex
-Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-6
-5
-Connector_Molex
-Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-7
-6
-Connector_Molex
-Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-8
-7
-Connector_Molex
-Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-9
-8
-Connector_Molex
-Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-10
-9
-Connector_Molex
-Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-11
-10
-Connector_Molex
-Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-12
-11
-Connector_Molex
-Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-13
-12
-Connector_Molex
-Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-14
-13
-Connector_Molex
-Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-15
-14
-Connector_Molex
-Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-16
-15
-Connector_Molex
-Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-17
-16
-Connector_Molex
-Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal
-Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade top entry
-0
-19
-18
-Connector_Molex
-Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-4
-3
-Connector_Molex
-Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-5
-4
-Connector_Molex
-Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-6
-5
-Connector_Molex
-Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-7
-6
-Connector_Molex
-Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-8
-7
-Connector_Molex
-Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-9
-8
-Connector_Molex
-Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-10
-9
-Connector_Molex
-Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-11
-10
-Connector_Molex
-Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-12
-11
-Connector_Molex
-Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-13
-12
-Connector_Molex
-Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-14
-13
-Connector_Molex
-Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-15
-14
-Connector_Molex
-Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-16
-15
-Connector_Molex
-Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical
-Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator
-connector Molex PicoBlade side entry
-0
-17
-16
-Connector_Molex
-Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-4
-4
-Connector_Molex
-Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-6
-6
-Connector_Molex
-Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-8
-8
-Connector_Molex
-Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-10
-10
-Connector_Molex
-Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-12
-12
-Connector_Molex
-Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-14
-14
-Connector_Molex
-Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-16
-16
-Connector_Molex
-Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-18
-18
-Connector_Molex
-Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-20
-20
-Connector_Molex
-Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-22
-22
-Connector_Molex
-Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-24
-24
-Connector_Molex
-Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-26
-26
-Connector_Molex
-Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-4
-4
-Connector_Molex
-Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-6
-6
-Connector_Molex
-Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-8
-8
-Connector_Molex
-Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-10
-10
-Connector_Molex
-Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-12
-12
-Connector_Molex
-Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-14
-14
-Connector_Molex
-Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-16
-16
-Connector_Molex
-Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-18
-18
-Connector_Molex
-Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-20
-20
-Connector_Molex
-Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-22
-22
-Connector_Molex
-Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-24
-24
-Connector_Molex
-Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical
-Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator
-connector Molex Picoflex side entry
-0
-26
-26
-Connector_Molex
-Molex_SL_171971-0002_1x02_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0002 (compatible alternatives: 171971-0102, 171971-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-2
-2
-Connector_Molex
-Molex_SL_171971-0003_1x03_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0003 (compatible alternatives: 171971-0103, 171971-0203), 3 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-3
-3
-Connector_Molex
-Molex_SL_171971-0004_1x04_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0004 (compatible alternatives: 171971-0104, 171971-0204), 4 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-4
-4
-Connector_Molex
-Molex_SL_171971-0005_1x05_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0005 (compatible alternatives: 171971-0105, 171971-0205), 5 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-5
-5
-Connector_Molex
-Molex_SL_171971-0006_1x06_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0006 (compatible alternatives: 171971-0106, 171971-0206), 6 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-6
-6
-Connector_Molex
-Molex_SL_171971-0007_1x07_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0007 (compatible alternatives: 171971-0107, 171971-0207), 7 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-7
-7
-Connector_Molex
-Molex_SL_171971-0008_1x08_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0008 (compatible alternatives: 171971-0108, 171971-0208), 8 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-8
-8
-Connector_Molex
-Molex_SL_171971-0009_1x09_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0009 (compatible alternatives: 171971-0109, 171971-0209), 9 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-9
-9
-Connector_Molex
-Molex_SL_171971-0010_1x10_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0010 (compatible alternatives: 171971-0110, 171971-0210), 10 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-10
-10
-Connector_Molex
-Molex_SL_171971-0011_1x11_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0011 (compatible alternatives: 171971-0111, 171971-0211), 11 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-11
-11
-Connector_Molex
-Molex_SL_171971-0012_1x12_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0012 (compatible alternatives: 171971-0112, 171971-0212), 12 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-12
-12
-Connector_Molex
-Molex_SL_171971-0013_1x13_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0013 (compatible alternatives: 171971-0113, 171971-0213), 13 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-13
-13
-Connector_Molex
-Molex_SL_171971-0014_1x14_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0014 (compatible alternatives: 171971-0114, 171971-0214), 14 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-14
-14
-Connector_Molex
-Molex_SL_171971-0015_1x15_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0015 (compatible alternatives: 171971-0115, 171971-0215), 15 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-15
-15
-Connector_Molex
-Molex_SL_171971-0016_1x16_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0016 (compatible alternatives: 171971-0116, 171971-0216), 16 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-16
-16
-Connector_Molex
-Molex_SL_171971-0017_1x17_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0017 (compatible alternatives: 171971-0117, 171971-0217), 17 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-17
-17
-Connector_Molex
-Molex_SL_171971-0018_1x18_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0018 (compatible alternatives: 171971-0118, 171971-0218), 18 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-18
-18
-Connector_Molex
-Molex_SL_171971-0019_1x19_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0019 (compatible alternatives: 171971-0119, 171971-0219), 19 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-19
-19
-Connector_Molex
-Molex_SL_171971-0020_1x20_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0020 (compatible alternatives: 171971-0120, 171971-0220), 20 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-20
-20
-Connector_Molex
-Molex_SL_171971-0021_1x21_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0021 (compatible alternatives: 171971-0121, 171971-0221), 21 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-21
-21
-Connector_Molex
-Molex_SL_171971-0022_1x22_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0022 (compatible alternatives: 171971-0122, 171971-0222), 22 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-22
-22
-Connector_Molex
-Molex_SL_171971-0023_1x23_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0023 (compatible alternatives: 171971-0123, 171971-0223), 23 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-23
-23
-Connector_Molex
-Molex_SL_171971-0024_1x24_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0024 (compatible alternatives: 171971-0124, 171971-0224), 24 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-24
-24
-Connector_Molex
-Molex_SL_171971-0025_1x25_P2.54mm_Vertical
-Molex Stackable Linear Connector, 171971-0025 (compatible alternatives: 171971-0125, 171971-0225), 25 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator
-connector Molex SL vertical
-0
-25
-25
-Connector_Molex
-Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-2
-2
-Connector_Molex
-Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-3
-3
-Connector_Molex
-Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-4
-4
-Connector_Molex
-Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-5
-5
-Connector_Molex
-Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-6
-6
-Connector_Molex
-Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-7
-7
-Connector_Molex
-Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-8
-8
-Connector_Molex
-Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-9
-9
-Connector_Molex
-Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-10
-10
-Connector_Molex
-Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-11
-11
-Connector_Molex
-Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-12
-12
-Connector_Molex
-Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-13
-13
-Connector_Molex
-Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-14
-14
-Connector_Molex
-Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical
-Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX side entry
-0
-15
-15
-Connector_Molex
-Molex_SPOX_5268-02A_1x02_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-02A, 2 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-2
-2
-Connector_Molex
-Molex_SPOX_5268-03A_1x03_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-03A, 3 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-3
-3
-Connector_Molex
-Molex_SPOX_5268-04A_1x04_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-04A, 4 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-4
-4
-Connector_Molex
-Molex_SPOX_5268-05A_1x05_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-05A, 5 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-5
-5
-Connector_Molex
-Molex_SPOX_5268-06A_1x06_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-06A, 6 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-6
-6
-Connector_Molex
-Molex_SPOX_5268-07A_1x07_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-07A, 7 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-7
-7
-Connector_Molex
-Molex_SPOX_5268-08A_1x08_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-08A, 8 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-8
-8
-Connector_Molex
-Molex_SPOX_5268-09A_1x09_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-09A, 9 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-9
-9
-Connector_Molex
-Molex_SPOX_5268-10A_1x10_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-10A, 10 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-10
-10
-Connector_Molex
-Molex_SPOX_5268-11A_1x11_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-11A, 11 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-11
-11
-Connector_Molex
-Molex_SPOX_5268-12A_1x12_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-12A, 12 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-12
-12
-Connector_Molex
-Molex_SPOX_5268-13A_1x13_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-13A, 13 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-13
-13
-Connector_Molex
-Molex_SPOX_5268-14A_1x14_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-14A, 14 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-14
-14
-Connector_Molex
-Molex_SPOX_5268-15A_1x15_P2.50mm_Horizontal
-Molex SPOX Connector System, 5268-15A, 15 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator
-connector Molex SPOX horizontal
-0
-15
-15
-Connector_Molex
-Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-4
-2
-Connector_Molex
-Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-30
-2
-Connector_Molex
-Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-6
-3
-Connector_Molex
-Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-45
-3
-Connector_Molex
-Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-8
-4
-Connector_Molex
-Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-60
-4
-Connector_Molex
-Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-10
-5
-Connector_Molex
-Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-75
-5
-Connector_Molex
-Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-12
-6
-Connector_Molex
-Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-90
-6
-Connector_Molex
-Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal
-Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-6
-2
-Connector_Molex
-Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-32
-2
-Connector_Molex
-Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal
-Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-8
-3
-Connector_Molex
-Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-47
-3
-Connector_Molex
-Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal
-Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-10
-4
-Connector_Molex
-Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-62
-4
-Connector_Molex
-Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal
-Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-12
-5
-Connector_Molex
-Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-77
-5
-Connector_Molex
-Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal
-Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-14
-6
-Connector_Molex
-Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-92
-6
-Connector_Molex
-Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-6
-2
-Connector_Molex
-Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-32
-2
-Connector_Molex
-Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-8
-3
-Connector_Molex
-Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-47
-3
-Connector_Molex
-Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-10
-4
-Connector_Molex
-Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-62
-4
-Connector_Molex
-Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-12
-5
-Connector_Molex
-Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-77
-5
-Connector_Molex
-Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical
-Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-14
-6
-Connector_Molex
-Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias
-Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre side entry
-0
-92
-6
-Connector_Molex
-Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal
-Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-4
-2
-Connector_Molex
-Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-30
-2
-Connector_Molex
-Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal
-Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-6
-3
-Connector_Molex
-Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-45
-3
-Connector_Molex
-Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal
-Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-8
-4
-Connector_Molex
-Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-60
-4
-Connector_Molex
-Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal
-Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-10
-5
-Connector_Molex
-Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-75
-5
-Connector_Molex
-Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal
-Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-12
-6
-Connector_Molex
-Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias
-Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator
-connector Molex Sabre top entry
-0
-90
-6
-Connector_Molex
-Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-70
-70
-Connector_Molex
-Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-80
-80
-Connector_Molex
-Molex_SlimStack_53748-0208_2x10_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0208, 20 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_53748-0308_2x15_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0308, 30 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_53748-0408_2x20_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0408, 40 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_53748-0608_2x30_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0608, 60 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_53748-0708_2x35_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0708, 70 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-70
-70
-Connector_Molex
-Molex_SlimStack_53748-0808_2x40_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0808, 80 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack vertical
-0
-80
-80
-Connector_Molex
-Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-16
-16
-Connector_Molex
-Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-22
-22
-Connector_Molex
-Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-24
-24
-Connector_Molex
-Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-34
-34
-Connector_Molex
-Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-80
-80
-Connector_Molex
-Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-16
-16
-Connector_Molex
-Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-22
-22
-Connector_Molex
-Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-24
-24
-Connector_Molex
-Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-34
-34
-Connector_Molex
-Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-80
-80
-Connector_Molex
-Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-8
-8
-Connector_Molex
-Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-14
-14
-Connector_Molex
-Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-22
-22
-Connector_Molex
-Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-24
-24
-Connector_Molex
-Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-26
-26
-Connector_Molex
-Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-32
-32
-Connector_Molex
-Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-34
-34
-Connector_Molex
-Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-44
-44
-Connector_Molex
-Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-64
-64
-Connector_Molex
-Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-80
-80
-Connector_Molex
-Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-8
-8
-Connector_Molex
-Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-14
-14
-Connector_Molex
-Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-20
-20
-Connector_Molex
-Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-22
-22
-Connector_Molex
-Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-24
-24
-Connector_Molex
-Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-26
-26
-Connector_Molex
-Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-30
-30
-Connector_Molex
-Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-32
-32
-Connector_Molex
-Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-34
-34
-Connector_Molex
-Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-40
-40
-Connector_Molex
-Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-44
-44
-Connector_Molex
-Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-50
-50
-Connector_Molex
-Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-60
-60
-Connector_Molex
-Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-64
-64
-Connector_Molex
-Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical
-Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator
-connector Molex SlimStack side entry
-0
-80
-80
-Connector_PCBEdge
-4UCON_10156_2x40_P1.27mm_Socket_Horizontal
-4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf
-4UCON 10156 Card edge socket with 80 contacts
-0
-80
-80
-Connector_PCBEdge
-BUS_AT
-AT ISA 16 bits Bus Edge Connector
-BUS ISA AT Edge connector
-0
-98
-98
-Connector_PCBEdge
-BUS_PCI
-PCI bus Edge Connector
-PCI bus Edge Connector
-0
-240
-120
-Connector_PCBEdge
-BUS_PCI_Express_Mini
-Mini-PCI Express bus connector (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=11)
-mini pcie
-0
-54
-53
-Connector_PCBEdge
-BUS_PCI_Express_Mini_Dual
-Mini-PCI Express bus connector full size with dual clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=28)
-mini pcie
-0
-54
-53
-Connector_PCBEdge
-BUS_PCI_Express_Mini_Full
-Mini-PCI Express bus connector full size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=24)
-mini pcie
-0
-54
-53
-Connector_PCBEdge
-BUS_PCI_Express_Mini_Half
-Mini-PCI Express bus connector half size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=25)
-mini pcie
-0
-54
-53
-Connector_PCBEdge
-BUS_PCIexpress_x1
-PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70
-PCIe
-0
-36
-36
-Connector_PCBEdge
-BUS_PCIexpress_x4
-PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70
-PCIe
-0
-64
-64
-Connector_PCBEdge
-BUS_PCIexpress_x8
-PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70
-PCIe
-0
-98
-98
-Connector_PCBEdge
-BUS_PCIexpress_x16
-PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70
-PCIe
-0
-164
-164
-Connector_PCBEdge
-Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-10
-8
-Connector_PCBEdge
-Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-12
-10
-Connector_PCBEdge
-Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-10
-8
-Connector_PCBEdge
-Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized)
-conn samtec card-edge high-speed
-0
-8
-8
-Connector_PCBEdge
-Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-12
-10
-Connector_PCBEdge
-Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-10
-10
-Connector_PCBEdge
-Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-16
-14
-Connector_PCBEdge
-Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-18
-16
-Connector_PCBEdge
-Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-16
-14
-Connector_PCBEdge
-Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized)
-conn samtec card-edge high-speed
-0
-14
-14
-Connector_PCBEdge
-Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-18
-16
-Connector_PCBEdge
-Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-16
-16
-Connector_PCBEdge
-Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-40
-38
-Connector_PCBEdge
-Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-42
-40
-Connector_PCBEdge
-Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-40
-38
-Connector_PCBEdge
-Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized)
-conn samtec card-edge high-speed
-0
-38
-38
-Connector_PCBEdge
-Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-42
-40
-Connector_PCBEdge
-Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-40
-40
-Connector_PCBEdge
-Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-60
-58
-Connector_PCBEdge
-Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-62
-60
-Connector_PCBEdge
-Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-60
-58
-Connector_PCBEdge
-Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized)
-conn samtec card-edge high-speed
-0
-58
-58
-Connector_PCBEdge
-Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-62
-60
-Connector_PCBEdge
-Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-60
-60
-Connector_PCBEdge
-Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-80
-78
-Connector_PCBEdge
-Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-82
-80
-Connector_PCBEdge
-Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-80
-78
-Connector_PCBEdge
-Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized)
-conn samtec card-edge high-speed
-0
-78
-78
-Connector_PCBEdge
-Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-82
-80
-Connector_PCBEdge
-Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-80
-80
-Connector_PCBEdge
-Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-100
-98
-Connector_PCBEdge
-Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-102
-100
-Connector_PCBEdge
-Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-100
-98
-Connector_PCBEdge
-Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized)
-conn samtec card-edge high-speed
-0
-98
-98
-Connector_PCBEdge
-Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-102
-100
-Connector_PCBEdge
-Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-100
-100
-Connector_PCBEdge
-Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-118
-116
-Connector_PCBEdge
-Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-122
-120
-Connector_PCBEdge
-Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-118
-116
-Connector_PCBEdge
-Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized)
-conn samtec card-edge high-speed
-0
-116
-116
-Connector_PCBEdge
-Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-122
-120
-Connector_PCBEdge
-Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-120
-120
-Connector_PCBEdge
-Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge
-Highspeed card edge connector for PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge
-Highspeed card edge connector for PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-138
-136
-Connector_PCBEdge
-Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-142
-140
-Connector_PCBEdge
-Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-138
-136
-Connector_PCBEdge
-Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized)
-conn samtec card-edge high-speed
-0
-136
-136
-Connector_PCBEdge
-Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-142
-140
-Connector_PCBEdge
-Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal
-Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized)
-conn samtec card-edge high-speed
-0
-140
-140
-Connector_PCBEdge
-molex_EDGELOCK_2-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-2
-2
-Connector_PCBEdge
-molex_EDGELOCK_4-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-4
-4
-Connector_PCBEdge
-molex_EDGELOCK_6-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-6
-6
-Connector_PCBEdge
-molex_EDGELOCK_8-CKT
-https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf
-Connector PCBEdge molex EDGELOCK
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V
-phoenix_contact connector GMSTBA_01x02_G_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V
-phoenix_contact connector GMSTBA_01x02_G_7.50mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V
-phoenix_contact connector GMSTBA_01x03_G_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V
-phoenix_contact connector GMSTBA_01x03_G_7.50mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V
-phoenix_contact connector GMSTBA_01x04_G_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V
-phoenix_contact connector GMSTBA_01x04_G_7.50mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V
-phoenix_contact connector GMSTBA_01x05_G_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V
-phoenix_contact connector GMSTBA_01x05_G_7.50mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V
-phoenix_contact connector GMSTBA_01x06_G_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V
-phoenix_contact connector GMSTBA_01x06_G_7.50mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V
-phoenix_contact connector GMSTBA_01x07_G_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V
-phoenix_contact connector GMSTBA_01x07_G_7.50mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V
-phoenix_contact connector GMSTBA_01x08_G_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V
-phoenix_contact connector GMSTBA_01x08_G_7.50mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V
-phoenix_contact connector GMSTBA_01x09_G_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V
-phoenix_contact connector GMSTBA_01x09_G_7.50mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V
-phoenix_contact connector GMSTBA_01x10_G_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V
-phoenix_contact connector GMSTBA_01x10_G_7.50mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V
-phoenix_contact connector GMSTBA_01x11_G_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V
-phoenix_contact connector GMSTBA_01x11_G_7.50mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V
-phoenix_contact connector GMSTBA_01x12_G_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V
-phoenix_contact connector GMSTBA_01x12_G_7.50mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V
-phoenix_contact connector GMSTBVA_01x02_G_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V
-phoenix_contact connector GMSTBVA_01x02_G_7.50mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V
-phoenix_contact connector GMSTBVA_01x03_G_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V
-phoenix_contact connector GMSTBVA_01x03_G_7.50mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V
-phoenix_contact connector GMSTBVA_01x04_G_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V
-phoenix_contact connector GMSTBVA_01x04_G_7.50mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V
-phoenix_contact connector GMSTBVA_01x05_G_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V
-phoenix_contact connector GMSTBVA_01x05_G_7.50mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V
-phoenix_contact connector GMSTBVA_01x06_G_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V
-phoenix_contact connector GMSTBVA_01x06_G_7.50mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V
-phoenix_contact connector GMSTBVA_01x07_G_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V
-phoenix_contact connector GMSTBVA_01x07_G_7.50mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V
-phoenix_contact connector GMSTBVA_01x08_G_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V
-phoenix_contact connector GMSTBVA_01x08_G_7.50mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V
-phoenix_contact connector GMSTBVA_01x09_G_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V
-phoenix_contact connector GMSTBVA_01x09_G_7.50mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V
-phoenix_contact connector GMSTBVA_01x10_G_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V
-phoenix_contact connector GMSTBVA_01x10_G_7.50mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V
-phoenix_contact connector GMSTBVA_01x11_G_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V
-phoenix_contact connector GMSTBVA_01x11_G_7.50mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V
-phoenix_contact connector GMSTBVA_01x12_G_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical
-Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V
-phoenix_contact connector GMSTBVA_01x12_G_7.50mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V
-phoenix_contact connector GMSTBV_01x02_GF_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V
-phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V
-phoenix_contact connector GMSTBV_01x03_GF_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V
-phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V
-phoenix_contact connector GMSTBV_01x04_GF_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V
-phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V
-phoenix_contact connector GMSTBV_01x05_GF_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V
-phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V
-phoenix_contact connector GMSTBV_01x06_GF_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V
-phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V
-phoenix_contact connector GMSTBV_01x07_GF_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V
-phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V
-phoenix_contact connector GMSTBV_01x08_GF_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V
-phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V
-phoenix_contact connector GMSTBV_01x09_GF_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V
-phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V
-phoenix_contact connector GMSTBV_01x10_GF_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V
-phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V
-phoenix_contact connector GMSTBV_01x11_GF_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V
-phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V
-phoenix_contact connector GMSTBV_01x12_GF_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V
-phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V
-phoenix_contact connector GMSTB_01x02_GF_7.62mm
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V
-phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH
-0
-2
-2
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V
-phoenix_contact connector GMSTB_01x03_GF_7.62mm
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V
-phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH
-0
-3
-3
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V
-phoenix_contact connector GMSTB_01x04_GF_7.62mm
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V
-phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH
-0
-4
-4
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V
-phoenix_contact connector GMSTB_01x05_GF_7.62mm
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V
-phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH
-0
-5
-5
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V
-phoenix_contact connector GMSTB_01x06_GF_7.62mm
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V
-phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH
-0
-6
-6
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V
-phoenix_contact connector GMSTB_01x07_GF_7.62mm
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V
-phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH
-0
-7
-7
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V
-phoenix_contact connector GMSTB_01x08_GF_7.62mm
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V
-phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH
-0
-8
-8
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V
-phoenix_contact connector GMSTB_01x09_GF_7.62mm
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V
-phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH
-0
-9
-9
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V
-phoenix_contact connector GMSTB_01x10_GF_7.62mm
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V
-phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH
-0
-10
-10
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V
-phoenix_contact connector GMSTB_01x11_GF_7.62mm
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V
-phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH
-0
-11
-11
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V
-phoenix_contact connector GMSTB_01x12_GF_7.62mm
-0
-12
-12
-Connector_Phoenix_GMSTB
-PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V
-phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V
-phoenix_contact connector MCV_01x02_G_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V
-phoenix_contact connector MCV_01x02_G_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.5mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V
-phoenix_contact connector MCV_01x02_GF_3.81mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V
-phoenix_contact connector MCV_01x03_G_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V
-phoenix_contact connector MCV_01x03_G_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.5mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V
-phoenix_contact connector MCV_01x03_GF_3.81mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V
-phoenix_contact connector MCV_01x04_G_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V
-phoenix_contact connector MCV_01x04_G_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.5mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V
-phoenix_contact connector MCV_01x04_GF_3.81mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V
-phoenix_contact connector MCV_01x05_G_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V
-phoenix_contact connector MCV_01x05_G_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.5mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V
-phoenix_contact connector MCV_01x05_GF_3.81mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V
-phoenix_contact connector MCV_01x06_G_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V
-phoenix_contact connector MCV_01x06_G_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.5mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V
-phoenix_contact connector MCV_01x06_GF_3.81mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V
-phoenix_contact connector MCV_01x07_G_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V
-phoenix_contact connector MCV_01x07_G_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.5mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V
-phoenix_contact connector MCV_01x07_GF_3.81mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V
-phoenix_contact connector MCV_01x08_G_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V
-phoenix_contact connector MCV_01x08_G_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.5mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V
-phoenix_contact connector MCV_01x08_GF_3.81mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V
-phoenix_contact connector MCV_01x09_G_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V
-phoenix_contact connector MCV_01x09_G_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.5mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V
-phoenix_contact connector MCV_01x09_GF_3.81mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V
-phoenix_contact connector MCV_01x10_G_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V
-phoenix_contact connector MCV_01x10_G_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.5mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V
-phoenix_contact connector MCV_01x10_GF_3.81mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V
-phoenix_contact connector MCV_01x11_G_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V
-phoenix_contact connector MCV_01x11_G_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.5mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V
-phoenix_contact connector MCV_01x11_GF_3.81mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V
-phoenix_contact connector MCV_01x12_G_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V
-phoenix_contact connector MCV_01x12_G_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.5mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V
-phoenix_contact connector MCV_01x12_GF_3.81mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V
-phoenix_contact connector MCV_01x13_G_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V
-phoenix_contact connector MCV_01x13_G_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.5mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V
-phoenix_contact connector MCV_01x13_GF_3.81mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V
-phoenix_contact connector MCV_01x14_G_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V
-phoenix_contact connector MCV_01x14_G_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.5mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V
-phoenix_contact connector MCV_01x14_GF_3.81mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V
-phoenix_contact connector MCV_01x15_G_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V
-phoenix_contact connector MCV_01x15_G_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.5mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V
-phoenix_contact connector MCV_01x15_GF_3.81mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V
-phoenix_contact connector MCV_01x16_G_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V
-phoenix_contact connector MCV_01x16_G_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.5mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V
-phoenix_contact connector MCV_01x16_GF_3.81mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V
-phoenix_contact connector MC_01x02_G_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V
-phoenix_contact connector MC_01x02_G_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V
-phoenix_contact connector MC_01x02_GF_3.5mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V
-phoenix_contact connector MC_01x02_GF_3.5mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V
-phoenix_contact connector MC_01x02_GF_3.81mm
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V
-phoenix_contact connector MC_01x02_GF_3.81mm_MH
-0
-2
-2
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V
-phoenix_contact connector MC_01x03_G_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V
-phoenix_contact connector MC_01x03_G_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V
-phoenix_contact connector MC_01x03_GF_3.5mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V
-phoenix_contact connector MC_01x03_GF_3.5mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V
-phoenix_contact connector MC_01x03_GF_3.81mm
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V
-phoenix_contact connector MC_01x03_GF_3.81mm_MH
-0
-3
-3
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V
-phoenix_contact connector MC_01x04_G_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V
-phoenix_contact connector MC_01x04_G_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V
-phoenix_contact connector MC_01x04_GF_3.5mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V
-phoenix_contact connector MC_01x04_GF_3.5mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V
-phoenix_contact connector MC_01x04_GF_3.81mm
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V
-phoenix_contact connector MC_01x04_GF_3.81mm_MH
-0
-4
-4
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V
-phoenix_contact connector MC_01x05_G_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V
-phoenix_contact connector MC_01x05_G_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V
-phoenix_contact connector MC_01x05_GF_3.5mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V
-phoenix_contact connector MC_01x05_GF_3.5mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V
-phoenix_contact connector MC_01x05_GF_3.81mm
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V
-phoenix_contact connector MC_01x05_GF_3.81mm_MH
-0
-5
-5
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V
-phoenix_contact connector MC_01x06_G_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V
-phoenix_contact connector MC_01x06_G_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V
-phoenix_contact connector MC_01x06_GF_3.5mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V
-phoenix_contact connector MC_01x06_GF_3.5mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V
-phoenix_contact connector MC_01x06_GF_3.81mm
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V
-phoenix_contact connector MC_01x06_GF_3.81mm_MH
-0
-6
-6
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V
-phoenix_contact connector MC_01x07_G_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V
-phoenix_contact connector MC_01x07_G_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V
-phoenix_contact connector MC_01x07_GF_3.5mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V
-phoenix_contact connector MC_01x07_GF_3.5mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V
-phoenix_contact connector MC_01x07_GF_3.81mm
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V
-phoenix_contact connector MC_01x07_GF_3.81mm_MH
-0
-7
-7
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V
-phoenix_contact connector MC_01x08_G_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V
-phoenix_contact connector MC_01x08_G_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V
-phoenix_contact connector MC_01x08_GF_3.5mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V
-phoenix_contact connector MC_01x08_GF_3.5mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V
-phoenix_contact connector MC_01x08_GF_3.81mm
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V
-phoenix_contact connector MC_01x08_GF_3.81mm_MH
-0
-8
-8
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V
-phoenix_contact connector MC_01x09_G_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V
-phoenix_contact connector MC_01x09_G_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V
-phoenix_contact connector MC_01x09_GF_3.5mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V
-phoenix_contact connector MC_01x09_GF_3.5mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V
-phoenix_contact connector MC_01x09_GF_3.81mm
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V
-phoenix_contact connector MC_01x09_GF_3.81mm_MH
-0
-9
-9
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V
-phoenix_contact connector MC_01x10_G_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V
-phoenix_contact connector MC_01x10_G_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V
-phoenix_contact connector MC_01x10_GF_3.5mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V
-phoenix_contact connector MC_01x10_GF_3.5mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V
-phoenix_contact connector MC_01x10_GF_3.81mm
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V
-phoenix_contact connector MC_01x10_GF_3.81mm_MH
-0
-10
-10
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V
-phoenix_contact connector MC_01x11_G_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V
-phoenix_contact connector MC_01x11_G_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V
-phoenix_contact connector MC_01x11_GF_3.5mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V
-phoenix_contact connector MC_01x11_GF_3.5mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V
-phoenix_contact connector MC_01x11_GF_3.81mm
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V
-phoenix_contact connector MC_01x11_GF_3.81mm_MH
-0
-11
-11
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V
-phoenix_contact connector MC_01x12_G_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V
-phoenix_contact connector MC_01x12_G_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V
-phoenix_contact connector MC_01x12_GF_3.5mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V
-phoenix_contact connector MC_01x12_GF_3.5mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V
-phoenix_contact connector MC_01x12_GF_3.81mm
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V
-phoenix_contact connector MC_01x12_GF_3.81mm_MH
-0
-12
-12
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V
-phoenix_contact connector MC_01x13_G_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V
-phoenix_contact connector MC_01x13_G_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V
-phoenix_contact connector MC_01x13_GF_3.5mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V
-phoenix_contact connector MC_01x13_GF_3.5mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V
-phoenix_contact connector MC_01x13_GF_3.81mm
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V
-phoenix_contact connector MC_01x13_GF_3.81mm_MH
-0
-13
-13
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V
-phoenix_contact connector MC_01x14_G_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V
-phoenix_contact connector MC_01x14_G_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V
-phoenix_contact connector MC_01x14_GF_3.5mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V
-phoenix_contact connector MC_01x14_GF_3.5mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V
-phoenix_contact connector MC_01x14_GF_3.81mm
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V
-phoenix_contact connector MC_01x14_GF_3.81mm_MH
-0
-14
-14
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V
-phoenix_contact connector MC_01x15_G_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V
-phoenix_contact connector MC_01x15_G_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V
-phoenix_contact connector MC_01x15_GF_3.5mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V
-phoenix_contact connector MC_01x15_GF_3.5mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V
-phoenix_contact connector MC_01x15_GF_3.81mm
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V
-phoenix_contact connector MC_01x15_GF_3.81mm_MH
-0
-15
-15
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V
-phoenix_contact connector MC_01x16_G_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V
-phoenix_contact connector MC_01x16_G_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V
-phoenix_contact connector MC_01x16_GF_3.5mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V
-phoenix_contact connector MC_01x16_GF_3.5mm_MH
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V
-phoenix_contact connector MC_01x16_GF_3.81mm
-0
-16
-16
-Connector_Phoenix_MC
-PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V
-phoenix_contact connector MC_01x16_GF_3.81mm_MH
-0
-16
-16
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V
-phoenix_contact connector MCV_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V
-phoenix_contact connector MCV_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V
-phoenix_contact connector MCV_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V
-phoenix_contact connector MCV_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V
-phoenix_contact connector MCV_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V
-phoenix_contact connector MCV_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V
-phoenix_contact connector MCV_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V
-phoenix_contact connector MCV_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V
-phoenix_contact connector MCV_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V
-phoenix_contact connector MCV_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V
-phoenix_contact connector MCV_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V
-phoenix_contact connector MCV_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V
-phoenix_contact connector MCV_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V
-phoenix_contact connector MCV_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V
-phoenix_contact connector MCV_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V
-phoenix_contact connector MCV_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V
-phoenix_contact connector MCV_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V
-phoenix_contact connector MCV_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V
-phoenix_contact connector MCV_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V
-phoenix_contact connector MCV_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V
-phoenix_contact connector MCV_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V
-phoenix_contact connector MCV_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V
-phoenix_contact connector MCV_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V
-phoenix_contact connector MCV_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V
-phoenix_contact connector MCV_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V
-phoenix_contact connector MCV_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V
-phoenix_contact connector MCV_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V
-phoenix_contact connector MCV_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V
-phoenix_contact connector MCV_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V
-phoenix_contact connector MCV_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V
-phoenix_contact connector MCV_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V
-phoenix_contact connector MCV_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V
-phoenix_contact connector MCV_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V
-phoenix_contact connector MC_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V
-phoenix_contact connector MC_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V
-phoenix_contact connector MC_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V
-phoenix_contact connector MC_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V
-phoenix_contact connector MC_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V
-phoenix_contact connector MC_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V
-phoenix_contact connector MC_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V
-phoenix_contact connector MC_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V
-phoenix_contact connector MC_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V
-phoenix_contact connector MC_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V
-phoenix_contact connector MC_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V
-phoenix_contact connector MC_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V
-phoenix_contact connector MC_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V
-phoenix_contact connector MC_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V
-phoenix_contact connector MC_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V
-phoenix_contact connector MC_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V
-phoenix_contact connector MC_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V
-phoenix_contact connector MC_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V
-phoenix_contact connector MC_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V
-phoenix_contact connector MC_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V
-phoenix_contact connector MC_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V
-phoenix_contact connector MC_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V
-phoenix_contact connector MC_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V
-phoenix_contact connector MC_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V
-phoenix_contact connector MC_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V
-phoenix_contact connector MC_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V
-phoenix_contact connector MC_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V
-phoenix_contact connector MC_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V
-phoenix_contact connector MC_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V
-phoenix_contact connector MC_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V
-phoenix_contact connector MC_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V
-phoenix_contact connector MC_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MC_HighVoltage
-PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V
-phoenix_contact connector MC_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC)
-phoenix_contact connector MSTBA_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC)
-phoenix_contact connector MSTBA_01x02_G_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC)
-phoenix_contact connector MSTBA_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC)
-phoenix_contact connector MSTBA_01x03_G_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC)
-phoenix_contact connector MSTBA_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC)
-phoenix_contact connector MSTBA_01x04_G_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC)
-phoenix_contact connector MSTBA_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC)
-phoenix_contact connector MSTBA_01x05_G_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC)
-phoenix_contact connector MSTBA_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC)
-phoenix_contact connector MSTBA_01x06_G_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC)
-phoenix_contact connector MSTBA_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC)
-phoenix_contact connector MSTBA_01x07_G_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC)
-phoenix_contact connector MSTBA_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC)
-phoenix_contact connector MSTBA_01x08_G_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC)
-phoenix_contact connector MSTBA_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC)
-phoenix_contact connector MSTBA_01x09_G_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC)
-phoenix_contact connector MSTBA_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC)
-phoenix_contact connector MSTBA_01x10_G_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC)
-phoenix_contact connector MSTBA_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC)
-phoenix_contact connector MSTBA_01x11_G_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC)
-phoenix_contact connector MSTBA_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC)
-phoenix_contact connector MSTBA_01x12_G_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A
-phoenix_contact connector MSTBA_01x13_G_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A
-phoenix_contact connector MSTBA_01x13_G_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A
-phoenix_contact connector MSTBA_01x14_G_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A
-phoenix_contact connector MSTBA_01x14_G_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A
-phoenix_contact connector MSTBA_01x15_G_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A
-phoenix_contact connector MSTBA_01x15_G_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A
-phoenix_contact connector MSTBA_01x16_G_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal
-Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A
-phoenix_contact connector MSTBA_01x16_G_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC)
-phoenix_contact connector MSTBVA_01x02_G_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC)
-phoenix_contact connector MSTBVA_01x02_G_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC)
-phoenix_contact connector MSTBVA_01x03_G_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC)
-phoenix_contact connector MSTBVA_01x03_G_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC)
-phoenix_contact connector MSTBVA_01x04_G_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC)
-phoenix_contact connector MSTBVA_01x04_G_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC)
-phoenix_contact connector MSTBVA_01x05_G_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC)
-phoenix_contact connector MSTBVA_01x05_G_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC)
-phoenix_contact connector MSTBVA_01x06_G_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC)
-phoenix_contact connector MSTBVA_01x06_G_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC)
-phoenix_contact connector MSTBVA_01x07_G_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC)
-phoenix_contact connector MSTBVA_01x07_G_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC)
-phoenix_contact connector MSTBVA_01x08_G_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC)
-phoenix_contact connector MSTBVA_01x08_G_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC)
-phoenix_contact connector MSTBVA_01x09_G_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC)
-phoenix_contact connector MSTBVA_01x09_G_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC)
-phoenix_contact connector MSTBVA_01x10_G_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC)
-phoenix_contact connector MSTBVA_01x10_G_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC)
-phoenix_contact connector MSTBVA_01x11_G_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC)
-phoenix_contact connector MSTBVA_01x11_G_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC)
-phoenix_contact connector MSTBVA_01x12_G_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC)
-phoenix_contact connector MSTBVA_01x12_G_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A
-phoenix_contact connector MSTBVA_01x13_G_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A
-phoenix_contact connector MSTBVA_01x13_G_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A
-phoenix_contact connector MSTBVA_01x14_G_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A
-phoenix_contact connector MSTBVA_01x14_G_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A
-phoenix_contact connector MSTBVA_01x15_G_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A
-phoenix_contact connector MSTBVA_01x15_G_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A
-phoenix_contact connector MSTBVA_01x16_G_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical
-Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A
-phoenix_contact connector MSTBVA_01x16_G_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC)
-phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC)
-phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC)
-phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC)
-phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC)
-phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC)
-phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC)
-phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC)
-phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC)
-phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC)
-phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC)
-phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A
-phoenix_contact connector MSTBV_01x13_GF_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A
-phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A
-phoenix_contact connector MSTBV_01x13_GF_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A
-phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A
-phoenix_contact connector MSTBV_01x14_GF_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A
-phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A
-phoenix_contact connector MSTBV_01x14_GF_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A
-phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A
-phoenix_contact connector MSTBV_01x15_GF_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A
-phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A
-phoenix_contact connector MSTBV_01x15_GF_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A
-phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A
-phoenix_contact connector MSTBV_01x16_GF_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A
-phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A
-phoenix_contact connector MSTBV_01x16_GF_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A
-phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.08mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.08mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.00mm
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC)
-phoenix_contact connector MSTB_01x02_GF_5.00mm_MH
-0
-2
-2
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.08mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.08mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.00mm
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC)
-phoenix_contact connector MSTB_01x03_GF_5.00mm_MH
-0
-3
-3
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.08mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.08mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.00mm
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC)
-phoenix_contact connector MSTB_01x04_GF_5.00mm_MH
-0
-4
-4
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.08mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.08mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.00mm
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC)
-phoenix_contact connector MSTB_01x05_GF_5.00mm_MH
-0
-5
-5
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.08mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.08mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.00mm
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC)
-phoenix_contact connector MSTB_01x06_GF_5.00mm_MH
-0
-6
-6
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.08mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.08mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.00mm
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC)
-phoenix_contact connector MSTB_01x07_GF_5.00mm_MH
-0
-7
-7
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.08mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.08mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.00mm
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC)
-phoenix_contact connector MSTB_01x08_GF_5.00mm_MH
-0
-8
-8
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.08mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.08mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.00mm
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC)
-phoenix_contact connector MSTB_01x09_GF_5.00mm_MH
-0
-9
-9
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.08mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.08mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.00mm
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC)
-phoenix_contact connector MSTB_01x10_GF_5.00mm_MH
-0
-10
-10
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.08mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.08mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.00mm
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC)
-phoenix_contact connector MSTB_01x11_GF_5.00mm_MH
-0
-11
-11
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.08mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.08mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.00mm
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC)
-phoenix_contact connector MSTB_01x12_GF_5.00mm_MH
-0
-12
-12
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A
-phoenix_contact connector MSTB_01x13_GF_5.08mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A
-phoenix_contact connector MSTB_01x13_GF_5.08mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A
-phoenix_contact connector MSTB_01x13_GF_5.00mm
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A
-phoenix_contact connector MSTB_01x13_GF_5.00mm_MH
-0
-13
-13
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A
-phoenix_contact connector MSTB_01x14_GF_5.08mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A
-phoenix_contact connector MSTB_01x14_GF_5.08mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A
-phoenix_contact connector MSTB_01x14_GF_5.00mm
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A
-phoenix_contact connector MSTB_01x14_GF_5.00mm_MH
-0
-14
-14
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A
-phoenix_contact connector MSTB_01x15_GF_5.08mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A
-phoenix_contact connector MSTB_01x15_GF_5.08mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A
-phoenix_contact connector MSTB_01x15_GF_5.00mm
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A
-phoenix_contact connector MSTB_01x15_GF_5.00mm_MH
-0
-15
-15
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A
-phoenix_contact connector MSTB_01x16_GF_5.08mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A
-phoenix_contact connector MSTB_01x16_GF_5.08mm_MH
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A
-phoenix_contact connector MSTB_01x16_GF_5.00mm
-0
-16
-16
-Connector_Phoenix_MSTB
-PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole
-Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A
-phoenix_contact connector MSTB_01x16_GF_5.00mm_MH
-0
-16
-16
-Connector_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_JK00177NL_Horizontal
-10/100/1000 Base-T RJ45 single port with LEDs and 75W POE, https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/J432/doc_part/J432.pdf
-RJ45 8p8c ethernet POE
-0
-22
-21
-Connector_RJ
-RJ45_Pulse_JK0654219NL_Horizontal
-10/100/1000 Base-T RJ45 single port with LEDs https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/JK%20Series.pdf#page=2
-RJ45 8p8c ethernet
-0
-18
-17
-Connector_RJ
-RJ45_Pulse_JXD6-0001NL_Horizontal
-RJ45 ethernet transformer with magnetics (https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/JXD6-0001NL/doc_part/JXD6-0001NL.pdf)
-ethernet 8p8c transformer magjack
-0
-12
-11
-Connector_RJ
-RJ45_UDE_RB1-125B8G1A
-1 Port RJ45 Connector Through Hole 10/100/1000 Base-T, https://datasheet.lcsc.com/szlcsc/1901091107_UDE-Corp-RB1-125B8G1A_C363353.pdf#page=3
-RJ45 ethernet
-0
-16
-15
-Connector_RJ
-RJ45_Wuerth_7499010001A_Horizontal
-10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf
-RJ45 ethernet magnetic
-0
-10
-9
-Connector_RJ
-RJ45_Wuerth_7499010121A_Horizontal
-10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal with green/orange LEDs https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf
-RJ45 ethernet magnetic
-0
-14
-13
-Connector_RJ
-RJ45_Wuerth_7499111446_Horizontal
-LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT
-ethernet lan connector
-0
-16
-15
-Connector_RJ
-RJ45_Wuerth_7499151120_Horizontal
-Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf)
-ethernet lan connector
-0
-32
-29
-Connector_RJ
-RJ45_Wuerth_74980111211_Horizontal
-RJ45 LAN Transformer 10/100BaseT (https://katalog.we-online.de/pbs/datasheet/74980111211.pdf)
-lan magnetics transformer
-0
-14
-13
-Connector_SATA_SAS
-SAS-mini_TEConnectivity_1888174_Vertical
-36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English
-SAS mini connector
-0
-44
-44
-Connector_SATA_SAS
-SATA_Amphenol_10029364-001LF_Horizontal
-https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf
-SATA
-0
-24
-23
-Connector_Samtec
-Samtec_FMC_ASP-134486-01_10x40_P1.27mm_Vertical
-http://suddendocs.samtec.com/prints/asp-134486-01-mkt.pdf
-FMC HPC
-0
-400
-400
-Connector_Samtec
-Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical
-https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf
-FMC HPC
-0
-400
-400
-Connector_Samtec
-Samtec_FMC_ASP-134604-01_4x40_Vertical
-https://suddendocs.samtec.com/prints/asp-134604-01-mkt.pdf
-FMC LPC VITA
-0
-160
-160
-Connector_Samtec
-Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-10
-10
-Connector_Samtec
-Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-12
-11
-Connector_Samtec
-Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-20
-20
-Connector_Samtec
-Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-22
-21
-Connector_Samtec
-Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-40
-40
-Connector_Samtec
-Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-42
-41
-Connector_Samtec
-Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-60
-60
-Connector_Samtec
-Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-62
-61
-Connector_Samtec
-Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-80
-80
-Connector_Samtec
-Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-82
-81
-Connector_Samtec
-Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-100
-100
-Connector_Samtec
-Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical
-Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec side entry
-0
-102
-101
-Connector_Samtec_HLE_SMD
-Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-4
-4
-Connector_Samtec_HLE_SMD
-Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-4
-4
-Connector_Samtec_HLE_SMD
-Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-4
-4
-Connector_Samtec_HLE_SMD
-Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-4
-4
-Connector_Samtec_HLE_SMD
-Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-6
-6
-Connector_Samtec_HLE_SMD
-Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-6
-6
-Connector_Samtec_HLE_SMD
-Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-6
-6
-Connector_Samtec_HLE_SMD
-Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-6
-6
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-8
-8
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-10
-10
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-12
-12
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-14
-14
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-16
-16
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-18
-18
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-20
-20
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-22
-22
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-24
-24
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-26
-26
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-28
-28
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-30
-30
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-32
-32
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-34
-34
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-36
-36
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-38
-38
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-40
-40
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-42
-42
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-44
-44
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-46
-46
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-48
-48
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-50
-50
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-52
-52
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-54
-54
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-56
-56
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-58
-58
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-60
-60
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-62
-62
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-64
-64
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-66
-66
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-68
-68
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-70
-70
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-72
-72
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-74
-74
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-76
-76
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-78
-78
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-80
-80
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-82
-82
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-84
-84
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-86
-86
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-88
-88
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-90
-90
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-92
-92
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-94
-94
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-96
-96
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-98
-98
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_SMD
-Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator
-connector Samtec HLE horizontal
-0
-100
-100
-Connector_Samtec_HLE_THT
-Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-8
-8
-Connector_Samtec_HLE_THT
-Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-8
-8
-Connector_Samtec_HLE_THT
-Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-8
-8
-Connector_Samtec_HLE_THT
-Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-10
-10
-Connector_Samtec_HLE_THT
-Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-10
-10
-Connector_Samtec_HLE_THT
-Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-10
-10
-Connector_Samtec_HLE_THT
-Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-12
-12
-Connector_Samtec_HLE_THT
-Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-12
-12
-Connector_Samtec_HLE_THT
-Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-12
-12
-Connector_Samtec_HLE_THT
-Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-14
-14
-Connector_Samtec_HLE_THT
-Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-14
-14
-Connector_Samtec_HLE_THT
-Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-14
-14
-Connector_Samtec_HLE_THT
-Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-16
-16
-Connector_Samtec_HLE_THT
-Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-16
-16
-Connector_Samtec_HLE_THT
-Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-16
-16
-Connector_Samtec_HLE_THT
-Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-18
-18
-Connector_Samtec_HLE_THT
-Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-18
-18
-Connector_Samtec_HLE_THT
-Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-18
-18
-Connector_Samtec_HLE_THT
-Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-20
-20
-Connector_Samtec_HLE_THT
-Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-20
-20
-Connector_Samtec_HLE_THT
-Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-20
-20
-Connector_Samtec_HLE_THT
-Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-22
-22
-Connector_Samtec_HLE_THT
-Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-22
-22
-Connector_Samtec_HLE_THT
-Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-22
-22
-Connector_Samtec_HLE_THT
-Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-24
-24
-Connector_Samtec_HLE_THT
-Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-24
-24
-Connector_Samtec_HLE_THT
-Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-24
-24
-Connector_Samtec_HLE_THT
-Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-26
-26
-Connector_Samtec_HLE_THT
-Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-26
-26
-Connector_Samtec_HLE_THT
-Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-26
-26
-Connector_Samtec_HLE_THT
-Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-28
-28
-Connector_Samtec_HLE_THT
-Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-28
-28
-Connector_Samtec_HLE_THT
-Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-28
-28
-Connector_Samtec_HLE_THT
-Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-30
-30
-Connector_Samtec_HLE_THT
-Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-30
-30
-Connector_Samtec_HLE_THT
-Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-30
-30
-Connector_Samtec_HLE_THT
-Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-32
-32
-Connector_Samtec_HLE_THT
-Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-32
-32
-Connector_Samtec_HLE_THT
-Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-32
-32
-Connector_Samtec_HLE_THT
-Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-34
-34
-Connector_Samtec_HLE_THT
-Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-34
-34
-Connector_Samtec_HLE_THT
-Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-34
-34
-Connector_Samtec_HLE_THT
-Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-36
-36
-Connector_Samtec_HLE_THT
-Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-36
-36
-Connector_Samtec_HLE_THT
-Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-36
-36
-Connector_Samtec_HLE_THT
-Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-38
-38
-Connector_Samtec_HLE_THT
-Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-38
-38
-Connector_Samtec_HLE_THT
-Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-38
-38
-Connector_Samtec_HLE_THT
-Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-40
-40
-Connector_Samtec_HLE_THT
-Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-40
-40
-Connector_Samtec_HLE_THT
-Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-40
-40
-Connector_Samtec_HLE_THT
-Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-42
-42
-Connector_Samtec_HLE_THT
-Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-42
-42
-Connector_Samtec_HLE_THT
-Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-42
-42
-Connector_Samtec_HLE_THT
-Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-44
-44
-Connector_Samtec_HLE_THT
-Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-44
-44
-Connector_Samtec_HLE_THT
-Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-44
-44
-Connector_Samtec_HLE_THT
-Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-46
-46
-Connector_Samtec_HLE_THT
-Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-46
-46
-Connector_Samtec_HLE_THT
-Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-46
-46
-Connector_Samtec_HLE_THT
-Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-48
-48
-Connector_Samtec_HLE_THT
-Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-48
-48
-Connector_Samtec_HLE_THT
-Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-48
-48
-Connector_Samtec_HLE_THT
-Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-50
-50
-Connector_Samtec_HLE_THT
-Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-50
-50
-Connector_Samtec_HLE_THT
-Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-50
-50
-Connector_Samtec_HLE_THT
-Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-52
-52
-Connector_Samtec_HLE_THT
-Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-52
-52
-Connector_Samtec_HLE_THT
-Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-52
-52
-Connector_Samtec_HLE_THT
-Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-54
-54
-Connector_Samtec_HLE_THT
-Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-54
-54
-Connector_Samtec_HLE_THT
-Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-54
-54
-Connector_Samtec_HLE_THT
-Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-56
-56
-Connector_Samtec_HLE_THT
-Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-56
-56
-Connector_Samtec_HLE_THT
-Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-56
-56
-Connector_Samtec_HLE_THT
-Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-58
-58
-Connector_Samtec_HLE_THT
-Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-58
-58
-Connector_Samtec_HLE_THT
-Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-58
-58
-Connector_Samtec_HLE_THT
-Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-60
-60
-Connector_Samtec_HLE_THT
-Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-60
-60
-Connector_Samtec_HLE_THT
-Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-60
-60
-Connector_Samtec_HLE_THT
-Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-62
-62
-Connector_Samtec_HLE_THT
-Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-62
-62
-Connector_Samtec_HLE_THT
-Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-62
-62
-Connector_Samtec_HLE_THT
-Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-64
-64
-Connector_Samtec_HLE_THT
-Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-64
-64
-Connector_Samtec_HLE_THT
-Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-64
-64
-Connector_Samtec_HLE_THT
-Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-66
-66
-Connector_Samtec_HLE_THT
-Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-66
-66
-Connector_Samtec_HLE_THT
-Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-66
-66
-Connector_Samtec_HLE_THT
-Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-68
-68
-Connector_Samtec_HLE_THT
-Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-68
-68
-Connector_Samtec_HLE_THT
-Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-68
-68
-Connector_Samtec_HLE_THT
-Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-70
-70
-Connector_Samtec_HLE_THT
-Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-70
-70
-Connector_Samtec_HLE_THT
-Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-70
-70
-Connector_Samtec_HLE_THT
-Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-72
-72
-Connector_Samtec_HLE_THT
-Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-72
-72
-Connector_Samtec_HLE_THT
-Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-72
-72
-Connector_Samtec_HLE_THT
-Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-74
-74
-Connector_Samtec_HLE_THT
-Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-74
-74
-Connector_Samtec_HLE_THT
-Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-74
-74
-Connector_Samtec_HLE_THT
-Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-76
-76
-Connector_Samtec_HLE_THT
-Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-76
-76
-Connector_Samtec_HLE_THT
-Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-76
-76
-Connector_Samtec_HLE_THT
-Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-78
-78
-Connector_Samtec_HLE_THT
-Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-78
-78
-Connector_Samtec_HLE_THT
-Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-78
-78
-Connector_Samtec_HLE_THT
-Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-80
-80
-Connector_Samtec_HLE_THT
-Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-80
-80
-Connector_Samtec_HLE_THT
-Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-80
-80
-Connector_Samtec_HLE_THT
-Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-82
-82
-Connector_Samtec_HLE_THT
-Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-82
-82
-Connector_Samtec_HLE_THT
-Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-82
-82
-Connector_Samtec_HLE_THT
-Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-84
-84
-Connector_Samtec_HLE_THT
-Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-84
-84
-Connector_Samtec_HLE_THT
-Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-84
-84
-Connector_Samtec_HLE_THT
-Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-86
-86
-Connector_Samtec_HLE_THT
-Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-86
-86
-Connector_Samtec_HLE_THT
-Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-86
-86
-Connector_Samtec_HLE_THT
-Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-88
-88
-Connector_Samtec_HLE_THT
-Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-88
-88
-Connector_Samtec_HLE_THT
-Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-88
-88
-Connector_Samtec_HLE_THT
-Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-90
-90
-Connector_Samtec_HLE_THT
-Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-90
-90
-Connector_Samtec_HLE_THT
-Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-90
-90
-Connector_Samtec_HLE_THT
-Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-92
-92
-Connector_Samtec_HLE_THT
-Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-92
-92
-Connector_Samtec_HLE_THT
-Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-92
-92
-Connector_Samtec_HLE_THT
-Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-94
-94
-Connector_Samtec_HLE_THT
-Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-94
-94
-Connector_Samtec_HLE_THT
-Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-94
-94
-Connector_Samtec_HLE_THT
-Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-96
-96
-Connector_Samtec_HLE_THT
-Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-96
-96
-Connector_Samtec_HLE_THT
-Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-96
-96
-Connector_Samtec_HLE_THT
-Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-98
-98
-Connector_Samtec_HLE_THT
-Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-98
-98
-Connector_Samtec_HLE_THT
-Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-98
-98
-Connector_Samtec_HLE_THT
-Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-100
-100
-Connector_Samtec_HLE_THT
-Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-100
-100
-Connector_Samtec_HLE_THT
-Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal
-Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator
-connector Samtec HLE top entry
-0
-100
-100
-Connector_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
-USB3_Micro-B_Connfly_DS1104-01
-Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://en.connfly.com/static/upload/file/pdf/DS1104-01.pdf)
-USB 3.0 Micro B SMD right angle
-0
-16
-11
-Connector_USB
-USB_A_CNCTech_1001-011-01101_Horizontal
-USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf
-USB-A
-0
-6
-5
-Connector_USB
-USB_A_CONNFLY_DS1095-WNR0
-http://www.connfly.com/userfiles/image/UpLoadFile/File/2013/5/6/DS1095.pdf
-USB-A receptacle horizontal through-hole
-0
-6
-5
-Connector_USB
-USB_A_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_TE_292303-7_Horizontal
-USB type A, Horizontal, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292303&DocType=Customer+Drawing&DocLang=English
-USB_A Female Connector receptacle
-0
-6
-5
-Connector_USB
-USB_A_Wuerth_614004134726_Horizontal
-USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf
-USB_A Female Connector receptacle
-0
-8
-5
-Connector_USB
-USB_A_Wuerth_61400826021_Horizontal_Stacked
-Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf
-Wuerth stacked USB_A
-0
-12
-9
-Connector_USB
-USB_B_Amphenol_MUSB-D511_Vertical_Rugged
-A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf
-USB_B_MUSB_Straight female connector straight rugged MUSB D511
-0
-6
-5
-Connector_USB
-USB_B_Lumberg_2411_02_Horizontal
-USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf
-USB B receptacle horizontal through-hole
-0
-6
-5
-Connector_USB
-USB_B_OST_USB-B1HSxx_Horizontal
-USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf
-USB-B receptacle horizontal through-hole
-0
-6
-5
-Connector_USB
-USB_B_TE_5787834_Vertical
-http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf
-USB_B USB B vertical female connector
-0
-6
-5
-Connector_USB
-USB_C_Plug_JAE_DX07P024AJ1
-Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1
-USB Type-C Plug Edge Mount
-0
-30
-25
-Connector_USB
-USB_C_Plug_Molex_105444
-Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf
-USB Type-C Plug Edge Mount
-0
-24
-23
-Connector_USB
-USB_C_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_GCT_USB4115-03-C
-USB TYPE C, VERT RCPT PCB, SMT, https://gct.co/files/drawings/usb4115.pdf
-USB C Type-C Receptacle SMD
-0
-28
-25
-Connector_USB
-USB_C_Receptacle_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_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_576802B03900G
-Heatsink, 14.48x12.7x19.05mm, TO-220/ TO-262, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Plug-In-5768.pdf
-heatsink
-0
-1
-1
-Heatsink
-Heatsink_AAVID_590302B03600G
-Heatsink, 25.4x25.4x42.54mm, TO-220, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Channel-5903.pdf
-heatsink
-0
-2
-2
-Heatsink
-Heatsink_AAVID_TV5G_TO220_Horizontal
-Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G
-Heatsink TV5G TO-220 Horizontal
-0
-0
-0
-Heatsink
-Heatsink_Fischer_FK224xx2201_25x8.3mm
-25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks
-heatsink TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_FK24413D2PAK_26x13mm
-26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf
-heatsink TO-252 TO-263 TO-268
-0
-2
-1
-Heatsink
-Heatsink_Fischer_FK24413DPAK_23x13mm
-23x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d_pak.pdf
-heatsink TO-252 TO-263 TO-268
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm
-Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC,
-Heatsink fischer TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3
-Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC,
-Heatsink fischer TO-220
-0
-2
-1
-Heatsink
-Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm
-Heatsink, Fischer SK129
-heatsink fischer
-0
-2
-1
-Heatsink
-Heatsink_SheetType_50x7mm_2Fixations
-Heatsink, Sheet type, 50x7mm, 2 fixations (solder),
-Heatsink sheet
-0
-2
-1
-Heatsink
-Heatsink_Stonecold_HS-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_AVX_LMLP07A7
-Inductor, AVX Kyocera, LMLP Series, style D, 6.6mmx7.3mm, 3.0mm height. (Script generated with StandardBox.py) (https://datasheets.avx.com/LMLPD.pdf)
-Inductor LMLP
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-0630LR
-smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf
-inductor abracon smd shielded
-0
-2
-2
-Inductor_SMD
-L_Abracon_ASPI-3012S
-smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf
-inductor abracon smd shielded
-0
-2
-2
-Inductor_SMD
-L_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_SRR1208_12.7x12.7mm
-Bourns SRP1208 series SMD inductor https://www.bourns.com/pdfs/SRR1208.pdf
-Bourns SRP1208 SMD inductor
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRR1210A
-Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf
-Bourns SRR1210A SMD inductor
-0
-2
-2
-Inductor_SMD
-L_Bourns_SRR1260
-Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf
-Bourns SRR1260 SMD inductor
-0
-2
-2
-Inductor_SMD
-L_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_HCF-2013
-7443630070, http://katalog.we-online.de/pbs/datasheet/7443630070.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCF-2815
-74436410150, http://katalog.we-online.de/pbs/datasheet/74436410150.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCF-2818
-7443640330, http://katalog.we-online.de/pbs/datasheet/7443640330.pdf
-inductor shielded wuerth hcf
-0
-3
-2
-Inductor_SMD
-L_Wuerth_HCI-1030
-Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1040
-Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1050
-Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1335
-Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1350
-Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1365
-Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-1890
-Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-2212
-Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-5040
-Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7030
-Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7040
-Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCI-7050
-Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm
-inductor Wuerth hci smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1050
-Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1052
-Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1070
-Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1078
-Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1190
-Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1240
-Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1350
-Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-1390
-Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-7050
-Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_HCM-7070
-Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm
-inductor Wuerth hcm smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-1610
-Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2010
-Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2506
-Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2508
-Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2510
-Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-2512
-Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3010
-Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3012
-Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3015
-Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-3020
-Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-4020
-Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_MAPI-4030
-Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm
-inductor Wuerth smd
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL
-Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf
-Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL
-0
-4
-4
-Inductor_SMD
-L_Wuerth_WE-DD-Typ-M-Typ-S
-Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf
-Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS
-0
-4
-4
-Inductor_SMD
-L_Wuerth_WE-GF-1210
-Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf
-Unshielded Inductor WE-GF 1210 Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-7345
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf
-Choke Shielded Power Inductor WE-PD 7345 Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-LS
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf
-Choke Shielded Power Inductor WE-PD TypLS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-LS_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf
-Choke Shielded Power Inductor WE-PD TypLS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-M-Typ-S
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf
-Choke Shielded Power Inductor WE-PD TypM TypS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf
-Choke Shielded Power Inductor WE-PD TypM TypS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-L
-Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf
-Choke Power Inductor WE-PD2 TypL Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-MS
-Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf
-Choke Power Inductor WE-PD2 TypMS Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD2-Typ-XL
-Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf
-Choke Power Inductor WE-PD2 TypXL Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PD4-Typ-X
-Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf
-Choke Power Inductor WE-PD4 TypX Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PDF
-Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf
-Choke Shielded Power Inductor WE-PDF Wuerth
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-PDF_Handsoldering
-Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf
-Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering
-0
-2
-2
-Inductor_SMD
-L_Wuerth_WE-TPC-3816
-L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf
-wurth wuerth smd inductor
-0
-2
-2
-Inductor_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_VAC_T60405-S6123-X140
-3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X140.pdf
-common mode filter
-0
-6
-6
-Inductor_THT
-L_CommonMode_VAC_T60405-S6123-X240
-3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X240.pdf
-common mode filter
-0
-6
-6
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-L
-Wuerth, WE-CMB, Bauform L,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-M
-Wuerth, WE-CMB, Bauform M,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-S
-Wuerth, WE-CMB, Bauform S,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-XL
-Wuerth, WE-CMB, Bauform XL,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-XS
-Wuerth, WE-CMB, Bauform XS,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_CommonMode_Wuerth_WE-CMB-XXL
-Wuerth, WE-CMB, Bauform XXL,
-CommonModeChoke Gleichtaktdrossel
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM120
-Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf
-vertical inductor toroid mount
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM160
-Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf
-vertical inductor toroid mount
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM254
-Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf
-vertical inductor toroid mount
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM280
-Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf
-vertical inductor toroid mount
-0
-4
-4
-Inductor_THT
-L_Mount_Lodestone_VTM950-6
-Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, http://www.lodestonepacific.com/CatKpdf/VTM950-6.pdf
-vertical inductor toroid mount
-0
-6
-6
-Inductor_THT
-L_Radial_D6.0mm_P4.00mm
-Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf
-Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm
-0
-2
-2
-Inductor_THT
-L_Radial_D7.0mm_P3.00mm
-Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf
-Inductor Radial series Radial pin pitch 3.00mm diameter 7mm
-0
-2
-2
-Inductor_THT
-L_Radial_D7.2mm_P3.00mm_Murata_1700
-Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf
-Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700
-0
-2
-2
-Inductor_THT
-L_Radial_D7.5mm_P3.50mm_Fastron_07P
-Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series
-Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P
-0
-2
-2
-Inductor_THT
-L_Radial_D7.5mm_P5.00mm_Fastron_07P
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series
-Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P
-0
-2
-2
-Inductor_THT
-L_Radial_D7.8mm_P5.00mm_Fastron_07HCP
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP
-0
-2
-2
-Inductor_THT
-L_Radial_D8.7mm_P5.00mm_Fastron_07HCP
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP
-0
-2
-2
-Inductor_THT
-L_Radial_D9.5mm_P5.00mm_Fastron_07HVP
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series
-Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP
-0
-2
-2
-Inductor_THT
-L_Radial_D10.0mm_P5.00mm_Fastron_07M
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series
-Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M
-0
-2
-2
-Inductor_THT
-L_Radial_D10.0mm_P5.00mm_Fastron_07P
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series
-Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P
-0
-2
-2
-Inductor_THT
-L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3
-0
-2
-2
-Inductor_THT
-L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3
-0
-2
-2
-Inductor_THT
-L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS
-Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf
-Inductor Radial Murata 1200RS
-0
-4
-2
-Inductor_THT
-L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P5.00mm_Fastron_11P
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2
-Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P6.00mm_Murata_1900R
-Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf
-Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1
-Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1
-0
-2
-2
-Inductor_THT
-L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1
-Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1
-0
-2
-2
-Inductor_THT
-L_Radial_D12.5mm_P7.00mm_Fastron_09HCP
-Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP
-0
-2
-2
-Inductor_THT
-L_Radial_D12.5mm_P9.00mm_Fastron_09HCP
-Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP
-0
-2
-2
-Inductor_THT
-L_Radial_D13.5mm_P7.00mm_Fastron_09HCP
-Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf
-Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP
-0
-2
-2
-Inductor_THT
-L_Radial_D14.2mm_P10.00mm_Neosid_SD14
-Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14
-0
-2
-2
-Inductor_THT
-L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1
-Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1
-0
-2
-2
-Inductor_THT
-L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1
-Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1
-0
-2
-2
-Inductor_THT
-L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1
-Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1
-0
-2
-2
-Inductor_THT
-L_Radial_D18.0mm_P10.00mm
-Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf
-Inductor Radial series Radial pin pitch 10.00mm diameter 18mm
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2
-Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2
-Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2
-Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2
-Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2
-0
-2
-2
-Inductor_THT
-L_Radial_D21.0mm_P19.00mm
-Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf
-Inductor Radial series Radial pin pitch 19.00mm diameter 21mm
-0
-2
-2
-Inductor_THT
-L_Radial_D24.0mm_P24.00mm
-Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm
-Inductor Radial series Radial pin pitch 24.00mm diameter 24mm
-0
-2
-2
-Inductor_THT
-L_Radial_D24.4mm_P22.90mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D24.4mm_P23.10mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D24.4mm_P23.40mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D24.4mm_P23.70mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D24.4mm_P23.90mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3
-Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3
-0
-2
-2
-Inductor_THT
-L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3
-Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3
-0
-2
-2
-Inductor_THT
-L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3
-Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3
-0
-2
-2
-Inductor_THT
-L_Radial_D28.0mm_P29.20mm
-Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm
-Inductor Radial series Radial pin pitch 29.20mm diameter 28mm
-0
-2
-2
-Inductor_THT
-L_Radial_D29.8mm_P28.30mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D29.8mm_P28.50mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D29.8mm_P28.80mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D29.8mm_P29.00mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D29.8mm_P29.30mm_Murata_1400series
-Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf
-Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series
-0
-2
-2
-Inductor_THT
-L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5
-Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5
-0
-2
-2
-Inductor_THT
-L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4
-Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4
-0
-2
-2
-Inductor_THT
-L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4
-Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4
-0
-2
-2
-Inductor_THT
-L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5
-Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5
-0
-2
-2
-Inductor_THT
-L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5
-Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5
-0
-2
-2
-Inductor_THT
-L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6
-Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6
-0
-2
-2
-Inductor_THT
-L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6
-Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6
-0
-2
-2
-Inductor_THT
-L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6
-Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6
-0
-2
-2
-Inductor_THT
-L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6
-Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6
-0
-2
-2
-Inductor_THT
-L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6
-Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf
-Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6
-0
-2
-2
-Inductor_THT
-L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75
-Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf
-Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75
-0
-2
-2
-Inductor_THT
-L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E
-Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf
-Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E
-0
-2
-2
-Inductor_THT
-L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8
-Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf
-Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8
-0
-2
-2
-Inductor_THT
-L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25
-Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf
-Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25
-0
-2
-2
-Inductor_THT
-L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30
-Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf
-Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30
-0
-2
-2
-Inductor_THT
-L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm
-Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf
-Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm
-0
-2
-2
-Inductor_THT
-L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm
-Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf
-Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm
-0
-2
-2
-Inductor_THT
-L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm
-Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf
-Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm
-0
-2
-2
-Inductor_THT
-L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm
-Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf
-Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm
-0
-2
-2
-Inductor_THT
-L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37
-Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf
-Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37
-0
-2
-2
-Inductor_THT
-L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44
-Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf
-Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44
-0
-2
-2
-Inductor_THT
-L_SELF1408
-Self Ferrite 14 - 08
-SELF
-0
-7
-3
-Inductor_THT
-L_SELF1418
-Self Ferrite 14 - 18
-SELF
-0
-10
-4
-Inductor_THT
-L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12
-L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12
-L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16
-L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16
-L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20
-L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20
-L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25
-L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25
-L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30
-L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30
-L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37
-L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37
-L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44
-L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44
-L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50
-L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50
-L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3
-L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads
-L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000
-L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5
-L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100
-L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100
-L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4
-L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200
-L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200
-L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5
-L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads
-L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D26.0mm_P5.08mm
-inductor 26mm diameter toroid
-SELF INDUCTOR
-0
-3
-2
-Inductor_THT
-L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200
-L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200
-L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300
-L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300
-L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3
-L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6
-L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D40.0mm_P48.26mm
-L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm
-L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7
-L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8
-L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8
-0
-2
-2
-Inductor_THT
-L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9
-L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm
-L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2
-L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm
-L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2
-L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A
-L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1
-L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm
-L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2
-L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H
-L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3
-L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2
-L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3
-L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads
-L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B
-L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G
-L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C
-L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3
-L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4
-L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4
-L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5
-L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads
-L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D
-L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6
-L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F
-L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf
-L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7
-L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8
-L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700
-L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf
-L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700
-0
-2
-2
-Inductor_THT
-L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9
-L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf
-L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9
-0
-2
-2
-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_Kingbright_APHBM2012_2x1.25mm
-Dual LED SMD https://www.kingbrightusa.com/KCpack.asp?txtPack=APHBM2012
-LED Kingbright APHM2012
-0
-4
-4
-LED_SMD
-LED_Kingbright_KPBD-3224
-Kingbright, dual LED, red-green, dome lens, 3.2 x 2.4 mm Surface Mount LED Lamp (https://www.kingbright.com/attachments/file/psearch/000/00/00/KPBD-3224SURKCGKC(Ver.20A).pdf)
-Kingbright dual LED KPBD-3224
-0
-4
-4
-LED_SMD
-LED_LiteOn_LTST-C19HE1WT
-LiteOn RGB LED; https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf
-LED RGB Chip SMD
-0
-4
-4
-LED_SMD
-LED_LiteOn_LTST-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_Everlight_EASV3015RGBA0_Horizontal
-LED, RGB, right-angle, clear, https://everlightamericas.com/index.php?controller=attachment&id_attachment=3220
-LED RGB right-angle
-0
-4
-4
-LED_SMD
-LED_RGB_Getian_GT-P6PRGB4303
-https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf
-LED RGB
-0
-7
-7
-LED_SMD
-LED_RGB_PLCC-6
-RGB LED PLCC-6
-RGB LED PLCC-6
-0
-6
-6
-LED_SMD
-LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100
-3.2mm x 2.8mm PLCC4 LED, https://www.we-online.de/katalog/datasheet/150141M173100.pdf
-LED RGB Wurth PLCC-4
-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_Dialight_515-1064F
-https://www.dialightsignalsandcomponents.com/515-optopipe-light-pipe-trilevel-2-5mm-rnd-flat-diff-lens-press-fit/#tab-resources
-lightpipe triple tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_LPF-C012303S
-https://www.lumex.com/spec/LPF-C012303S.pdf
-lightpipe dual tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_LPF-C013301S
-https://www.lumex.com/spec/LPF-C013301S.pdf
-lightpipe triple tower right angle 3mm
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1275.x00x
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-spherical light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1276.1004
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-spherical light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lightpipe_Mentor_1276.2004
-https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf
-planar light pipe 4 way 3mm PLCC-2 PLCC-4
-0
-0
-0
-OptoDevice
-Lite-On_LTR-303ALS-01
-ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf
-ambient light sensor chipled
-0
-6
-6
-OptoDevice
-Luna_NSL-32
-Optoisolator with LED and photoresistor
-optoisolator
-0
-4
-4
-OptoDevice
-Maxim_OLGA-14_3.3x5.6mm_P0.8mm
-https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF
-OLGA-14 OESIP-14
-0
-14
-14
-OptoDevice
-ONSemi_QSE15x
-3 Lead Plastic Package
-ONSemi QSE158 QSE159
-0
-3
-3
-OptoDevice
-OnSemi_CASE100AQ
-OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF
-reflective opto couple photo coupler
-0
-4
-4
-OptoDevice
-OnSemi_CASE100CY
-OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF
-refective opto couple photo coupler
-0
-4
-4
-OptoDevice
-Osram_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_SiTime_SiT9121-6Pin_3.2x2.5mm
-3.2x2.5mm, 1-220MHz High Performance Differential Oscillator SiTime SiT9121 https://www.sitime.com/datasheet/SiT9121
-SMD SMT crystal oscillator
-0
-6
-6
-Oscillator
-Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm
-Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Silicon_Labs LGA NoLead
-0
-6
-6
-Oscillator
-Oscillator_SMD_TCXO_G158
-TCXO
-TCXO
-0
-4
-4
-Oscillator
-Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm
-Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package
-SMD SMT crystal oscillator
-0
-4
-4
-Oscillator
-Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering
-Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package
-SMD SMT crystal oscillator hand-soldering
-0
-4
-4
-Oscillator
-Oscillator_SeikoEpson_SG-8002DB
-14-lead dip package, row spacing 7.62 mm (300 mils)
-DIL DIP PDIP 2.54mm 7.62mm 300mil
-0
-4
-4
-Oscillator
-Oscillator_SeikoEpson_SG-8002DC
-8-lead dip package, row spacing 7.62 mm (300 mils)
-DIL DIP PDIP 2.54mm 7.62mm 300mil
-0
-4
-4
-Package_BGA
-Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4
-Analog BGA-28 4.0mm x 6.25mm package, pitch 0.4mm pad, based on https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf
-BGA 28 0.8
-0
-28
-28
-Package_BGA
-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
-MAPBGA_9x9mm_Layout17x17_P0.5mm
-MAPBGA 9x9x1.11 PKG, 9.0x9.0mm, 272 Ball, 17x17 Layout, 0.5mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00869D.pdf#page=1
-BGA 272 0.5
-0
-272
-272
-Package_BGA
-MAPBGA_14x14mm_Layout17x17_P0.8mm
-MAPBGA 14x14x1.18 PKG, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00855D.pdf#page=1
-BGA 289 0.8
-0
-289
-289
-Package_BGA
-Maxim_WLP-9_1.595x1.415_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD
-Maxim_WLP-9 W91C1+1 https://pdfserv.maximintegrated.com/package_dwgs/21-0459.PDF
-Maxim_WLP-9
-0
-9
-9
-Package_BGA
-Maxim_WLP-12
-Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF
-Maxim_WLP-12
-0
-12
-12
-Package_BGA
-Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD
-TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D2-Series-Data-Sheet-DS60001476C.pdf#page=2956
-BGA 196 0.75
-0
-196
-196
-Package_BGA
-Micron_FBGA-78_7.5x10.6mm_Layout9x13_P0.8mm
-FBGA-78, 10.6x7.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=24
-BGA 78 0.8
-0
-78
-78
-Package_BGA
-Micron_FBGA-78_8x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 10.5x8.0mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=25
-BGA 78 0.8
-0
-78
-78
-Package_BGA
-Micron_FBGA-78_9x10.5mm_Layout9x13_P0.8mm
-FBGA-78, 10.5x9.0mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=23
-BGA 78 0.8
-0
-78
-78
-Package_BGA
-Micron_FBGA-96_7.5x13.5mm_Layout9x16_P0.8mm
-FBGA-96, 13.5x7.5mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=27
-BGA 96 0.8
-0
-96
-96
-Package_BGA
-Micron_FBGA-96_8x14mm_Layout9x16_P0.8mm
-FBGA-96, 14.0x8.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=28
-BGA 96 0.8
-0
-96
-96
-Package_BGA
-Micron_FBGA-96_9x14mm_Layout9x16_P0.8mm
-FBGA-96, 14.0x9.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=26
-BGA 96 0.8
-0
-96
-96
-Package_BGA
-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
-Maxim_WLCSP-32_3.0x2.17mm_Layout7x5_P0.4mm_Ball0.27mm_Pad0.25mm
-WLCSP-32, 2.168x2.998mm, 35 Ball, 7x5 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100489.PDF
-CSP 35 0.4
-0
-35
-35
-Package_CSP
-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-4_0.64x0.64mm_P0.35mm
-WLCSP-4, 0.64x0.64mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, https://www.onsemi.com/pdf/datasheet/ncp163-d.pdf#page=23
-CSP 4 0.35
-0
-4
-4
-Package_CSP
-WLCSP-6_1.4x1.0mm_P0.4mm
-6pin Pitch 0.4mm
-6pin Pitch 0.4mm WLCSP
-0
-6
-6
-Package_CSP
-WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD
-WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf
-WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top
-0
-8
-8
-Package_CSP
-WLCSP-8_1.551x2.284mm_P0.5mm
-WLCSP-8, 2.284x1.551mm, 8 Ball, 2x4 Layout, 0.5mm Pitch, https://www.adestotech.com/wp-content/uploads/AT25SL321_112.pdf#page=75
-CSP 8 0.5
-0
-8
-8
-Package_CSP
-WLCSP-12_1.56x1.56mm_P0.4mm
-WLCSP 12 1.56x1.56 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf
-BMM150 WLCSP
-0
-12
-12
-Package_CSP
-WLCSP-12_1.403x1.555mm_P0.4mm_Stagger
-WLCSP-12, 6x4 raster staggered array, 1.403x1.555mm package, pitch 0.4mm; http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208
-CSP 12 0.2x0.346333
-0
-12
-12
-Package_CSP
-WLCSP-16_1.409x1.409mm_P0.35mm
-WLCSP-16, 1.409x1.409mm, 16 Ball, 4x4 Layout, 0.35mm Pitch, http://www.latticesemi.com/view_document?document_id=213
-CSP 16 0.35
-0
-16
-16
-Package_CSP
-WLCSP-16_2.225x2.17mm_P0.5mm
-WLCSP-16 2.225x2.17mm, 2.17x2.225mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://ww1.microchip.com/downloads/en/DeviceDoc/16B_WLCSP_CS_C04-06036c.pdf
-CSP 16 0.5
-0
-16
-16
-Package_CSP
-WLCSP-16_4x4_B2.17x2.32mm_P0.5mm
-WLCSP-16, http://www.nxp.com/documents/data_sheet/LPC1102_1104.pdf, http://www.nxp.com/assets/documents/data/en/application-notes/AN3846.pdf
-WLCSP-16 NXP
-0
-16
-16
-Package_CSP
-WLCSP-20_1.934x2.434mm_Layout4x5_P0.4mm
-WLCSP-20, 4x5 raster, 1.934x2.434mm package, pitch 0.4mm; see section 36.2.3 of http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf
-BGA 20 0.4
-0
-20
-20
-Package_CSP
-WLCSP-20_1.994x1.94mm_Layout4x5_P0.4mm
-WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00539D.pdf
-WLCSP-20
-0
-20
-20
-Package_CSP
-WLCSP-20_1.994x1.609mm_Layout5x4_P0.4mm
-WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00676D.pdf
-WLCSP-20
-0
-20
-20
-Package_CSP
-WLCSP-36_2.82x2.67mm_Layout6x6_P0.4mm
-WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00949D.pdf
-WLCSP-36
-0
-36
-36
-Package_CSP
-WLCSP-36_2.374x2.459mm_Layout6x6_P0.35mm
-WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00604D.pdf
-WLCSP-36
-0
-36
-36
-Package_CSP
-WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm
-WLCSP-56, 7x8 raster, 3.170x3.444mm package, pitch 0.4mm; see section 48.2.4 of http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001479B.pdf
-BGA 56 0.4
-0
-56
-56
-Package_CSP
-WLCSP-81_4.41x3.76mm_P0.4mm
-WLCSP-81, 9x9, 0.4mm Pitch, http://www.st.com/content/ccc/resource/technical/document/technical_note/92/30/3c/a1/4c/bb/43/6f/DM00103228.pdf/files/DM00103228.pdf/jcr:content/translations/en.DM00103228.pdf
-WLCSP ST
-0
-81
-81
-Package_CSP
-pSemi_CSP-16_1.64x2.04mm_P0.4mm
-pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf)
-psemi csp 16
-0
-16
-16
-Package_CSP
-pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm
-pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf)
-psemi csp 16
-0
-16
-16
-Package_DFN_QFN
-AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm
-UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138
-QFN 0.95
-0
-6
-5
-Package_DFN_QFN
-AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm
-DD Package; 8-Lead Plastic DFN (5.55mm x 5.2mm), Pin 5-8 connected to EP (http://www.aosmd.com/res/packaging_information/DFN5x6_8L_EP1_P.pdf)
-dfn
-0
-25
-5
-Package_DFN_QFN
-Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias
-56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download)
-QFN 0.5
-0
-87
-57
-Package_DFN_QFN
-DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack
-DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x1.6mm_P0.5mm_EP1.15x1.3mm
-DFN, 6 Pin (https://www.onsemi.com/pdf/datasheet/ncp349-d.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm
-DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.5mm_EP0.6x1.37mm
-DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081703_C_DC6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm
-DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf)
-DFN 0.5
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm
-6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.65
-0
-9
-7
-Package_DFN_QFN
-DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm
-DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-7
-Package_DFN_QFN
-DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm
-DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF)
-DFN 0.95
-0
-13
-7
-Package_DFN_QFN
-DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm
-DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-7
-Package_DFN_QFN
-DFN-6_1.3x1.2mm_P0.4mm
-6-Lead Plastic DFN (1.3mm x 1.2mm)
-DFN 0.4
-0
-6
-6
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm
-DFN, 8 Pin (https://www.qorvo.com/products/d/da001879), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm
-DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NUF4401MN-D.PDF#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.6mm
-DFN, 8 Pin (https://www.qorvo.com/products/d/da007268), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-10
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm
-DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm
-DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm
-DFN, 8 Pin (https://www.st.com/resource/en/datasheet/lm2903.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-10
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm
-DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF)
-DFN 0.5
-0
-11
-9
-Package_DFN_QFN
-DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm
-DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf)
-DFN 0.45
-0
-11
-9
-Package_DFN_QFN
-DFN-8-1EP_2x3mm_P0.5mm_EP0.56x2.15mm
-DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-11
-9
-Package_DFN_QFN
-DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm
-DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf)
-DFN 0.5
-0
-12
-9
-Package_DFN_QFN
-DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm
-8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf)
-DFN 0.5
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x2mm_P0.5mm_EP1.7x1.4mm
-DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_DFN_2x3x0_9_MC_C04-123C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm
-8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf)
-DFN 0.5
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm
-8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.5
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm
-DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf)
-DFN 0.45
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm
-DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-10
-9
-Package_DFN_QFN
-DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias
-DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-20
-9
-Package_DFN_QFN
-DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm
-DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf)
-DFN 0.5
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm
-DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm
-8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.65
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_4x4mm_P0.8mm_EP2.3x3.24mm
-DFN, 8 Pin (https://www.st.com/resource/en/datasheet/ld1086.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm
-8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.8
-0
-15
-9
-Package_DFN_QFN
-DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm
-8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF)
-DFN 0.8
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm
-DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download)
-dfn
-0
-13
-9
-Package_DFN_QFN
-DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm
-DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download)
-dfn
-0
-25
-9
-Package_DFN_QFN
-DFN-8_2x2mm_P0.5mm
-DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF
-DFN 0.5
-0
-8
-8
-Package_DFN_QFN
-DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm
-DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-15
-11
-Package_DFN_QFN
-DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm_ThermalVias
-DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-22
-11
-Package_DFN_QFN
-DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm
-DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf)
-DFN 0.5
-0
-13
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm
-DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-15
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm
-10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.5
-0
-15
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm
-DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-15
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias
-DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-22
-11
-Package_DFN_QFN
-DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm
-10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826)
-DFN 0.5
-0
-15
-11
-Package_DFN_QFN
-DFN-10_2x2mm_P0.4mm
-10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch
-DFN 10 0.4mm
-0
-10
-10
-Package_DFN_QFN
-DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm
-DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf)
-DFN 0.45
-0
-15
-13
-Package_DFN_QFN
-DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm
-DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-17
-13
-Package_DFN_QFN
-DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm_ThermalVias
-DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-24
-13
-Package_DFN_QFN
-DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm
-10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 0.5
-0
-17
-13
-Package_DFN_QFN
-DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm
-DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf)
-DFN 0.45
-0
-17
-13
-Package_DFN_QFN
-DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm
-DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf)
-DFN 0.5
-0
-21
-13
-Package_DFN_QFN
-DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm
-DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf)
-DFN 0.5
-0
-21
-13
-Package_DFN_QFN
-DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm
-DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF)
-DFN 0.65
-0
-21
-13
-Package_DFN_QFN
-DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm
-DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF)
-DFN 0.40
-0
-19
-15
-Package_DFN_QFN
-DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm
-14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf)
-VDFN DFN 0.65mm
-0
-23
-15
-Package_DFN_QFN
-DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias
-14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf)
-VDFN DFN 0.65mm
-0
-33
-15
-Package_DFN_QFN
-DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm
-DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf)
-DFN 0.5
-0
-23
-15
-Package_DFN_QFN
-DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm
-DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF)
-DFN 0.5
-0
-23
-15
-Package_DFN_QFN
-DFN-14_1.35x3.5mm_P0.5mm
-DFN, 14 Pin (https://m.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py
-DFN NoLead
-0
-14
-14
-Package_DFN_QFN
-DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm
-DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf)
-DFN 0.45
-0
-25
-17
-Package_DFN_QFN
-DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm
-DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf)
-DFN 0.5
-0
-27
-17
-Package_DFN_QFN
-DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm
-DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf)
-DFN 0.5
-0
-25
-17
-Package_DFN_QFN
-DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm
-DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf)
-DFN 0.5
-0
-26
-17
-Package_DFN_QFN
-DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm
-DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf)
-DFN 0.5
-0
-29
-19
-Package_DFN_QFN
-DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm
-DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf)
-DFN 0.5
-0
-27
-19
-Package_DFN_QFN
-DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm
-DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF)
-DFN 0.5
-0
-33
-21
-Package_DFN_QFN
-DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm
-DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF)
-DFN 0.5
-0
-35
-23
-Package_DFN_QFN
-DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm
-DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf)
-DFN 0.5
-0
-35
-25
-Package_DFN_QFN
-DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm
-DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf)
-DFN 0.4
-0
-43
-33
-Package_DFN_QFN
-DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm
-DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF)
-DFN 0.4
-0
-63
-45
-Package_DFN_QFN
-DFN-S-8-1EP_6x5mm_P1.27mm
-8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf)
-DFN 1.27
-0
-16
-9
-Package_DFN_QFN
-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_5x5mm_P0.5mm_EP3.75x3.75mm
-QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_5x5mm_P0.5mm_EP3.75x3.75mm_ThermalVias
-QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-29
-Package_DFN_QFN
-QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm
-QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-41
-29
-Package_DFN_QFN
-QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias
-QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-62
-29
-Package_DFN_QFN
-QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm
-QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias
-QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-71
-29
-Package_DFN_QFN
-QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm
-QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-38
-29
-Package_DFN_QFN
-QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias
-QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-71
-29
-Package_DFN_QFN
-QFN-28_4x4mm_P0.5mm
-QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-28
-28
-Package_DFN_QFN
-QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-37
-33
-Package_DFN_QFN
-QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-47
-33
-Package_DFN_QFN
-QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm
-QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-37
-33
-Package_DFN_QFN
-QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias
-QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-42
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-42
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm
-QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-42
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias
-QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm
-QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-37
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias
-QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm
-QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-42
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias
-QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm
-QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-42
-33
-Package_DFN_QFN
-QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias
-QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-59
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm
-QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-49
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias
-QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-49
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias
-QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm
-QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-49
-33
-Package_DFN_QFN
-QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias
-QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-33
-Package_DFN_QFN
-QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm
-QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-46
-37
-Package_DFN_QFN
-QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias
-QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-56
-37
-Package_DFN_QFN
-QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm
-QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-49
-37
-Package_DFN_QFN
-QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias
-QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-56
-37
-Package_DFN_QFN
-QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm
-QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-46
-37
-Package_DFN_QFN
-QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias
-QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-63
-37
-Package_DFN_QFN
-QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm
-QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-46
-37
-Package_DFN_QFN
-QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias
-QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-63
-37
-Package_DFN_QFN
-QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm
-QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-47
-39
-Package_DFN_QFN
-QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias
-QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-56
-39
-Package_DFN_QFN
-QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm
-QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-54
-39
-Package_DFN_QFN
-QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias
-QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-63
-39
-Package_DFN_QFN
-QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm
-QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-50
-41
-Package_DFN_QFN
-QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias
-QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-67
-41
-Package_DFN_QFN
-QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm
-QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-50
-41
-Package_DFN_QFN
-QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias
-QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-67
-41
-Package_DFN_QFN
-QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm
-QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-57
-41
-Package_DFN_QFN
-QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias
-QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-83
-41
-Package_DFN_QFN
-QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm
-QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-55
-43
-Package_DFN_QFN
-QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias
-QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-76
-43
-Package_DFN_QFN
-QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm
-QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-61
-45
-Package_DFN_QFN
-QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias
-QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-87
-45
-Package_DFN_QFN
-QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
-QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-61
-45
-Package_DFN_QFN
-QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias
-QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-87
-45
-Package_DFN_QFN
-QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm
-QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-70
-45
-Package_DFN_QFN
-QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias
-QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-107
-45
-Package_DFN_QFN
-QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm
-44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf
-QFN 0.65
-0
-49
-45
-Package_DFN_QFN
-QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias
-44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf
-QFN 0.65
-0
-55
-45
-Package_DFN_QFN
-QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm
-QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias
-QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm
-QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias
-QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm
-QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias
-QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-75
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm
-QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias
-QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm
-QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-58
-49
-Package_DFN_QFN
-QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias
-QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm
-QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias
-QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm
-QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias
-QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm
-QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias
-QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm
-QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-65
-49
-Package_DFN_QFN
-QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias
-QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-91
-49
-Package_DFN_QFN
-QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm
-QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-74
-49
-Package_DFN_QFN
-QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias
-QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-111
-49
-Package_DFN_QFN
-QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm
-QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-73
-53
-Package_DFN_QFN
-QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias
-QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-104
-53
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm
-QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-61
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm_ThermalVias
-QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py
-QFN NoLead
-0
-66
-57
-Package_DFN_QFN
-QFN-56-1EP_7x7mm_P0.4mm_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-8_1.4x1.6mm_P0.4mm
-TDFN, 8 Pin (https://www.silabs.com/documents/public/data-sheets/si7210-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-8
-8
-Package_DFN_QFN
-TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm
-TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-13
-11
-Package_DFN_QFN
-TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias
-TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py
-TDFN NoLead
-0
-16
-11
-Package_DFN_QFN
-TDFN-12_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.1x1.1mm
-VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-18
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm_ThermalVias
-VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-23
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm
-VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias
-VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias
-VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias
-VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py
-VQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-VQFN-24-1EP_4x4mm_P0.5mm_EP2.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.68x1.68mm
-WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-WQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias
-WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm
-WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias
-WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-26
-17
-Package_DFN_QFN
-WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm
-WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-21
-17
-Package_DFN_QFN
-WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias
-WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-31
-17
-Package_DFN_QFN
-WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm
-http://www.onsemi.com/pub/Collateral/510CD.PDF
-WQFN-20 4.5mm 2.5mm 0.5mm
-0
-24
-21
-Package_DFN_QFN
-WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm
-WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-25
-21
-Package_DFN_QFN
-WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias
-WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-30
-21
-Package_DFN_QFN
-WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm
-WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias
-WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm
-WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-29
-25
-Package_DFN_QFN
-WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias
-WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-39
-25
-Package_DFN_QFN
-WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm
-QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf)
-WQFN 0.5
-0
-37
-33
-Package_DFN_QFN
-WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm
-WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-57
-43
-Package_DFN_QFN
-WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm_ThermalVias
-WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py
-WQFN NoLead
-0
-82
-43
-Package_DIP
-DIP-4_W7.62mm
-4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-4
-4
-Package_DIP
-DIP-4_W7.62mm_LongPads
-4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-4
-4
-Package_DIP
-DIP-4_W7.62mm_SMDSocket_SmallPads
-4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-4
-4
-Package_DIP
-DIP-4_W7.62mm_Socket
-4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-4
-4
-Package_DIP
-DIP-4_W7.62mm_Socket_LongPads
-4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-4
-4
-Package_DIP
-DIP-4_W8.89mm_SMDSocket_LongPads
-4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-4
-4
-Package_DIP
-DIP-4_W10.16mm
-4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-4
-4
-Package_DIP
-DIP-4_W10.16mm_LongPads
-4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-4
-4
-Package_DIP
-DIP-5-6_W7.62mm
-5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-5
-5
-Package_DIP
-DIP-5-6_W7.62mm_LongPads
-5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-5
-5
-Package_DIP
-DIP-5-6_W7.62mm_SMDSocket_SmallPads
-5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-5
-5
-Package_DIP
-DIP-5-6_W7.62mm_Socket
-5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-5
-5
-Package_DIP
-DIP-5-6_W7.62mm_Socket_LongPads
-5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-5
-5
-Package_DIP
-DIP-5-6_W8.89mm_SMDSocket_LongPads
-5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-5
-5
-Package_DIP
-DIP-5-6_W10.16mm
-5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-5
-5
-Package_DIP
-DIP-5-6_W10.16mm_LongPads
-5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-5
-5
-Package_DIP
-DIP-6_W7.62mm
-6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-6
-6
-Package_DIP
-DIP-6_W7.62mm_LongPads
-6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-6
-6
-Package_DIP
-DIP-6_W7.62mm_SMDSocket_SmallPads
-6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-6
-6
-Package_DIP
-DIP-6_W7.62mm_Socket
-6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-6
-6
-Package_DIP
-DIP-6_W7.62mm_Socket_LongPads
-6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-6
-6
-Package_DIP
-DIP-6_W8.89mm_SMDSocket_LongPads
-6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-6
-6
-Package_DIP
-DIP-6_W10.16mm
-6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-6
-6
-Package_DIP
-DIP-6_W10.16mm_LongPads
-6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-6
-6
-Package_DIP
-DIP-8-16_W7.62mm
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-8
-8
-Package_DIP
-DIP-8-16_W7.62mm_Socket
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-8
-8
-Package_DIP
-DIP-8-16_W7.62mm_Socket_LongPads
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-8
-8
-Package_DIP
-DIP-8-N6_W7.62mm
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-7
-7
-Package_DIP
-DIP-8-N7_W7.62mm
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-7
-7
-Package_DIP
-DIP-8_W7.62mm
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-8
-8
-Package_DIP
-DIP-8_W7.62mm_LongPads
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-8
-8
-Package_DIP
-DIP-8_W7.62mm_SMDSocket_SmallPads
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-8
-8
-Package_DIP
-DIP-8_W7.62mm_Socket
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-8
-8
-Package_DIP
-DIP-8_W7.62mm_Socket_LongPads
-8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-8
-8
-Package_DIP
-DIP-8_W8.89mm_SMDSocket_LongPads
-8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-8
-8
-Package_DIP
-DIP-8_W10.16mm
-8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-8
-8
-Package_DIP
-DIP-8_W10.16mm_LongPads
-8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-8
-8
-Package_DIP
-DIP-10_W7.62mm
-10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-10
-10
-Package_DIP
-DIP-10_W7.62mm_LongPads
-10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-10
-10
-Package_DIP
-DIP-10_W7.62mm_SMDSocket_SmallPads
-10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-10
-10
-Package_DIP
-DIP-10_W7.62mm_Socket
-10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-10
-10
-Package_DIP
-DIP-10_W7.62mm_Socket_LongPads
-10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-10
-10
-Package_DIP
-DIP-10_W8.89mm_SMDSocket_LongPads
-10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-10
-10
-Package_DIP
-DIP-10_W10.16mm
-10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-10
-10
-Package_DIP
-DIP-10_W10.16mm_LongPads
-10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-10
-10
-Package_DIP
-DIP-12_W7.62mm
-12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-12
-12
-Package_DIP
-DIP-12_W7.62mm_LongPads
-12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-12
-12
-Package_DIP
-DIP-12_W7.62mm_SMDSocket_SmallPads
-12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-12
-12
-Package_DIP
-DIP-12_W7.62mm_Socket
-12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-12
-12
-Package_DIP
-DIP-12_W7.62mm_Socket_LongPads
-12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-12
-12
-Package_DIP
-DIP-12_W8.89mm_SMDSocket_LongPads
-12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-12
-12
-Package_DIP
-DIP-12_W10.16mm
-12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-12
-12
-Package_DIP
-DIP-12_W10.16mm_LongPads
-12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-12
-12
-Package_DIP
-DIP-14_W7.62mm
-14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-14
-14
-Package_DIP
-DIP-14_W7.62mm_LongPads
-14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-14
-14
-Package_DIP
-DIP-14_W7.62mm_SMDSocket_SmallPads
-14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-14
-14
-Package_DIP
-DIP-14_W7.62mm_Socket
-14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-14
-14
-Package_DIP
-DIP-14_W7.62mm_Socket_LongPads
-14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-14
-14
-Package_DIP
-DIP-14_W8.89mm_SMDSocket_LongPads
-14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-14
-14
-Package_DIP
-DIP-14_W10.16mm
-14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-14
-14
-Package_DIP
-DIP-14_W10.16mm_LongPads
-14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-14
-14
-Package_DIP
-DIP-16_W7.62mm
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-16
-16
-Package_DIP
-DIP-16_W7.62mm_LongPads
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-16
-16
-Package_DIP
-DIP-16_W7.62mm_SMDSocket_SmallPads
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-16
-16
-Package_DIP
-DIP-16_W7.62mm_Socket
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-16
-16
-Package_DIP
-DIP-16_W7.62mm_Socket_LongPads
-16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-16
-16
-Package_DIP
-DIP-16_W8.89mm_SMDSocket_LongPads
-16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-16
-16
-Package_DIP
-DIP-16_W10.16mm
-16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-16
-16
-Package_DIP
-DIP-16_W10.16mm_LongPads
-16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-16
-16
-Package_DIP
-DIP-18_W7.62mm
-18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-18
-18
-Package_DIP
-DIP-18_W7.62mm_LongPads
-18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-18
-18
-Package_DIP
-DIP-18_W7.62mm_SMDSocket_SmallPads
-18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-18
-18
-Package_DIP
-DIP-18_W7.62mm_Socket
-18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-18
-18
-Package_DIP
-DIP-18_W7.62mm_Socket_LongPads
-18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-18
-18
-Package_DIP
-DIP-18_W8.89mm_SMDSocket_LongPads
-18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-18
-18
-Package_DIP
-DIP-20_W7.62mm
-20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-20
-20
-Package_DIP
-DIP-20_W7.62mm_LongPads
-20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-20
-20
-Package_DIP
-DIP-20_W7.62mm_SMDSocket_SmallPads
-20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-20
-20
-Package_DIP
-DIP-20_W7.62mm_Socket
-20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-20
-20
-Package_DIP
-DIP-20_W7.62mm_Socket_LongPads
-20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-20
-20
-Package_DIP
-DIP-20_W8.89mm_SMDSocket_LongPads
-20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-20
-20
-Package_DIP
-DIP-22_W7.62mm
-22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-22
-22
-Package_DIP
-DIP-22_W7.62mm_LongPads
-22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-22
-22
-Package_DIP
-DIP-22_W7.62mm_SMDSocket_SmallPads
-22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-22
-22
-Package_DIP
-DIP-22_W7.62mm_Socket
-22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-22
-22
-Package_DIP
-DIP-22_W7.62mm_Socket_LongPads
-22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-22
-22
-Package_DIP
-DIP-22_W8.89mm_SMDSocket_LongPads
-22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-22
-22
-Package_DIP
-DIP-22_W10.16mm
-22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-22
-22
-Package_DIP
-DIP-22_W10.16mm_LongPads
-22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-22
-22
-Package_DIP
-DIP-22_W10.16mm_SMDSocket_SmallPads
-22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads
-0
-22
-22
-Package_DIP
-DIP-22_W10.16mm_Socket
-22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket
-0
-22
-22
-Package_DIP
-DIP-22_W10.16mm_Socket_LongPads
-22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads
-0
-22
-22
-Package_DIP
-DIP-22_W11.43mm_SMDSocket_LongPads
-22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads
-0
-22
-22
-Package_DIP
-DIP-24_W7.62mm
-24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-24
-24
-Package_DIP
-DIP-24_W7.62mm_LongPads
-24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W7.62mm_SMDSocket_SmallPads
-24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-24
-24
-Package_DIP
-DIP-24_W7.62mm_Socket
-24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-24
-24
-Package_DIP
-DIP-24_W7.62mm_Socket_LongPads
-24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W8.89mm_SMDSocket_LongPads
-24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W10.16mm
-24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils)
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil
-0
-24
-24
-Package_DIP
-DIP-24_W10.16mm_LongPads
-24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W10.16mm_SMDSocket_SmallPads
-24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads
-0
-24
-24
-Package_DIP
-DIP-24_W10.16mm_Socket
-24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket
-0
-24
-24
-Package_DIP
-DIP-24_W10.16mm_Socket_LongPads
-24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W11.43mm_SMDSocket_LongPads
-24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W15.24mm
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-24
-24
-Package_DIP
-DIP-24_W15.24mm_LongPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W15.24mm_SMDSocket_SmallPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-24
-24
-Package_DIP
-DIP-24_W15.24mm_Socket
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-24
-24
-Package_DIP
-DIP-24_W15.24mm_Socket_LongPads
-24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-24
-24
-Package_DIP
-DIP-24_W16.51mm_SMDSocket_LongPads
-24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-24
-24
-Package_DIP
-DIP-28_W7.62mm
-28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-28
-28
-Package_DIP
-DIP-28_W7.62mm_LongPads
-28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-28
-28
-Package_DIP
-DIP-28_W7.62mm_SMDSocket_SmallPads
-28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads
-0
-28
-28
-Package_DIP
-DIP-28_W7.62mm_Socket
-28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket
-0
-28
-28
-Package_DIP
-DIP-28_W7.62mm_Socket_LongPads
-28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads
-0
-28
-28
-Package_DIP
-DIP-28_W8.89mm_SMDSocket_LongPads
-28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads
-0
-28
-28
-Package_DIP
-DIP-28_W15.24mm
-28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-28
-28
-Package_DIP
-DIP-28_W15.24mm_LongPads
-28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-28
-28
-Package_DIP
-DIP-28_W15.24mm_SMDSocket_SmallPads
-28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-28
-28
-Package_DIP
-DIP-28_W15.24mm_Socket
-28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-28
-28
-Package_DIP
-DIP-28_W15.24mm_Socket_LongPads
-28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-28
-28
-Package_DIP
-DIP-28_W16.51mm_SMDSocket_LongPads
-28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-28
-28
-Package_DIP
-DIP-32_W7.62mm
-32-lead dip package, row spacing 7.62 mm (300 mils)
-DIL DIP PDIP 2.54mm 7.62mm 300mil
-0
-32
-32
-Package_DIP
-DIP-32_W15.24mm
-32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-32
-32
-Package_DIP
-DIP-32_W15.24mm_LongPads
-32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-32
-32
-Package_DIP
-DIP-32_W15.24mm_SMDSocket_SmallPads
-32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-32
-32
-Package_DIP
-DIP-32_W15.24mm_Socket
-32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-32
-32
-Package_DIP
-DIP-32_W15.24mm_Socket_LongPads
-32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-32
-32
-Package_DIP
-DIP-32_W16.51mm_SMDSocket_LongPads
-32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-32
-32
-Package_DIP
-DIP-40_W15.24mm
-40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-40
-40
-Package_DIP
-DIP-40_W15.24mm_LongPads
-40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-40
-40
-Package_DIP
-DIP-40_W15.24mm_SMDSocket_SmallPads
-40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-40
-40
-Package_DIP
-DIP-40_W15.24mm_Socket
-40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-40
-40
-Package_DIP
-DIP-40_W15.24mm_Socket_LongPads
-40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-40
-40
-Package_DIP
-DIP-40_W16.51mm_SMDSocket_LongPads
-40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-40
-40
-Package_DIP
-DIP-40_W25.4mm
-40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils)
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil
-0
-40
-40
-Package_DIP
-DIP-40_W25.4mm_LongPads
-40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads
-0
-40
-40
-Package_DIP
-DIP-40_W25.4mm_SMDSocket_SmallPads
-40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads
-0
-40
-40
-Package_DIP
-DIP-40_W25.4mm_Socket
-40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket
-0
-40
-40
-Package_DIP
-DIP-40_W25.4mm_Socket_LongPads
-40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads
-0
-40
-40
-Package_DIP
-DIP-40_W26.67mm_SMDSocket_LongPads
-40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads
-0
-40
-40
-Package_DIP
-DIP-42_W15.24mm
-42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-42
-42
-Package_DIP
-DIP-42_W15.24mm_LongPads
-42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-42
-42
-Package_DIP
-DIP-42_W15.24mm_SMDSocket_SmallPads
-42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-42
-42
-Package_DIP
-DIP-42_W15.24mm_Socket
-42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-42
-42
-Package_DIP
-DIP-42_W15.24mm_Socket_LongPads
-42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-42
-42
-Package_DIP
-DIP-42_W16.51mm_SMDSocket_LongPads
-42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-42
-42
-Package_DIP
-DIP-48_W15.24mm
-48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-48
-48
-Package_DIP
-DIP-48_W15.24mm_LongPads
-48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-48
-48
-Package_DIP
-DIP-48_W15.24mm_SMDSocket_SmallPads
-48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-48
-48
-Package_DIP
-DIP-48_W15.24mm_Socket
-48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-48
-48
-Package_DIP
-DIP-48_W15.24mm_Socket_LongPads
-48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-48
-48
-Package_DIP
-DIP-48_W16.51mm_SMDSocket_LongPads
-48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-48
-48
-Package_DIP
-DIP-64_W15.24mm
-64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil
-0
-64
-64
-Package_DIP
-DIP-64_W15.24mm_LongPads
-64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W15.24mm_SMDSocket_SmallPads
-64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads
-0
-64
-64
-Package_DIP
-DIP-64_W15.24mm_Socket
-64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket
-0
-64
-64
-Package_DIP
-DIP-64_W15.24mm_Socket_LongPads
-64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W16.51mm_SMDSocket_LongPads
-64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W22.86mm
-64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils)
-THT DIP DIL PDIP 2.54mm 22.86mm 900mil
-0
-64
-64
-Package_DIP
-DIP-64_W22.86mm_LongPads
-64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads
-THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W22.86mm_SMDSocket_SmallPads
-64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads
-0
-64
-64
-Package_DIP
-DIP-64_W22.86mm_Socket
-64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket
-THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket
-0
-64
-64
-Package_DIP
-DIP-64_W22.86mm_Socket_LongPads
-64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W24.13mm_SMDSocket_LongPads
-64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W25.4mm
-64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils)
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil
-0
-64
-64
-Package_DIP
-DIP-64_W25.4mm_LongPads
-64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W25.4mm_SMDSocket_SmallPads
-64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads
-0
-64
-64
-Package_DIP
-DIP-64_W25.4mm_Socket
-64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket
-0
-64
-64
-Package_DIP
-DIP-64_W25.4mm_Socket_LongPads
-64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads
-THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads
-0
-64
-64
-Package_DIP
-DIP-64_W26.67mm_SMDSocket_LongPads
-64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads
-THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads
-0
-64
-64
-Package_DIP
-Fairchild_LSOP-8
-8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf)
-LSOP 2.54mm 300mil
-0
-8
-8
-Package_DIP
-PowerIntegrations_PDIP-8B
-Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-7
-7
-Package_DIP
-PowerIntegrations_PDIP-8C
-Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-7
-7
-Package_DIP
-PowerIntegrations_SDIP-10C
-PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads
-0
-9
-9
-Package_DIP
-PowerIntegrations_SMD-8
-PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-8
-8
-Package_DIP
-PowerIntegrations_SMD-8B
-PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-7
-7
-Package_DIP
-PowerIntegrations_SMD-8C
-PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-7
-7
-Package_DIP
-PowerIntegrations_eDIP-12B
-Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil
-0
-11
-11
-Package_DIP
-SMDIP-4_W7.62mm
-4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-4
-4
-Package_DIP
-SMDIP-4_W9.53mm
-4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-4
-4
-Package_DIP
-SMDIP-4_W9.53mm_Clearance8mm
-4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-4
-4
-Package_DIP
-SMDIP-4_W11.48mm
-4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-4
-4
-Package_DIP
-SMDIP-6_W7.62mm
-6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-6
-6
-Package_DIP
-SMDIP-6_W9.53mm
-6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-6
-6
-Package_DIP
-SMDIP-6_W9.53mm_Clearance8mm
-6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-6
-6
-Package_DIP
-SMDIP-6_W11.48mm
-6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-6
-6
-Package_DIP
-SMDIP-8_W7.62mm
-8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-8
-8
-Package_DIP
-SMDIP-8_W9.53mm
-8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-8
-8
-Package_DIP
-SMDIP-8_W9.53mm_Clearance8mm
-8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-8
-8
-Package_DIP
-SMDIP-8_W11.48mm
-8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-8
-8
-Package_DIP
-SMDIP-10_W7.62mm
-10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-10
-10
-Package_DIP
-SMDIP-10_W9.53mm
-10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-10
-10
-Package_DIP
-SMDIP-10_W9.53mm_Clearance8mm
-10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-10
-10
-Package_DIP
-SMDIP-10_W11.48mm
-10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-10
-10
-Package_DIP
-SMDIP-12_W7.62mm
-12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-12
-12
-Package_DIP
-SMDIP-12_W9.53mm
-12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-12
-12
-Package_DIP
-SMDIP-12_W9.53mm_Clearance8mm
-12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-12
-12
-Package_DIP
-SMDIP-12_W11.48mm
-12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-12
-12
-Package_DIP
-SMDIP-14_W7.62mm
-14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-14
-14
-Package_DIP
-SMDIP-14_W9.53mm
-14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-14
-14
-Package_DIP
-SMDIP-14_W9.53mm_Clearance8mm
-14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-14
-14
-Package_DIP
-SMDIP-14_W11.48mm
-14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-14
-14
-Package_DIP
-SMDIP-16_W7.62mm
-16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-16
-16
-Package_DIP
-SMDIP-16_W9.53mm
-16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-16
-16
-Package_DIP
-SMDIP-16_W9.53mm_Clearance8mm
-16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-16
-16
-Package_DIP
-SMDIP-16_W11.48mm
-16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-16
-16
-Package_DIP
-SMDIP-18_W7.62mm
-18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-18
-18
-Package_DIP
-SMDIP-18_W9.53mm
-18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-18
-18
-Package_DIP
-SMDIP-18_W9.53mm_Clearance8mm
-18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-18
-18
-Package_DIP
-SMDIP-18_W11.48mm
-18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-18
-18
-Package_DIP
-SMDIP-20_W7.62mm
-20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-20
-20
-Package_DIP
-SMDIP-20_W9.53mm
-20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-20
-20
-Package_DIP
-SMDIP-20_W9.53mm_Clearance8mm
-20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-20
-20
-Package_DIP
-SMDIP-20_W11.48mm
-20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-20
-20
-Package_DIP
-SMDIP-22_W7.62mm
-22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-22
-22
-Package_DIP
-SMDIP-22_W9.53mm
-22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-22
-22
-Package_DIP
-SMDIP-22_W9.53mm_Clearance8mm
-22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm
-0
-22
-22
-Package_DIP
-SMDIP-22_W11.48mm
-22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-22
-22
-Package_DIP
-SMDIP-24_W7.62mm
-24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-24
-24
-Package_DIP
-SMDIP-24_W9.53mm
-24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-24
-24
-Package_DIP
-SMDIP-24_W11.48mm
-24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-24
-24
-Package_DIP
-SMDIP-24_W15.24mm
-24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-24
-24
-Package_DIP
-SMDIP-28_W15.24mm
-28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-28
-28
-Package_DIP
-SMDIP-32_W7.62mm
-32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil
-0
-32
-32
-Package_DIP
-SMDIP-32_W9.53mm
-32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil
-0
-32
-32
-Package_DIP
-SMDIP-32_W11.48mm
-32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil
-0
-32
-32
-Package_DIP
-SMDIP-32_W15.24mm
-32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-32
-32
-Package_DIP
-SMDIP-40_W15.24mm
-40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-40
-40
-Package_DIP
-SMDIP-40_W25.24mm
-40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil
-0
-40
-40
-Package_DIP
-SMDIP-42_W15.24mm
-42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-42
-42
-Package_DIP
-SMDIP-48_W15.24mm
-48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-48
-48
-Package_DIP
-SMDIP-64_W15.24mm
-64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils)
-SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil
-0
-64
-64
-Package_DIP
-Toshiba_11-7A9
-Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S)
-Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil
-0
-5
-5
-Package_DIP
-Vishay_HVM-DIP-3_W7.62mm
-3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf
-THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP
-0
-4
-3
-Package_DirectFET
-DirectFET_L4
-DirectFET L4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=41
-DirectFET L4 MOSFET Infineon
-0
-11
-3
-Package_DirectFET
-DirectFET_L6
-DirectFET L6 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=42
-DirectFET L6 MOSFET Infineon
-0
-13
-3
-Package_DirectFET
-DirectFET_L8
-DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=43
-DirectFET L8 MOSFET Infineon
-0
-15
-3
-Package_DirectFET
-DirectFET_LA
-DirectFET LA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=44
-DirectFET LA MOSFET Infineon
-0
-15
-3
-Package_DirectFET
-DirectFET_M2
-DirectFET M2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=33
-DirectFET M2 MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_M4
-DirectFET M4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=34
-DirectFET M4 MOSFET Infineon
-0
-9
-3
-Package_DirectFET
-DirectFET_MA
-DirectFET MA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=35
-DirectFET MA MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_MB
-DirectFET MB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=36
-DirectFET MB MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_MC
-DirectFET MC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=37
-DirectFET MC MOSFET Infineon
-0
-10
-3
-Package_DirectFET
-DirectFET_MD
-DirectFET MD https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=38
-DirectFET MD MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_ME
-DirectFET ME https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=39
-DirectFET ME MOSFET Infineon
-0
-10
-3
-Package_DirectFET
-DirectFET_MF
-DirectFET MF https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=40
-DirectFET MF MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_MN
-DirectFET MN https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=30
-DirectFET MN MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MP
-DirectFET MP https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=28
-DirectFET MP MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MQ
-DirectFET MQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=29
-DirectFET MQ MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MT
-DirectFET MT https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=26
-DirectFET MT MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MU
-DirectFET MU https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=32
-DirectFET MU MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MX
-DirectFET MX https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=27
-DirectFET MX MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_MZ
-DirectFET MZ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=31
-DirectFET MZ MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_S1
-DirectFET S1 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=20
-DirectFET S1 MOSFET Infineon
-0
-6
-3
-Package_DirectFET
-DirectFET_S2
-DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=21
-DirectFET S2 MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_S3C
-DirectFET S3C https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=25
-DirectFET S3C MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_SA
-DirectFET SA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=22
-DirectFET SA MOSFET Infineon
-0
-8
-3
-Package_DirectFET
-DirectFET_SB
-DirectFET SB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=23
-DirectFET SB MOSFET Infineon
-0
-6
-3
-Package_DirectFET
-DirectFET_SC
-DirectFET SC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=24
-DirectFET SC MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_SH
-DirectFET SH https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=19
-DirectFET SH MOSFET Infineon
-0
-6
-3
-Package_DirectFET
-DirectFET_SJ
-DirectFET SJ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=18
-DirectFET SJ MOSFET Infineon
-0
-7
-3
-Package_DirectFET
-DirectFET_SQ
-DirectFET SQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=17
-DirectFET SQ MOSFET Infineon
-0
-6
-3
-Package_DirectFET
-DirectFET_ST
-DirectFET ST https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=16
-DirectFET ST MOSFET Infineon
-0
-7
-3
-Package_LCC
-PLCC-20
-PLCC, 20 pins, surface mount
-plcc smt
-0
-20
-20
-Package_LCC
-PLCC-20_SMD-Socket
-PLCC, 20 pins, surface mount
-plcc smt
-0
-20
-20
-Package_LCC
-PLCC-20_THT-Socket
-PLCC, 20 pins, through hole
-plcc leaded
-0
-20
-20
-Package_LCC
-PLCC-28
-PLCC, 28 pins, surface mount
-plcc smt
-0
-28
-28
-Package_LCC
-PLCC-28_SMD-Socket
-PLCC, 28 pins, surface mount
-plcc smt
-0
-28
-28
-Package_LCC
-PLCC-28_THT-Socket
-PLCC, 28 pins, through hole
-plcc leaded
-0
-28
-28
-Package_LCC
-PLCC-32_11.4x14.0mm_P1.27mm
-PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-32
-32
-Package_LCC
-PLCC-32_THT-Socket
-PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf
-plcc leaded
-0
-32
-32
-Package_LCC
-PLCC-44
-PLCC, 44 pins, surface mount
-plcc smt
-0
-44
-44
-Package_LCC
-PLCC-44_16.6x16.6mm_P1.27mm
-PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-44
-44
-Package_LCC
-PLCC-44_SMD-Socket
-PLCC, 44 pins, surface mount
-plcc smt
-0
-44
-44
-Package_LCC
-PLCC-44_THT-Socket
-PLCC, 44 pins, through hole
-plcc leaded
-0
-44
-44
-Package_LCC
-PLCC-52
-PLCC, 52 pins, surface mount
-plcc smt
-0
-52
-52
-Package_LCC
-PLCC-52_SMD-Socket
-PLCC, 52 pins, surface mount
-plcc smt
-0
-52
-52
-Package_LCC
-PLCC-52_THT-Socket
-PLCC, 52 pins, through hole
-plcc leaded
-0
-52
-52
-Package_LCC
-PLCC-68
-PLCC, 68 pins, surface mount
-plcc smt
-0
-68
-68
-Package_LCC
-PLCC-68_24.2x24.2mm_P1.27mm
-PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-68
-68
-Package_LCC
-PLCC-68_SMD-Socket
-PLCC, 68 pins, surface mount
-plcc smt
-0
-68
-68
-Package_LCC
-PLCC-68_THT-Socket
-PLCC, 68 pins, through hole
-plcc leaded
-0
-68
-68
-Package_LCC
-PLCC-84
-PLCC, 84 pins, surface mount
-plcc smt
-0
-84
-84
-Package_LCC
-PLCC-84_29.3x29.3mm_P1.27mm
-PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py
-PLCC LCC
-0
-84
-84
-Package_LCC
-PLCC-84_SMD-Socket
-PLCC, 84 pins, surface mount
-plcc smt
-0
-84
-84
-Package_LCC
-PLCC-84_THT-Socket
-PLCC, 84 pins, through hole
-plcc leaded
-0
-84
-84
-Package_LGA
-AMS_LGA-10-1EP_2.7x4mm_P0.6mm
-LGA-10, http://ams.com/eng/content/download/951091/2269479/471718
-lga land grid array
-0
-13
-11
-Package_LGA
-AMS_LGA-20_4.7x4.5mm_P0.65mm
-http://ams.com/eng/content/download/1008631/2361759/498838
-AMS LGA
-0
-20
-20
-Package_LGA
-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-32-1EP_7.5x11mm_P0.65mm_EP4.7x4.7mm
-HSOP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT1746-3.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HSOP SO
-0
-37
-33
-Package_SO
-HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown
-HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf)
-HSOP 11.0 x 15.9mm Pitch 0.65mm
-0
-39
-37
-Package_SO
-HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias
-HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf)
-HSOP 11.0 x 15.9mm Pitch 0.65mm
-0
-61
-37
-Package_SO
-HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp
-HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf)
-HSOP 11.0 x 15.9mm Pitch 0.65mm
-0
-36
-36
-Package_SO
-HSOP-54-1EP_7.5x17.9mm_P0.65mm_EP4.6x4.6mm
-HSOP, 54 Pin (https://www.nxp.com/docs/en/package-information/98ASA10506D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HSOP SO
-0
-59
-55
-Package_SO
-HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm
-HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSOP SO
-0
-13
-9
-Package_SO
-HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias
-HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSOP SO
-0
-20
-9
-Package_SO
-HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm
-HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-20
-15
-Package_SO
-HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias
-HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-36
-15
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm
-16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf)
-SSOP 0.65
-0
-29
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm
-HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-20
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias
-HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-27
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias
-16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf)
-SSOP 0.65
-0
-46
-17
-Package_SO
-HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm
-HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-21
-17
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.74x3.86mm
-HTSSOP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4011fb.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-23
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.85x4mm
-HTSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF U20E-1), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-23
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm
-20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias
-HTSSOP 0.65
-0
-29
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm
-HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-24
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm
-HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-26
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias
-HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-42
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder
-HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-42
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm
-HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-23
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias
-HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-42
-21
-Package_SO
-HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias
-20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias
-HTSSOP 0.65
-0
-45
-21
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm
-HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py
-HTSSOP SO
-0
-31
-25
-Package_SO
-HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.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-20W_7.5x15.4mm_P1.27mm
-SOIC, 20 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RI_20_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-20
-20
-Package_SO
-SOIC-24W_7.5x15.4mm_P1.27mm
-SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-24
-24
-Package_SO
-SOIC-28W_7.5x17.9mm_P1.27mm
-SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-28
-28
-Package_SO
-SOIC-28W_7.5x18.7mm_P1.27mm
-SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOIC SO
-0
-28
-28
-Package_SO
-SOJ-36_10.16x23.49mm_P1.27mm
-SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOJ SO
-0
-36
-36
-Package_SO
-SOP-4_3.8x4.1mm_P2.54mm
-SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-4
-4
-Package_SO
-SOP-4_4.4x2.6mm_P1.27mm
-SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-4
-4
-Package_SO
-SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm
-SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-13
-9
-Package_SO
-SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias
-SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-20
-9
-Package_SO
-SOP-8_3.9x4.9mm_P1.27mm
-SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-8
-8
-Package_SO
-SOP-8_3.76x4.96mm_P1.27mm
-SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-8
-8
-Package_SO
-SOP-8_5.28x5.23mm_P1.27mm
-SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=80), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-8
-8
-Package_SO
-SOP-8_6.62x9.15mm_P2.54mm
-SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-8
-8
-Package_SO
-SOP-16_3.9x9.9mm_P1.27mm
-SOP, 16 Pin (https://www.diodes.com/assets/Datasheets/PAM8403.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-SOP SO
-0
-16
-16
-Package_SO
-SOP-16_4.4x10.4mm_P1.27mm
-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-24_12.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_14.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_16.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-24_18.4x6mm_P0.5mm
-TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-24
-24
-Package_SO
-TSOP-I-28_11.8x8mm_P0.55mm
-TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf)
-TSOP I 28 pins
-0
-28
-28
-Package_SO
-TSOP-I-32_11.8x8mm_P0.5mm
-TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_12.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_14.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_16.4x8mm_P0.5mm
-TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-32
-32
-Package_SO
-TSOP-I-32_18.4x8mm_P0.5mm
-TSOP I, 32 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-40_12.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_14.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_16.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-40_18.4x10mm_P0.5mm
-TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CD), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-40
-40
-Package_SO
-TSOP-I-48_12.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_14.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_16.4x12mm_P0.5mm
-TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DC), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-48
-48
-Package_SO
-TSOP-I-48_18.4x12mm_P0.5mm
-TSOP I, 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_14.4x14mm_P0.5mm
-TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EA), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-56
-56
-Package_SO
-TSOP-I-56_16.4x14mm_P0.5mm
-TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EB), generated with kicad-footprint-generator ipc_gullwing_generator.py
-TSOP-I SO
-0
-56
-56
-Package_SO
-TSOP-I-56_18.4x14mm_P0.5mm
-TSOP I, 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
-13
-5
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm
-VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-15
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias
-VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py
-VSON NoLead
-0
-18
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm
-0
-21
-11
-Package_SON
-VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument
-VSON 10 Thermal on 11 3x3mm Pitch 0.5mm
-0
-27
-11
-Package_SON
-VSONP-8-1EP_5x6_P1.27mm
-SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf)
-VSONP 1.27
-0
-13
-3
-Package_SON
-WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm
-WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-9
-7
-Package_SON
-WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias
-WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-12
-7
-Package_SON
-WSON-6-1EP_3x3mm_P0.95mm
-WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf
-WSON6 0.95
-0
-10
-7
-Package_SON
-WSON-6_1.5x1.5mm_P0.5mm
-WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf
-WSON6_1.5x1.5mm_P0.5mm
-0
-6
-6
-Package_SON
-WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm
-8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf
-WSON 8 1EP
-0
-11
-9
-Package_SON
-WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias
-8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf
-WSON 8 1EP ThermalVias
-0
-14
-9
-Package_SON
-WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack
-WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias
-WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-18
-9
-Package_SON
-WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm
-WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-11
-9
-Package_SON
-WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias
-WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-18
-9
-Package_SON
-WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm
-8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf
-WSON 8 1EP
-0
-13
-9
-Package_SON
-WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-11
-9
-Package_SON
-WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm_ThermalVias
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-18
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm_ThermalVias
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-17
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm_ThermalVias
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-17
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm_ThermalVias
-WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-17
-9
-Package_SON
-WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm
-WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm
-WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-WSON NoLead
-0
-13
-9
-Package_SON
-WSON-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 https://www.nxp.com/docs/en/package-information/SOT143B.pdf
-SOT-143
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-143R
-SOT-143R, reverse pinning, https://www.nxp.com/docs/en/package-information/SOT143R.pdf
-SOT-143R Reverse
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-143R_Handsoldering
-SOT-143R, reverse pinning, Handsoldering, https://www.nxp.com/docs/en/package-information/SOT143R.pdf
-SOT-143 Reverse Handsoldering
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-143_Handsoldering
-SOT-143 Handsoldering https://www.nxp.com/docs/en/package-information/SOT143B.pdf
-SOT-143 Handsoldering
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-223
-module CMS SOT223 4 pins
-CMS SOT
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-223-3_TabPin2
-module CMS SOT223 4 pins
-CMS SOT
-0
-4
-3
-Package_TO_SOT_SMD
-SOT-223-5
-module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf
-CMS SOT
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-223-6
-module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf
-CMS SOT
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-223-6_TabPin3
-module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf
-CMS SOT
-0
-6
-5
-Package_TO_SOT_SMD
-SOT-223-8
-module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf
-CMS SOT
-0
-8
-8
-Package_TO_SOT_SMD
-SOT-323_SC-70
-SOT-323, SC-70
-SOT-323 SC-70
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-323_SC-70_Handsoldering
-SOT-323, SC-70 Handsoldering
-SOT-323 SC-70 Handsoldering
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-343_SC-70-4
-SOT-343, SC-70-4
-SOT-343 SC-70-4
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-343_SC-70-4_Handsoldering
-SOT-343, SC-70-4, Handsoldering
-SOT-343 SC-70-4 Handsoldering
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-353_SC-70-5
-SOT-353, SC-70-5
-SOT-353 SC-70-5
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-353_SC-70-5_Handsoldering
-SOT-353, SC-70-5, Handsoldering
-SOT-353 SC-70-5 Handsoldering
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-363_SC-70-6
-SOT-363, SC-70-6
-SOT-363 SC-70-6
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-363_SC-70-6_Handsoldering
-SOT-363, SC-70-6, Handsoldering
-SOT-363 SC-70-6 Handsoldering
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-383F
-8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf
-SOT-383F
-0
-9
-9
-Package_TO_SOT_SMD
-SOT-383FL
-8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF
-SOT-383FL
-0
-8
-8
-Package_TO_SOT_SMD
-SOT-416
-SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf
-SOT-416
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-523
-SOT523, https://www.diodes.com/assets/Package-Files/SOT523.pdf
-SOT-523
-0
-3
-3
-Package_TO_SOT_SMD
-SOT-543
-SOT-543 4 lead surface package
-SOT-543 SC-107A EMD4
-0
-4
-4
-Package_TO_SOT_SMD
-SOT-553
-SOT553
-SOT-553
-0
-5
-5
-Package_TO_SOT_SMD
-SOT-563
-SOT563
-SOT-563
-0
-6
-6
-Package_TO_SOT_SMD
-SOT-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
-111009J 1110AK4 11100DN 1110AAR 1110077 1110A0J 110AMJ 1110B26 D1110C1A Potentiometer, horizontal, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf
-Potentiometer horizontal Alps RK09K Single Snapin
-0
-5
-4
-Potentiometer_THT
-Potentiometer_Alps_RK09K_Single_Vertical
-113004U 1130A6S 11300DR 1130A8G 1130081 1130A5R 1130AP5 1130AST D1130C3W D1130C1B D1130C3C D1130C2P Potentiometer, vertical, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf
-Potentiometer vertical Alps RK09K RK09D Single Snapin
-0
-5
-4
-Potentiometer_THT
-Potentiometer_Alps_RK09L_Double_Horizontal
-122002H 122002L 12B0A4S 12B0A1V Potentiometer, horizontal, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf
-Potentiometer horizontal Alps RK09L Double
-0
-8
-7
-Potentiometer_THT
-Potentiometer_Alps_RK09L_Double_Vertical
-1240015 1240019 12D0A1W 12D0A1T Potentiometer, vertical, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf
-Potentiometer vertical Alps RK09L Double
-0
-8
-7
-Potentiometer_THT
-Potentiometer_Alps_RK09L_Single_Horizontal
-1120A5F 1120036 1120A0Z 112003S Potentiometer, horizontal, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf
-Potentiometer horizontal Alps RK09L Single
-0
-5
-4
-Potentiometer_THT
-Potentiometer_Alps_RK09L_Single_Vertical
- 1140A5L 114001E 1140A2U 114001T Potentiometer, vertical, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf
-Potentiometer vertical Alps RK09L Single
-0
-5
-4
-Potentiometer_THT
-Potentiometer_Alps_RK09Y11_Single_Horizontal
-Potentiometer, horizontal, Long Life, Alps RK09Y11 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09y11/rk09y11.pdf
-Potentiometer horizontal Alps RK09Y11 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Alps_RK097_Dual_Horizontal
-1210, Dual Pot, Horizontal, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf
-Potentiometer horizontal Alps RK097 Dual
-0
-6
-6
-Potentiometer_THT
-Potentiometer_Alps_RK097_Dual_Horizontal_Switch
-1221-5R1211, Dual Pot, Horizontal, Switch, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf
-Potentiometer horizontal Alps RK097 Dual Switch
-0
-8
-8
-Potentiometer_THT
-Potentiometer_Alps_RK097_Single_Horizontal
-1110, Single Pot, Horizontal, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf
-Potentiometer horizontal Alps RK097 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Alps_RK097_Single_Horizontal_Switch
-1111-5R1211, Single Pot, Horizontal, Switch, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf
-Potentiometer horizontal Alps RK097 Single Switch
-0
-5
-5
-Potentiometer_THT
-Potentiometer_Alps_RK163_Dual_Horizontal
-12101A2 1210AX9 12A0B85 12A0BKR Potentiometer, horizontal, Alps RK163 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf
-Potentiometer horizontal Alps RK163 Dual
-0
-6
-6
-Potentiometer_THT
-Potentiometer_Alps_RK163_Single_Horizontal
-1110U1Q 1110TNP 1110U2A 1110U0Q Potentiometer, horizontal, Alps RK163 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf
-Potentiometer horizontal Alps RK163 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3005_Horizontal
-Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf
-Potentiometer horizontal Bourns 3005
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3006P_Horizontal
-Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf
-Potentiometer horizontal Bourns 3006P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3006W_Horizontal
-Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf
-Potentiometer horizontal Bourns 3006W
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3006Y_Horizontal
-Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf
-Potentiometer horizontal Bourns 3006Y
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3009P_Horizontal
-Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf
-Potentiometer horizontal Bourns 3009P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3009Y_Horizontal
-Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf
-Potentiometer horizontal Bourns 3009Y
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3266P_Horizontal
-Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf
-Potentiometer horizontal Bourns 3266P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3266W_Vertical
-Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf
-Potentiometer vertical Bourns 3266W
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3266X_Horizontal
-Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf
-Potentiometer horizontal Bourns 3266X
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3266Y_Vertical
-Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf
-Potentiometer vertical Bourns 3266Y
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3266Z_Horizontal
-Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf
-Potentiometer horizontal Bourns 3266Z
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3296P_Horizontal
-Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf
-Potentiometer horizontal Bourns 3296P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3296W_Vertical
-Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf
-Potentiometer vertical Bourns 3296W
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3296X_Horizontal
-Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf
-Potentiometer horizontal Bourns 3296X
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3296Y_Vertical
-Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf
-Potentiometer vertical Bourns 3296Y
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3296Z_Horizontal
-Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf
-Potentiometer horizontal Bourns 3296Z
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3299P_Horizontal
-Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf
-Potentiometer horizontal Bourns 3299P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3299W_Vertical
-Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf
-Potentiometer vertical Bourns 3299W
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3299X_Horizontal
-Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf
-Potentiometer horizontal Bourns 3299X
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3299Y_Vertical
-Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf
-Potentiometer vertical Bourns 3299Y
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3299Z_Horizontal
-Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf
-Potentiometer horizontal Bourns 3299Z
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3339H_Vertical
-Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf
-Potentiometer vertical Bourns 3339H
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3339P_Vertical
-Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf
-Potentiometer vertical Bourns 3339P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3339P_Vertical_HandSoldering
-Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf
-Potentiometer vertical Bourns 3339P hand-soldering
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3339S_Horizontal
-Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf
-Potentiometer horizontal Bourns 3339S
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3339W_Horizontal
-Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf
-Potentiometer horizontal Bourns 3339W
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3386C_Horizontal
-Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf
-Potentiometer horizontal Bourns 3386C
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3386F_Vertical
-Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf
-Potentiometer vertical Bourns 3386F
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3386P_Vertical
-Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf
-Potentiometer vertical Bourns 3386P
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_3386X_Horizontal
-Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf
-Potentiometer horizontal Bourns 3386X
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_PTA1543_Single_Slide
-Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf
-Bourns single-gang slide potentiometer 15.0mm
-0
-7
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTA2043_Single_Slide
-Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf
-Bourns single-gang slide potentiometer 20.0mm
-0
-7
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTA3043_Single_Slide
-Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf
-Bourns single-gang slide potentiometer 30.0mm
-0
-7
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTA4543_Single_Slide
-Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf
-Bourns single-gang slide potentiometer 45.0mm
-0
-7
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTA6043_Single_Slide
-Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf
-Bourns single-gang slide potentiometer 60.0mm
-0
-7
-4
-Potentiometer_THT
-Potentiometer_Bourns_PTV09A-1_Single_Vertical
-Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf
-Potentiometer vertical Bourns PTV09A-1 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Bourns_PTV09A-2_Single_Horizontal
-Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf
-Potentiometer horizontal Bourns PTV09A-2 Single
-0
-5
-3
-Potentiometer_THT
-Potentiometer_Omeg_PC16BU_Horizontal
-Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm
-Potentiometer horizontal Omeg PC16BU
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Omeg_PC16BU_Vertical
-Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm
-Potentiometer vertical Omeg PC16BU
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PC-16_Dual_Horizontal
-Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf
-Potentiometer horizontal Piher PC-16 Dual
-0
-6
-6
-Potentiometer_THT
-Potentiometer_Piher_PC-16_Single_Horizontal
-Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf
-Potentiometer horizontal Piher PC-16 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PC-16_Single_Vertical
-Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf
-Potentiometer vertical Piher PC-16 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PC-16_Triple_Horizontal
-Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf
-Potentiometer horizontal Piher PC-16 Triple
-0
-9
-9
-Potentiometer_THT
-Potentiometer_Piher_PT-6-H_Horizontal
-Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf
-Potentiometer horizontal Piher PT-6-H
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-6-V_Vertical
-Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf
-Potentiometer vertical Piher PT-6-V
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-6-V_Vertical_Hole
-Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf
-Potentiometer vertical hole Piher PT-6-V
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-10-H01_Horizontal
-Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf
-Potentiometer horizontal Piher PT-10-H01
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-10-H05_Horizontal
-Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf
-Potentiometer horizontal Piher PT-10-H05
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-10-V05_Vertical
-Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf
-Potentiometer vertical Piher PT-10-V05
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-10-V10_Vertical
-Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf
-Potentiometer vertical Piher PT-10-V10
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-10-V10_Vertical_Hole
-Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf
-Potentiometer vertical hole Piher PT-10-V10
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-H01_Horizontal
-Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer horizontal Piher PT-15-H01
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-H05_Horizontal
-Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer horizontal Piher PT-15-H05
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-H06_Horizontal
-Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer horizontal Piher PT-15-H06
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-H25_Horizontal
-Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer horizontal Piher PT-15-H25
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-V02_Vertical
-Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer vertical Piher PT-15-V02
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-V02_Vertical_Hole
-Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer vertical hole Piher PT-15-V02
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-V15_Vertical
-Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer vertical Piher PT-15-V15
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_PT-15-V15_Vertical_Hole
-Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf
-Potentiometer vertical hole Piher PT-15-V15
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_T-16H_Double_Horizontal
-Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf
-Potentiometer horizontal Piher T-16H Double
-0
-6
-6
-Potentiometer_THT
-Potentiometer_Piher_T-16H_Single_Horizontal
-Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf
-Potentiometer horizontal Piher T-16H Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Piher_T-16L_Single_Vertical_Hole
-Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf
-Potentiometer vertical hole Piher T-16L Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Runtron_RM-063_Horizontal
-Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf
-Potentiometer Trimmer RM-063
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Runtron_RM-065_Vertical
-Potentiometer, vertical, Trimmer, RM-065 https://components101.com/sites/default/files/component_datasheet/Preset%20Potentiometer%20%28Trimpot%29.pdf
-Potentiometer Trimmer RM-065
-0
-3
-3
-Potentiometer_THT
-Potentiometer_TT_P0915N
-http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf
-potentiometer vertical TT P0915N single
-0
-5
-3
-Potentiometer_THT
-Potentiometer_Vishay_43_Horizontal
-Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf
-Potentiometer horizontal Vishay 43
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_148-149_Dual_Horizontal
-Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf
-Potentiometer horizontal Vishay 148-149 Dual
-0
-6
-6
-Potentiometer_THT
-Potentiometer_Vishay_148-149_Single_Horizontal
-Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf
-Potentiometer horizontal Vishay 148-149 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_148-149_Single_Vertical
-Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf
-Potentiometer vertical Vishay 148-149 Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_148E-149E_Dual_Horizontal
-Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf
-Potentiometer horizontal Vishay 148E-149E Dual
-0
-10
-6
-Potentiometer_THT
-Potentiometer_Vishay_148E-149E_Single_Horizontal
-Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf
-Potentiometer horizontal Vishay 148E-149E Single
-0
-7
-3
-Potentiometer_THT
-Potentiometer_Vishay_248BH-249BH_Single_Horizontal
-Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf
-Potentiometer horizontal Vishay 248BH-249BH Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal
-Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf
-Potentiometer horizontal Vishay 248GJ-249GJ Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_248GJ-249GJ_Single_Vertical
-Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf
-Potentiometer vertical Vishay 248GJ-249GJ Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_T7-YA_Single_Vertical
-Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf
-Potentiometer vertical Vishay T7-YA Single
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_T73XW_Horizontal
-Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf
-Potentiometer horizontal Vishay T73XW
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_T73XX_Horizontal
-Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf
-Potentiometer horizontal Vishay T73XX
-0
-3
-3
-Potentiometer_THT
-Potentiometer_Vishay_T73YP_Vertical
-Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf
-Potentiometer vertical Vishay T73YP
-0
-3
-3
-RF
-Skyworks_SKY13575_639LF
-http://www.skyworksinc.com/uploads/documents/SKY13575_639LF_203270D.pdf
-Skyworks
-0
-19
-15
-RF
-Skyworks_SKY65404-31
-http://www.skyworksinc.com/uploads/documents/SKY65404_31_201512K.pdf
-Skyworks
-0
-7
-7
-RF_Antenna
-Abracon_APAES868R8060C16-T
-Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi
-APAES patch antenna
-0
-1
-1
-RF_Antenna
-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 (https://linxtechnologies.com/wp/wp-content/uploads/rxm-gps-rm.pdf)
-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-MINI-1
-2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
-2.4 GHz Wi-Fi Bluetooth external antenna espressif 20*15.4mm
-0
-73
-65
-RF_Module
-ESP32-S2-MINI-1U
-2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf
-2.4 GHz Wi-Fi Bluetooth external antenna espressif 15.4*15.4mm
-0
-73
-65
-RF_Module
-ESP32-S2-WROVER
-ESP32-S2-WROVER(-I) 2.4 GHz Wi-Fi https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf
-ESP32-S2 ESP32 WIFI
-0
-43
-43
-RF_Module
-ESP32-S3-WROOM-1
-2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf
-2.4 GHz Wi-Fi and Bluetooth module
-0
-62
-41
-RF_Module
-ESP32-S3-WROOM-1U
-2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf
-2.4 GHz Wi-Fi and Bluetooth module
-0
-62
-41
-RF_Module
-ESP32-WROOM-32
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf
-Single 2.4 GHz Wi-Fi and Bluetooth combo chip
-0
-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
-45
-45
-RF_Module
-RN42
-Class 2 Bluetooth Module with on-board antenna
-Bluetooth Module
-0
-36
-33
-RF_Module
-RN42N
-Class 2 Bluetooth Module without antenna
-Bluetooth Module
-0
-39
-36
-RF_Module
-RN2483
-Low-Power Long Range LoRa Transceiver Module
-rf module lora lorawan
-0
-47
-47
-RF_Module
-Raytac_MDBT50Q
-Multiprotocol radio SoC module https://www.raytac.com/download/index.php?index_id=43
-wireless 2.4 GHz Bluetooth ble zigbee 802.15.4 thread nordic raytac nrf52840 nrf52833
-0
-61
-61
-RF_Module
-ST_SPBTLE
-Bluetooth Low Energy Module
-ble module st bluetooth
-0
-11
-11
-RF_Module
-TD1205
-https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf
-SIGFOX Module
-0
-9
-9
-RF_Module
-TD1208
-https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf
-SIGFOX Module
-0
-25
-25
-RF_Module
-Taiyo-Yuden_EYSGJNZWY
-Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf
-Taiyo Yuden NRF51822 Module Bluetooth
-0
-30
-28
-RF_Module
-ZETA-433-SO_SMD
-RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf
-RF transceiver SMD style
-0
-12
-12
-RF_Module
-ZETA-433-SO_THT
-RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf
-RF transceiver SMD style
-0
-12
-12
-RF_Module
-nRF24L01_Breakout
-nRF24L01 breakout board
-nRF24L01 adapter breakout
-0
-8
-8
-RF_Shielding
-Laird_Technologies_97-2002_25.40x25.40mm
-Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-8
-1
-RF_Shielding
-Laird_Technologies_97-2003_12.70x13.37mm
-Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-8
-1
-RF_Shielding
-Laird_Technologies_BMI-S-101_13.66x12.70mm
-Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-16
-1
-RF_Shielding
-Laird_Technologies_BMI-S-102_16.50x16.50mm
-Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-16
-1
-RF_Shielding
-Laird_Technologies_BMI-S-103_26.21x26.21mm
-Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-24
-1
-RF_Shielding
-Laird_Technologies_BMI-S-104_32.00x32.00mm
-Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-105_38.10x25.40mm
-Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-106_36.83x33.68mm
-Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-107_44.37x44.37mm
-Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-36
-1
-RF_Shielding
-Laird_Technologies_BMI-S-201-F_13.66x12.70mm
-Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-16
-1
-RF_Shielding
-Laird_Technologies_BMI-S-202-F_16.50x16.50mm
-Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-16
-1
-RF_Shielding
-Laird_Technologies_BMI-S-203-F_26.21x26.21mm
-Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-24
-1
-RF_Shielding
-Laird_Technologies_BMI-S-204-F_32.00x32.00mm
-Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-205-F_38.10x25.40mm
-Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-206-F_36.83x33.68mm
-Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Laird_Technologies_BMI-S-207-F_44.37x44.37mm
-Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-36
-1
-RF_Shielding
-Laird_Technologies_BMI-S-208-F_39.60x39.60mm
-Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-32
-1
-RF_Shielding
-Laird_Technologies_BMI-S-209-F_29.36x18.50mm
-Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-20
-1
-RF_Shielding
-Laird_Technologies_BMI-S-210-F_44.00x30.50mm
-Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf)
-Shielding Cabinet
-0
-32
-1
-RF_Shielding
-Laird_Technologies_BMI-S-230-F_50.8x38.1mm
-Laird Technologies BMI-S-230-F Shielding Cabinet Two Piece SMD 50.8x38.1mm
-Shielding Cabinet
-0
-36
-1
-RF_Shielding
-Wuerth_36103205_20x20mm
-WE-SHC Shielding Cabinet SMD 20x20mm
-Shielding Cabinet
-0
-20
-1
-RF_Shielding
-Wuerth_36103255_25x25mm
-WE-SHC Shielding Cabinet SMD 25x25mm
-Shielding Cabinet
-0
-24
-1
-RF_Shielding
-Wuerth_36103305_30x30mm
-WE-SHC Shielding Cabinet SMD 30x30mm
-Shielding Cabinet
-0
-28
-1
-RF_Shielding
-Wuerth_36103505_50x50mm
-WE-SHC Shielding Cabinet SMD 50x50mm
-Shielding Cabinet
-0
-44
-1
-RF_Shielding
-Wuerth_36103605_60x60mm
-WE-SHC Shielding Cabinet SMD 60x60mm
-Shielding Cabinet
-0
-52
-1
-RF_Shielding
-Wuerth_36503205_20x20mm
-WE-SHC Shielding Cabinet THT 21x21mm
-Shielding Cabinet
-0
-16
-1
-RF_Shielding
-Wuerth_36503255_25x25mm
-WE-SHC Shielding Cabinet THT 26x26mm
-Shielding Cabinet
-0
-20
-1
-RF_Shielding
-Wuerth_36503305_30x30mm
-WE-SHC Shielding Cabinet THT 31x31mm
-Shielding Cabinet
-0
-24
-1
-RF_Shielding
-Wuerth_36503505_50x50mm
-WE-SHC Shielding Cabinet THT 51x51mm
-Shielding Cabinet
-0
-40
-1
-RF_Shielding
-Wuerth_36503605_60x60mm
-WE-SHC Shielding Cabinet THT 61x61mm
-Shielding Cabinet
-0
-48
-1
-RF_WiFi
-USR-C322
-https://www.usriot.com/download/WIFI/USR-C322-Hardware-Manual_V1.2.01.pdf
-WiFi IEEE802.11 b/g/n
-0
-44
-44
-Relay_SMD
-Relay_2P2T_10x6mm_TE_IMxxG
-Signal Relay, 10x6mm, 2 Form C, Gull Wings, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7F108-98001%7FZ.1%7Fpdf%7FEnglish%7FENG_DS_108-98001_Z.1.pdf
-TE IM-Series Relay DPDT Form C
-0
-8
-8
-Relay_SMD
-Relay_DPDT_AXICOM_IMSeries_JLeg
-http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf
-AXICOM IM-Series Relay J JLeg
-0
-8
-8
-Relay_SMD
-Relay_DPDT_FRT5_SMD
-IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package
-Relay DPDT IM-relay FRT5
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NU
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double coil latching surface mount SMD
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NUH
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double coil latching surface mount SMD
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NUH_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NUX_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NUX_NKX
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double coil latching surface mount SMD
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Kemet_EE2_NU_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Omron_G6H-2F
-package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf
-Omron G6H-2F relais
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Omron_G6K-2F
-Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf
-Omron G6K-2F relay
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6K-2F-Y
-Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf
-Omron G6K-2F-Y relay
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6K-2G
-Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf
-Omron G6K-2G relay
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6K-2G-Y
-Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf
-Omron G6K-2G-Y relay
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6S-2F
-Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf
-Relay Omron G6S-2F
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6S-2G
-Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf
-Relay Omron G6S-2G
-0
-8
-8
-Relay_SMD
-Relay_DPDT_Omron_G6SK-2F
-Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf
-Relay Omron G6SK-2F
-0
-10
-10
-Relay_SMD
-Relay_DPDT_Omron_G6SK-2G
-Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf
-Relay Omron G6SK-2G
-0
-10
-10
-Relay_SMD
-Relay_Fujitsu_FTR-B3S
-https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-b3.pdf
-Fujitsh FTR B3S B3SA Relay J JLeg
-0
-8
-8
-Relay_SMD
-Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm
-hiqsdr.com/images/3/3e/Axicom-HF3.pdf
-AXICOM HF3-Series Relay Pitch 1.27mm 50ohms
-0
-16
-16
-Relay_SMD
-Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm
-hiqsdr.com/images/3/3e/Axicom-HF3.pdf
-AXICOM HF3-Series Relay Pitch 1.27mm 75ohm
-0
-16
-16
-Relay_THT
-Relay_1-Form-A_Schrack-RYII_RM5mm
-Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO
-Relay 1-Form-A Schrack-RYII RM5mm SPST-NO
-0
-4
-4
-Relay_THT
-Relay_1-Form-B_Schrack-RYII_RM5mm
-Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC
-Relay 1-Form-B Schrack-RYII RM5mm SPST-NC
-0
-4
-4
-Relay_THT
-Relay_1-Form-C_Schrack-RYII_RM3.2mm
-Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT
-Relay 1-Form-C Schrack-RYII RM3.2mm SPDT
-0
-5
-5
-Relay_THT
-Relay_1P1T_NO_10x24x18.8mm_Panasonic_ADW11xxxxW_THT
-Panasonic Relay SPST 10mm 24mm, https://www.panasonic-electric-works.com/pew/es/downloads/ds_dw_hl_en.pdf
-Panasonic Relay SPST
-0
-4
-4
-Relay_THT
-Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm
-AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1
-AXICOM IM-Series Relay DPDR Pitch 3.2mm
-0
-8
-8
-Relay_THT
-Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm
-AXICOM IM-Series Relays, DPDR, Pitch 5.08
-AXICOM IM-Series Relay DPDR Pitch 5.08
-0
-8
-8
-Relay_THT
-Relay_DPDT_FRT5
-IM Signal Relay DPDT FRT5 narrow footprint
-Relay DPDT IM-relay FRT5
-0
-10
-10
-Relay_THT
-Relay_DPDT_Finder_30.22
-Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf
-AXICOM IM-Series Relay SPDT
-0
-8
-8
-Relay_THT
-Relay_DPDT_Finder_40.52
-Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf
-Relay DPDT Finder 40.52 Pitch 5mm
-0
-8
-8
-Relay_THT
-Relay_DPDT_Fujitsu_FTR-F1C
-https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf
-relay dpdt fujitsu tht
-0
-8
-8
-Relay_THT
-Relay_DPDT_Kemet_EC2
-Kemet signal relay, DPDT, non-latching, single coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT non single coil latching through hole THT
-0
-8
-8
-Relay_THT
-Relay_DPDT_Kemet_EC2_DoubleCoil
-Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf
-Kemet EC2 signal relay DPDT double dual coil latching through hole THT
-0
-10
-10
-Relay_THT
-Relay_DPDT_Omron_G2RL
-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
-Avago_ADPS-9960
-Digital Proximity, Ambient Light, RGB and Gesture Sensor (https://docs.broadcom.com/doc/AV02-4191EN)
-DFN Sensor optical IR
-0
-8
-8
-Sensor
-LuminOX_LOX-O2
-SST LuminOX Luminescence-based O2 sensor, https://sstsensing.com/wp-content/uploads/2021/08/DS0030rev15_LuminOx.pdf
-SST LuminOX O2
-0
-4
-4
-Sensor
-MQ-6
-Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf
-gas sensor
-0
-6
-6
-Sensor
-SHT1x
-SHT1x
-SHT1x
-0
-8
-8
-Sensor
-Senseair_S8_Down
-Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT
-co2 gas sensor pwm modbus
-0
-9
-9
-Sensor
-Senseair_S8_Up
-Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT
-co2 gas sensor pwm modbus
-0
-9
-9
-Sensor
-Sensirion_SCD4x-1EP_10.1x10.1mm_P1.25mm_EP4.8x4.8mm
-Sensirion SCD4x QFN, 20 Pin (https://sensirion.com/media/documents/C4B87CE6/627C2DCD/CD_DS_SCD40_SCD41_Datasheet_D1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py
-Sensirion QFN NoLead
-0
-25
-21
-Sensor
-Winson_GM-402B_5x5mm_P1.27mm
-Winson GM-402B, 8 Pin (https://www.winsen-sensor.com/d/files/me2/mems--gm-402b--manual-v1_1.pdf)
-Winson
-0
-8
-8
-Sensor_Audio
-CUI_CMC-4013-SMT
-Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf
-Microphone CUI
-0
-2
-2
-Sensor_Audio
-Infineon_PG-LLGA-5-1
-Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/
-infineon mems microphone
-0
-15
-5
-Sensor_Audio
-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
-UKCA-Logo_6x6mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-UKCA-Logo_8x8mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-UKCA-Logo_12x12mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-UKCA-Logo_20x20mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-UKCA-Logo_30x30mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-UKCA-Logo_40x40mm_SilkScreen
-UKCA marking
-Logo UKCA marking
-0
-0
-0
-Symbol
-WEEE-Logo_4.2x6mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_5.6x8mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_8.4x12mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_14x20mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_21x30mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-Symbol
-WEEE-Logo_28.1x40mm_SilkScreen
-Waste Electrical and Electronic Equipment Directive
-Logo WEEE
-0
-0
-0
-TerminalBlock
-TerminalBlock_Altech_AK300-2_P5.00mm
-Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf
-Altech AK300 terminal block pitch 5.0mm
-0
-2
-2
-TerminalBlock
-TerminalBlock_Altech_AK300-3_P5.00mm
-Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf
-Altech AK300 terminal block pitch 5.0mm
-0
-3
-3
-TerminalBlock
-TerminalBlock_Altech_AK300-4_P5.00mm
-Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf
-Altech AK300 terminal block pitch 5.0mm
-0
-4
-4
-TerminalBlock
-TerminalBlock_Wuerth_691311400102_P7.62mm
-https://katalog.we-online.de/em/datasheet/6913114001xx.pdf
-Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm
-0
-2
-2
-TerminalBlock
-TerminalBlock_bornier-2_P5.08mm
-simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2
-terminal block bornier2
-0
-2
-2
-TerminalBlock
-TerminalBlock_bornier-3_P5.08mm
-simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3
-terminal block bornier3
-0
-3
-3
-TerminalBlock
-TerminalBlock_bornier-4_P5.08mm
-simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4
-terminal block bornier4
-0
-4
-4
-TerminalBlock
-TerminalBlock_bornier-5_P5.08mm
-simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5
-terminal block bornier5
-0
-5
-5
-TerminalBlock
-TerminalBlock_bornier-6_P5.08mm
-simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6
-terminal block bornier6
-0
-6
-6
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-2
-2
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x02_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-3
-3
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x03_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-4
-4
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x04_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-5
-5
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x05_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-6
-6
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x06_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-7
-7
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x07_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-7
-7
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-8
-8
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x08_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-8
-8
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-9
-9
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x09_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-9
-9
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-10
-10
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x10_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-10
-10
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-11
-11
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x11_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-11
-11
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-12
-12
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x12_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-12
-12
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-13
-13
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x13_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-13
-13
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm
-0
-14
-14
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x14_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-14
-14
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal
-Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm
-0
-15
-15
-TerminalBlock_4Ucon
-TerminalBlock_4Ucon_1x15_P3.50mm_Vertical
-Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon
-THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Altech
-Altech_AK300_1x02_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-2
-2
-TerminalBlock_Altech
-Altech_AK300_1x03_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-3
-3
-TerminalBlock_Altech
-Altech_AK300_1x04_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-4
-4
-TerminalBlock_Altech
-Altech_AK300_1x05_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-5
-5
-TerminalBlock_Altech
-Altech_AK300_1x06_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-6
-6
-TerminalBlock_Altech
-Altech_AK300_1x07_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-7
-7
-TerminalBlock_Altech
-Altech_AK300_1x08_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-8
-8
-TerminalBlock_Altech
-Altech_AK300_1x09_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-9
-9
-TerminalBlock_Altech
-Altech_AK300_1x10_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-10
-10
-TerminalBlock_Altech
-Altech_AK300_1x11_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-11
-11
-TerminalBlock_Altech
-Altech_AK300_1x12_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-12
-12
-TerminalBlock_Altech
-Altech_AK300_1x13_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-13
-13
-TerminalBlock_Altech
-Altech_AK300_1x14_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-14
-14
-TerminalBlock_Altech
-Altech_AK300_1x15_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-15
-15
-TerminalBlock_Altech
-Altech_AK300_1x16_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-16
-16
-TerminalBlock_Altech
-Altech_AK300_1x17_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-17
-17
-TerminalBlock_Altech
-Altech_AK300_1x18_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-18
-18
-TerminalBlock_Altech
-Altech_AK300_1x19_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-19
-19
-TerminalBlock_Altech
-Altech_AK300_1x20_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-20
-20
-TerminalBlock_Altech
-Altech_AK300_1x21_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-21
-21
-TerminalBlock_Altech
-Altech_AK300_1x22_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-22
-22
-TerminalBlock_Altech
-Altech_AK300_1x23_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-23
-23
-TerminalBlock_Altech
-Altech_AK300_1x24_P5.00mm_45-Degree
-Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF)
-Altech AK300 serie connector
-0
-24
-24
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-2
-2
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-3
-3
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-4
-4
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-5
-5
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-6
-6
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-7
-7
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-8
-8
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-9
-9
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-10
-10
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-11
-11
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-12
-12
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-13
-13
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-14
-14
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-15
-15
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-16
-16
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-17
-17
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-18
-18
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-19
-19
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-20
-20
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-21
-21
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-22
-22
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-23
-23
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-24
-24
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-25
-25
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-26
-26
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-27
-27
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-28
-28
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-29
-29
-TerminalBlock_Dinkle
-TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX
-Dinkle DT-55-B01X Terminal Block pitch 10.00mm
-0
-30
-30
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed
-single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm
-0
-1
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6
-single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection
-single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed
-single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection
-single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0
-single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0
-single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm
-0
-2
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed
-single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm
-0
-4
-1
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal
-terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal
-terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal
-terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal
-terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal
-terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal
-terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal
-terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal
-terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal
-terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal
-terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal
-terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal
-terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal
-terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal
-terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal
-terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal
-terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal
-terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal
-terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal
-terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal
-terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal
-terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal
-terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal
-terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal
-terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal
-terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal
-terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal
-terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal
-terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal
-terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal
-terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal
-terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal
-terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal
-terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal
-terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal
-terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal
-terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal
-terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal
-terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal
-terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal
-terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree
-terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree
-terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree
-terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm
-0
-4
-4
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree
-terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm
-0
-5
-5
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree
-terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm
-0
-6
-6
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal
-terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal
-terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal
-terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_MetzConnect
-TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal
-terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect
-THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_Philmore
-TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal
-Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore
-THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm
-0
-2
-2
-TerminalBlock_Philmore
-TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal
-Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore
-THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-13
-13
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-13
-13
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-14
-14
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-14
-14
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal
-Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-13
-13
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-14
-14
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal
-Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal
-Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm
-0
-2
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm
-0
-3
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm
-0
-4
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm
-0
-5
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm
-0
-6
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm
-0
-7
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm
-0
-8
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm
-0
-9
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm
-0
-10
-10
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm
-0
-11
-11
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm
-0
-12
-12
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-13
-13
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm
-0
-13
-13
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-14
-14
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm
-0
-14
-14
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-15
-15
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm
-0
-15
-15
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal
-Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal
-Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm
-0
-16
-16
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf
-PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector
-0
-4
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm
-0
-4
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm
-0
-4
-2
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-4
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf
-PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector
-0
-5
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm
-0
-6
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm
-0
-6
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-5
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf
-PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector
-0
-6
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm
-0
-8
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm
-0
-8
-4
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-4
-3
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf
-PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector
-0
-7
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm
-0
-10
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm
-0
-10
-5
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-7
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf
-PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector
-0
-8
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm
-0
-12
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm
-0
-12
-6
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-8
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf
-PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector
-0
-9
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm
-0
-14
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm
-0
-14
-7
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-9
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf
-PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector
-0
-10
-9
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal
-Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm
-0
-16
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical
-Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix
-THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm
-0
-16
-8
-TerminalBlock_Phoenix
-TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical
-PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf
-2.5mm vertical SMD spring clamp terminal block connector
-0
-10
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal
-terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal
-terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal
-terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal
-terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal
-terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal
-terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal
-terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal
-terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal
-terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal
-terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal
-terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal
-terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal
-terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal
-terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal
-terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal
-terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal
-terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal
-terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal
-terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal
-terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal
-terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal
-terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal
-terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal
-terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal
-terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal
-terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal
-terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal
-terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal
-terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal
-terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal
-terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal
-terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal
-terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal
-terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal
-terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal
-terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal
-terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal
-terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal
-terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal
-terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal
-terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal
-terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal
-terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal
-terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree
-terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree
-terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree
-terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree
-terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree
-terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree
-terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree
-terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree
-terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree
-terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree
-terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree
-terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal
-terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal
-terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal
-terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal
-terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal
-terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal
-terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal
-terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal
-terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal
-terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal
-terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal
-terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal
-terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal
-terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal
-terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal
-terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal
-terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal
-terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal
-terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal
-terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal
-terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal
-terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal
-terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal
-terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal
-terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal
-terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal
-terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal
-terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal
-terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal
-terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal
-terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal
-terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal
-terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal
-terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal
-terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal
-terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal
-terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal
-terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal
-terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal
-terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal
-terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal
-terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal
-terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical
-terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical
-terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical
-terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical
-terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical
-terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical
-terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical
-terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical
-terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical
-terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical
-terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical
-terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal
-terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal
-terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal
-terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal
-terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal
-terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal
-terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal
-terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal
-terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal
-terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal
-terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal
-terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_RND
-TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal
-terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-2
-2
-TerminalBlock_RND
-TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal
-terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-3
-3
-TerminalBlock_RND
-TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal
-terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-4
-4
-TerminalBlock_RND
-TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal
-terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-5
-5
-TerminalBlock_RND
-TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal
-terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-6
-6
-TerminalBlock_RND
-TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal
-terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-7
-7
-TerminalBlock_RND
-TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal
-terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-8
-8
-TerminalBlock_RND
-TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal
-terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-9
-9
-TerminalBlock_RND
-TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal
-terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-10
-10
-TerminalBlock_RND
-TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal
-terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-11
-11
-TerminalBlock_RND
-TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal
-terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND
-THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm
-0
-12
-12
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal
-Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-10
-10
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal
-Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-11
-11
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal
-Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-12
-12
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal
-Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-2
-2
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal
-Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-3
-3
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal
-Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-4
-4
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal
-Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-5
-5
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal
-Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-6
-6
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal
-Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-7
-7
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal
-Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-8
-8
-TerminalBlock_TE-Connectivity
-TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal
-Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity
-THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree
-Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm
-0
-1
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree
-Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm
-0
-2
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree
-Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm
-0
-3
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree
-Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-105_1x05_P5.00mm_45Degree
-Terminal Block WAGO 236-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm
-0
-5
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree
-Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-6
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-107_1x07_P5.00mm_45Degree
-Terminal Block WAGO 236-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm
-0
-7
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree
-Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-109_1x09_P5.00mm_45Degree
-Terminal Block WAGO 236-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree
-Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-114_1x14_P5.00mm_45Degree
-Terminal Block WAGO 236-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-114 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm
-0
-14
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree
-Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm
-0
-16
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree
-Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-24
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-136_1x36_P5.00mm_45Degree
-Terminal Block WAGO 236-136, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm
-0
-36
-36
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-148_1x48_P5.00mm_45Degree
-Terminal Block WAGO 236-148, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm
-0
-48
-48
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree
-Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm
-0
-1
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree
-Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm
-0
-2
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree
-Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm
-0
-3
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree
-Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-205_1x05_P7.50mm_45Degree
-Terminal Block WAGO 236-205, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm
-0
-5
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree
-Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm
-0
-6
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-207_1x07_P7.50mm_45Degree
-Terminal Block WAGO 236-207, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm
-0
-7
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree
-Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-209_1x09_P7.50mm_45Degree
-Terminal Block WAGO 236-209, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree
-Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree
-Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-16
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree
-Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm
-0
-24
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree
-Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm
-0
-1
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree
-Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm
-0
-2
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree
-Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-3
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree
-Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-305_1x05_P10.00mm_45Degree
-Terminal Block WAGO 236-305, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm
-0
-5
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree
-Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-6
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree
-Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-309_1x09_P10.00mm_45Degree
-Terminal Block WAGO 236-309, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm
-0
-9
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree
-Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-12
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree
-Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm
-0
-16
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree
-Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm
-0
-24
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-401_1x01_P5.00mm_45Degree
-Terminal Block WAGO 236-401, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm
-0
-2
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-402_1x02_P5.00mm_45Degree
-Terminal Block WAGO 236-402, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-403_1x03_P5.00mm_45Degree
-Terminal Block WAGO 236-403, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-404_1x04_P5.00mm_45Degree
-Terminal Block WAGO 236-404, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-405_1x05_P5.00mm_45Degree
-Terminal Block WAGO 236-405, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-405 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-406_1x06_P5.00mm_45Degree
-Terminal Block WAGO 236-406, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-407_1x07_P5.00mm_45Degree
-Terminal Block WAGO 236-407, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-407 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-408_1x08_P5.00mm_45Degree
-Terminal Block WAGO 236-408, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-409_1x09_P5.00mm_45Degree
-Terminal Block WAGO 236-409, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-409 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-412_1x12_P5.00mm_45Degree
-Terminal Block WAGO 236-412, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-414_1x14_P5.00mm_45Degree
-Terminal Block WAGO 236-414, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-414 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-416_1x16_P5.00mm_45Degree
-Terminal Block WAGO 236-416, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm
-0
-32
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-424_1x24_P5.00mm_45Degree
-Terminal Block WAGO 236-424, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-48
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-436_1x36_P5.00mm_45Degree
-Terminal Block WAGO 236-436, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm
-0
-72
-36
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-448_1x48_P5.00mm_45Degree
-Terminal Block WAGO 236-448, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm
-0
-96
-48
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-501_1x01_P7.50mm_45Degree
-Terminal Block WAGO 236-501, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm
-0
-2
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-502_1x02_P7.50mm_45Degree
-Terminal Block WAGO 236-502, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-503_1x03_P7.50mm_45Degree
-Terminal Block WAGO 236-503, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-504_1x04_P7.50mm_45Degree
-Terminal Block WAGO 236-504, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-505_1x05_P7.50mm_45Degree
-Terminal Block WAGO 236-505, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-505 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-506_1x06_P7.50mm_45Degree
-Terminal Block WAGO 236-506, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-507_1x07_P7.50mm_45Degree
-Terminal Block WAGO 236-507, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-507 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-508_1x08_P7.50mm_45Degree
-Terminal Block WAGO 236-508, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-509_1x09_P7.50mm_45Degree
-Terminal Block WAGO 236-509, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-509 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-512_1x12_P7.50mm_45Degree
-Terminal Block WAGO 236-512, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-516_1x16_P7.50mm_45Degree
-Terminal Block WAGO 236-516, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-32
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-524_1x24_P7.50mm_45Degree
-Terminal Block WAGO 236-524, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm
-0
-48
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-601_1x01_P10.00mm_45Degree
-Terminal Block WAGO 236-601, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm
-0
-2
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-602_1x02_P10.00mm_45Degree
-Terminal Block WAGO 236-602, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-603_1x03_P10.00mm_45Degree
-Terminal Block WAGO 236-603, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-604_1x04_P10.00mm_45Degree
-Terminal Block WAGO 236-604, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-605_1x05_P10.00mm_45Degree
-Terminal Block WAGO 236-605, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-605 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-606_1x06_P10.00mm_45Degree
-Terminal Block WAGO 236-606, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-608_1x08_P10.00mm_45Degree
-Terminal Block WAGO 236-608, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-609_1x09_P10.00mm_45Degree
-Terminal Block WAGO 236-609, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-609 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-612_1x12_P10.00mm_45Degree
-Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-616_1x16_P10.00mm_45Degree
-Terminal Block WAGO 236-616, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm
-0
-32
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_236-624_1x24_P10.00mm_45Degree
-Terminal Block WAGO 236-624, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm
-0
-48
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree
-Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm
-0
-2
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree
-Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree
-Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree
-Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree
-Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree
-Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree
-Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree
-Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree
-Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree
-Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-111_1x11_P5.00mm_45Degree
-Terminal Block WAGO 804-111, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 56.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-111 45Degree pitch 5mm size 56.5x15mm^2 drill 1.2mm pad 3mm
-0
-22
-11
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree
-Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-113_1x13_P5.00mm_45Degree
-Terminal Block WAGO 804-113, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-113 45Degree pitch 5mm size 66.5x15mm^2 drill 1.2mm pad 3mm
-0
-26
-13
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-114_1x14_P5.00mm_45Degree
-Terminal Block WAGO 804-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 71.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-114 45Degree pitch 5mm size 71.5x15mm^2 drill 1.2mm pad 3mm
-0
-28
-14
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-115_1x15_P5.00mm_45Degree
-Terminal Block WAGO 804-115, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 76.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-115 45Degree pitch 5mm size 76.5x15mm^2 drill 1.2mm pad 3mm
-0
-30
-15
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree
-Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm
-0
-32
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree
-Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm
-0
-48
-24
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree
-Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm
-0
-2
-1
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree
-Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm
-0
-4
-2
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree
-Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm
-0
-6
-3
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree
-Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm
-0
-8
-4
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree
-Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm
-0
-10
-5
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree
-Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm
-0
-12
-6
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree
-Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm
-0
-14
-7
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree
-Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm
-0
-16
-8
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree
-Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm
-0
-18
-9
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree
-Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm
-0
-20
-10
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-311_1x11_P7.50mm_45Degree
-Terminal Block WAGO 804-311, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-311 45Degree pitch 7.5mm size 81.5x15mm^2 drill 1.2mm pad 3mm
-0
-22
-11
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree
-Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm
-0
-24
-12
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree
-Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm
-0
-32
-16
-TerminalBlock_WAGO
-TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree
-Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO
-THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm
-0
-48
-24
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650073_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650073.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650074_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650074.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650094_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650094.pdf)
-screw terminal thread redcube thr power connector
-0
-16
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650173_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650173.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650174_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650174.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650194_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650194.pdf)
-screw terminal thread redcube thr power connector
-0
-18
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74650195_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650195.pdf)
-screw terminal thread redcube thr power connector
-0
-18
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRBU_74655095_THR
-REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74655095.pdf)
-screw terminal thread redcube thr power connector
-0
-16
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRSH_74651173_THR
-REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651173.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRSH_74651174_THR
-REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651174.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRSH_74651175_THR
-REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651175.pdf)
-screw terminal thread redcube thr power connector
-0
-8
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRSH_74651194_THR
-REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651194.pdf)
-screw terminal thread redcube thr power connector
-0
-18
-1
-TerminalBlock_Wuerth
-Wuerth_REDCUBE-THR_WP-THRSH_74651195_THR
-REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651195.pdf)
-screw terminal thread redcube thr power connector
-0
-18
-1
-TestPoint
-TestPoint_2Pads_Pitch2.54mm_Drill0.8mm
-Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm
-CONN DEV
-0
-2
-2
-TestPoint
-TestPoint_2Pads_Pitch5.08mm_Drill1.3mm
-Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm
-CONN DEV
-0
-2
-2
-TestPoint
-TestPoint_Bridge_Pitch2.0mm_Drill0.7mm
-wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch2.54mm_Drill0.7mm
-wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch2.54mm_Drill1.0mm
-wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch2.54mm_Drill1.3mm
-wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch3.81mm_Drill1.3mm
-wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch5.08mm_Drill0.7mm
-wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch5.08mm_Drill1.3mm
-wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch6.35mm_Drill1.3mm
-wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Bridge_Pitch7.62mm_Drill1.3mm
-wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm
-test point wire loop
-0
-2
-1
-TestPoint
-TestPoint_Keystone_5000-5004_Miniature
-Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309
-Through Hole Mount Test Points
-0
-1
-1
-TestPoint
-TestPoint_Keystone_5005-5009_Compact
-Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314
-Through Hole Mount Test Points
-0
-1
-1
-TestPoint
-TestPoint_Keystone_5010-5014_Multipurpose
-Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319
-Through Hole Mount Test Points
-0
-1
-1
-TestPoint
-TestPoint_Keystone_5015_Micro-Minature
-SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353
-Test Point
-0
-1
-1
-TestPoint
-TestPoint_Keystone_5019_Minature
-SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357
-Test Point
-0
-1
-1
-TestPoint
-TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded
-wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.0mm
-wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile
-low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.50mm_Drill1.85mm
-wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded
-wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded
-wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded
-wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.0mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.5mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Loop_D3.80mm_Drill2.8mm
-wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm
-test point wire loop bead
-0
-1
-1
-TestPoint
-TestPoint_Pad_1.0x1.0mm
-SMD rectangular pad as test Point, square 1.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_1.5x1.5mm
-SMD rectangular pad as test Point, square 1.5mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_2.0x2.0mm
-SMD rectangular pad as test Point, square 2.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_2.5x2.5mm
-SMD rectangular pad as test Point, square 2.5mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_3.0x3.0mm
-SMD rectangular pad as test Point, square 3.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_4.0x4.0mm
-SMD rectangular pad as test Point, square 4.0mm side length
-test point SMD pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_Pad_D1.0mm
-SMD pad as test Point, diameter 1.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D1.5mm
-SMD pad as test Point, diameter 1.5mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D2.0mm
-SMD pad as test Point, diameter 2.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D2.5mm
-SMD pad as test Point, diameter 2.5mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D3.0mm
-SMD pad as test Point, diameter 3.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Pad_D4.0mm
-SMD pad as test Point, diameter 4.0mm
-test point SMD pad
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D2.0mm
-Plated Hole as test Point, diameter 2.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D3.0mm
-Plated Hole as test Point, diameter 3.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D4.0mm
-Plated Hole as test Point, diameter 4.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_Plated_Hole_D5.0mm
-Plated Hole as test Point, diameter 5.0mm
-test point plated hole
-0
-1
-1
-TestPoint
-TestPoint_THTPad_1.0x1.0mm_Drill0.5mm
-THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_1.5x1.5mm_Drill0.7mm
-THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_2.0x2.0mm_Drill1.0mm
-THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_2.5x2.5mm_Drill1.2mm
-THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_3.0x3.0mm_Drill1.5mm
-THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_4.0x4.0mm_Drill2.0mm
-THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm
-test point THT pad rectangle square
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D1.0mm_Drill0.5mm
-THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D1.5mm_Drill0.7mm
-THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm
-test point THT pad
-0
-1
-1
-TestPoint
-TestPoint_THTPad_D2.0mm_Drill1.0mm
+1672402258369
+pins
+Pin1.5x2mm
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_Halo_N2_SO-16_7.11x12.7mm
-Halo N2 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Halo SO Transformer_SMD
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_Halo_N5_SO-16_7.11x12.7mm
-Halo N5 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Halo SO Transformer_SMD
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_Halo_N6_SO-16_7.11x14.73mm
-Halo N6 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-Halo SO Transformer_SMD
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_Wuerth_749013011A
-Ethernet Transformer, Wuerth 749013011A, https://www.we-online.com/katalog/datasheet/749013011A.pdf
-Ethernet Transformer
-0
-16
-16
-Transformer_SMD
-Transformer_Ethernet_YDS_30F-51NL_SO-24_7.1x15.1mm
-YDS 30F-51NL SO, 24 Pin (https://datasheet.lcsc.com/lcsc/1811051610_Shanghai-YDS-Tech-30F-51NL_C123168.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py
-YDS SO Transformer_SMD
-0
-24
-24
-Transformer_SMD
-Transformer_MACOM_SM-22
-https://cdn.macom.com/datasheets/ETC1-1-13.pdf
-RF Transformer
-0
-5
-5
-Transformer_SMD
-Transformer_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
-Transistor_Power_Module
-Infineon_AG-ECONO2
-28-lead TH, EconoPACK 2, same as Littelfuse_Package_H_XN2MM, https://www.infineon.com/dgdl/Infineon-FS75R07N2E4-DS-v02_00-en_de.pdf?fileId=db3a30432f5008fe012f52f916333979
-igbt diode module
-0
-28
-28
-Transistor_Power_Module
-Infineon_EasyPIM-1B
-35-lead TH, EasyPIM 1B, https://www.infineon.com/dgdl/Infineon-FP10R06W1E3-DS-v02_01-en_de.pdf?fileId=db3a304412b407950112b43312285a63
-brifge rectifier igbt diode module
-0
-23
-23
-Transistor_Power_Module
-Infineon_EasyPIM-2B
-35-lead TH, EasyPIM 2B, same as ST_ACEPACK-2-CIB, https://www.infineon.com/dgdl/Infineon-FP50R06W2E3-DS-v02_02-EN.pdf?fileId=db3a30431b3e89eb011b455c99987d24
-brifge rectifier igbt diode module
-0
-35
-23
-Transistor_Power_Module
-Littelfuse_Package_H_XBN2MM
-24-lead TH, Package H, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1215h_xbn2mm_datasheet.pdf.pdf
-brifge rectifier igbt diode module
-0
-24
-24
-Transistor_Power_Module
-Littelfuse_Package_H_XN2MM
-28-lead TH, Package H, same as Infineon_AG-ECONO2, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1225h_xn2mm_datasheet.pdf.pdf
-igbt diode module
-0
-28
-28
-Transistor_Power_Module
-Littelfuse_Package_W_XBN2MM
-24-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1250w_xbn2mm_datasheet.pdf.pdf
-brifge rectifier igbt diode module
-0
-35
-24
-Transistor_Power_Module
-Littelfuse_Package_W_XN2MM
-35-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1275w_xn2mm_datasheet.pdf.pdf
-igbt diode module
-0
-35
-35
-Transistor_Power_Module
-ST_ACEPACK-2-CIB
-35-lead TH, ACEPACK 2 CIB, same as Infineon_EasyPIM-2B, https://www.st.com/resource/en/datasheet/a2c25s12m3.pdf
-brifge rectifier igbt diode module
-0
-35
-23
-Transistor_Power_Module
-ST_ACEPACK-2-CIB_PressFIT
-35-lead TH, ACEPACK 2 CIB, PressFIT, https://www.st.com/resource/en/datasheet/a2c50s65m2-f.pdf
-brifge rectifier igbt diode module
-0
-35
-23
-Transistor_Power_Module
-ST_SDIP-25L
-25-lead TH, SDIP-25L, https://www.st.com/resource/en/datasheet/stgips20k60.pdf
-igbt diode module
-0
-25
-25
-Valve
-Valve_ECC-83-1
-Valve ECC-83-1 round pins
-Valve ECC-83-1 round pins
-0
-9
-9
-Valve
-Valve_ECC-83-2
-Valve ECC-83-2 flat pins
-Valve ECC-83-2 flat pins
-0
-10
-9
-Valve
-Valve_EURO
-Valve Euro
-Valve Euro
-0
-7
-5
-Valve
-Valve_Glimm
-Valve Glimm
-Valve Glimm
-0
-2
-2
-Valve
-Valve_Mini_G
-Valve mini G
-Valve mini G
-0
-9
-7
-Valve
-Valve_Mini_P
-Valve mini P
-Valve mini P
-0
-7
-7
-Valve
-Valve_Mini_Pentode_Linear
-Mini-Pentode, 5-pin, e.g. JAN6418
-Valve Mini-Pentode 5-pin JAN6418
-0
-5
-5
-Valve
-Valve_Noval_G
-Valve NOVAL G
-Valve NOVAL G
-0
-11
-9
-Valve
-Valve_Noval_P
-Valve NOVAL P
-Valve NOVAL P
-0
-9
-9
-Valve
-Valve_Octal
-8-pin round valve
-valve
-0
-9
-8
-Varistor
-RV_Disc_D7mm_W3.4mm_P5mm
-Varistor, diameter 7mm, width 3.4mm, pitch 5mm
-varistor SIOV
-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/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-lib-table b/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-lib-table
new file mode 100644
index 0000000..e8ae381
--- /dev/null
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/fp-lib-table
@@ -0,0 +1,3 @@
+(fp_lib_table
+ (lib (name "pins")(type "KiCad")(uri "${KIPRJMOD}/pins.pretty")(options "")(descr ""))
+)
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Cu.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Cu.gbr
index 2d7bec7..36f0d72 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Cu.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Cu.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:34+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Copper,L2,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:34*
%MOMM*%
%LPD*%
G01*
@@ -28,121 +28,250 @@ G04 Aperture macros list*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
+%AMFreePoly0*
+4,1,6,1.000000,0.000000,0.500000,-0.750000,-0.500000,-0.750000,-0.500000,0.750000,0.500000,0.750000,1.000000,0.000000,1.000000,0.000000,$1*%
+%AMFreePoly1*
+4,1,6,0.500000,-0.750000,-0.650000,-0.750000,-0.150000,0.000000,-0.650000,0.750000,0.500000,0.750000,0.500000,-0.750000,0.500000,-0.750000,$1*%
G04 Aperture macros list end*
-%TA.AperFunction,ComponentPad*%
-%ADD10R,0.850000X0.850000*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD10FreePoly0,0.000000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD11FreePoly1,0.000000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD12R,2.000000X2.400000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD11O,1.000000X2.100000*%
+%ADD13C,2.000000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD14RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD12O,1.000000X1.600000*%
+%ADD15R,1.000000X1.000000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD13R,1.700000X1.700000*%
+%ADD16O,1.000000X1.000000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD17RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD18R,0.450000X1.500000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD19RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD14O,0.850000X0.850000*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD15RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD16RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD17RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD18R,1.500000X2.000000*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD19R,3.800000X2.000000*%
+%ADD20O,1.000000X2.100000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD20C,1.500000*%
+%ADD21O,1.000000X1.600000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD21RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
+%ADD22R,1.560000X0.650000*%
+%TD*%
+%TA.AperFunction,ComponentPad*%
+%ADD23R,1.700000X1.700000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD22RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
+%ADD24RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD23RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
+%ADD25RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD24RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
+%ADD26R,1.500000X2.000000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD25RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
+%ADD27R,3.800000X2.000000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD26RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
+%ADD28RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD29RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD30RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD31RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD32RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
%TD*%
%TA.AperFunction,ViaPad*%
-%ADD27C,1.200000*%
+%ADD33C,0.800000*%
%TD*%
%TA.AperFunction,ViaPad*%
-%ADD28C,0.800000*%
+%ADD34C,1.200000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD29C,0.250000*%
+%ADD35C,0.250000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD30C,1.000000*%
+%ADD36C,0.500000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD31C,0.200000*%
+%ADD37C,0.200000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD32C,0.500000*%
+%ADD38C,1.000000*%
%TD*%
G04 APERTURE END LIST*
D10*
-%TO.P,J6,1,Pin_1*%
-%TO.N,Net-(R3-Pad2)*%
-X103980000Y-64570000D03*
-%TD*%
-%TO.P,J3,1,Pin_1*%
-%TO.N,Net-(R2-Pad2)*%
-X111930000Y-65330000D03*
-%TD*%
-%TO.P,J4,1,Pin_1*%
+%TO.P,JP1,1,A*%
%TO.N,GND*%
-X109640000Y-64820000D03*
+X81164600Y-100787200D03*
+D11*
+%TO.P,JP1,2,B*%
+%TO.N,Net-(U1-Pad2)*%
+X82614600Y-100787200D03*
%TD*%
-%TO.P,J8,1,Pin_1*%
-%TO.N,Net-(R5-Pad2)*%
-X99500000Y-65500000D03*
+D12*
+%TO.P,Y1,1,1*%
+%TO.N,/OSC_IN*%
+X80365600Y-95656400D03*
+%TO.P,Y1,2,2*%
+%TO.N,/OSC_OUT*%
+X76665600Y-95656400D03*
%TD*%
+D13*
%TO.P,J9,1,Pin_1*%
%TO.N,GND*%
X97310000Y-66260000D03*
%TD*%
-D11*
-%TO.P,J37,S1,SHIELD*%
-%TO.N,GND*%
-X101290000Y-54600000D03*
-X109930000Y-54600000D03*
-D12*
-X109930000Y-50420000D03*
-X101290000Y-50420000D03*
-%TD*%
-D10*
-%TO.P,J2,1,Pin_1*%
-%TO.N,/VBUS*%
-X114040000Y-66090000D03*
+%TO.P,J8,1,Pin_1*%
+%TO.N,Net-(J8-Pad1)*%
+X99500000Y-65500000D03*
%TD*%
%TO.P,J7,1,Pin_1*%
-%TO.N,Net-(R4-Pad2)*%
+%TO.N,Net-(J7-Pad1)*%
X101700000Y-64910000D03*
%TD*%
+%TO.P,J6,1,Pin_1*%
+%TO.N,Net-(J6-Pad1)*%
+X103980000Y-64570000D03*
+%TD*%
%TO.P,J5,1,Pin_1*%
%TO.N,/VBUS*%
X106270000Y-64490000D03*
%TD*%
-D13*
+%TO.P,J4,1,Pin_1*%
+%TO.N,GND*%
+X109640000Y-64820000D03*
+%TD*%
+%TO.P,J3,1,Pin_1*%
+%TO.N,Net-(J3-Pad1)*%
+X111930000Y-65330000D03*
+%TD*%
+%TO.P,J2,1,Pin_1*%
+%TO.N,/VBUS*%
+X114040000Y-66090000D03*
+%TD*%
+D14*
+%TO.P,C2,1*%
+%TO.N,/OSC_OUT*%
+X74574400Y-95657500D03*
+%TO.P,C2,2*%
+%TO.N,GND*%
+X74574400Y-97382500D03*
+%TD*%
+%TO.P,C1,1*%
+%TO.N,/OSC_IN*%
+X82499200Y-95657500D03*
+%TO.P,C1,2*%
+%TO.N,GND*%
+X82499200Y-97382500D03*
+%TD*%
+D15*
+%TO.P,J1,1,Pin_1*%
+%TO.N,/SWCLK*%
+X70764400Y-85039200D03*
+D16*
+%TO.P,J1,2,Pin_2*%
+%TO.N,/SWDIO*%
+X70764400Y-86309200D03*
+%TO.P,J1,3,Pin_3*%
+%TO.N,GND*%
+X70764400Y-87579200D03*
+%TO.P,J1,4,Pin_4*%
+%TO.N,+3V3*%
+X70764400Y-88849200D03*
+%TO.P,J1,5,Pin_5*%
+%TO.N,/BOOT0*%
+X70764400Y-90119200D03*
+%TO.P,J1,6,Pin_6*%
+%TO.N,/NRST*%
+X70764400Y-91389200D03*
+%TD*%
+D17*
+%TO.P,R10,1*%
+%TO.N,/USBDP*%
+X81974800Y-76757200D03*
+%TO.P,R10,2*%
+%TO.N,Net-(Q1-Pad3)*%
+X81974800Y-74932200D03*
+%TD*%
+D18*
+%TO.P,Q1,1,B*%
+%TO.N,/USB_PU*%
+X84774800Y-77022000D03*
+%TO.P,Q1,2,E*%
+%TO.N,+3V3*%
+X83474800Y-77022000D03*
+%TO.P,Q1,3,C*%
+%TO.N,Net-(Q1-Pad3)*%
+X84124800Y-74362000D03*
+%TD*%
+D19*
+%TO.P,R7,1*%
+%TO.N,/DP*%
+X105306500Y-59563000D03*
+%TO.P,R7,2*%
+%TO.N,Net-(R7-Pad2)*%
+X103481500Y-59563000D03*
+%TD*%
+D20*
+%TO.P,J37,S1,SHIELD*%
+%TO.N,GND*%
+X101290000Y-54600000D03*
+X109930000Y-54600000D03*
+D21*
+X109930000Y-50420000D03*
+X101290000Y-50420000D03*
+%TD*%
+D22*
+%TO.P,U3,1,I/O1*%
+%TO.N,Net-(R7-Pad2)*%
+X101092000Y-58867000D03*
+%TO.P,U3,2,GND*%
+%TO.N,GND*%
+X101092000Y-59817000D03*
+%TO.P,U3,3,I/O2*%
+%TO.N,Net-(R8-Pad2)*%
+X101092000Y-60767000D03*
+%TO.P,U3,4,I/O2*%
+%TO.N,/USBDM*%
+X98392000Y-60767000D03*
+%TO.P,U3,5,VBUS*%
+%TO.N,/VBUS*%
+X98392000Y-59817000D03*
+%TO.P,U3,6,I/O1*%
+%TO.N,/USBDP*%
+X98392000Y-58867000D03*
+%TD*%
+D19*
+%TO.P,R8,1*%
+%TO.N,/DM*%
+X105306500Y-61087000D03*
+%TO.P,R8,2*%
+%TO.N,Net-(R8-Pad2)*%
+X103481500Y-61087000D03*
+%TD*%
+D23*
%TO.P,J35,1,Pin_1*%
%TO.N,GND*%
X138633200Y-89560400D03*
@@ -151,41 +280,19 @@ X138633200Y-89560400D03*
%TO.N,/VBUS*%
X127609600Y-72237600D03*
%TD*%
-D10*
-%TO.P,J1,1,Pin_1*%
-%TO.N,/SWCLK*%
-X70586600Y-85188800D03*
-D14*
-%TO.P,J1,2,Pin_2*%
-%TO.N,/SWDIO*%
-X70586600Y-86188800D03*
-%TO.P,J1,3,Pin_3*%
-%TO.N,GND*%
-X70586600Y-87188800D03*
-%TO.P,J1,4,Pin_4*%
-%TO.N,+3V3*%
-X70586600Y-88188800D03*
-%TO.P,J1,5,Pin_5*%
-%TO.N,/BOOT0*%
-X70586600Y-89188800D03*
-%TO.P,J1,6,Pin_6*%
-%TO.N,/NRST*%
-X70586600Y-90188800D03*
-%TD*%
-D13*
%TO.P,J36,1,Pin_1*%
%TO.N,+3V3*%
X133350000Y-89560400D03*
%TD*%
-D15*
+D17*
%TO.P,R6,1*%
-%TO.N,Net-(J37-PadB5)*%
-X100431600Y-59105800D03*
+%TO.N,/CANH*%
+X104343200Y-53238400D03*
%TO.P,R6,2*%
%TO.N,GND*%
-X98606600Y-59105800D03*
+X104343200Y-51413400D03*
%TD*%
-D16*
+D24*
%TO.P,C5,1*%
%TO.N,+3V3*%
X73784800Y-81965800D03*
@@ -193,7 +300,7 @@ X73784800Y-81965800D03*
%TO.N,GND*%
X72059800Y-81965800D03*
%TD*%
-D17*
+D25*
%TO.P,C8,1*%
%TO.N,+3V3*%
X75618000Y-92938600D03*
@@ -201,29 +308,21 @@ X75618000Y-92938600D03*
%TO.N,GND*%
X77343000Y-92938600D03*
%TD*%
-D18*
+D26*
%TO.P,U2,1,GND*%
%TO.N,GND*%
X131227800Y-72135600D03*
%TO.P,U2,2,VO*%
%TO.N,+3V3*%
X133527800Y-72135600D03*
-D19*
+D27*
X133527800Y-78435600D03*
-D18*
+D26*
%TO.P,U2,3,VI*%
%TO.N,/VBUS*%
X135827800Y-72135600D03*
%TD*%
-D20*
-%TO.P,Y1,1,1*%
-%TO.N,/OSC_IN*%
-X81647200Y-96600000D03*
-%TO.P,Y1,2,2*%
-%TO.N,/OSC_OUT*%
-X76767200Y-96600000D03*
-%TD*%
-D21*
+D28*
%TO.P,C3,1*%
%TO.N,/VBUS*%
X134518400Y-69392800D03*
@@ -231,7 +330,7 @@ X134518400Y-69392800D03*
%TO.N,GND*%
X132443400Y-69392800D03*
%TD*%
-D22*
+D29*
%TO.P,C4,1*%
%TO.N,+3V3*%
X82677000Y-82522400D03*
@@ -239,15 +338,15 @@ X82677000Y-82522400D03*
%TO.N,GND*%
X82677000Y-80797400D03*
%TD*%
-D23*
+D17*
%TO.P,R9,1*%
-%TO.N,Net-(J37-PadA5)*%
-X109096800Y-58470800D03*
+%TO.N,/CANL*%
+X106900000Y-53212500D03*
%TO.P,R9,2*%
%TO.N,GND*%
-X110921800Y-58470800D03*
+X106900000Y-51387500D03*
%TD*%
-D17*
+D25*
%TO.P,C6,1*%
%TO.N,+3V3*%
X82755400Y-91160600D03*
@@ -262,7 +361,7 @@ X133580800Y-81203800D03*
%TO.N,GND*%
X135305800Y-81203800D03*
%TD*%
-D24*
+D30*
%TO.P,C9,1*%
%TO.N,+3V3*%
X133558600Y-84658200D03*
@@ -270,12 +369,12 @@ X133558600Y-84658200D03*
%TO.N,GND*%
X138658600Y-84658200D03*
%TD*%
-D25*
+D31*
%TO.P,U1,1,VBAT*%
%TO.N,+3V3*%
X80837500Y-90852500D03*
%TO.P,U1,2,PC13*%
-%TO.N,unconnected-(U1-Pad2)*%
+%TO.N,Net-(U1-Pad2)*%
X80337500Y-90852500D03*
%TO.P,U1,3,PC14*%
%TO.N,unconnected-(U1-Pad3)*%
@@ -307,7 +406,7 @@ X75837500Y-90852500D03*
%TO.P,U1,12,PA2*%
%TO.N,unconnected-(U1-Pad12)*%
X75337500Y-90852500D03*
-D26*
+D32*
%TO.P,U1,13,PA3*%
%TO.N,unconnected-(U1-Pad13)*%
X73925000Y-89440000D03*
@@ -344,7 +443,7 @@ X73925000Y-84440000D03*
%TO.P,U1,24,VDD*%
%TO.N,+3V3*%
X73925000Y-83940000D03*
-D25*
+D31*
%TO.P,U1,25,PB12*%
%TO.N,unconnected-(U1-Pad25)*%
X75337500Y-82527500D03*
@@ -364,7 +463,7 @@ X77337500Y-82527500D03*
%TO.N,unconnected-(U1-Pad30)*%
X77837500Y-82527500D03*
%TO.P,U1,31,PA10*%
-%TO.N,unconnected-(U1-Pad31)*%
+%TO.N,/USB_PU*%
X78337500Y-82527500D03*
%TO.P,U1,32,PA11*%
%TO.N,/USBDM*%
@@ -381,7 +480,7 @@ X80337500Y-82527500D03*
%TO.P,U1,36,VDD*%
%TO.N,+3V3*%
X80837500Y-82527500D03*
-D26*
+D32*
%TO.P,U1,37,PA14*%
%TO.N,/SWCLK*%
X82250000Y-83940000D03*
@@ -407,10 +506,10 @@ X82250000Y-86940000D03*
%TO.N,/BOOT0*%
X82250000Y-87440000D03*
%TO.P,U1,45,PB8*%
-%TO.N,unconnected-(U1-Pad45)*%
+%TO.N,/CANRX*%
X82250000Y-87940000D03*
%TO.P,U1,46,PB9*%
-%TO.N,unconnected-(U1-Pad46)*%
+%TO.N,/CANTX*%
X82250000Y-88440000D03*
%TO.P,U1,47,VSS*%
%TO.N,GND*%
@@ -419,33 +518,51 @@ X82250000Y-88940000D03*
%TO.N,+3V3*%
X82250000Y-89440000D03*
%TD*%
-D27*
+D33*
+%TO.N,GND*%
+X74904600Y-99949000D03*
+X131227800Y-72135600D03*
+X138658600Y-84658200D03*
+X77343000Y-92938600D03*
+X82677000Y-80797400D03*
+%TO.N,/CANL*%
+X102721437Y-53082163D03*
+%TO.N,/CANH*%
+X104343200Y-53238400D03*
+D34*
+%TO.N,GND*%
+X99060000Y-56184800D03*
+D33*
+%TO.N,/CANL*%
+X106900000Y-53212500D03*
+%TO.N,/CANRX*%
+X96250961Y-60507339D03*
+%TO.N,/CANTX*%
+X93116400Y-61518800D03*
+%TO.N,/USBDP*%
+X84023200Y-69443600D03*
+%TO.N,/USBDM*%
+X83921600Y-70459600D03*
+%TO.N,/USBDP*%
+X82550000Y-78079600D03*
+%TO.N,/USBDM*%
+X81635600Y-78486000D03*
+%TO.N,/DM*%
+X106426000Y-58547000D03*
+D34*
%TO.N,GND*%
X109423200Y-115290600D03*
-D28*
-X89509600Y-58521600D03*
-D27*
-X77673200Y-75488800D03*
X112471200Y-62026800D03*
-D28*
-X84582000Y-80746600D03*
+D33*
X73888600Y-79095600D03*
-D27*
-X114300000Y-58521600D03*
-D28*
-X84582000Y-77063600D03*
-D27*
-X80848200Y-75260200D03*
-D28*
-X71831200Y-87426800D03*
-D27*
+D34*
%TO.N,/VBUS*%
X108051600Y-60350400D03*
X101803200Y-57353200D03*
%TO.N,+3V3*%
X131064000Y-84886800D03*
X80162400Y-86842600D03*
-D28*
+D33*
X78435200Y-84150200D03*
%TO.N,/L_DETECT*%
X75184000Y-77927200D03*
@@ -467,167 +584,330 @@ X78790800Y-86188800D03*
X80445588Y-88464412D03*
%TO.N,/NRST*%
X77825600Y-89408000D03*
-%TO.N,Net-(J37-PadA5)*%
-X107137200Y-58470800D03*
%TO.N,/DP*%
X104190800Y-58166000D03*
-X105511600Y-59309000D03*
X105660500Y-57759600D03*
-%TO.N,Net-(J37-PadB5)*%
-X103047800Y-58039000D03*
-%TO.N,/USBDM*%
-X81635600Y-78282800D03*
-X84074000Y-69088000D03*
-X91160600Y-61772800D03*
-%TO.N,/USBDP*%
-X94462600Y-59842400D03*
-X82778600Y-78282800D03*
-X85217000Y-69088000D03*
-%TO.N,Net-(R2-Pad2)*%
-X76631800Y-69265800D03*
-X97993200Y-62128400D03*
%TD*%
-D29*
-%TO.N,/OSC_IN*%
-X78837500Y-93790300D02*
-X81647200Y-96600000D01*
-X78837500Y-90852500D02*
-X78837500Y-93790300D01*
-D30*
+D35*
+%TO.N,GND*%
+X81164600Y-100787200D02*
+X75742800Y-100787200D01*
+X75742800Y-100787200D02*
+X74904600Y-99949000D01*
+%TO.N,Net-(U1-Pad2)*%
+X82614600Y-100787200D02*
+X83566000Y-99835800D01*
+X83566000Y-99835800D02*
+X83566000Y-94945200D01*
+X83566000Y-94945200D02*
+X80337500Y-91716700D01*
+X80337500Y-91716700D02*
+X80337500Y-90852500D01*
+%TO.N,GND*%
+X82499200Y-97382500D02*
+X82499200Y-98348800D01*
+X74904600Y-99085400D02*
+X74904600Y-99949000D01*
+X74904600Y-97712700D02*
+X74904600Y-99085400D01*
+X81762600Y-99085400D02*
+X74904600Y-99085400D01*
+X82499200Y-98348800D02*
+X81762600Y-99085400D01*
+X74574400Y-97382500D02*
+X74904600Y-97712700D01*
+%TO.N,/OSC_OUT*%
+X74574400Y-95657500D02*
+X76664500Y-95657500D01*
+X76664500Y-95657500D02*
+X76665600Y-95656400D01*
+%TO.N,/OSC_IN*%
+X82499200Y-95657500D02*
+X80366700Y-95657500D01*
+X80366700Y-95657500D02*
+X80365600Y-95656400D01*
+%TO.N,GND*%
+X73202800Y-94030800D02*
+X76708000Y-94030800D01*
+X77343000Y-92938600D02*
+X77343000Y-93395800D01*
+X77343000Y-93395800D02*
+X76708000Y-94030800D01*
+%TO.N,/OSC_OUT*%
+X78337500Y-90852500D02*
+X78337500Y-93984500D01*
+X78337500Y-93984500D02*
+X76665600Y-95656400D01*
+%TO.N,/OSC_IN*%
+X78837500Y-90852500D02*
+X78837500Y-94128300D01*
+X78837500Y-94128300D02*
+X80365600Y-95656400D01*
+%TO.N,GND*%
+X101092000Y-59817000D02*
+X100152200Y-59817000D01*
+X100152200Y-59817000D02*
+X99771200Y-60198000D01*
+X99771200Y-60198000D02*
+X99771200Y-61620400D01*
+X99771200Y-61620400D02*
+X97310000Y-64081600D01*
+X97310000Y-64081600D02*
+X97310000Y-66260000D01*
+D36*
+X135305800Y-81203800D02*
+X137693400Y-81203800D01*
+X137693400Y-81203800D02*
+X138658600Y-82169000D01*
+X138658600Y-82169000D02*
+X138658600Y-84658200D01*
+X131227800Y-72135600D02*
+X131227800Y-70608400D01*
+X131227800Y-70608400D02*
+X132443400Y-69392800D01*
+D35*
+X97310000Y-66260000D02*
+X97451200Y-66260000D01*
+X97451200Y-66260000D02*
+X98450400Y-67259200D01*
+X98450400Y-67259200D02*
+X107200800Y-67259200D01*
+X107200800Y-67259200D02*
+X109640000Y-64820000D01*
+X104343200Y-51413400D02*
+X106874100Y-51413400D01*
+X106874100Y-51413400D02*
+X106900000Y-51387500D01*
+%TO.N,/CANL*%
+X103428800Y-52374800D02*
+X102721437Y-53082163D01*
+X106900000Y-53212500D02*
+X106400100Y-53212500D01*
+X106400100Y-53212500D02*
+X105562400Y-52374800D01*
+X105562400Y-52374800D02*
+X103428800Y-52374800D01*
+%TO.N,GND*%
+X71780400Y-87782400D02*
+X71780400Y-92608400D01*
+X71780400Y-92608400D02*
+X73202800Y-94030800D01*
+X70764400Y-87579200D02*
+X71577200Y-87579200D01*
+X71577200Y-87579200D02*
+X71780400Y-87782400D01*
+%TO.N,/VBUS*%
+X101803200Y-57353200D02*
+X100939600Y-57353200D01*
+X100939600Y-57353200D02*
+X99771200Y-58521600D01*
+X98392000Y-59817000D02*
+X99339400Y-59817000D01*
+X99339400Y-59817000D02*
+X99771200Y-59385200D01*
+X99771200Y-59385200D02*
+X99771200Y-58521600D01*
+%TO.N,/CANRX*%
+X96250961Y-60507339D02*
+X96103100Y-60655200D01*
+X96103100Y-60655200D02*
+X92710000Y-60655200D01*
+X85750400Y-67614800D02*
+X85750400Y-85445600D01*
+X92710000Y-60655200D02*
+X85750400Y-67614800D01*
+X85750400Y-85445600D02*
+X83718400Y-87477600D01*
+%TO.N,/CANTX*%
+X93116400Y-61518800D02*
+X92456000Y-61518800D01*
+X86309200Y-86055200D02*
+X84785200Y-87579200D01*
+X92456000Y-61518800D02*
+X86309200Y-67665600D01*
+X86309200Y-67665600D02*
+X86309200Y-86055200D01*
+%TO.N,/USBDM*%
+X83921600Y-70459600D02*
+X84124800Y-70459600D01*
+X84124800Y-70459600D02*
+X84734400Y-69850000D01*
+X97393800Y-60767000D02*
+X98392000Y-60767000D01*
+X84734400Y-69850000D02*
+X84734400Y-67970400D01*
+X84734400Y-67970400D02*
+X92862400Y-59842400D01*
+X92862400Y-59842400D02*
+X96469200Y-59842400D01*
+X96469200Y-59842400D02*
+X97393800Y-60767000D01*
+%TO.N,/USBDP*%
+X84023200Y-68044195D02*
+X93200395Y-58867000D01*
+X84023200Y-69443600D02*
+X84023200Y-68044195D01*
+X93200395Y-58867000D02*
+X98392000Y-58867000D01*
+%TO.N,Net-(Q1-Pad3)*%
+X84124800Y-74362000D02*
+X82545000Y-74362000D01*
+X82545000Y-74362000D02*
+X81974800Y-74932200D01*
+%TO.N,/USBDP*%
+X82550000Y-78079600D02*
+X82550000Y-77332400D01*
+X82550000Y-77332400D02*
+X81974800Y-76757200D01*
+X82550000Y-78511400D02*
+X82550000Y-78079600D01*
+%TO.N,+3V3*%
+X83474800Y-77022000D02*
+X83474800Y-81724600D01*
+X83474800Y-81724600D02*
+X82677000Y-82522400D01*
+%TO.N,/USB_PU*%
+X80850000Y-79050000D02*
+X80850000Y-76325200D01*
+X84277200Y-75844400D02*
+X84774800Y-76342000D01*
+X84774800Y-76342000D02*
+X84774800Y-77022000D01*
+X80850000Y-76325200D02*
+X81330800Y-75844400D01*
+X81330800Y-75844400D02*
+X84277200Y-75844400D01*
+D37*
+%TO.N,/CANTX*%
+X82250000Y-88440000D02*
+X83924400Y-88440000D01*
+X83924400Y-88440000D02*
+X84785200Y-87579200D01*
+%TO.N,/CANRX*%
+X82250000Y-87940000D02*
+X83256000Y-87940000D01*
+X83256000Y-87940000D02*
+X83718400Y-87477600D01*
+%TO.N,/USBDP*%
+X79337500Y-81723900D02*
+X82410300Y-78651100D01*
+X82550000Y-78511400D02*
+X82410300Y-78651100D01*
+%TO.N,/USBDM*%
+X81635600Y-78864400D02*
+X81635600Y-78486000D01*
+%TO.N,/USB_PU*%
+X78337500Y-82527500D02*
+X78337500Y-81562500D01*
+X78337500Y-81562500D02*
+X80850000Y-79050000D01*
+%TO.N,/USBDM*%
+X81635600Y-78864400D02*
+X78837500Y-81662500D01*
+X78837500Y-81662500D02*
+X78837500Y-82527500D01*
+%TO.N,GND*%
+X80337500Y-82527500D02*
+X80337500Y-81407300D01*
+X80337500Y-81407300D02*
+X80947400Y-80797400D01*
+X80947400Y-80797400D02*
+X82677000Y-80797400D01*
+%TO.N,/USBDP*%
+X79337500Y-82527500D02*
+X79337500Y-81723900D01*
+%TO.N,Net-(R8-Pad2)*%
+X103481500Y-61087000D02*
+X103161500Y-60767000D01*
+X103161500Y-60767000D02*
+X101092000Y-60767000D01*
+%TO.N,Net-(R7-Pad2)*%
+X101092000Y-58867000D02*
+X102785500Y-58867000D01*
+X102785500Y-58867000D02*
+X103481500Y-59563000D01*
+%TO.N,/DP*%
+X105306500Y-59563000D02*
+X105306500Y-58113600D01*
+X105306500Y-58113600D02*
+X105660500Y-57759600D01*
+%TO.N,/DM*%
+X106553000Y-58674000D02*
+X106426000Y-58547000D01*
+X105306500Y-61087000D02*
+X105918000Y-61087000D01*
+X106553000Y-60452000D02*
+X106553000Y-58674000D01*
+X105918000Y-61087000D02*
+X106553000Y-60452000D01*
+D38*
%TO.N,GND*%
-X108432600Y-66802000D02*
-X109640000Y-65594600D01*
X109640000Y-64172200D02*
X111785400Y-62026800D01*
-D31*
+D37*
X109423200Y-115290600D02*
X116789200Y-115290600D01*
-D29*
-X91033600Y-60045600D02*
-X91668600Y-60045600D01*
-D31*
X82250000Y-88940000D02*
X84012400Y-88940000D01*
-D30*
-X98018600Y-66802000D02*
-X108432600Y-66802000D01*
-D31*
-X82651600Y-77063600D02*
-X80848200Y-75260200D01*
-D29*
-X92608400Y-59105800D02*
-X91668600Y-60045600D01*
-X71593200Y-87188800D02*
-X71831200Y-87426800D01*
-D31*
X77337500Y-90852500D02*
X77337500Y-92933100D01*
-X80337500Y-81155700D02*
-X80337500Y-82527500D01*
-D32*
+D36*
X138658600Y-84658200D02*
X138658600Y-89535000D01*
-D31*
-X84582000Y-80797400D02*
-X84582000Y-80746600D01*
+D37*
X84012400Y-88940000D02*
X84480400Y-89408000D01*
X138633200Y-93446600D02*
X138633200Y-89560400D01*
-X82677000Y-80797400D02*
-X84582000Y-80797400D01*
-D30*
+D38*
X97310000Y-66260000D02*
X97476600Y-66260000D01*
-D31*
-X80695800Y-80797400D02*
-X80337500Y-81155700D01*
-D29*
+D35*
X72059800Y-83616800D02*
X72883000Y-84440000D01*
-X98606600Y-59105800D02*
-X92608400Y-59105800D01*
-D31*
-X84582000Y-77063600D02*
-X82651600Y-77063600D01*
-D29*
-X110921800Y-58470800D02*
-X114249200Y-58470800D01*
-D31*
+D37*
X116789200Y-115290600D02*
X138633200Y-93446600D01*
-D29*
-X70586600Y-87188800D02*
-X71593200Y-87188800D01*
-D32*
+D36*
X138658600Y-89535000D02*
X138633200Y-89560400D01*
-D29*
+D35*
X72059800Y-80924400D02*
X72059800Y-81965800D01*
-X114249200Y-58470800D02*
-X114300000Y-58521600D01*
-D30*
-X109640000Y-65594600D02*
-X109640000Y-64820000D01*
-D31*
+D37*
X77337500Y-92933100D02*
X77343000Y-92938600D01*
-D30*
+D38*
X109640000Y-64820000D02*
X109640000Y-64172200D01*
-X97476600Y-66260000D02*
-X98018600Y-66802000D01*
-D29*
-X89509600Y-58521600D02*
-X91033600Y-60045600D01*
+D35*
X73888600Y-79095600D02*
X72059800Y-80924400D01*
-D31*
-X82677000Y-80797400D02*
-X80695800Y-80797400D01*
-D30*
+D38*
X111785400Y-62026800D02*
X112471200Y-62026800D01*
-D31*
+D37*
X84480400Y-89408000D02*
X84480400Y-91160600D01*
-D29*
+D35*
X72059800Y-81965800D02*
X72059800Y-83616800D01*
X72883000Y-84440000D02*
X73925000Y-84440000D01*
-%TO.N,/OSC_OUT*%
-X78337500Y-95029700D02*
-X76767200Y-96600000D01*
-X78337500Y-90852500D02*
-X78337500Y-95029700D01*
-D30*
+D38*
%TO.N,/VBUS*%
X113512600Y-60350400D02*
X108051600Y-60350400D01*
X108051600Y-63169800D02*
X108051600Y-60350400D01*
-D32*
-X101803200Y-59740800D02*
-X102412800Y-60350400D01*
-D30*
X114040000Y-66090000D02*
X114040000Y-60877800D01*
X134518400Y-67792600D02*
X134289800Y-67564000D01*
-D32*
-X101803200Y-57353200D02*
-X101803200Y-59740800D01*
-D30*
X127609600Y-68961000D02*
X125222000Y-66573400D01*
X127609600Y-68961000D02*
X127609600Y-72237600D01*
-D32*
-X102412800Y-60350400D02*
-X108051600Y-60350400D01*
-D30*
X106731400Y-64490000D02*
X108051600Y-63169800D01*
X114040000Y-60877800D02*
@@ -650,111 +930,102 @@ X125222000Y-66573400D02*
X123418600Y-66573400D01*
X134518400Y-69392800D02*
X134518400Y-67792600D01*
-D32*
+D36*
%TO.N,+3V3*%
X80162400Y-86842600D02*
X79578200Y-87426800D01*
-D30*
+D38*
X133558600Y-84658200D02*
X133558600Y-81226000D01*
X133330000Y-84886800D02*
X133558600Y-84658200D01*
-D32*
-X133527800Y-81150800D02*
-X133580800Y-81203800D01*
-D31*
+D37*
X80837500Y-83652900D02*
X79756000Y-84734400D01*
-D29*
+D35*
X79578200Y-89179400D02*
X79838800Y-89440000D01*
-D31*
-X82671900Y-82527500D02*
-X82677000Y-82522400D01*
-D30*
+D38*
X131064000Y-84886800D02*
X133330000Y-84886800D01*
-D31*
+D37*
X76837500Y-91767700D02*
X76837500Y-90852500D01*
-D30*
+D38*
X133580800Y-78488600D02*
X133527800Y-78435600D01*
-D31*
+D37*
X75666600Y-92938600D02*
X76837500Y-91767700D01*
X82250000Y-89440000D02*
X81044800Y-89440000D01*
X76837500Y-88795900D02*
X76837500Y-90852500D01*
-D30*
+D38*
X133558600Y-81226000D02*
X133580800Y-81203800D01*
-D31*
+D37*
X80837500Y-82527500D02*
X82671900Y-82527500D01*
-D32*
+D36*
X79578200Y-87426800D02*
X79578200Y-88544400D01*
-D31*
+D37*
X78225000Y-83940000D02*
X78435200Y-84150200D01*
-D32*
+D36*
X133558600Y-84658200D02*
X133558600Y-89351800D01*
X133558600Y-89351800D02*
X133350000Y-89560400D01*
-D29*
+D35*
X77807200Y-83940000D02*
X78225000Y-83940000D01*
-D31*
+D37*
X73784800Y-83799800D02*
X73925000Y-83940000D01*
-D32*
+D36*
X79756000Y-86436200D02*
X79756000Y-84734400D01*
-D29*
+D35*
X73925000Y-83940000D02*
X77807200Y-83940000D01*
-D32*
+D36*
X133527800Y-72135600D02*
X133527800Y-78435600D01*
-D31*
+D37*
X80837500Y-82527500D02*
X80837500Y-83652900D01*
X81044800Y-89440000D02*
X80837500Y-89647300D01*
-D29*
+D35*
X79838800Y-89440000D02*
X81044800Y-89440000D01*
-D31*
+D37*
X80837500Y-89647300D02*
X80837500Y-90852500D01*
X75618000Y-92938600D02*
X75666600Y-92938600D01*
X82250000Y-90655200D02*
X82755400Y-91160600D01*
-D32*
+D36*
X79578200Y-88544400D02*
X79578200Y-89179400D01*
-D29*
+D35*
X77089000Y-88544400D02*
X76837500Y-88795900D01*
-D32*
-X133580800Y-84636000D02*
-X133558600Y-84658200D01*
-D30*
+D38*
X133580800Y-81203800D02*
X133580800Y-78488600D01*
-D32*
+D36*
X80162400Y-86842600D02*
X79756000Y-86436200D01*
-D31*
+D37*
X82250000Y-89440000D02*
X82250000Y-90655200D01*
X73784800Y-81965800D02*
X73784800Y-83799800D01*
-D29*
+D35*
X79578200Y-88544400D02*
X77089000Y-88544400D01*
%TO.N,/L_DETECT*%
@@ -811,7 +1082,7 @@ X75641200Y-86715600D02*
X75641200Y-84785200D01*
X78892400Y-78536800D02*
X79349600Y-78079600D01*
-D31*
+D37*
%TO.N,/SWCLK*%
X82250000Y-83940000D02*
X81185400Y-83940000D01*
@@ -842,117 +1113,11 @@ X77837500Y-90852500D02*
X77837500Y-89419900D01*
X77837500Y-89419900D02*
X77825600Y-89408000D01*
-D29*
-%TO.N,Net-(J37-PadA5)*%
-X109096800Y-58470800D02*
-X107137200Y-58470800D01*
-D31*
%TO.N,/DP*%
-X105660500Y-57759600D02*
-X105660500Y-59160100D01*
X104190800Y-58166000D02*
X105254100Y-58166000D01*
-X105660500Y-59160100D02*
-X105511600Y-59309000D01*
X105254100Y-58166000D02*
X105660500Y-57759600D01*
-D29*
-%TO.N,Net-(J37-PadB5)*%
-X103047800Y-58039000D02*
-X103047800Y-56286400D01*
-X101092000Y-56286400D02*
-X100431600Y-56946800D01*
-X103047800Y-56286400D02*
-X101092000Y-56286400D01*
-X100431600Y-56946800D02*
-X100431600Y-59105800D01*
-%TO.N,/USBDM*%
-X93802200Y-61823600D02*
-X93802200Y-63373000D01*
-X89021262Y-65582800D02*
-X88376431Y-66227631D01*
-D31*
-X78837500Y-80903100D02*
-X81457800Y-78282800D01*
-D29*
-X93751400Y-61772800D02*
-X93802200Y-61823600D01*
-D31*
-X81457800Y-78282800D02*
-X81635600Y-78282800D01*
-D29*
-X91592400Y-65582800D02*
-X89021262Y-65582800D01*
-X93802200Y-63373000D02*
-X91592400Y-65582800D01*
-X84074000Y-68783200D02*
-X84074000Y-69088000D01*
-X91160600Y-61772800D02*
-X93751400Y-61772800D01*
-X86629569Y-66227631D02*
-X84074000Y-68783200D01*
-X88376431Y-66227631D02*
-X86629569Y-66227631D01*
-D31*
-X78837500Y-82527500D02*
-X78837500Y-80903100D01*
-%TO.N,/USBDP*%
-X81711800Y-79349600D02*
-X82778600Y-78282800D01*
-D29*
-X85217000Y-68351400D02*
-X85217000Y-69088000D01*
-X91948000Y-66065400D02*
-X89174380Y-66065400D01*
-X89174380Y-66065400D02*
-X88544400Y-66695380D01*
-D31*
-X79337500Y-81088900D02*
-X81076800Y-79349600D01*
-D29*
-X87007700Y-66695380D02*
-X86873020Y-66695380D01*
-D31*
-X79337500Y-82527500D02*
-X79337500Y-81088900D01*
-X81635600Y-79349600D02*
-X81711800Y-79349600D01*
-X81076800Y-79349600D02*
-X81635600Y-79349600D01*
-D29*
-X88544400Y-66695380D02*
-X87007700Y-66695380D01*
-X86873020Y-66695380D02*
-X85217000Y-68351400D01*
-X92075000Y-65938400D02*
-X91948000Y-66065400D01*
-X94462600Y-63550800D02*
-X92075000Y-65938400D01*
-X94462600Y-59842400D02*
-X94462600Y-63550800D01*
-%TO.N,Net-(R2-Pad2)*%
-X76631800Y-70002400D02*
-X78232000Y-71602600D01*
-X97383600Y-62128400D02*
-X97993200Y-62128400D01*
-X87236300Y-67144900D02*
-X88811100Y-67144900D01*
-X92938600Y-66573400D02*
-X97383600Y-62128400D01*
-X78232000Y-71602600D02*
-X84810600Y-71602600D01*
-X89382600Y-66573400D02*
-X92938600Y-66573400D01*
-X88811100Y-67144900D02*
-X89382600Y-66573400D01*
-X86067900Y-68313300D02*
-X87236300Y-67144900D01*
-X86067900Y-70345300D02*
-X86067900Y-68313300D01*
-X76631800Y-69265800D02*
-X76631800Y-70002400D01*
-X84810600Y-71602600D02*
-X86067900Y-70345300D01*
%TD*%
%TA.AperFunction,Conductor*%
%TO.N,GND*%
@@ -1061,12 +1226,12 @@ X127596230Y-57755965D01*
X128088647Y-58528952D01*
X128103913Y-58552916D01*
X128115241Y-58575369D01*
-X128452770Y-59452730D01*
+X128453095Y-59453573D01*
X128473148Y-59505699D01*
X128481550Y-59550940D01*
X128481550Y-60564003D01*
X128479799Y-60584935D01*
-X128407635Y-61013300D01*
+X128422336Y-60926035D01*
X128406166Y-61022017D01*
X128406069Y-61022585D01*
X128391103Y-61108316D01*
@@ -1075,19 +1240,14 @@ X128392103Y-61117237D01*
X128394438Y-61138060D01*
X128395185Y-61155207D01*
X128394468Y-61184271D01*
-X128396775Y-61192948D01*
-X128396775Y-61192950D01*
-X128403093Y-61216714D01*
-X128403415Y-61218123D01*
+X128403098Y-61216731D01*
+X128403414Y-61218119D01*
X128403573Y-61219537D01*
-X128404583Y-61223241D01*
-X128404585Y-61223251D01*
-X128414411Y-61259297D01*
-X128414617Y-61260062D01*
+X128414503Y-61259633D01*
X128431891Y-61325039D01*
X128432558Y-61326141D01*
X128432905Y-61327140D01*
-X128554389Y-61772800D01*
+X128538191Y-61713377D01*
X128650311Y-62124688D01*
X128653239Y-62142508D01*
X128654395Y-62148158D01*
@@ -1109,7 +1269,7 @@ X128720349Y-62322989D01*
X128726083Y-62329896D01*
X128727819Y-62331987D01*
X128741538Y-62352227D01*
-X128897601Y-62638909D01*
+X128836145Y-62526016D01*
X129204221Y-63202159D01*
X129209274Y-63212549D01*
X129227068Y-63253852D01*
@@ -1122,22 +1282,22 @@ X129308392Y-63353493D01*
X129308393Y-63353494D01*
X129338817Y-63376409D01*
X129346573Y-63382749D01*
-X129556785Y-63569013D01*
-X130054897Y-64010378D01*
+X129488739Y-63508719D01*
+X130071171Y-64024798D01*
X130074747Y-64027967D01*
X130080548Y-64033445D01*
X130118024Y-64071150D01*
-X130157593Y-64092971D01*
+X130137275Y-64081766D01*
X130159752Y-64094161D01*
X130168253Y-64099296D01*
-X130170289Y-64100638D01*
X130208262Y-64125670D01*
+X130245769Y-64137204D01*
X130263264Y-64142584D01*
X130269360Y-64144631D01*
X130788310Y-64333760D01*
X131156323Y-64467881D01*
X131166727Y-64472209D01*
-X131189552Y-64482925D01*
+X131199222Y-64487465D01*
X131207350Y-64491281D01*
X131237886Y-64496036D01*
X131262758Y-64499909D01*
@@ -1155,11 +1315,11 @@ X134802247Y-65096979D01*
X134909978Y-65155712D01*
X134924037Y-65163377D01*
X134952820Y-65184908D01*
-X135213232Y-65445316D01*
-X135506292Y-65738372D01*
+X135143117Y-65375202D01*
+X135577767Y-65809846D01*
X135686610Y-65918688D01*
X135703395Y-65939480D01*
-X137264047Y-68358672D01*
+X137258501Y-68350075D01*
X137340606Y-68477348D01*
X137346813Y-68488099D01*
X138917108Y-71546546D01*
@@ -1171,7 +1331,7 @@ X140266882Y-74832904D01*
X141254211Y-78124920D01*
X141262925Y-78153976D01*
X141265905Y-78166046D01*
-X141396270Y-78834328D01*
+X141345217Y-78572619D01*
X141931909Y-81580131D01*
X141933355Y-81589351D01*
X142349265Y-85080550D01*
@@ -1181,10 +1341,10 @@ X142349585Y-88507091D01*
X142017767Y-91998590D01*
X142015999Y-92010803D01*
X141909676Y-92555630D01*
-X141351629Y-95415205D01*
+X141391279Y-95212030D01*
X141350009Y-95423506D01*
X141347836Y-95432764D01*
-X140966590Y-96819371D01*
+X141016400Y-96638209D01*
X140434019Y-98756349D01*
X140429095Y-98770780D01*
X139100953Y-102007270D01*
@@ -1655,194 +1815,115 @@ X74712638Y-105437363D01*
X74707691Y-105428998D01*
X73048141Y-102358775D01*
X73041386Y-102344102D01*
-X71924977Y-99442169D01*
+X72417177Y-100721566D01*
X71795362Y-99105255D01*
X71792274Y-99096219D01*
X71791242Y-99092776D01*
-X70878940Y-96050954D01*
+X71382149Y-97728766D01*
+X73591400Y-97728766D01*
+X73591737Y-97735282D01*
+X73601475Y-97829132D01*
+X73604368Y-97842528D01*
+X73654888Y-97993953D01*
+X73661053Y-98007115D01*
+X73744826Y-98142492D01*
+X73753860Y-98153890D01*
+X73866529Y-98266363D01*
+X73877940Y-98275375D01*
+X74013463Y-98358912D01*
+X74026641Y-98365056D01*
+X74178166Y-98415315D01*
+X74191532Y-98418181D01*
+X74284170Y-98427672D01*
+X74290585Y-98428000D01*
+X74302285Y-98428000D01*
+X74317524Y-98423525D01*
+X74318729Y-98422135D01*
+X74320400Y-98414452D01*
+X74320400Y-97654615D01*
+X74315925Y-97639376D01*
+X74314535Y-97638171D01*
+X74306852Y-97636500D01*
+X73609515Y-97636500D01*
+X73594276Y-97640975D01*
+X73593071Y-97642365D01*
+X73591400Y-97650048D01*
+X73591400Y-97728766D01*
+X71382149Y-97728766D01*
+X71027693Y-96546929D01*
X70791778Y-95760335D01*
X70789402Y-95751176D01*
-X70414208Y-94043467D01*
-X70040624Y-92343085D01*
-X70038283Y-92328264D01*
-X70029867Y-92241828D01*
-X69920365Y-91117310D01*
-X69933671Y-91047572D01*
-X69982568Y-90996098D01*
-X70051532Y-90979231D01*
-X70108772Y-90995980D01*
-X70111941Y-90997810D01*
-X70117279Y-91001688D01*
-X70123306Y-91004371D01*
-X70123307Y-91004372D01*
-X70123310Y-91004373D01*
-X70296544Y-91081502D01*
-X70392515Y-91101901D01*
-X70482028Y-91120928D01*
-X70482032Y-91120928D01*
-X70488485Y-91122300D01*
-X70684715Y-91122300D01*
-X70691168Y-91120928D01*
-X70691172Y-91120928D01*
-X70780685Y-91101901D01*
-X70876656Y-91081502D01*
-X70952864Y-91047572D01*
-X71049891Y-91004373D01*
-X71049893Y-91004372D01*
-X71055921Y-91001688D01*
-X71063615Y-90996098D01*
-X71209330Y-90890230D01*
-X71209332Y-90890228D01*
-X71214674Y-90886347D01*
-X71242333Y-90855629D01*
-X71341558Y-90745428D01*
-X71341559Y-90745427D01*
-X71345977Y-90740520D01*
-X71444092Y-90570580D01*
-X71504730Y-90383955D01*
-X71509472Y-90338844D01*
-X71524552Y-90195365D01*
-X71525242Y-90188800D01*
-X71513840Y-90080321D01*
-X71505420Y-90000209D01*
-X71505420Y-90000208D01*
-X71504730Y-89993645D01*
-X71484427Y-89931157D01*
-X71450892Y-89827948D01*
-X71444092Y-89807020D01*
-X71412211Y-89751800D01*
-X71395473Y-89682804D01*
-X71412211Y-89625800D01*
-X71440788Y-89576303D01*
-X71440789Y-89576302D01*
-X71444092Y-89570580D01*
-X71484215Y-89447093D01*
-X71502690Y-89390234D01*
-X71502690Y-89390233D01*
-X71504730Y-89383955D01*
-X71514306Y-89292852D01*
-X71524552Y-89195365D01*
-X71525242Y-89188800D01*
-X71512232Y-89065022D01*
-X71505420Y-89000209D01*
-X71505420Y-89000208D01*
-X71504730Y-88993645D01*
-X71494674Y-88962694D01*
-X71446134Y-88813305D01*
-X71444092Y-88807020D01*
-X71412211Y-88751800D01*
-X71395473Y-88682804D01*
-X71412211Y-88625800D01*
-X71440788Y-88576303D01*
-X71440789Y-88576302D01*
-X71444092Y-88570580D01*
-X71500410Y-88397251D01*
-X71502690Y-88390234D01*
-X71502690Y-88390233D01*
-X71504730Y-88383955D01*
-X71522733Y-88212676D01*
-X71524552Y-88195365D01*
-X71525242Y-88188800D01*
-X71504730Y-87993645D01*
-X71444092Y-87807020D01*
-X71411922Y-87751300D01*
-X71395184Y-87682305D01*
-X71411922Y-87625299D01*
-X71440334Y-87576088D01*
-X71445673Y-87564096D01*
-X71479485Y-87460032D01*
-X71479888Y-87445932D01*
-X71473517Y-87442800D01*
-X71188924Y-87442800D01*
-X71120803Y-87422798D01*
-X71114863Y-87418736D01*
-X71061263Y-87379793D01*
-X71061262Y-87379792D01*
-X71055921Y-87375912D01*
-X71049893Y-87373228D01*
-X71049891Y-87373227D01*
-X70894195Y-87303907D01*
-X70840099Y-87257927D01*
-X70819450Y-87190000D01*
-X70838802Y-87121691D01*
-X70894195Y-87073693D01*
-X71049891Y-87004373D01*
-X71049893Y-87004372D01*
-X71055921Y-87001688D01*
-X71114863Y-86958864D01*
-X71181731Y-86935006D01*
-X71188924Y-86934800D01*
-X71466969Y-86934800D01*
-X71480500Y-86930827D01*
-X71481510Y-86923800D01*
-X71445673Y-86813504D01*
-X71440334Y-86801512D01*
-X71411922Y-86752301D01*
-X71395184Y-86683306D01*
-X71411922Y-86626300D01*
-X71440788Y-86576303D01*
-X71440789Y-86576302D01*
-X71444092Y-86570580D01*
-X71494527Y-86415358D01*
-X71502690Y-86390234D01*
-X71502690Y-86390233D01*
-X71504730Y-86383955D01*
-X71515965Y-86277068D01*
-X71524552Y-86195365D01*
-X71525242Y-86188800D01*
-X71504730Y-85993645D01*
-X71489522Y-85946838D01*
-X71475433Y-85903475D01*
-X71473406Y-85832508D01*
-X71477284Y-85820311D01*
-X71510571Y-85731518D01*
-X71510573Y-85731512D01*
-X71513345Y-85724116D01*
-X71520100Y-85661934D01*
-X71520100Y-85064595D01*
-X71540102Y-84996474D01*
-X71593758Y-84949981D01*
-X71664032Y-84939877D01*
-X71728612Y-84969371D01*
-X71735195Y-84975500D01*
-X71897395Y-85137700D01*
-X71931421Y-85200012D01*
-X71934300Y-85226795D01*
-X71934300Y-88306539D01*
-X71933773Y-88317722D01*
-X71932098Y-88325215D01*
-X71932347Y-88333141D01*
-X71932347Y-88333142D01*
-X71934238Y-88393292D01*
-X71934300Y-88397251D01*
-X71934300Y-88425162D01*
-X71934797Y-88429096D01*
-X71934797Y-88429097D01*
-X71934805Y-88429162D01*
-X71935738Y-88440999D01*
-X71937127Y-88485195D01*
-X71942778Y-88504645D01*
-X71946787Y-88524006D01*
-X71949326Y-88544103D01*
-X71952245Y-88551474D01*
-X71952245Y-88551476D01*
-X71965604Y-88585218D01*
-X71969449Y-88596448D01*
-X71981782Y-88638899D01*
-X71985815Y-88645718D01*
-X71985817Y-88645723D01*
-X71992093Y-88656334D01*
-X72000788Y-88674082D01*
+X70049925Y-92385418D01*
+X70054843Y-92314592D01*
+X70097272Y-92257668D01*
+X70163741Y-92232720D01*
+X70234461Y-92248392D01*
+X70358694Y-92317824D01*
+X70546792Y-92378940D01*
+X70743177Y-92402358D01*
+X70749312Y-92401886D01*
+X70749314Y-92401886D01*
+X70934230Y-92387657D01*
+X70934234Y-92387656D01*
+X70940372Y-92387184D01*
+X71130863Y-92333998D01*
+X71136367Y-92331218D01*
+X71136369Y-92331217D01*
+X71301895Y-92247604D01*
+X71301897Y-92247603D01*
+X71307396Y-92244825D01*
+X71463247Y-92123061D01*
+X71570687Y-91998590D01*
+X71588449Y-91978013D01*
+X71588450Y-91978011D01*
+X71592478Y-91973345D01*
+X71690169Y-91801379D01*
+X71752597Y-91613713D01*
+X71777385Y-91417495D01*
+X71777780Y-91389200D01*
+X71758480Y-91192367D01*
+X71701316Y-91003031D01*
+X71608466Y-90828404D01*
+X71604567Y-90823624D01*
+X71604115Y-90822943D01*
+X71583076Y-90755135D01*
+X71599505Y-90690975D01*
+X71687123Y-90536742D01*
+X71687125Y-90536737D01*
+X71690169Y-90531379D01*
+X71752597Y-90343713D01*
+X71777385Y-90147495D01*
+X71777780Y-90119200D01*
+X71758480Y-89922367D01*
+X71701316Y-89733031D01*
+X71608466Y-89558404D01*
+X71604567Y-89553624D01*
+X71604115Y-89552943D01*
+X71583076Y-89485135D01*
+X71599505Y-89420975D01*
+X71687123Y-89266742D01*
+X71687125Y-89266737D01*
+X71690169Y-89261379D01*
+X71752597Y-89073713D01*
+X71777385Y-88877495D01*
+X71777780Y-88849200D01*
+X71768756Y-88757164D01*
+X71782016Y-88687417D01*
+X71830878Y-88635910D01*
+X71899831Y-88618997D01*
+X71966981Y-88642047D01*
+X72004572Y-88684173D01*
+X72005329Y-88685550D01*
X72008248Y-88692923D01*
-X72012910Y-88699339D01*
-X72012910Y-88699340D01*
+X72012904Y-88699332D01*
+X72012906Y-88699335D01*
X72034236Y-88728693D01*
X72040752Y-88738613D01*
X72063258Y-88776668D01*
X72077579Y-88790989D01*
X72090419Y-88806022D01*
X72102328Y-88822413D01*
-X72134213Y-88848790D01*
+X72117605Y-88835051D01*
X72136393Y-88850594D01*
X72145174Y-88858584D01*
X72618847Y-89332258D01*
@@ -1857,9 +1938,6 @@ X72675218Y-89416454D01*
X72679000Y-89447093D01*
X72679000Y-89553244D01*
X72694019Y-89667324D01*
-X72697178Y-89674951D01*
-X72697179Y-89674954D01*
-X72723416Y-89738296D01*
X72752814Y-89809268D01*
X72846343Y-89931157D01*
X72852893Y-89936183D01*
@@ -1886,6 +1964,9 @@ X74851314Y-92112638D01*
X74733746Y-92230412D01*
X74733742Y-92230417D01*
X74728571Y-92235597D01*
+X74724731Y-92241827D01*
+X74724730Y-92241828D01*
+X74667916Y-92333998D01*
X74637291Y-92383680D01*
X74582526Y-92548791D01*
X74572000Y-92651528D01*
@@ -1897,250 +1978,312 @@ X74734566Y-93647804D01*
X74847316Y-93760358D01*
X74847321Y-93760362D01*
X74852497Y-93765529D01*
+X74858727Y-93769369D01*
+X74858728Y-93769370D01*
+X74974103Y-93840488D01*
X75000580Y-93856809D01*
X75165691Y-93911574D01*
-X75172527Y-93912274D01*
-X75172530Y-93912275D01*
-X75219870Y-93917125D01*
-X75268428Y-93922100D01*
-X75967572Y-93922100D01*
-X75970818Y-93921763D01*
-X75970822Y-93921763D01*
-X76064735Y-93912019D01*
-X76064739Y-93912018D01*
-X76071593Y-93911307D01*
-X76078129Y-93909126D01*
-X76078131Y-93909126D01*
-X76210895Y-93864832D01*
-X76236607Y-93856254D01*
-X76384531Y-93764716D01*
-X76391774Y-93757461D01*
-X76393538Y-93756495D01*
-X76395441Y-93754987D01*
-X76395699Y-93755313D01*
-X76454054Y-93723381D01*
-X76524875Y-93728382D01*
-X76569970Y-93757308D01*
-X76572631Y-93759964D01*
-X76584040Y-93768975D01*
-X76719563Y-93852512D01*
-X76732741Y-93858656D01*
-X76884266Y-93908915D01*
-X76897632Y-93911781D01*
-X76990270Y-93921272D01*
-X76996685Y-93921600D01*
-X77070885Y-93921600D01*
-X77086124Y-93917125D01*
-X77087329Y-93915735D01*
-X77089000Y-93908052D01*
-X77089000Y-92428939D01*
-X77109002Y-92360818D01*
-X77125905Y-92339844D01*
-X77233734Y-92232015D01*
-X77246125Y-92221148D01*
-X77264937Y-92206713D01*
-X77271487Y-92201687D01*
-X77295974Y-92169775D01*
-X77295978Y-92169771D01*
-X77363143Y-92082240D01*
-X77420481Y-92040373D01*
-X77491352Y-92036151D01*
-X77511320Y-92042534D01*
-X77519215Y-92045804D01*
-X77574497Y-92090351D01*
-X77597000Y-92162214D01*
-X77597000Y-93903485D01*
-X77601475Y-93918724D01*
-X77602865Y-93919929D01*
-X77604783Y-93920346D01*
-X77667095Y-93954371D01*
-X77701120Y-94016683D01*
-X77704000Y-94043467D01*
-X77704000Y-94715105D01*
-X77683998Y-94783226D01*
-X77667095Y-94804201D01*
-X77139622Y-95331673D01*
-X77077310Y-95365698D01*
-X77017916Y-95364284D01*
-X76986571Y-95355885D01*
-X76767200Y-95336693D01*
-X76547829Y-95355885D01*
-X76335124Y-95412880D01*
-X76250647Y-95452272D01*
-X76140534Y-95503618D01*
-X76140529Y-95503621D01*
-X76135547Y-95505944D01*
-X76131040Y-95509100D01*
-X76131038Y-95509101D01*
-X75959673Y-95629092D01*
-X75959670Y-95629094D01*
-X75955162Y-95632251D01*
-X75799451Y-95787962D01*
-X75673144Y-95968347D01*
-X75670821Y-95973329D01*
-X75670818Y-95973334D01*
-X75638362Y-96042937D01*
-X75580080Y-96167924D01*
-X75523085Y-96380629D01*
-X75503893Y-96600000D01*
-X75523085Y-96819371D01*
-X75580080Y-97032076D01*
-X75582405Y-97037061D01*
-X75670818Y-97226666D01*
-X75670821Y-97226671D01*
-X75673144Y-97231653D01*
-X75799451Y-97412038D01*
-X75955162Y-97567749D01*
-X76135546Y-97694056D01*
-X76335124Y-97787120D01*
-X76547829Y-97844115D01*
-X76767200Y-97863307D01*
-X76986571Y-97844115D01*
-X77199276Y-97787120D01*
-X77398854Y-97694056D01*
-X77579238Y-97567749D01*
-X77734949Y-97412038D01*
-X77861256Y-97231653D01*
-X77863579Y-97226671D01*
-X77863582Y-97226666D01*
-X77951995Y-97037061D01*
-X77954320Y-97032076D01*
-X78011315Y-96819371D01*
-X78030507Y-96600000D01*
-X78011315Y-96380629D01*
-X78009892Y-96375319D01*
-X78009891Y-96375312D01*
-X78002916Y-96349281D01*
-X78004606Y-96278304D01*
-X78035528Y-96227576D01*
-X78729747Y-95533357D01*
-X78738037Y-95525813D01*
-X78744518Y-95521700D01*
-X78791159Y-95472032D01*
-X78793913Y-95469191D01*
-X78813635Y-95449469D01*
-X78816112Y-95446276D01*
-X78823817Y-95437255D01*
-X78848659Y-95410800D01*
-X78854086Y-95405021D01*
-X78857907Y-95398071D01*
-X78863846Y-95387268D01*
-X78874702Y-95370741D01*
-X78882257Y-95361002D01*
-X78882258Y-95361000D01*
-X78887114Y-95354740D01*
-X78904674Y-95314160D01*
-X78909891Y-95303512D01*
-X78927375Y-95271709D01*
-X78927376Y-95271707D01*
-X78931195Y-95264760D01*
-X78936233Y-95245137D01*
-X78942637Y-95226434D01*
-X78947533Y-95215120D01*
-X78947533Y-95215119D01*
-X78950681Y-95207845D01*
-X78951920Y-95200022D01*
-X78951923Y-95200012D01*
-X78957599Y-95164176D01*
-X78960005Y-95152556D01*
-X78969029Y-95117409D01*
-X78969030Y-95117405D01*
-X78971000Y-95109730D01*
-X78971000Y-95105152D01*
-X78998784Y-95041441D01*
-X79057842Y-95002037D01*
-X79128828Y-95000818D01*
-X79184506Y-95033211D01*
-X80378872Y-96227577D01*
-X80412898Y-96289889D01*
-X80411484Y-96349283D01*
-X80403085Y-96380629D01*
-X80383893Y-96600000D01*
-X80403085Y-96819371D01*
-X80460080Y-97032076D01*
-X80462405Y-97037061D01*
-X80550818Y-97226666D01*
-X80550821Y-97226671D01*
-X80553144Y-97231653D01*
-X80679451Y-97412038D01*
-X80835162Y-97567749D01*
-X81015546Y-97694056D01*
-X81215124Y-97787120D01*
-X81427829Y-97844115D01*
-X81647200Y-97863307D01*
-X81866571Y-97844115D01*
-X82079276Y-97787120D01*
-X82278854Y-97694056D01*
-X82459238Y-97567749D01*
-X82614949Y-97412038D01*
-X82741256Y-97231653D01*
-X82743579Y-97226671D01*
-X82743582Y-97226666D01*
-X82831995Y-97037061D01*
-X82834320Y-97032076D01*
-X82891315Y-96819371D01*
-X82910507Y-96600000D01*
-X82891315Y-96380629D01*
-X82834320Y-96167924D01*
-X82776038Y-96042937D01*
-X82743582Y-95973334D01*
-X82743579Y-95973329D01*
-X82741256Y-95968347D01*
-X82614949Y-95787962D01*
-X82459238Y-95632251D01*
-X82449139Y-95625179D01*
-X82379959Y-95576739D01*
-X82278854Y-95505944D01*
-X82079276Y-95412880D01*
-X81866571Y-95355885D01*
-X81647200Y-95336693D01*
-X81427829Y-95355885D01*
-X81422514Y-95357309D01*
-X81422515Y-95357309D01*
-X81396483Y-95364284D01*
-X81325506Y-95362594D01*
-X81274777Y-95331672D01*
-X79507905Y-93564800D01*
-X79473879Y-93502488D01*
-X79471000Y-93475705D01*
-X79471000Y-92208834D01*
-X79491002Y-92140713D01*
-X79544658Y-92094220D01*
-X79613446Y-92083912D01*
-X79720169Y-92097962D01*
-X79720170Y-92097962D01*
-X79724256Y-92098500D01*
-X79950744Y-92098500D01*
-X79954830Y-92097962D01*
-X79954831Y-92097962D01*
-X80064824Y-92083481D01*
-X80065027Y-92085026D01*
-X80109973Y-92085026D01*
-X80110176Y-92083481D01*
-X80220169Y-92097962D01*
-X80220170Y-92097962D01*
-X80224256Y-92098500D01*
-X80450744Y-92098500D01*
-X80454830Y-92097962D01*
-X80454831Y-92097962D01*
-X80564824Y-92083481D01*
-X80565027Y-92085026D01*
-X80609973Y-92085026D01*
-X80610176Y-92083481D01*
-X80720169Y-92097962D01*
-X80720170Y-92097962D01*
-X80724256Y-92098500D01*
-X80950744Y-92098500D01*
-X80954830Y-92097962D01*
-X80954831Y-92097962D01*
-X81012641Y-92090351D01*
-X81064824Y-92083481D01*
-X81072451Y-92080322D01*
-X81072454Y-92080321D01*
-X81135796Y-92054084D01*
-X81206768Y-92024686D01*
-X81328657Y-91931157D01*
-X81422186Y-91809267D01*
+X75197422Y-93914825D01*
+X75263149Y-93941666D01*
+X75303931Y-93999781D01*
+X75306819Y-94070719D01*
+X75285405Y-94115734D01*
+X75214985Y-94209695D01*
+X75163855Y-94346084D01*
+X75157100Y-94408266D01*
+X75157100Y-94511463D01*
+X75137098Y-94579584D01*
+X75083442Y-94626077D01*
+X75013168Y-94636181D01*
+X74991437Y-94631057D01*
+X74964209Y-94622026D01*
+X74957373Y-94621326D01*
+X74957370Y-94621325D01*
+X74905874Y-94616049D01*
+X74861472Y-94611500D01*
+X74287328Y-94611500D01*
+X74284082Y-94611837D01*
+X74284078Y-94611837D01*
+X74190165Y-94621581D01*
+X74190161Y-94621582D01*
+X74183307Y-94622293D01*
+X74176771Y-94624474D01*
+X74176769Y-94624474D01*
+X74081040Y-94656412D01*
+X74018293Y-94677346D01*
+X73870369Y-94768884D01*
+X73865196Y-94774066D01*
+X73752642Y-94886816D01*
+X73752638Y-94886821D01*
+X73747471Y-94891997D01*
+X73743631Y-94898227D01*
+X73743630Y-94898228D01*
+X73663716Y-95027873D01*
+X73656191Y-95040080D01*
+X73601426Y-95205191D01*
+X73590900Y-95307928D01*
+X73590900Y-96007072D01*
+X73591237Y-96010318D01*
+X73591237Y-96010322D01*
+X73592671Y-96024138D01*
+X73601693Y-96111093D01*
+X73656746Y-96276107D01*
+X73748284Y-96424031D01*
+X73753465Y-96429203D01*
+X73755539Y-96431273D01*
+X73756505Y-96433038D01*
+X73758013Y-96434941D01*
+X73757687Y-96435199D01*
+X73789619Y-96493554D01*
+X73784618Y-96564375D01*
+X73755692Y-96609470D01*
+X73753036Y-96612131D01*
+X73744025Y-96623540D01*
+X73660488Y-96759063D01*
+X73654344Y-96772241D01*
+X73604085Y-96923766D01*
+X73601219Y-96937132D01*
+X73591728Y-97029770D01*
+X73591400Y-97036185D01*
+X73591400Y-97110385D01*
+X73595875Y-97125624D01*
+X73597265Y-97126829D01*
+X73604948Y-97128500D01*
+X74702400Y-97128500D01*
+X74770521Y-97148502D01*
+X74817014Y-97202158D01*
+X74828400Y-97254500D01*
+X74828400Y-98409885D01*
+X74832875Y-98425124D01*
+X74834265Y-98426329D01*
+X74841948Y-98428000D01*
+X74858166Y-98428000D01*
+X74864682Y-98427663D01*
+X74958532Y-98417925D01*
+X74971928Y-98415032D01*
+X75123353Y-98364512D01*
+X75136515Y-98358347D01*
+X75271892Y-98274574D01*
+X75283290Y-98265540D01*
+X75395763Y-98152871D01*
+X75404775Y-98141460D01*
+X75488312Y-98005937D01*
+X75494456Y-97992759D01*
+X75544715Y-97841234D01*
+X75547581Y-97827868D01*
+X75557072Y-97735230D01*
+X75557400Y-97728815D01*
+X75557400Y-97490900D01*
+X75577402Y-97422779D01*
+X75631058Y-97376286D01*
+X75683400Y-97364900D01*
+X77713734Y-97364900D01*
+X77775916Y-97358145D01*
+X77912305Y-97307015D01*
+X78028861Y-97219661D01*
+X78116215Y-97103105D01*
+X78167345Y-96966716D01*
+X78174100Y-96904534D01*
+X78174100Y-95095994D01*
+X78194102Y-95027873D01*
+X78211005Y-95006899D01*
+X78426505Y-94791399D01*
+X78488817Y-94757373D01*
+X78559632Y-94762438D01*
+X78604695Y-94791399D01*
+X78820195Y-95006899D01*
+X78854221Y-95069211D01*
+X78857100Y-95095994D01*
+X78857100Y-96904534D01*
+X78863855Y-96966716D01*
+X78914985Y-97103105D01*
+X79002339Y-97219661D01*
+X79118895Y-97307015D01*
+X79255284Y-97358145D01*
+X79317466Y-97364900D01*
+X81390200Y-97364900D01*
+X81458321Y-97384902D01*
+X81504814Y-97438558D01*
+X81516200Y-97490900D01*
+X81516200Y-97728766D01*
+X81516537Y-97735282D01*
+X81526275Y-97829132D01*
+X81529168Y-97842528D01*
+X81579688Y-97993953D01*
+X81585853Y-98007115D01*
+X81669626Y-98142492D01*
+X81678660Y-98153890D01*
+X81791329Y-98266363D01*
+X81802740Y-98275375D01*
+X81938263Y-98358912D01*
+X81951441Y-98365056D01*
+X82102966Y-98415315D01*
+X82116332Y-98418181D01*
+X82208970Y-98427672D01*
+X82215385Y-98428000D01*
+X82227085Y-98428000D01*
+X82242324Y-98423525D01*
+X82243529Y-98422135D01*
+X82245200Y-98414452D01*
+X82245200Y-97254500D01*
+X82265202Y-97186379D01*
+X82318858Y-97139886D01*
+X82371200Y-97128500D01*
+X82627200Y-97128500D01*
+X82695321Y-97148502D01*
+X82741814Y-97202158D01*
+X82753200Y-97254500D01*
+X82753200Y-98409885D01*
+X82757675Y-98425124D01*
+X82759065Y-98426329D01*
+X82766748Y-98428000D01*
+X82782966Y-98428000D01*
+X82789469Y-98427663D01*
+X82793491Y-98427246D01*
+X82863313Y-98440108D01*
+X82915097Y-98488677D01*
+X82932500Y-98552573D01*
+X82932500Y-99397471D01*
+X82912498Y-99465592D01*
+X82858842Y-99512085D01*
+X82806500Y-99523471D01*
+X81964600Y-99523471D01*
+X81962087Y-99523672D01*
+X81962086Y-99523672D01*
+X81889955Y-99529440D01*
+X81889953Y-99529440D01*
+X81882955Y-99530000D01*
+X81743367Y-99573548D01*
+X81621703Y-99654657D01*
+X81527818Y-99766758D01*
+X81524214Y-99775013D01*
+X81524212Y-99775017D01*
+X81488923Y-99855857D01*
+X81469318Y-99900769D01*
+X81450944Y-100045832D01*
+X81474182Y-100190196D01*
+X81537152Y-100322166D01*
+X81800580Y-100717308D01*
+X81821724Y-100785083D01*
+X81800580Y-100857092D01*
+X81537152Y-101252234D01*
+X81497296Y-101323789D01*
+X81456100Y-101464089D01*
+X81456100Y-101610311D01*
+X81458638Y-101618954D01*
+X81458638Y-101618955D01*
+X81479538Y-101690132D01*
+X81497296Y-101750611D01*
+X81502167Y-101758190D01*
+X81571478Y-101866041D01*
+X81571480Y-101866044D01*
+X81576350Y-101873621D01*
+X81583160Y-101879522D01*
+X81680045Y-101963474D01*
+X81680048Y-101963476D01*
+X81686857Y-101969376D01*
+X81819866Y-102030119D01*
+X81964600Y-102050929D01*
+X83114600Y-102050929D01*
+X83146586Y-102048641D01*
+X83180973Y-102046182D01*
+X83180974Y-102046182D01*
+X83187711Y-102045700D01*
+X83301740Y-102012218D01*
+X83319365Y-102007043D01*
+X83319367Y-102007042D01*
+X83328011Y-102004504D01*
+X83391855Y-101963474D01*
+X83443441Y-101930322D01*
+X83443444Y-101930320D01*
+X83451021Y-101925450D01*
+X83495931Y-101873621D01*
+X83540874Y-101821755D01*
+X83540876Y-101821752D01*
+X83546776Y-101814943D01*
+X83607519Y-101681934D01*
+X83628329Y-101537200D01*
+X83628329Y-100721566D01*
+X83648331Y-100653445D01*
+X83665234Y-100632471D01*
+X83958253Y-100339452D01*
+X83966539Y-100331912D01*
+X83973018Y-100327800D01*
+X84019644Y-100278148D01*
+X84022398Y-100275307D01*
+X84042135Y-100255570D01*
+X84044615Y-100252373D01*
+X84052320Y-100243351D01*
+X84077159Y-100216900D01*
+X84082586Y-100211121D01*
+X84086405Y-100204175D01*
+X84086407Y-100204172D01*
+X84092348Y-100193366D01*
+X84103199Y-100176847D01*
+X84110758Y-100167101D01*
+X84115614Y-100160841D01*
+X84118759Y-100153572D01*
+X84118762Y-100153568D01*
+X84133174Y-100120263D01*
+X84138391Y-100109613D01*
+X84159695Y-100070860D01*
+X84164733Y-100051237D01*
+X84171137Y-100032534D01*
+X84176033Y-100021220D01*
+X84176033Y-100021219D01*
+X84179181Y-100013945D01*
+X84180420Y-100006122D01*
+X84180423Y-100006112D01*
+X84186099Y-99970276D01*
+X84188505Y-99958656D01*
+X84197528Y-99923511D01*
+X84197528Y-99923510D01*
+X84199500Y-99915830D01*
+X84199500Y-99895576D01*
+X84201051Y-99875865D01*
+X84202980Y-99863686D01*
+X84204220Y-99855857D01*
+X84200059Y-99811838D01*
+X84199500Y-99799981D01*
+X84199500Y-95023963D01*
+X84200027Y-95012779D01*
+X84201701Y-95005291D01*
+X84199562Y-94937232D01*
+X84199500Y-94933275D01*
+X84199500Y-94905344D01*
+X84198994Y-94901338D01*
+X84198061Y-94889492D01*
+X84196922Y-94853237D01*
+X84196673Y-94845310D01*
+X84191022Y-94825858D01*
+X84187014Y-94806506D01*
+X84185468Y-94794268D01*
+X84185467Y-94794266D01*
+X84184474Y-94786403D01*
+X84168194Y-94745286D01*
+X84164359Y-94734085D01*
+X84152018Y-94691606D01*
+X84147985Y-94684787D01*
+X84147983Y-94684782D01*
+X84141707Y-94674171D01*
+X84133010Y-94656421D01*
+X84125552Y-94637583D01*
+X84117193Y-94626077D01*
+X84099572Y-94601825D01*
+X84093053Y-94591901D01*
+X84074578Y-94560660D01*
+X84074574Y-94560655D01*
+X84070542Y-94553837D01*
+X84056218Y-94539513D01*
+X84043376Y-94524478D01*
+X84031472Y-94508093D01*
+X83997406Y-94479911D01*
+X83988627Y-94471922D01*
+X81453538Y-91936833D01*
+X81419512Y-91874521D01*
+X81426224Y-91799520D01*
+X81477821Y-91674954D01*
+X81477822Y-91674951D01*
X81480981Y-91667324D01*
X81488204Y-91612460D01*
X81516927Y-91547533D01*
@@ -2292,446 +2435,47 @@ X83496000Y-89553244D01*
X83496000Y-89326756D01*
X83480981Y-89212676D01*
X83482266Y-89212507D01*
-X83482265Y-89167427D01*
-X83480494Y-89167194D01*
-X83488292Y-89107960D01*
-X83486081Y-89093778D01*
-X83466716Y-89088217D01*
-X83406763Y-89050189D01*
-X83401533Y-89043816D01*
-X83380729Y-89016704D01*
-X83355128Y-88950484D01*
-X83369392Y-88880935D01*
-X83380729Y-88863295D01*
-X83401603Y-88836092D01*
-X83458942Y-88794225D01*
-X83466067Y-88791901D01*
-X83486313Y-88785956D01*
-X83488342Y-88772417D01*
-X83480494Y-88712806D01*
-X83482265Y-88712573D01*
-X83482266Y-88667493D01*
-X83480981Y-88667324D01*
-X83495462Y-88557331D01*
-X83495462Y-88557330D01*
-X83496000Y-88553244D01*
-X83496000Y-88326756D01*
-X83480981Y-88212676D01*
-X83482526Y-88212473D01*
-X83482526Y-88167527D01*
-X83480981Y-88167324D01*
-X83495462Y-88057331D01*
-X83495462Y-88057330D01*
-X83496000Y-88053244D01*
-X83496000Y-87826756D01*
-X83480981Y-87712676D01*
-X83482526Y-87712473D01*
-X83482526Y-87667527D01*
-X83480981Y-87667324D01*
-X83495462Y-87557331D01*
-X83495462Y-87557330D01*
-X83496000Y-87553244D01*
-X83496000Y-87326756D01*
-X83484741Y-87241232D01*
-X83480981Y-87212676D01*
-X83482526Y-87212473D01*
-X83482526Y-87167527D01*
-X83480981Y-87167324D01*
-X83495462Y-87057331D01*
-X83495462Y-87057330D01*
-X83496000Y-87053244D01*
-X83496000Y-86826756D01*
-X83480981Y-86712676D01*
-X83482526Y-86712473D01*
-X83482526Y-86667527D01*
-X83480981Y-86667324D01*
-X83495462Y-86557331D01*
-X83495462Y-86557330D01*
-X83496000Y-86553244D01*
-X83496000Y-86326756D01*
-X83480981Y-86212676D01*
-X83482526Y-86212473D01*
-X83482526Y-86167527D01*
-X83480981Y-86167324D01*
-X83495462Y-86057331D01*
-X83495462Y-86057330D01*
-X83496000Y-86053244D01*
-X83496000Y-85826756D01*
-X83495152Y-85820311D01*
-X83480981Y-85712676D01*
-X83482526Y-85712473D01*
-X83482526Y-85667527D01*
-X83480981Y-85667324D01*
-X83495462Y-85557331D01*
-X83495462Y-85557330D01*
-X83496000Y-85553244D01*
-X83496000Y-85326756D01*
-X83480981Y-85212676D01*
-X83482526Y-85212473D01*
-X83482526Y-85167527D01*
-X83480981Y-85167324D01*
-X83495462Y-85057331D01*
-X83495462Y-85057330D01*
-X83496000Y-85053244D01*
-X83496000Y-84826756D01*
-X83480981Y-84712676D01*
-X83482526Y-84712473D01*
-X83482526Y-84667527D01*
-X83480981Y-84667324D01*
-X83495462Y-84557331D01*
-X83495462Y-84557330D01*
-X83496000Y-84553244D01*
-X83496000Y-84326756D01*
-X83480981Y-84212676D01*
-X83482526Y-84212473D01*
-X83482526Y-84167527D01*
-X83480981Y-84167324D01*
-X83495462Y-84057331D01*
-X83495462Y-84057330D01*
-X83496000Y-84053244D01*
-X83496000Y-83826756D01*
-X83480981Y-83712676D01*
-X83469955Y-83686055D01*
-X83428214Y-83585286D01*
-X83422186Y-83570732D01*
-X83402215Y-83544705D01*
-X83376616Y-83478485D01*
-X83390882Y-83408936D01*
-X83413006Y-83378985D01*
-X83431616Y-83360343D01*
-X83503929Y-83287903D01*
-X83517159Y-83266440D01*
-X83591369Y-83146050D01*
-X83591370Y-83146048D01*
-X83595209Y-83139820D01*
-X83649974Y-82974709D01*
-X83653230Y-82942935D01*
-X83657530Y-82900958D01*
-X83660500Y-82871972D01*
-X83660500Y-82172828D01*
-X83656700Y-82136204D01*
-X83650419Y-82075665D01*
-X83650418Y-82075661D01*
-X83649707Y-82068807D01*
-X83594654Y-81903793D01*
-X83503116Y-81755869D01*
-X83495861Y-81748626D01*
-X83494895Y-81746862D01*
-X83493387Y-81744959D01*
-X83493713Y-81744701D01*
-X83461781Y-81686346D01*
-X83466782Y-81615525D01*
-X83495708Y-81570430D01*
-X83498364Y-81567769D01*
-X83507375Y-81556360D01*
-X83590912Y-81420837D01*
-X83597056Y-81407659D01*
-X83647315Y-81256134D01*
-X83650181Y-81242768D01*
-X83659672Y-81150130D01*
-X83660000Y-81143715D01*
-X83660000Y-81069515D01*
-X83655525Y-81054276D01*
-X83654135Y-81053071D01*
-X83646452Y-81051400D01*
-X81712115Y-81051400D01*
-X81696876Y-81055875D01*
-X81695671Y-81057265D01*
-X81694000Y-81064948D01*
-X81694000Y-81143666D01*
-X81694337Y-81150182D01*
-X81704075Y-81244032D01*
-X81706968Y-81257428D01*
-X81757488Y-81408853D01*
-X81763653Y-81422015D01*
-X81847426Y-81557392D01*
-X81856464Y-81568794D01*
-X81858139Y-81570467D01*
-X81858919Y-81571893D01*
-X81861007Y-81574527D01*
-X81860556Y-81574884D01*
-X81892219Y-81632749D01*
-X81887216Y-81703569D01*
-X81858299Y-81748654D01*
-X81856260Y-81750697D01*
-X81850071Y-81756897D01*
-X81846231Y-81763127D01*
-X81846230Y-81763128D01*
-X81787062Y-81859116D01*
-X81734290Y-81906609D01*
-X81679802Y-81919000D01*
-X81618643Y-81919000D01*
-X81550522Y-81898998D01*
-X81504029Y-81845342D01*
-X81493721Y-81809446D01*
-X81482059Y-81720864D01*
-X81480981Y-81712676D01*
-X81466920Y-81678728D01*
-X81433915Y-81599049D01*
-X81422186Y-81570732D01*
-X81328657Y-81448843D01*
-X81278272Y-81410181D01*
-X81249616Y-81388193D01*
-X81206767Y-81355314D01*
-X81064824Y-81296519D01*
-X80977261Y-81284991D01*
-X80954831Y-81282038D01*
-X80954830Y-81282038D01*
-X80950744Y-81281500D01*
-X80724256Y-81281500D01*
-X80720170Y-81282038D01*
-X80720169Y-81282038D01*
-X80610176Y-81296519D01*
-X80610007Y-81295234D01*
-X80564927Y-81295235D01*
-X80564694Y-81297006D01*
-X80505460Y-81289208D01*
-X80491278Y-81291419D01*
-X80485717Y-81310784D01*
-X80447689Y-81370737D01*
-X80441316Y-81375967D01*
-X80414204Y-81396771D01*
-X80347984Y-81422372D01*
-X80278435Y-81408108D01*
-X80260795Y-81396771D01*
-X80233592Y-81375897D01*
-X80191725Y-81318558D01*
-X80189401Y-81311433D01*
-X80182005Y-81286245D01*
-X80147378Y-81232363D01*
-X80147378Y-81161366D01*
-X80179179Y-81107770D01*
-X81291944Y-79995005D01*
-X81354256Y-79960979D01*
-X81381039Y-79958100D01*
-X81663664Y-79958100D01*
-X81680096Y-79959176D01*
-X81686400Y-79960006D01*
-X81751325Y-79988726D01*
-X81790419Y-80047989D01*
-X81791266Y-80118981D01*
-X81777216Y-80151042D01*
-X81763089Y-80173961D01*
-X81756944Y-80187141D01*
-X81706685Y-80338666D01*
-X81703819Y-80352032D01*
-X81694328Y-80444670D01*
-X81694000Y-80451085D01*
-X81694000Y-80525285D01*
-X81698475Y-80540524D01*
-X81699865Y-80541729D01*
-X81707548Y-80543400D01*
-X82404885Y-80543400D01*
-X82420124Y-80538925D01*
-X82421329Y-80537535D01*
-X82423000Y-80529852D01*
-X82423000Y-80525285D01*
-X82931000Y-80525285D01*
-X82935475Y-80540524D01*
-X82936865Y-80541729D01*
-X82944548Y-80543400D01*
-X83641885Y-80543400D01*
-X83657124Y-80538925D01*
-X83658329Y-80537535D01*
-X83660000Y-80529852D01*
-X83660000Y-80451134D01*
-X83659663Y-80444618D01*
-X83649925Y-80350768D01*
-X83647032Y-80337372D01*
-X83596512Y-80185947D01*
-X83590347Y-80172785D01*
-X83506574Y-80037408D01*
-X83497540Y-80026010D01*
-X83384871Y-79913537D01*
-X83373460Y-79904525D01*
-X83237937Y-79820988D01*
-X83224759Y-79814844D01*
-X83073234Y-79764585D01*
-X83059868Y-79761719D01*
-X82967230Y-79752228D01*
-X82960815Y-79751900D01*
-X82949115Y-79751900D01*
-X82933876Y-79756375D01*
-X82932671Y-79757765D01*
-X82931000Y-79765448D01*
-X82931000Y-80525285D01*
-X82423000Y-80525285D01*
-X82423000Y-79770015D01*
-X82418525Y-79754776D01*
-X82395441Y-79734773D01*
-X82375993Y-79724155D01*
-X82341965Y-79661844D01*
-X82347026Y-79591028D01*
-X82375989Y-79545960D01*
-X82693744Y-79228205D01*
-X82756056Y-79194179D01*
-X82782839Y-79191300D01*
-X82874087Y-79191300D01*
-X82880539Y-79189928D01*
-X82880544Y-79189928D01*
-X82967487Y-79171447D01*
-X83060888Y-79151594D01*
-X83066919Y-79148909D01*
-X83229322Y-79076603D01*
-X83229324Y-79076602D01*
-X83235352Y-79073918D01*
-X83389853Y-78961666D01*
-X83517640Y-78819744D01*
-X83613127Y-78654356D01*
-X83672142Y-78472728D01*
-X83678321Y-78413944D01*
-X83691414Y-78289365D01*
-X83692104Y-78282800D01*
-X83684637Y-78211759D01*
-X83672832Y-78099435D01*
-X83672832Y-78099433D01*
-X83672142Y-78092872D01*
-X83613127Y-77911244D01*
-X83517640Y-77745856D01*
-X83389853Y-77603934D01*
-X83247306Y-77500367D01*
-X83240694Y-77495563D01*
-X83240693Y-77495562D01*
-X83235352Y-77491682D01*
-X83229324Y-77488998D01*
-X83229322Y-77488997D01*
-X83066919Y-77416691D01*
-X83066918Y-77416691D01*
-X83060888Y-77414006D01*
-X82965013Y-77393627D01*
-X82880544Y-77375672D01*
-X82880539Y-77375672D01*
-X82874087Y-77374300D01*
-X82683113Y-77374300D01*
-X82676661Y-77375672D01*
-X82676656Y-77375672D01*
-X82592187Y-77393627D01*
-X82496312Y-77414006D01*
-X82490282Y-77416691D01*
-X82490281Y-77416691D01*
-X82327878Y-77488997D01*
-X82327876Y-77488998D01*
-X82321848Y-77491682D01*
-X82316507Y-77495562D01*
-X82316506Y-77495563D01*
-X82281161Y-77521243D01*
-X82214294Y-77545101D01*
-X82145142Y-77529021D01*
-X82133039Y-77521243D01*
-X82097694Y-77495563D01*
-X82097693Y-77495562D01*
-X82092352Y-77491682D01*
-X82086324Y-77488998D01*
-X82086322Y-77488997D01*
-X81923919Y-77416691D01*
-X81923918Y-77416691D01*
-X81917888Y-77414006D01*
-X81822013Y-77393627D01*
-X81737544Y-77375672D01*
-X81737539Y-77375672D01*
-X81731087Y-77374300D01*
-X81540113Y-77374300D01*
-X81533661Y-77375672D01*
-X81533656Y-77375672D01*
-X81449187Y-77393627D01*
-X81353312Y-77414006D01*
-X81347282Y-77416691D01*
-X81347281Y-77416691D01*
-X81184878Y-77488997D01*
-X81184876Y-77488998D01*
-X81178848Y-77491682D01*
-X81173507Y-77495562D01*
-X81173506Y-77495563D01*
-X81166894Y-77500367D01*
-X81024347Y-77603934D01*
-X80896560Y-77745856D01*
-X80801073Y-77911244D01*
-X80793424Y-77934786D01*
-X80787733Y-77952300D01*
-X80747659Y-78010906D01*
-X80682263Y-78038543D01*
-X80612306Y-78026436D01*
-X80560000Y-77978430D01*
-X80541900Y-77913364D01*
-X80541900Y-74203195D01*
-X80561902Y-74135074D01*
-X80578805Y-74114099D01*
-X81027301Y-73665604D01*
-X81089613Y-73631579D01*
-X81116396Y-73628700D01*
-X81172287Y-73628700D01*
-X81178739Y-73627328D01*
-X81178744Y-73627328D01*
-X81270797Y-73607761D01*
-X81359088Y-73588994D01*
-X81378422Y-73580386D01*
-X81527522Y-73514003D01*
-X81527524Y-73514002D01*
-X81533552Y-73511318D01*
-X81545278Y-73502799D01*
-X81610807Y-73455189D01*
-X81688053Y-73399066D01*
-X81733367Y-73348740D01*
-X81811421Y-73262052D01*
-X81811422Y-73262051D01*
-X81815840Y-73257144D01*
-X81911327Y-73091756D01*
-X81970342Y-72910128D01*
-X81990304Y-72720200D01*
-X81970342Y-72530272D01*
-X81928350Y-72401035D01*
-X81926322Y-72330069D01*
-X81962985Y-72269271D01*
-X82026697Y-72237946D01*
-X82048183Y-72236100D01*
-X84731833Y-72236100D01*
-X84743016Y-72236627D01*
-X84750509Y-72238302D01*
-X84758435Y-72238053D01*
-X84758436Y-72238053D01*
-X84818586Y-72236162D01*
-X84822545Y-72236100D01*
-X84850456Y-72236100D01*
-X84854391Y-72235603D01*
-X84854456Y-72235595D01*
-X84866293Y-72234662D01*
-X84898551Y-72233648D01*
-X84902570Y-72233522D01*
-X84910489Y-72233273D01*
-X84929943Y-72227621D01*
-X84949300Y-72223613D01*
-X84961530Y-72222068D01*
-X84961531Y-72222068D01*
-X84969397Y-72221074D01*
-X84976768Y-72218155D01*
-X84976770Y-72218155D01*
-X85010512Y-72204796D01*
-X85021742Y-72200951D01*
-X85056583Y-72190829D01*
-X85056584Y-72190829D01*
-X85064193Y-72188618D01*
-X85071012Y-72184585D01*
-X85071017Y-72184583D01*
-X85081628Y-72178307D01*
-X85099376Y-72169612D01*
-X85118217Y-72162152D01*
-X85153987Y-72136164D01*
-X85163907Y-72129648D01*
-X85195135Y-72111180D01*
-X85195138Y-72111178D01*
-X85201962Y-72107142D01*
-X85216283Y-72092821D01*
-X85231317Y-72079980D01*
-X85233031Y-72078735D01*
-X85247707Y-72068072D01*
-X85275898Y-72033995D01*
-X85283888Y-72025216D01*
-X86065355Y-71243749D01*
-X86127667Y-71209723D01*
-X86198482Y-71214788D01*
-X86255318Y-71257335D01*
-X86280129Y-71323855D01*
-X86280450Y-71332844D01*
+X83482265Y-89167434D01*
+X83480493Y-89167201D01*
+X83481696Y-89158060D01*
+X83482265Y-89156774D01*
+X83482265Y-89156419D01*
+X83483708Y-89151033D01*
+X83484688Y-89151296D01*
+X83510416Y-89093131D01*
+X83569679Y-89054037D01*
+X83606619Y-89048500D01*
+X83876264Y-89048500D01*
+X83892707Y-89049578D01*
+X83924400Y-89053750D01*
+X83932589Y-89052672D01*
+X83964274Y-89048501D01*
+X83964284Y-89048500D01*
+X83964285Y-89048500D01*
+X83985288Y-89045735D01*
+X84072510Y-89034252D01*
+X84075063Y-89033916D01*
+X84075064Y-89033916D01*
+X84083251Y-89032838D01*
+X84231276Y-88971524D01*
+X84242784Y-88962694D01*
+X84326472Y-88898477D01*
+X84326475Y-88898474D01*
+X84358387Y-88873987D01*
+X84363417Y-88867432D01*
+X84377852Y-88848621D01*
+X84388719Y-88836230D01*
+X85078778Y-88146171D01*
+X85103734Y-88126812D01*
+X85169741Y-88087776D01*
+X85169742Y-88087776D01*
+X85176562Y-88083742D01*
+X86065355Y-87194949D01*
+X86127667Y-87160923D01*
+X86198482Y-87165988D01*
+X86255318Y-87208535D01*
+X86280129Y-87275055D01*
+X86280450Y-87284044D01*
X86280450Y-105134274D01*
X86278834Y-105154387D01*
X86275306Y-105176204D01*
@@ -3100,7 +2844,6 @@ X132560914Y-80017758D01*
X132572300Y-80070100D01*
X132572300Y-80712316D01*
X132565893Y-80751983D01*
-X132562982Y-80760761D01*
X132545326Y-80813991D01*
X132544626Y-80820827D01*
X132544625Y-80820830D01*
@@ -3148,11 +2891,14 @@ X130970957Y-83777962D01*
X130781567Y-83810505D01*
X130775870Y-83811484D01*
X130584734Y-83881998D01*
+X130579773Y-83884950D01*
+X130579772Y-83884950D01*
+X130472565Y-83948732D01*
X130409649Y-83986163D01*
X130256478Y-84120490D01*
X130252911Y-84125015D01*
X130252906Y-84125020D01*
-X130200546Y-84191439D01*
+X130183964Y-84212473D01*
X130130351Y-84280481D01*
X130127662Y-84285592D01*
X130127660Y-84285595D01*
@@ -3169,11 +2915,11 @@ X130355847Y-85744589D01*
X130363410Y-85751957D01*
X130368206Y-85755162D01*
X130368209Y-85755164D01*
-X130465709Y-85820311D01*
+X130469238Y-85822669D01*
X130532803Y-85865142D01*
X130538106Y-85867420D01*
X130538109Y-85867422D01*
-X130630569Y-85907146D01*
+X130714680Y-85943283D01*
X130719987Y-85945563D01*
X130761680Y-85954997D01*
X130913055Y-85989250D01*
@@ -3199,7 +2945,7 @@ X132216527Y-86186345D01*
X132216528Y-86186346D01*
X132353888Y-86271016D01*
X132360862Y-86275315D01*
-X132440605Y-86301764D01*
+X132420365Y-86295051D01*
X132522211Y-86328832D01*
X132522213Y-86328832D01*
X132528739Y-86330997D01*
@@ -3670,16 +3416,17 @@ X136842583Y-70673538D01*
X136835264Y-70641866D01*
X136832109Y-70609688D01*
X136831987Y-70608374D01*
-X136824423Y-70521919D01*
+X136827181Y-70553442D01*
X136823887Y-70515787D01*
X136822400Y-70510668D01*
X136821880Y-70505367D01*
X136795018Y-70416394D01*
X136794662Y-70415194D01*
-X136792596Y-70408083D01*
+X136793713Y-70411927D01*
X136768709Y-70325863D01*
X136766255Y-70321129D01*
X136764716Y-70316031D01*
+X136743556Y-70276235D01*
X136721116Y-70234031D01*
X136720502Y-70232863D01*
X136680526Y-70155741D01*
@@ -3717,13 +3464,14 @@ X135527637Y-67840835D01*
X135531059Y-67809337D01*
X135531059Y-67809332D01*
X135531724Y-67803211D01*
+X135528397Y-67765184D01*
X135527350Y-67753209D01*
X135527021Y-67748384D01*
X135526900Y-67745913D01*
X135526900Y-67742831D01*
X135522709Y-67700089D01*
X135522587Y-67698774D01*
-X135515023Y-67612319D01*
+X135517151Y-67636644D01*
X135514487Y-67606187D01*
X135513000Y-67601068D01*
X135512480Y-67595767D01*
@@ -3763,6 +3511,7 @@ X134933653Y-66787696D01*
X134862326Y-66727846D01*
X134857656Y-66725278D01*
X134853539Y-66721897D01*
+X134795655Y-66690860D01*
X134771714Y-66678023D01*
X134770555Y-66677394D01*
X134694419Y-66635538D01*
@@ -3820,6 +3569,7 @@ X128614987Y-66629978D01*
X128614986Y-66629979D01*
X128538431Y-66670684D01*
X128537263Y-66671298D01*
+X128523871Y-66678240D01*
X128454674Y-66714108D01*
X128450511Y-66717431D01*
X128445804Y-66719934D01*
@@ -3851,6 +3601,7 @@ X125865853Y-65797096D01*
X125794526Y-65737246D01*
X125789856Y-65734678D01*
X125785739Y-65731297D01*
+X125727855Y-65700260D01*
X125703914Y-65687423D01*
X125702755Y-65686794D01*
X125626619Y-65644938D01*
@@ -3865,7 +3616,7 @@ X125427398Y-65581571D01*
X125422302Y-65580013D01*
X125329743Y-65570610D01*
X125328607Y-65570489D01*
-X125294992Y-65566719D01*
+X125294920Y-65566711D01*
X125282270Y-65565292D01*
X125282266Y-65565292D01*
X125278773Y-65564900D01*
@@ -3895,7 +3646,6 @@ X123579053Y-65313696D01*
X123507726Y-65253846D01*
X123503056Y-65251278D01*
X123498939Y-65247897D01*
-X123441055Y-65216860D01*
X123417114Y-65204023D01*
X123415955Y-65203394D01*
X123339819Y-65161538D01*
@@ -3924,39 +3674,42 @@ X122938738Y-65076626D01*
X122896459Y-65080623D01*
X122893091Y-65080941D01*
X122881233Y-65081500D01*
-X115174500Y-65081500D01*
-X115106379Y-65061498D01*
-X115059886Y-65007842D01*
-X115048500Y-64955500D01*
+X115220556Y-65081500D01*
+X115152435Y-65061498D01*
+X115124746Y-65037332D01*
+X115113178Y-65023788D01*
+X115113177Y-65023787D01*
+X115109969Y-65020031D01*
+X115092668Y-65005254D01*
+X115053860Y-64945803D01*
+X115048500Y-64909444D01*
X115048500Y-63357703D01*
X123770743Y-63357703D01*
X123771302Y-63361947D01*
X123771302Y-63361951D01*
-X123785405Y-63469072D01*
+X123779444Y-63423791D01*
X123808268Y-63642734D01*
X123809401Y-63646874D01*
X123809401Y-63646876D01*
-X123824410Y-63701739D01*
+X123826386Y-63708963D01*
X123884129Y-63920036D01*
X123885813Y-63923984D01*
-X123981471Y-64148249D01*
+X123984074Y-64154351D01*
X123996923Y-64184476D01*
-X124029133Y-64238295D01*
-X124138534Y-64421090D01*
+X124057707Y-64286038D01*
+X124141965Y-64426823D01*
X124144561Y-64431161D01*
X124324313Y-64655528D01*
-X124408297Y-64735226D01*
-X124515232Y-64836703D01*
+X124422381Y-64748591D01*
+X124502826Y-64824930D01*
X124532851Y-64853423D01*
-X124690257Y-64966531D01*
-X124753730Y-65012141D01*
X124766317Y-65021186D01*
X124770112Y-65023195D01*
X124770113Y-65023196D01*
X124791869Y-65034715D01*
X125020392Y-65155712D01*
-X125100174Y-65184908D01*
-X125275016Y-65248891D01*
+X125065964Y-65172389D01*
+X125264345Y-65244986D01*
X125290373Y-65254511D01*
X125571264Y-65315755D01*
X125599841Y-65318004D01*
@@ -3971,54 +3724,56 @@ X126162554Y-65319164D01*
X126166825Y-65318873D01*
X126171020Y-65318004D01*
X126171022Y-65318004D01*
-X126336950Y-65283642D01*
+X126341851Y-65282627D01*
X126448342Y-65260574D01*
X126719343Y-65164607D01*
-X126869553Y-65087078D01*
+X126852286Y-65095990D01*
X126971005Y-65034715D01*
X126971006Y-65034715D01*
X126974812Y-65032750D01*
X126978313Y-65030289D01*
X126978317Y-65030287D01*
-X127096328Y-64947347D01*
+X127142645Y-64914795D01*
X127210023Y-64867441D01*
-X127352303Y-64735226D01*
+X127288403Y-64794606D01*
X127417479Y-64674661D01*
X127417481Y-64674658D01*
X127420622Y-64671740D01*
X127602713Y-64449268D01*
X127752927Y-64204142D01*
-X127789542Y-64120731D01*
-X127866758Y-63944828D01*
-X127866759Y-63944826D01*
+X127829633Y-64029402D01*
+X127866757Y-63944830D01*
X127868483Y-63940898D01*
X127947244Y-63664406D01*
X127987751Y-63379784D01*
-X127987809Y-63368875D01*
+X127987814Y-63367926D01*
X127989235Y-63096583D01*
X127989235Y-63096576D01*
X127989257Y-63092297D01*
-X127976737Y-62997194D01*
-X127964246Y-62902320D01*
+X127984640Y-63057223D01*
+X127956370Y-62842495D01*
X127951732Y-62807266D01*
X127949776Y-62800114D01*
X127927115Y-62717281D01*
X127875871Y-62529964D01*
-X127866607Y-62508246D01*
+X127815145Y-62387594D01*
X127764763Y-62269476D01*
X127764761Y-62269472D01*
X127763077Y-62265524D01*
+X127678788Y-62124688D01*
+X127617643Y-62022521D01*
+X127617640Y-62022517D01*
X127615439Y-62018839D01*
X127435687Y-61794472D01*
-X127255897Y-61623858D01*
+X127281496Y-61648150D01*
X127230258Y-61599527D01*
X127230255Y-61599525D01*
X127227149Y-61596577D01*
X126993683Y-61428814D01*
X126971843Y-61417250D01*
-X126941612Y-61401244D01*
+X126894186Y-61376133D01*
X126739608Y-61294288D01*
-X126545490Y-61223251D01*
+X126585168Y-61237771D01*
X126473658Y-61196964D01*
X126473656Y-61196963D01*
X126469627Y-61195489D01*
@@ -4041,22 +3796,22 @@ X125040657Y-61285393D01*
X124785188Y-61417250D01*
X124781687Y-61419711D01*
X124781683Y-61419713D01*
-X124729112Y-61456661D01*
+X124741320Y-61448081D01*
X124549977Y-61582559D01*
-X124533011Y-61598325D01*
+X124534892Y-61596577D01*
X124344140Y-61773835D01*
X124339378Y-61778260D01*
X124157287Y-62000732D01*
X124007073Y-62245858D01*
X124005347Y-62249791D01*
X124005346Y-62249792D01*
-X123975261Y-62318328D01*
+X123973215Y-62322989D01*
X123891517Y-62509102D01*
X123812756Y-62785594D01*
X123772249Y-63070216D01*
X123772227Y-63074505D01*
X123772226Y-63074512D01*
-X123770841Y-63338926D01*
+X123770805Y-63345824D01*
X123770743Y-63357703D01*
X115048500Y-63357703D01*
X115048500Y-60939642D01*
@@ -4064,7 +3819,6 @@ X115049237Y-60926035D01*
X115052659Y-60894537D01*
X115052659Y-60894532D01*
X115053324Y-60888411D01*
-X115051215Y-60864300D01*
X115048950Y-60838409D01*
X115048621Y-60833584D01*
X115048500Y-60831113D01*
@@ -4082,7 +3836,6 @@ X114999538Y-60565585D01*
X114980909Y-60501463D01*
X114978455Y-60496729D01*
X114976916Y-60491631D01*
-X114969032Y-60476803D01*
X114933316Y-60409631D01*
X114932702Y-60408463D01*
X114892726Y-60331341D01*
@@ -4112,7 +3865,6 @@ X114156453Y-59574096D01*
X114085126Y-59514246D01*
X114080456Y-59511678D01*
X114076339Y-59508297D01*
-X114006489Y-59470844D01*
X113994514Y-59464423D01*
X113993355Y-59463794D01*
X113917219Y-59421938D01*
@@ -4138,144 +3890,63 @@ X113529775Y-59338411D01*
X113522263Y-59337648D01*
X113522261Y-59337648D01*
X113516138Y-59337026D01*
-X113474427Y-59340969D01*
+X113473859Y-59341023D01*
X113470491Y-59341341D01*
X113458633Y-59341900D01*
-X111882707Y-59341900D01*
-X111814586Y-59321898D01*
-X111768093Y-59268242D01*
-X111757989Y-59197968D01*
-X111775447Y-59149784D01*
-X111848212Y-59031737D01*
-X111854356Y-59018559D01*
-X111904615Y-58867034D01*
-X111907481Y-58853668D01*
-X111916972Y-58761030D01*
-X111917300Y-58754615D01*
-X111917300Y-58742915D01*
-X111912825Y-58727676D01*
-X111911435Y-58726471D01*
-X111903752Y-58724800D01*
-X110793800Y-58724800D01*
-X110725679Y-58704798D01*
-X110679186Y-58651142D01*
-X110667800Y-58598800D01*
-X110667800Y-58198685D01*
-X111175800Y-58198685D01*
-X111180275Y-58213924D01*
-X111181665Y-58215129D01*
-X111189348Y-58216800D01*
-X111899185Y-58216800D01*
-X111914424Y-58212325D01*
-X111915629Y-58210935D01*
-X111917300Y-58203252D01*
-X111917300Y-58187034D01*
-X111916963Y-58180518D01*
-X111907225Y-58086668D01*
-X111904332Y-58073272D01*
-X111853812Y-57921847D01*
-X111847647Y-57908685D01*
-X111763874Y-57773308D01*
-X111754840Y-57761910D01*
-X111642171Y-57649437D01*
-X111630760Y-57640425D01*
-X111495237Y-57556888D01*
-X111482059Y-57550744D01*
-X111330534Y-57500485D01*
-X111317168Y-57497619D01*
-X111224530Y-57488128D01*
-X111218115Y-57487800D01*
-X111193915Y-57487800D01*
-X111178676Y-57492275D01*
-X111177471Y-57493665D01*
-X111175800Y-57501348D01*
-X111175800Y-58198685D01*
-X110667800Y-58198685D01*
-X110667800Y-57505915D01*
-X110663325Y-57490676D01*
-X110661935Y-57489471D01*
-X110654252Y-57487800D01*
-X110625534Y-57487800D01*
-X110619018Y-57488137D01*
-X110525168Y-57497875D01*
-X110511772Y-57500768D01*
-X110360347Y-57551288D01*
-X110347185Y-57557453D01*
-X110211808Y-57641226D01*
-X110200410Y-57650260D01*
-X110098907Y-57751940D01*
-X110036624Y-57786019D01*
-X109965804Y-57781016D01*
-X109920716Y-57752095D01*
-X109908802Y-57740201D01*
-X109812303Y-57643871D01*
-X109806072Y-57640030D01*
-X109670450Y-57556431D01*
-X109670448Y-57556430D01*
-X109664220Y-57552591D01*
-X109499109Y-57497826D01*
-X109492273Y-57497126D01*
-X109492270Y-57497125D01*
-X109440774Y-57491849D01*
-X109396372Y-57487300D01*
-X108797228Y-57487300D01*
-X108793982Y-57487637D01*
-X108793978Y-57487637D01*
-X108700065Y-57497381D01*
-X108700061Y-57497382D01*
-X108693207Y-57498093D01*
-X108686671Y-57500274D01*
-X108686669Y-57500274D01*
-X108622340Y-57521736D01*
-X108528193Y-57553146D01*
-X108380269Y-57644684D01*
-X108375096Y-57649866D01*
-X108262542Y-57762616D01*
-X108262538Y-57762621D01*
-X108257371Y-57767797D01*
-X108253531Y-57774027D01*
-X108253530Y-57774028D01*
-X108251443Y-57777414D01*
-X108249414Y-57779241D01*
-X108248993Y-57779773D01*
-X108248902Y-57779701D01*
-X108198672Y-57824908D01*
-X108144182Y-57837300D01*
-X107845400Y-57837300D01*
-X107777279Y-57817298D01*
-X107758053Y-57800957D01*
-X107757780Y-57801260D01*
-X107752868Y-57796837D01*
-X107748453Y-57791934D01*
-X107715231Y-57767797D01*
-X107599294Y-57683563D01*
-X107599293Y-57683562D01*
-X107593952Y-57679682D01*
-X107587924Y-57676998D01*
-X107587922Y-57676997D01*
-X107425519Y-57604691D01*
-X107425518Y-57604691D01*
-X107419488Y-57602006D01*
-X107326088Y-57582153D01*
-X107239144Y-57563672D01*
-X107239139Y-57563672D01*
-X107232687Y-57562300D01*
-X107041713Y-57562300D01*
-X107035261Y-57563672D01*
-X107035256Y-57563672D01*
-X106948312Y-57582153D01*
-X106854912Y-57602006D01*
-X106848882Y-57604691D01*
-X106848881Y-57604691D01*
-X106727833Y-57658585D01*
-X106657466Y-57668019D01*
-X106593169Y-57637913D01*
-X106555355Y-57577824D01*
-X106554562Y-57574621D01*
+X108539633Y-59341900D01*
+X108492943Y-59332930D01*
+X108373149Y-59285137D01*
+X108367780Y-59282995D01*
+X108167966Y-59243249D01*
+X108162192Y-59243173D01*
+X108162188Y-59243173D01*
+X108059052Y-59241824D01*
+X107964255Y-59240583D01*
+X107958558Y-59241562D01*
+X107958557Y-59241562D01*
+X107769167Y-59274105D01*
+X107763470Y-59275084D01*
+X107572334Y-59345598D01*
+X107567373Y-59348550D01*
+X107567372Y-59348550D01*
+X107448236Y-59419429D01*
+X107397249Y-59449763D01*
+X107370578Y-59473153D01*
+X107306174Y-59503030D01*
+X107235841Y-59493345D01*
+X107181910Y-59447173D01*
+X107161500Y-59378422D01*
+X107161500Y-59123837D01*
+X107178381Y-59060837D01*
+X107257223Y-58924279D01*
+X107257224Y-58924278D01*
+X107260527Y-58918556D01*
+X107319542Y-58736928D01*
+X107339504Y-58547000D01*
+X107333965Y-58494298D01*
+X107320232Y-58363635D01*
+X107320232Y-58363633D01*
+X107319542Y-58357072D01*
+X107260527Y-58175444D01*
+X107255075Y-58166000D01*
+X107203208Y-58076165D01*
+X107165040Y-58010056D01*
+X107037253Y-57868134D01*
+X106882752Y-57755882D01*
+X106876724Y-57753198D01*
+X106876722Y-57753197D01*
+X106714319Y-57680891D01*
+X106714318Y-57680891D01*
+X106708288Y-57678206D01*
+X106701833Y-57676834D01*
+X106701830Y-57676833D01*
+X106650204Y-57665860D01*
+X106587730Y-57632132D01*
+X106554142Y-57570623D01*
X106554042Y-57569672D01*
X106495027Y-57388044D01*
X106487649Y-57375264D01*
-X106455425Y-57319451D01*
+X106457814Y-57323590D01*
X106399540Y-57222656D01*
X106351089Y-57168845D01*
X106276175Y-57085645D01*
@@ -4287,14 +3958,14 @@ X106111222Y-56965797D01*
X105948819Y-56893491D01*
X105948818Y-56893491D01*
X105942788Y-56890806D01*
-X105849387Y-56870953D01*
+X105844871Y-56869993D01*
X105762444Y-56852472D01*
X105762439Y-56852472D01*
X105755987Y-56851100D01*
X105565013Y-56851100D01*
X105558561Y-56852472D01*
X105558556Y-56852472D01*
-X105471613Y-56870953D01*
+X105476129Y-56869993D01*
X105378212Y-56890806D01*
X105372182Y-56893491D01*
X105372181Y-56893491D01*
@@ -4329,89 +4000,100 @@ X104001913Y-57277353D01*
X103908512Y-57297206D01*
X103902482Y-57299891D01*
X103902481Y-57299891D01*
-X103858549Y-57319451D01*
-X103788182Y-57328885D01*
-X103723885Y-57298779D01*
-X103686071Y-57238690D01*
-X103681300Y-57204344D01*
-X103681300Y-56358193D01*
-X103683532Y-56334584D01*
-X103683590Y-56334281D01*
-X103683590Y-56334277D01*
-X103685075Y-56326494D01*
-X103681549Y-56270449D01*
-X103681300Y-56262538D01*
-X103681300Y-56246544D01*
-X103679294Y-56230670D01*
-X103678551Y-56222802D01*
-X103675523Y-56174663D01*
-X103675523Y-56174662D01*
-X103675025Y-56166750D01*
-X103672479Y-56158913D01*
-X103667306Y-56135769D01*
-X103667268Y-56135465D01*
-X103667267Y-56135460D01*
-X103666274Y-56127603D01*
-X103663358Y-56120238D01*
-X103663357Y-56120234D01*
-X103645601Y-56075389D01*
-X103642929Y-56067970D01*
-X103625564Y-56014525D01*
-X103621314Y-56007828D01*
-X103621150Y-56007569D01*
-X103610385Y-55986442D01*
-X103610271Y-55986154D01*
-X103610268Y-55986149D01*
-X103607352Y-55978783D01*
-X103602696Y-55972375D01*
-X103602693Y-55972369D01*
-X103574342Y-55933348D01*
-X103569892Y-55926801D01*
-X103539800Y-55879382D01*
-X103533793Y-55873741D01*
-X103518112Y-55855954D01*
-X103517934Y-55855709D01*
-X103517932Y-55855707D01*
-X103513272Y-55849293D01*
-X103507162Y-55844238D01*
-X103470004Y-55813497D01*
-X103464070Y-55808266D01*
-X103428902Y-55775242D01*
-X103428899Y-55775240D01*
-X103423121Y-55769814D01*
-X103415897Y-55765842D01*
-X103396294Y-55752519D01*
-X103396054Y-55752320D01*
-X103396047Y-55752316D01*
-X103389944Y-55747267D01*
-X103339124Y-55723353D01*
-X103332092Y-55719771D01*
-X103282860Y-55692705D01*
-X103275185Y-55690735D01*
-X103275179Y-55690732D01*
-X103274881Y-55690656D01*
-X103252572Y-55682624D01*
-X103252297Y-55682494D01*
-X103252289Y-55682491D01*
-X103245118Y-55679117D01*
-X103189951Y-55668594D01*
-X103182242Y-55666871D01*
-X103148249Y-55658143D01*
-X103135507Y-55654871D01*
-X103135506Y-55654871D01*
-X103127830Y-55652900D01*
-X103119593Y-55652900D01*
-X103095984Y-55650668D01*
-X103095681Y-55650610D01*
-X103095677Y-55650610D01*
-X103087894Y-55649125D01*
-X103031849Y-55652651D01*
-X103023938Y-55652900D01*
-X102360174Y-55652900D01*
-X102292053Y-55632898D01*
-X102245560Y-55579242D01*
-X102235456Y-55508968D01*
-X102240072Y-55488802D01*
+X103740078Y-57372197D01*
+X103740076Y-57372198D01*
+X103734048Y-57374882D01*
+X103728707Y-57378762D01*
+X103728706Y-57378763D01*
+X103702368Y-57397899D01*
+X103579547Y-57487134D01*
+X103575126Y-57492044D01*
+X103575125Y-57492045D01*
+X103505230Y-57569672D01*
+X103451760Y-57629056D01*
+X103356273Y-57794444D01*
+X103297258Y-57976072D01*
+X103296568Y-57982633D01*
+X103296568Y-57982635D01*
+X103285325Y-58089606D01*
+X103277296Y-58166000D01*
+X103277986Y-58172565D01*
+X103282496Y-58215477D01*
+X103269724Y-58285315D01*
+X103221221Y-58337162D01*
+X103152388Y-58354556D01*
+X103096066Y-58338307D01*
+X103092376Y-58335476D01*
+X103084750Y-58332317D01*
+X103084748Y-58332316D01*
+X102997898Y-58296342D01*
+X102944351Y-58274162D01*
+X102936164Y-58273084D01*
+X102936163Y-58273084D01*
+X102917734Y-58270658D01*
+X102825385Y-58258500D01*
+X102825376Y-58258499D01*
+X102793690Y-58254328D01*
+X102793689Y-58254328D01*
+X102785500Y-58253250D01*
+X102777311Y-58254328D01*
+X102769055Y-58254328D01*
+X102769055Y-58252223D01*
+X102710001Y-58243010D01*
+X102656906Y-58195877D01*
+X102637721Y-58127522D01*
+X102658538Y-58059646D01*
+X102666828Y-58048475D01*
+X102720658Y-57983751D01*
+X102820204Y-57805999D01*
+X102822060Y-57800532D01*
+X102822062Y-57800527D01*
+X102883834Y-57618552D01*
+X102883835Y-57618547D01*
+X102885690Y-57613083D01*
+X102914923Y-57411463D01*
+X102916449Y-57353200D01*
+X102899510Y-57168845D01*
+X102898337Y-57156080D01*
+X102898336Y-57156077D01*
+X102897808Y-57150326D01*
+X102893880Y-57136397D01*
+X102844075Y-56959806D01*
+X102844074Y-56959804D01*
+X102842507Y-56954247D01*
+X102828762Y-56926373D01*
+X102754956Y-56776710D01*
+X102752401Y-56771529D01*
+X102739943Y-56754845D01*
+X102633958Y-56612915D01*
+X102633958Y-56612914D01*
+X102630505Y-56608291D01*
+X102502483Y-56489948D01*
+X102485143Y-56473919D01*
+X102485140Y-56473917D01*
+X102480903Y-56470000D01*
+X102434875Y-56440959D01*
+X102313488Y-56364369D01*
+X102313483Y-56364367D01*
+X102308604Y-56361288D01*
+X102119380Y-56285795D01*
+X101919566Y-56246049D01*
+X101913791Y-56245973D01*
+X101913787Y-56245973D01*
+X101881521Y-56245551D01*
+X101813668Y-56224659D01*
+X101767881Y-56170400D01*
+X101758698Y-56099999D01*
+X101789034Y-56035810D01*
+X101824795Y-56007900D01*
+X101839154Y-56000393D01*
+X101849415Y-55993679D01*
+X101993873Y-55877532D01*
+X102002632Y-55868954D01*
+X102121778Y-55726961D01*
+X102128708Y-55716841D01*
+X102218002Y-55554415D01*
+X102222834Y-55543142D01*
X102278880Y-55366462D01*
X102281430Y-55354468D01*
X102297607Y-55210239D01*
@@ -4442,20 +4124,87 @@ X103362320Y-54607751D01*
X103456442Y-54469255D01*
X103460277Y-54463612D01*
X103527530Y-54295466D01*
-X103528644Y-54288738D01*
-X103528645Y-54288734D01*
-X103555993Y-54123539D01*
-X103555993Y-54123536D01*
-X103557108Y-54116802D01*
-X103552203Y-54023198D01*
-X107662892Y-54023198D01*
-X107663249Y-54030015D01*
-X107663249Y-54030019D01*
-X107668151Y-54123539D01*
+X103540002Y-54220127D01*
+X103570861Y-54156189D01*
+X103631390Y-54119084D01*
+X103702370Y-54120593D01*
+X103730425Y-54133447D01*
+X103788280Y-54169109D01*
+X103953391Y-54223874D01*
+X103960227Y-54224574D01*
+X103960230Y-54224575D01*
+X104011726Y-54229851D01*
+X104056128Y-54234400D01*
+X104630272Y-54234400D01*
+X104633518Y-54234063D01*
+X104633522Y-54234063D01*
+X104727435Y-54224319D01*
+X104727439Y-54224318D01*
+X104734293Y-54223607D01*
+X104740829Y-54221426D01*
+X104740831Y-54221426D01*
+X104873595Y-54177132D01*
+X104899307Y-54168554D01*
+X105047231Y-54077016D01*
+X105100955Y-54023198D01*
+X105164958Y-53959084D01*
+X105164962Y-53959079D01*
+X105170129Y-53953903D01*
+X105182272Y-53934204D01*
+X105257569Y-53812050D01*
+X105257570Y-53812048D01*
+X105261409Y-53805820D01*
+X105316174Y-53640709D01*
+X105317115Y-53631532D01*
+X105326372Y-53541171D01*
+X105326700Y-53537972D01*
+X105326700Y-53339194D01*
+X105346702Y-53271073D01*
+X105400358Y-53224580D01*
+X105470632Y-53214476D01*
+X105535212Y-53243970D01*
+X105541795Y-53250099D01*
+X105896443Y-53604747D01*
+X105903985Y-53613033D01*
+X105908100Y-53619518D01*
+X105913880Y-53624946D01*
+X105913881Y-53624947D01*
+X105914515Y-53625542D01*
+X105914999Y-53626298D01*
+X105918931Y-53631051D01*
+X105918350Y-53631532D01*
+X105947784Y-53677513D01*
+X105982346Y-53781107D01*
+X106073884Y-53929031D01*
+X106079066Y-53934204D01*
+X106191816Y-54046758D01*
+X106191821Y-54046762D01*
+X106196997Y-54051929D01*
+X106203227Y-54055769D01*
+X106203228Y-54055770D01*
+X106285813Y-54106676D01*
+X106345080Y-54143209D01*
+X106510191Y-54197974D01*
+X106517027Y-54198674D01*
+X106517030Y-54198675D01*
+X106568526Y-54203951D01*
+X106612928Y-54208500D01*
+X107187072Y-54208500D01*
+X107190318Y-54208163D01*
+X107190322Y-54208163D01*
+X107284235Y-54198419D01*
+X107284239Y-54198418D01*
+X107291093Y-54197707D01*
+X107297629Y-54195526D01*
+X107297631Y-54195526D01*
+X107430395Y-54151232D01*
+X107456107Y-54142654D01*
+X107483808Y-54125512D01*
+X107552260Y-54106676D01*
+X107620030Y-54127839D01*
+X107665600Y-54182280D01*
+X107672026Y-54204142D01*
X107672370Y-54204047D01*
-X107674181Y-54210620D01*
-X107674181Y-54210623D01*
-X107707738Y-54332452D01*
X107720461Y-54378641D01*
X107804922Y-54538836D01*
X107809327Y-54544049D01*
@@ -4590,1336 +4339,610 @@ X108236609Y-53279195D01*
X108154796Y-53306728D01*
X108154794Y-53306729D01*
X108148325Y-53308906D01*
-X107993095Y-53402177D01*
-X107988138Y-53406865D01*
-X107988135Y-53406867D01*
-X107866473Y-53521918D01*
-X107861515Y-53526607D01*
-X107857683Y-53532245D01*
-X107857680Y-53532249D01*
-X107806740Y-53607205D01*
-X107759723Y-53676388D01*
-X107692470Y-53844534D01*
-X107691356Y-53851262D01*
-X107691355Y-53851266D01*
-X107666179Y-54003343D01*
-X107662892Y-54023198D01*
-X103552203Y-54023198D01*
-X103547987Y-53942766D01*
-X103547630Y-53935953D01*
-X103535330Y-53891296D01*
-X103501352Y-53767941D01*
-X103499539Y-53761359D01*
-X103415078Y-53601164D01*
-X103410673Y-53595951D01*
-X103410670Y-53595947D01*
-X103302594Y-53468057D01*
-X103302590Y-53468053D01*
-X103298187Y-53462843D01*
-X103292762Y-53458695D01*
-X103159743Y-53356994D01*
-X103159739Y-53356991D01*
-X103154322Y-53352850D01*
-X103023162Y-53291689D01*
-X102996369Y-53279195D01*
-X102996366Y-53279194D01*
-X102990192Y-53276315D01*
-X102983544Y-53274829D01*
-X102983541Y-53274828D01*
-X102818494Y-53237936D01*
-X102818495Y-53237936D01*
-X102813457Y-53236810D01*
-X102807912Y-53236500D01*
-X102674756Y-53236500D01*
-X102539963Y-53251143D01*
-X102456609Y-53279195D01*
-X102374796Y-53306728D01*
-X102374794Y-53306729D01*
-X102368325Y-53308906D01*
-X102216349Y-53400222D01*
-X102216346Y-53400223D01*
-X102213095Y-53402177D01*
-X102212745Y-53401594D01*
-X102151083Y-53425065D01*
-X102081609Y-53410439D01*
-X102043609Y-53379085D01*
-X102012603Y-53341067D01*
-X102003959Y-53332363D01*
-X101861144Y-53214216D01*
-X101850973Y-53207356D01*
-X101687924Y-53119196D01*
-X101676619Y-53114444D01*
+X108074393Y-53353329D01*
+X108005702Y-53371268D01*
+X107938215Y-53349221D01*
+X107893361Y-53294189D01*
+X107883500Y-53245325D01*
+X107883500Y-52912928D01*
+X107881353Y-52892235D01*
+X107873419Y-52815765D01*
+X107873418Y-52815761D01*
+X107872707Y-52808907D01*
+X107817654Y-52643893D01*
+X107726116Y-52495969D01*
+X107618859Y-52388899D01*
+X107584780Y-52326618D01*
+X107589783Y-52255798D01*
+X107618704Y-52210709D01*
+X107721363Y-52107871D01*
+X107730375Y-52096460D01*
+X107813912Y-51960937D01*
+X107820056Y-51947759D01*
+X107870315Y-51796234D01*
+X107873181Y-51782868D01*
+X107882672Y-51690230D01*
+X107883000Y-51683815D01*
+X107883000Y-51659615D01*
+X107878525Y-51644376D01*
+X107877135Y-51643171D01*
+X107869452Y-51641500D01*
+X105935115Y-51641500D01*
+X105919876Y-51645975D01*
+X105918671Y-51647365D01*
+X105914121Y-51668283D01*
+X105910722Y-51667544D01*
+X105896998Y-51714283D01*
+X105843342Y-51760776D01*
+X105773068Y-51770880D01*
+X105755723Y-51765967D01*
+X105755429Y-51766978D01*
+X105747819Y-51764767D01*
+X105740545Y-51761619D01*
+X105732722Y-51760380D01*
+X105732712Y-51760377D01*
+X105696876Y-51754701D01*
+X105685256Y-51752295D01*
+X105650111Y-51743272D01*
+X105650110Y-51743272D01*
+X105642430Y-51741300D01*
+X105622176Y-51741300D01*
+X105602465Y-51739749D01*
+X105590286Y-51737820D01*
+X105582457Y-51736580D01*
+X105574565Y-51737326D01*
+X105538439Y-51740741D01*
+X105526581Y-51741300D01*
+X105436902Y-51741300D01*
+X105368781Y-51721298D01*
+X105333143Y-51680170D01*
+X105320335Y-51669071D01*
+X105312652Y-51667400D01*
+X103378315Y-51667400D01*
+X103363076Y-51671875D01*
+X103351338Y-51685421D01*
+X103330424Y-51723723D01*
+X103274193Y-51755797D01*
+X103270003Y-51756326D01*
+X103262638Y-51759242D01*
+X103262630Y-51759244D01*
+X103228897Y-51772600D01*
+X103217669Y-51776445D01*
+X103175207Y-51788782D01*
+X103168385Y-51792816D01*
+X103168379Y-51792819D01*
+X103157768Y-51799094D01*
+X103140018Y-51807790D01*
+X103128556Y-51812328D01*
+X103128551Y-51812331D01*
+X103121183Y-51815248D01*
+X103103770Y-51827899D01*
+X103085425Y-51841227D01*
+X103075507Y-51847743D01*
+X103057802Y-51858214D01*
+X103037437Y-51870258D01*
+X103023113Y-51884582D01*
+X103008081Y-51897421D01*
+X102991693Y-51909328D01*
+X102963796Y-51943050D01*
+X102963512Y-51943393D01*
+X102955522Y-51952173D01*
+X102770937Y-52136758D01*
+X102708625Y-52170784D01*
+X102681842Y-52173663D01*
+X102625950Y-52173663D01*
+X102619498Y-52175035D01*
+X102619493Y-52175035D01*
+X102532549Y-52193516D01*
+X102439149Y-52213369D01*
+X102433119Y-52216054D01*
+X102433118Y-52216054D01*
+X102270715Y-52288360D01*
+X102270713Y-52288361D01*
+X102264685Y-52291045D01*
+X102110184Y-52403297D01*
+X102105763Y-52408207D01*
+X102105762Y-52408208D01*
+X102031400Y-52490796D01*
+X101982397Y-52545219D01*
+X101886910Y-52710607D01*
+X101827895Y-52892235D01*
+X101827205Y-52898796D01*
+X101827205Y-52898798D01*
+X101816543Y-53000240D01*
+X101789529Y-53065897D01*
+X101731308Y-53106526D01*
+X101653974Y-53107434D01*
X101561308Y-53078750D01*
X101547205Y-53078544D01*
X101544000Y-53085299D01*
-X101544000Y-54728000D01*
-X101523998Y-54796121D01*
-X101470342Y-54842614D01*
-X101418000Y-54854000D01*
-X100300115Y-54854000D01*
-X100284876Y-54858475D01*
-X100283671Y-54859865D01*
-X100282000Y-54867548D01*
-X100282000Y-55196657D01*
-X100282301Y-55202805D01*
-X100295812Y-55340603D01*
-X100298195Y-55352638D01*
-X100351767Y-55530076D01*
-X100356441Y-55541416D01*
-X100443460Y-55705077D01*
-X100450249Y-55715294D01*
-X100520671Y-55801641D01*
-X100548225Y-55867073D01*
-X100536030Y-55937014D01*
-X100512123Y-55970372D01*
-X100039342Y-56443153D01*
-X100031063Y-56450687D01*
-X100024582Y-56454800D01*
-X99991576Y-56489948D01*
-X99977957Y-56504451D01*
-X99975202Y-56507293D01*
-X99955465Y-56527030D01*
-X99952985Y-56530227D01*
-X99945282Y-56539247D01*
-X99915014Y-56571479D01*
-X99911195Y-56578425D01*
-X99911193Y-56578428D01*
-X99905252Y-56589234D01*
-X99894401Y-56605753D01*
-X99881986Y-56621759D01*
-X99878841Y-56629028D01*
-X99878838Y-56629032D01*
-X99864426Y-56662337D01*
-X99859209Y-56672987D01*
-X99837905Y-56711740D01*
-X99835934Y-56719415D01*
-X99835934Y-56719416D01*
-X99832867Y-56731362D01*
-X99826463Y-56750066D01*
-X99818419Y-56768655D01*
-X99817180Y-56776478D01*
-X99817177Y-56776488D01*
-X99811501Y-56812324D01*
-X99809095Y-56823944D01*
-X99798100Y-56866770D01*
-X99798100Y-56887024D01*
-X99796549Y-56906734D01*
-X99793380Y-56926743D01*
-X99794126Y-56934635D01*
-X99797541Y-56970761D01*
-X99798100Y-56982619D01*
-X99798100Y-58158101D01*
-X99778098Y-58226222D01*
-X99738402Y-58265245D01*
-X99715069Y-58279684D01*
-X99607999Y-58386941D01*
-X99545718Y-58421020D01*
-X99474898Y-58416017D01*
-X99429809Y-58387096D01*
-X99326971Y-58284437D01*
-X99315560Y-58275425D01*
-X99180037Y-58191888D01*
-X99166859Y-58185744D01*
-X99015334Y-58135485D01*
-X99001968Y-58132619D01*
-X98909330Y-58123128D01*
-X98902915Y-58122800D01*
-X98878715Y-58122800D01*
-X98863476Y-58127275D01*
-X98862271Y-58128665D01*
-X98860600Y-58136348D01*
-X98860600Y-60070685D01*
-X98865075Y-60085924D01*
-X98866465Y-60087129D01*
-X98874148Y-60088800D01*
-X98902866Y-60088800D01*
-X98909382Y-60088463D01*
-X99003232Y-60078725D01*
-X99016628Y-60075832D01*
-X99168053Y-60025312D01*
-X99181215Y-60019147D01*
-X99316592Y-59935374D01*
-X99327990Y-59926340D01*
-X99429493Y-59824660D01*
-X99491776Y-59790581D01*
-X99562596Y-59795584D01*
-X99607683Y-59824504D01*
-X99716097Y-59932729D01*
-X99864180Y-60024009D01*
-X100029291Y-60078774D01*
-X100036127Y-60079474D01*
-X100036130Y-60079475D01*
-X100083470Y-60084325D01*
-X100132028Y-60089300D01*
-X100731172Y-60089300D01*
-X100734418Y-60088963D01*
-X100734422Y-60088963D01*
-X100828335Y-60079219D01*
-X100828339Y-60079218D01*
-X100835193Y-60078507D01*
-X100841729Y-60076326D01*
-X100841731Y-60076326D01*
-X100974916Y-60031892D01*
-X101045866Y-60029308D01*
-X101106949Y-60065492D01*
-X101119377Y-60083386D01*
-X101120367Y-60082737D01*
-X101160386Y-60143776D01*
-X101162723Y-60147480D01*
-X101200605Y-60209907D01*
-X101204321Y-60214115D01*
-X101204322Y-60214116D01*
-X101208003Y-60218284D01*
-X101207976Y-60218308D01*
-X101210629Y-60221300D01*
-X101213332Y-60224533D01*
-X101217344Y-60230652D01*
-X101222656Y-60235684D01*
-X101273583Y-60283928D01*
-X101276025Y-60286306D01*
-X101829030Y-60839311D01*
-X101841416Y-60853723D01*
-X101849949Y-60865318D01*
-X101849954Y-60865323D01*
-X101854292Y-60871218D01*
-X101859870Y-60875957D01*
-X101859873Y-60875960D01*
-X101894568Y-60905435D01*
-X101902084Y-60912365D01*
-X101907780Y-60918061D01*
-X101910641Y-60920324D01*
-X101910646Y-60920329D01*
-X101930056Y-60935685D01*
-X101933458Y-60938474D01*
-X101989085Y-60985733D01*
-X101995602Y-60989061D01*
-X102000650Y-60992427D01*
-X102005772Y-60995590D01*
-X102011516Y-61000135D01*
-X102077695Y-61031064D01*
-X102081579Y-61032963D01*
-X102146608Y-61066169D01*
-X102153723Y-61067910D01*
-X102159378Y-61070013D01*
-X102165117Y-61071922D01*
-X102171750Y-61075022D01*
-X102243235Y-61089891D01*
-X102247501Y-61090857D01*
-X102318410Y-61108208D01*
-X102324012Y-61108556D01*
-X102324015Y-61108556D01*
-X102329564Y-61108900D01*
-X102329562Y-61108935D01*
-X102333534Y-61109175D01*
-X102337755Y-61109552D01*
-X102344915Y-61111041D01*
-X102422342Y-61108946D01*
-X102425750Y-61108900D01*
-X106917100Y-61108900D01*
-X106985221Y-61128902D01*
-X107031714Y-61182558D01*
-X107043100Y-61234900D01*
-X107043100Y-62699876D01*
-X107023098Y-62767997D01*
-X107006195Y-62788971D01*
-X106350571Y-63444595D01*
-X106288259Y-63478621D01*
-X106261476Y-63481500D01*
-X106220231Y-63481500D01*
-X106217175Y-63481800D01*
-X106217168Y-63481800D01*
-X106158660Y-63487537D01*
-X106073167Y-63495920D01*
-X106067266Y-63497702D01*
-X106067264Y-63497702D01*
-X105890329Y-63551122D01*
-X105853911Y-63556500D01*
-X105796866Y-63556500D01*
-X105793469Y-63556869D01*
-X105790560Y-63557185D01*
-X105734684Y-63563255D01*
-X105598295Y-63614385D01*
-X105481739Y-63701739D01*
-X105394385Y-63818295D01*
-X105343255Y-63954684D01*
-X105336500Y-64016866D01*
-X105336500Y-64075989D01*
-X105330865Y-64113248D01*
-X105277318Y-64286232D01*
-X105276674Y-64292357D01*
-X105276674Y-64292358D01*
-X105259079Y-64459771D01*
-X105256645Y-64482925D01*
-X105262557Y-64547885D01*
-X105272491Y-64657039D01*
-X105274570Y-64679888D01*
-X105276308Y-64685794D01*
-X105276309Y-64685798D01*
-X105330410Y-64869619D01*
-X105329191Y-64869978D01*
-X105336500Y-64907580D01*
-X105336500Y-64963134D01*
-X105343255Y-65025316D01*
-X105394385Y-65161705D01*
-X105481739Y-65278261D01*
-X105598295Y-65365615D01*
-X105734684Y-65416745D01*
-X105796866Y-65423500D01*
-X105857797Y-65423500D01*
-X105895896Y-65429398D01*
-X106059306Y-65481235D01*
-X106213227Y-65498500D01*
-X106669557Y-65498500D01*
-X106683164Y-65499237D01*
-X106714662Y-65502659D01*
-X106714667Y-65502659D01*
-X106720788Y-65503324D01*
-X106747038Y-65501027D01*
-X106770788Y-65498950D01*
-X106775614Y-65498621D01*
-X106778086Y-65498500D01*
-X106781169Y-65498500D01*
-X106793138Y-65497326D01*
-X106823906Y-65494310D01*
-X106825219Y-65494188D01*
-X106869484Y-65490315D01*
-X106917813Y-65486087D01*
-X106922932Y-65484600D01*
-X106928233Y-65484080D01*
-X107017234Y-65457209D01*
-X107018367Y-65456874D01*
-X107101814Y-65432630D01*
-X107101818Y-65432628D01*
-X107107736Y-65430909D01*
-X107112468Y-65428456D01*
-X107117569Y-65426916D01*
-X107124688Y-65423131D01*
-X107199660Y-65383269D01*
-X107200826Y-65382657D01*
-X107277853Y-65342729D01*
-X107283326Y-65339892D01*
-X107287489Y-65336569D01*
-X107292196Y-65334066D01*
-X107300859Y-65327001D01*
-X107317226Y-65313652D01*
-X107346632Y-65289669D01*
-X108707001Y-65289669D01*
-X108707371Y-65296490D01*
-X108712895Y-65347352D01*
-X108716521Y-65362604D01*
-X108761676Y-65483054D01*
-X108770214Y-65498649D01*
-X108846715Y-65600724D01*
-X108859276Y-65613285D01*
-X108961351Y-65689786D01*
-X108976946Y-65698324D01*
-X109097394Y-65743478D01*
-X109112649Y-65747105D01*
-X109163514Y-65752631D01*
-X109170328Y-65753000D01*
-X109367885Y-65753000D01*
-X109383124Y-65748525D01*
-X109384329Y-65747135D01*
-X109386000Y-65739452D01*
-X109386000Y-65734884D01*
-X109894000Y-65734884D01*
-X109898475Y-65750123D01*
-X109899865Y-65751328D01*
-X109907548Y-65752999D01*
-X110109669Y-65752999D01*
-X110116490Y-65752629D01*
-X110167352Y-65747105D01*
-X110182604Y-65743479D01*
-X110303054Y-65698324D01*
-X110318649Y-65689786D01*
-X110420724Y-65613285D01*
-X110433285Y-65600724D01*
-X110509786Y-65498649D01*
-X110518324Y-65483054D01*
-X110563478Y-65362606D01*
-X110567105Y-65347351D01*
-X110572631Y-65296486D01*
-X110573000Y-65289672D01*
-X110573000Y-65092115D01*
-X110568525Y-65076876D01*
-X110567135Y-65075671D01*
-X110559452Y-65074000D01*
-X109912115Y-65074000D01*
-X109896876Y-65078475D01*
-X109895671Y-65079865D01*
-X109894000Y-65087548D01*
-X109894000Y-65734884D01*
-X109386000Y-65734884D01*
-X109386000Y-65092115D01*
-X109381525Y-65076876D01*
-X109380135Y-65075671D01*
-X109372452Y-65074000D01*
-X108725116Y-65074000D01*
-X108709877Y-65078475D01*
-X108708672Y-65079865D01*
-X108707001Y-65087548D01*
-X108707001Y-65289669D01*
-X107346632Y-65289669D01*
-X107364318Y-65275245D01*
-X107365174Y-65274554D01*
-X107404373Y-65243262D01*
-X107406877Y-65240758D01*
-X107407595Y-65240116D01*
-X107411928Y-65236415D01*
-X107445462Y-65209065D01*
-X107450154Y-65203394D01*
-X107474687Y-65173738D01*
-X107482677Y-65164958D01*
-X107996526Y-64651109D01*
-X108512971Y-64134663D01*
-X108575283Y-64100638D01*
-X108646098Y-64105702D01*
-X108702934Y-64148249D01*
-X108727745Y-64214769D01*
-X108720048Y-64267988D01*
-X108716522Y-64277394D01*
-X108712895Y-64292649D01*
-X108707369Y-64343514D01*
-X108707000Y-64350328D01*
-X108707000Y-64547885D01*
-X108711475Y-64563124D01*
-X108712865Y-64564329D01*
-X108720548Y-64566000D01*
-X109367885Y-64566000D01*
-X109383124Y-64561525D01*
-X109384329Y-64560135D01*
-X109386000Y-64552452D01*
-X109386000Y-64547885D01*
-X109894000Y-64547885D01*
-X109898475Y-64563124D01*
-X109899865Y-64564329D01*
-X109907548Y-64566000D01*
-X110554884Y-64566000D01*
-X110570123Y-64561525D01*
-X110571328Y-64560135D01*
-X110572999Y-64552452D01*
-X110572999Y-64350331D01*
-X110572629Y-64343510D01*
-X110567105Y-64292648D01*
-X110563479Y-64277396D01*
-X110518324Y-64156946D01*
-X110509786Y-64141351D01*
-X110433285Y-64039276D01*
-X110420724Y-64026715D01*
-X110318649Y-63950214D01*
-X110303054Y-63941676D01*
-X110182606Y-63896522D01*
-X110167351Y-63892895D01*
-X110116486Y-63887369D01*
-X110109672Y-63887000D01*
-X109912115Y-63887000D01*
-X109896876Y-63891475D01*
-X109895671Y-63892865D01*
-X109894000Y-63900548D01*
-X109894000Y-64547885D01*
-X109386000Y-64547885D01*
-X109386000Y-63905116D01*
-X109381525Y-63889877D01*
-X109380135Y-63888672D01*
-X109372452Y-63887001D01*
-X109170331Y-63887001D01*
-X109163510Y-63887371D01*
-X109112648Y-63892895D01*
-X109097396Y-63896521D01*
-X109045751Y-63915882D01*
-X108974944Y-63921065D01*
-X108912575Y-63887144D01*
-X108878445Y-63824889D01*
-X108883392Y-63754065D01*
-X108893846Y-63733616D01*
-X108893703Y-63733539D01*
-X108937615Y-63651642D01*
-X108938224Y-63650520D01*
-X108940228Y-63646876D01*
-X108958090Y-63614385D01*
-X108980066Y-63574411D01*
-X108980068Y-63574406D01*
-X108983033Y-63569013D01*
-X108984644Y-63563935D01*
-X108987163Y-63559237D01*
-X109014353Y-63470302D01*
-X109014736Y-63469072D01*
-X109040971Y-63386370D01*
-X109042835Y-63380494D01*
-X109043428Y-63375203D01*
-X109044988Y-63370102D01*
-X109054395Y-63277489D01*
-X109054515Y-63276369D01*
-X109060100Y-63226573D01*
-X109060100Y-63223044D01*
-X109060155Y-63222061D01*
-X109060604Y-63216356D01*
-X109060609Y-63216314D01*
-X109064974Y-63173337D01*
-X109060659Y-63127688D01*
-X109060100Y-63115831D01*
-X109060100Y-61484900D01*
-X109080102Y-61416779D01*
-X109133758Y-61370286D01*
-X109186100Y-61358900D01*
-X112905500Y-61358900D01*
-X112973621Y-61378902D01*
-X113020114Y-61432558D01*
-X113031500Y-61484900D01*
-X113031500Y-64581474D01*
-X113011498Y-64649595D01*
-X112957842Y-64696088D01*
-X112887568Y-64706192D01*
-X112822988Y-64676698D01*
-X112804674Y-64657039D01*
-X112723643Y-64548920D01*
-X112723642Y-64548919D01*
-X112718261Y-64541739D01*
-X112601705Y-64454385D01*
-X112465316Y-64403255D01*
-X112403134Y-64396500D01*
-X111456866Y-64396500D01*
-X111394684Y-64403255D01*
-X111258295Y-64454385D01*
-X111141739Y-64541739D01*
-X111054385Y-64658295D01*
-X111003255Y-64794684D01*
-X110996500Y-64856866D01*
-X110996500Y-65803134D01*
-X111003255Y-65865316D01*
-X111054385Y-66001705D01*
-X111141739Y-66118261D01*
-X111258295Y-66205615D01*
-X111394684Y-66256745D01*
-X111456866Y-66263500D01*
-X112403134Y-66263500D01*
-X112465316Y-66256745D01*
-X112601705Y-66205615D01*
-X112718261Y-66118261D01*
-X112800409Y-66008651D01*
-X112857267Y-65966137D01*
-X112928085Y-65961111D01*
-X112990379Y-65995171D01*
-X113024369Y-66057502D01*
-X113026827Y-66081194D01*
-X113026645Y-66082925D01*
-X113031218Y-66133173D01*
-X113031500Y-66137207D01*
-X113031500Y-66139769D01*
-X113031800Y-66142827D01*
-X113031800Y-66142831D01*
-X113035895Y-66184596D01*
-X113035977Y-66185471D01*
-X113044570Y-66279888D01*
-X113045573Y-66283297D01*
-X113045920Y-66286833D01*
-X113073334Y-66377630D01*
-X113073561Y-66378390D01*
-X113087792Y-66426745D01*
-X113100410Y-66469619D01*
-X113099191Y-66469978D01*
-X113106500Y-66507579D01*
-X113106500Y-66563134D01*
-X113113255Y-66625316D01*
-X113164385Y-66761705D01*
-X113251739Y-66878261D01*
-X113368295Y-66965615D01*
-X113376703Y-66968767D01*
-X113384575Y-66973077D01*
-X113383739Y-66974604D01*
-X113432004Y-67010862D01*
-X113456702Y-67077424D01*
-X113441493Y-67146772D01*
-X113391206Y-67196890D01*
-X113331008Y-67212200D01*
-X98226661Y-67212200D01*
-X98158540Y-67192198D01*
-X98112047Y-67138542D01*
-X98101943Y-67068268D01*
-X98125835Y-67010635D01*
-X98179786Y-66938648D01*
-X98188324Y-66923054D01*
-X98233478Y-66802606D01*
-X98237105Y-66787351D01*
-X98242631Y-66736486D01*
-X98243000Y-66729672D01*
-X98243000Y-66532115D01*
-X98238525Y-66516876D01*
-X98237135Y-66515671D01*
-X98229452Y-66514000D01*
-X96395116Y-66514000D01*
-X96379877Y-66518475D01*
-X96378672Y-66519865D01*
-X96377001Y-66527548D01*
-X96377001Y-66729669D01*
-X96377371Y-66736490D01*
-X96382895Y-66787352D01*
-X96386521Y-66802604D01*
-X96431676Y-66923054D01*
-X96440214Y-66938648D01*
-X96494165Y-67010635D01*
-X96519013Y-67077141D01*
-X96503960Y-67146524D01*
-X96453786Y-67196754D01*
-X96393339Y-67212200D01*
-X93500082Y-67212200D01*
-X93431961Y-67192198D01*
-X93385468Y-67138542D01*
-X93375364Y-67068268D01*
-X93403002Y-67005879D01*
-X93403903Y-67004790D01*
-X93411888Y-66996016D01*
-X94420019Y-65987885D01*
-X96377000Y-65987885D01*
-X96381475Y-66003124D01*
-X96382865Y-66004329D01*
-X96390548Y-66006000D01*
-X97037885Y-66006000D01*
-X97053124Y-66001525D01*
-X97054329Y-66000135D01*
-X97056000Y-65992452D01*
-X97056000Y-65987885D01*
-X97564000Y-65987885D01*
-X97568475Y-66003124D01*
-X97569865Y-66004329D01*
-X97577548Y-66006000D01*
-X98224884Y-66006000D01*
-X98240123Y-66001525D01*
-X98241328Y-66000135D01*
-X98242999Y-65992452D01*
-X98242999Y-65973134D01*
-X98566500Y-65973134D01*
-X98573255Y-66035316D01*
-X98624385Y-66171705D01*
-X98711739Y-66288261D01*
-X98828295Y-66375615D01*
-X98964684Y-66426745D01*
-X99026866Y-66433500D01*
-X99973134Y-66433500D01*
-X100035316Y-66426745D01*
-X100171705Y-66375615D01*
-X100288261Y-66288261D01*
-X100375615Y-66171705D01*
-X100426745Y-66035316D01*
-X100433500Y-65973134D01*
-X100433500Y-65383134D01*
-X100766500Y-65383134D01*
-X100773255Y-65445316D01*
-X100824385Y-65581705D01*
-X100911739Y-65698261D01*
-X101028295Y-65785615D01*
-X101164684Y-65836745D01*
-X101226866Y-65843500D01*
-X102173134Y-65843500D01*
-X102235316Y-65836745D01*
-X102371705Y-65785615D01*
-X102488261Y-65698261D01*
-X102575615Y-65581705D01*
-X102626745Y-65445316D01*
-X102633500Y-65383134D01*
-X102633500Y-65043134D01*
-X103046500Y-65043134D01*
-X103053255Y-65105316D01*
-X103104385Y-65241705D01*
-X103191739Y-65358261D01*
-X103308295Y-65445615D01*
-X103444684Y-65496745D01*
-X103506866Y-65503500D01*
-X104453134Y-65503500D01*
-X104515316Y-65496745D01*
-X104651705Y-65445615D01*
-X104768261Y-65358261D01*
-X104855615Y-65241705D01*
-X104906745Y-65105316D01*
-X104913500Y-65043134D01*
-X104913500Y-64096866D01*
-X104906745Y-64034684D01*
-X104855615Y-63898295D01*
-X104768261Y-63781739D01*
-X104651705Y-63694385D01*
-X104515316Y-63643255D01*
-X104453134Y-63636500D01*
-X103506866Y-63636500D01*
-X103444684Y-63643255D01*
-X103308295Y-63694385D01*
-X103191739Y-63781739D01*
-X103104385Y-63898295D01*
-X103053255Y-64034684D01*
-X103046500Y-64096866D01*
-X103046500Y-65043134D01*
-X102633500Y-65043134D01*
-X102633500Y-64436866D01*
-X102626745Y-64374684D01*
-X102575615Y-64238295D01*
-X102488261Y-64121739D01*
-X102371705Y-64034385D01*
-X102235316Y-63983255D01*
-X102173134Y-63976500D01*
-X101226866Y-63976500D01*
-X101164684Y-63983255D01*
-X101028295Y-64034385D01*
-X100911739Y-64121739D01*
-X100824385Y-64238295D01*
-X100773255Y-64374684D01*
-X100766500Y-64436866D01*
-X100766500Y-65383134D01*
-X100433500Y-65383134D01*
-X100433500Y-65026866D01*
-X100426745Y-64964684D01*
-X100375615Y-64828295D01*
-X100288261Y-64711739D01*
-X100171705Y-64624385D01*
-X100035316Y-64573255D01*
-X99973134Y-64566500D01*
-X99026866Y-64566500D01*
-X98964684Y-64573255D01*
-X98828295Y-64624385D01*
-X98711739Y-64711739D01*
-X98624385Y-64828295D01*
-X98573255Y-64964684D01*
-X98566500Y-65026866D01*
-X98566500Y-65973134D01*
-X98242999Y-65973134D01*
-X98242999Y-65790331D01*
-X98242629Y-65783510D01*
-X98237105Y-65732648D01*
-X98233479Y-65717396D01*
-X98188324Y-65596946D01*
-X98179786Y-65581351D01*
-X98103285Y-65479276D01*
-X98090724Y-65466715D01*
-X97988649Y-65390214D01*
-X97973054Y-65381676D01*
-X97852606Y-65336522D01*
-X97837351Y-65332895D01*
-X97786486Y-65327369D01*
-X97779672Y-65327000D01*
-X97582115Y-65327000D01*
-X97566876Y-65331475D01*
-X97565671Y-65332865D01*
-X97564000Y-65340548D01*
-X97564000Y-65987885D01*
-X97056000Y-65987885D01*
-X97056000Y-65345116D01*
-X97051525Y-65329877D01*
-X97050135Y-65328672D01*
-X97042452Y-65327001D01*
-X96840331Y-65327001D01*
-X96833510Y-65327371D01*
-X96782648Y-65332895D01*
-X96767396Y-65336521D01*
-X96646946Y-65381676D01*
-X96631351Y-65390214D01*
-X96529276Y-65466715D01*
-X96516715Y-65479276D01*
-X96440214Y-65581351D01*
-X96431676Y-65596946D01*
-X96386522Y-65717394D01*
-X96382895Y-65732649D01*
-X96377369Y-65783514D01*
-X96377000Y-65790328D01*
-X96377000Y-65987885D01*
-X94420019Y-65987885D01*
-X97441958Y-62965946D01*
-X97504270Y-62931920D01*
-X97575085Y-62936985D01*
-X97582301Y-62939934D01*
-X97704877Y-62994508D01*
-X97704885Y-62994511D01*
-X97710912Y-62997194D01*
-X97804313Y-63017047D01*
-X97891256Y-63035528D01*
-X97891261Y-63035528D01*
-X97897713Y-63036900D01*
-X98088687Y-63036900D01*
-X98095139Y-63035528D01*
-X98095144Y-63035528D01*
-X98182087Y-63017047D01*
-X98275488Y-62997194D01*
-X98281521Y-62994508D01*
-X98443922Y-62922203D01*
-X98443924Y-62922202D01*
-X98449952Y-62919518D01*
-X98467394Y-62906846D01*
-X98505357Y-62879264D01*
-X98604453Y-62807266D01*
-X98623967Y-62785594D01*
-X98727821Y-62670252D01*
-X98727822Y-62670251D01*
-X98732240Y-62665344D01*
-X98827727Y-62499956D01*
-X98886742Y-62318328D01*
-X98890667Y-62280990D01*
-X98906014Y-62134965D01*
-X98906704Y-62128400D01*
-X98889951Y-61969006D01*
-X98887432Y-61945035D01*
-X98887432Y-61945033D01*
-X98886742Y-61938472D01*
-X98827727Y-61756844D01*
-X98732240Y-61591456D01*
-X98726858Y-61585478D01*
-X98608875Y-61454445D01*
-X98608873Y-61454443D01*
-X98604453Y-61449534D01*
-X98449952Y-61337282D01*
-X98443924Y-61334598D01*
-X98443922Y-61334597D01*
-X98281519Y-61262291D01*
-X98281518Y-61262291D01*
-X98275488Y-61259606D01*
-X98163754Y-61235856D01*
-X98095144Y-61221272D01*
-X98095139Y-61221272D01*
-X98088687Y-61219900D01*
-X97897713Y-61219900D01*
-X97891261Y-61221272D01*
-X97891256Y-61221272D01*
-X97822646Y-61235856D01*
-X97710912Y-61259606D01*
-X97704882Y-61262291D01*
-X97704881Y-61262291D01*
-X97542478Y-61334597D01*
-X97542476Y-61334598D01*
-X97536448Y-61337282D01*
-X97381947Y-61449534D01*
-X97376111Y-61456016D01*
-X97375064Y-61456661D01*
-X97372623Y-61458859D01*
-X97372221Y-61458412D01*
-X97315664Y-61493254D01*
-X97299379Y-61495699D01*
-X97299464Y-61496237D01*
-X97291630Y-61497478D01*
-X97283710Y-61497727D01*
-X97266054Y-61502856D01*
-X97264258Y-61503378D01*
-X97244906Y-61507386D01*
-X97237835Y-61508280D01*
-X97224803Y-61509926D01*
-X97217434Y-61512843D01*
-X97217432Y-61512844D01*
-X97183697Y-61526200D01*
-X97172469Y-61530045D01*
-X97130007Y-61542382D01*
-X97123185Y-61546416D01*
-X97123179Y-61546419D01*
-X97112568Y-61552694D01*
-X97094818Y-61561390D01*
-X97083356Y-61565928D01*
-X97083351Y-61565931D01*
-X97075983Y-61568848D01*
-X97060501Y-61580096D01*
-X97040225Y-61594827D01*
-X97030307Y-61601343D01*
-X97011619Y-61612395D01*
-X96992237Y-61623858D01*
-X96977913Y-61638182D01*
-X96962881Y-61651021D01*
-X96946493Y-61662928D01*
-X96919306Y-61695791D01*
-X96918312Y-61696993D01*
-X96910322Y-61705773D01*
-X95311195Y-63304900D01*
-X95248883Y-63338926D01*
-X95178068Y-63333861D01*
-X95121232Y-63291314D01*
-X95096421Y-63224794D01*
-X95096100Y-63215805D01*
-X95096100Y-60544924D01*
-X95116102Y-60476803D01*
-X95128458Y-60460621D01*
-X95201640Y-60379344D01*
-X95287488Y-60230652D01*
-X95293823Y-60219679D01*
-X95293824Y-60219678D01*
-X95297127Y-60213956D01*
-X95356142Y-60032328D01*
-X95356880Y-60025312D01*
-X95375414Y-59848965D01*
-X95376104Y-59842400D01*
-X95371611Y-59799653D01*
-X95356832Y-59659035D01*
-X95356832Y-59659033D01*
-X95356142Y-59652472D01*
-X95297127Y-59470844D01*
-X95286185Y-59451891D01*
-X95250201Y-59389566D01*
-X97611100Y-59389566D01*
-X97611437Y-59396082D01*
-X97621175Y-59489932D01*
-X97624068Y-59503328D01*
-X97674588Y-59654753D01*
-X97680753Y-59667915D01*
-X97764526Y-59803292D01*
-X97773560Y-59814690D01*
-X97886229Y-59927163D01*
-X97897640Y-59936175D01*
-X98033163Y-60019712D01*
-X98046341Y-60025856D01*
-X98197866Y-60076115D01*
-X98211232Y-60078981D01*
-X98303870Y-60088472D01*
-X98310285Y-60088800D01*
-X98334485Y-60088800D01*
-X98349724Y-60084325D01*
-X98350929Y-60082935D01*
-X98352600Y-60075252D01*
-X98352600Y-59377915D01*
-X98348125Y-59362676D01*
-X98346735Y-59361471D01*
-X98339052Y-59359800D01*
-X97629215Y-59359800D01*
-X97613976Y-59364275D01*
-X97612771Y-59365665D01*
-X97611100Y-59373348D01*
-X97611100Y-59389566D01*
-X95250201Y-59389566D01*
-X95241462Y-59374429D01*
-X95201640Y-59305456D01*
-X95168133Y-59268242D01*
-X95078275Y-59168445D01*
-X95078274Y-59168444D01*
-X95073853Y-59163534D01*
-X94919352Y-59051282D01*
-X94913324Y-59048598D01*
-X94913322Y-59048597D01*
-X94750919Y-58976291D01*
-X94750918Y-58976291D01*
-X94744888Y-58973606D01*
-X94622070Y-58947500D01*
-X94564544Y-58935272D01*
-X94564539Y-58935272D01*
-X94558087Y-58933900D01*
-X94367113Y-58933900D01*
-X94360661Y-58935272D01*
-X94360656Y-58935272D01*
-X94303130Y-58947500D01*
-X94180312Y-58973606D01*
-X94174282Y-58976291D01*
-X94174281Y-58976291D01*
-X94011878Y-59048597D01*
-X94011876Y-59048598D01*
-X94005848Y-59051282D01*
-X93851347Y-59163534D01*
-X93846926Y-59168444D01*
-X93846925Y-59168445D01*
-X93757068Y-59268242D01*
-X93723560Y-59305456D01*
-X93683738Y-59374429D01*
-X93639016Y-59451891D01*
-X93628073Y-59470844D01*
-X93569058Y-59652472D01*
-X93568368Y-59659033D01*
-X93568368Y-59659035D01*
-X93553589Y-59799653D01*
-X93549096Y-59842400D01*
-X93549786Y-59848965D01*
-X93568321Y-60025312D01*
-X93569058Y-60032328D01*
-X93628073Y-60213956D01*
-X93631376Y-60219678D01*
-X93631377Y-60219679D01*
-X93637712Y-60230652D01*
-X93723560Y-60379344D01*
-X93796737Y-60460615D01*
-X93827453Y-60524621D01*
-X93829100Y-60544924D01*
-X93829100Y-61013300D01*
-X93809098Y-61081421D01*
-X93755442Y-61127914D01*
-X93703100Y-61139300D01*
-X91868800Y-61139300D01*
-X91800679Y-61119298D01*
-X91781453Y-61102957D01*
-X91781180Y-61103260D01*
-X91776268Y-61098837D01*
-X91771853Y-61093934D01*
-X91660870Y-61013300D01*
-X91622694Y-60985563D01*
-X91622693Y-60985562D01*
-X91617352Y-60981682D01*
-X91611324Y-60978998D01*
-X91611322Y-60978997D01*
-X91448919Y-60906691D01*
-X91448918Y-60906691D01*
-X91442888Y-60904006D01*
-X91340652Y-60882275D01*
-X91262544Y-60865672D01*
-X91262539Y-60865672D01*
-X91256087Y-60864300D01*
-X91065113Y-60864300D01*
-X91058661Y-60865672D01*
-X91058656Y-60865672D01*
-X90980548Y-60882275D01*
-X90878312Y-60904006D01*
-X90872282Y-60906691D01*
-X90872281Y-60906691D01*
-X90709878Y-60978997D01*
-X90709876Y-60978998D01*
-X90703848Y-60981682D01*
-X90698507Y-60985562D01*
-X90698506Y-60985563D01*
-X90660330Y-61013300D01*
-X90549347Y-61093934D01*
-X90544926Y-61098844D01*
-X90544925Y-61098845D01*
-X90432910Y-61223251D01*
-X90421560Y-61235856D01*
-X90326073Y-61401244D01*
-X90267058Y-61582872D01*
-X90266368Y-61589433D01*
-X90266368Y-61589435D01*
-X90251031Y-61735362D01*
-X90247096Y-61772800D01*
-X90247786Y-61779365D01*
-X90264509Y-61938472D01*
-X90267058Y-61962728D01*
-X90326073Y-62144356D01*
-X90329376Y-62150078D01*
-X90329377Y-62150079D01*
-X90338320Y-62165569D01*
-X90421560Y-62309744D01*
-X90425978Y-62314651D01*
-X90425979Y-62314652D01*
-X90450097Y-62341438D01*
-X90549347Y-62451666D01*
-X90607162Y-62493671D01*
-X90657115Y-62529964D01*
-X90703848Y-62563918D01*
-X90709876Y-62566602D01*
-X90709878Y-62566603D01*
-X90872281Y-62638909D01*
-X90878312Y-62641594D01*
-X90971712Y-62661447D01*
-X91058656Y-62679928D01*
-X91058661Y-62679928D01*
-X91065113Y-62681300D01*
-X91256087Y-62681300D01*
-X91262539Y-62679928D01*
-X91262544Y-62679928D01*
-X91349488Y-62661447D01*
-X91442888Y-62641594D01*
-X91448919Y-62638909D01*
-X91611322Y-62566603D01*
-X91611324Y-62566602D01*
-X91617352Y-62563918D01*
-X91664086Y-62529964D01*
-X91750271Y-62467346D01*
-X91771853Y-62451666D01*
-X91776268Y-62446763D01*
-X91781180Y-62442340D01*
-X91782305Y-62443589D01*
-X91835614Y-62410749D01*
-X91868800Y-62406300D01*
-X93042700Y-62406300D01*
-X93110821Y-62426302D01*
-X93157314Y-62479958D01*
-X93168700Y-62532300D01*
-X93168700Y-63058406D01*
-X93148698Y-63126527D01*
-X93131795Y-63147501D01*
-X91366900Y-64912395D01*
-X91304588Y-64946421D01*
-X91277805Y-64949300D01*
-X89100030Y-64949300D01*
-X89088847Y-64948773D01*
-X89081354Y-64947098D01*
-X89073428Y-64947347D01*
-X89073427Y-64947347D01*
-X89013264Y-64949238D01*
-X89009306Y-64949300D01*
-X88981406Y-64949300D01*
-X88977416Y-64949804D01*
-X88965582Y-64950736D01*
-X88921373Y-64952126D01*
-X88913759Y-64954338D01*
-X88913754Y-64954339D01*
-X88901921Y-64957777D01*
-X88882558Y-64961788D01*
-X88862465Y-64964326D01*
-X88855098Y-64967243D01*
-X88855093Y-64967244D01*
-X88821354Y-64980602D01*
-X88810127Y-64984446D01*
-X88767669Y-64996782D01*
-X88760843Y-65000819D01*
-X88750234Y-65007093D01*
-X88732486Y-65015788D01*
-X88713645Y-65023248D01*
-X88707229Y-65027910D01*
-X88707228Y-65027910D01*
-X88677875Y-65049236D01*
-X88667955Y-65055752D01*
-X88636727Y-65074220D01*
-X88636724Y-65074222D01*
-X88629900Y-65078258D01*
-X88615579Y-65092579D01*
-X88600546Y-65105419D01*
-X88584155Y-65117328D01*
-X88557778Y-65149213D01*
-X88555974Y-65151393D01*
-X88547984Y-65160174D01*
-X88150930Y-65557227D01*
-X88088618Y-65591252D01*
-X88061835Y-65594131D01*
-X86708332Y-65594131D01*
-X86697148Y-65593604D01*
-X86689660Y-65591930D01*
-X86681737Y-65592179D01*
-X86621602Y-65594069D01*
-X86617644Y-65594131D01*
-X86589713Y-65594131D01*
-X86585798Y-65594626D01*
-X86585794Y-65594626D01*
-X86585736Y-65594634D01*
-X86585707Y-65594637D01*
-X86573865Y-65595570D01*
-X86529679Y-65596958D01*
-X86516716Y-65600724D01*
-X86510227Y-65602609D01*
-X86490875Y-65606617D01*
-X86483804Y-65607511D01*
-X86470772Y-65609157D01*
-X86463403Y-65612074D01*
-X86463401Y-65612075D01*
-X86429666Y-65625431D01*
-X86418438Y-65629276D01*
-X86375976Y-65641613D01*
-X86369154Y-65645647D01*
-X86369148Y-65645650D01*
-X86358537Y-65651925D01*
-X86340787Y-65660621D01*
-X86329325Y-65665159D01*
-X86329320Y-65665162D01*
-X86321952Y-65668079D01*
-X86315537Y-65672740D01*
-X86286194Y-65694058D01*
-X86276276Y-65700574D01*
-X86271089Y-65703642D01*
-X86238206Y-65723089D01*
-X86223882Y-65737413D01*
-X86208850Y-65750252D01*
-X86192462Y-65762159D01*
-X86170450Y-65788767D01*
-X86164281Y-65796224D01*
-X86156291Y-65805004D01*
-X83718780Y-68242515D01*
-X83680934Y-68268527D01*
-X83623278Y-68294197D01*
-X83623276Y-68294198D01*
-X83617248Y-68296882D01*
-X83611907Y-68300762D01*
-X83611906Y-68300763D01*
-X83575560Y-68327170D01*
-X83462747Y-68409134D01*
-X83458326Y-68414044D01*
-X83458325Y-68414045D01*
-X83350071Y-68534274D01*
-X83334960Y-68551056D01*
-X83239473Y-68716444D01*
-X83180458Y-68898072D01*
-X83160496Y-69088000D01*
-X83161186Y-69094565D01*
-X83167938Y-69158802D01*
-X83180458Y-69277928D01*
-X83239473Y-69459556D01*
-X83334960Y-69624944D01*
-X83339378Y-69629851D01*
-X83339379Y-69629852D01*
-X83359920Y-69652665D01*
-X83462747Y-69766866D01*
-X83617248Y-69879118D01*
-X83623276Y-69881802D01*
-X83623278Y-69881803D01*
-X83785681Y-69954109D01*
-X83791712Y-69956794D01*
-X83885112Y-69976647D01*
-X83972056Y-69995128D01*
-X83972061Y-69995128D01*
-X83978513Y-69996500D01*
-X84169487Y-69996500D01*
-X84175939Y-69995128D01*
-X84175944Y-69995128D01*
-X84262888Y-69976647D01*
-X84356288Y-69956794D01*
-X84362319Y-69954109D01*
-X84524722Y-69881803D01*
-X84524724Y-69881802D01*
-X84530752Y-69879118D01*
-X84571439Y-69849557D01*
-X84638306Y-69825699D01*
-X84707458Y-69841779D01*
-X84719561Y-69849557D01*
-X84760248Y-69879118D01*
-X84766276Y-69881802D01*
-X84766278Y-69881803D01*
-X84928681Y-69954109D01*
-X84934712Y-69956794D01*
-X85028112Y-69976647D01*
-X85115056Y-69995128D01*
-X85115061Y-69995128D01*
-X85121513Y-69996500D01*
-X85216605Y-69996500D01*
-X85284726Y-70016502D01*
-X85331219Y-70070158D01*
-X85341323Y-70140432D01*
-X85311829Y-70205012D01*
-X85305702Y-70211594D01*
-X84915393Y-70601902D01*
-X84585099Y-70932196D01*
-X84522787Y-70966221D01*
-X84496004Y-70969100D01*
-X78546594Y-70969100D01*
-X78478473Y-70949098D01*
-X78457499Y-70932195D01*
-X77423543Y-69898238D01*
-X77389517Y-69835926D01*
-X77394582Y-69765110D01*
-X77403519Y-69746143D01*
-X77463023Y-69643079D01*
-X77463024Y-69643078D01*
-X77466327Y-69637356D01*
-X77525342Y-69455728D01*
-X77535109Y-69362805D01*
-X77544614Y-69272365D01*
-X77545304Y-69265800D01*
-X77530052Y-69120685D01*
-X77526032Y-69082435D01*
-X77526032Y-69082433D01*
-X77525342Y-69075872D01*
-X77466327Y-68894244D01*
-X77370840Y-68728856D01*
-X77359654Y-68716432D01*
-X77247475Y-68591845D01*
-X77247474Y-68591844D01*
-X77243053Y-68586934D01*
-X77107023Y-68488102D01*
-X77093894Y-68478563D01*
-X77093893Y-68478562D01*
-X77088552Y-68474682D01*
-X77082524Y-68471998D01*
-X77082522Y-68471997D01*
-X76920119Y-68399691D01*
-X76920118Y-68399691D01*
-X76914088Y-68397006D01*
-X76820687Y-68377153D01*
-X76733744Y-68358672D01*
-X76733739Y-68358672D01*
-X76727287Y-68357300D01*
-X76536313Y-68357300D01*
-X76529861Y-68358672D01*
-X76529856Y-68358672D01*
-X76442913Y-68377153D01*
-X76349512Y-68397006D01*
-X76343482Y-68399691D01*
-X76343481Y-68399691D01*
-X76181078Y-68471997D01*
-X76181076Y-68471998D01*
-X76175048Y-68474682D01*
-X76169707Y-68478562D01*
-X76169706Y-68478563D01*
-X76156577Y-68488102D01*
-X76020547Y-68586934D01*
-X76016126Y-68591844D01*
-X76016125Y-68591845D01*
-X75903947Y-68716432D01*
-X75892760Y-68728856D01*
-X75797273Y-68894244D01*
-X75738258Y-69075872D01*
-X75737568Y-69082433D01*
-X75737568Y-69082435D01*
-X75733548Y-69120685D01*
-X75718296Y-69265800D01*
-X75718986Y-69272365D01*
-X75728492Y-69362805D01*
-X75738258Y-69455728D01*
-X75797273Y-69637356D01*
-X75800576Y-69643078D01*
-X75800577Y-69643079D01*
-X75805309Y-69651275D01*
-X75892760Y-69802744D01*
-X75964438Y-69882351D01*
-X75995154Y-69946356D01*
-X75996739Y-69962700D01*
-X75998238Y-70010386D01*
-X75998300Y-70014345D01*
-X75998300Y-70042256D01*
-X75998797Y-70046190D01*
-X75998797Y-70046191D01*
-X75998805Y-70046256D01*
-X75999738Y-70058093D01*
-X76001127Y-70102289D01*
-X76006778Y-70121739D01*
-X76010787Y-70141100D01*
-X76013326Y-70161197D01*
-X76016245Y-70168568D01*
-X76016245Y-70168570D01*
-X76029604Y-70202312D01*
-X76033449Y-70213542D01*
-X76043571Y-70248383D01*
-X76045782Y-70255993D01*
-X76049815Y-70262812D01*
-X76049817Y-70262817D01*
-X76056093Y-70273428D01*
-X76064788Y-70291176D01*
-X76072248Y-70310017D01*
-X76076910Y-70316433D01*
-X76076910Y-70316434D01*
-X76098236Y-70345787D01*
-X76104752Y-70355707D01*
-X76127258Y-70393762D01*
-X76141579Y-70408083D01*
-X76154419Y-70423116D01*
-X76166328Y-70439507D01*
-X76172434Y-70444558D01*
-X76200405Y-70467698D01*
-X76209184Y-70475688D01*
-X77728343Y-71994847D01*
-X77735887Y-72003137D01*
-X77740000Y-72009618D01*
-X77745777Y-72015043D01*
-X77789667Y-72056258D01*
-X77792509Y-72059013D01*
-X77812231Y-72078735D01*
-X77815355Y-72081158D01*
-X77815359Y-72081162D01*
-X77815424Y-72081212D01*
-X77824445Y-72088917D01*
-X77856679Y-72119186D01*
-X77863627Y-72123005D01*
-X77863629Y-72123007D01*
-X77874432Y-72128946D01*
-X77890959Y-72139802D01*
-X77900698Y-72147357D01*
-X77900700Y-72147358D01*
-X77906960Y-72152214D01*
-X77947540Y-72169774D01*
-X77958188Y-72174991D01*
-X77982976Y-72188618D01*
-X77996940Y-72196295D01*
-X78004616Y-72198266D01*
-X78004619Y-72198267D01*
-X78016562Y-72201333D01*
-X78035267Y-72207737D01*
-X78053855Y-72215781D01*
-X78061678Y-72217020D01*
-X78061688Y-72217023D01*
-X78097524Y-72222699D01*
-X78109144Y-72225105D01*
-X78140959Y-72233273D01*
-X78151970Y-72236100D01*
-X78172224Y-72236100D01*
-X78191934Y-72237651D01*
-X78211943Y-72240820D01*
-X78219835Y-72240074D01*
-X78238580Y-72238302D01*
-X78255962Y-72236659D01*
-X78267819Y-72236100D01*
-X78582352Y-72236100D01*
-X78650473Y-72256102D01*
-X78696966Y-72309758D01*
-X78707662Y-72375270D01*
+X101544000Y-56107924D01*
+X101553031Y-56138681D01*
+X101553031Y-56209678D01*
+X101514647Y-56269404D01*
+X101475746Y-56292391D01*
+X101350695Y-56338525D01*
+X101323934Y-56348398D01*
+X101318973Y-56351350D01*
+X101318972Y-56351350D01*
+X101173225Y-56438061D01*
+X101148849Y-56452563D01*
+X100995678Y-56586890D01*
+X100975162Y-56612915D01*
+X100925372Y-56676073D01*
+X100867491Y-56717186D01*
+X100847009Y-56722298D01*
+X100839710Y-56722527D01*
+X100822344Y-56727572D01*
+X100820258Y-56728178D01*
+X100800906Y-56732186D01*
+X100793835Y-56733080D01*
+X100780803Y-56734726D01*
+X100773434Y-56737643D01*
+X100773432Y-56737644D01*
+X100739697Y-56751000D01*
+X100728469Y-56754845D01*
+X100686007Y-56767182D01*
+X100679184Y-56771217D01*
+X100679182Y-56771218D01*
+X100668572Y-56777493D01*
+X100650824Y-56786188D01*
+X100631983Y-56793648D01*
+X100625567Y-56798310D01*
+X100625566Y-56798310D01*
+X100596213Y-56819636D01*
+X100586293Y-56826152D01*
+X100555065Y-56844620D01*
+X100555062Y-56844622D01*
+X100548238Y-56848658D01*
+X100533917Y-56862979D01*
+X100518884Y-56875819D01*
+X100502493Y-56887728D01*
+X100497442Y-56893834D01*
+X100474302Y-56921805D01*
+X100466312Y-56930584D01*
+X99391312Y-58005583D01*
+X99329000Y-58039609D01*
+X99282435Y-58039162D01*
+X99282316Y-58040255D01*
+X99223531Y-58033869D01*
+X99220134Y-58033500D01*
+X97563866Y-58033500D01*
+X97501684Y-58040255D01*
+X97365295Y-58091385D01*
+X97248739Y-58178739D01*
+X97243358Y-58185919D01*
+X97237008Y-58192269D01*
+X97235373Y-58190634D01*
+X97188641Y-58225579D01*
+X97144671Y-58233500D01*
+X93279163Y-58233500D01*
+X93267980Y-58232973D01*
+X93260487Y-58231298D01*
+X93252561Y-58231547D01*
+X93252560Y-58231547D01*
+X93192397Y-58233438D01*
+X93188439Y-58233500D01*
+X93160539Y-58233500D01*
+X93156549Y-58234004D01*
+X93144715Y-58234936D01*
+X93100506Y-58236326D01*
+X93092890Y-58238539D01*
+X93092888Y-58238539D01*
+X93081047Y-58241979D01*
+X93061688Y-58245988D01*
+X93060378Y-58246154D01*
+X93041598Y-58248526D01*
+X93034232Y-58251442D01*
+X93034226Y-58251444D01*
+X93000493Y-58264800D01*
+X92989263Y-58268645D01*
+X92954412Y-58278770D01*
+X92946802Y-58280981D01*
+X92939979Y-58285016D01*
+X92929361Y-58291295D01*
+X92911608Y-58299992D01*
+X92903963Y-58303019D01*
+X92892778Y-58307448D01*
+X92886363Y-58312109D01*
+X92857007Y-58333437D01*
+X92847090Y-58339951D01*
+X92809033Y-58362458D01*
+X92794712Y-58376779D01*
+X92779679Y-58389619D01*
+X92763288Y-58401528D01*
+X92757499Y-58408526D01*
+X92735097Y-58435605D01*
+X92727107Y-58444384D01*
+X88327209Y-62844282D01*
+X88264897Y-62878308D01*
+X88194082Y-62873243D01*
+X88137246Y-62830696D01*
+X88116580Y-62788435D01*
+X88100115Y-62728246D01*
+X88045871Y-62529964D01*
+X87985145Y-62387594D01*
+X87934763Y-62269476D01*
+X87934761Y-62269472D01*
+X87933077Y-62265524D01*
+X87848788Y-62124688D01*
+X87787643Y-62022521D01*
+X87787640Y-62022517D01*
+X87785439Y-62018839D01*
+X87605687Y-61794472D01*
+X87451496Y-61648150D01*
+X87400258Y-61599527D01*
+X87400255Y-61599525D01*
+X87397149Y-61596577D01*
+X87163683Y-61428814D01*
+X87141843Y-61417250D01*
+X87064186Y-61376133D01*
+X86909608Y-61294288D01*
+X86755168Y-61237771D01*
+X86643658Y-61196964D01*
+X86643656Y-61196963D01*
+X86639627Y-61195489D01*
+X86358736Y-61134245D01*
+X86327685Y-61131801D01*
+X86135718Y-61116693D01*
+X86135709Y-61116693D01*
+X86133261Y-61116500D01*
+X85977729Y-61116500D01*
+X85975593Y-61116646D01*
+X85975582Y-61116646D01*
+X85767452Y-61130835D01*
+X85767446Y-61130836D01*
+X85763175Y-61131127D01*
+X85758980Y-61131996D01*
+X85758978Y-61131996D01*
+X85688395Y-61146613D01*
+X85481658Y-61189426D01*
+X85210657Y-61285393D01*
+X84955188Y-61417250D01*
+X84951687Y-61419711D01*
+X84951683Y-61419713D01*
+X84911320Y-61448081D01*
+X84719977Y-61582559D01*
+X84704892Y-61596577D01*
+X84514140Y-61773835D01*
+X84509378Y-61778260D01*
+X84327287Y-62000732D01*
+X84177073Y-62245858D01*
+X84175347Y-62249791D01*
+X84175346Y-62249792D01*
+X84143215Y-62322989D01*
+X84061517Y-62509102D01*
+X83982756Y-62785594D01*
+X83942249Y-63070216D01*
+X83942227Y-63074505D01*
+X83942226Y-63074512D01*
+X83940805Y-63345824D01*
+X83940743Y-63357703D01*
+X83941302Y-63361947D01*
+X83941302Y-63361951D01*
+X83949444Y-63423791D01*
+X83978268Y-63642734D01*
+X83979401Y-63646874D01*
+X83979401Y-63646876D01*
+X83996386Y-63708963D01*
+X84054129Y-63920036D01*
+X84055813Y-63923984D01*
+X84154074Y-64154351D01*
+X84166923Y-64184476D01*
+X84227707Y-64286038D01*
+X84311965Y-64426823D01*
+X84314561Y-64431161D01*
+X84494313Y-64655528D01*
+X84592381Y-64748591D01*
+X84672826Y-64824930D01*
+X84702851Y-64853423D01*
+X84936317Y-65021186D01*
+X84940112Y-65023195D01*
+X84940113Y-65023196D01*
+X84961869Y-65034715D01*
+X85190392Y-65155712D01*
+X85235964Y-65172389D01*
+X85434345Y-65244986D01*
+X85460373Y-65254511D01*
+X85488181Y-65260574D01*
+X85609918Y-65287117D01*
+X85672214Y-65321172D01*
+X85706209Y-65383500D01*
+X85701111Y-65454314D01*
+X85672171Y-65499320D01*
+X84641375Y-66530115D01*
+X83630947Y-67540543D01*
+X83622661Y-67548083D01*
+X83616182Y-67552195D01*
+X83575266Y-67595767D01*
+X83569557Y-67601846D01*
+X83566802Y-67604688D01*
+X83547065Y-67624425D01*
+X83544585Y-67627622D01*
+X83536882Y-67636642D01*
+X83506614Y-67668874D01*
+X83502795Y-67675820D01*
+X83502793Y-67675823D01*
+X83496852Y-67686629D01*
+X83486001Y-67703148D01*
+X83473586Y-67719154D01*
+X83470441Y-67726423D01*
+X83470438Y-67726427D01*
+X83456026Y-67759732D01*
+X83450809Y-67770382D01*
+X83429505Y-67809135D01*
+X83427534Y-67816810D01*
+X83427534Y-67816811D01*
+X83424467Y-67828757D01*
+X83418063Y-67847461D01*
+X83410019Y-67866050D01*
+X83408780Y-67873873D01*
+X83408777Y-67873883D01*
+X83403101Y-67909719D01*
+X83400695Y-67921339D01*
+X83389700Y-67964165D01*
+X83389700Y-67984419D01*
+X83388149Y-68004129D01*
+X83384980Y-68024138D01*
+X83385726Y-68032030D01*
+X83389141Y-68068156D01*
+X83389700Y-68080014D01*
+X83389700Y-68741076D01*
+X83369698Y-68809197D01*
+X83357342Y-68825379D01*
+X83284160Y-68906656D01*
+X83188673Y-69072044D01*
+X83129658Y-69253672D01*
+X83128968Y-69260233D01*
+X83128968Y-69260235D01*
+X83113843Y-69404141D01*
+X83109696Y-69443600D01*
+X83129658Y-69633528D01*
+X83187485Y-69811499D01*
+X83187485Y-69811501D01*
+X83188673Y-69815156D01*
+X83188004Y-69815373D01*
+X83196783Y-69880851D01*
+X83181361Y-69924733D01*
+X83124069Y-70023966D01*
+X83087073Y-70088044D01*
+X83028058Y-70269672D01*
+X83027368Y-70276233D01*
+X83027368Y-70276235D01*
+X83020039Y-70345972D01*
+X83008096Y-70459600D01*
+X83008786Y-70466165D01*
+X83027253Y-70641866D01*
+X83028058Y-70649528D01*
+X83087073Y-70831156D01*
+X83182560Y-70996544D01*
+X83186978Y-71001451D01*
+X83186979Y-71001452D01*
+X83289742Y-71115582D01*
+X83310347Y-71138466D01*
+X83464848Y-71250718D01*
+X83470876Y-71253402D01*
+X83470878Y-71253403D01*
+X83542161Y-71285140D01*
+X83639312Y-71328394D01*
+X83732713Y-71348247D01*
+X83819656Y-71366728D01*
+X83819661Y-71366728D01*
+X83826113Y-71368100D01*
+X84017087Y-71368100D01*
+X84023539Y-71366728D01*
+X84023544Y-71366728D01*
+X84110487Y-71348247D01*
+X84203888Y-71328394D01*
+X84301039Y-71285140D01*
+X84372322Y-71253403D01*
+X84372324Y-71253402D01*
+X84378352Y-71250718D01*
+X84532853Y-71138466D01*
+X84553458Y-71115582D01*
+X84656221Y-71001452D01*
+X84656222Y-71001451D01*
+X84660640Y-70996544D01*
+X84756127Y-70831156D01*
+X84798270Y-70701455D01*
+X84829007Y-70651297D01*
+X84901805Y-70578499D01*
+X84964117Y-70544473D01*
+X85034932Y-70549538D01*
+X85091768Y-70592085D01*
+X85116579Y-70658605D01*
+X85116900Y-70667594D01*
+X85116900Y-75484005D01*
+X85096898Y-75552126D01*
+X85043242Y-75598619D01*
+X84972968Y-75608723D01*
+X84908388Y-75579229D01*
+X84901805Y-75573100D01*
+X84826271Y-75497566D01*
+X84792245Y-75435254D01*
+X84797310Y-75364439D01*
+X84799177Y-75360357D01*
+X84800415Y-75358705D01*
+X84851545Y-75222316D01*
+X84858300Y-75160134D01*
+X84858300Y-73563866D01*
+X84851545Y-73501684D01*
+X84800415Y-73365295D01*
+X84713061Y-73248739D01*
+X84596505Y-73161385D01*
+X84460116Y-73110255D01*
+X84397934Y-73103500D01*
+X83851666Y-73103500D01*
+X83789484Y-73110255D01*
+X83653095Y-73161385D01*
+X83536539Y-73248739D01*
+X83449185Y-73365295D01*
+X83398055Y-73501684D01*
+X83391300Y-73563866D01*
+X83391300Y-73602500D01*
+X83371298Y-73670621D01*
+X83317642Y-73717114D01*
+X83265300Y-73728500D01*
+X82623768Y-73728500D01*
+X82612585Y-73727973D01*
+X82605092Y-73726298D01*
+X82597166Y-73726547D01*
+X82597165Y-73726547D01*
+X82537002Y-73728438D01*
+X82533044Y-73728500D01*
+X82505144Y-73728500D01*
+X82501154Y-73729004D01*
+X82489320Y-73729936D01*
+X82445111Y-73731326D01*
+X82437495Y-73733539D01*
+X82437493Y-73733539D01*
+X82425652Y-73736979D01*
+X82406293Y-73740988D01*
+X82404983Y-73741154D01*
+X82386203Y-73743526D01*
+X82378837Y-73746442D01*
+X82378831Y-73746444D01*
+X82345098Y-73759800D01*
+X82333868Y-73763645D01*
+X82299017Y-73773770D01*
+X82291407Y-73775981D01*
+X82284584Y-73780016D01*
+X82273966Y-73786295D01*
+X82256213Y-73794992D01*
+X82248568Y-73798019D01*
+X82237383Y-73802448D01*
+X82230968Y-73807109D01*
+X82201612Y-73828437D01*
+X82191695Y-73834951D01*
+X82153638Y-73857458D01*
+X82139317Y-73871779D01*
+X82124284Y-73884619D01*
+X82107893Y-73896528D01*
+X82103225Y-73902170D01*
+X82040113Y-73934101D01*
+X82017211Y-73936200D01*
+X81687728Y-73936200D01*
+X81684482Y-73936537D01*
+X81684478Y-73936537D01*
+X81590565Y-73946281D01*
+X81590561Y-73946282D01*
+X81583707Y-73946993D01*
+X81577171Y-73949174D01*
+X81577169Y-73949174D01*
+X81444405Y-73993468D01*
+X81418693Y-74002046D01*
+X81270769Y-74093584D01*
+X81265596Y-74098766D01*
+X81153042Y-74211516D01*
+X81153038Y-74211521D01*
+X81147871Y-74216697D01*
+X81056591Y-74364780D01*
+X81001826Y-74529891D01*
+X80991300Y-74632628D01*
+X80991300Y-75231772D01*
+X80991403Y-75232761D01*
+X80975049Y-75301420D01*
+X80944004Y-75337158D01*
+X80939438Y-75339858D01*
+X80925117Y-75354179D01*
+X80910084Y-75367019D01*
+X80893693Y-75378928D01*
+X80867316Y-75410813D01*
+X80865512Y-75412993D01*
+X80857522Y-75421773D01*
+X80756995Y-75522300D01*
+X80694683Y-75556326D01*
+X80623868Y-75551261D01*
+X80567032Y-75508714D01*
+X80542221Y-75442194D01*
+X80541900Y-75433205D01*
+X80541900Y-74203195D01*
+X80561902Y-74135074D01*
+X80578805Y-74114099D01*
+X81027301Y-73665604D01*
+X81089613Y-73631579D01*
+X81116396Y-73628700D01*
+X81172287Y-73628700D01*
+X81178739Y-73627328D01*
+X81178744Y-73627328D01*
+X81270797Y-73607761D01*
+X81359088Y-73588994D01*
+X81378422Y-73580386D01*
+X81527522Y-73514003D01*
+X81527524Y-73514002D01*
+X81533552Y-73511318D01*
+X81545278Y-73502799D01*
+X81610807Y-73455189D01*
+X81688053Y-73399066D01*
+X81733367Y-73348740D01*
+X81811421Y-73262052D01*
+X81811422Y-73262051D01*
+X81815840Y-73257144D01*
+X81911327Y-73091756D01*
+X81970342Y-72910128D01*
+X81990304Y-72720200D01*
+X81970342Y-72530272D01*
+X81911327Y-72348644D01*
+X81815840Y-72183256D01*
+X81750320Y-72110488D01*
+X81692475Y-72046245D01*
+X81692474Y-72046244D01*
+X81688053Y-72041334D01*
+X81533552Y-71929082D01*
+X81527524Y-71926398D01*
+X81527522Y-71926397D01*
+X81365119Y-71854091D01*
+X81365118Y-71854091D01*
+X81359088Y-71851406D01*
+X81265688Y-71831553D01*
+X81178744Y-71813072D01*
+X81178739Y-71813072D01*
+X81172287Y-71811700D01*
+X80981313Y-71811700D01*
+X80974861Y-71813072D01*
+X80974856Y-71813072D01*
+X80887912Y-71831553D01*
+X80794512Y-71851406D01*
+X80788482Y-71854091D01*
+X80788481Y-71854091D01*
+X80626078Y-71926397D01*
+X80626076Y-71926398D01*
+X80620048Y-71929082D01*
+X80614707Y-71932962D01*
+X80614706Y-71932963D01*
+X80502559Y-72014443D01*
+X80435691Y-72038301D01*
+X80366540Y-72022221D01*
+X80334862Y-71996818D01*
+X80334829Y-71996781D01*
+X80214853Y-71863534D01*
+X80060352Y-71751282D01*
+X80054324Y-71748598D01*
+X80054322Y-71748597D01*
+X79891919Y-71676291D01*
+X79891918Y-71676291D01*
+X79885888Y-71673606D01*
+X79792488Y-71653753D01*
+X79705544Y-71635272D01*
+X79705539Y-71635272D01*
+X79699087Y-71633900D01*
+X79508113Y-71633900D01*
+X79501661Y-71635272D01*
+X79501656Y-71635272D01*
+X79414712Y-71653753D01*
+X79321312Y-71673606D01*
+X79315282Y-71676291D01*
+X79315281Y-71676291D01*
+X79152878Y-71748597D01*
+X79152876Y-71748598D01*
+X79146848Y-71751282D01*
+X78992347Y-71863534D01*
+X78987929Y-71868441D01*
+X78987925Y-71868445D01*
+X78980110Y-71877125D01*
+X78864560Y-72005456D01*
+X78769073Y-72170844D01*
+X78710058Y-72352472D01*
X78690096Y-72542400D01*
X78710058Y-72732328D01*
X78769073Y-72913956D01*
@@ -6008,6 +5031,9 @@ X75804853Y-79492557D01*
X75804580Y-79492860D01*
X75799668Y-79488437D01*
X75795253Y-79483534D01*
+X75659412Y-79384839D01*
+X75646094Y-79375163D01*
+X75646093Y-79375162D01*
X75640752Y-79371282D01*
X75634724Y-79368598D01*
X75634722Y-79368597D01*
@@ -6028,16 +5054,16 @@ X74895681Y-79296291D01*
X74733278Y-79368597D01*
X74733276Y-79368598D01*
X74727248Y-79371282D01*
+X74721907Y-79375162D01*
+X74721906Y-79375163D01*
+X74708588Y-79384839D01*
X74572747Y-79483534D01*
X74568326Y-79488444D01*
X74568325Y-79488445D01*
-X74523652Y-79538060D01*
+X74521212Y-79540770D01*
X74444960Y-79625456D01*
X74349473Y-79790844D01*
X74290458Y-79972472D01*
-X74289768Y-79979033D01*
-X74289768Y-79979035D01*
-X74288090Y-79995005D01*
X74270496Y-80162400D01*
X74271186Y-80168965D01*
X74288016Y-80329090D01*
@@ -6051,7 +5077,7 @@ X74449378Y-80704251D01*
X74449379Y-80704252D01*
X74553284Y-80819650D01*
X74572747Y-80841266D01*
-X74657854Y-80903100D01*
+X74616775Y-80873254D01*
X74719831Y-80948129D01*
X74727248Y-80953518D01*
X74733276Y-80956202D01*
@@ -6070,11 +5096,11 @@ X74851898Y-81419369D01*
X74782349Y-81405104D01*
X74734271Y-81360110D01*
X74673416Y-81261769D01*
-X74667771Y-81256134D01*
+X74667260Y-81255624D01*
X74555484Y-81144042D01*
X74555479Y-81144038D01*
X74550303Y-81138871D01*
-X74440034Y-81070900D01*
+X74544072Y-81135030D01*
X74408450Y-81051431D01*
X74408448Y-81051430D01*
X74402220Y-81047591D01*
@@ -6202,7 +5228,7 @@ X75830721Y-78566675D01*
X75918621Y-78469052D01*
X75918622Y-78469051D01*
X75923040Y-78464144D01*
-X75999931Y-78330966D01*
+X76002135Y-78327148D01*
X76015223Y-78304479D01*
X76015224Y-78304478D01*
X76018527Y-78298756D01*
@@ -6275,7 +5301,7 @@ X73523618Y-77360190D01*
X73512156Y-77364728D01*
X73512151Y-77364731D01*
X73504783Y-77367648D01*
-X73493739Y-77375672D01*
+X73498368Y-77372309D01*
X73469025Y-77393627D01*
X73459107Y-77400143D01*
X73440419Y-77411195D01*
@@ -6283,7 +5309,6 @@ X73421037Y-77422658D01*
X73406713Y-77436982D01*
X73391681Y-77449821D01*
X73375293Y-77461728D01*
-X73352734Y-77488997D01*
X73347112Y-77495793D01*
X73339122Y-77504573D01*
X70548631Y-80295064D01*
@@ -6292,7 +5317,7 @@ X70415504Y-80324025D01*
X70358668Y-80281478D01*
X70333857Y-80214958D01*
X70335337Y-80184743D01*
-X70568623Y-78819744D01*
+X70586621Y-78714437D01*
X70623110Y-78500935D01*
X70626615Y-78485981D01*
X70635373Y-78456770D01*
@@ -6304,11 +5329,11 @@ X74543551Y-68822078D01*
X74549559Y-68811397D01*
X76368618Y-65917070D01*
X76379676Y-65902068D01*
-X76514955Y-65744427D01*
+X76526328Y-65731174D01*
X76795979Y-65416949D01*
X76824012Y-65392665D01*
X76825479Y-65391733D01*
-X77517164Y-64952126D01*
+X77575901Y-64914795D01*
X77620907Y-64886191D01*
X77643202Y-64874952D01*
X78367384Y-64596003D01*
@@ -6336,7 +5361,7 @@ X80346797Y-64569053D01*
X80394529Y-64556229D01*
X80395152Y-64555850D01*
X80395672Y-64555668D01*
-X81030789Y-64382540D01*
+X81021103Y-64385180D01*
X81192653Y-64338417D01*
X81212808Y-64335098D01*
X81216694Y-64334300D01*
@@ -6363,143 +5388,12 @@ X82306914Y-63764577D01*
X82347855Y-63743778D01*
X82374779Y-63718467D01*
X82385695Y-63709311D01*
-X82403041Y-63696358D01*
+X82407972Y-63692676D01*
X82415168Y-63687303D01*
X82420563Y-63680131D01*
X82420565Y-63680129D01*
X82456501Y-63632355D01*
X82457794Y-63630667D01*
-X82670429Y-63357703D01*
-X83940743Y-63357703D01*
-X83941302Y-63361947D01*
-X83941302Y-63361951D01*
-X83955405Y-63469072D01*
-X83978268Y-63642734D01*
-X83979401Y-63646874D01*
-X83979401Y-63646876D01*
-X83994410Y-63701739D01*
-X84054129Y-63920036D01*
-X84055813Y-63923984D01*
-X84151471Y-64148249D01*
-X84166923Y-64184476D01*
-X84199133Y-64238295D01*
-X84308534Y-64421090D01*
-X84314561Y-64431161D01*
-X84494313Y-64655528D01*
-X84578297Y-64735226D01*
-X84685232Y-64836703D01*
-X84702851Y-64853423D01*
-X84860257Y-64966531D01*
-X84923730Y-65012141D01*
-X84936317Y-65021186D01*
-X84940112Y-65023195D01*
-X84940113Y-65023196D01*
-X84961869Y-65034715D01*
-X85190392Y-65155712D01*
-X85270174Y-65184908D01*
-X85445016Y-65248891D01*
-X85460373Y-65254511D01*
-X85741264Y-65315755D01*
-X85769841Y-65318004D01*
-X85964282Y-65333307D01*
-X85964291Y-65333307D01*
-X85966739Y-65333500D01*
-X86122271Y-65333500D01*
-X86124407Y-65333354D01*
-X86124418Y-65333354D01*
-X86332548Y-65319165D01*
-X86332554Y-65319164D01*
-X86336825Y-65318873D01*
-X86341020Y-65318004D01*
-X86341022Y-65318004D01*
-X86506950Y-65283642D01*
-X86618342Y-65260574D01*
-X86889343Y-65164607D01*
-X87039553Y-65087078D01*
-X87141005Y-65034715D01*
-X87141006Y-65034715D01*
-X87144812Y-65032750D01*
-X87148313Y-65030289D01*
-X87148317Y-65030287D01*
-X87266328Y-64947347D01*
-X87380023Y-64867441D01*
-X87522303Y-64735226D01*
-X87587479Y-64674661D01*
-X87587481Y-64674658D01*
-X87590622Y-64671740D01*
-X87772713Y-64449268D01*
-X87922927Y-64204142D01*
-X87959542Y-64120731D01*
-X88036758Y-63944828D01*
-X88036759Y-63944826D01*
-X88038483Y-63940898D01*
-X88117244Y-63664406D01*
-X88157751Y-63379784D01*
-X88157809Y-63368875D01*
-X88159235Y-63096583D01*
-X88159235Y-63096576D01*
-X88159257Y-63092297D01*
-X88146737Y-62997194D01*
-X88134246Y-62902320D01*
-X88121732Y-62807266D01*
-X88119776Y-62800114D01*
-X88097115Y-62717281D01*
-X88045871Y-62529964D01*
-X88036607Y-62508246D01*
-X87934763Y-62269476D01*
-X87934761Y-62269472D01*
-X87933077Y-62265524D01*
-X87785439Y-62018839D01*
-X87605687Y-61794472D01*
-X87425897Y-61623858D01*
-X87400258Y-61599527D01*
-X87400255Y-61599525D01*
-X87397149Y-61596577D01*
-X87163683Y-61428814D01*
-X87141843Y-61417250D01*
-X87111612Y-61401244D01*
-X86909608Y-61294288D01*
-X86715490Y-61223251D01*
-X86643658Y-61196964D01*
-X86643656Y-61196963D01*
-X86639627Y-61195489D01*
-X86358736Y-61134245D01*
-X86327685Y-61131801D01*
-X86135718Y-61116693D01*
-X86135709Y-61116693D01*
-X86133261Y-61116500D01*
-X85977729Y-61116500D01*
-X85975593Y-61116646D01*
-X85975582Y-61116646D01*
-X85767452Y-61130835D01*
-X85767446Y-61130836D01*
-X85763175Y-61131127D01*
-X85758980Y-61131996D01*
-X85758978Y-61131996D01*
-X85688395Y-61146613D01*
-X85481658Y-61189426D01*
-X85210657Y-61285393D01*
-X84955188Y-61417250D01*
-X84951687Y-61419711D01*
-X84951683Y-61419713D01*
-X84899112Y-61456661D01*
-X84719977Y-61582559D01*
-X84703011Y-61598325D01*
-X84514140Y-61773835D01*
-X84509378Y-61778260D01*
-X84327287Y-62000732D01*
-X84177073Y-62245858D01*
-X84175347Y-62249791D01*
-X84175346Y-62249792D01*
-X84145261Y-62318328D01*
-X84061517Y-62509102D01*
-X83982756Y-62785594D01*
-X83942249Y-63070216D01*
-X83942227Y-63074505D01*
-X83942226Y-63074512D01*
-X83940841Y-63338926D01*
-X83940743Y-63357703D01*
-X82670429Y-63357703D01*
X83006518Y-62926260D01*
X83022982Y-62909047D01*
X83023780Y-62908141D01*
@@ -6517,6 +5411,8 @@ X83089280Y-62812781D01*
X83091948Y-62808710D01*
X83095845Y-62800114D01*
X83101230Y-62789581D01*
+X83101886Y-62788435D01*
+X83102894Y-62786672D01*
X83118286Y-62759762D01*
X83118287Y-62759759D01*
X83122744Y-62751967D01*
@@ -6524,7 +5420,7 @@ X83124835Y-62743236D01*
X83124837Y-62743231D01*
X83125621Y-62739957D01*
X83133396Y-62717281D01*
-X83403330Y-62121835D01*
+X83431056Y-62060675D01*
X83527021Y-61848987D01*
X83527713Y-61847489D01*
X83552604Y-61794472D01*
@@ -6535,41 +5431,10 @@ X83575471Y-61704764D01*
X83575350Y-61595970D01*
X83575350Y-59923613D01*
X83578174Y-59897085D01*
-X83664362Y-59496893D01*
+X83663041Y-59503030D01*
X83799571Y-58869091D01*
X83812119Y-58835309D01*
-X83812194Y-58835173D01*
-X83813005Y-58833685D01*
-X97611100Y-58833685D01*
-X97615575Y-58848924D01*
-X97616965Y-58850129D01*
-X97624648Y-58851800D01*
-X98334485Y-58851800D01*
-X98349724Y-58847325D01*
-X98350929Y-58845935D01*
-X98352600Y-58838252D01*
-X98352600Y-58140915D01*
-X98348125Y-58125676D01*
-X98346735Y-58124471D01*
-X98339052Y-58122800D01*
-X98310334Y-58122800D01*
-X98303818Y-58123137D01*
-X98209968Y-58132875D01*
-X98196572Y-58135768D01*
-X98045147Y-58186288D01*
-X98031985Y-58192453D01*
-X97896608Y-58276226D01*
-X97885210Y-58285260D01*
-X97772737Y-58397929D01*
-X97763725Y-58409340D01*
-X97680188Y-58544863D01*
-X97674044Y-58558041D01*
-X97623785Y-58709566D01*
-X97620919Y-58722932D01*
-X97611428Y-58815570D01*
-X97611100Y-58821985D01*
-X97611100Y-58833685D01*
-X83813005Y-58833685D01*
+X83940054Y-58600646D01*
X84231415Y-58066217D01*
X84252946Y-58037434D01*
X84988326Y-57302051D01*
@@ -6578,6 +5443,34 @@ X85104859Y-57222656D01*
X87132752Y-55896580D01*
X87140487Y-55891910D01*
X87166351Y-55877532D01*
+X88391144Y-55196657D01*
+X100282000Y-55196657D01*
+X100282301Y-55202805D01*
+X100295812Y-55340603D01*
+X100298195Y-55352638D01*
+X100351767Y-55530076D01*
+X100356441Y-55541416D01*
+X100443460Y-55705077D01*
+X100450249Y-55715294D01*
+X100567397Y-55858933D01*
+X100576041Y-55867637D01*
+X100718856Y-55985784D01*
+X100729027Y-55992644D01*
+X100892076Y-56080804D01*
+X100903381Y-56085556D01*
+X101018692Y-56121250D01*
+X101032795Y-56121456D01*
+X101036000Y-56114701D01*
+X101036000Y-54872115D01*
+X101031525Y-54856876D01*
+X101030135Y-54855671D01*
+X101022452Y-54854000D01*
+X100300115Y-54854000D01*
+X100284876Y-54858475D01*
+X100283671Y-54859865D01*
+X100282000Y-54867548D01*
+X100282000Y-55196657D01*
+X88391144Y-55196657D01*
X89953936Y-54327885D01*
X100282000Y-54327885D01*
X100286475Y-54343124D01*
@@ -6610,7 +5503,7 @@ X90130927Y-54229494D01*
X90144328Y-54223048D01*
X93387316Y-52892806D01*
X93396183Y-52889552D01*
-X96282522Y-51951342D01*
+X95265918Y-52281791D01*
X96691530Y-51818393D01*
X96705272Y-51815499D01*
X96705250Y-51815411D01*
@@ -6666,7 +5559,7 @@ X97083085Y-51482817D01*
X97198962Y-51250110D01*
X97209856Y-51232158D01*
X97305934Y-51100076D01*
-X97365845Y-51017713D01*
+X97395117Y-50977472D01*
X97548465Y-50766657D01*
X100282000Y-50766657D01*
X100282301Y-50772805D01*
@@ -6697,13 +5590,50 @@ X101993873Y-51447532D01*
X102002632Y-51438954D01*
X102121778Y-51296961D01*
X102128708Y-51286841D01*
-X102218002Y-51124415D01*
-X102222834Y-51113142D01*
-X102278880Y-50936462D01*
-X102281430Y-50924468D01*
-X102297607Y-50780239D01*
-X102298000Y-50773215D01*
-X102298000Y-50766657D01*
+X102208728Y-51141285D01*
+X103360200Y-51141285D01*
+X103364675Y-51156524D01*
+X103366065Y-51157729D01*
+X103373748Y-51159400D01*
+X104071085Y-51159400D01*
+X104086324Y-51154925D01*
+X104087529Y-51153535D01*
+X104089200Y-51145852D01*
+X104089200Y-51141285D01*
+X104597200Y-51141285D01*
+X104601675Y-51156524D01*
+X104603065Y-51157729D01*
+X104610748Y-51159400D01*
+X105308085Y-51159400D01*
+X105323324Y-51154925D01*
+X105324529Y-51153535D01*
+X105326200Y-51145852D01*
+X105326200Y-51117134D01*
+X105326110Y-51115385D01*
+X105917000Y-51115385D01*
+X105921475Y-51130624D01*
+X105922865Y-51131829D01*
+X105930548Y-51133500D01*
+X106627885Y-51133500D01*
+X106643124Y-51129025D01*
+X106644329Y-51127635D01*
+X106646000Y-51119952D01*
+X106646000Y-51115385D01*
+X107154000Y-51115385D01*
+X107158475Y-51130624D01*
+X107159865Y-51131829D01*
+X107167548Y-51133500D01*
+X107864885Y-51133500D01*
+X107880124Y-51129025D01*
+X107881329Y-51127635D01*
+X107883000Y-51119952D01*
+X107883000Y-51091234D01*
+X107882663Y-51084718D01*
+X107872925Y-50990868D01*
+X107870032Y-50977472D01*
+X107819512Y-50826047D01*
+X107813347Y-50812885D01*
+X107784741Y-50766657D01*
X108922000Y-50766657D01*
X108922301Y-50772805D01*
X108935812Y-50910603D01*
@@ -6758,7 +5688,94 @@ X108924876Y-50678475D01*
X108923671Y-50679865D01*
X108922000Y-50687548D01*
X108922000Y-50766657D01*
-X102298000Y-50766657D01*
+X107784741Y-50766657D01*
+X107729574Y-50677508D01*
+X107720540Y-50666110D01*
+X107607871Y-50553637D01*
+X107596460Y-50544625D01*
+X107460937Y-50461088D01*
+X107447759Y-50454944D01*
+X107296234Y-50404685D01*
+X107282868Y-50401819D01*
+X107190230Y-50392328D01*
+X107183815Y-50392000D01*
+X107172115Y-50392000D01*
+X107156876Y-50396475D01*
+X107155671Y-50397865D01*
+X107154000Y-50405548D01*
+X107154000Y-51115385D01*
+X106646000Y-51115385D01*
+X106646000Y-50410115D01*
+X106641525Y-50394876D01*
+X106640135Y-50393671D01*
+X106632452Y-50392000D01*
+X106616234Y-50392000D01*
+X106609718Y-50392337D01*
+X106515868Y-50402075D01*
+X106502472Y-50404968D01*
+X106351047Y-50455488D01*
+X106337885Y-50461653D01*
+X106202508Y-50545426D01*
+X106191110Y-50554460D01*
+X106078637Y-50667129D01*
+X106069625Y-50678540D01*
+X105986088Y-50814063D01*
+X105979944Y-50827241D01*
+X105929685Y-50978766D01*
+X105926819Y-50992132D01*
+X105917328Y-51084770D01*
+X105917000Y-51091185D01*
+X105917000Y-51115385D01*
+X105326110Y-51115385D01*
+X105325863Y-51110618D01*
+X105316125Y-51016768D01*
+X105313232Y-51003372D01*
+X105262712Y-50851947D01*
+X105256547Y-50838785D01*
+X105172774Y-50703408D01*
+X105163740Y-50692010D01*
+X105051071Y-50579537D01*
+X105039660Y-50570525D01*
+X104904137Y-50486988D01*
+X104890959Y-50480844D01*
+X104739434Y-50430585D01*
+X104726068Y-50427719D01*
+X104633430Y-50418228D01*
+X104627015Y-50417900D01*
+X104615315Y-50417900D01*
+X104600076Y-50422375D01*
+X104598871Y-50423765D01*
+X104597200Y-50431448D01*
+X104597200Y-51141285D01*
+X104089200Y-51141285D01*
+X104089200Y-50436015D01*
+X104084725Y-50420776D01*
+X104083335Y-50419571D01*
+X104075652Y-50417900D01*
+X104059434Y-50417900D01*
+X104052918Y-50418237D01*
+X103959068Y-50427975D01*
+X103945672Y-50430868D01*
+X103794247Y-50481388D01*
+X103781085Y-50487553D01*
+X103645708Y-50571326D01*
+X103634310Y-50580360D01*
+X103521837Y-50693029D01*
+X103512825Y-50704440D01*
+X103429288Y-50839963D01*
+X103423144Y-50853141D01*
+X103372885Y-51004666D01*
+X103370019Y-51018032D01*
+X103360528Y-51110670D01*
+X103360200Y-51117085D01*
+X103360200Y-51141285D01*
+X102208728Y-51141285D01*
+X102218002Y-51124415D01*
+X102222834Y-51113142D01*
+X102278880Y-50936462D01*
+X102281430Y-50924468D01*
+X102297607Y-50780239D01*
+X102298000Y-50773215D01*
X102298000Y-50692115D01*
X102293525Y-50676876D01*
X102292135Y-50675671D01*
@@ -6825,5 +5842,806 @@ X105492568Y-48948764D01*
X107231877Y-49029835D01*
G37*
%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X77511320Y-92042534D02*
+G01*
+X77519215Y-92045804D01*
+X77574497Y-92090351D01*
+X77597000Y-92162214D01*
+X77597000Y-93066600D01*
+X77576998Y-93134721D01*
+X77523342Y-93181214D01*
+X77471000Y-93192600D01*
+X77215000Y-93192600D01*
+X77146879Y-93172598D01*
+X77100386Y-93118942D01*
+X77089000Y-93066600D01*
+X77089000Y-92428939D01*
+X77109002Y-92360818D01*
+X77125905Y-92339844D01*
+X77233734Y-92232015D01*
+X77246125Y-92221148D01*
+X77264937Y-92206713D01*
+X77271487Y-92201687D01*
+X77295974Y-92169775D01*
+X77295978Y-92169771D01*
+X77363143Y-92082240D01*
+X77420481Y-92040373D01*
+X77491352Y-92036151D01*
+X77511320Y-92042534D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X82759332Y-79266783D02*
+G01*
+X82816168Y-79309330D01*
+X82840979Y-79375850D01*
+X82841300Y-79384839D01*
+X82841300Y-80925400D01*
+X82821298Y-80993521D01*
+X82767642Y-81040014D01*
+X82715300Y-81051400D01*
+X81712115Y-81051400D01*
+X81696876Y-81055875D01*
+X81695671Y-81057265D01*
+X81694000Y-81064948D01*
+X81694000Y-81143666D01*
+X81694337Y-81150182D01*
+X81704075Y-81244032D01*
+X81706968Y-81257428D01*
+X81757488Y-81408853D01*
+X81763653Y-81422015D01*
+X81847426Y-81557392D01*
+X81856464Y-81568794D01*
+X81858139Y-81570467D01*
+X81858919Y-81571893D01*
+X81861007Y-81574527D01*
+X81860556Y-81574884D01*
+X81892219Y-81632749D01*
+X81887216Y-81703569D01*
+X81858299Y-81748654D01*
+X81855476Y-81751483D01*
+X81850071Y-81756897D01*
+X81846231Y-81763127D01*
+X81846230Y-81763128D01*
+X81787062Y-81859116D01*
+X81734290Y-81906609D01*
+X81679802Y-81919000D01*
+X81618643Y-81919000D01*
+X81550522Y-81898998D01*
+X81504029Y-81845342D01*
+X81493721Y-81809446D01*
+X81490421Y-81784376D01*
+X81480981Y-81712676D01*
+X81475996Y-81700639D01*
+X81433915Y-81599049D01*
+X81422186Y-81570732D01*
+X81328657Y-81448843D01*
+X81278272Y-81410181D01*
+X81213318Y-81360341D01*
+X81206767Y-81355314D01*
+X81064824Y-81296519D01*
+X80993653Y-81287149D01*
+X80954831Y-81282038D01*
+X80954830Y-81282038D01*
+X80950744Y-81281500D01*
+X80944639Y-81281500D01*
+X80944069Y-81281333D01*
+X80942503Y-81281230D01*
+X80942526Y-81280880D01*
+X80876518Y-81261498D01*
+X80830025Y-81207842D01*
+X80819921Y-81137568D01*
+X80849415Y-81072988D01*
+X80855544Y-81066405D01*
+X81478905Y-80443044D01*
+X81541217Y-80409018D01*
+X81612032Y-80414083D01*
+X81668868Y-80456630D01*
+X81688081Y-80508141D01*
+X81688896Y-80507902D01*
+X81692242Y-80519297D01*
+X81693679Y-80523150D01*
+X81693721Y-80524336D01*
+X81698475Y-80540524D01*
+X81699865Y-80541729D01*
+X81707548Y-80543400D01*
+X82404885Y-80543400D01*
+X82420124Y-80538925D01*
+X82421329Y-80537535D01*
+X82423000Y-80529852D01*
+X82423000Y-79770015D01*
+X82418525Y-79754776D01*
+X82395441Y-79734773D01*
+X82375993Y-79724155D01*
+X82341965Y-79661844D01*
+X82347026Y-79591028D01*
+X82375989Y-79545960D01*
+X82626205Y-79295744D01*
+X82688517Y-79261718D01*
+X82759332Y-79266783D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X112973621Y-61378902D02*
+G01*
+X113020114Y-61432558D01*
+X113031500Y-61484900D01*
+X113031500Y-64013645D01*
+X113011498Y-64081766D01*
+X112957842Y-64128259D01*
+X112887568Y-64138363D01*
+X112827677Y-64111271D01*
+X112827185Y-64111948D01*
+X112823906Y-64109565D01*
+X112823675Y-64109461D01*
+X112823179Y-64109037D01*
+X112823172Y-64109032D01*
+X112819416Y-64105824D01*
+X112815208Y-64103245D01*
+X112815202Y-64103241D01*
+X112621183Y-63984346D01*
+X112616963Y-63981760D01*
+X112612393Y-63979867D01*
+X112612389Y-63979865D01*
+X112402167Y-63892789D01*
+X112402165Y-63892788D01*
+X112397594Y-63890895D01*
+X112317391Y-63871640D01*
+X112171524Y-63836620D01*
+X112171518Y-63836619D01*
+X112166711Y-63835465D01*
+X111930000Y-63816835D01*
+X111693289Y-63835465D01*
+X111688482Y-63836619D01*
+X111688476Y-63836620D01*
+X111542609Y-63871640D01*
+X111462406Y-63890895D01*
+X111457835Y-63892788D01*
+X111457833Y-63892789D01*
+X111247611Y-63979865D01*
+X111247607Y-63979867D01*
+X111243037Y-63981760D01*
+X111238818Y-63984345D01*
+X111238807Y-63984351D01*
+X111097412Y-64070999D01*
+X111028879Y-64089538D01*
+X110961202Y-64068082D01*
+X110924145Y-64029402D01*
+X110882568Y-63961555D01*
+X110872110Y-63952093D01*
+X110863334Y-63955876D01*
+X108778920Y-66040290D01*
+X108772160Y-66052670D01*
+X108777887Y-66060320D01*
+X108949042Y-66165205D01*
+X108957837Y-66169687D01*
+X109167988Y-66256734D01*
+X109177373Y-66259783D01*
+X109398554Y-66312885D01*
+X109408301Y-66314428D01*
+X109635070Y-66332275D01*
+X109644930Y-66332275D01*
+X109871699Y-66314428D01*
+X109881446Y-66312885D01*
+X110102627Y-66259783D01*
+X110112012Y-66256734D01*
+X110322163Y-66169687D01*
+X110330948Y-66165210D01*
+X110471899Y-66078835D01*
+X110540432Y-66060297D01*
+X110608109Y-66081753D01*
+X110645167Y-66120432D01*
+X110705824Y-66219416D01*
+X110860031Y-66399969D01*
+X111040584Y-66554176D01*
+X111044792Y-66556755D01*
+X111044798Y-66556759D01*
+X111173354Y-66635538D01*
+X111243037Y-66678240D01*
+X111247607Y-66680133D01*
+X111247611Y-66680135D01*
+X111388458Y-66738475D01*
+X111462406Y-66769105D01*
+X111512715Y-66781183D01*
+X111688476Y-66823380D01*
+X111688482Y-66823381D01*
+X111693289Y-66824535D01*
+X111930000Y-66843165D01*
+X112166711Y-66824535D01*
+X112171518Y-66823381D01*
+X112171524Y-66823380D01*
+X112347285Y-66781183D01*
+X112397594Y-66769105D01*
+X112529942Y-66714285D01*
+X112600532Y-66706696D01*
+X112664019Y-66738475D01*
+X112690194Y-66773183D01*
+X112691760Y-66776963D01*
+X112694346Y-66781183D01*
+X112813241Y-66975202D01*
+X112813245Y-66975208D01*
+X112815824Y-66979416D01*
+X112828737Y-66994535D01*
+X112837136Y-67004369D01*
+X112866167Y-67069159D01*
+X112855562Y-67139359D01*
+X112808687Y-67192681D01*
+X112741325Y-67212200D01*
+X99894641Y-67212200D01*
+X99826520Y-67192198D01*
+X99780027Y-67138542D01*
+X99769923Y-67068268D01*
+X99799417Y-67003688D01*
+X99865227Y-66963681D01*
+X99967594Y-66939105D01*
+X100075001Y-66894616D01*
+X100182389Y-66850135D01*
+X100182393Y-66850133D01*
+X100186963Y-66848240D01*
+X100228626Y-66822709D01*
+X100385202Y-66726759D01*
+X100385208Y-66726755D01*
+X100389416Y-66724176D01*
+X100569969Y-66569969D01*
+X100724176Y-66389416D01*
+X100795641Y-66272796D01*
+X100848289Y-66225165D01*
+X100918330Y-66213558D01*
+X100968909Y-66231199D01*
+X101008807Y-66255649D01*
+X101008817Y-66255654D01*
+X101013037Y-66258240D01*
+X101017607Y-66260133D01*
+X101017611Y-66260135D01*
+X101227833Y-66347211D01*
+X101232406Y-66349105D01*
+X101312609Y-66368360D01*
+X101458476Y-66403380D01*
+X101458482Y-66403381D01*
+X101463289Y-66404535D01*
+X101700000Y-66423165D01*
+X101936711Y-66404535D01*
+X101941518Y-66403381D01*
+X101941524Y-66403380D01*
+X102087391Y-66368360D01*
+X102167594Y-66349105D01*
+X102172167Y-66347211D01*
+X102382389Y-66260135D01*
+X102382393Y-66260133D01*
+X102386963Y-66258240D01*
+X102431090Y-66231199D01*
+X102585202Y-66136759D01*
+X102585208Y-66136755D01*
+X102589416Y-66134176D01*
+X102769969Y-65979969D01*
+X102898970Y-65828928D01*
+X102915268Y-65809846D01*
+X102974719Y-65771037D01*
+X103045713Y-65770531D01*
+X103085141Y-65789741D01*
+X103086817Y-65790959D01*
+X103090584Y-65794176D01*
+X103094806Y-65796763D01*
+X103094807Y-65796764D01*
+X103165582Y-65840135D01*
+X103293037Y-65918240D01*
+X103297607Y-65920133D01*
+X103297611Y-65920135D01*
+X103498065Y-66003165D01*
+X103512406Y-66009105D01*
+X103592363Y-66028301D01*
+X103738476Y-66063380D01*
+X103738482Y-66063381D01*
+X103743289Y-66064535D01*
+X103980000Y-66083165D01*
+X104216711Y-66064535D01*
+X104221518Y-66063381D01*
+X104221524Y-66063380D01*
+X104367637Y-66028301D01*
+X104447594Y-66009105D01*
+X104461935Y-66003165D01*
+X104662389Y-65920135D01*
+X104662393Y-65920133D01*
+X104666963Y-65918240D01*
+X104747018Y-65869182D01*
+X104865202Y-65796759D01*
+X104865208Y-65796755D01*
+X104869416Y-65794176D01*
+X104998270Y-65684124D01*
+X105046205Y-65643184D01*
+X105046207Y-65643182D01*
+X105049969Y-65639969D01*
+X105070941Y-65615414D01*
+X105130389Y-65576607D01*
+X105201384Y-65576099D01*
+X105248580Y-65601435D01*
+X105376818Y-65710960D01*
+X105376822Y-65710963D01*
+X105380584Y-65714176D01*
+X105384792Y-65716755D01*
+X105384798Y-65716759D01*
+X105519682Y-65799416D01*
+X105583037Y-65838240D01*
+X105587607Y-65840133D01*
+X105587611Y-65840135D01*
+X105780750Y-65920135D01*
+X105802406Y-65929105D01*
+X105882609Y-65948360D01*
+X106028476Y-65983380D01*
+X106028482Y-65983381D01*
+X106033289Y-65984535D01*
+X106270000Y-66003165D01*
+X106506711Y-65984535D01*
+X106511518Y-65983381D01*
+X106511524Y-65983380D01*
+X106657391Y-65948360D01*
+X106737594Y-65929105D01*
+X106759250Y-65920135D01*
+X106952389Y-65840135D01*
+X106952393Y-65840133D01*
+X106956963Y-65838240D01*
+X107020318Y-65799416D01*
+X107155202Y-65716759D01*
+X107155208Y-65716755D01*
+X107159416Y-65714176D01*
+X107339969Y-65559969D01*
+X107494176Y-65379416D01*
+X107496755Y-65375208D01*
+X107496759Y-65375202D01*
+X107615654Y-65181183D01*
+X107618240Y-65176963D01*
+X107622766Y-65166038D01*
+X107676077Y-65037332D01*
+X107709105Y-64957594D01*
+X107709157Y-64957378D01*
+X107739066Y-64908569D01*
+X107912630Y-64735005D01*
+X107974942Y-64700979D01*
+X108045757Y-64706044D01*
+X108102593Y-64748591D01*
+X108127404Y-64815111D01*
+X108127725Y-64824100D01*
+X108127725Y-64824930D01*
+X108145572Y-65051699D01*
+X108147115Y-65061446D01*
+X108200217Y-65282627D01*
+X108203266Y-65292012D01*
+X108290313Y-65502163D01*
+X108294795Y-65510958D01*
+X108397432Y-65678445D01*
+X108407890Y-65687907D01*
+X108416666Y-65684124D01*
+X110501080Y-63599710D01*
+X110507840Y-63587330D01*
+X110502113Y-63579680D01*
+X110330958Y-63474795D01*
+X110322163Y-63470313D01*
+X110112012Y-63383266D01*
+X110102627Y-63380217D01*
+X109881446Y-63327115D01*
+X109871699Y-63325572D01*
+X109644930Y-63307725D01*
+X109635070Y-63307725D01*
+X109408301Y-63325572D01*
+X109398554Y-63327115D01*
+X109213794Y-63371473D01*
+X109142886Y-63367926D01*
+X109085152Y-63326606D01*
+X109058922Y-63260633D01*
+X109059165Y-63234911D01*
+X109059707Y-63230077D01*
+X109060100Y-63226573D01*
+X109060100Y-63223045D01*
+X109060155Y-63222061D01*
+X109060604Y-63216356D01*
+X109060609Y-63216314D01*
+X109064974Y-63173337D01*
+X109060659Y-63127688D01*
+X109060100Y-63115831D01*
+X109060100Y-61484900D01*
+X109080102Y-61416779D01*
+X109133758Y-61370286D01*
+X109186100Y-61358900D01*
+X112905500Y-61358900D01*
+X112973621Y-61378902D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X106961132Y-61008583D02*
+G01*
+X107017968Y-61051130D01*
+X107042779Y-61117650D01*
+X107043100Y-61126639D01*
+X107043100Y-62699876D01*
+X107023098Y-62767997D01*
+X107006195Y-62788971D01*
+X106792875Y-63002291D01*
+X106730563Y-63036317D01*
+X106674366Y-63035715D01*
+X106511524Y-62996620D01*
+X106511518Y-62996619D01*
+X106506711Y-62995465D01*
+X106270000Y-62976835D01*
+X106033289Y-62995465D01*
+X106028482Y-62996619D01*
+X106028476Y-62996620D01*
+X105924645Y-63021548D01*
+X105802406Y-63050895D01*
+X105797835Y-63052788D01*
+X105797833Y-63052789D01*
+X105587611Y-63139865D01*
+X105587607Y-63139867D01*
+X105583037Y-63141760D01*
+X105578817Y-63144346D01*
+X105384798Y-63263241D01*
+X105384792Y-63263245D01*
+X105380584Y-63265824D01*
+X105286916Y-63345824D01*
+X105204025Y-63416620D01*
+X105200031Y-63420031D01*
+X105179059Y-63444586D01*
+X105119611Y-63483393D01*
+X105048616Y-63483901D01*
+X105001420Y-63458565D01*
+X104873182Y-63349040D01*
+X104873178Y-63349037D01*
+X104869416Y-63345824D01*
+X104865208Y-63343245D01*
+X104865202Y-63343241D01*
+X104671183Y-63224346D01*
+X104666963Y-63221760D01*
+X104662393Y-63219867D01*
+X104662389Y-63219865D01*
+X104452167Y-63132789D01*
+X104452165Y-63132788D01*
+X104447594Y-63130895D01*
+X104367391Y-63111640D01*
+X104221524Y-63076620D01*
+X104221518Y-63076619D01*
+X104216711Y-63075465D01*
+X103980000Y-63056835D01*
+X103743289Y-63075465D01*
+X103738482Y-63076619D01*
+X103738476Y-63076620D01*
+X103592609Y-63111640D01*
+X103512406Y-63130895D01*
+X103507835Y-63132788D01*
+X103507833Y-63132789D01*
+X103297611Y-63219865D01*
+X103297607Y-63219867D01*
+X103293037Y-63221760D01*
+X103288817Y-63224346D01*
+X103094798Y-63343241D01*
+X103094792Y-63343245D01*
+X103090584Y-63345824D01*
+X102945497Y-63469740D01*
+X102918211Y-63493045D01*
+X102910031Y-63500031D01*
+X102906823Y-63503787D01*
+X102764732Y-63670154D01*
+X102705281Y-63708963D01*
+X102634287Y-63709469D01*
+X102594859Y-63690259D01*
+X102593183Y-63689041D01*
+X102589416Y-63685824D01*
+X102561202Y-63668534D01*
+X102391183Y-63564346D01*
+X102386963Y-63561760D01*
+X102382393Y-63559867D01*
+X102382389Y-63559865D01*
+X102172167Y-63472789D01*
+X102172165Y-63472788D01*
+X102167594Y-63470895D01*
+X102058001Y-63444584D01*
+X101941524Y-63416620D01*
+X101941518Y-63416619D01*
+X101936711Y-63415465D01*
+X101700000Y-63396835D01*
+X101463289Y-63415465D01*
+X101458482Y-63416619D01*
+X101458476Y-63416620D01*
+X101341999Y-63444584D01*
+X101232406Y-63470895D01*
+X101227835Y-63472788D01*
+X101227833Y-63472789D01*
+X101017611Y-63559865D01*
+X101017607Y-63559867D01*
+X101013037Y-63561760D01*
+X101008817Y-63564346D01*
+X100814798Y-63683241D01*
+X100814792Y-63683245D01*
+X100810584Y-63685824D01*
+X100630031Y-63840031D01*
+X100475824Y-64020584D01*
+X100404359Y-64137204D01*
+X100351711Y-64184835D01*
+X100281670Y-64196442D01*
+X100231091Y-64178801D01*
+X100191193Y-64154351D01*
+X100191182Y-64154345D01*
+X100186963Y-64151760D01*
+X100182393Y-64149867D01*
+X100182389Y-64149865D01*
+X99972167Y-64062789D01*
+X99972165Y-64062788D01*
+X99967594Y-64060895D01*
+X99850799Y-64032855D01*
+X99741524Y-64006620D01*
+X99741518Y-64006619D01*
+X99736711Y-64005465D01*
+X99500000Y-63986835D01*
+X99263289Y-64005465D01*
+X99258482Y-64006619D01*
+X99258476Y-64006620D01*
+X99149201Y-64032855D01*
+X99032406Y-64060895D01*
+X99027835Y-64062788D01*
+X99027833Y-64062789D01*
+X98817611Y-64149865D01*
+X98817607Y-64149867D01*
+X98813037Y-64151760D01*
+X98808817Y-64154346D01*
+X98614798Y-64273241D01*
+X98614792Y-64273245D01*
+X98610584Y-64275824D01*
+X98491940Y-64377156D01*
+X98440500Y-64421090D01*
+X98430031Y-64430031D01*
+X98275824Y-64610584D01*
+X98273245Y-64614792D01*
+X98273241Y-64614798D01*
+X98199578Y-64735005D01*
+X98151760Y-64813037D01*
+X98149867Y-64817608D01*
+X98149861Y-64817619D01*
+X98142214Y-64836082D01*
+X98097667Y-64891364D01*
+X98030304Y-64913786D01*
+X97977587Y-64904275D01*
+X97782013Y-64823266D01*
+X97772627Y-64820217D01*
+X97551446Y-64767115D01*
+X97541699Y-64765572D01*
+X97314930Y-64747725D01*
+X97305070Y-64747725D01*
+X97078301Y-64765572D01*
+X97068554Y-64767115D01*
+X96847373Y-64820217D01*
+X96837988Y-64823266D01*
+X96627837Y-64910313D01*
+X96619042Y-64914795D01*
+X96451555Y-65017432D01*
+X96442093Y-65027890D01*
+X96445876Y-65036666D01*
+X97580115Y-66170905D01*
+X97614141Y-66233217D01*
+X97609076Y-66304032D01*
+X97580115Y-66349095D01*
+X97399095Y-66530115D01*
+X97336783Y-66564141D01*
+X97265968Y-66559076D01*
+X97220905Y-66530115D01*
+X96089710Y-65398920D01*
+X96077330Y-65392160D01*
+X96069680Y-65397887D01*
+X95964795Y-65569042D01*
+X95960313Y-65577837D01*
+X95873266Y-65787988D01*
+X95870217Y-65797373D01*
+X95817115Y-66018554D01*
+X95815572Y-66028301D01*
+X95797725Y-66255070D01*
+X95797725Y-66264930D01*
+X95815572Y-66491699D01*
+X95817115Y-66501446D01*
+X95870217Y-66722627D01*
+X95873266Y-66732012D01*
+X95960313Y-66942163D01*
+X95964795Y-66950958D01*
+X96007328Y-67020365D01*
+X96025867Y-67088898D01*
+X96004411Y-67156575D01*
+X95949772Y-67201908D01*
+X95899896Y-67212200D01*
+X87962694Y-67212200D01*
+X87894573Y-67192198D01*
+X87848080Y-67138542D01*
+X87837976Y-67068268D01*
+X87867470Y-67003688D01*
+X87873599Y-66997105D01*
+X90122114Y-64748591D01*
+X92530009Y-62340696D01*
+X92592321Y-62306670D01*
+X92663136Y-62311735D01*
+X92670349Y-62314682D01*
+X92834112Y-62387594D01*
+X92927513Y-62407447D01*
+X93014456Y-62425928D01*
+X93014461Y-62425928D01*
+X93020913Y-62427300D01*
+X93211887Y-62427300D01*
+X93218339Y-62425928D01*
+X93218344Y-62425928D01*
+X93305287Y-62407447D01*
+X93398688Y-62387594D01*
+X93502357Y-62341438D01*
+X93567122Y-62312603D01*
+X93567124Y-62312602D01*
+X93573152Y-62309918D01*
+X93727653Y-62197666D01*
+X93756553Y-62165569D01*
+X93851021Y-62060652D01*
+X93851022Y-62060651D01*
+X93855440Y-62055744D01*
+X93913714Y-61954810D01*
+X93947623Y-61896079D01*
+X93947624Y-61896078D01*
+X93950927Y-61890356D01*
+X94009942Y-61708728D01*
+X94017694Y-61634977D01*
+X94029214Y-61525365D01*
+X94029904Y-61518800D01*
+X94020347Y-61427870D01*
+X94033119Y-61358032D01*
+X94081621Y-61306185D01*
+X94145657Y-61288700D01*
+X95745512Y-61288700D01*
+X95796760Y-61299593D01*
+X95856290Y-61326097D01*
+X95947657Y-61366776D01*
+X95968673Y-61376133D01*
+X96062073Y-61395986D01*
+X96149017Y-61414467D01*
+X96149022Y-61414467D01*
+X96155474Y-61415839D01*
+X96346448Y-61415839D01*
+X96352900Y-61414467D01*
+X96352905Y-61414467D01*
+X96439849Y-61395986D01*
+X96533249Y-61376133D01*
+X96546382Y-61370286D01*
+X96701683Y-61301142D01*
+X96701685Y-61301141D01*
+X96707713Y-61298457D01*
+X96806945Y-61226361D01*
+X96873809Y-61202504D01*
+X96942961Y-61218584D01*
+X96968213Y-61237771D01*
+X96968261Y-61237717D01*
+X96969002Y-61238370D01*
+X96970098Y-61239203D01*
+X96974030Y-61243135D01*
+X96977227Y-61245615D01*
+X96986247Y-61253318D01*
+X97018479Y-61283586D01*
+X97025425Y-61287405D01*
+X97025428Y-61287407D01*
+X97036234Y-61293348D01*
+X97052753Y-61304199D01*
+X97068759Y-61316614D01*
+X97076028Y-61319759D01*
+X97076032Y-61319762D01*
+X97109337Y-61334174D01*
+X97119987Y-61339391D01*
+X97158740Y-61360695D01*
+X97158741Y-61360695D01*
+X97158151Y-61361768D01*
+X97206141Y-61398423D01*
+X97248739Y-61455261D01*
+X97365295Y-61542615D01*
+X97501684Y-61593745D01*
+X97563866Y-61600500D01*
+X99220134Y-61600500D01*
+X99282316Y-61593745D01*
+X99418705Y-61542615D01*
+X99535261Y-61455261D01*
+X99622615Y-61338705D01*
+X99625767Y-61330297D01*
+X99630077Y-61322425D01*
+X99632457Y-61323728D01*
+X99666664Y-61278196D01*
+X99733227Y-61253499D01*
+X99802575Y-61268709D01*
+X99852691Y-61318997D01*
+X99855933Y-61326097D01*
+X99858234Y-61330299D01*
+X99861385Y-61338705D01*
+X99948739Y-61455261D01*
+X100065295Y-61542615D01*
+X100201684Y-61593745D01*
+X100263866Y-61600500D01*
+X101920134Y-61600500D01*
+X101982316Y-61593745D01*
+X102118705Y-61542615D01*
+X102235261Y-61455261D01*
+X102257241Y-61425933D01*
+X102314100Y-61383420D01*
+X102358066Y-61375500D01*
+X102373213Y-61375500D01*
+X102441334Y-61395502D01*
+X102487827Y-61449158D01*
+X102495775Y-61473099D01*
+X102496293Y-61478093D01*
+X102498475Y-61484632D01*
+X102498475Y-61484634D01*
+X102534987Y-61594074D01*
+X102551346Y-61643107D01*
+X102642884Y-61791031D01*
+X102648066Y-61796204D01*
+X102760816Y-61908758D01*
+X102760821Y-61908762D01*
+X102765997Y-61913929D01*
+X102914080Y-62005209D01*
+X103079191Y-62059974D01*
+X103086027Y-62060674D01*
+X103086030Y-62060675D01*
+X103137526Y-62065951D01*
+X103181928Y-62070500D01*
+X103781072Y-62070500D01*
+X103784318Y-62070163D01*
+X103784322Y-62070163D01*
+X103878235Y-62060419D01*
+X103878239Y-62060418D01*
+X103885093Y-62059707D01*
+X103891629Y-62057526D01*
+X103891631Y-62057526D01*
+X104024395Y-62013232D01*
+X104050107Y-62004654D01*
+X104198031Y-61913116D01*
+X104262022Y-61849013D01*
+X104304747Y-61806214D01*
+X104367030Y-61772135D01*
+X104437850Y-61777138D01*
+X104482937Y-61806059D01*
+X104585812Y-61908754D01*
+X104585817Y-61908758D01*
+X104590997Y-61913929D01*
+X104739080Y-62005209D01*
+X104904191Y-62059974D01*
+X104911027Y-62060674D01*
+X104911030Y-62060675D01*
+X104962526Y-62065951D01*
+X105006928Y-62070500D01*
+X105606072Y-62070500D01*
+X105609318Y-62070163D01*
+X105609322Y-62070163D01*
+X105703235Y-62060419D01*
+X105703239Y-62060418D01*
+X105710093Y-62059707D01*
+X105716629Y-62057526D01*
+X105716631Y-62057526D01*
+X105849395Y-62013232D01*
+X105875107Y-62004654D01*
+X106023031Y-61913116D01*
+X106045751Y-61890356D01*
+X106140758Y-61795184D01*
+X106140762Y-61795179D01*
+X106145929Y-61790003D01*
+X106198471Y-61704764D01*
+X106233369Y-61648150D01*
+X106233370Y-61648148D01*
+X106237209Y-61641920D01*
+X106239646Y-61634573D01*
+X106239802Y-61634353D01*
+X106242607Y-61628338D01*
+X106243714Y-61628854D01*
+X106282534Y-61574281D01*
+X106320072Y-61545477D01*
+X106320075Y-61545474D01*
+X106345434Y-61526015D01*
+X106351987Y-61520987D01*
+X106358703Y-61512235D01*
+X106371452Y-61495621D01*
+X106382319Y-61483230D01*
+X106828005Y-61037544D01*
+X106890317Y-61003518D01*
+X106961132Y-61008583D01*
+G37*
+%TD.AperFunction*%
%TD*%
M02*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Mask.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Mask.gbr
index 46e87ef..a0e9bfd 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Mask.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Mask.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
@@ -28,147 +28,197 @@ G04 Aperture macros list*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
+%AMFreePoly0*
+4,1,6,1.000000,0.000000,0.500000,-0.750000,-0.500000,-0.750000,-0.500000,0.750000,0.500000,0.750000,1.000000,0.000000,1.000000,0.000000,$1*%
+%AMFreePoly1*
+4,1,6,0.500000,-0.750000,-0.650000,-0.750000,-0.150000,0.000000,-0.650000,0.750000,0.500000,0.750000,0.500000,-0.750000,0.500000,-0.750000,$1*%
G04 Aperture macros list end*
-%ADD10R,0.850000X0.850000*%
-%ADD11C,3.200000*%
-%ADD12C,0.650000*%
-%ADD13O,1.000000X2.100000*%
-%ADD14O,1.000000X1.600000*%
-%ADD15R,1.700000X1.700000*%
-%ADD16O,0.850000X0.850000*%
-%ADD17RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
-%ADD18RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
-%ADD19RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
-%ADD20R,1.500000X2.000000*%
-%ADD21R,3.800000X2.000000*%
-%ADD22C,1.500000*%
-%ADD23RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
-%ADD24RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
-%ADD25RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
-%ADD26RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
-%ADD27RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
-%ADD28RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
+%ADD10FreePoly0,0.000000*%
+%ADD11FreePoly1,0.000000*%
+%ADD12R,2.000000X2.400000*%
+%ADD13C,2.000000*%
+%ADD14RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
+%ADD15R,1.000000X1.000000*%
+%ADD16O,1.000000X1.000000*%
+%ADD17RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
+%ADD18R,0.450000X1.500000*%
+%ADD19C,3.200000*%
+%ADD20RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
+%ADD21C,0.650000*%
+%ADD22O,1.000000X2.100000*%
+%ADD23O,1.000000X1.600000*%
+%ADD24R,1.560000X0.650000*%
+%ADD25R,1.700000X1.700000*%
+%ADD26RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
+%ADD27RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
+%ADD28R,1.500000X2.000000*%
+%ADD29R,3.800000X2.000000*%
+%ADD30RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
+%ADD31RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
+%ADD32RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
+%ADD33RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
+%ADD34RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
G04 APERTURE END LIST*
D10*
+%TO.C,JP1*%
+X81164600Y-100787200D03*
+D11*
+X82614600Y-100787200D03*
+%TD*%
+D12*
+%TO.C,Y1*%
+X80365600Y-95656400D03*
+X76665600Y-95656400D03*
+%TD*%
+D13*
+%TO.C,J9*%
+X97310000Y-66260000D03*
+%TD*%
+%TO.C,J8*%
+X99500000Y-65500000D03*
+%TD*%
+%TO.C,J7*%
+X101700000Y-64910000D03*
+%TD*%
%TO.C,J6*%
X103980000Y-64570000D03*
%TD*%
-D11*
+%TO.C,J5*%
+X106270000Y-64490000D03*
+%TD*%
+%TO.C,J4*%
+X109640000Y-64820000D03*
+%TD*%
+%TO.C,J3*%
+X111930000Y-65330000D03*
+%TD*%
+%TO.C,J2*%
+X114040000Y-66090000D03*
+%TD*%
+D14*
+%TO.C,C2*%
+X74574400Y-95657500D03*
+X74574400Y-97382500D03*
+%TD*%
+%TO.C,C1*%
+X82499200Y-95657500D03*
+X82499200Y-97382500D03*
+%TD*%
+D15*
+%TO.C,J1*%
+X70764400Y-85039200D03*
+D16*
+X70764400Y-86309200D03*
+X70764400Y-87579200D03*
+X70764400Y-88849200D03*
+X70764400Y-90119200D03*
+X70764400Y-91389200D03*
+%TD*%
+D17*
+%TO.C,R10*%
+X81974800Y-76757200D03*
+X81974800Y-74932200D03*
+%TD*%
+D18*
+%TO.C,Q1*%
+X84774800Y-77022000D03*
+X83474800Y-77022000D03*
+X84124800Y-74362000D03*
+%TD*%
+D19*
%TO.C,REF\u002A\u002A1*%
X125880000Y-63225000D03*
%TD*%
%TO.C,REF\u002A\u002A2*%
X86050000Y-110665000D03*
%TD*%
-D10*
-%TO.C,J3*%
-X111930000Y-65330000D03*
+D20*
+%TO.C,R7*%
+X105306500Y-59563000D03*
+X103481500Y-59563000D03*
%TD*%
-%TO.C,J4*%
-X109640000Y-64820000D03*
-%TD*%
-%TO.C,J8*%
-X99500000Y-65500000D03*
-%TD*%
-%TO.C,J9*%
-X97310000Y-66260000D03*
-%TD*%
-D12*
+D21*
%TO.C,J37*%
X102720000Y-54070000D03*
X108500000Y-54070000D03*
-D13*
+D22*
X101290000Y-54600000D03*
X109930000Y-54600000D03*
-D14*
+D23*
X109930000Y-50420000D03*
X101290000Y-50420000D03*
%TD*%
-D11*
+D24*
+%TO.C,U3*%
+X101092000Y-58867000D03*
+X101092000Y-59817000D03*
+X101092000Y-60767000D03*
+X98392000Y-60767000D03*
+X98392000Y-59817000D03*
+X98392000Y-58867000D03*
+%TD*%
+D20*
+%TO.C,R8*%
+X105306500Y-61087000D03*
+X103481500Y-61087000D03*
+%TD*%
+D19*
%TO.C,REF\u002A\u002A*%
X86050000Y-63225000D03*
%TD*%
-D10*
-%TO.C,J2*%
-X114040000Y-66090000D03*
-%TD*%
-D11*
%TO.C,REF\u002A\u002A3*%
X125880000Y-110665000D03*
%TD*%
-D10*
-%TO.C,J7*%
-X101700000Y-64910000D03*
-%TD*%
-%TO.C,J5*%
-X106270000Y-64490000D03*
-%TD*%
-D15*
+D25*
%TO.C,J35*%
X138633200Y-89560400D03*
%TD*%
%TO.C,J26*%
X127609600Y-72237600D03*
%TD*%
-D10*
-%TO.C,J1*%
-X70586600Y-85188800D03*
-D16*
-X70586600Y-86188800D03*
-X70586600Y-87188800D03*
-X70586600Y-88188800D03*
-X70586600Y-89188800D03*
-X70586600Y-90188800D03*
-%TD*%
-D15*
%TO.C,J36*%
X133350000Y-89560400D03*
%TD*%
D17*
%TO.C,R6*%
-X100431600Y-59105800D03*
-X98606600Y-59105800D03*
+X104343200Y-53238400D03*
+X104343200Y-51413400D03*
%TD*%
-D18*
+D26*
%TO.C,C5*%
X73784800Y-81965800D03*
X72059800Y-81965800D03*
%TD*%
-D19*
+D27*
%TO.C,C8*%
X75618000Y-92938600D03*
X77343000Y-92938600D03*
%TD*%
-D20*
+D28*
%TO.C,U2*%
X131227800Y-72135600D03*
X133527800Y-72135600D03*
-D21*
+D29*
X133527800Y-78435600D03*
-D20*
+D28*
X135827800Y-72135600D03*
%TD*%
-D22*
-%TO.C,Y1*%
-X81647200Y-96600000D03*
-X76767200Y-96600000D03*
-%TD*%
-D23*
+D30*
%TO.C,C3*%
X134518400Y-69392800D03*
X132443400Y-69392800D03*
%TD*%
-D24*
+D31*
%TO.C,C4*%
X82677000Y-82522400D03*
X82677000Y-80797400D03*
%TD*%
-D25*
+D17*
%TO.C,R9*%
-X109096800Y-58470800D03*
-X110921800Y-58470800D03*
+X106900000Y-53212500D03*
+X106900000Y-51387500D03*
%TD*%
-D19*
+D27*
%TO.C,C6*%
X82755400Y-91160600D03*
X84480400Y-91160600D03*
@@ -177,12 +227,12 @@ X84480400Y-91160600D03*
X133580800Y-81203800D03*
X135305800Y-81203800D03*
%TD*%
-D26*
+D32*
%TO.C,C9*%
X133558600Y-84658200D03*
X138658600Y-84658200D03*
%TD*%
-D27*
+D33*
%TO.C,U1*%
X80837500Y-90852500D03*
X80337500Y-90852500D03*
@@ -196,7 +246,7 @@ X76837500Y-90852500D03*
X76337500Y-90852500D03*
X75837500Y-90852500D03*
X75337500Y-90852500D03*
-D28*
+D34*
X73925000Y-89440000D03*
X73925000Y-88940000D03*
X73925000Y-88440000D03*
@@ -209,7 +259,7 @@ X73925000Y-85440000D03*
X73925000Y-84940000D03*
X73925000Y-84440000D03*
X73925000Y-83940000D03*
-D27*
+D33*
X75337500Y-82527500D03*
X75837500Y-82527500D03*
X76337500Y-82527500D03*
@@ -222,7 +272,7 @@ X79337500Y-82527500D03*
X79837500Y-82527500D03*
X80337500Y-82527500D03*
X80837500Y-82527500D03*
-D28*
+D34*
X82250000Y-83940000D03*
X82250000Y-84440000D03*
X82250000Y-84940000D03*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Paste.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Paste.gbr
index 80d7393..91830ea 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Paste.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Paste.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
@@ -29,58 +29,106 @@ G04 Aperture macros list*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
-%ADD10RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
-%ADD11RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
-%ADD12RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
-%ADD13R,1.500000X2.000000*%
-%ADD14R,3.800000X2.000000*%
-%ADD15RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
-%ADD16RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
-%ADD17RoundRect,0.237500X-0.250000X-0.237500X0.250000X-0.237500X0.250000X0.237500X-0.250000X0.237500X0*%
-%ADD18RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
-%ADD19RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
-%ADD20RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
+%ADD10R,2.000000X2.400000*%
+%ADD11RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
+%ADD12RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
+%ADD13R,0.450000X1.500000*%
+%ADD14RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
+%ADD15R,1.560000X0.650000*%
+%ADD16RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
+%ADD17RoundRect,0.237500X-0.300000X-0.237500X0.300000X-0.237500X0.300000X0.237500X-0.300000X0.237500X0*%
+%ADD18R,1.500000X2.000000*%
+%ADD19R,3.800000X2.000000*%
+%ADD20RoundRect,0.250000X0.337500X0.475000X-0.337500X0.475000X-0.337500X-0.475000X0.337500X-0.475000X0*%
+%ADD21RoundRect,0.237500X0.237500X-0.300000X0.237500X0.300000X-0.237500X0.300000X-0.237500X-0.300000X0*%
+%ADD22RoundRect,0.250000X-0.875000X-0.925000X0.875000X-0.925000X0.875000X0.925000X-0.875000X0.925000X0*%
+%ADD23RoundRect,0.075000X0.075000X-0.662500X0.075000X0.662500X-0.075000X0.662500X-0.075000X-0.662500X0*%
+%ADD24RoundRect,0.075000X0.662500X-0.075000X0.662500X0.075000X-0.662500X0.075000X-0.662500X-0.075000X0*%
G04 APERTURE END LIST*
D10*
-%TO.C,R6*%
-X100431600Y-59105800D03*
-X98606600Y-59105800D03*
+%TO.C,Y1*%
+X80365600Y-95656400D03*
+X76665600Y-95656400D03*
%TD*%
D11*
+%TO.C,C2*%
+X74574400Y-95657500D03*
+X74574400Y-97382500D03*
+%TD*%
+%TO.C,C1*%
+X82499200Y-95657500D03*
+X82499200Y-97382500D03*
+%TD*%
+D12*
+%TO.C,R10*%
+X81974800Y-76757200D03*
+X81974800Y-74932200D03*
+%TD*%
+D13*
+%TO.C,Q1*%
+X84774800Y-77022000D03*
+X83474800Y-77022000D03*
+X84124800Y-74362000D03*
+%TD*%
+D14*
+%TO.C,R7*%
+X105306500Y-59563000D03*
+X103481500Y-59563000D03*
+%TD*%
+D15*
+%TO.C,U3*%
+X101092000Y-58867000D03*
+X101092000Y-59817000D03*
+X101092000Y-60767000D03*
+X98392000Y-60767000D03*
+X98392000Y-59817000D03*
+X98392000Y-58867000D03*
+%TD*%
+D14*
+%TO.C,R8*%
+X105306500Y-61087000D03*
+X103481500Y-61087000D03*
+%TD*%
+D12*
+%TO.C,R6*%
+X104343200Y-53238400D03*
+X104343200Y-51413400D03*
+%TD*%
+D16*
%TO.C,C5*%
X73784800Y-81965800D03*
X72059800Y-81965800D03*
%TD*%
-D12*
+D17*
%TO.C,C8*%
X75618000Y-92938600D03*
X77343000Y-92938600D03*
%TD*%
-D13*
+D18*
%TO.C,U2*%
X131227800Y-72135600D03*
X133527800Y-72135600D03*
-D14*
+D19*
X133527800Y-78435600D03*
-D13*
+D18*
X135827800Y-72135600D03*
%TD*%
-D15*
+D20*
%TO.C,C3*%
X134518400Y-69392800D03*
X132443400Y-69392800D03*
%TD*%
-D16*
+D21*
%TO.C,C4*%
X82677000Y-82522400D03*
X82677000Y-80797400D03*
%TD*%
-D17*
-%TO.C,R9*%
-X109096800Y-58470800D03*
-X110921800Y-58470800D03*
-%TD*%
D12*
+%TO.C,R9*%
+X106900000Y-53212500D03*
+X106900000Y-51387500D03*
+%TD*%
+D17*
%TO.C,C6*%
X82755400Y-91160600D03*
X84480400Y-91160600D03*
@@ -89,12 +137,12 @@ X84480400Y-91160600D03*
X133580800Y-81203800D03*
X135305800Y-81203800D03*
%TD*%
-D18*
+D22*
%TO.C,C9*%
X133558600Y-84658200D03*
X138658600Y-84658200D03*
%TD*%
-D19*
+D23*
%TO.C,U1*%
X80837500Y-90852500D03*
X80337500Y-90852500D03*
@@ -108,7 +156,7 @@ X76837500Y-90852500D03*
X76337500Y-90852500D03*
X75837500Y-90852500D03*
X75337500Y-90852500D03*
-D20*
+D24*
X73925000Y-89440000D03*
X73925000Y-88940000D03*
X73925000Y-88440000D03*
@@ -121,7 +169,7 @@ X73925000Y-85440000D03*
X73925000Y-84940000D03*
X73925000Y-84440000D03*
X73925000Y-83940000D03*
-D19*
+D23*
X75337500Y-82527500D03*
X75837500Y-82527500D03*
X76337500Y-82527500D03*
@@ -134,7 +182,7 @@ X79337500Y-82527500D03*
X79837500Y-82527500D03*
X80337500Y-82527500D03*
X80837500Y-82527500D03*
-D20*
+D24*
X82250000Y-83940000D03*
X82250000Y-84440000D03*
X82250000Y-84940000D03*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Silkscreen.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Silkscreen.gbr
index 671fc22..47b7f5b 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Silkscreen.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-B_Silkscreen.gbr
@@ -1,56 +1,1118 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
-%ADD11C,0.120000*%
+%ADD11C,0.300000*%
+%ADD12C,0.120000*%
G04 APERTURE END LIST*
D10*
+X116087942Y-117408142D02*
+X116135561Y-117455761D01*
+X116278419Y-117503380D01*
+X116373657Y-117503380D01*
+X116516514Y-117455761D01*
+X116611752Y-117360523D01*
+X116659371Y-117265285D01*
+X116706990Y-117074809D01*
+X116706990Y-116931952D01*
+X116659371Y-116741476D01*
+X116611752Y-116646238D01*
+X116516514Y-116551000D01*
+X116373657Y-116503380D01*
+X116278419Y-116503380D01*
+X116135561Y-116551000D01*
+X116087942Y-116598619D01*
+X115706990Y-117217666D02*
+X115230800Y-117217666D01*
+X115802228Y-117503380D02*
+X115468895Y-116503380D01*
+X115135561Y-117503380D01*
+X114802228Y-117503380D02*
+X114802228Y-116503380D01*
+X114230800Y-117503380D01*
+X114230800Y-116503380D01*
+X113278419Y-117503380D02*
+X113754609Y-117503380D01*
+X113754609Y-116503380D01*
+X112183180Y-117122428D02*
+X111421276Y-117122428D01*
+X109611752Y-117408142D02*
+X109659371Y-117455761D01*
+X109802228Y-117503380D01*
+X109897466Y-117503380D01*
+X110040323Y-117455761D01*
+X110135561Y-117360523D01*
+X110183180Y-117265285D01*
+X110230800Y-117074809D01*
+X110230800Y-116931952D01*
+X110183180Y-116741476D01*
+X110135561Y-116646238D01*
+X110040323Y-116551000D01*
+X109897466Y-116503380D01*
+X109802228Y-116503380D01*
+X109659371Y-116551000D01*
+X109611752Y-116598619D01*
+X108611752Y-117408142D02*
+X108659371Y-117455761D01*
+X108802228Y-117503380D01*
+X108897466Y-117503380D01*
+X109040323Y-117455761D01*
+X109135561Y-117360523D01*
+X109183180Y-117265285D01*
+X109230800Y-117074809D01*
+X109230800Y-116931952D01*
+X109183180Y-116741476D01*
+X109135561Y-116646238D01*
+X109040323Y-116551000D01*
+X108897466Y-116503380D01*
+X108802228Y-116503380D01*
+X108659371Y-116551000D01*
+X108611752Y-116598619D01*
+X107659371Y-117503380D02*
+X108230800Y-117503380D01*
+X107945085Y-117503380D02*
+X107945085Y-116503380D01*
+X108040323Y-116646238D01*
+X108135561Y-116741476D01*
+X108230800Y-116789095D01*
+X106516514Y-116455761D02*
+X107373657Y-117741476D01*
+X105611752Y-117408142D02*
+X105659371Y-117455761D01*
+X105802228Y-117503380D01*
+X105897466Y-117503380D01*
+X106040323Y-117455761D01*
+X106135561Y-117360523D01*
+X106183180Y-117265285D01*
+X106230800Y-117074809D01*
+X106230800Y-116931952D01*
+X106183180Y-116741476D01*
+X106135561Y-116646238D01*
+X106040323Y-116551000D01*
+X105897466Y-116503380D01*
+X105802228Y-116503380D01*
+X105659371Y-116551000D01*
+X105611752Y-116598619D01*
+X104611752Y-117408142D02*
+X104659371Y-117455761D01*
+X104802228Y-117503380D01*
+X104897466Y-117503380D01*
+X105040323Y-117455761D01*
+X105135561Y-117360523D01*
+X105183180Y-117265285D01*
+X105230800Y-117074809D01*
+X105230800Y-116931952D01*
+X105183180Y-116741476D01*
+X105135561Y-116646238D01*
+X105040323Y-116551000D01*
+X104897466Y-116503380D01*
+X104802228Y-116503380D01*
+X104659371Y-116551000D01*
+X104611752Y-116598619D01*
+X104230800Y-116598619D02*
+X104183180Y-116551000D01*
+X104087942Y-116503380D01*
+X103849847Y-116503380D01*
+X103754609Y-116551000D01*
+X103706990Y-116598619D01*
+X103659371Y-116693857D01*
+X103659371Y-116789095D01*
+X103706990Y-116931952D01*
+X104278419Y-117503380D01*
+X103659371Y-117503380D01*
+X102183180Y-117884333D02*
+X102230800Y-117836714D01*
+X102326038Y-117693857D01*
+X102373657Y-117598619D01*
+X102421276Y-117455761D01*
+X102468895Y-117217666D01*
+X102468895Y-117027190D01*
+X102421276Y-116789095D01*
+X102373657Y-116646238D01*
+X102326038Y-116551000D01*
+X102230800Y-116408142D01*
+X102183180Y-116360523D01*
+X101849847Y-117217666D02*
+X101373657Y-117217666D01*
+X101945085Y-117503380D02*
+X101611752Y-116503380D01*
+X101278419Y-117503380D01*
+X100468895Y-116503380D02*
+X100945085Y-116503380D01*
+X100992704Y-116979571D01*
+X100945085Y-116931952D01*
+X100849847Y-116884333D01*
+X100611752Y-116884333D01*
+X100516514Y-116931952D01*
+X100468895Y-116979571D01*
+X100421276Y-117074809D01*
+X100421276Y-117312904D01*
+X100468895Y-117408142D01*
+X100516514Y-117455761D01*
+X100611752Y-117503380D01*
+X100849847Y-117503380D01*
+X100945085Y-117455761D01*
+X100992704Y-117408142D01*
+X99278419Y-116455761D02*
+X100135561Y-117741476D01*
+X98611752Y-116979571D02*
+X98468895Y-117027190D01*
+X98421276Y-117074809D01*
+X98373657Y-117170047D01*
+X98373657Y-117312904D01*
+X98421276Y-117408142D01*
+X98468895Y-117455761D01*
+X98564133Y-117503380D01*
+X98945085Y-117503380D01*
+X98945085Y-116503380D01*
+X98611752Y-116503380D01*
+X98516514Y-116551000D01*
+X98468895Y-116598619D01*
+X98421276Y-116693857D01*
+X98421276Y-116789095D01*
+X98468895Y-116884333D01*
+X98516514Y-116931952D01*
+X98611752Y-116979571D01*
+X98945085Y-116979571D01*
+X97468895Y-116503380D02*
+X97945085Y-116503380D01*
+X97992704Y-116979571D01*
+X97945085Y-116931952D01*
+X97849847Y-116884333D01*
+X97611752Y-116884333D01*
+X97516514Y-116931952D01*
+X97468895Y-116979571D01*
+X97421276Y-117074809D01*
+X97421276Y-117312904D01*
+X97468895Y-117408142D01*
+X97516514Y-117455761D01*
+X97611752Y-117503380D01*
+X97849847Y-117503380D01*
+X97945085Y-117455761D01*
+X97992704Y-117408142D01*
+X97087942Y-117884333D02*
+X97040323Y-117836714D01*
+X96945085Y-117693857D01*
+X96897466Y-117598619D01*
+X96849847Y-117455761D01*
+X96802228Y-117217666D01*
+X96802228Y-117027190D01*
+X96849847Y-116789095D01*
+X96897466Y-116646238D01*
+X96945085Y-116551000D01*
+X97040323Y-116408142D01*
+X97087942Y-116360523D01*
+X117206990Y-119018142D02*
+X117254609Y-119065761D01*
+X117397466Y-119113380D01*
+X117492704Y-119113380D01*
+X117635561Y-119065761D01*
+X117730800Y-118970523D01*
+X117778419Y-118875285D01*
+X117826038Y-118684809D01*
+X117826038Y-118541952D01*
+X117778419Y-118351476D01*
+X117730800Y-118256238D01*
+X117635561Y-118161000D01*
+X117492704Y-118113380D01*
+X117397466Y-118113380D01*
+X117254609Y-118161000D01*
+X117206990Y-118208619D01*
+X116826038Y-118827666D02*
+X116349847Y-118827666D01*
+X116921276Y-119113380D02*
+X116587942Y-118113380D01*
+X116254609Y-119113380D01*
+X115921276Y-119113380D02*
+X115921276Y-118113380D01*
+X115349847Y-119113380D01*
+X115349847Y-118113380D01*
+X114873657Y-119113380D02*
+X114873657Y-118113380D01*
+X114873657Y-118589571D02*
+X114302228Y-118589571D01*
+X114302228Y-119113380D02*
+X114302228Y-118113380D01*
+X113064133Y-118732428D02*
+X112302228Y-118732428D01*
+X111111752Y-119065761D02*
+X110968895Y-119113380D01*
+X110730800Y-119113380D01*
+X110635561Y-119065761D01*
+X110587942Y-119018142D01*
+X110540323Y-118922904D01*
+X110540323Y-118827666D01*
+X110587942Y-118732428D01*
+X110635561Y-118684809D01*
+X110730800Y-118637190D01*
+X110921276Y-118589571D01*
+X111016514Y-118541952D01*
+X111064133Y-118494333D01*
+X111111752Y-118399095D01*
+X111111752Y-118303857D01*
+X111064133Y-118208619D01*
+X111016514Y-118161000D01*
+X110921276Y-118113380D01*
+X110683180Y-118113380D01*
+X110540323Y-118161000D01*
+X109778419Y-118589571D02*
+X109635561Y-118637190D01*
+X109587942Y-118684809D01*
+X109540323Y-118780047D01*
+X109540323Y-118922904D01*
+X109587942Y-119018142D01*
+X109635561Y-119065761D01*
+X109730800Y-119113380D01*
+X110111752Y-119113380D01*
+X110111752Y-118113380D01*
+X109778419Y-118113380D01*
+X109683180Y-118161000D01*
+X109635561Y-118208619D01*
+X109587942Y-118303857D01*
+X109587942Y-118399095D01*
+X109635561Y-118494333D01*
+X109683180Y-118541952D01*
+X109778419Y-118589571D01*
+X110111752Y-118589571D01*
+X109111752Y-118113380D02*
+X109111752Y-118922904D01*
+X109064133Y-119018142D01*
+X109016514Y-119065761D01*
+X108921276Y-119113380D01*
+X108730800Y-119113380D01*
+X108635561Y-119065761D01*
+X108587942Y-119018142D01*
+X108540323Y-118922904D01*
+X108540323Y-118113380D01*
+X107540323Y-119113380D02*
+X108111752Y-119113380D01*
+X107826038Y-119113380D02*
+X107826038Y-118113380D01*
+X107921276Y-118256238D01*
+X108016514Y-118351476D01*
+X108111752Y-118399095D01*
+X106397466Y-118065761D02*
+X107254609Y-119351476D01*
+X106111752Y-119065761D02*
+X105968895Y-119113380D01*
+X105730800Y-119113380D01*
+X105635561Y-119065761D01*
+X105587942Y-119018142D01*
+X105540323Y-118922904D01*
+X105540323Y-118827666D01*
+X105587942Y-118732428D01*
+X105635561Y-118684809D01*
+X105730800Y-118637190D01*
+X105921276Y-118589571D01*
+X106016514Y-118541952D01*
+X106064133Y-118494333D01*
+X106111752Y-118399095D01*
+X106111752Y-118303857D01*
+X106064133Y-118208619D01*
+X106016514Y-118161000D01*
+X105921276Y-118113380D01*
+X105683180Y-118113380D01*
+X105540323Y-118161000D01*
+X104778419Y-118589571D02*
+X104635561Y-118637190D01*
+X104587942Y-118684809D01*
+X104540323Y-118780047D01*
+X104540323Y-118922904D01*
+X104587942Y-119018142D01*
+X104635561Y-119065761D01*
+X104730800Y-119113380D01*
+X105111752Y-119113380D01*
+X105111752Y-118113380D01*
+X104778419Y-118113380D01*
+X104683180Y-118161000D01*
+X104635561Y-118208619D01*
+X104587942Y-118303857D01*
+X104587942Y-118399095D01*
+X104635561Y-118494333D01*
+X104683180Y-118541952D01*
+X104778419Y-118589571D01*
+X105111752Y-118589571D01*
+X104111752Y-118113380D02*
+X104111752Y-118922904D01*
+X104064133Y-119018142D01*
+X104016514Y-119065761D01*
+X103921276Y-119113380D01*
+X103730800Y-119113380D01*
+X103635561Y-119065761D01*
+X103587942Y-119018142D01*
+X103540323Y-118922904D01*
+X103540323Y-118113380D01*
+X103111752Y-118208619D02*
+X103064133Y-118161000D01*
+X102968895Y-118113380D01*
+X102730800Y-118113380D01*
+X102635561Y-118161000D01*
+X102587942Y-118208619D01*
+X102540323Y-118303857D01*
+X102540323Y-118399095D01*
+X102587942Y-118541952D01*
+X103159371Y-119113380D01*
+X102540323Y-119113380D01*
+X101064133Y-119494333D02*
+X101111752Y-119446714D01*
+X101206990Y-119303857D01*
+X101254609Y-119208619D01*
+X101302228Y-119065761D01*
+X101349847Y-118827666D01*
+X101349847Y-118637190D01*
+X101302228Y-118399095D01*
+X101254609Y-118256238D01*
+X101206990Y-118161000D01*
+X101111752Y-118018142D01*
+X101064133Y-117970523D01*
+X100730800Y-118827666D02*
+X100254609Y-118827666D01*
+X100826038Y-119113380D02*
+X100492704Y-118113380D01*
+X100159371Y-119113380D01*
+X99683180Y-118541952D02*
+X99778419Y-118494333D01*
+X99826038Y-118446714D01*
+X99873657Y-118351476D01*
+X99873657Y-118303857D01*
+X99826038Y-118208619D01*
+X99778419Y-118161000D01*
+X99683180Y-118113380D01*
+X99492704Y-118113380D01*
+X99397466Y-118161000D01*
+X99349847Y-118208619D01*
+X99302228Y-118303857D01*
+X99302228Y-118351476D01*
+X99349847Y-118446714D01*
+X99397466Y-118494333D01*
+X99492704Y-118541952D01*
+X99683180Y-118541952D01*
+X99778419Y-118589571D01*
+X99826038Y-118637190D01*
+X99873657Y-118732428D01*
+X99873657Y-118922904D01*
+X99826038Y-119018142D01*
+X99778419Y-119065761D01*
+X99683180Y-119113380D01*
+X99492704Y-119113380D01*
+X99397466Y-119065761D01*
+X99349847Y-119018142D01*
+X99302228Y-118922904D01*
+X99302228Y-118732428D01*
+X99349847Y-118637190D01*
+X99397466Y-118589571D01*
+X99492704Y-118541952D01*
+X98159371Y-118065761D02*
+X99016514Y-119351476D01*
+X97492704Y-118589571D02*
+X97349847Y-118637190D01*
+X97302228Y-118684809D01*
+X97254609Y-118780047D01*
+X97254609Y-118922904D01*
+X97302228Y-119018142D01*
+X97349847Y-119065761D01*
+X97445085Y-119113380D01*
+X97826038Y-119113380D01*
+X97826038Y-118113380D01*
+X97492704Y-118113380D01*
+X97397466Y-118161000D01*
+X97349847Y-118208619D01*
+X97302228Y-118303857D01*
+X97302228Y-118399095D01*
+X97349847Y-118494333D01*
+X97397466Y-118541952D01*
+X97492704Y-118589571D01*
+X97826038Y-118589571D01*
+X96683180Y-118541952D02*
+X96778419Y-118494333D01*
+X96826038Y-118446714D01*
+X96873657Y-118351476D01*
+X96873657Y-118303857D01*
+X96826038Y-118208619D01*
+X96778419Y-118161000D01*
+X96683180Y-118113380D01*
+X96492704Y-118113380D01*
+X96397466Y-118161000D01*
+X96349847Y-118208619D01*
+X96302228Y-118303857D01*
+X96302228Y-118351476D01*
+X96349847Y-118446714D01*
+X96397466Y-118494333D01*
+X96492704Y-118541952D01*
+X96683180Y-118541952D01*
+X96778419Y-118589571D01*
+X96826038Y-118637190D01*
+X96873657Y-118732428D01*
+X96873657Y-118922904D01*
+X96826038Y-119018142D01*
+X96778419Y-119065761D01*
+X96683180Y-119113380D01*
+X96492704Y-119113380D01*
+X96397466Y-119065761D01*
+X96349847Y-119018142D01*
+X96302228Y-118922904D01*
+X96302228Y-118732428D01*
+X96349847Y-118637190D01*
+X96397466Y-118589571D01*
+X96492704Y-118541952D01*
+X95968895Y-119494333D02*
+X95921276Y-119446714D01*
+X95826038Y-119303857D01*
+X95778419Y-119208619D01*
+X95730800Y-119065761D01*
+X95683180Y-118827666D01*
+X95683180Y-118637190D01*
+X95730800Y-118399095D01*
+X95778419Y-118256238D01*
+X95826038Y-118161000D01*
+X95921276Y-118018142D01*
+X95968895Y-117970523D01*
+D11*
+X83159600Y-103936800D02*
+X84683600Y-104495600D01*
+X83159600Y-103936800D02*
+X83870800Y-105359200D01*
+X89814400Y-109270800D02*
+X83159600Y-103936800D01*
+X101128685Y-109037742D02*
+X100914400Y-109109171D01*
+X100557257Y-109109171D01*
+X100414400Y-109037742D01*
+X100342971Y-108966314D01*
+X100271542Y-108823457D01*
+X100271542Y-108680600D01*
+X100342971Y-108537742D01*
+X100414400Y-108466314D01*
+X100557257Y-108394885D01*
+X100842971Y-108323457D01*
+X100985828Y-108252028D01*
+X101057257Y-108180600D01*
+X101128685Y-108037742D01*
+X101128685Y-107894885D01*
+X101057257Y-107752028D01*
+X100985828Y-107680600D01*
+X100842971Y-107609171D01*
+X100485828Y-107609171D01*
+X100271542Y-107680600D01*
+X99414400Y-109109171D02*
+X99557257Y-109037742D01*
+X99628685Y-108966314D01*
+X99700114Y-108823457D01*
+X99700114Y-108394885D01*
+X99628685Y-108252028D01*
+X99557257Y-108180600D01*
+X99414400Y-108109171D01*
+X99200114Y-108109171D01*
+X99057257Y-108180600D01*
+X98985828Y-108252028D01*
+X98914400Y-108394885D01*
+X98914400Y-108823457D01*
+X98985828Y-108966314D01*
+X99057257Y-109037742D01*
+X99200114Y-109109171D01*
+X99414400Y-109109171D01*
+X98057257Y-109109171D02*
+X98200114Y-109037742D01*
+X98271542Y-108894885D01*
+X98271542Y-107609171D01*
+X96842971Y-109109171D02*
+X96842971Y-107609171D01*
+X96842971Y-109037742D02*
+X96985828Y-109109171D01*
+X97271542Y-109109171D01*
+X97414400Y-109037742D01*
+X97485828Y-108966314D01*
+X97557257Y-108823457D01*
+X97557257Y-108394885D01*
+X97485828Y-108252028D01*
+X97414400Y-108180600D01*
+X97271542Y-108109171D01*
+X96985828Y-108109171D01*
+X96842971Y-108180600D01*
+X95557257Y-109037742D02*
+X95700114Y-109109171D01*
+X95985828Y-109109171D01*
+X96128685Y-109037742D01*
+X96200114Y-108894885D01*
+X96200114Y-108323457D01*
+X96128685Y-108180600D01*
+X95985828Y-108109171D01*
+X95700114Y-108109171D01*
+X95557257Y-108180600D01*
+X95485828Y-108323457D01*
+X95485828Y-108466314D01*
+X96200114Y-108609171D01*
+X94842971Y-109109171D02*
+X94842971Y-108109171D01*
+X94842971Y-108394885D02*
+X94771542Y-108252028D01*
+X94700114Y-108180600D01*
+X94557257Y-108109171D01*
+X94414400Y-108109171D01*
+X92985828Y-108109171D02*
+X92414400Y-108109171D01*
+X92771542Y-107609171D02*
+X92771542Y-108894885D01*
+X92700114Y-109037742D01*
+X92557257Y-109109171D01*
+X92414400Y-109109171D01*
+X91700114Y-109109171D02*
+X91842971Y-109037742D01*
+X91914400Y-108966314D01*
+X91985828Y-108823457D01*
+X91985828Y-108394885D01*
+X91914400Y-108252028D01*
+X91842971Y-108180600D01*
+X91700114Y-108109171D01*
+X91485828Y-108109171D01*
+X91342971Y-108180600D01*
+X91271542Y-108252028D01*
+X91200114Y-108394885D01*
+X91200114Y-108823457D01*
+X91271542Y-108966314D01*
+X91342971Y-109037742D01*
+X91485828Y-109109171D01*
+X91700114Y-109109171D01*
+X102521542Y-111452742D02*
+X102378685Y-111524171D01*
+X102092971Y-111524171D01*
+X101950114Y-111452742D01*
+X101878685Y-111309885D01*
+X101878685Y-111238457D01*
+X101950114Y-111095600D01*
+X102092971Y-111024171D01*
+X102307257Y-111024171D01*
+X102450114Y-110952742D01*
+X102521542Y-110809885D01*
+X102521542Y-110738457D01*
+X102450114Y-110595600D01*
+X102307257Y-110524171D01*
+X102092971Y-110524171D01*
+X101950114Y-110595600D01*
+X101378685Y-110524171D02*
+X101092971Y-111524171D01*
+X100807257Y-110809885D01*
+X100521542Y-111524171D01*
+X100235828Y-110524171D01*
+X99664400Y-111524171D02*
+X99664400Y-110524171D01*
+X99664400Y-110024171D02*
+X99735828Y-110095600D01*
+X99664400Y-110167028D01*
+X99592971Y-110095600D01*
+X99664400Y-110024171D01*
+X99664400Y-110167028D01*
+X99164400Y-110524171D02*
+X98592971Y-110524171D01*
+X98950114Y-110024171D02*
+X98950114Y-111309885D01*
+X98878685Y-111452742D01*
+X98735828Y-111524171D01*
+X98592971Y-111524171D01*
+X97450114Y-111452742D02*
+X97592971Y-111524171D01*
+X97878685Y-111524171D01*
+X98021542Y-111452742D01*
+X98092971Y-111381314D01*
+X98164400Y-111238457D01*
+X98164400Y-110809885D01*
+X98092971Y-110667028D01*
+X98021542Y-110595600D01*
+X97878685Y-110524171D01*
+X97592971Y-110524171D01*
+X97450114Y-110595600D01*
+X96807257Y-111524171D02*
+X96807257Y-110024171D01*
+X96164400Y-111524171D02*
+X96164400Y-110738457D01*
+X96235828Y-110595600D01*
+X96378685Y-110524171D01*
+X96592971Y-110524171D01*
+X96735828Y-110595600D01*
+X96807257Y-110667028D01*
+X94521542Y-110524171D02*
+X93950114Y-110524171D01*
+X94307257Y-111524171D02*
+X94307257Y-110238457D01*
+X94235828Y-110095600D01*
+X94092971Y-110024171D01*
+X93950114Y-110024171D01*
+X93450114Y-111524171D02*
+X93450114Y-110524171D01*
+X93450114Y-110809885D02*
+X93378685Y-110667028D01*
+X93307257Y-110595600D01*
+X93164400Y-110524171D01*
+X93021542Y-110524171D01*
+X92307257Y-111524171D02*
+X92450114Y-111452742D01*
+X92521542Y-111381314D01*
+X92592971Y-111238457D01*
+X92592971Y-110809885D01*
+X92521542Y-110667028D01*
+X92450114Y-110595600D01*
+X92307257Y-110524171D01*
+X92092971Y-110524171D01*
+X91950114Y-110595600D01*
+X91878685Y-110667028D01*
+X91807257Y-110809885D01*
+X91807257Y-111238457D01*
+X91878685Y-111381314D01*
+X91950114Y-111452742D01*
+X92092971Y-111524171D01*
+X92307257Y-111524171D01*
+X91164400Y-111524171D02*
+X91164400Y-110524171D01*
+X91164400Y-110667028D02*
+X91092971Y-110595600D01*
+X90950114Y-110524171D01*
+X90735828Y-110524171D01*
+X90592971Y-110595600D01*
+X90521542Y-110738457D01*
+X90521542Y-111524171D01*
+X90521542Y-110738457D02*
+X90450114Y-110595600D01*
+X90307257Y-110524171D01*
+X90092971Y-110524171D01*
+X89950114Y-110595600D01*
+X89878685Y-110738457D01*
+X89878685Y-111524171D01*
+X102485828Y-112439171D02*
+X102485828Y-113653457D01*
+X102414400Y-113796314D01*
+X102342971Y-113867742D01*
+X102200114Y-113939171D01*
+X101914400Y-113939171D01*
+X101771542Y-113867742D01*
+X101700114Y-113796314D01*
+X101628685Y-113653457D01*
+X101628685Y-112439171D01*
+X100985828Y-113867742D02*
+X100771542Y-113939171D01*
+X100414400Y-113939171D01*
+X100271542Y-113867742D01*
+X100200114Y-113796314D01*
+X100128685Y-113653457D01*
+X100128685Y-113510600D01*
+X100200114Y-113367742D01*
+X100271542Y-113296314D01*
+X100414400Y-113224885D01*
+X100700114Y-113153457D01*
+X100842971Y-113082028D01*
+X100914400Y-113010600D01*
+X100985828Y-112867742D01*
+X100985828Y-112724885D01*
+X100914400Y-112582028D01*
+X100842971Y-112510600D01*
+X100700114Y-112439171D01*
+X100342971Y-112439171D01*
+X100128685Y-112510600D01*
+X98985828Y-113153457D02*
+X98771542Y-113224885D01*
+X98700114Y-113296314D01*
+X98628685Y-113439171D01*
+X98628685Y-113653457D01*
+X98700114Y-113796314D01*
+X98771542Y-113867742D01*
+X98914400Y-113939171D01*
+X99485828Y-113939171D01*
+X99485828Y-112439171D01*
+X98985828Y-112439171D01*
+X98842971Y-112510600D01*
+X98771542Y-112582028D01*
+X98700114Y-112724885D01*
+X98700114Y-112867742D01*
+X98771542Y-113010600D01*
+X98842971Y-113082028D01*
+X98985828Y-113153457D01*
+X99485828Y-113153457D01*
+X97057257Y-112939171D02*
+X96485828Y-112939171D01*
+X96842971Y-112439171D02*
+X96842971Y-113724885D01*
+X96771542Y-113867742D01*
+X96628685Y-113939171D01*
+X96485828Y-113939171D01*
+X95771542Y-113939171D02*
+X95914400Y-113867742D01*
+X95985828Y-113796314D01*
+X96057257Y-113653457D01*
+X96057257Y-113224885D01*
+X95985828Y-113082028D01*
+X95914400Y-113010600D01*
+X95771542Y-112939171D01*
+X95557257Y-112939171D01*
+X95414400Y-113010600D01*
+X95342971Y-113082028D01*
+X95271542Y-113224885D01*
+X95271542Y-113653457D01*
+X95342971Y-113796314D01*
+X95414400Y-113867742D01*
+X95557257Y-113939171D01*
+X95771542Y-113939171D01*
+X92628685Y-113796314D02*
+X92700114Y-113867742D01*
+X92914400Y-113939171D01*
+X93057257Y-113939171D01*
+X93271542Y-113867742D01*
+X93414400Y-113724885D01*
+X93485828Y-113582028D01*
+X93557257Y-113296314D01*
+X93557257Y-113082028D01*
+X93485828Y-112796314D01*
+X93414400Y-112653457D01*
+X93271542Y-112510600D01*
+X93057257Y-112439171D01*
+X92914400Y-112439171D01*
+X92700114Y-112510600D01*
+X92628685Y-112582028D01*
+X92057257Y-113510600D02*
+X91342971Y-113510600D01*
+X92200114Y-113939171D02*
+X91700114Y-112439171D01*
+X91200114Y-113939171D01*
+X90700114Y-113939171D02*
+X90700114Y-112439171D01*
+X89842971Y-113939171D01*
+X89842971Y-112439171D01*
+D10*
+%TO.C,JP1*%
+X84095980Y-103176342D02*
+X84143600Y-103223961D01*
+X84286457Y-103271580D01*
+X84381695Y-103271580D01*
+X84524552Y-103223961D01*
+X84619790Y-103128723D01*
+X84667409Y-103033485D01*
+X84715028Y-102843009D01*
+X84715028Y-102700152D01*
+X84667409Y-102509676D01*
+X84619790Y-102414438D01*
+X84524552Y-102319200D01*
+X84381695Y-102271580D01*
+X84286457Y-102271580D01*
+X84143600Y-102319200D01*
+X84095980Y-102366819D01*
+X83715028Y-102985866D02*
+X83238838Y-102985866D01*
+X83810266Y-103271580D02*
+X83476933Y-102271580D01*
+X83143600Y-103271580D01*
+X82810266Y-103271580D02*
+X82810266Y-102271580D01*
+X82238838Y-103271580D01*
+X82238838Y-102271580D01*
+X81762647Y-103271580D02*
+X81762647Y-102271580D01*
+X81762647Y-102652533D02*
+X81667409Y-102604914D01*
+X81476933Y-102604914D01*
+X81381695Y-102652533D01*
+X81334076Y-102700152D01*
+X81286457Y-102795390D01*
+X81286457Y-103081104D01*
+X81334076Y-103176342D01*
+X81381695Y-103223961D01*
+X81476933Y-103271580D01*
+X81667409Y-103271580D01*
+X81762647Y-103223961D01*
+X80429314Y-102604914D02*
+X80429314Y-103271580D01*
+X80857885Y-102604914D02*
+X80857885Y-103128723D01*
+X80810266Y-103223961D01*
+X80715028Y-103271580D01*
+X80572171Y-103271580D01*
+X80476933Y-103223961D01*
+X80429314Y-103176342D01*
+X80000742Y-103223961D02*
+X79905504Y-103271580D01*
+X79715028Y-103271580D01*
+X79619790Y-103223961D01*
+X79572171Y-103128723D01*
+X79572171Y-103081104D01*
+X79619790Y-102985866D01*
+X79715028Y-102938247D01*
+X79857885Y-102938247D01*
+X79953123Y-102890628D01*
+X80000742Y-102795390D01*
+X80000742Y-102747771D01*
+X79953123Y-102652533D01*
+X79857885Y-102604914D01*
+X79715028Y-102604914D01*
+X79619790Y-102652533D01*
+%TO.C,Y1*%
+X78708190Y-98324990D02*
+X78708190Y-98801180D01*
+X79041523Y-97801180D02*
+X78708190Y-98324990D01*
+X78374857Y-97801180D01*
+X77517714Y-98801180D02*
+X78089142Y-98801180D01*
+X77803428Y-98801180D02*
+X77803428Y-97801180D01*
+X77898666Y-97944038D01*
+X77993904Y-98039276D01*
+X78089142Y-98086895D01*
+%TO.C,C2*%
+X72963066Y-96927942D02*
+X73010685Y-96975561D01*
+X73153542Y-97023180D01*
+X73248780Y-97023180D01*
+X73391638Y-96975561D01*
+X73486876Y-96880323D01*
+X73534495Y-96785085D01*
+X73582114Y-96594609D01*
+X73582114Y-96451752D01*
+X73534495Y-96261276D01*
+X73486876Y-96166038D01*
+X73391638Y-96070800D01*
+X73248780Y-96023180D01*
+X73153542Y-96023180D01*
+X73010685Y-96070800D01*
+X72963066Y-96118419D01*
+X72582114Y-96118419D02*
+X72534495Y-96070800D01*
+X72439257Y-96023180D01*
+X72201161Y-96023180D01*
+X72105923Y-96070800D01*
+X72058304Y-96118419D01*
+X72010685Y-96213657D01*
+X72010685Y-96308895D01*
+X72058304Y-96451752D01*
+X72629733Y-97023180D01*
+X72010685Y-97023180D01*
+%TO.C,C1*%
+X84291466Y-96927942D02*
+X84339085Y-96975561D01*
+X84481942Y-97023180D01*
+X84577180Y-97023180D01*
+X84720038Y-96975561D01*
+X84815276Y-96880323D01*
+X84862895Y-96785085D01*
+X84910514Y-96594609D01*
+X84910514Y-96451752D01*
+X84862895Y-96261276D01*
+X84815276Y-96166038D01*
+X84720038Y-96070800D01*
+X84577180Y-96023180D01*
+X84481942Y-96023180D01*
+X84339085Y-96070800D01*
+X84291466Y-96118419D01*
+X83339085Y-97023180D02*
+X83910514Y-97023180D01*
+X83624800Y-97023180D02*
+X83624800Y-96023180D01*
+X83720038Y-96166038D01*
+X83815276Y-96261276D01*
+X83910514Y-96308895D01*
+%TO.C,R10*%
+X80297257Y-75382380D02*
+X80630590Y-74906190D01*
+X80868685Y-75382380D02*
+X80868685Y-74382380D01*
+X80487733Y-74382380D01*
+X80392495Y-74430000D01*
+X80344876Y-74477619D01*
+X80297257Y-74572857D01*
+X80297257Y-74715714D01*
+X80344876Y-74810952D01*
+X80392495Y-74858571D01*
+X80487733Y-74906190D01*
+X80868685Y-74906190D01*
+X79344876Y-75382380D02*
+X79916304Y-75382380D01*
+X79630590Y-75382380D02*
+X79630590Y-74382380D01*
+X79725828Y-74525238D01*
+X79821066Y-74620476D01*
+X79916304Y-74668095D01*
+X78725828Y-74382380D02*
+X78630590Y-74382380D01*
+X78535352Y-74430000D01*
+X78487733Y-74477619D01*
+X78440114Y-74572857D01*
+X78392495Y-74763333D01*
+X78392495Y-75001428D01*
+X78440114Y-75191904D01*
+X78487733Y-75287142D01*
+X78535352Y-75334761D01*
+X78630590Y-75382380D01*
+X78725828Y-75382380D01*
+X78821066Y-75334761D01*
+X78868685Y-75287142D01*
+X78916304Y-75191904D01*
+X78963923Y-75001428D01*
+X78963923Y-74763333D01*
+X78916304Y-74572857D01*
+X78868685Y-74477619D01*
+X78821066Y-74430000D01*
+X78725828Y-74382380D01*
+%TO.C,Q1*%
+X84420038Y-73089619D02*
+X84515276Y-73042000D01*
+X84610514Y-72946761D01*
+X84753371Y-72803904D01*
+X84848609Y-72756285D01*
+X84943847Y-72756285D01*
+X84896228Y-72994380D02*
+X84991466Y-72946761D01*
+X85086704Y-72851523D01*
+X85134323Y-72661047D01*
+X85134323Y-72327714D01*
+X85086704Y-72137238D01*
+X84991466Y-72042000D01*
+X84896228Y-71994380D01*
+X84705752Y-71994380D01*
+X84610514Y-72042000D01*
+X84515276Y-72137238D01*
+X84467657Y-72327714D01*
+X84467657Y-72661047D01*
+X84515276Y-72851523D01*
+X84610514Y-72946761D01*
+X84705752Y-72994380D01*
+X84896228Y-72994380D01*
+X83515276Y-72994380D02*
+X84086704Y-72994380D01*
+X83800990Y-72994380D02*
+X83800990Y-71994380D01*
+X83896228Y-72137238D01*
+X83991466Y-72232476D01*
+X84086704Y-72280095D01*
+%TO.C,R7*%
+X107251166Y-59888380D02*
+X107584500Y-59412190D01*
+X107822595Y-59888380D02*
+X107822595Y-58888380D01*
+X107441642Y-58888380D01*
+X107346404Y-58936000D01*
+X107298785Y-58983619D01*
+X107251166Y-59078857D01*
+X107251166Y-59221714D01*
+X107298785Y-59316952D01*
+X107346404Y-59364571D01*
+X107441642Y-59412190D01*
+X107822595Y-59412190D01*
+X106917833Y-58888380D02*
+X106251166Y-58888380D01*
+X106679738Y-59888380D01*
+%TO.C,U3*%
+X100380704Y-56805580D02*
+X100380704Y-57615104D01*
+X100333085Y-57710342D01*
+X100285466Y-57757961D01*
+X100190228Y-57805580D01*
+X99999752Y-57805580D01*
+X99904514Y-57757961D01*
+X99856895Y-57710342D01*
+X99809276Y-57615104D01*
+X99809276Y-56805580D01*
+X99428323Y-56805580D02*
+X98809276Y-56805580D01*
+X99142609Y-57186533D01*
+X98999752Y-57186533D01*
+X98904514Y-57234152D01*
+X98856895Y-57281771D01*
+X98809276Y-57377009D01*
+X98809276Y-57615104D01*
+X98856895Y-57710342D01*
+X98904514Y-57757961D01*
+X98999752Y-57805580D01*
+X99285466Y-57805580D01*
+X99380704Y-57757961D01*
+X99428323Y-57710342D01*
+%TO.C,R8*%
+X107126066Y-61590180D02*
+X107459400Y-61113990D01*
+X107697495Y-61590180D02*
+X107697495Y-60590180D01*
+X107316542Y-60590180D01*
+X107221304Y-60637800D01*
+X107173685Y-60685419D01*
+X107126066Y-60780657D01*
+X107126066Y-60923514D01*
+X107173685Y-61018752D01*
+X107221304Y-61066371D01*
+X107316542Y-61113990D01*
+X107697495Y-61113990D01*
+X106554638Y-61018752D02*
+X106649876Y-60971133D01*
+X106697495Y-60923514D01*
+X106745114Y-60828276D01*
+X106745114Y-60780657D01*
+X106697495Y-60685419D01*
+X106649876Y-60637800D01*
+X106554638Y-60590180D01*
+X106364161Y-60590180D01*
+X106268923Y-60637800D01*
+X106221304Y-60685419D01*
+X106173685Y-60780657D01*
+X106173685Y-60828276D01*
+X106221304Y-60923514D01*
+X106268923Y-60971133D01*
+X106364161Y-61018752D01*
+X106554638Y-61018752D01*
+X106649876Y-61066371D01*
+X106697495Y-61113990D01*
+X106745114Y-61209228D01*
+X106745114Y-61399704D01*
+X106697495Y-61494942D01*
+X106649876Y-61542561D01*
+X106554638Y-61590180D01*
+X106364161Y-61590180D01*
+X106268923Y-61542561D01*
+X106221304Y-61494942D01*
+X106173685Y-61399704D01*
+X106173685Y-61209228D01*
+X106221304Y-61113990D01*
+X106268923Y-61066371D01*
+X106364161Y-61018752D01*
%TO.C,R6*%
-X99734666Y-61005980D02*
-X100068000Y-60529790D01*
-X100306095Y-61005980D02*
-X100306095Y-60005980D01*
-X99925142Y-60005980D01*
-X99829904Y-60053600D01*
-X99782285Y-60101219D01*
-X99734666Y-60196457D01*
-X99734666Y-60339314D01*
-X99782285Y-60434552D01*
-X99829904Y-60482171D01*
-X99925142Y-60529790D01*
-X100306095Y-60529790D01*
-X98877523Y-60005980D02*
-X99068000Y-60005980D01*
-X99163238Y-60053600D01*
-X99210857Y-60101219D01*
-X99306095Y-60244076D01*
-X99353714Y-60434552D01*
-X99353714Y-60815504D01*
-X99306095Y-60910742D01*
-X99258476Y-60958361D01*
-X99163238Y-61005980D01*
-X98972761Y-61005980D01*
-X98877523Y-60958361D01*
-X98829904Y-60910742D01*
-X98782285Y-60815504D01*
-X98782285Y-60577409D01*
-X98829904Y-60482171D01*
-X98877523Y-60434552D01*
-X98972761Y-60386933D01*
-X99163238Y-60386933D01*
-X99258476Y-60434552D01*
-X99306095Y-60482171D01*
-X99353714Y-60577409D01*
+X104509866Y-50428280D02*
+X104843200Y-49952090D01*
+X105081295Y-50428280D02*
+X105081295Y-49428280D01*
+X104700342Y-49428280D01*
+X104605104Y-49475900D01*
+X104557485Y-49523519D01*
+X104509866Y-49618757D01*
+X104509866Y-49761614D01*
+X104557485Y-49856852D01*
+X104605104Y-49904471D01*
+X104700342Y-49952090D01*
+X105081295Y-49952090D01*
+X103652723Y-49428280D02*
+X103843200Y-49428280D01*
+X103938438Y-49475900D01*
+X103986057Y-49523519D01*
+X104081295Y-49666376D01*
+X104128914Y-49856852D01*
+X104128914Y-50237804D01*
+X104081295Y-50333042D01*
+X104033676Y-50380661D01*
+X103938438Y-50428280D01*
+X103747961Y-50428280D01*
+X103652723Y-50380661D01*
+X103605104Y-50333042D01*
+X103557485Y-50237804D01*
+X103557485Y-49999709D01*
+X103605104Y-49904471D01*
+X103652723Y-49856852D01*
+X103747961Y-49809233D01*
+X103938438Y-49809233D01*
+X104033676Y-49856852D01*
+X104081295Y-49904471D01*
+X104128914Y-49999709D01*
%TO.C,C5*%
X73088966Y-80892942D02*
X73136585Y-80940561D01*
@@ -85,54 +1147,54 @@ X72565157Y-80988180D01*
X72660395Y-80940561D01*
X72708014Y-80892942D01*
%TO.C,C8*%
-X79313066Y-93295742D02*
-X79360685Y-93343361D01*
-X79503542Y-93390980D01*
-X79598780Y-93390980D01*
-X79741638Y-93343361D01*
-X79836876Y-93248123D01*
-X79884495Y-93152885D01*
-X79932114Y-92962409D01*
-X79932114Y-92819552D01*
-X79884495Y-92629076D01*
-X79836876Y-92533838D01*
-X79741638Y-92438600D01*
-X79598780Y-92390980D01*
-X79503542Y-92390980D01*
-X79360685Y-92438600D01*
-X79313066Y-92486219D01*
-X78741638Y-92819552D02*
-X78836876Y-92771933D01*
-X78884495Y-92724314D01*
-X78932114Y-92629076D01*
-X78932114Y-92581457D01*
-X78884495Y-92486219D01*
-X78836876Y-92438600D01*
-X78741638Y-92390980D01*
-X78551161Y-92390980D01*
-X78455923Y-92438600D01*
-X78408304Y-92486219D01*
-X78360685Y-92581457D01*
-X78360685Y-92629076D01*
-X78408304Y-92724314D01*
-X78455923Y-92771933D01*
-X78551161Y-92819552D01*
-X78741638Y-92819552D01*
-X78836876Y-92867171D01*
-X78884495Y-92914790D01*
-X78932114Y-93010028D01*
-X78932114Y-93200504D01*
-X78884495Y-93295742D01*
-X78836876Y-93343361D01*
-X78741638Y-93390980D01*
-X78551161Y-93390980D01*
-X78455923Y-93343361D01*
-X78408304Y-93295742D01*
-X78360685Y-93200504D01*
-X78360685Y-93010028D01*
-X78408304Y-92914790D01*
-X78455923Y-92867171D01*
-X78551161Y-92819552D01*
+X73979066Y-93219542D02*
+X74026685Y-93267161D01*
+X74169542Y-93314780D01*
+X74264780Y-93314780D01*
+X74407638Y-93267161D01*
+X74502876Y-93171923D01*
+X74550495Y-93076685D01*
+X74598114Y-92886209D01*
+X74598114Y-92743352D01*
+X74550495Y-92552876D01*
+X74502876Y-92457638D01*
+X74407638Y-92362400D01*
+X74264780Y-92314780D01*
+X74169542Y-92314780D01*
+X74026685Y-92362400D01*
+X73979066Y-92410019D01*
+X73407638Y-92743352D02*
+X73502876Y-92695733D01*
+X73550495Y-92648114D01*
+X73598114Y-92552876D01*
+X73598114Y-92505257D01*
+X73550495Y-92410019D01*
+X73502876Y-92362400D01*
+X73407638Y-92314780D01*
+X73217161Y-92314780D01*
+X73121923Y-92362400D01*
+X73074304Y-92410019D01*
+X73026685Y-92505257D01*
+X73026685Y-92552876D01*
+X73074304Y-92648114D01*
+X73121923Y-92695733D01*
+X73217161Y-92743352D01*
+X73407638Y-92743352D01*
+X73502876Y-92790971D01*
+X73550495Y-92838590D01*
+X73598114Y-92933828D01*
+X73598114Y-93124304D01*
+X73550495Y-93219542D01*
+X73502876Y-93267161D01*
+X73407638Y-93314780D01*
+X73217161Y-93314780D01*
+X73121923Y-93267161D01*
+X73074304Y-93219542D01*
+X73026685Y-93124304D01*
+X73026685Y-92933828D01*
+X73074304Y-92838590D01*
+X73121923Y-92790971D01*
+X73217161Y-92743352D01*
%TO.C,U2*%
X129627504Y-75524980D02*
X129627504Y-76334504D01*
@@ -155,19 +1217,6 @@ X128056076Y-75810695D01*
X128103695Y-75953552D01*
X128675123Y-76524980D01*
X128056076Y-76524980D01*
-%TO.C,Y1*%
-X79749590Y-100229990D02*
-X79749590Y-100706180D01*
-X80082923Y-99706180D02*
-X79749590Y-100229990D01*
-X79416257Y-99706180D01*
-X78559114Y-100706180D02*
-X79130542Y-100706180D01*
-X78844828Y-100706180D02*
-X78844828Y-99706180D01*
-X78940066Y-99849038D01*
-X79035304Y-99944276D01*
-X79130542Y-99991895D01*
%TO.C,C3*%
X133647566Y-68069942D02*
X133695185Y-68117561D01*
@@ -222,41 +1271,41 @@ X83951819Y-81065761D02*
X84189914Y-81780047D01*
X83570866Y-81780047D01*
%TO.C,R9*%
-X110174066Y-60396380D02*
-X110507400Y-59920190D01*
-X110745495Y-60396380D02*
-X110745495Y-59396380D01*
-X110364542Y-59396380D01*
-X110269304Y-59444000D01*
-X110221685Y-59491619D01*
-X110174066Y-59586857D01*
-X110174066Y-59729714D01*
-X110221685Y-59824952D01*
-X110269304Y-59872571D01*
-X110364542Y-59920190D01*
-X110745495Y-59920190D01*
-X109697876Y-60396380D02*
-X109507400Y-60396380D01*
-X109412161Y-60348761D01*
-X109364542Y-60301142D01*
-X109269304Y-60158285D01*
-X109221685Y-59967809D01*
-X109221685Y-59586857D01*
-X109269304Y-59491619D01*
-X109316923Y-59444000D01*
-X109412161Y-59396380D01*
-X109602638Y-59396380D01*
-X109697876Y-59444000D01*
-X109745495Y-59491619D01*
-X109793114Y-59586857D01*
-X109793114Y-59824952D01*
-X109745495Y-59920190D01*
-X109697876Y-59967809D01*
-X109602638Y-60015428D01*
-X109412161Y-60015428D01*
-X109316923Y-59967809D01*
-X109269304Y-59920190D01*
-X109221685Y-59824952D01*
+X107016666Y-50352380D02*
+X107350000Y-49876190D01*
+X107588095Y-50352380D02*
+X107588095Y-49352380D01*
+X107207142Y-49352380D01*
+X107111904Y-49400000D01*
+X107064285Y-49447619D01*
+X107016666Y-49542857D01*
+X107016666Y-49685714D01*
+X107064285Y-49780952D01*
+X107111904Y-49828571D01*
+X107207142Y-49876190D01*
+X107588095Y-49876190D01*
+X106540476Y-50352380D02*
+X106350000Y-50352380D01*
+X106254761Y-50304761D01*
+X106207142Y-50257142D01*
+X106111904Y-50114285D01*
+X106064285Y-49923809D01*
+X106064285Y-49542857D01*
+X106111904Y-49447619D01*
+X106159523Y-49400000D01*
+X106254761Y-49352380D01*
+X106445238Y-49352380D01*
+X106540476Y-49400000D01*
+X106588095Y-49447619D01*
+X106635714Y-49542857D01*
+X106635714Y-49780952D01*
+X106588095Y-49876190D01*
+X106540476Y-49923809D01*
+X106445238Y-49971428D01*
+X106254761Y-49971428D01*
+X106159523Y-49923809D01*
+X106111904Y-49876190D01*
+X106064285Y-49780952D01*
%TO.C,C6*%
X83784566Y-92947742D02*
X83832185Y-92995361D01*
@@ -297,25 +1346,25 @@ X83308376Y-92471552D01*
X83355995Y-92519171D01*
X83403614Y-92614409D01*
%TO.C,C7*%
-X137301266Y-81484742D02*
-X137348885Y-81532361D01*
-X137491742Y-81579980D01*
-X137586980Y-81579980D01*
-X137729838Y-81532361D01*
-X137825076Y-81437123D01*
-X137872695Y-81341885D01*
-X137920314Y-81151409D01*
-X137920314Y-81008552D01*
-X137872695Y-80818076D01*
-X137825076Y-80722838D01*
-X137729838Y-80627600D01*
-X137586980Y-80579980D01*
-X137491742Y-80579980D01*
-X137348885Y-80627600D01*
-X137301266Y-80675219D01*
-X136967933Y-80579980D02*
-X136301266Y-80579980D01*
-X136729838Y-81579980D01*
+X131891066Y-81535542D02*
+X131938685Y-81583161D01*
+X132081542Y-81630780D01*
+X132176780Y-81630780D01*
+X132319638Y-81583161D01*
+X132414876Y-81487923D01*
+X132462495Y-81392685D01*
+X132510114Y-81202209D01*
+X132510114Y-81059352D01*
+X132462495Y-80868876D01*
+X132414876Y-80773638D01*
+X132319638Y-80678400D01*
+X132176780Y-80630780D01*
+X132081542Y-80630780D01*
+X131938685Y-80678400D01*
+X131891066Y-80726019D01*
+X131557733Y-80630780D02*
+X130891066Y-80630780D01*
+X131319638Y-81630780D01*
%TO.C,C9*%
X136107466Y-87555342D02*
X136155085Y-87602961D01*
@@ -373,12 +1422,67 @@ X83702590Y-86142580D01*
X83797828Y-86285438D01*
X83893066Y-86380676D01*
X83988304Y-86428295D01*
-D11*
+D12*
+%TO.C,JP1*%
+X80489600Y-99787200D02*
+X80489600Y-101787200D01*
+X83289600Y-99787200D02*
+X80489600Y-99787200D01*
+X83289600Y-101787200D02*
+X83289600Y-99787200D01*
+X80489600Y-101787200D02*
+X83289600Y-101787200D01*
+%TO.C,Y1*%
+X81565600Y-97456400D02*
+X75815600Y-97456400D01*
+X75815600Y-93856400D02*
+X81565600Y-93856400D01*
+X81565600Y-93856400D02*
+X81565600Y-97456400D01*
+%TO.C,C2*%
+X74064400Y-96373733D02*
+X74064400Y-96666267D01*
+X75084400Y-96373733D02*
+X75084400Y-96666267D01*
+%TO.C,C1*%
+X81989200Y-96373733D02*
+X81989200Y-96666267D01*
+X83009200Y-96373733D02*
+X83009200Y-96666267D01*
+%TO.C,R10*%
+X82497300Y-76099424D02*
+X82497300Y-75589976D01*
+X81452300Y-76099424D02*
+X81452300Y-75589976D01*
+%TO.C,Q1*%
+X82964800Y-76367000D02*
+X82964800Y-74957000D01*
+X85294800Y-74957000D02*
+X84624800Y-74957000D01*
+X83624800Y-74957000D02*
+X82964800Y-74957000D01*
+X85284800Y-74957000D02*
+X85284800Y-77692000D01*
+%TO.C,R7*%
+X104648724Y-59040500D02*
+X104139276Y-59040500D01*
+X104648724Y-60085500D02*
+X104139276Y-60085500D01*
+%TO.C,U3*%
+X100642000Y-61427000D02*
+X98842000Y-61427000D01*
+X98842000Y-58207000D02*
+X101792000Y-58207000D01*
+%TO.C,R8*%
+X104648724Y-61609500D02*
+X104139276Y-61609500D01*
+X104648724Y-60564500D02*
+X104139276Y-60564500D01*
%TO.C,R6*%
-X99773824Y-59628300D02*
-X99264376Y-59628300D01*
-X99773824Y-58583300D02*
-X99264376Y-58583300D01*
+X103820700Y-52580624D02*
+X103820700Y-52071176D01*
+X104865700Y-52580624D02*
+X104865700Y-52071176D01*
%TO.C,C5*%
X73068567Y-81455800D02*
X72776033Y-81455800D01*
@@ -398,21 +1502,6 @@ X136937800Y-77195600D02*
X135677800Y-77195600D01*
X136937800Y-73435600D02*
X136937800Y-77195600D01*
-%TO.C,Y1*%
-X82332200Y-99125000D02*
-X76082200Y-99125000D01*
-X82332200Y-94075000D02*
-X76082200Y-94075000D01*
-X82332200Y-99125000D02*
-G75*
-G03*
-X82332200Y-94075000I0J2525000D01*
-G01*
-X76082200Y-94075000D02*
-G75*
-G03*
-X76082200Y-99125000I0J-2525000D01*
-G01*
%TO.C,C3*%
X133742152Y-70127800D02*
X133219648Y-70127800D01*
@@ -424,10 +1513,10 @@ X83187000Y-81513633D01*
X82167000Y-81806167D02*
X82167000Y-81513633D01*
%TO.C,R9*%
-X109754576Y-57948300D02*
-X110264024Y-57948300D01*
-X109754576Y-58993300D02*
-X110264024Y-58993300D01*
+X106377500Y-52554724D02*
+X106377500Y-52045276D01*
+X107422500Y-52554724D02*
+X107422500Y-52045276D01*
%TO.C,C6*%
X83471633Y-91670600D02*
X83764167Y-91670600D01*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-Edge_Cuts.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-Edge_Cuts.gbr
index 8830a1c..c42d677 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-Edge_Cuts.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-Edge_Cuts.gbr
@@ -1,11 +1,11 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Cu.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Cu.gbr
index a41a306..f8c3052 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Cu.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Cu.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:34+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Copper,L1,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:34*
%MOMM*%
%LPD*%
G01*
@@ -30,100 +30,149 @@ G04 Aperture macros list*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%TA.AperFunction,ComponentPad*%
-%ADD10R,0.850000X0.850000*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD11RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD12RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD13RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD14RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD15R,0.600000X1.450000*%
-%TD*%
-%TA.AperFunction,SMDPad,CuDef*%
-%ADD16R,0.300000X1.450000*%
+%ADD10C,2.000000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD17O,1.000000X2.100000*%
+%ADD11R,1.000000X1.000000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD18O,1.000000X1.600000*%
+%ADD12O,1.000000X1.000000*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD19RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
+%ADD13RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
%TD*%
%TA.AperFunction,SMDPad,CuDef*%
-%ADD20R,0.650000X1.560000*%
+%ADD14RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD15RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD16R,0.600000X1.450000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD17R,0.300000X1.450000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD21R,1.700000X1.700000*%
+%ADD18O,1.000000X2.100000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD22O,0.850000X0.850000*%
+%ADD19O,1.000000X1.600000*%
%TD*%
%TA.AperFunction,ComponentPad*%
-%ADD23C,1.500000*%
+%ADD20R,1.700000X1.700000*%
+%TD*%
+%TA.AperFunction,SMDPad,CuDef*%
+%ADD21RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
%TD*%
%TA.AperFunction,ViaPad*%
-%ADD24C,1.200000*%
+%ADD22C,0.800000*%
%TD*%
%TA.AperFunction,ViaPad*%
-%ADD25C,0.800000*%
+%ADD23C,1.200000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD26C,0.250000*%
+%ADD24C,0.250000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD27C,0.200000*%
+%ADD25C,0.200000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD28C,1.000000*%
+%ADD26C,0.500000*%
%TD*%
%TA.AperFunction,Conductor*%
-%ADD29C,0.500000*%
+%ADD27C,1.000000*%
%TD*%
G04 APERTURE END LIST*
D10*
+%TO.P,J9,1,Pin_1*%
+%TO.N,GND*%
+X97310000Y-66260000D03*
+%TD*%
+%TO.P,J8,1,Pin_1*%
+%TO.N,Net-(J8-Pad1)*%
+X99500000Y-65500000D03*
+%TD*%
+%TO.P,J7,1,Pin_1*%
+%TO.N,Net-(J7-Pad1)*%
+X101700000Y-64910000D03*
+%TD*%
%TO.P,J6,1,Pin_1*%
-%TO.N,Net-(R3-Pad2)*%
+%TO.N,Net-(J6-Pad1)*%
X103980000Y-64570000D03*
%TD*%
-%TO.P,J3,1,Pin_1*%
-%TO.N,Net-(R2-Pad2)*%
-X111930000Y-65330000D03*
+%TO.P,J5,1,Pin_1*%
+%TO.N,/VBUS*%
+X106270000Y-64490000D03*
%TD*%
%TO.P,J4,1,Pin_1*%
%TO.N,GND*%
X109640000Y-64820000D03*
%TD*%
-%TO.P,J8,1,Pin_1*%
-%TO.N,Net-(R5-Pad2)*%
-X99500000Y-65500000D03*
+%TO.P,J3,1,Pin_1*%
+%TO.N,Net-(J3-Pad1)*%
+X111930000Y-65330000D03*
+%TD*%
+%TO.P,J2,1,Pin_1*%
+%TO.N,/VBUS*%
+X114040000Y-66090000D03*
%TD*%
D11*
-%TO.P,C1,1*%
-%TO.N,/OSC_IN*%
-X81661000Y-98478000D03*
-%TO.P,C1,2*%
-%TO.N,GND*%
-X81661000Y-100203000D03*
-%TD*%
+%TO.P,J1,1,Pin_1*%
+%TO.N,/SWCLK*%
+X70764400Y-85039200D03*
D12*
-%TO.P,R7,1*%
-%TO.N,/DP*%
-X97663000Y-57150000D03*
-%TO.P,R7,2*%
-%TO.N,Net-(R7-Pad2)*%
-X95838000Y-57150000D03*
+%TO.P,J1,2,Pin_2*%
+%TO.N,/SWDIO*%
+X70764400Y-86309200D03*
+%TO.P,J1,3,Pin_3*%
+%TO.N,GND*%
+X70764400Y-87579200D03*
+%TO.P,J1,4,Pin_4*%
+%TO.N,+3V3*%
+X70764400Y-88849200D03*
+%TO.P,J1,5,Pin_5*%
+%TO.N,/BOOT0*%
+X70764400Y-90119200D03*
+%TO.P,J1,6,Pin_6*%
+%TO.N,/NRST*%
+X70764400Y-91389200D03*
%TD*%
D13*
+%TO.P,R11,1*%
+%TO.N,GND*%
+X90627200Y-57910100D03*
+%TO.P,R11,2*%
+%TO.N,Net-(R11-Pad2)*%
+X90627200Y-56085100D03*
+%TD*%
+D14*
+%TO.P,U4,1,TXD*%
+%TO.N,/CANTX*%
+X92481400Y-60133000D03*
+%TO.P,U4,2,VSS*%
+%TO.N,GND*%
+X93751400Y-60133000D03*
+%TO.P,U4,3,VDD*%
+%TO.N,/VBUS*%
+X95021400Y-60133000D03*
+%TO.P,U4,4,RXD*%
+%TO.N,/CANRX*%
+X96291400Y-60133000D03*
+%TO.P,U4,5,Vref*%
+%TO.N,unconnected-(U4-Pad5)*%
+X96291400Y-55183000D03*
+%TO.P,U4,6,CANL*%
+%TO.N,/CANL*%
+X95021400Y-55183000D03*
+%TO.P,U4,7,CANH*%
+%TO.N,/CANH*%
+X93751400Y-55183000D03*
+%TO.P,U4,8,Rs*%
+%TO.N,Net-(R11-Pad2)*%
+X92481400Y-55183000D03*
+%TD*%
+D15*
%TO.P,D1,1,K*%
%TO.N,/SPI_SCK*%
X78547000Y-77901800D03*
@@ -140,29 +189,24 @@ X76647000Y-80176800D03*
%TO.N,/SPI_MISO*%
X78547000Y-80176800D03*
%TD*%
-D10*
-%TO.P,J9,1,Pin_1*%
-%TO.N,GND*%
-X97310000Y-66260000D03*
-%TD*%
-D14*
+D13*
%TO.P,R3,1*%
%TO.N,/SPI_MOSI*%
X79612066Y-71094600D03*
%TO.P,R3,2*%
-%TO.N,Net-(R3-Pad2)*%
+%TO.N,Net-(J6-Pad1)*%
X79612066Y-69269600D03*
%TD*%
-D15*
+D16*
%TO.P,J37,A1,GND*%
%TO.N,GND*%
X108860000Y-55515000D03*
%TO.P,J37,A4,VBUS*%
%TO.N,/VBUS*%
X108060000Y-55515000D03*
-D16*
+D17*
%TO.P,J37,A5,CC1*%
-%TO.N,Net-(J37-PadA5)*%
+%TO.N,/CANL*%
X106860000Y-55515000D03*
%TO.P,J37,A6,D+*%
%TO.N,/DP*%
@@ -171,9 +215,9 @@ X105860000Y-55515000D03*
%TO.N,/DM*%
X105360000Y-55515000D03*
%TO.P,J37,A8,SBU1*%
-%TO.N,unconnected-(J37-PadA8)*%
+%TO.N,/CANH*%
X104360000Y-55515000D03*
-D15*
+D16*
%TO.P,J37,A9,VBUS*%
%TO.N,/VBUS*%
X103160000Y-55515000D03*
@@ -185,9 +229,9 @@ X102360000Y-55515000D03*
%TO.P,J37,B4,VBUS*%
%TO.N,/VBUS*%
X103160000Y-55515000D03*
-D16*
+D17*
%TO.P,J37,B5,CC2*%
-%TO.N,Net-(J37-PadB5)*%
+%TO.N,/CANL*%
X103860000Y-55515000D03*
%TO.P,J37,B6,D+*%
%TO.N,/DP*%
@@ -196,128 +240,57 @@ X104860000Y-55515000D03*
%TO.N,/DM*%
X106360000Y-55515000D03*
%TO.P,J37,B8,SBU2*%
-%TO.N,unconnected-(J37-PadB8)*%
+%TO.N,/CANH*%
X107360000Y-55515000D03*
-D15*
+D16*
%TO.P,J37,B9,VBUS*%
%TO.N,/VBUS*%
X108060000Y-55515000D03*
%TO.P,J37,B12,GND*%
%TO.N,GND*%
X108860000Y-55515000D03*
-D17*
+D18*
%TO.P,J37,S1,SHIELD*%
X101290000Y-54600000D03*
X109930000Y-54600000D03*
-D18*
+D19*
X109930000Y-50420000D03*
X101290000Y-50420000D03*
%TD*%
-D19*
-%TO.P,C2,1*%
-%TO.N,/OSC_OUT*%
-X74902400Y-96610000D03*
-%TO.P,C2,2*%
-%TO.N,GND*%
-X73177400Y-96610000D03*
-%TD*%
-D20*
-%TO.P,U3,1,I/O1*%
-%TO.N,Net-(R7-Pad2)*%
-X93050400Y-57142400D03*
-%TO.P,U3,2,GND*%
-%TO.N,GND*%
-X92100400Y-57142400D03*
-%TO.P,U3,3,I/O2*%
-%TO.N,Net-(R8-Pad2)*%
-X91150400Y-57142400D03*
-%TO.P,U3,4,I/O2*%
-%TO.N,/USBDM*%
-X91150400Y-59842400D03*
-%TO.P,U3,5,VBUS*%
-%TO.N,/VBUS*%
-X92100400Y-59842400D03*
-%TO.P,U3,6,I/O1*%
-%TO.N,/USBDP*%
-X93050400Y-59842400D03*
-%TD*%
-D12*
-%TO.P,R8,1*%
-%TO.N,/DM*%
-X97661100Y-55549800D03*
-%TO.P,R8,2*%
-%TO.N,Net-(R8-Pad2)*%
-X95836100Y-55549800D03*
-%TD*%
-D10*
-%TO.P,J2,1,Pin_1*%
-%TO.N,/VBUS*%
-X114040000Y-66090000D03*
-%TD*%
-%TO.P,J7,1,Pin_1*%
-%TO.N,Net-(R4-Pad2)*%
-X101700000Y-64910000D03*
-%TD*%
-D14*
+D13*
%TO.P,R4,1*%
%TO.N,/SPI_MISO*%
X81169932Y-71094600D03*
%TO.P,R4,2*%
-%TO.N,Net-(R4-Pad2)*%
+%TO.N,Net-(J7-Pad1)*%
X81169932Y-69269600D03*
%TD*%
-D10*
-%TO.P,J5,1,Pin_1*%
-%TO.N,/VBUS*%
-X106270000Y-64490000D03*
-%TD*%
-D21*
+D20*
%TO.P,J35,1,Pin_1*%
%TO.N,GND*%
X138633200Y-89560400D03*
%TD*%
-D14*
+D13*
%TO.P,R2,1*%
%TO.N,/L_DETECT*%
X78054200Y-71094600D03*
%TO.P,R2,2*%
-%TO.N,Net-(R2-Pad2)*%
+%TO.N,Net-(J3-Pad1)*%
X78054200Y-69269600D03*
%TD*%
%TO.P,R5,1*%
%TO.N,/SPI_SCK*%
X82727800Y-71094600D03*
%TO.P,R5,2*%
-%TO.N,Net-(R5-Pad2)*%
+%TO.N,Net-(J8-Pad1)*%
X82727800Y-69269600D03*
%TD*%
-D21*
+D20*
%TO.P,J26,1,Pin_1*%
%TO.N,/VBUS*%
X127609600Y-72237600D03*
%TD*%
-D10*
-%TO.P,J1,1,Pin_1*%
-%TO.N,/SWCLK*%
-X70586600Y-85188800D03*
-D22*
-%TO.P,J1,2,Pin_2*%
-%TO.N,/SWDIO*%
-X70586600Y-86188800D03*
-%TO.P,J1,3,Pin_3*%
-%TO.N,GND*%
-X70586600Y-87188800D03*
-%TO.P,J1,4,Pin_4*%
-%TO.N,+3V3*%
-X70586600Y-88188800D03*
-%TO.P,J1,5,Pin_5*%
-%TO.N,/BOOT0*%
-X70586600Y-89188800D03*
-%TO.P,J1,6,Pin_6*%
-%TO.N,/NRST*%
-X70586600Y-90188800D03*
-%TD*%
-D12*
+D21*
%TO.P,R1,1*%
%TO.N,/BOOT0*%
X80387200Y-90906600D03*
@@ -325,46 +298,56 @@ X80387200Y-90906600D03*
%TO.N,GND*%
X78562200Y-90906600D03*
%TD*%
-D21*
+D20*
%TO.P,J36,1,Pin_1*%
%TO.N,+3V3*%
X133350000Y-89560400D03*
%TD*%
+D22*
+%TO.N,GND*%
+X74904600Y-99949000D03*
+X131227800Y-72135600D03*
+X138658600Y-84658200D03*
+X77343000Y-92938600D03*
+X82677000Y-80797400D03*
+%TO.N,/CANL*%
+X102721437Y-53082163D03*
+%TO.N,/CANH*%
+X104343200Y-53238400D03*
+D23*
+%TO.N,GND*%
+X99060000Y-56184800D03*
+D22*
+%TO.N,/CANL*%
+X106900000Y-53212500D03*
+%TO.N,/CANRX*%
+X96250961Y-60507339D03*
+%TO.N,/CANTX*%
+X93116400Y-61518800D03*
+%TO.N,/USBDP*%
+X84023200Y-69443600D03*
+%TO.N,/USBDM*%
+X83921600Y-70459600D03*
+%TO.N,/USBDP*%
+X82550000Y-78079600D03*
+%TO.N,/USBDM*%
+X81635600Y-78486000D03*
+%TO.N,/DM*%
+X106426000Y-58547000D03*
D23*
-%TO.P,Y1,1,1*%
-%TO.N,/OSC_IN*%
-X81647200Y-96600000D03*
-%TO.P,Y1,2,2*%
-%TO.N,/OSC_OUT*%
-X76767200Y-96600000D03*
-%TD*%
-D24*
%TO.N,GND*%
X109423200Y-115290600D03*
-D25*
-X89509600Y-58521600D03*
-D24*
-X77673200Y-75488800D03*
X112471200Y-62026800D03*
-D25*
-X84582000Y-80746600D03*
+D22*
X73888600Y-79095600D03*
-D24*
-X114300000Y-58521600D03*
-D25*
-X84582000Y-77063600D03*
-D24*
-X80848200Y-75260200D03*
-D25*
-X71831200Y-87426800D03*
-D24*
+D23*
%TO.N,/VBUS*%
X108051600Y-60350400D03*
X101803200Y-57353200D03*
%TO.N,+3V3*%
X131064000Y-84886800D03*
X80162400Y-86842600D03*
-D25*
+D22*
X78435200Y-84150200D03*
%TO.N,/L_DETECT*%
X75184000Y-77927200D03*
@@ -386,179 +369,391 @@ X78790800Y-86188800D03*
X80445588Y-88464412D03*
%TO.N,/NRST*%
X77825600Y-89408000D03*
-%TO.N,Net-(J37-PadA5)*%
-X107137200Y-58470800D03*
%TO.N,/DP*%
X104190800Y-58166000D03*
-X105511600Y-59309000D03*
X105660500Y-57759600D03*
-%TO.N,Net-(J37-PadB5)*%
-X103047800Y-58039000D03*
-%TO.N,/USBDM*%
-X81635600Y-78282800D03*
-X84074000Y-69088000D03*
-X91160600Y-61772800D03*
-%TO.N,/USBDP*%
-X94462600Y-59842400D03*
-X82778600Y-78282800D03*
-X85217000Y-69088000D03*
-%TO.N,Net-(R2-Pad2)*%
-X76631800Y-69265800D03*
-X97993200Y-62128400D03*
%TD*%
-D26*
-%TO.N,/OSC_IN*%
-X81647200Y-96600000D02*
-X81647200Y-98464200D01*
-X81647200Y-98464200D02*
-X81661000Y-98478000D01*
-D27*
+D24*
%TO.N,GND*%
-X91846400Y-58521600D02*
-X89509600Y-58521600D01*
-X84582000Y-80746600D02*
-X84582000Y-77063600D01*
-X80619600Y-75488800D02*
-X77673200Y-75488800D01*
-D28*
+X75158600Y-100203000D02*
+X74904600Y-99949000D01*
+X74904600Y-99949000D02*
+X73177400Y-98221800D01*
+X119532400Y-66598800D02*
+X115062000Y-62128400D01*
X112471200Y-62026800D02*
-X115874800Y-62026800D01*
-D27*
-X92100400Y-58267600D02*
-X91871800Y-58496200D01*
+X114960400Y-62026800D01*
+X114960400Y-62026800D02*
+X115062000Y-62128400D01*
+X131227800Y-72135600D02*
+X131227800Y-70369400D01*
+X131227800Y-70369400D02*
+X127457200Y-66598800D01*
+X127457200Y-66598800D02*
+X119532400Y-66598800D01*
+X138658600Y-84658200D02*
+X138658600Y-77038200D01*
+X138658600Y-77038200D02*
+X133756000Y-72135600D01*
+X133756000Y-72135600D02*
+X131227800Y-72135600D01*
+X81661000Y-100203000D02*
+X75158600Y-100203000D01*
+X73177400Y-98221800D02*
+X73177400Y-96610000D01*
+X73177400Y-96610000D02*
+X76848800Y-92938600D01*
+X76848800Y-92938600D02*
+X77343000Y-92938600D01*
+X78562200Y-90906600D02*
+X77343000Y-92125800D01*
+X77343000Y-92125800D02*
+X77343000Y-92938600D01*
+X78562200Y-90906600D02*
+X78587600Y-90932000D01*
+X82677000Y-80797400D02*
+X85648800Y-77825600D01*
+X85648800Y-77825600D02*
+X85648800Y-68976334D01*
+X85648800Y-68976334D02*
+X88365134Y-66260000D01*
+X88365134Y-66260000D02*
+X97310000Y-66260000D01*
+%TO.N,/CANL*%
+X102064873Y-52425600D02*
+X102721437Y-53082163D01*
+X102721437Y-53082163D02*
+X103280237Y-53640964D01*
+%TO.N,/CANH*%
+X103530400Y-52425600D02*
+X103022400Y-51917600D01*
+X107289600Y-52425600D02*
+X107696000Y-52832000D01*
+X104343200Y-53238400D02*
+X103530400Y-52425600D01*
+X103530400Y-52425600D02*
+X107289600Y-52425600D01*
+X107696000Y-52832000D02*
+X107696000Y-53644800D01*
+X107696000Y-53644800D02*
+X107360000Y-53980800D01*
+X96367600Y-51917600D02*
+X103022400Y-51917600D01*
+%TO.N,/CANL*%
+X97078800Y-52425600D02*
+X101650800Y-52425600D01*
+X101650800Y-52425600D02*
+X102064873Y-52425600D01*
+X103632000Y-54000400D02*
+X103276400Y-53644800D01*
+D25*
+X103860000Y-55515000D02*
+X103860000Y-54228400D01*
+X103860000Y-54228400D02*
+X103632000Y-54000400D01*
+%TO.N,/CANH*%
+X104360000Y-55515000D02*
+X104360000Y-53255200D01*
+X104360000Y-53255200D02*
+X104343200Y-53238400D01*
+%TO.N,/CANL*%
+X106860000Y-55515000D02*
+X106860000Y-53252500D01*
+X106860000Y-53252500D02*
+X106900000Y-53212500D01*
+D24*
+%TO.N,/CANH*%
+X93751400Y-55183000D02*
+X93751400Y-54533800D01*
+X93751400Y-54533800D02*
+X96367600Y-51917600D01*
+%TO.N,/CANL*%
+X95021400Y-55183000D02*
+X95021400Y-54483000D01*
+X95021400Y-54483000D02*
+X97078800Y-52425600D01*
+D25*
+%TO.N,/CANH*%
+X107360000Y-55515000D02*
+X107360000Y-53980800D01*
+D24*
+%TO.N,/NRST*%
+X77825600Y-89408000D02*
+X72745600Y-89408000D01*
+X72745600Y-89408000D02*
+X70764400Y-91389200D01*
+%TO.N,/BOOT0*%
+X80445588Y-88464412D02*
+X78769188Y-88464412D01*
+X70764400Y-90119200D02*
+X72419188Y-88464412D01*
+X72419188Y-88464412D02*
+X78769188Y-88464412D01*
+%TO.N,+3V3*%
+X80162400Y-86842600D02*
+X72771000Y-86842600D01*
+X72771000Y-86842600D02*
+X70764400Y-88849200D01*
+%TO.N,/SWDIO*%
+X78790800Y-86188800D02*
+X78670400Y-86309200D01*
+X78670400Y-86309200D02*
+X70764400Y-86309200D01*
+%TO.N,/SWCLK*%
+X78270100Y-85534500D02*
+X73444100Y-85534500D01*
+X73444100Y-85534500D02*
+X72948800Y-85039200D01*
+X72948800Y-85039200D02*
+X70764400Y-85039200D01*
+X78615800Y-85188800D02*
+X78270100Y-85534500D01*
+%TO.N,GND*%
+X93216100Y-57910100D02*
+X94382600Y-56743600D01*
+X94382600Y-56743600D02*
+X98501200Y-56743600D01*
+X98501200Y-56743600D02*
+X99060000Y-56184800D01*
D26*
+X101701600Y-56184800D02*
+X99060000Y-56184800D01*
+X102360000Y-55515000D02*
+X102360000Y-55526400D01*
+X102360000Y-55526400D02*
+X101701600Y-56184800D01*
+X108860000Y-55515000D02*
+X108860000Y-58415600D01*
+X108860000Y-58415600D02*
+X112471200Y-62026800D01*
+D24*
+%TO.N,/VBUS*%
+X101803200Y-57353200D02*
+X96215200Y-57353200D01*
+X96215200Y-57353200D02*
+X95021400Y-58547000D01*
+X95021400Y-58547000D02*
+X95021400Y-60133000D01*
+%TO.N,Net-(R11-Pad2)*%
+X90627200Y-56085100D02*
+X91579300Y-56085100D01*
+X91579300Y-56085100D02*
+X92481400Y-55183000D01*
+%TO.N,GND*%
+X90627200Y-57910100D02*
+X93216100Y-57910100D01*
+X93216100Y-57910100D02*
+X93751400Y-58445400D01*
+X93751400Y-58445400D02*
+X93751400Y-60133000D01*
+%TO.N,/CANTX*%
+X92481400Y-60133000D02*
+X92481400Y-60883800D01*
+X92481400Y-60883800D02*
+X93116400Y-61518800D01*
+%TO.N,Net-(J8-Pad1)*%
+X82727800Y-69269600D02*
+X83849200Y-68148200D01*
+X85877400Y-68148200D02*
+X90525600Y-63500000D01*
+X83849200Y-68148200D02*
+X85877400Y-68148200D01*
+X90525600Y-63500000D02*
+X99161600Y-63500000D01*
+X99161600Y-63500000D02*
+X99500000Y-63838400D01*
+X99500000Y-63838400D02*
+X99500000Y-65500000D01*
+%TO.N,Net-(J7-Pad1)*%
+X81169932Y-69269600D02*
+X81169932Y-68512268D01*
+X90373200Y-63042800D02*
+X101295200Y-63042800D01*
+X81169932Y-68512268D02*
+X82118200Y-67564000D01*
+X82118200Y-67564000D02*
+X85852000Y-67564000D01*
+X85852000Y-67564000D02*
+X90373200Y-63042800D01*
+X101295200Y-63042800D02*
+X101700000Y-63447600D01*
+X101700000Y-63447600D02*
+X101700000Y-64910000D01*
+%TO.N,Net-(J6-Pad1)*%
+X90170000Y-62636400D02*
+X103581200Y-62636400D01*
+X103581200Y-62636400D02*
+X103980000Y-63035200D01*
+X103980000Y-63035200D02*
+X103980000Y-64570000D01*
+X79612066Y-69269600D02*
+X79612066Y-67987334D01*
+X80619600Y-66979800D02*
+X85826600Y-66979800D01*
+X79612066Y-67987334D02*
+X80619600Y-66979800D01*
+X85826600Y-66979800D02*
+X90170000Y-62636400D01*
+%TO.N,Net-(J3-Pad1)*%
+X85953600Y-66243200D02*
+X79248000Y-66243200D01*
+X79248000Y-66243200D02*
+X78054200Y-67437000D01*
+X78054200Y-67437000D02*
+X78054200Y-69269600D01*
+X111930000Y-65330000D02*
+X111930000Y-63838000D01*
+X111930000Y-63838000D02*
+X111937800Y-63830200D01*
+X111937800Y-63830200D02*
+X111937800Y-63576200D01*
+X110530700Y-62169100D02*
+X90027700Y-62169100D01*
+X111937800Y-63576200D02*
+X110530700Y-62169100D01*
+X90027700Y-62169100D02*
+X85953600Y-66243200D01*
+%TO.N,/USBDP*%
+X84582000Y-70002400D02*
+X84023200Y-69443600D01*
+X84582000Y-71577200D02*
+X84582000Y-70002400D01*
+X83820000Y-72339200D02*
+X84582000Y-71577200D01*
+%TO.N,/USBDM*%
+X83921600Y-71475600D02*
+X83921600Y-70459600D01*
+X83286600Y-72110600D02*
+X83921600Y-71475600D01*
+%TO.N,/USBDP*%
+X82550000Y-78079600D02*
+X82550000Y-76149200D01*
+X83820000Y-74879200D02*
+X83820000Y-72339200D01*
+X82550000Y-76149200D02*
+X83820000Y-74879200D01*
+%TO.N,/USBDM*%
+X81635600Y-78486000D02*
+X81635600Y-76352400D01*
+X81635600Y-76352400D02*
+X83286600Y-74701400D01*
+X83286600Y-74701400D02*
+X83286600Y-72110600D01*
+%TO.N,/SPI_SCK*%
+X82727800Y-74498200D02*
+X80822800Y-76403200D01*
+X77639876Y-83624724D02*
+X78130400Y-83134200D01*
+X80822800Y-76403200D02*
+X79324200Y-77901800D01*
+X77639876Y-84810577D02*
+X77639876Y-83624724D01*
+X78130400Y-83134200D02*
+X79222600Y-83134200D01*
+X80772000Y-81584800D02*
+X80772000Y-76454000D01*
+X79222600Y-83134200D02*
+X80772000Y-81584800D01*
+X80772000Y-76454000D02*
+X80822800Y-76403200D01*
+X79324200Y-77901800D02*
+X78547000Y-77901800D01*
+X82727800Y-71094600D02*
+X82727800Y-74498200D01*
+D25*
+%TO.N,/DM*%
+X106360000Y-57973000D02*
+X106360000Y-58328600D01*
+X106360000Y-55515000D02*
+X106360000Y-57973000D01*
+X106360000Y-57973000D02*
+X106360000Y-58481000D01*
+X106360000Y-58481000D02*
+X106426000Y-58547000D01*
+D24*
+%TO.N,GND*%
X77597000Y-78816200D02*
X77317600Y-79095600D01*
-D27*
+D25*
X84074000Y-113334800D02*
X85547200Y-114808000D01*
-D26*
+D24*
X77597000Y-77901800D02*
X77597000Y-78816200D01*
-D27*
+D25*
X81661000Y-108762800D02*
X81661000Y-109448600D01*
-X77597000Y-75565000D02*
-X77597000Y-77901800D01*
X86029800Y-115290600D02*
X109423200Y-115290600D01*
X85547200Y-114808000D02*
X86029800Y-115290600D01*
-D26*
+D24*
X77317600Y-79095600D02*
X73888600Y-79095600D01*
-D28*
-X115468400Y-58521600D02*
-X114300000Y-58521600D01*
-X115874800Y-62026800D02*
-X115874800Y-58928000D01*
-D27*
-X91871800Y-58496200D02*
-X91846400Y-58521600D01*
-D28*
-X115874800Y-58928000D02*
-X115468400Y-58521600D01*
-D27*
+D25*
X84074000Y-111861600D02*
X84074000Y-113334800D01*
X81661000Y-109448600D02*
X84074000Y-111861600D01*
X81661000Y-107924600D02*
X81661000Y-108762800D01*
-X92100400Y-57142400D02*
-X92100400Y-58267600D01*
-X77673200Y-75488800D02*
-X77597000Y-75565000D01*
X81661000Y-100203000D02*
X81661000Y-107924600D01*
-X80848200Y-75260200D02*
-X80619600Y-75488800D01*
D26*
-%TO.N,/OSC_OUT*%
-X76767200Y-96600000D02*
-X74912400Y-96600000D01*
-X74912400Y-96600000D02*
-X74902400Y-96610000D01*
-D29*
%TO.N,/VBUS*%
X108060000Y-55515000D02*
X108060000Y-60342000D01*
-D26*
+D24*
X102514400Y-57353200D02*
X101803200Y-57353200D01*
X103160000Y-56707600D02*
X102514400Y-57353200D01*
-X108051600Y-60350400D02*
-X95783400Y-60350400D01*
-X95783400Y-60350400D02*
-X94208600Y-61925200D01*
-X92557600Y-61925200D02*
-X92100400Y-61468000D01*
X103160000Y-55515000D02*
X103160000Y-56707600D01*
-X92100400Y-61468000D02*
-X92100400Y-59842400D01*
-D29*
+D26*
X108051600Y-60350400D02*
X108060000Y-60342000D01*
-D26*
-X94208600Y-61925200D02*
-X92557600Y-61925200D01*
-D28*
+X101803200Y-59740800D02*
+X102412800Y-60350400D01*
+X101803200Y-57353200D02*
+X101803200Y-59740800D01*
+X102412800Y-60350400D02*
+X108051600Y-60350400D01*
+D27*
%TO.N,+3V3*%
X85496400Y-88315800D02*
X85496400Y-106273600D01*
-D26*
+D24*
X78435200Y-84150200D02*
X81508600Y-84150200D01*
-D28*
+D27*
X124968000Y-107670600D02*
X128676400Y-103962200D01*
X80162400Y-86842600D02*
X81635600Y-86842600D01*
-D26*
+D24*
X81635600Y-84277200D02*
X81635600Y-86842600D01*
-D28*
+D27*
X81635600Y-86842600D02*
X84023200Y-86842600D01*
-D26*
+D24*
X81508600Y-84150200D02*
X81635600Y-84277200D01*
-D28*
+D27*
X128676400Y-88188800D02*
X128676400Y-87274400D01*
-D26*
-X80162400Y-86842600D02*
-X80162400Y-87274400D01*
-D28*
X85496400Y-106273600D02*
X86893400Y-107670600D01*
-D26*
-X79527400Y-87909400D02*
-X72974200Y-87909400D01*
-X71831200Y-88595200D02*
-X71424800Y-88188800D01*
-D28*
X86893400Y-107670600D02*
X124968000Y-107670600D01*
-D26*
-X72288400Y-88595200D02*
-X71831200Y-88595200D01*
-D28*
X128676400Y-87274400D02*
X131064000Y-84886800D01*
X84023200Y-86842600D02*
X85496400Y-88315800D01*
X128676400Y-103962200D02*
X128676400Y-88188800D01*
-D26*
-X80162400Y-87274400D02*
-X79527400Y-87909400D01*
-X72974200Y-87909400D02*
-X72288400Y-88595200D01*
-X71424800Y-88188800D02*
-X70586600Y-88188800D01*
+D24*
%TO.N,/L_DETECT*%
X78054200Y-71094600D02*
X75184000Y-73964800D01*
@@ -570,27 +765,6 @@ X75184000Y-77927200D02*
X76621600Y-77927200D01*
X76621600Y-77927200D02*
X76647000Y-77901800D01*
-%TO.N,/SPI_SCK*%
-X82727800Y-75387200D02*
-X81330800Y-76784200D01*
-X78547000Y-77901800D02*
-X80213200Y-77901800D01*
-X82727800Y-71094600D02*
-X82727800Y-75387200D01*
-X81330800Y-76784200D02*
-X80772000Y-77343000D01*
-X77639876Y-83624724D02*
-X77639876Y-84810577D01*
-X80772000Y-77343000D02*
-X80772000Y-81584800D01*
-X80213200Y-77901800D02*
-X81330800Y-76784200D01*
-X80772000Y-81584800D02*
-X79222600Y-83134200D01*
-X79222600Y-83134200D02*
-X78130400Y-83134200D01*
-X78130400Y-83134200D02*
-X77639876Y-83624724D01*
%TO.N,/SPI_MISO*%
X78547000Y-80101400D02*
X79908400Y-78740000D01*
@@ -622,64 +796,27 @@ X79612066Y-71094600D01*
%TO.N,/SWCLK*%
X80769200Y-85188800D02*
X78615800Y-85188800D01*
-X73126600Y-86690200D02*
-X71625200Y-85188800D01*
-X77114400Y-86690200D02*
-X73126600Y-86690200D01*
-X71625200Y-85188800D02*
-X70586600Y-85188800D01*
X79804000Y-85188800D02*
X78615800Y-85188800D01*
-D27*
+D25*
X80769200Y-85188800D02*
X80772000Y-85191600D01*
-D26*
+D24*
X79804000Y-85188800D02*
X80769200Y-85188800D01*
-X78615800Y-85188800D02*
-X77114400Y-86690200D01*
-D27*
+D25*
X79806800Y-85191600D02*
X79804000Y-85188800D01*
-D26*
-%TO.N,/SWDIO*%
-X71736200Y-86188800D02*
-X70586600Y-86188800D01*
-X78790800Y-86188800D02*
-X78790800Y-86410800D01*
-X72821800Y-87274400D02*
-X71736200Y-86188800D01*
-X77927200Y-87274400D02*
-X72821800Y-87274400D01*
-X78790800Y-86410800D02*
-X77927200Y-87274400D01*
+D24*
%TO.N,/BOOT0*%
-X73606388Y-88464412D02*
-X72882000Y-89188800D01*
X80445588Y-88464412D02*
X80445588Y-90848212D01*
-X80445588Y-88464412D02*
-X73606388Y-88464412D01*
X80445588Y-90848212D02*
X80387200Y-90906600D01*
-X72882000Y-89188800D02*
-X70586600Y-89188800D01*
-%TO.N,/NRST*%
-X77825600Y-89408000D02*
-X77044800Y-90188800D01*
-X77044800Y-90188800D02*
-X70586600Y-90188800D01*
-%TO.N,Net-(J37-PadA5)*%
-X106860000Y-58193600D02*
-X107137200Y-58470800D01*
-X106860000Y-55515000D02*
-X106860000Y-58193600D01*
-D27*
+D25*
%TO.N,/DP*%
X104190800Y-57649635D02*
X104190800Y-58166000D01*
-X105511600Y-59309000D02*
-X101777800Y-59309000D01*
X104190800Y-58166000D02*
X104216200Y-57624235D01*
X104860000Y-56980435D02*
@@ -690,17 +827,9 @@ X104860000Y-56980435D02*
X104860000Y-55515000D01*
X104216200Y-57624235D02*
X104860000Y-56980435D01*
-X101777800Y-59309000D02*
-X99618800Y-57150000D01*
X105860000Y-55515000D02*
X105860000Y-57560100D01*
-X99618800Y-57150000D02*
-X97663000Y-57150000D01*
%TO.N,/DM*%
-X97659200Y-55549800D02*
-X98653600Y-55549800D01*
-X98653600Y-55549800D02*
-X101981000Y-58877200D01*
X105360000Y-55515000D02*
X105360000Y-57045441D01*
X105360000Y-57070841D02*
@@ -717,146 +846,6 @@ X105360000Y-55515000D02*
X105360000Y-57070841D01*
X104927400Y-57478041D02*
X104927400Y-58470800D01*
-X101981000Y-58877200D02*
-X104521000Y-58877200D01*
-X106360000Y-55515000D02*
-X106360000Y-58328600D01*
-X104521000Y-58877200D02*
-X104927400Y-58470800D01*
-%TO.N,Net-(J37-PadB5)*%
-X103860000Y-55515000D02*
-X103860000Y-57023600D01*
-X103860000Y-57226800D02*
-X103047800Y-58039000D01*
-X103860000Y-57023600D02*
-X103860000Y-57226800D01*
-D26*
-%TO.N,Net-(R7-Pad2)*%
-X95838000Y-57150000D02*
-X95830400Y-57142400D01*
-X95830400Y-57142400D02*
-X93050400Y-57142400D01*
-%TO.N,Net-(R8-Pad2)*%
-X91150400Y-55839400D02*
-X91150400Y-57142400D01*
-X95834200Y-55549800D02*
-X91440000Y-55549800D01*
-X91440000Y-55549800D02*
-X91150400Y-55839400D01*
-D27*
-%TO.N,/USBDM*%
-X84074000Y-72288400D02*
-X83286600Y-73075800D01*
-D26*
-X91150400Y-59842400D02*
-X91150400Y-61762600D01*
-D27*
-X83286600Y-73075800D02*
-X83286600Y-75844400D01*
-D26*
-X91150400Y-61762600D02*
-X91160600Y-61772800D01*
-D27*
-X81635600Y-77495400D02*
-X81635600Y-78282800D01*
-X84074000Y-69088000D02*
-X84074000Y-72288400D01*
-X83286600Y-75844400D02*
-X81635600Y-77495400D01*
-%TO.N,/USBDP*%
-X85217000Y-69088000D02*
-X85217000Y-71729600D01*
-X82778600Y-77038200D02*
-X82778600Y-78282800D01*
-X83845400Y-73101200D02*
-X83845400Y-75971400D01*
-D26*
-X93050400Y-59842400D02*
-X94462600Y-59842400D01*
-D27*
-X83845400Y-75971400D02*
-X82778600Y-77038200D01*
-X85217000Y-71729600D02*
-X83845400Y-73101200D01*
-D26*
-%TO.N,Net-(R2-Pad2)*%
-X97967800Y-62153800D02*
-X97993200Y-62128400D01*
-X97967800Y-62169100D02*
-X97967800Y-62153800D01*
-X111937800Y-63576200D02*
-X110530700Y-62169100D01*
-X76631800Y-69265800D02*
-X78050400Y-69265800D01*
-X111930000Y-65330000D02*
-X111930000Y-63838000D01*
-X111930000Y-63838000D02*
-X111937800Y-63830200D01*
-X78050400Y-69265800D02*
-X78054200Y-69269600D01*
-X110530700Y-62169100D02*
-X97967800Y-62169100D01*
-X111937800Y-63830200D02*
-X111937800Y-63576200D01*
-%TO.N,Net-(R3-Pad2)*%
-X102743000Y-63093600D02*
-X95580200Y-63093600D01*
-X79612066Y-69269600D02*
-X79612066Y-67987334D01*
-X79612066Y-67987334D02*
-X80619600Y-66979800D01*
-X95580200Y-63093600D02*
-X92989400Y-65684400D01*
-X103980000Y-64330600D02*
-X102743000Y-63093600D01*
-X92989400Y-65684400D02*
-X88265000Y-65684400D01*
-X87323766Y-65684400D02*
-X88265000Y-65684400D01*
-X86028364Y-66979800D02*
-X87323766Y-65684400D01*
-X80619600Y-66979800D02*
-X86028364Y-66979800D01*
-X103980000Y-64570000D02*
-X103980000Y-64330600D01*
-%TO.N,Net-(R4-Pad2)*%
-X96062800Y-63652400D02*
-X93395800Y-66319400D01*
-X100939600Y-63652400D02*
-X96062800Y-63652400D01*
-X81169932Y-68512268D02*
-X82118200Y-67564000D01*
-X87324483Y-66319400D02*
-X88061800Y-66319400D01*
-X101700000Y-64412800D02*
-X100939600Y-63652400D01*
-X86079882Y-67564000D02*
-X87324483Y-66319400D01*
-X81169932Y-69269600D02*
-X81169932Y-68512268D01*
-X101700000Y-64910000D02*
-X101700000Y-64412800D01*
-X93395800Y-66319400D02*
-X88061800Y-66319400D01*
-X82118200Y-67564000D02*
-X86079882Y-67564000D01*
-%TO.N,Net-(R5-Pad2)*%
-X99500000Y-64473400D02*
-X99500000Y-65500000D01*
-X96393000Y-64211200D02*
-X99237800Y-64211200D01*
-X93675200Y-66929000D02*
-X96393000Y-64211200D01*
-X86131400Y-68148200D02*
-X87350600Y-66929000D01*
-X83849200Y-68148200D02*
-X86131400Y-68148200D01*
-X99237800Y-64211200D02*
-X99500000Y-64473400D01*
-X82727800Y-69269600D02*
-X83849200Y-68148200D01*
-X87350600Y-66929000D02*
-X93675200Y-66929000D01*
%TD*%
%TA.AperFunction,Conductor*%
%TO.N,GND*%
@@ -932,6 +921,7 @@ X115071487Y-51650516D01*
X115088355Y-51668965D01*
X115088472Y-51669121D01*
X115093845Y-51676317D01*
+X115115458Y-51692575D01*
X115129516Y-51703150D01*
X115137867Y-51710012D01*
X115172497Y-51741050D01*
@@ -962,15 +952,15 @@ X127088003Y-57312855D01*
X127169066Y-57382391D01*
X127572001Y-57728031D01*
X127596230Y-57755965D01*
-X128088647Y-58528952D01*
+X128094128Y-58537556D01*
X128103913Y-58552916D01*
X128115241Y-58575369D01*
-X128452858Y-59452958D01*
+X128453836Y-59455500D01*
X128473148Y-59505699D01*
X128481550Y-59550940D01*
X128481550Y-60564003D01*
X128479799Y-60584935D01*
-X128408293Y-61009392D01*
+X128411151Y-60992427D01*
X128406166Y-61022017D01*
X128406069Y-61022585D01*
X128391103Y-61108316D01*
@@ -979,20 +969,14 @@ X128392103Y-61117237D01*
X128394438Y-61138060D01*
X128395185Y-61155207D01*
X128394468Y-61184271D01*
-X128396775Y-61192948D01*
-X128396775Y-61192950D01*
-X128403093Y-61216714D01*
-X128403415Y-61218123D01*
+X128403098Y-61216731D01*
+X128403414Y-61218119D01*
X128403573Y-61219537D01*
-X128404583Y-61223241D01*
-X128404585Y-61223251D01*
-X128414411Y-61259297D01*
-X128414617Y-61260062D01*
-X128420577Y-61282479D01*
+X128414503Y-61259633D01*
X128431891Y-61325039D01*
X128432558Y-61326141D01*
X128432905Y-61327140D01*
-X128553099Y-61768068D01*
+X128548503Y-61751206D01*
X128650311Y-62124688D01*
X128653239Y-62142508D01*
X128654395Y-62148158D01*
@@ -1014,7 +998,7 @@ X128720349Y-62322989D01*
X128726083Y-62329896D01*
X128727819Y-62331987D01*
X128741538Y-62352227D01*
-X128873515Y-62594664D01*
+X128836145Y-62526016D01*
X129204221Y-63202159D01*
X129209274Y-63212549D01*
X129227068Y-63253852D01*
@@ -1027,24 +1011,23 @@ X129308392Y-63353493D01*
X129308393Y-63353494D01*
X129338817Y-63376409D01*
X129346573Y-63382749D01*
-X129488739Y-63508719D01*
-X130054897Y-64010378D01*
+X129568824Y-63579680D01*
+X130071171Y-64024798D01*
X130074747Y-64027967D01*
X130080548Y-64033445D01*
X130118024Y-64071150D01*
-X130157593Y-64092971D01*
+X130151369Y-64089538D01*
X130159752Y-64094161D01*
X130168253Y-64099296D01*
-X130186279Y-64111178D01*
X130208262Y-64125670D01*
X130263264Y-64142584D01*
X130269360Y-64144631D01*
X130788310Y-64333760D01*
X131156323Y-64467881D01*
X131166727Y-64472209D01*
-X131199222Y-64487465D01*
+X131194121Y-64485070D01*
X131207350Y-64491281D01*
-X131237886Y-64496036D01*
+X131230784Y-64494930D01*
X131262758Y-64499909D01*
X131269296Y-64501105D01*
X131315397Y-64510798D01*
@@ -1056,12 +1039,12 @@ X133066913Y-64508500D01*
X133093304Y-64511295D01*
X134120832Y-64731398D01*
X134154753Y-64743976D01*
-X134722910Y-65053726D01*
+X134843196Y-65119304D01*
X134909978Y-65155712D01*
X134924037Y-65163377D01*
X134952820Y-65184908D01*
-X135213232Y-65445316D01*
-X135653188Y-65885266D01*
+X135143117Y-65375202D01*
+X135579726Y-65811805D01*
X135686610Y-65918688D01*
X135703395Y-65939480D01*
X137318363Y-68442868D01*
@@ -1075,20 +1058,20 @@ X140262768Y-74821287D01*
X140266882Y-74832904D01*
X141262925Y-78153976D01*
X141265905Y-78166046D01*
-X141394785Y-78826716D01*
+X141321523Y-78451156D01*
X141931909Y-81580131D01*
X141933355Y-81589351D01*
+X142260720Y-84337291D01*
+X142323479Y-84864095D01*
X142349265Y-85080550D01*
X142350150Y-85095455D01*
X142350150Y-88495170D01*
X142349585Y-88507091D01*
X142017767Y-91998590D01*
X142015999Y-92010803D01*
-X141799914Y-93118077D01*
-X141351629Y-95415205D01*
X141350009Y-95423506D01*
X141347836Y-95432764D01*
-X140952706Y-96869865D01*
+X141178979Y-96046904D01*
X140434019Y-98756349D01*
X140429095Y-98770780D01*
X139100953Y-102007270D01*
@@ -1338,413 +1321,42 @@ X74712638Y-105437363D01*
X74707691Y-105428998D01*
X73048141Y-102358775D01*
X73041386Y-102344102D01*
-X72394656Y-100663028D01*
-X72350890Y-100549266D01*
-X80678000Y-100549266D01*
-X80678337Y-100555782D01*
-X80688075Y-100649632D01*
-X80690968Y-100663028D01*
-X80741488Y-100814453D01*
-X80747653Y-100827615D01*
-X80831426Y-100962992D01*
-X80840460Y-100974390D01*
-X80953129Y-101086863D01*
-X80964540Y-101095875D01*
-X81100063Y-101179412D01*
-X81113241Y-101185556D01*
-X81264766Y-101235815D01*
-X81278132Y-101238681D01*
-X81370770Y-101248172D01*
-X81377185Y-101248500D01*
-X81388885Y-101248500D01*
-X81404124Y-101244025D01*
-X81405329Y-101242635D01*
-X81407000Y-101234952D01*
-X81407000Y-101230385D01*
-X81915000Y-101230385D01*
-X81919475Y-101245624D01*
-X81920865Y-101246829D01*
-X81928548Y-101248500D01*
-X81944766Y-101248500D01*
-X81951282Y-101248163D01*
-X82045132Y-101238425D01*
-X82058528Y-101235532D01*
-X82209953Y-101185012D01*
-X82223115Y-101178847D01*
-X82358492Y-101095074D01*
-X82369890Y-101086040D01*
-X82482363Y-100973371D01*
-X82491375Y-100961960D01*
-X82574912Y-100826437D01*
-X82581056Y-100813259D01*
-X82631315Y-100661734D01*
-X82634181Y-100648368D01*
-X82643672Y-100555730D01*
-X82644000Y-100549315D01*
-X82644000Y-100475115D01*
-X82639525Y-100459876D01*
-X82638135Y-100458671D01*
-X82630452Y-100457000D01*
-X81933115Y-100457000D01*
-X81917876Y-100461475D01*
-X81916671Y-100462865D01*
-X81915000Y-100470548D01*
-X81915000Y-101230385D01*
-X81407000Y-101230385D01*
-X81407000Y-100475115D01*
-X81402525Y-100459876D01*
-X81401135Y-100458671D01*
-X81393452Y-100457000D01*
-X80696115Y-100457000D01*
-X80680876Y-100461475D01*
-X80679671Y-100462865D01*
-X80678000Y-100470548D01*
-X80678000Y-100549266D01*
-X72350890Y-100549266D01*
+X71924977Y-99442169D01*
X71795362Y-99105255D01*
X71792274Y-99096219D01*
-X71792035Y-99095420D01*
-X71131716Y-96893766D01*
-X72131900Y-96893766D01*
-X72132237Y-96900282D01*
-X72141975Y-96994132D01*
-X72144868Y-97007528D01*
-X72195388Y-97158953D01*
-X72201553Y-97172115D01*
-X72285326Y-97307492D01*
-X72294360Y-97318890D01*
-X72407029Y-97431363D01*
-X72418440Y-97440375D01*
-X72553963Y-97523912D01*
-X72567141Y-97530056D01*
-X72718666Y-97580315D01*
-X72732032Y-97583181D01*
-X72824670Y-97592672D01*
-X72831085Y-97593000D01*
-X72905285Y-97593000D01*
-X72920524Y-97588525D01*
-X72921729Y-97587135D01*
-X72923400Y-97579452D01*
-X72923400Y-97574885D01*
-X73431400Y-97574885D01*
-X73435875Y-97590124D01*
-X73437265Y-97591329D01*
-X73444948Y-97593000D01*
-X73523666Y-97593000D01*
-X73530182Y-97592663D01*
-X73624032Y-97582925D01*
-X73637428Y-97580032D01*
-X73788853Y-97529512D01*
-X73802015Y-97523347D01*
-X73937392Y-97439574D01*
-X73948794Y-97430536D01*
-X73950467Y-97428861D01*
-X73951893Y-97428081D01*
-X73954527Y-97425993D01*
-X73954884Y-97426444D01*
-X74012749Y-97394781D01*
-X74083569Y-97399784D01*
-X74128654Y-97428701D01*
-X74130493Y-97430536D01*
-X74136897Y-97436929D01*
-X74284980Y-97528209D01*
-X74450091Y-97582974D01*
-X74456927Y-97583674D01*
-X74456930Y-97583675D01*
-X74504270Y-97588525D01*
-X74552828Y-97593500D01*
-X75251972Y-97593500D01*
-X75255218Y-97593163D01*
-X75255222Y-97593163D01*
-X75349135Y-97583419D01*
-X75349139Y-97583418D01*
-X75355993Y-97582707D01*
-X75362529Y-97580526D01*
-X75362531Y-97580526D01*
-X75495295Y-97536232D01*
-X75521007Y-97527654D01*
-X75668931Y-97436116D01*
-X75669227Y-97435819D01*
-X75732411Y-97410250D01*
-X75802175Y-97423426D01*
-X75833952Y-97446539D01*
-X75955162Y-97567749D01*
-X75959671Y-97570906D01*
-X75959673Y-97570908D01*
-X75991938Y-97593500D01*
-X76135546Y-97694056D01*
-X76335124Y-97787120D01*
-X76547829Y-97844115D01*
-X76767200Y-97863307D01*
-X76986571Y-97844115D01*
-X77199276Y-97787120D01*
-X77398854Y-97694056D01*
-X77542462Y-97593500D01*
-X77574727Y-97570908D01*
-X77574729Y-97570906D01*
-X77579238Y-97567749D01*
-X77734949Y-97412038D01*
-X77743530Y-97399784D01*
-X77858099Y-97236162D01*
-X77858100Y-97236160D01*
-X77861256Y-97231653D01*
-X77863579Y-97226671D01*
-X77863582Y-97226666D01*
-X77951995Y-97037061D01*
-X77954320Y-97032076D01*
-X78011315Y-96819371D01*
-X78030507Y-96600000D01*
-X80383893Y-96600000D01*
-X80403085Y-96819371D01*
-X80460080Y-97032076D01*
-X80462405Y-97037061D01*
-X80550818Y-97226666D01*
-X80550821Y-97226671D01*
-X80553144Y-97231653D01*
-X80556300Y-97236160D01*
-X80556301Y-97236162D01*
-X80670871Y-97399784D01*
-X80679451Y-97412038D01*
-X80819786Y-97552373D01*
-X80853812Y-97614685D01*
-X80848747Y-97685500D01*
-X80833683Y-97712258D01*
-X80834071Y-97712497D01*
-X80747364Y-97853162D01*
-X80742791Y-97860580D01*
-X80688026Y-98025691D01*
-X80677500Y-98128428D01*
-X80677500Y-98827572D01*
-X80688293Y-98931593D01*
-X80743346Y-99096607D01*
-X80834884Y-99244531D01*
-X80840065Y-99249703D01*
-X80842139Y-99251773D01*
-X80843105Y-99253538D01*
-X80844613Y-99255441D01*
-X80844287Y-99255699D01*
-X80876219Y-99314054D01*
-X80871218Y-99384875D01*
-X80842292Y-99429970D01*
-X80839636Y-99432631D01*
-X80830625Y-99444040D01*
-X80747088Y-99579563D01*
-X80740944Y-99592741D01*
-X80690685Y-99744266D01*
-X80687819Y-99757632D01*
-X80678328Y-99850270D01*
-X80678000Y-99856685D01*
-X80678000Y-99930885D01*
-X80682475Y-99946124D01*
-X80683865Y-99947329D01*
-X80691548Y-99949000D01*
-X82625885Y-99949000D01*
-X82641124Y-99944525D01*
-X82642329Y-99943135D01*
-X82644000Y-99935452D01*
-X82644000Y-99856734D01*
-X82643663Y-99850218D01*
-X82633925Y-99756368D01*
-X82631032Y-99742972D01*
-X82580512Y-99591547D01*
-X82574347Y-99578385D01*
-X82490574Y-99443008D01*
-X82481536Y-99431606D01*
-X82479861Y-99429933D01*
-X82479081Y-99428507D01*
-X82476993Y-99425873D01*
-X82477444Y-99425516D01*
-X82445781Y-99367651D01*
-X82450784Y-99296831D01*
-X82479701Y-99251746D01*
-X82482756Y-99248685D01*
-X82487929Y-99243503D01*
-X82558948Y-99128290D01*
-X82575369Y-99101650D01*
-X82575370Y-99101648D01*
-X82579209Y-99095420D01*
-X82633974Y-98930309D01*
-X82644500Y-98827572D01*
-X82644500Y-98128428D01*
-X82633707Y-98024407D01*
-X82578654Y-97859393D01*
-X82487116Y-97711469D01*
-X82481934Y-97706296D01*
-X82480371Y-97704324D01*
-X82453734Y-97638514D01*
-X82466905Y-97568750D01*
-X82490022Y-97536965D01*
-X82614949Y-97412038D01*
-X82623530Y-97399784D01*
-X82738099Y-97236162D01*
-X82738100Y-97236160D01*
-X82741256Y-97231653D01*
-X82743579Y-97226671D01*
-X82743582Y-97226666D01*
-X82831995Y-97037061D01*
-X82834320Y-97032076D01*
-X82891315Y-96819371D01*
-X82910507Y-96600000D01*
-X82891315Y-96380629D01*
-X82834320Y-96167924D01*
-X82779776Y-96050954D01*
-X82743582Y-95973334D01*
-X82743579Y-95973329D01*
-X82741256Y-95968347D01*
-X82702880Y-95913540D01*
-X82618108Y-95792473D01*
-X82618106Y-95792470D01*
-X82614949Y-95787962D01*
-X82459238Y-95632251D01*
-X82454126Y-95628671D01*
-X82379959Y-95576739D01*
-X82278854Y-95505944D01*
-X82079276Y-95412880D01*
-X81866571Y-95355885D01*
-X81647200Y-95336693D01*
-X81427829Y-95355885D01*
-X81215124Y-95412880D01*
-X81172457Y-95432776D01*
-X81020534Y-95503618D01*
-X81020529Y-95503621D01*
-X81015547Y-95505944D01*
-X81011040Y-95509100D01*
-X81011038Y-95509101D01*
-X80839673Y-95629092D01*
-X80839670Y-95629094D01*
-X80835162Y-95632251D01*
-X80679451Y-95787962D01*
-X80676294Y-95792470D01*
-X80676292Y-95792473D01*
-X80591520Y-95913540D01*
-X80553144Y-95968347D01*
-X80550821Y-95973329D01*
-X80550818Y-95973334D01*
-X80514624Y-96050954D01*
-X80460080Y-96167924D01*
-X80403085Y-96380629D01*
-X80383893Y-96600000D01*
-X78030507Y-96600000D01*
-X78011315Y-96380629D01*
-X77954320Y-96167924D01*
-X77899776Y-96050954D01*
-X77863582Y-95973334D01*
-X77863579Y-95973329D01*
-X77861256Y-95968347D01*
-X77822880Y-95913540D01*
-X77738108Y-95792473D01*
-X77738106Y-95792470D01*
-X77734949Y-95787962D01*
-X77579238Y-95632251D01*
-X77574126Y-95628671D01*
-X77499959Y-95576739D01*
-X77398854Y-95505944D01*
-X77199276Y-95412880D01*
-X76986571Y-95355885D01*
-X76767200Y-95336693D01*
-X76547829Y-95355885D01*
-X76335124Y-95412880D01*
-X76292457Y-95432776D01*
-X76140534Y-95503618D01*
-X76140529Y-95503621D01*
-X76135547Y-95505944D01*
-X76131040Y-95509100D01*
-X76131038Y-95509101D01*
-X75959673Y-95629092D01*
-X75959670Y-95629094D01*
-X75955162Y-95632251D01*
-X75822738Y-95764675D01*
-X75760426Y-95798701D01*
-X75689611Y-95793636D01*
-X75667537Y-95782845D01*
-X75519820Y-95691791D01*
-X75354709Y-95637026D01*
-X75347873Y-95636326D01*
-X75347870Y-95636325D01*
-X75296374Y-95631049D01*
-X75251972Y-95626500D01*
-X74552828Y-95626500D01*
-X74549582Y-95626837D01*
-X74549578Y-95626837D01*
-X74455665Y-95636581D01*
-X74455661Y-95636582D01*
-X74448807Y-95637293D01*
-X74442271Y-95639474D01*
-X74442269Y-95639474D01*
-X74364617Y-95665381D01*
-X74283793Y-95692346D01*
-X74135869Y-95783884D01*
-X74130697Y-95789065D01*
-X74128627Y-95791139D01*
-X74126862Y-95792105D01*
-X74124959Y-95793613D01*
-X74124701Y-95793287D01*
-X74066346Y-95825219D01*
-X73995525Y-95820218D01*
-X73950430Y-95791292D01*
-X73947769Y-95788636D01*
-X73936360Y-95779625D01*
-X73800837Y-95696088D01*
-X73787659Y-95689944D01*
-X73636134Y-95639685D01*
-X73622768Y-95636819D01*
-X73530130Y-95627328D01*
-X73523715Y-95627000D01*
-X73449515Y-95627000D01*
-X73434276Y-95631475D01*
-X73433071Y-95632865D01*
-X73431400Y-95640548D01*
-X73431400Y-97574885D01*
-X72923400Y-97574885D01*
-X72923400Y-96882115D01*
-X72918925Y-96866876D01*
-X72917535Y-96865671D01*
-X72909852Y-96864000D01*
-X72150015Y-96864000D01*
-X72134776Y-96868475D01*
-X72133571Y-96869865D01*
-X72131900Y-96877548D01*
-X72131900Y-96893766D01*
-X71131716Y-96893766D01*
-X70964996Y-96337885D01*
-X72131900Y-96337885D01*
-X72136375Y-96353124D01*
-X72137765Y-96354329D01*
-X72145448Y-96356000D01*
-X72905285Y-96356000D01*
-X72920524Y-96351525D01*
-X72921729Y-96350135D01*
-X72923400Y-96342452D01*
-X72923400Y-95645115D01*
-X72918925Y-95629876D01*
-X72917535Y-95628671D01*
-X72909852Y-95627000D01*
-X72831134Y-95627000D01*
-X72824618Y-95627337D01*
-X72730768Y-95637075D01*
-X72717372Y-95639968D01*
-X72565947Y-95690488D01*
-X72552785Y-95696653D01*
-X72417408Y-95780426D01*
-X72406010Y-95789460D01*
-X72293537Y-95902129D01*
-X72284525Y-95913540D01*
-X72200988Y-96049063D01*
-X72194844Y-96062241D01*
-X72144585Y-96213766D01*
-X72141719Y-96227132D01*
-X72132228Y-96319770D01*
-X72131900Y-96326185D01*
-X72131900Y-96337885D01*
-X70964996Y-96337885D01*
-X70878373Y-96049063D01*
+X71791242Y-99092776D01*
+X70878940Y-96050954D01*
X70791778Y-95760335D01*
X70789402Y-95751176D01*
-X70076229Y-92505142D01*
-X70040624Y-92343085D01*
-X70038283Y-92328264D01*
-X70024453Y-92186231D01*
-X69927479Y-91190366D01*
+X70049925Y-92385418D01*
+X70054843Y-92314592D01*
+X70097272Y-92257668D01*
+X70163741Y-92232720D01*
+X70234461Y-92248392D01*
+X70358694Y-92317824D01*
+X70546792Y-92378940D01*
+X70743177Y-92402358D01*
+X70749312Y-92401886D01*
+X70749314Y-92401886D01*
+X70934230Y-92387657D01*
+X70934234Y-92387656D01*
+X70940372Y-92387184D01*
+X71130863Y-92333998D01*
+X71136367Y-92331218D01*
+X71136369Y-92331217D01*
+X71301895Y-92247604D01*
+X71301897Y-92247603D01*
+X71307396Y-92244825D01*
+X71463247Y-92123061D01*
+X71592478Y-91973345D01*
+X71690169Y-91801379D01*
+X71752597Y-91613713D01*
+X71777385Y-91417495D01*
+X71777780Y-91389200D01*
+X71773102Y-91341489D01*
+X71786362Y-91271742D01*
+X71809406Y-91240099D01*
+X71859139Y-91190366D01*
X77566700Y-91190366D01*
X77567037Y-91196882D01*
X77576775Y-91290732D01*
@@ -1774,77 +1386,32 @@ X77569576Y-91165075D01*
X77568371Y-91166465D01*
X77566700Y-91174148D01*
X77566700Y-91190366D01*
-X69927479Y-91190366D01*
-X69920365Y-91117310D01*
-X69933671Y-91047572D01*
-X69982568Y-90996098D01*
-X70051532Y-90979231D01*
-X70108772Y-90995980D01*
-X70111941Y-90997810D01*
-X70117279Y-91001688D01*
-X70123306Y-91004371D01*
-X70123307Y-91004372D01*
-X70123310Y-91004373D01*
-X70296544Y-91081502D01*
-X70392515Y-91101901D01*
-X70482028Y-91120928D01*
-X70482032Y-91120928D01*
-X70488485Y-91122300D01*
-X70684715Y-91122300D01*
-X70691168Y-91120928D01*
-X70691172Y-91120928D01*
-X70780685Y-91101901D01*
-X70876656Y-91081502D01*
-X70952864Y-91047572D01*
-X71049891Y-91004373D01*
-X71049893Y-91004372D01*
-X71055921Y-91001688D01*
-X71063615Y-90996098D01*
-X71209330Y-90890230D01*
-X71209332Y-90890228D01*
-X71214674Y-90886347D01*
-X71234806Y-90863988D01*
-X71295249Y-90826750D01*
-X71328440Y-90822300D01*
-X76966033Y-90822300D01*
-X76977216Y-90822827D01*
-X76984709Y-90824502D01*
-X76992635Y-90824253D01*
-X76992636Y-90824253D01*
-X77052786Y-90822362D01*
-X77056745Y-90822300D01*
-X77084656Y-90822300D01*
-X77088591Y-90821803D01*
-X77088656Y-90821795D01*
-X77100493Y-90820862D01*
-X77132751Y-90819848D01*
-X77136770Y-90819722D01*
-X77144689Y-90819473D01*
-X77164143Y-90813821D01*
-X77183500Y-90809813D01*
-X77195730Y-90808268D01*
-X77195731Y-90808268D01*
-X77203597Y-90807274D01*
-X77210968Y-90804355D01*
-X77210970Y-90804355D01*
-X77244712Y-90790996D01*
-X77255942Y-90787151D01*
-X77290783Y-90777029D01*
-X77290784Y-90777029D01*
-X77298393Y-90774818D01*
-X77305212Y-90770785D01*
-X77305217Y-90770783D01*
-X77315828Y-90764507D01*
-X77333576Y-90755812D01*
-X77352417Y-90748352D01*
-X77388187Y-90722364D01*
-X77398107Y-90715848D01*
-X77429335Y-90697380D01*
-X77429338Y-90697378D01*
-X77436162Y-90693342D01*
-X77446718Y-90682786D01*
-X77509030Y-90648760D01*
-X77562596Y-90648760D01*
+X71859139Y-91190366D01*
+X72971100Y-90078405D01*
+X73033412Y-90044379D01*
+X73060195Y-90041500D01*
+X77117400Y-90041500D01*
+X77185521Y-90061502D01*
+X77204747Y-90077843D01*
+X77205020Y-90077540D01*
+X77209932Y-90081963D01*
+X77214347Y-90086866D01*
+X77219686Y-90090745D01*
+X77353188Y-90187740D01*
+X77368848Y-90199118D01*
+X77374876Y-90201802D01*
+X77374878Y-90201803D01*
+X77537966Y-90274414D01*
+X77592062Y-90320394D01*
+X77612711Y-90388321D01*
+X77606310Y-90429188D01*
+X77579385Y-90510365D01*
+X77576519Y-90523732D01*
+X77567028Y-90616370D01*
+X77566700Y-90622785D01*
+X77566700Y-90634485D01*
+X77571175Y-90649724D01*
+X77572565Y-90650929D01*
X77580248Y-90652600D01*
X78690200Y-90652600D01*
X78758321Y-90672602D01*
@@ -1867,6 +1434,9 @@ X79447376Y-91591381D01*
X79518196Y-91596384D01*
X79563283Y-91625304D01*
X79671697Y-91733529D01*
+X79677927Y-91737369D01*
+X79677928Y-91737370D01*
+X79781770Y-91801379D01*
X79819780Y-91824809D01*
X79984891Y-91879574D01*
X79991727Y-91880274D01*
@@ -1890,9 +1460,11 @@ X81221462Y-91614779D01*
X81226629Y-91609603D01*
X81317909Y-91461520D01*
X81372674Y-91296409D01*
+X81374129Y-91282215D01*
+X81382872Y-91196871D01*
X81383200Y-91193672D01*
X81383200Y-90619528D01*
-X81382863Y-90616278D01*
+X81379289Y-90581832D01*
X81373119Y-90522365D01*
X81373118Y-90522361D01*
X81372407Y-90515507D01*
@@ -1912,7 +1484,7 @@ X81339130Y-88654340D01*
X81343996Y-88608048D01*
X81358402Y-88470977D01*
X81359092Y-88464412D01*
-X81358261Y-88456509D01*
+X81357576Y-88449987D01*
X81339820Y-88281047D01*
X81339820Y-88281045D01*
X81339130Y-88274484D01*
@@ -2379,7 +1951,7 @@ X131430065Y-85946969D01*
X131478658Y-85916751D01*
X131516799Y-85903804D01*
X131559510Y-85879885D01*
-X131594115Y-85860505D01*
+X131589144Y-85863289D01*
X131694551Y-85804258D01*
X131851186Y-85673986D01*
X131981458Y-85517351D01*
@@ -2394,22 +1966,19 @@ X132144635Y-85152147D01*
X132146490Y-85146683D01*
X132175723Y-84945063D01*
X132177249Y-84886800D01*
-X132163062Y-84732402D01*
-X132159137Y-84689680D01*
-X132159136Y-84689677D01*
X132158608Y-84683926D01*
-X132157040Y-84678366D01*
+X132145702Y-84638164D01*
X132104875Y-84493406D01*
X132104874Y-84493404D01*
X132103307Y-84487847D01*
X132089959Y-84460778D01*
X132015756Y-84310310D01*
X132013201Y-84305129D01*
-X132000124Y-84287616D01*
+X131994796Y-84280481D01*
X131894758Y-84146515D01*
X131894758Y-84146514D01*
X131891305Y-84141891D01*
-X131771578Y-84031216D01*
+X131771020Y-84030700D01*
X131745943Y-84007519D01*
X131745940Y-84007517D01*
X131741703Y-84003600D01*
@@ -2435,11 +2004,11 @@ X130409649Y-83986163D01*
X130256478Y-84120490D01*
X130252911Y-84125015D01*
X130252906Y-84125020D01*
-X130200546Y-84191439D01*
+X130176847Y-84221501D01*
X130130351Y-84280481D01*
X130127662Y-84285592D01*
X130127660Y-84285595D01*
-X130095279Y-84347142D01*
+X130041520Y-84449321D01*
X130035492Y-84460778D01*
X130031978Y-84472096D01*
X130000741Y-84523824D01*
@@ -2456,7 +2025,7 @@ X127900096Y-86630547D01*
X127840246Y-86701874D01*
X127837678Y-86706544D01*
X127834297Y-86710661D01*
-X127818287Y-86740520D01*
+X127803260Y-86768545D01*
X127790423Y-86792486D01*
X127789794Y-86793645D01*
X127747938Y-86869781D01*
@@ -2469,7 +2038,7 @@ X127713318Y-86974959D01*
X127685165Y-87063706D01*
X127684571Y-87069002D01*
X127683013Y-87074098D01*
-X127678117Y-87122300D01*
+X127682390Y-87080234D01*
X127673618Y-87166587D01*
X127673489Y-87167793D01*
X127667900Y-87217627D01*
@@ -2525,7 +2094,7 @@ X126251100Y-73135734D01*
X125776450Y-73135734D01*
X125776450Y-68774636D01*
X125777351Y-68759596D01*
-X125780475Y-68733608D01*
+X125779969Y-68737819D01*
X125781547Y-68724694D01*
X125770772Y-68659917D01*
X125770343Y-68657149D01*
@@ -2534,7 +2103,7 @@ X125762302Y-68600998D01*
X125761030Y-68592113D01*
X125744849Y-68556525D01*
X125739920Y-68543928D01*
-X125717027Y-68474682D01*
+X125702522Y-68430809D01*
X125604957Y-68135706D01*
X125603120Y-68128874D01*
X125602733Y-68122797D01*
@@ -2566,10 +2135,10 @@ X125423868Y-67829156D01*
X125416672Y-67824840D01*
X125408421Y-67817410D01*
X125392875Y-67801914D01*
-X125246514Y-67656033D01*
+X125202349Y-67612013D01*
X125067162Y-67477269D01*
X125055658Y-67464088D01*
-X125055498Y-67463877D01*
+X125053290Y-67460961D01*
X125038220Y-67441057D01*
X125031012Y-67435710D01*
X125031010Y-67435708D01*
@@ -2613,60 +2182,88 @@ X124201229Y-67210815D01*
X124192281Y-67211579D01*
X124192223Y-67210902D01*
X124180851Y-67212200D01*
-X114748992Y-67212200D01*
-X114680871Y-67192198D01*
-X114634378Y-67138542D01*
-X114624274Y-67068268D01*
-X114653768Y-67003688D01*
-X114696073Y-66974261D01*
-X114695425Y-66973077D01*
-X114703297Y-66968767D01*
-X114711705Y-66965615D01*
-X114828261Y-66878261D01*
-X114915615Y-66761705D01*
-X114966745Y-66625316D01*
-X114973500Y-66563134D01*
-X114973500Y-65616866D01*
-X114966745Y-65554684D01*
-X114915615Y-65418295D01*
-X114828261Y-65301739D01*
-X114711705Y-65214385D01*
-X114575316Y-65163255D01*
-X114513134Y-65156500D01*
-X113566866Y-65156500D01*
-X113504684Y-65163255D01*
-X113368295Y-65214385D01*
-X113251739Y-65301739D01*
-X113164385Y-65418295D01*
-X113113255Y-65554684D01*
-X113112402Y-65562540D01*
-X113112083Y-65563880D01*
-X113076865Y-65625527D01*
-X113013910Y-65658347D01*
-X112943205Y-65651921D01*
-X112887198Y-65608289D01*
-X112863500Y-65534734D01*
-X112863500Y-64856866D01*
-X112856745Y-64794684D01*
-X112805615Y-64658295D01*
-X112718261Y-64541739D01*
-X112613935Y-64463551D01*
-X112571420Y-64406692D01*
-X112563500Y-64362725D01*
-X112563500Y-63956525D01*
-X112567457Y-63925196D01*
-X112571300Y-63910230D01*
-X112571300Y-63889976D01*
-X112572851Y-63870265D01*
-X112574780Y-63858086D01*
+X115338675Y-67212200D01*
+X115270554Y-67192198D01*
+X115224061Y-67138542D01*
+X115213957Y-67068268D01*
+X115242864Y-67004369D01*
+X115251263Y-66994535D01*
+X115264176Y-66979416D01*
+X115266755Y-66975208D01*
+X115266759Y-66975202D01*
+X115385654Y-66781183D01*
+X115388240Y-66776963D01*
+X115391017Y-66770260D01*
+X115477211Y-66562167D01*
+X115477212Y-66562165D01*
+X115479105Y-66557594D01*
+X115498360Y-66477391D01*
+X115533380Y-66331524D01*
+X115533381Y-66331518D01*
+X115534535Y-66326711D01*
+X115553165Y-66090000D01*
+X115534535Y-65853289D01*
+X115530923Y-65838240D01*
+X115493808Y-65683648D01*
+X115479105Y-65622406D01*
+X115473842Y-65609700D01*
+X115390135Y-65407611D01*
+X115390133Y-65407607D01*
+X115388240Y-65403037D01*
+X115381304Y-65391718D01*
+X115266759Y-65204798D01*
+X115266755Y-65204792D01*
+X115264176Y-65200584D01*
+X115120538Y-65032406D01*
+X115113177Y-65023787D01*
+X115109969Y-65020031D01*
+X114929416Y-64865824D01*
+X114925208Y-64863245D01*
+X114925202Y-64863241D01*
+X114731183Y-64744346D01*
+X114726963Y-64741760D01*
+X114722393Y-64739867D01*
+X114722389Y-64739865D01*
+X114512167Y-64652789D01*
+X114512165Y-64652788D01*
+X114507594Y-64650895D01*
+X114427391Y-64631640D01*
+X114281524Y-64596620D01*
+X114281518Y-64596619D01*
+X114276711Y-64595465D01*
+X114040000Y-64576835D01*
+X113803289Y-64595465D01*
+X113798482Y-64596619D01*
+X113798476Y-64596620D01*
+X113652609Y-64631640D01*
+X113572406Y-64650895D01*
+X113567835Y-64652788D01*
+X113567833Y-64652789D01*
+X113440058Y-64705715D01*
+X113369468Y-64713304D01*
+X113305981Y-64681525D01*
+X113279806Y-64646817D01*
+X113278240Y-64643037D01*
+X113250364Y-64597547D01*
+X113156759Y-64444798D01*
+X113156755Y-64444792D01*
+X113154176Y-64440584D01*
+X112999969Y-64260031D01*
+X112819416Y-64105824D01*
+X112815208Y-64103245D01*
+X112815202Y-64103241D01*
+X112632441Y-63991245D01*
+X112584810Y-63938597D01*
+X112573828Y-63864098D01*
+X112574780Y-63858089D01*
+X112574780Y-63858085D01*
X112576020Y-63850257D01*
X112571859Y-63806238D01*
X112571300Y-63794381D01*
X112571300Y-63654967D01*
X112571827Y-63643784D01*
X112573502Y-63636291D01*
-X112572715Y-63611233D01*
-X112571362Y-63568201D01*
+X112571362Y-63568200D01*
X112571300Y-63564243D01*
X112571300Y-63536344D01*
X112570796Y-63532353D01*
@@ -2687,29 +2284,29 @@ X112534015Y-63357703D01*
X123770743Y-63357703D01*
X123771302Y-63361947D01*
X123771302Y-63361951D01*
-X123781248Y-63437495D01*
+X123781004Y-63435644D01*
X123808268Y-63642734D01*
X123809401Y-63646874D01*
X123809401Y-63646876D01*
-X123824410Y-63701739D01*
+X123822922Y-63696302D01*
X123884129Y-63920036D01*
X123885813Y-63923984D01*
-X123978529Y-64141351D01*
+X123984720Y-64155866D01*
X123996923Y-64184476D01*
-X124029133Y-64238295D01*
-X124138534Y-64421090D01*
+X124034183Y-64246733D01*
+X124141962Y-64426818D01*
X124144561Y-64431161D01*
X124324313Y-64655528D01*
-X124408297Y-64735226D01*
-X124526693Y-64847579D01*
+X124432645Y-64758331D01*
+X124511132Y-64832812D01*
X124532851Y-64853423D01*
X124766317Y-65021186D01*
X124770112Y-65023195D01*
X124770113Y-65023196D01*
X124791869Y-65034715D01*
X125020392Y-65155712D01*
-X125086374Y-65179858D01*
-X125275016Y-65248891D01*
+X125065964Y-65172389D01*
+X125209974Y-65225089D01*
X125290373Y-65254511D01*
X125571264Y-65315755D01*
X125599841Y-65318004D01*
@@ -2724,53 +2321,56 @@ X126162554Y-65319164D01*
X126166825Y-65318873D01*
X126171020Y-65318004D01*
X126171022Y-65318004D01*
-X126336950Y-65283642D01*
+X126341851Y-65282627D01*
X126448342Y-65260574D01*
X126719343Y-65164607D01*
-X126894891Y-65074000D01*
+X126807362Y-65119177D01*
X126971005Y-65034715D01*
X126971006Y-65034715D01*
X126974812Y-65032750D01*
X126978313Y-65030289D01*
X126978317Y-65030287D01*
-X127137575Y-64918358D01*
+X127142645Y-64914795D01*
X127210023Y-64867441D01*
-X127352303Y-64735226D01*
+X127288403Y-64794606D01*
X127417479Y-64674661D01*
X127417481Y-64674658D01*
X127420622Y-64671740D01*
X127602713Y-64449268D01*
X127752927Y-64204142D01*
-X127789542Y-64120731D01*
-X127866758Y-63944828D01*
-X127866759Y-63944826D01*
+X127829633Y-64029402D01*
+X127866757Y-63944830D01*
X127868483Y-63940898D01*
-X127892607Y-63856212D01*
-X127946068Y-63668534D01*
X127947244Y-63664406D01*
+X127982905Y-63413832D01*
+X127987146Y-63384036D01*
+X127987146Y-63384034D01*
X127987751Y-63379784D01*
X127987799Y-63370772D01*
X127989235Y-63096583D01*
X127989235Y-63096576D01*
X127989257Y-63092297D01*
-X127979436Y-63017695D01*
+X127983807Y-63050895D01*
X127955976Y-62839505D01*
X127951732Y-62807266D01*
X127949776Y-62800114D01*
-X127916674Y-62679115D01*
+X127877003Y-62534103D01*
X127875871Y-62529964D01*
-X127852347Y-62474813D01*
+X127800060Y-62352228D01*
X127764763Y-62269476D01*
X127764761Y-62269472D01*
X127763077Y-62265524D01*
X127615439Y-62018839D01*
X127435687Y-61794472D01*
+X127275807Y-61642752D01*
+X127230258Y-61599527D01*
+X127230255Y-61599525D01*
X127227149Y-61596577D01*
X126993683Y-61428814D01*
X126971843Y-61417250D01*
-X126941612Y-61401244D01*
+X126947309Y-61404260D01*
X126739608Y-61294288D01*
-X126527627Y-61216714D01*
+X126545438Y-61223232D01*
X126473658Y-61196964D01*
X126473656Y-61196963D01*
X126469627Y-61195489D01*
@@ -2787,7 +2387,7 @@ X125597446Y-61130836D01*
X125593175Y-61131127D01*
X125588980Y-61131996D01*
X125588978Y-61131996D01*
-X125544162Y-61141277D01*
+X125518395Y-61146613D01*
X125311658Y-61189426D01*
X125040657Y-61285393D01*
X124785188Y-61417250D01*
@@ -2795,26 +2395,23 @@ X124781687Y-61419711D01*
X124781683Y-61419713D01*
X124721340Y-61462123D01*
X124549977Y-61582559D01*
-X124531717Y-61599527D01*
+X124515917Y-61614210D01*
X124344140Y-61773835D01*
X124339378Y-61778260D01*
X124157287Y-62000732D01*
X124007073Y-62245858D01*
X124005347Y-62249791D01*
X124005346Y-62249792D01*
-X123904252Y-62480090D01*
+X123973215Y-62322989D01*
X123891517Y-62509102D01*
-X123890342Y-62513229D01*
-X123890341Y-62513230D01*
-X123880521Y-62547704D01*
X123812756Y-62785594D01*
X123772249Y-63070216D01*
X123772227Y-63074505D01*
X123772226Y-63074512D01*
-X123770887Y-63330222D01*
+X123770817Y-63343558D01*
X123770743Y-63357703D01*
X112534015Y-63357703D01*
-X112526030Y-63330222D01*
+X112531112Y-63347711D01*
X112523818Y-63322607D01*
X112513507Y-63305172D01*
X112504812Y-63287424D01*
@@ -2839,7 +2436,7 @@ X110970207Y-61712702D01*
X110950470Y-61692965D01*
X110947273Y-61690485D01*
X110938251Y-61682780D01*
-X110911800Y-61657941D01*
+X110924816Y-61670164D01*
X110906021Y-61652514D01*
X110899075Y-61648695D01*
X110899072Y-61648693D01*
@@ -2866,7 +2463,7 @@ X110618410Y-61537572D01*
X110610730Y-61535600D01*
X110590476Y-61535600D01*
X110570765Y-61534049D01*
-X110558586Y-61532120D01*
+X110568234Y-61533648D01*
X110550757Y-61530880D01*
X110542865Y-61531626D01*
X110506739Y-61535041D01*
@@ -2882,7 +2479,7 @@ X108677108Y-61270682D01*
X108682151Y-61267858D01*
X108838786Y-61137586D01*
X108969058Y-60980951D01*
-X109036404Y-60860697D01*
+X109040309Y-60853723D01*
X109065780Y-60808242D01*
X109065781Y-60808240D01*
X109068604Y-60803199D01*
@@ -2898,8 +2495,8 @@ X109090907Y-59951447D01*
X109071015Y-59911108D01*
X109003356Y-59773910D01*
X109000801Y-59768729D01*
-X108995903Y-59762169D01*
-X108934959Y-59680556D01*
+X108965492Y-59721444D01*
+X108936978Y-59683260D01*
X108878905Y-59605491D01*
X108858971Y-59587064D01*
X108822526Y-59526136D01*
@@ -3070,1484 +2667,131 @@ X108598494Y-53237936D01*
X108598495Y-53237936D01*
X108593457Y-53236810D01*
X108587912Y-53236500D01*
-X108454756Y-53236500D01*
-X108319963Y-53251143D01*
-X108236609Y-53279195D01*
-X108154796Y-53306728D01*
-X108154794Y-53306729D01*
-X108148325Y-53308906D01*
-X107993095Y-53402177D01*
-X107988138Y-53406865D01*
-X107988135Y-53406867D01*
-X107866473Y-53521918D01*
-X107861515Y-53526607D01*
-X107857683Y-53532245D01*
-X107857680Y-53532249D01*
-X107806740Y-53607205D01*
-X107759723Y-53676388D01*
-X107692470Y-53844534D01*
-X107691356Y-53851262D01*
-X107691355Y-53851266D01*
-X107666179Y-54003343D01*
-X107662892Y-54023198D01*
-X107663249Y-54030015D01*
-X107663249Y-54030019D01*
-X107669480Y-54148906D01*
-X107653071Y-54217980D01*
-X107601922Y-54267217D01*
-X107543653Y-54281500D01*
-X107161866Y-54281500D01*
-X107158471Y-54281869D01*
-X107158467Y-54281869D01*
-X107132469Y-54284693D01*
-X107123606Y-54285656D01*
-X107096394Y-54285656D01*
-X107087531Y-54284693D01*
-X107061533Y-54281869D01*
-X107061529Y-54281869D01*
-X107058134Y-54281500D01*
-X106661866Y-54281500D01*
-X106658471Y-54281869D01*
-X106658467Y-54281869D01*
-X106632469Y-54284693D01*
-X106623606Y-54285656D01*
-X106596394Y-54285656D01*
-X106587531Y-54284693D01*
-X106561533Y-54281869D01*
-X106561529Y-54281869D01*
-X106558134Y-54281500D01*
-X106161866Y-54281500D01*
-X106158471Y-54281869D01*
-X106158467Y-54281869D01*
-X106132469Y-54284693D01*
-X106123606Y-54285656D01*
-X106096394Y-54285656D01*
-X106087531Y-54284693D01*
-X106061533Y-54281869D01*
-X106061529Y-54281869D01*
-X106058134Y-54281500D01*
-X105661866Y-54281500D01*
-X105658471Y-54281869D01*
-X105658467Y-54281869D01*
-X105632469Y-54284693D01*
-X105623606Y-54285656D01*
-X105596394Y-54285656D01*
-X105587531Y-54284693D01*
-X105561533Y-54281869D01*
-X105561529Y-54281869D01*
-X105558134Y-54281500D01*
-X105161866Y-54281500D01*
-X105158471Y-54281869D01*
-X105158467Y-54281869D01*
-X105132469Y-54284693D01*
-X105123606Y-54285656D01*
-X105096394Y-54285656D01*
-X105087531Y-54284693D01*
-X105061533Y-54281869D01*
-X105061529Y-54281869D01*
-X105058134Y-54281500D01*
-X104661866Y-54281500D01*
-X104658471Y-54281869D01*
-X104658467Y-54281869D01*
-X104632469Y-54284693D01*
-X104623606Y-54285656D01*
-X104596394Y-54285656D01*
-X104587531Y-54284693D01*
-X104561533Y-54281869D01*
-X104561529Y-54281869D01*
-X104558134Y-54281500D01*
-X104161866Y-54281500D01*
-X104158471Y-54281869D01*
-X104158467Y-54281869D01*
-X104132469Y-54284693D01*
-X104123606Y-54285656D01*
-X104096394Y-54285656D01*
-X104087531Y-54284693D01*
-X104061533Y-54281869D01*
-X104061529Y-54281869D01*
-X104058134Y-54281500D01*
-X103678416Y-54281500D01*
-X103610295Y-54261498D01*
-X103563802Y-54207842D01*
-X103554108Y-54134921D01*
-X103557108Y-54116802D01*
-X103552203Y-54023198D01*
-X103547987Y-53942766D01*
-X103547630Y-53935953D01*
-X103535330Y-53891296D01*
-X103501352Y-53767941D01*
-X103499539Y-53761359D01*
-X103415078Y-53601164D01*
-X103410673Y-53595951D01*
-X103410670Y-53595947D01*
-X103302594Y-53468057D01*
-X103302590Y-53468053D01*
-X103298187Y-53462843D01*
-X103292762Y-53458695D01*
-X103159743Y-53356994D01*
-X103159739Y-53356991D01*
-X103154322Y-53352850D01*
-X103023162Y-53291689D01*
-X102996369Y-53279195D01*
-X102996366Y-53279194D01*
-X102990192Y-53276315D01*
-X102983544Y-53274829D01*
-X102983541Y-53274828D01*
-X102818494Y-53237936D01*
-X102818495Y-53237936D01*
-X102813457Y-53236810D01*
-X102807912Y-53236500D01*
-X102674756Y-53236500D01*
-X102539963Y-53251143D01*
-X102456609Y-53279195D01*
-X102374796Y-53306728D01*
-X102374794Y-53306729D01*
-X102368325Y-53308906D01*
-X102216349Y-53400222D01*
-X102216346Y-53400223D01*
-X102213095Y-53402177D01*
-X102212745Y-53401594D01*
-X102151083Y-53425065D01*
-X102081609Y-53410439D01*
-X102043609Y-53379085D01*
-X102012603Y-53341067D01*
-X102003959Y-53332363D01*
-X101861144Y-53214216D01*
-X101850973Y-53207356D01*
-X101687924Y-53119196D01*
-X101676619Y-53114444D01*
-X101561308Y-53078750D01*
-X101547205Y-53078544D01*
-X101544000Y-53085299D01*
-X101544000Y-54327885D01*
-X101548475Y-54343124D01*
-X101549865Y-54344329D01*
-X101557548Y-54346000D01*
-X101847243Y-54346000D01*
-X101915364Y-54366002D01*
-X101958700Y-54413235D01*
-X102024922Y-54538836D01*
-X102029327Y-54544049D01*
-X102029330Y-54544053D01*
-X102116051Y-54646672D01*
-X102144743Y-54711613D01*
-X102133770Y-54781756D01*
-X102086617Y-54834833D01*
-X102019813Y-54854000D01*
-X101562115Y-54854000D01*
-X101546876Y-54858475D01*
-X101545671Y-54859865D01*
-X101544000Y-54867548D01*
-X101544000Y-55242885D01*
-X101548475Y-55258124D01*
-X101549865Y-55259329D01*
-X101557548Y-55261000D01*
-X102087885Y-55261000D01*
-X102103124Y-55256525D01*
-X102112290Y-55245947D01*
-X102136404Y-55201786D01*
-X102198716Y-55167761D01*
-X102269532Y-55172825D01*
-X102326368Y-55215372D01*
-X102351179Y-55281892D01*
-X102351500Y-55290881D01*
-X102351500Y-55643000D01*
-X102331498Y-55711121D01*
-X102277842Y-55757614D01*
-X102225500Y-55769000D01*
-X101562115Y-55769000D01*
-X101546876Y-55773475D01*
-X101545671Y-55774865D01*
-X101544000Y-55782548D01*
-X101544000Y-56107924D01*
-X101546897Y-56117790D01*
-X101552001Y-56153288D01*
-X101552001Y-56176442D01*
-X101531999Y-56244563D01*
-X101478343Y-56291056D01*
-X101469612Y-56294654D01*
-X101366873Y-56332557D01*
-X101323934Y-56348398D01*
-X101318973Y-56351350D01*
-X101318972Y-56351350D01*
-X101158205Y-56446997D01*
-X101148849Y-56452563D01*
-X100995678Y-56586890D01*
-X100992106Y-56591421D01*
-X100887542Y-56724059D01*
-X100829660Y-56765172D01*
-X100758740Y-56768466D01*
-X100699497Y-56735148D01*
-X99161006Y-55196657D01*
-X100282000Y-55196657D01*
-X100282301Y-55202805D01*
-X100295812Y-55340603D01*
-X100298195Y-55352638D01*
-X100351767Y-55530076D01*
-X100356441Y-55541416D01*
-X100443460Y-55705077D01*
-X100450249Y-55715294D01*
-X100567397Y-55858933D01*
-X100576041Y-55867637D01*
-X100718856Y-55985784D01*
-X100729027Y-55992644D01*
-X100892076Y-56080804D01*
-X100903381Y-56085556D01*
-X101018692Y-56121250D01*
-X101032795Y-56121456D01*
-X101036000Y-56114701D01*
-X101036000Y-54872115D01*
-X101031525Y-54856876D01*
-X101030135Y-54855671D01*
-X101022452Y-54854000D01*
-X100300115Y-54854000D01*
-X100284876Y-54858475D01*
-X100283671Y-54859865D01*
-X100282000Y-54867548D01*
-X100282000Y-55196657D01*
-X99161006Y-55196657D01*
-X99117915Y-55153566D01*
-X99107048Y-55141175D01*
-X99092613Y-55122363D01*
-X99087587Y-55115813D01*
-X99055675Y-55091326D01*
-X99055672Y-55091323D01*
-X99031043Y-55072424D01*
-X98967029Y-55023304D01*
-X98967027Y-55023303D01*
-X98960476Y-55018276D01*
-X98812451Y-54956962D01*
-X98804264Y-54955884D01*
-X98804263Y-54955884D01*
-X98793058Y-54954409D01*
-X98757965Y-54949789D01*
-X98693485Y-54941300D01*
-X98693482Y-54941300D01*
-X98693474Y-54941299D01*
-X98661789Y-54937128D01*
-X98653600Y-54936050D01*
-X98643706Y-54937352D01*
-X98642267Y-54937128D01*
-X98637155Y-54937128D01*
-X98637155Y-54936331D01*
-X98573561Y-54926415D01*
-X98520115Y-54878733D01*
-X98503568Y-54851992D01*
-X98503563Y-54851986D01*
-X98499716Y-54845769D01*
-X98488761Y-54834833D01*
-X98381784Y-54728042D01*
-X98381779Y-54728038D01*
-X98376603Y-54722871D01*
-X98355833Y-54710068D01*
-X98234750Y-54635431D01*
-X98234748Y-54635430D01*
-X98228520Y-54631591D01*
-X98063409Y-54576826D01*
-X98056573Y-54576126D01*
-X98056570Y-54576125D01*
-X98005074Y-54570849D01*
-X97960672Y-54566300D01*
-X97361528Y-54566300D01*
-X97358282Y-54566637D01*
-X97358278Y-54566637D01*
-X97264365Y-54576381D01*
-X97264361Y-54576382D01*
-X97257507Y-54577093D01*
-X97250971Y-54579274D01*
-X97250969Y-54579274D01*
-X97146919Y-54613988D01*
-X97092493Y-54632146D01*
-X96944569Y-54723684D01*
-X96939396Y-54728866D01*
-X96837853Y-54830586D01*
-X96775570Y-54864665D01*
-X96704750Y-54859662D01*
-X96659663Y-54830741D01*
-X96556788Y-54728046D01*
-X96556783Y-54728042D01*
-X96551603Y-54722871D01*
-X96530833Y-54710068D01*
-X96409750Y-54635431D01*
-X96409748Y-54635430D01*
-X96403520Y-54631591D01*
-X96238409Y-54576826D01*
-X96231573Y-54576126D01*
-X96231570Y-54576125D01*
-X96180074Y-54570849D01*
-X96135672Y-54566300D01*
-X95536528Y-54566300D01*
-X95533282Y-54566637D01*
-X95533278Y-54566637D01*
-X95439365Y-54576381D01*
-X95439361Y-54576382D01*
-X95432507Y-54577093D01*
-X95425971Y-54579274D01*
-X95425969Y-54579274D01*
-X95321919Y-54613988D01*
-X95267493Y-54632146D01*
-X95119569Y-54723684D01*
-X95114396Y-54728866D01*
-X95001842Y-54841616D01*
-X95001838Y-54841621D01*
-X94996671Y-54846797D01*
-X94992831Y-54853027D01*
-X94992830Y-54853028D01*
-X94990743Y-54856414D01*
-X94988714Y-54858241D01*
-X94988293Y-54858773D01*
-X94988202Y-54858701D01*
-X94937972Y-54903908D01*
-X94883482Y-54916300D01*
-X91518767Y-54916300D01*
-X91507584Y-54915773D01*
-X91500091Y-54914098D01*
-X91492165Y-54914347D01*
-X91492164Y-54914347D01*
-X91432014Y-54916238D01*
-X91428055Y-54916300D01*
-X91400144Y-54916300D01*
-X91396210Y-54916797D01*
-X91396209Y-54916797D01*
-X91396144Y-54916805D01*
-X91384307Y-54917738D01*
-X91352490Y-54918738D01*
-X91348029Y-54918878D01*
-X91340110Y-54919127D01*
-X91322454Y-54924256D01*
-X91320658Y-54924778D01*
-X91301306Y-54928786D01*
-X91294235Y-54929680D01*
-X91281203Y-54931326D01*
-X91273834Y-54934243D01*
-X91273832Y-54934244D01*
-X91240097Y-54947600D01*
-X91228869Y-54951445D01*
-X91186407Y-54963782D01*
-X91179585Y-54967816D01*
-X91179579Y-54967819D01*
-X91168968Y-54974094D01*
-X91151218Y-54982790D01*
-X91139756Y-54987328D01*
-X91139751Y-54987331D01*
-X91132383Y-54990248D01*
-X91125968Y-54994909D01*
-X91096625Y-55016227D01*
-X91086707Y-55022743D01*
-X91074499Y-55029963D01*
-X91048637Y-55045258D01*
-X91034313Y-55059582D01*
-X91019281Y-55072421D01*
-X91002893Y-55084328D01*
-X90981004Y-55110787D01*
-X90974712Y-55118393D01*
-X90966722Y-55127173D01*
-X90758147Y-55335748D01*
-X90749861Y-55343288D01*
-X90743382Y-55347400D01*
-X90737957Y-55353177D01*
-X90696757Y-55397051D01*
-X90694002Y-55399893D01*
-X90674265Y-55419630D01*
-X90671785Y-55422827D01*
-X90664082Y-55431847D01*
-X90633814Y-55464079D01*
-X90629995Y-55471025D01*
-X90629993Y-55471028D01*
-X90624052Y-55481834D01*
-X90613201Y-55498353D01*
-X90600786Y-55514359D01*
-X90597641Y-55521628D01*
-X90597638Y-55521632D01*
-X90583226Y-55554937D01*
-X90578009Y-55565587D01*
-X90556705Y-55604340D01*
-X90554734Y-55612015D01*
-X90554734Y-55612016D01*
-X90551667Y-55623962D01*
-X90545263Y-55642666D01*
-X90545119Y-55643000D01*
-X90537219Y-55661255D01*
-X90535980Y-55669078D01*
-X90535977Y-55669088D01*
-X90530301Y-55704924D01*
-X90527895Y-55716544D01*
-X90516900Y-55759370D01*
-X90516900Y-55779624D01*
-X90515349Y-55799334D01*
-X90512180Y-55819343D01*
-X90512926Y-55827235D01*
-X90516341Y-55863361D01*
-X90516900Y-55875219D01*
-X90516900Y-55895071D01*
-X90496898Y-55963192D01*
-X90474993Y-55986732D01*
-X90475669Y-55987408D01*
-X90469319Y-55993758D01*
-X90462139Y-55999139D01*
-X90374785Y-56115695D01*
-X90323655Y-56252084D01*
-X90316900Y-56314266D01*
-X90316900Y-57970534D01*
-X90323655Y-58032716D01*
-X90374785Y-58169105D01*
-X90462139Y-58285661D01*
-X90578695Y-58373015D01*
-X90587103Y-58376167D01*
-X90594975Y-58380477D01*
-X90593672Y-58382857D01*
-X90639204Y-58417064D01*
-X90663901Y-58483627D01*
-X90648691Y-58552975D01*
-X90598403Y-58603091D01*
-X90591303Y-58606333D01*
-X90587101Y-58608634D01*
-X90578695Y-58611785D01*
-X90462139Y-58699139D01*
-X90374785Y-58815695D01*
-X90323655Y-58952084D01*
-X90316900Y-59014266D01*
-X90316900Y-60670534D01*
-X90323655Y-60732716D01*
-X90374785Y-60869105D01*
-X90462139Y-60985661D01*
-X90469319Y-60991042D01*
-X90475632Y-60997355D01*
-X90509658Y-61059667D01*
-X90504593Y-61130482D01*
-X90480176Y-61170757D01*
-X90421560Y-61235856D01*
-X90368887Y-61327088D01*
-X90345611Y-61367404D01*
-X90326073Y-61401244D01*
-X90267058Y-61582872D01*
-X90266368Y-61589433D01*
-X90266368Y-61589435D01*
-X90253264Y-61714116D01*
-X90247096Y-61772800D01*
-X90247786Y-61779365D01*
-X90264509Y-61938472D01*
-X90267058Y-61962728D01*
-X90326073Y-62144356D01*
-X90329376Y-62150078D01*
-X90329377Y-62150079D01*
-X90338320Y-62165569D01*
-X90421560Y-62309744D01*
-X90425978Y-62314651D01*
-X90425979Y-62314652D01*
-X90544925Y-62446755D01*
-X90549347Y-62451666D01*
-X90628401Y-62509102D01*
-X90675985Y-62543674D01*
-X90703848Y-62563918D01*
-X90709876Y-62566602D01*
-X90709878Y-62566603D01*
-X90872281Y-62638909D01*
-X90878312Y-62641594D01*
-X90971712Y-62661447D01*
-X91058656Y-62679928D01*
-X91058661Y-62679928D01*
-X91065113Y-62681300D01*
-X91256087Y-62681300D01*
-X91262539Y-62679928D01*
-X91262544Y-62679928D01*
-X91349488Y-62661447D01*
-X91442888Y-62641594D01*
-X91448919Y-62638909D01*
-X91611322Y-62566603D01*
-X91611324Y-62566602D01*
-X91617352Y-62563918D01*
-X91645216Y-62543674D01*
-X91692799Y-62509102D01*
-X91771853Y-62451666D01*
-X91777310Y-62445606D01*
-X91808002Y-62411518D01*
-X91879441Y-62332178D01*
-X91939886Y-62294938D01*
-X92010869Y-62296290D01*
-X92065090Y-62332761D01*
-X92065600Y-62332218D01*
-X92071378Y-62337644D01*
-X92071379Y-62337645D01*
-X92115267Y-62378858D01*
-X92118109Y-62381613D01*
-X92137830Y-62401334D01*
-X92141025Y-62403812D01*
-X92150047Y-62411518D01*
-X92182279Y-62441786D01*
-X92189228Y-62445606D01*
-X92200032Y-62451546D01*
-X92216556Y-62462399D01*
-X92232559Y-62474813D01*
-X92273143Y-62492376D01*
-X92283773Y-62497583D01*
-X92322540Y-62518895D01*
-X92330217Y-62520866D01*
-X92330222Y-62520868D01*
-X92342158Y-62523932D01*
-X92360866Y-62530337D01*
-X92379455Y-62538381D01*
-X92387280Y-62539620D01*
-X92387282Y-62539621D01*
-X92423119Y-62545297D01*
-X92434740Y-62547704D01*
-X92466559Y-62555873D01*
-X92477570Y-62558700D01*
-X92497831Y-62558700D01*
-X92517540Y-62560251D01*
-X92537543Y-62563419D01*
-X92545435Y-62562673D01*
-X92550662Y-62562179D01*
-X92581554Y-62559259D01*
-X92593411Y-62558700D01*
-X94129833Y-62558700D01*
-X94141016Y-62559227D01*
-X94148509Y-62560902D01*
-X94156435Y-62560653D01*
-X94156436Y-62560653D01*
-X94216586Y-62558762D01*
-X94220545Y-62558700D01*
-X94248456Y-62558700D01*
-X94252391Y-62558203D01*
-X94252456Y-62558195D01*
-X94264293Y-62557262D01*
-X94296551Y-62556248D01*
-X94300570Y-62556122D01*
-X94308489Y-62555873D01*
-X94327943Y-62550221D01*
-X94347300Y-62546213D01*
-X94359530Y-62544668D01*
-X94359531Y-62544668D01*
-X94367397Y-62543674D01*
-X94374768Y-62540755D01*
-X94374770Y-62540755D01*
-X94408512Y-62527396D01*
-X94419742Y-62523551D01*
-X94454583Y-62513429D01*
-X94454584Y-62513429D01*
-X94462193Y-62511218D01*
-X94469012Y-62507185D01*
-X94469017Y-62507183D01*
-X94479628Y-62500907D01*
-X94497376Y-62492212D01*
-X94516217Y-62484752D01*
-X94530835Y-62474132D01*
-X94551987Y-62458764D01*
-X94561907Y-62452248D01*
-X94593135Y-62433780D01*
-X94593138Y-62433778D01*
-X94599962Y-62429742D01*
-X94614283Y-62415421D01*
-X94629317Y-62402580D01*
-X94631032Y-62401334D01*
-X94645707Y-62390672D01*
-X94673898Y-62356595D01*
-X94681888Y-62347816D01*
-X96008899Y-61020805D01*
-X96071211Y-60986779D01*
-X96097994Y-60983900D01*
-X97809194Y-60983900D01*
-X97877315Y-61003902D01*
-X97923808Y-61057558D01*
-X97933912Y-61127832D01*
-X97904418Y-61192412D01*
-X97844692Y-61230796D01*
-X97835390Y-61233147D01*
-X97710912Y-61259606D01*
-X97704882Y-61262291D01*
-X97704881Y-61262291D01*
-X97542478Y-61334597D01*
-X97542476Y-61334598D01*
-X97536448Y-61337282D01*
-X97381947Y-61449534D01*
-X97377526Y-61454444D01*
-X97377525Y-61454445D01*
-X97259543Y-61585478D01*
-X97254160Y-61591456D01*
-X97158673Y-61756844D01*
-X97099658Y-61938472D01*
-X97098968Y-61945033D01*
-X97098968Y-61945035D01*
-X97096449Y-61969006D01*
-X97079696Y-62128400D01*
-X97080386Y-62134965D01*
-X97099658Y-62318328D01*
-X97097334Y-62318572D01*
-X97092745Y-62378697D01*
-X97049926Y-62435328D01*
-X96983288Y-62459821D01*
-X96974901Y-62460100D01*
-X95658963Y-62460100D01*
-X95647779Y-62459573D01*
-X95640291Y-62457899D01*
-X95632368Y-62458148D01*
-X95572233Y-62460038D01*
-X95568275Y-62460100D01*
-X95540344Y-62460100D01*
-X95536429Y-62460595D01*
-X95536425Y-62460595D01*
-X95536367Y-62460603D01*
-X95536338Y-62460606D01*
-X95524496Y-62461539D01*
-X95480310Y-62462927D01*
-X95462944Y-62467972D01*
-X95460858Y-62468578D01*
-X95441506Y-62472586D01*
-X95429268Y-62474132D01*
-X95429266Y-62474133D01*
-X95421403Y-62475126D01*
-X95380286Y-62491406D01*
-X95369085Y-62495241D01*
-X95326606Y-62507582D01*
-X95319787Y-62511615D01*
-X95319782Y-62511617D01*
-X95309171Y-62517893D01*
-X95291421Y-62526590D01*
-X95272583Y-62534048D01*
-X95266167Y-62538709D01*
-X95266166Y-62538710D01*
-X95247484Y-62552284D01*
-X95240375Y-62557449D01*
-X95236825Y-62560028D01*
-X95226901Y-62566547D01*
-X95195660Y-62585022D01*
-X95195655Y-62585026D01*
-X95188837Y-62589058D01*
-X95174513Y-62603382D01*
-X95159481Y-62616221D01*
-X95143093Y-62628128D01*
-X95114912Y-62662193D01*
-X95106922Y-62670973D01*
-X92763900Y-65013995D01*
-X92701588Y-65048021D01*
-X92674805Y-65050900D01*
-X87503287Y-65050900D01*
-X87435166Y-65030898D01*
-X87388673Y-64977242D01*
-X87378569Y-64906968D01*
-X87408063Y-64842388D01*
-X87417516Y-64832600D01*
-X87449865Y-64802540D01*
-X87522303Y-64735226D01*
-X87587479Y-64674661D01*
-X87587481Y-64674658D01*
-X87590622Y-64671740D01*
-X87772713Y-64449268D01*
-X87922927Y-64204142D01*
-X87959542Y-64120731D01*
-X88036758Y-63944828D01*
-X88036759Y-63944826D01*
-X88038483Y-63940898D01*
-X88062607Y-63856212D01*
-X88116068Y-63668534D01*
-X88117244Y-63664406D01*
-X88157751Y-63379784D01*
-X88157799Y-63370772D01*
-X88159235Y-63096583D01*
-X88159235Y-63096576D01*
-X88159257Y-63092297D01*
-X88149436Y-63017695D01*
-X88125976Y-62839505D01*
-X88121732Y-62807266D01*
-X88119776Y-62800114D01*
-X88086674Y-62679115D01*
-X88045871Y-62529964D01*
-X88022347Y-62474813D01*
-X87934763Y-62269476D01*
-X87934761Y-62269472D01*
-X87933077Y-62265524D01*
-X87785439Y-62018839D01*
-X87605687Y-61794472D01*
-X87397149Y-61596577D01*
-X87163683Y-61428814D01*
-X87141843Y-61417250D01*
-X87111612Y-61401244D01*
-X86909608Y-61294288D01*
-X86697627Y-61216714D01*
-X86643658Y-61196964D01*
-X86643656Y-61196963D01*
-X86639627Y-61195489D01*
-X86358736Y-61134245D01*
-X86327685Y-61131801D01*
-X86135718Y-61116693D01*
-X86135709Y-61116693D01*
-X86133261Y-61116500D01*
-X85977729Y-61116500D01*
-X85975593Y-61116646D01*
-X85975582Y-61116646D01*
-X85767452Y-61130835D01*
-X85767446Y-61130836D01*
-X85763175Y-61131127D01*
-X85758980Y-61131996D01*
-X85758978Y-61131996D01*
-X85714162Y-61141277D01*
-X85481658Y-61189426D01*
-X85210657Y-61285393D01*
-X84955188Y-61417250D01*
-X84951687Y-61419711D01*
-X84951683Y-61419713D01*
-X84891340Y-61462123D01*
-X84719977Y-61582559D01*
-X84701717Y-61599527D01*
-X84514140Y-61773835D01*
-X84509378Y-61778260D01*
-X84327287Y-62000732D01*
-X84177073Y-62245858D01*
-X84175347Y-62249791D01*
-X84175346Y-62249792D01*
-X84074252Y-62480090D01*
-X84061517Y-62509102D01*
-X84060342Y-62513229D01*
-X84060341Y-62513230D01*
-X84050521Y-62547704D01*
-X83982756Y-62785594D01*
-X83942249Y-63070216D01*
-X83942227Y-63074505D01*
-X83942226Y-63074512D01*
-X83940887Y-63330222D01*
-X83940743Y-63357703D01*
-X83941302Y-63361947D01*
-X83941302Y-63361951D01*
-X83951248Y-63437495D01*
-X83978268Y-63642734D01*
-X83979401Y-63646874D01*
-X83979401Y-63646876D01*
-X83994410Y-63701739D01*
-X84054129Y-63920036D01*
-X84055813Y-63923984D01*
-X84148529Y-64141351D01*
-X84166923Y-64184476D01*
-X84199133Y-64238295D01*
-X84308534Y-64421090D01*
-X84314561Y-64431161D01*
-X84494313Y-64655528D01*
-X84578297Y-64735226D01*
-X84696693Y-64847579D01*
-X84702851Y-64853423D01*
-X84936317Y-65021186D01*
-X84940112Y-65023195D01*
-X84940113Y-65023196D01*
-X84961869Y-65034715D01*
-X85190392Y-65155712D01*
-X85256374Y-65179858D01*
-X85445016Y-65248891D01*
-X85460373Y-65254511D01*
-X85741264Y-65315755D01*
-X85769841Y-65318004D01*
-X85964282Y-65333307D01*
-X85964291Y-65333307D01*
-X85966739Y-65333500D01*
-X86122271Y-65333500D01*
-X86124407Y-65333354D01*
-X86124418Y-65333354D01*
-X86332548Y-65319165D01*
-X86332554Y-65319164D01*
-X86336825Y-65318873D01*
-X86341020Y-65318004D01*
-X86341022Y-65318004D01*
-X86500071Y-65285067D01*
-X86570833Y-65290840D01*
-X86627240Y-65333952D01*
-X86651385Y-65400717D01*
-X86635600Y-65469937D01*
-X86614718Y-65497543D01*
-X86408619Y-65703642D01*
-X85802864Y-66309396D01*
-X85740552Y-66343421D01*
-X85713769Y-66346300D01*
-X80698367Y-66346300D01*
-X80687184Y-66345773D01*
-X80679691Y-66344098D01*
-X80671765Y-66344347D01*
-X80671764Y-66344347D01*
-X80611614Y-66346238D01*
-X80607655Y-66346300D01*
-X80579744Y-66346300D01*
-X80575810Y-66346797D01*
-X80575809Y-66346797D01*
-X80575744Y-66346805D01*
-X80563907Y-66347738D01*
-X80532090Y-66348738D01*
-X80527629Y-66348878D01*
-X80519710Y-66349127D01*
-X80502054Y-66354256D01*
-X80500258Y-66354778D01*
-X80480906Y-66358786D01*
-X80473835Y-66359680D01*
-X80460803Y-66361326D01*
-X80453434Y-66364243D01*
-X80453432Y-66364244D01*
-X80419697Y-66377600D01*
-X80408469Y-66381445D01*
-X80366007Y-66393782D01*
-X80359185Y-66397816D01*
-X80359179Y-66397819D01*
-X80348568Y-66404094D01*
-X80330818Y-66412790D01*
-X80319356Y-66417328D01*
-X80319351Y-66417331D01*
-X80311983Y-66420248D01*
-X80294570Y-66432899D01*
-X80276225Y-66446227D01*
-X80266307Y-66452743D01*
-X80247619Y-66463795D01*
-X80228237Y-66475258D01*
-X80213913Y-66489582D01*
-X80198881Y-66502421D01*
-X80182493Y-66514328D01*
-X80154312Y-66548393D01*
-X80146322Y-66557173D01*
-X79219813Y-67483682D01*
-X79211527Y-67491222D01*
-X79205048Y-67495334D01*
-X79199623Y-67501111D01*
-X79158423Y-67544985D01*
-X79155668Y-67547827D01*
-X79135931Y-67567564D01*
-X79133451Y-67570761D01*
-X79125748Y-67579781D01*
-X79095480Y-67612013D01*
-X79091661Y-67618959D01*
-X79091659Y-67618962D01*
-X79085718Y-67629768D01*
-X79074867Y-67646287D01*
-X79062452Y-67662293D01*
-X79059307Y-67669562D01*
-X79059304Y-67669566D01*
-X79044892Y-67702871D01*
-X79039675Y-67713521D01*
-X79018371Y-67752274D01*
-X79016400Y-67759949D01*
-X79016400Y-67759950D01*
-X79013333Y-67771896D01*
-X79006929Y-67790600D01*
-X78998885Y-67809189D01*
-X78997646Y-67817012D01*
-X78997643Y-67817022D01*
-X78991967Y-67852858D01*
-X78989561Y-67864478D01*
-X78981568Y-67895612D01*
-X78978566Y-67907304D01*
-X78978566Y-67927558D01*
-X78977015Y-67947268D01*
-X78973846Y-67967277D01*
-X78974592Y-67975169D01*
-X78978007Y-68011295D01*
-X78978566Y-68023153D01*
-X78978566Y-68317136D01*
-X78958564Y-68385257D01*
-X78918870Y-68424279D01*
-X78908035Y-68430984D01*
-X78908033Y-68430986D01*
-X78907924Y-68430809D01*
-X78845578Y-68456042D01*
-X78775814Y-68442868D01*
-X78759329Y-68432293D01*
-X78757203Y-68430171D01*
-X78750980Y-68426335D01*
-X78750976Y-68426332D01*
-X78615350Y-68342731D01*
-X78615348Y-68342730D01*
-X78609120Y-68338891D01*
-X78444009Y-68284126D01*
-X78437173Y-68283426D01*
-X78437170Y-68283425D01*
-X78376487Y-68277208D01*
-X78341272Y-68273600D01*
-X77767128Y-68273600D01*
-X77763882Y-68273937D01*
-X77763878Y-68273937D01*
-X77669965Y-68283681D01*
-X77669961Y-68283682D01*
-X77663107Y-68284393D01*
-X77656571Y-68286574D01*
-X77656569Y-68286574D01*
-X77597042Y-68306434D01*
-X77498093Y-68339446D01*
-X77350169Y-68430984D01*
-X77344996Y-68436166D01*
-X77291001Y-68490255D01*
-X77228718Y-68524334D01*
-X77157898Y-68519331D01*
-X77127768Y-68503174D01*
-X77107023Y-68488102D01*
-X77088552Y-68474682D01*
-X77082524Y-68471998D01*
-X77082522Y-68471997D01*
-X76920119Y-68399691D01*
-X76920118Y-68399691D01*
-X76914088Y-68397006D01*
-X76793961Y-68371472D01*
-X76733744Y-68358672D01*
-X76733739Y-68358672D01*
-X76727287Y-68357300D01*
-X76536313Y-68357300D01*
-X76529861Y-68358672D01*
-X76529856Y-68358672D01*
-X76469639Y-68371472D01*
-X76349512Y-68397006D01*
-X76343482Y-68399691D01*
-X76343481Y-68399691D01*
-X76181078Y-68471997D01*
-X76181076Y-68471998D01*
-X76175048Y-68474682D01*
-X76169707Y-68478562D01*
-X76169706Y-68478563D01*
-X76136885Y-68502409D01*
-X76020547Y-68586934D01*
-X76016126Y-68591844D01*
-X76016125Y-68591845D01*
-X75904481Y-68715839D01*
-X75892760Y-68728856D01*
-X75797273Y-68894244D01*
-X75738258Y-69075872D01*
-X75718296Y-69265800D01*
-X75738258Y-69455728D01*
-X75797273Y-69637356D01*
-X75892760Y-69802744D01*
-X75897178Y-69807651D01*
-X75897179Y-69807652D01*
-X76016125Y-69939755D01*
-X76020547Y-69944666D01*
-X76175048Y-70056918D01*
-X76181076Y-70059602D01*
-X76181078Y-70059603D01*
-X76343481Y-70131909D01*
-X76349512Y-70134594D01*
-X76442913Y-70154447D01*
-X76529856Y-70172928D01*
-X76529861Y-70172928D01*
-X76536313Y-70174300D01*
-X76727287Y-70174300D01*
-X76733739Y-70172928D01*
-X76733744Y-70172928D01*
-X76820687Y-70154447D01*
-X76914088Y-70134594D01*
-X76920119Y-70131909D01*
-X77082522Y-70059603D01*
-X77082524Y-70059602D01*
-X77088552Y-70056918D01*
-X77123364Y-70031626D01*
-X77190230Y-70007767D01*
-X77259382Y-70023846D01*
-X77286443Y-70044388D01*
-X77334986Y-70092847D01*
-X77369065Y-70155130D01*
-X77364062Y-70225950D01*
-X77335141Y-70271037D01*
-X77232446Y-70373912D01*
-X77232442Y-70373917D01*
-X77227271Y-70379097D01*
-X77135991Y-70527180D01*
-X77081226Y-70692291D01*
-X77070700Y-70795028D01*
-X77070700Y-71130006D01*
-X77050698Y-71198127D01*
-X77033795Y-71219101D01*
-X74791747Y-73461148D01*
-X74783461Y-73468688D01*
-X74776982Y-73472800D01*
-X74771557Y-73478577D01*
-X74730357Y-73522451D01*
-X74727602Y-73525293D01*
-X74707865Y-73545030D01*
-X74705385Y-73548227D01*
-X74697682Y-73557247D01*
-X74667414Y-73589479D01*
-X74663595Y-73596425D01*
-X74663593Y-73596428D01*
-X74657652Y-73607234D01*
-X74646801Y-73623753D01*
-X74634386Y-73639759D01*
-X74631241Y-73647028D01*
-X74631238Y-73647032D01*
-X74616826Y-73680337D01*
-X74611609Y-73690987D01*
-X74590305Y-73729740D01*
-X74588334Y-73737415D01*
-X74588334Y-73737416D01*
-X74585267Y-73749362D01*
-X74578863Y-73768066D01*
-X74570819Y-73786655D01*
-X74569580Y-73794478D01*
-X74569577Y-73794488D01*
-X74563901Y-73830324D01*
-X74561495Y-73841944D01*
-X74550500Y-73884770D01*
-X74550500Y-73905024D01*
-X74548949Y-73924734D01*
-X74545780Y-73944743D01*
-X74546526Y-73952635D01*
-X74549941Y-73988761D01*
-X74550500Y-74000619D01*
-X74550500Y-77224676D01*
-X74530498Y-77292797D01*
-X74518142Y-77308979D01*
-X74444960Y-77390256D01*
-X74349473Y-77555644D01*
-X74290458Y-77737272D01*
-X74270496Y-77927200D01*
-X74271186Y-77933765D01*
-X74287909Y-78092872D01*
-X74290458Y-78117128D01*
-X74349473Y-78298756D01*
-X74444960Y-78464144D01*
-X74572747Y-78606066D01*
-X74616879Y-78638130D01*
-X74701740Y-78699785D01*
-X74727248Y-78718318D01*
-X74733276Y-78721002D01*
-X74733278Y-78721003D01*
-X74809644Y-78755003D01*
-X74901712Y-78795994D01*
-X74995112Y-78815847D01*
-X75082056Y-78834328D01*
-X75082061Y-78834328D01*
-X75088513Y-78835700D01*
-X75279487Y-78835700D01*
-X75285939Y-78834328D01*
-X75285944Y-78834328D01*
-X75372888Y-78815847D01*
-X75466288Y-78795994D01*
-X75558356Y-78755003D01*
-X75634722Y-78721003D01*
-X75634724Y-78721002D01*
-X75640752Y-78718318D01*
-X75666261Y-78699785D01*
-X75718283Y-78661988D01*
-X75785150Y-78638130D01*
-X75854302Y-78654210D01*
-X75900797Y-78699785D01*
-X75968509Y-78814280D01*
-X75968511Y-78814283D01*
-X75972547Y-78821107D01*
-X76090193Y-78938753D01*
-X76094002Y-78941006D01*
-X76134655Y-78997296D01*
-X76138506Y-79068188D01*
-X76103418Y-79129909D01*
-X76095724Y-79136576D01*
-X76090193Y-79139847D01*
-X75972547Y-79257493D01*
-X75968511Y-79264317D01*
-X75968509Y-79264320D01*
-X75896247Y-79386509D01*
-X75844355Y-79434962D01*
-X75774504Y-79447667D01*
-X75713733Y-79424306D01*
-X75646094Y-79375163D01*
-X75646093Y-79375162D01*
-X75640752Y-79371282D01*
-X75634724Y-79368598D01*
-X75634722Y-79368597D01*
-X75472319Y-79296291D01*
-X75472318Y-79296291D01*
-X75466288Y-79293606D01*
-X75372888Y-79273753D01*
-X75285944Y-79255272D01*
-X75285939Y-79255272D01*
-X75279487Y-79253900D01*
-X75088513Y-79253900D01*
-X75082061Y-79255272D01*
-X75082056Y-79255272D01*
-X74995112Y-79273753D01*
-X74901712Y-79293606D01*
-X74895682Y-79296291D01*
-X74895681Y-79296291D01*
-X74733278Y-79368597D01*
-X74733276Y-79368598D01*
-X74727248Y-79371282D01*
-X74572747Y-79483534D01*
-X74444960Y-79625456D01*
-X74349473Y-79790844D01*
-X74290458Y-79972472D01*
-X74270496Y-80162400D01*
-X74290458Y-80352328D01*
-X74349473Y-80533956D01*
-X74444960Y-80699344D01*
-X74449378Y-80704251D01*
-X74449379Y-80704252D01*
-X74529406Y-80793131D01*
-X74572747Y-80841266D01*
-X74727248Y-80953518D01*
-X74733276Y-80956202D01*
-X74733278Y-80956203D01*
-X74865453Y-81015051D01*
-X74901712Y-81031194D01*
-X74908165Y-81032566D01*
-X74914451Y-81034608D01*
-X74913733Y-81036819D01*
-X74966830Y-81065493D01*
-X75001144Y-81127647D01*
-X75003886Y-81156823D01*
-X75002980Y-81162543D01*
-X75003726Y-81170435D01*
-X75003726Y-81170437D01*
-X75007141Y-81206561D01*
-X75007700Y-81218419D01*
-X75007700Y-84082676D01*
-X74987698Y-84150797D01*
-X74975342Y-84166979D01*
-X74902160Y-84248256D01*
-X74806673Y-84413644D01*
-X74747658Y-84595272D01*
-X74746968Y-84601833D01*
-X74746968Y-84601835D01*
-X74735574Y-84710241D01*
-X74727696Y-84785200D01*
-X74747658Y-84975128D01*
-X74806673Y-85156756D01*
-X74902160Y-85322144D01*
-X74906578Y-85327051D01*
-X74906579Y-85327052D01*
-X74983720Y-85412726D01*
-X75029947Y-85464066D01*
-X75184448Y-85576318D01*
-X75190476Y-85579002D01*
-X75190478Y-85579003D01*
-X75352879Y-85651308D01*
-X75358912Y-85653994D01*
-X75452312Y-85673847D01*
-X75539256Y-85692328D01*
-X75539261Y-85692328D01*
-X75545713Y-85693700D01*
-X75736687Y-85693700D01*
-X75743139Y-85692328D01*
-X75743144Y-85692328D01*
-X75830088Y-85673847D01*
-X75923488Y-85653994D01*
-X75929515Y-85651311D01*
-X75929523Y-85651308D01*
-X76063398Y-85591703D01*
-X76133765Y-85582269D01*
-X76177647Y-85597692D01*
-X76178285Y-85598060D01*
-X76183622Y-85601938D01*
-X76189648Y-85604621D01*
-X76294512Y-85651309D01*
-X76358086Y-85679614D01*
-X76451486Y-85699467D01*
-X76538430Y-85717948D01*
-X76538435Y-85717948D01*
-X76544887Y-85719320D01*
-X76735861Y-85719320D01*
-X76742313Y-85717948D01*
-X76742318Y-85717948D01*
-X76895720Y-85685341D01*
-X76966511Y-85690743D01*
-X77023144Y-85733560D01*
-X77047637Y-85800198D01*
-X77032216Y-85869499D01*
-X77011012Y-85897683D01*
-X76888900Y-86019795D01*
-X76826588Y-86053821D01*
-X76799805Y-86056700D01*
-X73441195Y-86056700D01*
-X73373074Y-86036698D01*
-X73352100Y-86019795D01*
-X72128852Y-84796547D01*
-X72121312Y-84788261D01*
-X72117200Y-84781782D01*
-X72067548Y-84735156D01*
-X72064707Y-84732402D01*
-X72044970Y-84712665D01*
-X72041773Y-84710185D01*
-X72032751Y-84702480D01*
-X72000521Y-84672214D01*
-X71993575Y-84668395D01*
-X71993572Y-84668393D01*
-X71982766Y-84662452D01*
-X71966247Y-84651601D01*
-X71965783Y-84651241D01*
-X71950241Y-84639186D01*
-X71942972Y-84636041D01*
-X71942968Y-84636038D01*
-X71909663Y-84621626D01*
-X71899013Y-84616409D01*
-X71860260Y-84595105D01*
-X71840637Y-84590067D01*
-X71821934Y-84583663D01*
-X71810620Y-84578767D01*
-X71810619Y-84578767D01*
-X71803345Y-84575619D01*
-X71795522Y-84574380D01*
-X71795512Y-84574377D01*
-X71759676Y-84568701D01*
-X71748056Y-84566295D01*
-X71712911Y-84557272D01*
-X71712910Y-84557272D01*
-X71705230Y-84555300D01*
-X71684976Y-84555300D01*
-X71665265Y-84553749D01*
-X71653086Y-84551820D01*
-X71645257Y-84550580D01*
-X71637365Y-84551326D01*
-X71601239Y-84554741D01*
-X71589381Y-84555300D01*
-X71553875Y-84555300D01*
-X71485754Y-84535298D01*
-X71453049Y-84504865D01*
-X71440295Y-84487847D01*
-X71374861Y-84400539D01*
-X71258305Y-84313185D01*
-X71121916Y-84262055D01*
-X71059734Y-84255300D01*
-X70113466Y-84255300D01*
-X70051284Y-84262055D01*
-X70043888Y-84264827D01*
-X70043882Y-84264829D01*
-X69996924Y-84282433D01*
-X69926117Y-84287616D01*
-X69863748Y-84253695D01*
-X69829619Y-84191439D01*
-X69827260Y-84152530D01*
-X69827425Y-84150797D01*
-X70039808Y-81915996D01*
-X70041043Y-81906699D01*
-X70047440Y-81869273D01*
-X70623110Y-78500935D01*
-X70626615Y-78485981D01*
-X70627432Y-78483258D01*
-X71619971Y-75172549D01*
-X71624540Y-75159832D01*
-X72956498Y-71996781D01*
-X72959924Y-71989332D01*
-X74543551Y-68822078D01*
-X74549559Y-68811397D01*
-X76368618Y-65917070D01*
-X76379676Y-65902068D01*
-X76512657Y-65747105D01*
-X76795979Y-65416949D01*
-X76824012Y-65392665D01*
-X76825479Y-65391733D01*
-X77620907Y-64886191D01*
-X77643202Y-64874952D01*
-X78367384Y-64596003D01*
-X78572689Y-64516921D01*
-X78617979Y-64508500D01*
-X79633279Y-64508500D01*
-X79653884Y-64510196D01*
-X80095550Y-64583409D01*
-X80096613Y-64583590D01*
-X80176566Y-64597547D01*
-X80207172Y-64594116D01*
-X80223974Y-64593363D01*
-X80235783Y-64593623D01*
-X80253860Y-64594021D01*
-X80262531Y-64591691D01*
-X80262534Y-64591691D01*
-X80286035Y-64585377D01*
-X80286920Y-64585174D01*
-X80287787Y-64585077D01*
-X80290146Y-64584434D01*
-X80290159Y-64584431D01*
-X80331089Y-64573274D01*
-X80331532Y-64573154D01*
-X80346797Y-64569053D01*
-X80394529Y-64556229D01*
-X80395152Y-64555850D01*
-X80395672Y-64555668D01*
-X81035536Y-64381246D01*
-X81192653Y-64338417D01*
-X81212808Y-64335098D01*
-X81216694Y-64334300D01*
-X81225657Y-64333760D01*
-X81258633Y-64321921D01*
-X81271222Y-64317402D01*
-X81280654Y-64314429D01*
-X81287083Y-64312676D01*
-X81287087Y-64312675D01*
-X81291411Y-64311496D01*
-X81305952Y-64305205D01*
-X81313388Y-64302265D01*
-X81330993Y-64295944D01*
-X81339972Y-64291048D01*
-X81350247Y-64286038D01*
-X81383000Y-64271866D01*
-X81383001Y-64271866D01*
-X81391239Y-64268301D01*
-X81400081Y-64260961D01*
-X81420242Y-64247287D01*
-X82286675Y-63774919D01*
-X82289919Y-63773211D01*
-X82306914Y-63764577D01*
-X82347855Y-63743778D01*
-X82374779Y-63718467D01*
-X82385695Y-63709311D01*
-X82403041Y-63696358D01*
-X82415168Y-63687303D01*
-X82420563Y-63680131D01*
-X82420565Y-63680129D01*
-X82456501Y-63632355D01*
-X82457794Y-63630667D01*
-X83006518Y-62926260D01*
-X83022982Y-62909047D01*
-X83023780Y-62908141D01*
-X83030605Y-62902320D01*
-X83035520Y-62894820D01*
-X83035525Y-62894814D01*
-X83056592Y-62862664D01*
-X83062582Y-62854290D01*
-X83065982Y-62849925D01*
-X83068739Y-62846386D01*
-X83077008Y-62831929D01*
-X83080992Y-62825429D01*
-X83089277Y-62812787D01*
-X83089280Y-62812781D01*
-X83091948Y-62808710D01*
-X83095845Y-62800114D01*
-X83101230Y-62789581D01*
-X83118286Y-62759762D01*
-X83118287Y-62759759D01*
-X83122744Y-62751967D01*
-X83124835Y-62743236D01*
-X83124837Y-62743231D01*
-X83125621Y-62739957D01*
-X83133396Y-62717281D01*
-X83403330Y-62121835D01*
-X83527021Y-61848987D01*
-X83527713Y-61847489D01*
-X83552604Y-61794472D01*
-X83558131Y-61782700D01*
-X83563035Y-61751204D01*
-X83566558Y-61735371D01*
-X83575471Y-61704764D01*
-X83575350Y-61595970D01*
-X83575350Y-59923613D01*
-X83578174Y-59897085D01*
-X83647978Y-59572968D01*
-X83799571Y-58869091D01*
-X83812119Y-58835309D01*
-X83818229Y-58824103D01*
-X84231415Y-58066217D01*
-X84252946Y-58037434D01*
-X84988326Y-57302051D01*
-X85008463Y-57285691D01*
-X85187149Y-57168845D01*
-X87132752Y-55896580D01*
-X87140487Y-55891910D01*
-X87181204Y-55869275D01*
-X89953936Y-54327885D01*
-X100282000Y-54327885D01*
-X100286475Y-54343124D01*
-X100287865Y-54344329D01*
-X100295548Y-54346000D01*
-X101017885Y-54346000D01*
-X101033124Y-54341525D01*
-X101034329Y-54340135D01*
-X101036000Y-54332452D01*
-X101036000Y-53092076D01*
-X101032027Y-53078545D01*
-X101024232Y-53077425D01*
-X100916479Y-53109138D01*
-X100905111Y-53113731D01*
-X100740846Y-53199607D01*
-X100730585Y-53206321D01*
-X100586127Y-53322468D01*
-X100577368Y-53331046D01*
-X100458222Y-53473039D01*
-X100451292Y-53483159D01*
-X100361998Y-53645585D01*
-X100357166Y-53656858D01*
-X100301120Y-53833538D01*
-X100298570Y-53845532D01*
-X100282393Y-53989761D01*
-X100282000Y-53996785D01*
-X100282000Y-54327885D01*
-X89953936Y-54327885D01*
-X90130927Y-54229494D01*
-X90144328Y-54223048D01*
-X93387316Y-52892806D01*
-X93396183Y-52889552D01*
-X96282522Y-51951342D01*
-X96691530Y-51818393D01*
-X96705272Y-51815499D01*
-X96705250Y-51815411D01*
-X96713966Y-51813250D01*
-X96722894Y-51812346D01*
-X96731208Y-51808973D01*
-X96731214Y-51808972D01*
-X96770212Y-51793153D01*
-X96778618Y-51790086D01*
-X96786897Y-51787395D01*
-X96786905Y-51787392D01*
-X96791168Y-51786006D01*
-X96795195Y-51784028D01*
-X96795198Y-51784027D01*
-X96799367Y-51781979D01*
-X96802984Y-51780203D01*
-X96811165Y-51776540D01*
-X96849548Y-51760971D01*
-X96849552Y-51760969D01*
-X96857869Y-51757595D01*
-X96864908Y-51752021D01*
-X96872660Y-51747503D01*
-X96872716Y-51747599D01*
-X96873394Y-51747171D01*
-X96873327Y-51747073D01*
-X96880741Y-51742014D01*
-X96888801Y-51738056D01*
-X96895425Y-51731996D01*
-X96895427Y-51731994D01*
-X96925810Y-51704194D01*
-X96932617Y-51698396D01*
-X96972054Y-51667163D01*
-X96977246Y-51659836D01*
-X96983421Y-51653322D01*
-X96983504Y-51653401D01*
-X96984032Y-51652804D01*
-X96983943Y-51652731D01*
-X96989641Y-51645792D01*
-X96996265Y-51639732D01*
-X97022342Y-51596746D01*
-X97027263Y-51589250D01*
-X97033943Y-51579823D01*
-X97033944Y-51579822D01*
-X97036761Y-51575846D01*
-X97038936Y-51571479D01*
-X97042390Y-51564543D01*
-X97047452Y-51555356D01*
-X97067156Y-51522876D01*
-X97067156Y-51522875D01*
-X97071813Y-51515199D01*
-X97074138Y-51506489D01*
-X97083085Y-51482817D01*
-X97198962Y-51250110D01*
-X97209856Y-51232158D01*
-X97305934Y-51100076D01*
-X97365845Y-51017713D01*
-X97548465Y-50766657D01*
-X100282000Y-50766657D01*
-X100282301Y-50772805D01*
-X100295812Y-50910603D01*
-X100298195Y-50922638D01*
-X100351767Y-51100076D01*
-X100356441Y-51111416D01*
-X100443460Y-51275077D01*
-X100450249Y-51285294D01*
-X100567397Y-51428933D01*
-X100576041Y-51437637D01*
-X100718856Y-51555784D01*
-X100729027Y-51562644D01*
-X100892076Y-51650804D01*
-X100903381Y-51655556D01*
-X101018692Y-51691250D01*
-X101032795Y-51691456D01*
-X101036000Y-51684701D01*
-X101036000Y-51677924D01*
-X101544000Y-51677924D01*
-X101547973Y-51691455D01*
-X101555768Y-51692575D01*
-X101663521Y-51660862D01*
-X101674889Y-51656269D01*
-X101839154Y-51570393D01*
-X101849415Y-51563679D01*
-X101993873Y-51447532D01*
-X102002632Y-51438954D01*
-X102121778Y-51296961D01*
-X102128708Y-51286841D01*
-X102218002Y-51124415D01*
-X102222834Y-51113142D01*
+X108455500Y-53236500D01*
+X108387379Y-53216498D01*
+X108340886Y-53162842D01*
+X108329500Y-53110500D01*
+X108329500Y-52910763D01*
+X108330027Y-52899579D01*
+X108331701Y-52892091D01*
+X108329562Y-52824032D01*
+X108329500Y-52820075D01*
+X108329500Y-52792144D01*
+X108328994Y-52788138D01*
+X108328061Y-52776292D01*
+X108326922Y-52740037D01*
+X108326673Y-52732110D01*
+X108321022Y-52712658D01*
+X108317014Y-52693306D01*
+X108315468Y-52681068D01*
+X108315467Y-52681066D01*
+X108314474Y-52673203D01*
+X108298194Y-52632086D01*
+X108294359Y-52620885D01*
+X108282018Y-52578406D01*
+X108277985Y-52571587D01*
+X108277983Y-52571582D01*
+X108271707Y-52560971D01*
+X108263010Y-52543221D01*
+X108255552Y-52524383D01*
+X108229571Y-52488623D01*
+X108223053Y-52478701D01*
+X108204578Y-52447460D01*
+X108204574Y-52447455D01*
+X108200542Y-52440637D01*
+X108186218Y-52426313D01*
+X108173376Y-52411278D01*
+X108161472Y-52394893D01*
+X108127406Y-52366711D01*
+X108118627Y-52358722D01*
+X107793252Y-52033347D01*
+X107785712Y-52025061D01*
+X107781600Y-52018582D01*
+X107731948Y-51971956D01*
+X107729107Y-51969202D01*
+X107709370Y-51949465D01*
+X107706173Y-51946985D01*
+X107697151Y-51939280D01*
+X107664921Y-51909014D01*
+X107657975Y-51905195D01*
+X107657972Y-51905193D01*
+X107647166Y-51899252D01*
+X107630647Y-51888401D01*
+X107630183Y-51888041D01*
+X107614641Y-51875986D01*
+X107607372Y-51872841D01*
+X107607368Y-51872838D01*
+X107574063Y-51858426D01*
+X107563413Y-51853209D01*
+X107524660Y-51831905D01*
+X107505037Y-51826867D01*
+X107486334Y-51820463D01*
+X107475020Y-51815567D01*
+X107475019Y-51815567D01*
+X107467745Y-51812419D01*
+X107459922Y-51811180D01*
+X107459912Y-51811177D01*
+X107424076Y-51805501D01*
+X107412456Y-51803095D01*
+X107377311Y-51794072D01*
+X107377310Y-51794072D01*
+X107369630Y-51792100D01*
+X107349376Y-51792100D01*
+X107329665Y-51790549D01*
+X107317486Y-51788620D01*
+X107309657Y-51787380D01*
+X107301765Y-51788126D01*
+X107265639Y-51791541D01*
+X107253781Y-51792100D01*
+X103844995Y-51792100D01*
+X103776874Y-51772098D01*
+X103755900Y-51755195D01*
+X103526052Y-51525347D01*
+X103518512Y-51517061D01*
+X103514400Y-51510582D01*
+X103464748Y-51463956D01*
+X103461907Y-51461202D01*
+X103442170Y-51441465D01*
+X103438973Y-51438985D01*
+X103429951Y-51431280D01*
+X103403500Y-51406441D01*
+X103397721Y-51401014D01*
+X103390775Y-51397195D01*
+X103390772Y-51397193D01*
+X103379966Y-51391252D01*
+X103363447Y-51380401D01*
+X103362983Y-51380041D01*
+X103347441Y-51367986D01*
+X103340172Y-51364841D01*
+X103340168Y-51364838D01*
+X103306863Y-51350426D01*
+X103296213Y-51345209D01*
+X103257460Y-51323905D01*
+X103237837Y-51318867D01*
+X103219134Y-51312463D01*
+X103207820Y-51307567D01*
+X103207819Y-51307567D01*
+X103200545Y-51304419D01*
+X103192722Y-51303180D01*
+X103192712Y-51303177D01*
+X103156876Y-51297501D01*
+X103145256Y-51295095D01*
+X103110111Y-51286072D01*
+X103110110Y-51286072D01*
+X103102430Y-51284100D01*
+X103082176Y-51284100D01*
+X103062465Y-51282549D01*
+X103050286Y-51280620D01*
+X103042457Y-51279380D01*
+X103034565Y-51280126D01*
+X102998439Y-51283541D01*
+X102986581Y-51284100D01*
+X102340650Y-51284100D01*
+X102272529Y-51264098D01*
+X102226036Y-51210442D01*
+X102215932Y-51140168D01*
+X102221801Y-51119278D01*
+X102220971Y-51119015D01*
X102278880Y-50936462D01*
X102281430Y-50924468D01*
X102297607Y-50780239D01*
@@ -4612,22 +2856,25 @@ X102298000Y-50692115D01*
X102293525Y-50676876D01*
X102292135Y-50675671D01*
X102284452Y-50674000D01*
-X101562115Y-50674000D01*
-X101546876Y-50678475D01*
-X101545671Y-50679865D01*
-X101544000Y-50687548D01*
-X101544000Y-51677924D01*
-X101036000Y-51677924D01*
-X101036000Y-50692115D01*
-X101031525Y-50676876D01*
-X101030135Y-50675671D01*
-X101022452Y-50674000D01*
X100300115Y-50674000D01*
X100284876Y-50678475D01*
X100283671Y-50679865D01*
X100282000Y-50687548D01*
X100282000Y-50766657D01*
-X97548465Y-50766657D01*
+X100282301Y-50772805D01*
+X100295812Y-50910603D01*
+X100298195Y-50922638D01*
+X100351768Y-51100077D01*
+X100355893Y-51110086D01*
+X100363359Y-51180689D01*
+X100331468Y-51244120D01*
+X100270347Y-51280241D01*
+X100239400Y-51284100D01*
+X97419535Y-51284100D01*
+X97351414Y-51264098D01*
+X97304921Y-51210442D01*
+X97294817Y-51140168D01*
+X97317641Y-51083981D01*
X97804965Y-50414035D01*
X97828167Y-50389749D01*
X98231524Y-50067195D01*
@@ -4676,84 +2923,11 @@ G37*
%TD.AperFunction*%
%TA.AperFunction,Conductor*%
G36*
-X71612074Y-86960578D02*
+X86190294Y-68737819D02*
G01*
-X72230500Y-87579004D01*
-X72264526Y-87641316D01*
-X72259461Y-87712131D01*
-X72230501Y-87757194D01*
-X72189698Y-87797997D01*
-X72148895Y-87838801D01*
-X72086584Y-87872825D01*
-X72015768Y-87867761D01*
-X71970705Y-87838800D01*
-X71928452Y-87796547D01*
-X71920912Y-87788261D01*
-X71916800Y-87781782D01*
-X71867148Y-87735156D01*
-X71864307Y-87732402D01*
-X71844570Y-87712665D01*
-X71841373Y-87710185D01*
-X71832351Y-87702480D01*
-X71805900Y-87677641D01*
-X71800121Y-87672214D01*
-X71793175Y-87668395D01*
-X71793172Y-87668393D01*
-X71782366Y-87662452D01*
-X71765847Y-87651601D01*
-X71765383Y-87651241D01*
-X71749841Y-87639186D01*
-X71742572Y-87636041D01*
-X71742568Y-87636038D01*
-X71709263Y-87621626D01*
-X71698613Y-87616409D01*
-X71659860Y-87595105D01*
-X71640237Y-87590067D01*
-X71621534Y-87583663D01*
-X71610220Y-87578767D01*
-X71610219Y-87578767D01*
-X71602945Y-87575619D01*
-X71595116Y-87574379D01*
-X71595113Y-87574378D01*
-X71586151Y-87572958D01*
-X71521999Y-87542544D01*
-X71484474Y-87482274D01*
-X71480051Y-87446013D01*
-X71473516Y-87442800D01*
-X71188924Y-87442800D01*
-X71120803Y-87422798D01*
-X71114863Y-87418736D01*
-X71061263Y-87379793D01*
-X71061262Y-87379792D01*
-X71055921Y-87375912D01*
-X71049893Y-87373228D01*
-X71049891Y-87373227D01*
-X70894195Y-87303907D01*
-X70840099Y-87257927D01*
-X70819450Y-87190000D01*
-X70838802Y-87121691D01*
-X70894195Y-87073693D01*
-X70903319Y-87069631D01*
-X70944020Y-87051510D01*
-X71049891Y-87004373D01*
-X71049893Y-87004372D01*
-X71055921Y-87001688D01*
-X71093410Y-86974451D01*
-X71114863Y-86958864D01*
-X71181731Y-86935006D01*
-X71188924Y-86934800D01*
-X71466969Y-86934800D01*
-X71487481Y-86928777D01*
-X71558477Y-86928777D01*
-X71612074Y-86960578D01*
-G37*
-%TD.AperFunction*%
-%TA.AperFunction,Conductor*%
-G36*
-X86232338Y-69434245D02*
-G01*
-X86273520Y-69492078D01*
-X86280450Y-69533288D01*
+X86249910Y-68776373D01*
+X86279218Y-68841038D01*
+X86280450Y-68858613D01*
X86280450Y-87369426D01*
X86260448Y-87437547D01*
X86206792Y-87484040D01*
@@ -4808,7 +2982,6 @@ X82269100Y-85708100D01*
X82269100Y-84355967D01*
X82269627Y-84344784D01*
X82271302Y-84337291D01*
-X82269741Y-84287616D01*
X82269162Y-84269214D01*
X82269100Y-84265255D01*
X82269100Y-84237344D01*
@@ -4820,10 +2993,10 @@ X82260622Y-84157858D01*
X82256614Y-84138506D01*
X82255067Y-84126263D01*
X82254074Y-84118403D01*
-X82251156Y-84111032D01*
+X82244401Y-84093971D01*
X82237800Y-84077297D01*
X82233955Y-84066070D01*
-X82233321Y-84063887D01*
+X82225393Y-84036602D01*
X82221618Y-84023607D01*
X82212104Y-84007519D01*
X82211307Y-84006172D01*
@@ -4921,105 +3094,1281 @@ X81408979Y-81612685D01*
X81410219Y-81604857D01*
X81406059Y-81560846D01*
X81405500Y-81548989D01*
-X81405500Y-79316395D01*
-X81425502Y-79248274D01*
-X81479158Y-79201781D01*
-X81540113Y-79191829D01*
-X81540113Y-79191300D01*
-X81731087Y-79191300D01*
-X81737539Y-79189928D01*
-X81737544Y-79189928D01*
-X81824487Y-79171447D01*
-X81917888Y-79151594D01*
-X81931672Y-79145457D01*
-X82086322Y-79076603D01*
-X82086324Y-79076602D01*
-X82092352Y-79073918D01*
-X82133039Y-79044357D01*
-X82199906Y-79020499D01*
-X82269058Y-79036579D01*
-X82281161Y-79044357D01*
-X82321848Y-79073918D01*
-X82327876Y-79076602D01*
-X82327878Y-79076603D01*
-X82482528Y-79145457D01*
-X82496312Y-79151594D01*
-X82589713Y-79171447D01*
-X82676656Y-79189928D01*
-X82676661Y-79189928D01*
-X82683113Y-79191300D01*
-X82874087Y-79191300D01*
-X82880539Y-79189928D01*
-X82880544Y-79189928D01*
-X82967487Y-79171447D01*
-X83060888Y-79151594D01*
-X83074672Y-79145457D01*
-X83229322Y-79076603D01*
-X83229324Y-79076602D01*
-X83235352Y-79073918D01*
-X83389853Y-78961666D01*
-X83504509Y-78834328D01*
-X83513221Y-78824652D01*
-X83513222Y-78824651D01*
-X83517640Y-78819744D01*
-X83613127Y-78654356D01*
-X83672142Y-78472728D01*
-X83692104Y-78282800D01*
-X83675351Y-78123406D01*
-X83672832Y-78099435D01*
-X83672832Y-78099433D01*
-X83672142Y-78092872D01*
-X83613127Y-77911244D01*
-X83517640Y-77745856D01*
-X83419464Y-77636820D01*
-X83388746Y-77572813D01*
-X83387100Y-77552510D01*
-X83387100Y-77342439D01*
-X83407102Y-77274318D01*
-X83424005Y-77253344D01*
-X84241634Y-76435715D01*
-X84254025Y-76424848D01*
-X84272837Y-76410413D01*
-X84279387Y-76405387D01*
-X84303874Y-76373475D01*
-X84303880Y-76373469D01*
-X84371896Y-76284829D01*
-X84371897Y-76284827D01*
-X84376924Y-76278276D01*
-X84438238Y-76130251D01*
-X84440791Y-76110857D01*
-X84453900Y-76011285D01*
-X84453900Y-76011280D01*
-X84459150Y-75971400D01*
-X84454978Y-75939707D01*
-X84453900Y-75923264D01*
-X84453900Y-73405439D01*
-X84473902Y-73337318D01*
-X84490805Y-73316344D01*
-X85613234Y-72193915D01*
-X85625625Y-72183048D01*
-X85644437Y-72168613D01*
-X85650987Y-72163587D01*
-X85675474Y-72131675D01*
-X85675477Y-72131672D01*
-X85743333Y-72043240D01*
-X85748524Y-72036475D01*
-X85809838Y-71888450D01*
-X85825500Y-71769485D01*
-X85825500Y-71769478D01*
-X85830750Y-71729600D01*
-X85826578Y-71697907D01*
-X85825500Y-71681464D01*
-X85825500Y-69818290D01*
-X85845502Y-69750169D01*
-X85857864Y-69733980D01*
-X85951621Y-69629852D01*
-X85951622Y-69629851D01*
-X85956040Y-69624944D01*
-X86045331Y-69470288D01*
-X86096714Y-69421295D01*
-X86166427Y-69407859D01*
-X86232338Y-69434245D01*
+X81405500Y-79519595D01*
+X81425502Y-79451474D01*
+X81479158Y-79404981D01*
+X81540113Y-79395029D01*
+X81540113Y-79394500D01*
+X81731087Y-79394500D01*
+X81737539Y-79393128D01*
+X81737544Y-79393128D01*
+X81852950Y-79368597D01*
+X81917888Y-79354794D01*
+X82049289Y-79296291D01*
+X82086322Y-79279803D01*
+X82086324Y-79279802D01*
+X82092352Y-79277118D01*
+X82109966Y-79264321D01*
+X82225570Y-79180329D01*
+X82246853Y-79164866D01*
+X82274380Y-79134294D01*
+X82368476Y-79029790D01*
+X82428922Y-78992550D01*
+X82462112Y-78988100D01*
+X82645487Y-78988100D01*
+X82651939Y-78986728D01*
+X82651944Y-78986728D01*
+X82738887Y-78968247D01*
+X82832288Y-78948394D01*
+X82838319Y-78945709D01*
+X83000722Y-78873403D01*
+X83000724Y-78873402D01*
+X83006752Y-78870718D01*
+X83161253Y-78758466D01*
+X83194985Y-78721003D01*
+X83284621Y-78621452D01*
+X83284622Y-78621451D01*
+X83289040Y-78616544D01*
+X83374195Y-78469052D01*
+X83381223Y-78456879D01*
+X83381224Y-78456878D01*
+X83384527Y-78451156D01*
+X83443542Y-78269528D01*
+X83444793Y-78257632D01*
+X83462814Y-78086165D01*
+X83463504Y-78079600D01*
+X83443542Y-77889672D01*
+X83384527Y-77708044D01*
+X83289040Y-77542656D01*
+X83215863Y-77461385D01*
+X83185147Y-77397379D01*
+X83183500Y-77377076D01*
+X83183500Y-76463794D01*
+X83203502Y-76395673D01*
+X83220405Y-76374699D01*
+X84212247Y-75382857D01*
+X84220537Y-75375313D01*
+X84227018Y-75371200D01*
+X84273659Y-75321532D01*
+X84276413Y-75318691D01*
+X84296134Y-75298970D01*
+X84298612Y-75295775D01*
+X84306318Y-75286753D01*
+X84331158Y-75260301D01*
+X84336586Y-75254521D01*
+X84346346Y-75236768D01*
+X84357199Y-75220245D01*
+X84364753Y-75210506D01*
+X84369613Y-75204241D01*
+X84387176Y-75163657D01*
+X84392383Y-75153027D01*
+X84413695Y-75114260D01*
+X84415666Y-75106583D01*
+X84415668Y-75106578D01*
+X84418732Y-75094642D01*
+X84425138Y-75075930D01*
+X84430033Y-75064619D01*
+X84433181Y-75057345D01*
+X84434421Y-75049517D01*
+X84434423Y-75049510D01*
+X84440099Y-75013676D01*
+X84442505Y-75002056D01*
+X84451528Y-74966911D01*
+X84451528Y-74966910D01*
+X84453500Y-74959230D01*
+X84453500Y-74938976D01*
+X84455051Y-74919265D01*
+X84456980Y-74907086D01*
+X84458220Y-74899257D01*
+X84454059Y-74855238D01*
+X84453500Y-74843381D01*
+X84453500Y-72653795D01*
+X84473502Y-72585674D01*
+X84490405Y-72564699D01*
+X84974258Y-72080847D01*
+X84982537Y-72073313D01*
+X84989018Y-72069200D01*
+X85035644Y-72019548D01*
+X85038398Y-72016707D01*
+X85058135Y-71996970D01*
+X85060615Y-71993773D01*
+X85068320Y-71984751D01*
+X85093159Y-71958300D01*
+X85098586Y-71952521D01*
+X85102405Y-71945575D01*
+X85102407Y-71945572D01*
+X85108348Y-71934766D01*
+X85119199Y-71918247D01*
+X85119559Y-71917783D01*
+X85131614Y-71902241D01*
+X85134759Y-71894972D01*
+X85134762Y-71894968D01*
+X85149174Y-71861663D01*
+X85154391Y-71851013D01*
+X85175695Y-71812260D01*
+X85180733Y-71792637D01*
+X85187137Y-71773934D01*
+X85192033Y-71762620D01*
+X85192033Y-71762619D01*
+X85195181Y-71755345D01*
+X85196420Y-71747522D01*
+X85196423Y-71747512D01*
+X85202099Y-71711676D01*
+X85204505Y-71700056D01*
+X85213528Y-71664911D01*
+X85213528Y-71664910D01*
+X85215500Y-71657230D01*
+X85215500Y-71636976D01*
+X85217051Y-71617265D01*
+X85218980Y-71605086D01*
+X85220220Y-71597257D01*
+X85216059Y-71553238D01*
+X85215500Y-71541381D01*
+X85215500Y-70081168D01*
+X85216027Y-70069985D01*
+X85217702Y-70062492D01*
+X85215562Y-69994401D01*
+X85215500Y-69990444D01*
+X85215500Y-69962544D01*
+X85214996Y-69958553D01*
+X85214063Y-69946711D01*
+X85212923Y-69910436D01*
+X85212674Y-69902511D01*
+X85207021Y-69883052D01*
+X85203012Y-69863693D01*
+X85202846Y-69862383D01*
+X85200474Y-69843603D01*
+X85197558Y-69836237D01*
+X85197556Y-69836231D01*
+X85184200Y-69802498D01*
+X85180355Y-69791268D01*
+X85170230Y-69756417D01*
+X85170230Y-69756416D01*
+X85168019Y-69748807D01*
+X85157705Y-69731366D01*
+X85149008Y-69713613D01*
+X85144472Y-69702158D01*
+X85141552Y-69694783D01*
+X85115563Y-69659012D01*
+X85109047Y-69649092D01*
+X85090578Y-69617863D01*
+X85086542Y-69611038D01*
+X85072221Y-69596717D01*
+X85059380Y-69581683D01*
+X85052652Y-69572422D01*
+X85047472Y-69565293D01*
+X85013401Y-69537107D01*
+X85004622Y-69529118D01*
+X84970322Y-69494818D01*
+X84936296Y-69432506D01*
+X84934107Y-69418893D01*
+X84917432Y-69260235D01*
+X84917432Y-69260233D01*
+X84916742Y-69253672D01*
+X84857727Y-69072044D01*
+X84799216Y-68970700D01*
+X84782478Y-68901705D01*
+X84805698Y-68834613D01*
+X84861506Y-68790726D01*
+X84908335Y-68781700D01*
+X85798633Y-68781700D01*
+X85809816Y-68782227D01*
+X85817309Y-68783902D01*
+X85825235Y-68783653D01*
+X85825236Y-68783653D01*
+X85885386Y-68781762D01*
+X85889345Y-68781700D01*
+X85917256Y-68781700D01*
+X85921191Y-68781203D01*
+X85921256Y-68781195D01*
+X85933093Y-68780262D01*
+X85965351Y-68779248D01*
+X85969370Y-68779122D01*
+X85977289Y-68778873D01*
+X85996743Y-68773221D01*
+X86016100Y-68769213D01*
+X86028330Y-68767668D01*
+X86028331Y-68767668D01*
+X86036197Y-68766674D01*
+X86043568Y-68763755D01*
+X86043570Y-68763755D01*
+X86077312Y-68750396D01*
+X86088543Y-68746551D01*
+X86119298Y-68737616D01*
+X86190294Y-68737819D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X94663732Y-52554984D02*
+G01*
+X94695065Y-52618692D01*
+X94686980Y-52689227D01*
+X94660011Y-52729285D01*
+X93726698Y-53662597D01*
+X93664388Y-53696621D01*
+X93637605Y-53699500D01*
+X93534898Y-53699500D01*
+X93532450Y-53699693D01*
+X93532442Y-53699693D01*
+X93503979Y-53701933D01*
+X93503974Y-53701934D01*
+X93497569Y-53702438D01*
+X93397631Y-53731472D01*
+X93345412Y-53746643D01*
+X93345410Y-53746644D01*
+X93337799Y-53748855D01*
+X93194593Y-53833547D01*
+X93191911Y-53836229D01*
+X93127539Y-53861502D01*
+X93057916Y-53847600D01*
+X93042088Y-53837428D01*
+X93038207Y-53833547D01*
+X92895001Y-53748855D01*
+X92887390Y-53746644D01*
+X92887388Y-53746643D01*
+X92835169Y-53731472D01*
+X92735231Y-53702438D01*
+X92728826Y-53701934D01*
+X92728821Y-53701933D01*
+X92700358Y-53699693D01*
+X92700350Y-53699693D01*
+X92697902Y-53699500D01*
+X92264898Y-53699500D01*
+X92262450Y-53699693D01*
+X92262442Y-53699693D01*
+X92233979Y-53701933D01*
+X92233974Y-53701934D01*
+X92227569Y-53702438D01*
+X92127631Y-53731472D01*
+X92075412Y-53746643D01*
+X92075410Y-53746644D01*
+X92067799Y-53748855D01*
+X92060972Y-53752892D01*
+X92060973Y-53752892D01*
+X91931420Y-53829509D01*
+X91931417Y-53829511D01*
+X91924593Y-53833547D01*
+X91806947Y-53951193D01*
+X91802911Y-53958017D01*
+X91802909Y-53958020D01*
+X91764363Y-54023198D01*
+X91722255Y-54094399D01*
+X91675838Y-54254169D01*
+X91675334Y-54260574D01*
+X91675333Y-54260579D01*
+X91673243Y-54287134D01*
+X91672900Y-54291498D01*
+X91672900Y-55043405D01*
+X91652898Y-55111526D01*
+X91635995Y-55132501D01*
+X91515615Y-55252880D01*
+X91453303Y-55286905D01*
+X91382487Y-55281839D01*
+X91341177Y-55255317D01*
+X91341128Y-55255379D01*
+X91340496Y-55254880D01*
+X91337504Y-55252959D01*
+X91335384Y-55250842D01*
+X91335380Y-55250839D01*
+X91330203Y-55245671D01*
+X91236503Y-55187913D01*
+X91188350Y-55158231D01*
+X91188348Y-55158230D01*
+X91182120Y-55154391D01*
+X91017009Y-55099626D01*
+X91010173Y-55098926D01*
+X91010170Y-55098925D01*
+X90958674Y-55093649D01*
+X90914272Y-55089100D01*
+X90340128Y-55089100D01*
+X90336882Y-55089437D01*
+X90336878Y-55089437D01*
+X90242965Y-55099181D01*
+X90242961Y-55099182D01*
+X90236107Y-55099893D01*
+X90229571Y-55102074D01*
+X90229569Y-55102074D01*
+X90138369Y-55132501D01*
+X90071093Y-55154946D01*
+X89923169Y-55246484D01*
+X89917996Y-55251666D01*
+X89805442Y-55364416D01*
+X89805438Y-55364421D01*
+X89800271Y-55369597D01*
+X89708991Y-55517680D01*
+X89654226Y-55682791D01*
+X89653526Y-55689627D01*
+X89653525Y-55689630D01*
+X89648455Y-55739119D01*
+X89643700Y-55785528D01*
+X89643700Y-56384672D01*
+X89644037Y-56387918D01*
+X89644037Y-56387922D01*
+X89653544Y-56479544D01*
+X89654493Y-56488693D01*
+X89656674Y-56495229D01*
+X89656674Y-56495231D01*
+X89695286Y-56610965D01*
+X89709546Y-56653707D01*
+X89801084Y-56801631D01*
+X89908341Y-56908701D01*
+X89942420Y-56970982D01*
+X89937417Y-57041802D01*
+X89908496Y-57086891D01*
+X89805837Y-57189729D01*
+X89796825Y-57201140D01*
+X89713288Y-57336663D01*
+X89707144Y-57349841D01*
+X89656885Y-57501366D01*
+X89654019Y-57514732D01*
+X89644528Y-57607370D01*
+X89644200Y-57613785D01*
+X89644200Y-57637985D01*
+X89648675Y-57653224D01*
+X89650065Y-57654429D01*
+X89657748Y-57656100D01*
+X91592085Y-57656100D01*
+X91607324Y-57651625D01*
+X91608529Y-57650235D01*
+X91610200Y-57642552D01*
+X91610200Y-57613834D01*
+X91609863Y-57607318D01*
+X91600125Y-57513468D01*
+X91597232Y-57500072D01*
+X91546712Y-57348647D01*
+X91540547Y-57335485D01*
+X91456774Y-57200108D01*
+X91447740Y-57188710D01*
+X91346060Y-57087207D01*
+X91311981Y-57024924D01*
+X91316984Y-56954104D01*
+X91345905Y-56909016D01*
+X91346222Y-56908699D01*
+X91454129Y-56800603D01*
+X91457965Y-56794381D01*
+X91457969Y-56794375D01*
+X91467445Y-56779002D01*
+X91520218Y-56731510D01*
+X91570745Y-56719182D01*
+X91587286Y-56718662D01*
+X91591245Y-56718600D01*
+X91619156Y-56718600D01*
+X91623091Y-56718103D01*
+X91623156Y-56718095D01*
+X91634993Y-56717162D01*
+X91667251Y-56716148D01*
+X91671270Y-56716022D01*
+X91679189Y-56715773D01*
+X91698643Y-56710121D01*
+X91718000Y-56706113D01*
+X91730230Y-56704568D01*
+X91730231Y-56704568D01*
+X91738097Y-56703574D01*
+X91745468Y-56700655D01*
+X91745470Y-56700655D01*
+X91779212Y-56687296D01*
+X91790442Y-56683451D01*
+X91825283Y-56673329D01*
+X91825284Y-56673329D01*
+X91832893Y-56671118D01*
+X91839712Y-56667085D01*
+X91839717Y-56667083D01*
+X91850328Y-56660807D01*
+X91868076Y-56652112D01*
+X91886917Y-56644652D01*
+X91893335Y-56639989D01*
+X91893339Y-56639987D01*
+X91921999Y-56619165D01*
+X91988867Y-56595307D01*
+X92053269Y-56610965D01*
+X92053703Y-56609962D01*
+X92059549Y-56612492D01*
+X92060198Y-56612650D01*
+X92067799Y-56617145D01*
+X92075410Y-56619356D01*
+X92075412Y-56619357D01*
+X92127631Y-56634528D01*
+X92227569Y-56663562D01*
+X92233974Y-56664066D01*
+X92233979Y-56664067D01*
+X92262442Y-56666307D01*
+X92262450Y-56666307D01*
+X92264898Y-56666500D01*
+X92697902Y-56666500D01*
+X92700350Y-56666307D01*
+X92700358Y-56666307D01*
+X92728821Y-56664067D01*
+X92728826Y-56664066D01*
+X92735231Y-56663562D01*
+X92835169Y-56634528D01*
+X92887388Y-56619357D01*
+X92887390Y-56619356D01*
+X92895001Y-56617145D01*
+X93038207Y-56532453D01*
+X93040889Y-56529771D01*
+X93105261Y-56504498D01*
+X93174884Y-56518400D01*
+X93190712Y-56528572D01*
+X93194593Y-56532453D01*
+X93337799Y-56617145D01*
+X93345410Y-56619356D01*
+X93345412Y-56619357D01*
+X93397631Y-56634528D01*
+X93497569Y-56663562D01*
+X93503974Y-56664066D01*
+X93503979Y-56664067D01*
+X93532442Y-56666307D01*
+X93532450Y-56666307D01*
+X93534898Y-56666500D01*
+X93967902Y-56666500D01*
+X93970350Y-56666307D01*
+X93970358Y-56666307D01*
+X93998821Y-56664067D01*
+X93998826Y-56664066D01*
+X94005231Y-56663562D01*
+X94105169Y-56634528D01*
+X94157388Y-56619357D01*
+X94157390Y-56619356D01*
+X94165001Y-56617145D01*
+X94308207Y-56532453D01*
+X94310889Y-56529771D01*
+X94375261Y-56504498D01*
+X94444884Y-56518400D01*
+X94460712Y-56528572D01*
+X94464593Y-56532453D01*
+X94607799Y-56617145D01*
+X94615410Y-56619356D01*
+X94615412Y-56619357D01*
+X94667631Y-56634528D01*
+X94767569Y-56663562D01*
+X94773974Y-56664066D01*
+X94773979Y-56664067D01*
+X94802442Y-56666307D01*
+X94802450Y-56666307D01*
+X94804898Y-56666500D01*
+X95237902Y-56666500D01*
+X95240350Y-56666307D01*
+X95240358Y-56666307D01*
+X95268821Y-56664067D01*
+X95268826Y-56664066D01*
+X95275231Y-56663562D01*
+X95375169Y-56634528D01*
+X95427388Y-56619357D01*
+X95427390Y-56619356D01*
+X95435001Y-56617145D01*
+X95578207Y-56532453D01*
+X95580889Y-56529771D01*
+X95645261Y-56504498D01*
+X95714884Y-56518400D01*
+X95730712Y-56528572D01*
+X95734593Y-56532453D01*
+X95863041Y-56608417D01*
+X95911490Y-56660306D01*
+X95924195Y-56730156D01*
+X95897120Y-56795788D01*
+X95872965Y-56818799D01*
+X95871820Y-56819631D01*
+X95861893Y-56826152D01*
+X95830665Y-56844620D01*
+X95830662Y-56844622D01*
+X95823838Y-56848658D01*
+X95809517Y-56862979D01*
+X95794484Y-56875819D01*
+X95778093Y-56887728D01*
+X95773042Y-56893834D01*
+X95749902Y-56921805D01*
+X95741912Y-56930584D01*
+X94629147Y-58043348D01*
+X94620861Y-58050888D01*
+X94614382Y-58055000D01*
+X94608957Y-58060777D01*
+X94567757Y-58104651D01*
+X94565002Y-58107493D01*
+X94545265Y-58127230D01*
+X94542785Y-58130427D01*
+X94535082Y-58139447D01*
+X94504814Y-58171679D01*
+X94500995Y-58178625D01*
+X94500993Y-58178628D01*
+X94495052Y-58189434D01*
+X94484201Y-58205953D01*
+X94471786Y-58221959D01*
+X94468641Y-58229228D01*
+X94468638Y-58229232D01*
+X94454226Y-58262537D01*
+X94449009Y-58273187D01*
+X94427705Y-58311940D01*
+X94425734Y-58319615D01*
+X94425734Y-58319616D01*
+X94422667Y-58331562D01*
+X94416263Y-58350266D01*
+X94408219Y-58368855D01*
+X94406980Y-58376678D01*
+X94406977Y-58376688D01*
+X94401301Y-58412524D01*
+X94398895Y-58424144D01*
+X94387900Y-58466970D01*
+X94387900Y-58487224D01*
+X94386349Y-58506934D01*
+X94383180Y-58526943D01*
+X94383926Y-58534835D01*
+X94387341Y-58570961D01*
+X94387900Y-58582819D01*
+X94387900Y-58610357D01*
+X94367898Y-58678478D01*
+X94314242Y-58724971D01*
+X94243968Y-58735075D01*
+X94197761Y-58718811D01*
+X94171621Y-58703352D01*
+X94157190Y-58697107D01*
+X94022795Y-58658061D01*
+X94008694Y-58658101D01*
+X94005400Y-58665370D01*
+X94005400Y-60261000D01*
+X93985398Y-60329121D01*
+X93931742Y-60375614D01*
+X93879400Y-60387000D01*
+X93623400Y-60387000D01*
+X93555279Y-60366998D01*
+X93508786Y-60313342D01*
+X93497400Y-60261000D01*
+X93497400Y-58671122D01*
+X93493427Y-58657591D01*
+X93485529Y-58656456D01*
+X93345610Y-58697107D01*
+X93331179Y-58703352D01*
+X93201724Y-58779910D01*
+X93194036Y-58785874D01*
+X93127951Y-58811821D01*
+X93058328Y-58797920D01*
+X93042242Y-58787582D01*
+X93038207Y-58783547D01*
+X92895001Y-58698855D01*
+X92887390Y-58696644D01*
+X92887388Y-58696643D01*
+X92799542Y-58671122D01*
+X92735231Y-58652438D01*
+X92728826Y-58651934D01*
+X92728821Y-58651933D01*
+X92700358Y-58649693D01*
+X92700350Y-58649693D01*
+X92697902Y-58649500D01*
+X92264898Y-58649500D01*
+X92262450Y-58649693D01*
+X92262442Y-58649693D01*
+X92233979Y-58651933D01*
+X92233974Y-58651934D01*
+X92227569Y-58652438D01*
+X92163258Y-58671122D01*
+X92075412Y-58696643D01*
+X92075410Y-58696644D01*
+X92067799Y-58698855D01*
+X92060972Y-58702892D01*
+X92060973Y-58702892D01*
+X91931420Y-58779509D01*
+X91931417Y-58779511D01*
+X91924593Y-58783547D01*
+X91806947Y-58901193D01*
+X91802911Y-58908017D01*
+X91802909Y-58908020D01*
+X91776168Y-58953237D01*
+X91722255Y-59044399D01*
+X91720044Y-59052010D01*
+X91720043Y-59052012D01*
+X91713510Y-59074500D01*
+X91675838Y-59204169D01*
+X91675334Y-59210574D01*
+X91675333Y-59210579D01*
+X91673626Y-59232270D01*
+X91672900Y-59241498D01*
+X91672900Y-61024502D01*
+X91673093Y-61026950D01*
+X91673093Y-61026958D01*
+X91673568Y-61032986D01*
+X91675838Y-61061831D01*
+X91722255Y-61221601D01*
+X91784213Y-61326365D01*
+X91795506Y-61345461D01*
+X91812966Y-61414277D01*
+X91790449Y-61481608D01*
+X91735105Y-61526077D01*
+X91687053Y-61535600D01*
+X90106463Y-61535600D01*
+X90095279Y-61535073D01*
+X90087791Y-61533399D01*
+X90079868Y-61533648D01*
+X90019733Y-61535538D01*
+X90015775Y-61535600D01*
+X89987844Y-61535600D01*
+X89983929Y-61536095D01*
+X89983925Y-61536095D01*
+X89983867Y-61536103D01*
+X89983838Y-61536106D01*
+X89971996Y-61537039D01*
+X89927810Y-61538427D01*
+X89910444Y-61543472D01*
+X89908358Y-61544078D01*
+X89889006Y-61548086D01*
+X89876768Y-61549632D01*
+X89876766Y-61549633D01*
+X89868903Y-61550626D01*
+X89827786Y-61566906D01*
+X89816585Y-61570741D01*
+X89774106Y-61583082D01*
+X89767287Y-61587115D01*
+X89767282Y-61587117D01*
+X89756671Y-61593393D01*
+X89738921Y-61602090D01*
+X89720083Y-61609548D01*
+X89713667Y-61614209D01*
+X89713666Y-61614210D01*
+X89684325Y-61635528D01*
+X89674401Y-61642047D01*
+X89643160Y-61660522D01*
+X89643155Y-61660526D01*
+X89636337Y-61664558D01*
+X89622013Y-61678882D01*
+X89606981Y-61691721D01*
+X89590593Y-61703628D01*
+X89564340Y-61735362D01*
+X89562412Y-61737693D01*
+X89554422Y-61746473D01*
+X88345664Y-62955231D01*
+X88283352Y-62989257D01*
+X88212537Y-62984192D01*
+X88155701Y-62941645D01*
+X88131647Y-62882581D01*
+X88122293Y-62811524D01*
+X88122292Y-62811518D01*
+X88121732Y-62807266D01*
+X88119776Y-62800114D01*
+X88047003Y-62534103D01*
+X88045871Y-62529964D01*
+X87970060Y-62352228D01*
+X87934763Y-62269476D01*
+X87934761Y-62269472D01*
+X87933077Y-62265524D01*
+X87785439Y-62018839D01*
+X87605687Y-61794472D01*
+X87445807Y-61642752D01*
+X87400258Y-61599527D01*
+X87400255Y-61599525D01*
+X87397149Y-61596577D01*
+X87163683Y-61428814D01*
+X87141843Y-61417250D01*
+X87117309Y-61404260D01*
+X86909608Y-61294288D01*
+X86715438Y-61223232D01*
+X86643658Y-61196964D01*
+X86643656Y-61196963D01*
+X86639627Y-61195489D01*
+X86358736Y-61134245D01*
+X86327685Y-61131801D01*
+X86135718Y-61116693D01*
+X86135709Y-61116693D01*
+X86133261Y-61116500D01*
+X85977729Y-61116500D01*
+X85975593Y-61116646D01*
+X85975582Y-61116646D01*
+X85767452Y-61130835D01*
+X85767446Y-61130836D01*
+X85763175Y-61131127D01*
+X85758980Y-61131996D01*
+X85758978Y-61131996D01*
+X85688395Y-61146613D01*
+X85481658Y-61189426D01*
+X85210657Y-61285393D01*
+X84955188Y-61417250D01*
+X84951687Y-61419711D01*
+X84951683Y-61419713D01*
+X84891340Y-61462123D01*
+X84719977Y-61582559D01*
+X84685917Y-61614210D01*
+X84514140Y-61773835D01*
+X84509378Y-61778260D01*
+X84327287Y-62000732D01*
+X84177073Y-62245858D01*
+X84175347Y-62249791D01*
+X84175346Y-62249792D01*
+X84143215Y-62322989D01*
+X84061517Y-62509102D01*
+X83982756Y-62785594D01*
+X83942249Y-63070216D01*
+X83942227Y-63074505D01*
+X83942226Y-63074512D01*
+X83940817Y-63343558D01*
+X83940743Y-63357703D01*
+X83941302Y-63361947D01*
+X83941302Y-63361951D01*
+X83951004Y-63435644D01*
+X83978268Y-63642734D01*
+X83979401Y-63646874D01*
+X83979401Y-63646876D01*
+X83992922Y-63696302D01*
+X84054129Y-63920036D01*
+X84055813Y-63923984D01*
+X84154720Y-64155866D01*
+X84166923Y-64184476D01*
+X84204183Y-64246733D01*
+X84311962Y-64426818D01*
+X84314561Y-64431161D01*
+X84494313Y-64655528D01*
+X84602645Y-64758331D01*
+X84681132Y-64832812D01*
+X84702851Y-64853423D01*
+X84936317Y-65021186D01*
+X84940112Y-65023195D01*
+X84940113Y-65023196D01*
+X84961869Y-65034715D01*
+X85190392Y-65155712D01*
+X85235964Y-65172389D01*
+X85379974Y-65225089D01*
+X85460373Y-65254511D01*
+X85488181Y-65260574D01*
+X85716158Y-65310281D01*
+X85778454Y-65344336D01*
+X85812449Y-65406664D01*
+X85807351Y-65477478D01*
+X85778411Y-65522484D01*
+X85728100Y-65572795D01*
+X85665788Y-65606821D01*
+X85639005Y-65609700D01*
+X79326767Y-65609700D01*
+X79315584Y-65609173D01*
+X79308091Y-65607498D01*
+X79300165Y-65607747D01*
+X79300164Y-65607747D01*
+X79240014Y-65609638D01*
+X79236055Y-65609700D01*
+X79208144Y-65609700D01*
+X79204210Y-65610197D01*
+X79204209Y-65610197D01*
+X79204144Y-65610205D01*
+X79192307Y-65611138D01*
+X79160490Y-65612138D01*
+X79156029Y-65612278D01*
+X79148110Y-65612527D01*
+X79130454Y-65617656D01*
+X79128658Y-65618178D01*
+X79109306Y-65622186D01*
+X79107565Y-65622406D01*
+X79089203Y-65624726D01*
+X79081834Y-65627643D01*
+X79081832Y-65627644D01*
+X79048097Y-65641000D01*
+X79036869Y-65644845D01*
+X78994407Y-65657182D01*
+X78987584Y-65661217D01*
+X78987582Y-65661218D01*
+X78976972Y-65667493D01*
+X78959224Y-65676188D01*
+X78940383Y-65683648D01*
+X78933967Y-65688310D01*
+X78933966Y-65688310D01*
+X78904613Y-65709636D01*
+X78894693Y-65716152D01*
+X78863465Y-65734620D01*
+X78863462Y-65734622D01*
+X78856638Y-65738658D01*
+X78842317Y-65752979D01*
+X78827284Y-65765819D01*
+X78810893Y-65777728D01*
+X78792951Y-65799416D01*
+X78782702Y-65811805D01*
+X78774712Y-65820584D01*
+X77661947Y-66933348D01*
+X77653661Y-66940888D01*
+X77647182Y-66945000D01*
+X77641757Y-66950777D01*
+X77600557Y-66994651D01*
+X77597802Y-66997493D01*
+X77578065Y-67017230D01*
+X77575585Y-67020427D01*
+X77567882Y-67029447D01*
+X77537614Y-67061679D01*
+X77533795Y-67068625D01*
+X77533793Y-67068628D01*
+X77527852Y-67079434D01*
+X77517001Y-67095953D01*
+X77504586Y-67111959D01*
+X77501441Y-67119228D01*
+X77501438Y-67119232D01*
+X77487026Y-67152537D01*
+X77481809Y-67163187D01*
+X77460505Y-67201940D01*
+X77458534Y-67209615D01*
+X77458534Y-67209616D01*
+X77455467Y-67221562D01*
+X77449063Y-67240266D01*
+X77441019Y-67258855D01*
+X77439780Y-67266678D01*
+X77439777Y-67266688D01*
+X77434101Y-67302524D01*
+X77431695Y-67314144D01*
+X77420700Y-67356970D01*
+X77420700Y-67377224D01*
+X77419149Y-67396934D01*
+X77415980Y-67416943D01*
+X77416726Y-67424835D01*
+X77420141Y-67460961D01*
+X77420700Y-67472819D01*
+X77420700Y-68317136D01*
+X77400698Y-68385257D01*
+X77361004Y-68424279D01*
+X77350169Y-68430984D01*
+X77344996Y-68436166D01*
+X77232442Y-68548916D01*
+X77232438Y-68548921D01*
+X77227271Y-68554097D01*
+X77223431Y-68560327D01*
+X77223430Y-68560328D01*
+X77150728Y-68678273D01*
+X77135991Y-68702180D01*
+X77081226Y-68867291D01*
+X77070700Y-68970028D01*
+X77070700Y-69569172D01*
+X77071037Y-69572418D01*
+X77071037Y-69572422D01*
+X77080022Y-69659012D01*
+X77081493Y-69673193D01*
+X77136546Y-69838207D01*
+X77228084Y-69986131D01*
+X77233266Y-69991304D01*
+X77334986Y-70092847D01*
+X77369065Y-70155130D01*
+X77364062Y-70225950D01*
+X77335141Y-70271037D01*
+X77232446Y-70373912D01*
+X77232442Y-70373917D01*
+X77227271Y-70379097D01*
+X77135991Y-70527180D01*
+X77081226Y-70692291D01*
+X77070700Y-70795028D01*
+X77070700Y-71130006D01*
+X77050698Y-71198127D01*
+X77033795Y-71219101D01*
+X74791747Y-73461148D01*
+X74783461Y-73468688D01*
+X74776982Y-73472800D01*
+X74771557Y-73478577D01*
+X74730357Y-73522451D01*
+X74727602Y-73525293D01*
+X74707865Y-73545030D01*
+X74705385Y-73548227D01*
+X74697682Y-73557247D01*
+X74667414Y-73589479D01*
+X74663595Y-73596425D01*
+X74663593Y-73596428D01*
+X74657652Y-73607234D01*
+X74646801Y-73623753D01*
+X74634386Y-73639759D01*
+X74631241Y-73647028D01*
+X74631238Y-73647032D01*
+X74616826Y-73680337D01*
+X74611609Y-73690987D01*
+X74590305Y-73729740D01*
+X74588334Y-73737415D01*
+X74588334Y-73737416D01*
+X74585267Y-73749362D01*
+X74578863Y-73768066D01*
+X74570819Y-73786655D01*
+X74569580Y-73794478D01*
+X74569577Y-73794488D01*
+X74563901Y-73830324D01*
+X74561495Y-73841944D01*
+X74550500Y-73884770D01*
+X74550500Y-73905024D01*
+X74548949Y-73924734D01*
+X74545780Y-73944743D01*
+X74546526Y-73952635D01*
+X74549941Y-73988761D01*
+X74550500Y-74000619D01*
+X74550500Y-77224676D01*
+X74530498Y-77292797D01*
+X74518142Y-77308979D01*
+X74444960Y-77390256D01*
+X74386686Y-77491190D01*
+X74356972Y-77542656D01*
+X74349473Y-77555644D01*
+X74290458Y-77737272D01*
+X74289768Y-77743833D01*
+X74289768Y-77743835D01*
+X74273288Y-77900638D01*
+X74270496Y-77927200D01*
+X74290458Y-78117128D01*
+X74349473Y-78298756D01*
+X74444960Y-78464144D01*
+X74572747Y-78606066D01*
+X74579299Y-78610826D01*
+X74701740Y-78699785D01*
+X74727248Y-78718318D01*
+X74733276Y-78721002D01*
+X74733278Y-78721003D01*
+X74895681Y-78793309D01*
+X74901712Y-78795994D01*
+X74995112Y-78815847D01*
+X75082056Y-78834328D01*
+X75082061Y-78834328D01*
+X75088513Y-78835700D01*
+X75279487Y-78835700D01*
+X75285939Y-78834328D01*
+X75285944Y-78834328D01*
+X75372888Y-78815847D01*
+X75466288Y-78795994D01*
+X75472319Y-78793309D01*
+X75634722Y-78721003D01*
+X75634724Y-78721002D01*
+X75640752Y-78718318D01*
+X75666261Y-78699785D01*
+X75718283Y-78661988D01*
+X75785150Y-78638130D01*
+X75854302Y-78654210D01*
+X75900797Y-78699785D01*
+X75968509Y-78814280D01*
+X75968511Y-78814283D01*
+X75972547Y-78821107D01*
+X76090193Y-78938753D01*
+X76094002Y-78941006D01*
+X76134655Y-78997296D01*
+X76138506Y-79068188D01*
+X76103418Y-79129909D01*
+X76095724Y-79136576D01*
+X76090193Y-79139847D01*
+X75972547Y-79257493D01*
+X75968511Y-79264317D01*
+X75968509Y-79264320D01*
+X75896247Y-79386509D01*
+X75844355Y-79434962D01*
+X75774504Y-79447667D01*
+X75713733Y-79424306D01*
+X75646094Y-79375163D01*
+X75646093Y-79375162D01*
+X75640752Y-79371282D01*
+X75634724Y-79368598D01*
+X75634722Y-79368597D01*
+X75472319Y-79296291D01*
+X75472318Y-79296291D01*
+X75466288Y-79293606D01*
+X75370460Y-79273237D01*
+X75285944Y-79255272D01*
+X75285939Y-79255272D01*
+X75279487Y-79253900D01*
+X75088513Y-79253900D01*
+X75082061Y-79255272D01*
+X75082056Y-79255272D01*
+X74997540Y-79273237D01*
+X74901712Y-79293606D01*
+X74895682Y-79296291D01*
+X74895681Y-79296291D01*
+X74733278Y-79368597D01*
+X74733276Y-79368598D01*
+X74727248Y-79371282D01*
+X74572747Y-79483534D01*
+X74568326Y-79488444D01*
+X74568325Y-79488445D01*
+X74540278Y-79519595D01*
+X74444960Y-79625456D01*
+X74349473Y-79790844D01*
+X74290458Y-79972472D01*
+X74270496Y-80162400D01*
+X74290458Y-80352328D01*
+X74349473Y-80533956D01*
+X74444960Y-80699344D01*
+X74449378Y-80704251D01*
+X74449379Y-80704252D01*
+X74529406Y-80793131D01*
+X74572747Y-80841266D01*
+X74727248Y-80953518D01*
+X74733276Y-80956202D01*
+X74733278Y-80956203D01*
+X74865453Y-81015051D01*
+X74901712Y-81031194D01*
+X74908165Y-81032566D01*
+X74914451Y-81034608D01*
+X74913733Y-81036819D01*
+X74966830Y-81065493D01*
+X75001144Y-81127647D01*
+X75003886Y-81156823D01*
+X75002980Y-81162543D01*
+X75003726Y-81170435D01*
+X75003726Y-81170437D01*
+X75007141Y-81206561D01*
+X75007700Y-81218419D01*
+X75007700Y-84082676D01*
+X74987698Y-84150797D01*
+X74975342Y-84166979D01*
+X74902160Y-84248256D01*
+X74880602Y-84285595D01*
+X74813269Y-84402220D01*
+X74806673Y-84413644D01*
+X74747658Y-84595272D01*
+X74746968Y-84601833D01*
+X74746968Y-84601835D01*
+X74738340Y-84683926D01*
+X74727696Y-84785200D01*
+X74725460Y-84784965D01*
+X74708384Y-84843121D01*
+X74654728Y-84889614D01*
+X74602386Y-84901000D01*
+X73758695Y-84901000D01*
+X73690574Y-84880998D01*
+X73669599Y-84864095D01*
+X73452447Y-84646942D01*
+X73444913Y-84638663D01*
+X73440800Y-84632182D01*
+X73391148Y-84585556D01*
+X73388307Y-84582802D01*
+X73368570Y-84563065D01*
+X73365373Y-84560585D01*
+X73356351Y-84552880D01*
+X73329900Y-84528041D01*
+X73324121Y-84522614D01*
+X73317175Y-84518795D01*
+X73317172Y-84518793D01*
+X73306366Y-84512852D01*
+X73289847Y-84502001D01*
+X73289383Y-84501641D01*
+X73273841Y-84489586D01*
+X73266572Y-84486441D01*
+X73266568Y-84486438D01*
+X73233263Y-84472026D01*
+X73222613Y-84466809D01*
+X73183860Y-84445505D01*
+X73164237Y-84440467D01*
+X73145534Y-84434063D01*
+X73134220Y-84429167D01*
+X73134219Y-84429167D01*
+X73126945Y-84426019D01*
+X73119122Y-84424780D01*
+X73119112Y-84424777D01*
+X73083276Y-84419101D01*
+X73071656Y-84416695D01*
+X73036511Y-84407672D01*
+X73036510Y-84407672D01*
+X73028830Y-84405700D01*
+X73008576Y-84405700D01*
+X72988865Y-84404149D01*
+X72976686Y-84402220D01*
+X72968857Y-84400980D01*
+X72960965Y-84401726D01*
+X72924839Y-84405141D01*
+X72912981Y-84405700D01*
+X71844782Y-84405700D01*
+X71776661Y-84385698D01*
+X71730168Y-84332042D01*
+X71726801Y-84323931D01*
+X71718169Y-84300907D01*
+X71718168Y-84300904D01*
+X71715015Y-84292495D01*
+X71627661Y-84175939D01*
+X71511105Y-84088585D01*
+X71374716Y-84037455D01*
+X71312534Y-84030700D01*
+X70216266Y-84030700D01*
+X70154084Y-84037455D01*
+X70017695Y-84088585D01*
+X70016626Y-84085733D01*
+X69962134Y-84097648D01*
+X69895587Y-84072908D01*
+X69852980Y-84016118D01*
+X69845553Y-83960038D01*
+X70019786Y-82126678D01*
+X70039808Y-81916000D01*
+X70041043Y-81906700D01*
+X70047440Y-81869273D01*
+X70623110Y-78500935D01*
+X70626615Y-78485981D01*
+X70627432Y-78483258D01*
+X71619971Y-75172549D01*
+X71624540Y-75159832D01*
+X72956498Y-71996781D01*
+X72959924Y-71989332D01*
+X74543551Y-68822078D01*
+X74549559Y-68811397D01*
+X76368618Y-65917070D01*
+X76379676Y-65902068D01*
+X76637663Y-65601435D01*
+X76795979Y-65416949D01*
+X76824012Y-65392665D01*
+X76825479Y-65391733D01*
+X77575901Y-64914795D01*
+X77620907Y-64886191D01*
+X77643202Y-64874952D01*
+X78369788Y-64595077D01*
+X78572689Y-64516921D01*
+X78617979Y-64508500D01*
+X79633279Y-64508500D01*
+X79653884Y-64510196D01*
+X80095550Y-64583409D01*
+X80096613Y-64583590D01*
+X80176566Y-64597547D01*
+X80207172Y-64594116D01*
+X80223974Y-64593363D01*
+X80235783Y-64593623D01*
+X80253860Y-64594021D01*
+X80262531Y-64591691D01*
+X80262534Y-64591691D01*
+X80286035Y-64585377D01*
+X80286920Y-64585174D01*
+X80287787Y-64585077D01*
+X80290146Y-64584434D01*
+X80290159Y-64584431D01*
+X80331089Y-64573274D01*
+X80331532Y-64573154D01*
+X80346797Y-64569053D01*
+X80394529Y-64556229D01*
+X80395152Y-64555850D01*
+X80395672Y-64555668D01*
+X81021103Y-64385180D01*
+X81192653Y-64338417D01*
+X81212808Y-64335098D01*
+X81216694Y-64334300D01*
+X81225657Y-64333760D01*
+X81258633Y-64321921D01*
+X81271222Y-64317402D01*
+X81280654Y-64314429D01*
+X81287083Y-64312676D01*
+X81287087Y-64312675D01*
+X81291411Y-64311496D01*
+X81305952Y-64305205D01*
+X81313388Y-64302265D01*
+X81330993Y-64295944D01*
+X81339972Y-64291048D01*
+X81350247Y-64286038D01*
+X81383000Y-64271866D01*
+X81383001Y-64271866D01*
+X81391239Y-64268301D01*
+X81400081Y-64260961D01*
+X81420242Y-64247287D01*
+X82286675Y-63774919D01*
+X82289919Y-63773211D01*
+X82306914Y-63764577D01*
+X82347855Y-63743778D01*
+X82374779Y-63718467D01*
+X82385695Y-63709311D01*
+X82407972Y-63692676D01*
+X82415168Y-63687303D01*
+X82420563Y-63680131D01*
+X82420565Y-63680129D01*
+X82456501Y-63632355D01*
+X82457794Y-63630667D01*
+X83006518Y-62926260D01*
+X83022982Y-62909047D01*
+X83023780Y-62908141D01*
+X83030605Y-62902320D01*
+X83035520Y-62894820D01*
+X83035525Y-62894814D01*
+X83056592Y-62862664D01*
+X83062582Y-62854290D01*
+X83065982Y-62849925D01*
+X83068739Y-62846386D01*
+X83077008Y-62831929D01*
+X83080992Y-62825429D01*
+X83089277Y-62812787D01*
+X83089280Y-62812781D01*
+X83091948Y-62808710D01*
+X83095845Y-62800114D01*
+X83101230Y-62789581D01*
+X83118286Y-62759762D01*
+X83118287Y-62759759D01*
+X83122744Y-62751967D01*
+X83124835Y-62743236D01*
+X83124837Y-62743231D01*
+X83125621Y-62739957D01*
+X83133396Y-62717281D01*
+X83402037Y-62124688D01*
+X83527021Y-61848987D01*
+X83527713Y-61847489D01*
+X83552604Y-61794472D01*
+X83558131Y-61782700D01*
+X83563035Y-61751204D01*
+X83566558Y-61735371D01*
+X83575471Y-61704764D01*
+X83575350Y-61595970D01*
+X83575350Y-59923613D01*
+X83578174Y-59897085D01*
+X83679497Y-59426619D01*
+X83799571Y-58869091D01*
+X83812119Y-58835309D01*
+X83824925Y-58811821D01*
+X84155008Y-58206366D01*
+X89644200Y-58206366D01*
+X89644537Y-58212882D01*
+X89654275Y-58306732D01*
+X89657168Y-58320128D01*
+X89707688Y-58471553D01*
+X89713853Y-58484715D01*
+X89797626Y-58620092D01*
+X89806660Y-58631490D01*
+X89919329Y-58743963D01*
+X89930740Y-58752975D01*
+X90066263Y-58836512D01*
+X90079441Y-58842656D01*
+X90230966Y-58892915D01*
+X90244332Y-58895781D01*
+X90336970Y-58905272D01*
+X90343385Y-58905600D01*
+X90355085Y-58905600D01*
+X90370324Y-58901125D01*
+X90371529Y-58899735D01*
+X90373200Y-58892052D01*
+X90373200Y-58887485D01*
+X90881200Y-58887485D01*
+X90885675Y-58902724D01*
+X90887065Y-58903929D01*
+X90894748Y-58905600D01*
+X90910966Y-58905600D01*
+X90917482Y-58905263D01*
+X91011332Y-58895525D01*
+X91024728Y-58892632D01*
+X91176153Y-58842112D01*
+X91189315Y-58835947D01*
+X91324692Y-58752174D01*
+X91336090Y-58743140D01*
+X91448563Y-58630471D01*
+X91457575Y-58619060D01*
+X91541112Y-58483537D01*
+X91547256Y-58470359D01*
+X91597515Y-58318834D01*
+X91600381Y-58305468D01*
+X91609872Y-58212830D01*
+X91610200Y-58206415D01*
+X91610200Y-58182215D01*
+X91605725Y-58166976D01*
+X91604335Y-58165771D01*
+X91596652Y-58164100D01*
+X90899315Y-58164100D01*
+X90884076Y-58168575D01*
+X90882871Y-58169965D01*
+X90881200Y-58177648D01*
+X90881200Y-58887485D01*
+X90373200Y-58887485D01*
+X90373200Y-58182215D01*
+X90368725Y-58166976D01*
+X90367335Y-58165771D01*
+X90359652Y-58164100D01*
+X89662315Y-58164100D01*
+X89647076Y-58168575D01*
+X89645871Y-58169965D01*
+X89644200Y-58177648D01*
+X89644200Y-58206366D01*
+X84155008Y-58206366D01*
+X84231415Y-58066217D01*
+X84252946Y-58037434D01*
+X84988326Y-57302051D01*
+X85008463Y-57285691D01*
+X85115576Y-57215648D01*
+X87132752Y-55896580D01*
+X87140487Y-55891910D01*
+X87166351Y-55877532D01*
+X90130927Y-54229494D01*
+X90144328Y-54223048D01*
+X93387316Y-52892806D01*
+X93396183Y-52889552D01*
+X94531963Y-52520365D01*
+X94602930Y-52518329D01*
+X94663732Y-52554984D01*
G37*
%TD.AperFunction*%
%TA.AperFunction,Conductor*%
@@ -5031,6 +4380,8 @@ X78764450Y-72185071D01*
X78730178Y-72290549D01*
X78710058Y-72352472D01*
X78690096Y-72542400D01*
+X78690786Y-72548965D01*
+X78696319Y-72601604D01*
X78710058Y-72732328D01*
X78769073Y-72913956D01*
X78864560Y-73079344D01*
@@ -5090,30 +4441,20 @@ X81980277Y-73119646D01*
X82046188Y-73146032D01*
X82087370Y-73203864D01*
X82094300Y-73245075D01*
-X82094300Y-75072605D01*
-X82074298Y-75140726D01*
-X82057395Y-75161700D01*
-X80379741Y-76839354D01*
-X80371463Y-76846887D01*
-X80364982Y-76851000D01*
-X80359555Y-76856780D01*
-X80359553Y-76856781D01*
-X80318365Y-76900643D01*
-X80315609Y-76903487D01*
-X79987699Y-77231396D01*
-X79925387Y-77265421D01*
-X79898604Y-77268300D01*
-X79442178Y-77268300D01*
-X79374057Y-77248298D01*
-X79327564Y-77194642D01*
-X79321181Y-77177453D01*
-X79308357Y-77133312D01*
-X79308356Y-77133310D01*
-X79306145Y-77125699D01*
-X79260547Y-77048597D01*
-X79225491Y-76989320D01*
-X79225489Y-76989317D01*
-X79221453Y-76982493D01*
+X82094300Y-74183606D01*
+X82074298Y-74251727D01*
+X82057395Y-74272701D01*
+X81235453Y-75094642D01*
+X80379747Y-75950348D01*
+X80371461Y-75957888D01*
+X80364982Y-75962000D01*
+X80359557Y-75967777D01*
+X80318357Y-76011651D01*
+X80315634Y-76014461D01*
+X79373620Y-76956475D01*
+X79311311Y-76990498D01*
+X79240496Y-76985434D01*
+X79195433Y-76956473D01*
X79103807Y-76864847D01*
X79096983Y-76860811D01*
X79096980Y-76860809D01*
@@ -5158,7 +4499,7 @@ X77738693Y-78483258D01*
X77740085Y-78500938D01*
X77741438Y-78518131D01*
X77766985Y-78606066D01*
-X77781015Y-78654356D01*
+X77776301Y-78638130D01*
X77787855Y-78677901D01*
X77791892Y-78684727D01*
X77833453Y-78755003D01*
@@ -5246,7 +4587,7 @@ X77343000Y-78819142D01*
X77360547Y-78755003D01*
X77402108Y-78684727D01*
X77406145Y-78677901D01*
-X77412986Y-78654356D01*
+X77417700Y-78638130D01*
X77427015Y-78606066D01*
X77452562Y-78518131D01*
X77453916Y-78500938D01*
@@ -5321,410 +4662,519 @@ G36*
X110284227Y-62822602D02*
G01*
X110305197Y-62839501D01*
-X111259597Y-63793902D01*
-X111293621Y-63856212D01*
-X111296500Y-63882995D01*
-X111296500Y-64362725D01*
-X111276498Y-64430846D01*
-X111246065Y-64463551D01*
-X111141739Y-64541739D01*
-X111054385Y-64658295D01*
-X111003255Y-64794684D01*
-X110996500Y-64856866D01*
-X110996500Y-65803134D01*
-X111003255Y-65865316D01*
-X111054385Y-66001705D01*
-X111141739Y-66118261D01*
-X111258295Y-66205615D01*
-X111394684Y-66256745D01*
-X111456866Y-66263500D01*
-X112403134Y-66263500D01*
-X112465316Y-66256745D01*
-X112601705Y-66205615D01*
-X112718261Y-66118261D01*
-X112805615Y-66001705D01*
-X112856745Y-65865316D01*
-X112857598Y-65857460D01*
-X112857917Y-65856120D01*
-X112893135Y-65794473D01*
-X112956090Y-65761653D01*
-X113026795Y-65768079D01*
-X113082802Y-65811711D01*
-X113106500Y-65885266D01*
-X113106500Y-66563134D01*
-X113113255Y-66625316D01*
-X113164385Y-66761705D01*
-X113251739Y-66878261D01*
-X113368295Y-66965615D01*
-X113376703Y-66968767D01*
-X113384575Y-66973077D01*
-X113383739Y-66974604D01*
-X113432004Y-67010862D01*
-X113456702Y-67077424D01*
-X113441493Y-67146772D01*
-X113391206Y-67196890D01*
-X113331008Y-67212200D01*
-X98226661Y-67212200D01*
-X98158540Y-67192198D01*
-X98112047Y-67138542D01*
-X98101943Y-67068268D01*
-X98125835Y-67010635D01*
-X98179786Y-66938648D01*
-X98188324Y-66923054D01*
-X98233478Y-66802606D01*
-X98237105Y-66787351D01*
-X98242631Y-66736486D01*
-X98243000Y-66729672D01*
-X98243000Y-66532115D01*
-X98238525Y-66516876D01*
-X98237135Y-66515671D01*
-X98229452Y-66514000D01*
-X96395116Y-66514000D01*
-X96379877Y-66518475D01*
-X96378672Y-66519865D01*
-X96377001Y-66527548D01*
-X96377001Y-66729669D01*
-X96377371Y-66736490D01*
-X96382895Y-66787352D01*
-X96386521Y-66802604D01*
-X96431676Y-66923054D01*
-X96440214Y-66938648D01*
-X96494165Y-67010635D01*
-X96519013Y-67077141D01*
-X96503960Y-67146524D01*
-X96453786Y-67196754D01*
-X96393339Y-67212200D01*
-X94592094Y-67212200D01*
-X94523973Y-67192198D01*
-X94477480Y-67138542D01*
-X94467376Y-67068268D01*
-X94496870Y-67003688D01*
-X94502999Y-66997105D01*
-X95512219Y-65987885D01*
-X96377000Y-65987885D01*
-X96381475Y-66003124D01*
-X96382865Y-66004329D01*
-X96390548Y-66006000D01*
-X97037885Y-66006000D01*
-X97053124Y-66001525D01*
-X97054329Y-66000135D01*
-X97056000Y-65992452D01*
-X97056000Y-65987885D01*
-X97564000Y-65987885D01*
-X97568475Y-66003124D01*
-X97569865Y-66004329D01*
-X97577548Y-66006000D01*
-X98224884Y-66006000D01*
-X98240123Y-66001525D01*
-X98241328Y-66000135D01*
-X98242999Y-65992452D01*
-X98242999Y-65790331D01*
-X98242629Y-65783510D01*
-X98237105Y-65732648D01*
-X98233479Y-65717396D01*
-X98188324Y-65596946D01*
-X98179786Y-65581351D01*
-X98103285Y-65479276D01*
-X98090724Y-65466715D01*
-X97988649Y-65390214D01*
-X97973054Y-65381676D01*
-X97852606Y-65336522D01*
-X97837351Y-65332895D01*
-X97786486Y-65327369D01*
-X97779672Y-65327000D01*
-X97582115Y-65327000D01*
-X97566876Y-65331475D01*
-X97565671Y-65332865D01*
-X97564000Y-65340548D01*
-X97564000Y-65987885D01*
-X97056000Y-65987885D01*
-X97056000Y-65345116D01*
-X97051525Y-65329877D01*
-X97050135Y-65328672D01*
-X97042452Y-65327001D01*
-X96840331Y-65327001D01*
-X96833510Y-65327371D01*
-X96782648Y-65332895D01*
-X96767396Y-65336521D01*
-X96646946Y-65381676D01*
-X96631351Y-65390214D01*
-X96529276Y-65466715D01*
-X96516715Y-65479276D01*
-X96440214Y-65581351D01*
-X96431676Y-65596946D01*
-X96386522Y-65717394D01*
-X96382895Y-65732649D01*
-X96377369Y-65783514D01*
-X96377000Y-65790328D01*
-X96377000Y-65987885D01*
-X95512219Y-65987885D01*
-X96618499Y-64881605D01*
-X96680811Y-64847579D01*
-X96707594Y-64844700D01*
-X98445860Y-64844700D01*
-X98513981Y-64864702D01*
-X98560474Y-64918358D01*
-X98571123Y-64984307D01*
-X98566869Y-65023467D01*
-X98566500Y-65026866D01*
-X98566500Y-65973134D01*
-X98573255Y-66035316D01*
-X98624385Y-66171705D01*
-X98711739Y-66288261D01*
-X98828295Y-66375615D01*
-X98964684Y-66426745D01*
-X99026866Y-66433500D01*
-X99973134Y-66433500D01*
-X100035316Y-66426745D01*
-X100171705Y-66375615D01*
-X100288261Y-66288261D01*
-X100375615Y-66171705D01*
-X100426745Y-66035316D01*
-X100433500Y-65973134D01*
-X100433500Y-65026866D01*
-X100426745Y-64964684D01*
-X100375615Y-64828295D01*
-X100288261Y-64711739D01*
-X100185651Y-64634837D01*
-X100143137Y-64577977D01*
-X100137263Y-64533442D01*
-X100135702Y-64533491D01*
-X100133562Y-64465401D01*
-X100133500Y-64461443D01*
-X100133500Y-64433544D01*
-X100132996Y-64429553D01*
-X100132063Y-64417695D01*
-X100132005Y-64415842D01*
-X100149866Y-64347129D01*
-X100202041Y-64298980D01*
-X100257943Y-64285900D01*
-X100625006Y-64285900D01*
-X100693127Y-64305902D01*
-X100714101Y-64322805D01*
-X100730082Y-64338786D01*
-X100764108Y-64401098D01*
-X100766774Y-64434347D01*
-X100766500Y-64436866D01*
-X100766500Y-65383134D01*
-X100773255Y-65445316D01*
-X100824385Y-65581705D01*
-X100911739Y-65698261D01*
-X101028295Y-65785615D01*
-X101164684Y-65836745D01*
-X101226866Y-65843500D01*
-X102173134Y-65843500D01*
-X102235316Y-65836745D01*
-X102371705Y-65785615D01*
-X102488261Y-65698261D01*
-X102575615Y-65581705D01*
-X102626745Y-65445316D01*
-X102633500Y-65383134D01*
-X102633500Y-64436866D01*
-X102626745Y-64374684D01*
-X102575615Y-64238295D01*
-X102488261Y-64121739D01*
-X102371705Y-64034385D01*
-X102235316Y-63983255D01*
-X102211440Y-63980661D01*
-X102203016Y-63979746D01*
-X102136316Y-63951573D01*
-X102134644Y-63950190D01*
-X102094902Y-63891359D01*
-X102093275Y-63820382D01*
-X102130280Y-63759791D01*
-X102194168Y-63728826D01*
-X102214953Y-63727100D01*
-X102428406Y-63727100D01*
-X102496527Y-63747102D01*
-X102517501Y-63764005D01*
-X103009595Y-64256099D01*
-X103043621Y-64318411D01*
-X103046500Y-64345194D01*
-X103046500Y-65043134D01*
-X103053255Y-65105316D01*
-X103104385Y-65241705D01*
-X103191739Y-65358261D01*
-X103308295Y-65445615D01*
-X103444684Y-65496745D01*
-X103506866Y-65503500D01*
-X104453134Y-65503500D01*
-X104515316Y-65496745D01*
-X104651705Y-65445615D01*
-X104768261Y-65358261D01*
-X104855615Y-65241705D01*
-X104906745Y-65105316D01*
-X104913500Y-65043134D01*
-X104913500Y-64963134D01*
-X105336500Y-64963134D01*
-X105343255Y-65025316D01*
-X105394385Y-65161705D01*
-X105481739Y-65278261D01*
-X105598295Y-65365615D01*
-X105734684Y-65416745D01*
-X105796866Y-65423500D01*
-X106743134Y-65423500D01*
-X106805316Y-65416745D01*
-X106941705Y-65365615D01*
-X107043039Y-65289669D01*
-X108707001Y-65289669D01*
-X108707371Y-65296490D01*
-X108712895Y-65347352D01*
-X108716521Y-65362604D01*
-X108761676Y-65483054D01*
-X108770214Y-65498649D01*
-X108846715Y-65600724D01*
-X108859276Y-65613285D01*
-X108961351Y-65689786D01*
-X108976946Y-65698324D01*
-X109097394Y-65743478D01*
-X109112649Y-65747105D01*
-X109163514Y-65752631D01*
-X109170328Y-65753000D01*
-X109367885Y-65753000D01*
-X109383124Y-65748525D01*
-X109384329Y-65747135D01*
-X109386000Y-65739452D01*
-X109386000Y-65734884D01*
-X109894000Y-65734884D01*
-X109898475Y-65750123D01*
-X109899865Y-65751328D01*
-X109907548Y-65752999D01*
-X110109669Y-65752999D01*
-X110116490Y-65752629D01*
-X110167352Y-65747105D01*
-X110182604Y-65743479D01*
-X110303054Y-65698324D01*
-X110318649Y-65689786D01*
-X110420724Y-65613285D01*
-X110433285Y-65600724D01*
-X110509786Y-65498649D01*
-X110518324Y-65483054D01*
-X110563478Y-65362606D01*
-X110567105Y-65347351D01*
-X110572631Y-65296486D01*
-X110573000Y-65289672D01*
-X110573000Y-65092115D01*
-X110568525Y-65076876D01*
-X110567135Y-65075671D01*
-X110559452Y-65074000D01*
-X109912115Y-65074000D01*
-X109896876Y-65078475D01*
-X109895671Y-65079865D01*
-X109894000Y-65087548D01*
-X109894000Y-65734884D01*
-X109386000Y-65734884D01*
-X109386000Y-65092115D01*
-X109381525Y-65076876D01*
-X109380135Y-65075671D01*
-X109372452Y-65074000D01*
-X108725116Y-65074000D01*
-X108709877Y-65078475D01*
-X108708672Y-65079865D01*
-X108707001Y-65087548D01*
-X108707001Y-65289669D01*
-X107043039Y-65289669D01*
-X107058261Y-65278261D01*
-X107145615Y-65161705D01*
-X107196745Y-65025316D01*
-X107203500Y-64963134D01*
-X107203500Y-64547885D01*
-X108707000Y-64547885D01*
-X108711475Y-64563124D01*
-X108712865Y-64564329D01*
-X108720548Y-64566000D01*
-X109367885Y-64566000D01*
-X109383124Y-64561525D01*
-X109384329Y-64560135D01*
-X109386000Y-64552452D01*
-X109386000Y-64547885D01*
-X109894000Y-64547885D01*
-X109898475Y-64563124D01*
-X109899865Y-64564329D01*
-X109907548Y-64566000D01*
-X110554884Y-64566000D01*
-X110570123Y-64561525D01*
-X110571328Y-64560135D01*
-X110572999Y-64552452D01*
-X110572999Y-64350331D01*
-X110572629Y-64343510D01*
-X110567105Y-64292648D01*
-X110563479Y-64277396D01*
-X110518324Y-64156946D01*
-X110509786Y-64141351D01*
-X110433285Y-64039276D01*
-X110420724Y-64026715D01*
-X110318649Y-63950214D01*
-X110303054Y-63941676D01*
-X110182606Y-63896522D01*
-X110167351Y-63892895D01*
-X110116486Y-63887369D01*
-X110109672Y-63887000D01*
-X109912115Y-63887000D01*
-X109896876Y-63891475D01*
-X109895671Y-63892865D01*
-X109894000Y-63900548D01*
-X109894000Y-64547885D01*
-X109386000Y-64547885D01*
-X109386000Y-63905116D01*
-X109381525Y-63889877D01*
-X109380135Y-63888672D01*
-X109372452Y-63887001D01*
-X109170331Y-63887001D01*
-X109163510Y-63887371D01*
-X109112648Y-63892895D01*
-X109097396Y-63896521D01*
-X108976946Y-63941676D01*
-X108961351Y-63950214D01*
-X108859276Y-64026715D01*
-X108846715Y-64039276D01*
-X108770214Y-64141351D01*
-X108761676Y-64156946D01*
-X108716522Y-64277394D01*
-X108712895Y-64292649D01*
-X108707369Y-64343514D01*
-X108707000Y-64350328D01*
-X108707000Y-64547885D01*
-X107203500Y-64547885D01*
-X107203500Y-64016866D01*
-X107196745Y-63954684D01*
-X107145615Y-63818295D01*
-X107058261Y-63701739D01*
-X106941705Y-63614385D01*
-X106805316Y-63563255D01*
-X106749440Y-63557185D01*
-X106746531Y-63556869D01*
-X106743134Y-63556500D01*
-X105796866Y-63556500D01*
-X105793469Y-63556869D01*
-X105790560Y-63557185D01*
-X105734684Y-63563255D01*
-X105598295Y-63614385D01*
-X105481739Y-63701739D01*
-X105394385Y-63818295D01*
-X105343255Y-63954684D01*
-X105336500Y-64016866D01*
-X105336500Y-64963134D01*
-X104913500Y-64963134D01*
-X104913500Y-64096866D01*
-X104906745Y-64034684D01*
-X104855615Y-63898295D01*
-X104768261Y-63781739D01*
-X104651705Y-63694385D01*
-X104515316Y-63643255D01*
-X104453134Y-63636500D01*
-X104233995Y-63636500D01*
-X104165874Y-63616498D01*
-X104144900Y-63599595D01*
-X103563000Y-63017695D01*
-X103528974Y-62955383D01*
-X103534039Y-62884568D01*
-X103576586Y-62827732D01*
-X103643106Y-62802921D01*
-X103652095Y-62802600D01*
+X111256769Y-63791074D01*
+X111290793Y-63853384D01*
+X111285728Y-63924200D01*
+X111243181Y-63981035D01*
+X111233507Y-63987599D01*
+X111097412Y-64070999D01*
+X111028879Y-64089538D01*
+X110961202Y-64068082D01*
+X110924145Y-64029402D01*
+X110882568Y-63961555D01*
+X110872110Y-63952093D01*
+X110863334Y-63955876D01*
+X108778920Y-66040290D01*
+X108772160Y-66052670D01*
+X108777887Y-66060320D01*
+X108949042Y-66165205D01*
+X108957837Y-66169687D01*
+X109167988Y-66256734D01*
+X109177373Y-66259783D01*
+X109398554Y-66312885D01*
+X109408301Y-66314428D01*
+X109635070Y-66332275D01*
+X109644930Y-66332275D01*
+X109871699Y-66314428D01*
+X109881446Y-66312885D01*
+X110102627Y-66259783D01*
+X110112012Y-66256734D01*
+X110322163Y-66169687D01*
+X110330948Y-66165210D01*
+X110471899Y-66078835D01*
+X110540432Y-66060297D01*
+X110608109Y-66081753D01*
+X110645167Y-66120432D01*
+X110705824Y-66219416D01*
+X110860031Y-66399969D01*
+X111040584Y-66554176D01*
+X111044792Y-66556755D01*
+X111044798Y-66556759D01*
+X111215996Y-66661669D01*
+X111243037Y-66678240D01*
+X111247607Y-66680133D01*
+X111247611Y-66680135D01*
+X111388458Y-66738475D01*
+X111462406Y-66769105D01*
+X111512715Y-66781183D01*
+X111688476Y-66823380D01*
+X111688482Y-66823381D01*
+X111693289Y-66824535D01*
+X111930000Y-66843165D01*
+X112166711Y-66824535D01*
+X112171518Y-66823381D01*
+X112171524Y-66823380D01*
+X112347285Y-66781183D01*
+X112397594Y-66769105D01*
+X112529942Y-66714285D01*
+X112600532Y-66706696D01*
+X112664019Y-66738475D01*
+X112690194Y-66773183D01*
+X112691760Y-66776963D01*
+X112694346Y-66781183D01*
+X112813241Y-66975202D01*
+X112813245Y-66975208D01*
+X112815824Y-66979416D01*
+X112828737Y-66994535D01*
+X112837136Y-67004369D01*
+X112866167Y-67069159D01*
+X112855562Y-67139359D01*
+X112808687Y-67192681D01*
+X112741325Y-67212200D01*
+X99894641Y-67212200D01*
+X99826520Y-67192198D01*
+X99780027Y-67138542D01*
+X99769923Y-67068268D01*
+X99799417Y-67003688D01*
+X99865227Y-66963681D01*
+X99967594Y-66939105D01*
+X100003612Y-66924186D01*
+X100182389Y-66850135D01*
+X100182393Y-66850133D01*
+X100186963Y-66848240D01*
+X100296390Y-66781183D01*
+X100385202Y-66726759D01*
+X100385208Y-66726755D01*
+X100389416Y-66724176D01*
+X100569969Y-66569969D01*
+X100724176Y-66389416D01*
+X100795641Y-66272796D01*
+X100848289Y-66225165D01*
+X100918330Y-66213558D01*
+X100968909Y-66231199D01*
+X101008807Y-66255649D01*
+X101008817Y-66255654D01*
+X101013037Y-66258240D01*
+X101017607Y-66260133D01*
+X101017611Y-66260135D01*
+X101227833Y-66347211D01*
+X101232406Y-66349105D01*
+X101312609Y-66368360D01*
+X101458476Y-66403380D01*
+X101458482Y-66403381D01*
+X101463289Y-66404535D01*
+X101700000Y-66423165D01*
+X101936711Y-66404535D01*
+X101941518Y-66403381D01*
+X101941524Y-66403380D01*
+X102087391Y-66368360D01*
+X102167594Y-66349105D01*
+X102172167Y-66347211D01*
+X102382389Y-66260135D01*
+X102382393Y-66260133D01*
+X102386963Y-66258240D01*
+X102431090Y-66231199D01*
+X102585202Y-66136759D01*
+X102585208Y-66136755D01*
+X102589416Y-66134176D01*
+X102769969Y-65979969D01*
+X102915268Y-65809846D01*
+X102974719Y-65771037D01*
+X103045713Y-65770531D01*
+X103085141Y-65789741D01*
+X103086817Y-65790959D01*
+X103090584Y-65794176D01*
+X103094806Y-65796763D01*
+X103094807Y-65796764D01*
+X103165582Y-65840135D01*
+X103293037Y-65918240D01*
+X103297607Y-65920133D01*
+X103297611Y-65920135D01*
+X103498065Y-66003165D01*
+X103512406Y-66009105D01*
+X103592363Y-66028301D01*
+X103738476Y-66063380D01*
+X103738482Y-66063381D01*
+X103743289Y-66064535D01*
+X103980000Y-66083165D01*
+X104216711Y-66064535D01*
+X104221518Y-66063381D01*
+X104221524Y-66063380D01*
+X104367637Y-66028301D01*
+X104447594Y-66009105D01*
+X104461935Y-66003165D01*
+X104662389Y-65920135D01*
+X104662393Y-65920133D01*
+X104666963Y-65918240D01*
+X104693353Y-65902068D01*
+X104865202Y-65796759D01*
+X104865208Y-65796755D01*
+X104869416Y-65794176D01*
+X105002243Y-65680731D01*
+X105046205Y-65643184D01*
+X105046207Y-65643182D01*
+X105049969Y-65639969D01*
+X105070941Y-65615414D01*
+X105130389Y-65576607D01*
+X105201384Y-65576099D01*
+X105248580Y-65601435D01*
+X105376818Y-65710960D01*
+X105376822Y-65710963D01*
+X105380584Y-65714176D01*
+X105384792Y-65716755D01*
+X105384798Y-65716759D01*
+X105516348Y-65797373D01*
+X105583037Y-65838240D01*
+X105587607Y-65840133D01*
+X105587611Y-65840135D01*
+X105780750Y-65920135D01*
+X105802406Y-65929105D01*
+X105882609Y-65948360D01*
+X106028476Y-65983380D01*
+X106028482Y-65983381D01*
+X106033289Y-65984535D01*
+X106270000Y-66003165D01*
+X106506711Y-65984535D01*
+X106511518Y-65983381D01*
+X106511524Y-65983380D01*
+X106657391Y-65948360D01*
+X106737594Y-65929105D01*
+X106759250Y-65920135D01*
+X106952389Y-65840135D01*
+X106952393Y-65840133D01*
+X106956963Y-65838240D01*
+X107023652Y-65797373D01*
+X107155202Y-65716759D01*
+X107155208Y-65716755D01*
+X107159416Y-65714176D01*
+X107339969Y-65559969D01*
+X107494176Y-65379416D01*
+X107496755Y-65375208D01*
+X107496759Y-65375202D01*
+X107615654Y-65181183D01*
+X107618240Y-65176963D01*
+X107622766Y-65166038D01*
+X107707211Y-64962167D01*
+X107707212Y-64962165D01*
+X107709105Y-64957594D01*
+X107734114Y-64853423D01*
+X107740955Y-64824930D01*
+X108127725Y-64824930D01*
+X108145572Y-65051699D01*
+X108147115Y-65061446D01*
+X108200217Y-65282627D01*
+X108203266Y-65292012D01*
+X108290313Y-65502163D01*
+X108294795Y-65510958D01*
+X108397432Y-65678445D01*
+X108407890Y-65687907D01*
+X108416666Y-65684124D01*
+X109267978Y-64832812D01*
+X109275592Y-64818868D01*
+X109275461Y-64817035D01*
+X109271210Y-64810420D01*
+X108419710Y-63958920D01*
+X108407330Y-63952160D01*
+X108399680Y-63957887D01*
+X108294795Y-64129042D01*
+X108290313Y-64137837D01*
+X108203266Y-64347988D01*
+X108200217Y-64357373D01*
+X108147115Y-64578554D01*
+X108145572Y-64588301D01*
+X108127725Y-64815070D01*
+X108127725Y-64824930D01*
+X107740955Y-64824930D01*
+X107763380Y-64731524D01*
+X107763381Y-64731518D01*
+X107764535Y-64726711D01*
+X107783165Y-64490000D01*
+X107764535Y-64253289D01*
+X107763095Y-64247287D01*
+X107711756Y-64033448D01*
+X107709105Y-64022406D01*
+X107706793Y-64016825D01*
+X107620135Y-63807611D01*
+X107620133Y-63807607D01*
+X107618240Y-63803037D01*
+X107604633Y-63780833D01*
+X107496759Y-63604798D01*
+X107496755Y-63604792D01*
+X107494176Y-63600584D01*
+X107483334Y-63587890D01*
+X108772093Y-63587890D01*
+X108775876Y-63596666D01*
+X109627188Y-64447978D01*
+X109641132Y-64455592D01*
+X109642965Y-64455461D01*
+X109649580Y-64451210D01*
+X110501080Y-63599710D01*
+X110507840Y-63587330D01*
+X110502113Y-63579680D01*
+X110330958Y-63474795D01*
+X110322163Y-63470313D01*
+X110112012Y-63383266D01*
+X110102627Y-63380217D01*
+X109881446Y-63327115D01*
+X109871699Y-63325572D01*
+X109644930Y-63307725D01*
+X109635070Y-63307725D01*
+X109408301Y-63325572D01*
+X109398554Y-63327115D01*
+X109177373Y-63380217D01*
+X109167988Y-63383266D01*
+X108957837Y-63470313D01*
+X108949042Y-63474795D01*
+X108781555Y-63577432D01*
+X108772093Y-63587890D01*
+X107483334Y-63587890D01*
+X107339969Y-63420031D01*
+X107159416Y-63265824D01*
+X107155208Y-63263245D01*
+X107155202Y-63263241D01*
+X106961183Y-63144346D01*
+X106956963Y-63141760D01*
+X106952393Y-63139867D01*
+X106952389Y-63139865D01*
+X106825648Y-63087368D01*
+X106737594Y-63050895D01*
+X106732779Y-63049739D01*
+X106728760Y-63048433D01*
+X106670155Y-63008359D01*
+X106642518Y-62942962D01*
+X106654625Y-62873006D01*
+X106702631Y-62820700D01*
+X106767697Y-62802600D01*
X110216106Y-62802600D01*
X110284227Y-62822602D01*
G37*
%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X98503807Y-64153502D02*
+G01*
+X98550300Y-64207158D01*
+X98560404Y-64277432D01*
+X98530910Y-64342012D01*
+X98517516Y-64355311D01*
+X98433792Y-64426818D01*
+X98433787Y-64426823D01*
+X98430031Y-64430031D01*
+X98275824Y-64610584D01*
+X98273245Y-64614792D01*
+X98273241Y-64614798D01*
+X98201711Y-64731524D01*
+X98151760Y-64813037D01*
+X98149867Y-64817608D01*
+X98149861Y-64817619D01*
+X98142214Y-64836082D01*
+X98097667Y-64891364D01*
+X98030304Y-64913786D01*
+X97977587Y-64904275D01*
+X97782013Y-64823266D01*
+X97772627Y-64820217D01*
+X97551446Y-64767115D01*
+X97541699Y-64765572D01*
+X97314930Y-64747725D01*
+X97305070Y-64747725D01*
+X97078301Y-64765572D01*
+X97068554Y-64767115D01*
+X96847373Y-64820217D01*
+X96837988Y-64823266D01*
+X96627837Y-64910313D01*
+X96619042Y-64914795D01*
+X96451555Y-65017432D01*
+X96442093Y-65027890D01*
+X96445876Y-65036666D01*
+X97580115Y-66170905D01*
+X97614141Y-66233217D01*
+X97609076Y-66304032D01*
+X97580115Y-66349095D01*
+X97399095Y-66530115D01*
+X97336783Y-66564141D01*
+X97265968Y-66559076D01*
+X97220905Y-66530115D01*
+X96089710Y-65398920D01*
+X96077330Y-65392160D01*
+X96069680Y-65397887D01*
+X95964795Y-65569042D01*
+X95960313Y-65577837D01*
+X95873266Y-65787988D01*
+X95870217Y-65797373D01*
+X95817115Y-66018554D01*
+X95815572Y-66028301D01*
+X95797725Y-66255070D01*
+X95797725Y-66264930D01*
+X95815572Y-66491699D01*
+X95817115Y-66501446D01*
+X95870217Y-66722627D01*
+X95873266Y-66732012D01*
+X95960313Y-66942163D01*
+X95964795Y-66950958D01*
+X96007328Y-67020365D01*
+X96025867Y-67088898D01*
+X96004411Y-67156575D01*
+X95949772Y-67201908D01*
+X95899896Y-67212200D01*
+X88013494Y-67212200D01*
+X87945373Y-67192198D01*
+X87898880Y-67138542D01*
+X87888776Y-67068268D01*
+X87918270Y-67003688D01*
+X87924399Y-66997105D01*
+X90751099Y-64170405D01*
+X90813411Y-64136379D01*
+X90840194Y-64133500D01*
+X98435686Y-64133500D01*
+X98503807Y-64153502D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X100624015Y-53079102D02*
+G01*
+X100670508Y-53132758D01*
+X100680612Y-53203032D01*
+X100651118Y-53267612D01*
+X100634846Y-53283297D01*
+X100586127Y-53322468D01*
+X100577368Y-53331046D01*
+X100458222Y-53473039D01*
+X100451292Y-53483159D01*
+X100361998Y-53645585D01*
+X100357166Y-53656858D01*
+X100301120Y-53833538D01*
+X100298570Y-53845532D01*
+X100282393Y-53989761D01*
+X100282000Y-53996785D01*
+X100282000Y-54327885D01*
+X100286475Y-54343124D01*
+X100287865Y-54344329D01*
+X100295548Y-54346000D01*
+X101847243Y-54346000D01*
+X101915364Y-54366002D01*
+X101958700Y-54413235D01*
+X102024922Y-54538836D01*
+X102029327Y-54544049D01*
+X102029330Y-54544053D01*
+X102116051Y-54646672D01*
+X102144743Y-54711613D01*
+X102133770Y-54781756D01*
+X102086617Y-54834833D01*
+X102019813Y-54854000D01*
+X101562115Y-54854000D01*
+X101546876Y-54858475D01*
+X101545671Y-54859865D01*
+X101544000Y-54867548D01*
+X101544000Y-55242885D01*
+X101548475Y-55258124D01*
+X101549865Y-55259329D01*
+X101557548Y-55261000D01*
+X102087885Y-55261000D01*
+X102103124Y-55256525D01*
+X102112290Y-55245947D01*
+X102136404Y-55201786D01*
+X102198716Y-55167761D01*
+X102269532Y-55172825D01*
+X102326368Y-55215372D01*
+X102351179Y-55281892D01*
+X102351500Y-55290881D01*
+X102351500Y-55643000D01*
+X102331498Y-55711121D01*
+X102277842Y-55757614D01*
+X102225500Y-55769000D01*
+X101562115Y-55769000D01*
+X101546876Y-55773475D01*
+X101545671Y-55774865D01*
+X101544000Y-55782548D01*
+X101544000Y-56107924D01*
+X101546897Y-56117790D01*
+X101552001Y-56153288D01*
+X101552001Y-56176442D01*
+X101531999Y-56244563D01*
+X101478343Y-56291056D01*
+X101469612Y-56294654D01*
+X101366873Y-56332557D01*
+X101323934Y-56348398D01*
+X101318973Y-56351350D01*
+X101318972Y-56351350D01*
+X101162765Y-56444284D01*
+X101148849Y-56452563D01*
+X100995678Y-56586890D01*
+X100992106Y-56591421D01*
+X100928814Y-56671706D01*
+X100870932Y-56712819D01*
+X100829864Y-56719700D01*
+X96965150Y-56719700D01*
+X96897029Y-56699698D01*
+X96850536Y-56646042D01*
+X96840432Y-56575768D01*
+X96869926Y-56511188D01*
+X96876055Y-56504605D01*
+X96965853Y-56414807D01*
+X96969889Y-56407983D01*
+X96969891Y-56407980D01*
+X97046508Y-56278427D01*
+X97050545Y-56271601D01*
+X97057969Y-56246049D01*
+X97082987Y-56159934D01*
+X97096962Y-56111831D01*
+X97098613Y-56090862D01*
+X97099707Y-56076958D01*
+X97099707Y-56076950D01*
+X97099900Y-56074502D01*
+X97099900Y-55196657D01*
+X100282000Y-55196657D01*
+X100282301Y-55202805D01*
+X100295812Y-55340603D01*
+X100298195Y-55352638D01*
+X100351767Y-55530076D01*
+X100356441Y-55541416D01*
+X100443460Y-55705077D01*
+X100450249Y-55715294D01*
+X100567397Y-55858933D01*
+X100576041Y-55867637D01*
+X100718856Y-55985784D01*
+X100729027Y-55992644D01*
+X100892076Y-56080804D01*
+X100903381Y-56085556D01*
+X101018692Y-56121250D01*
+X101032795Y-56121456D01*
+X101036000Y-56114701D01*
+X101036000Y-54872115D01*
+X101031525Y-54856876D01*
+X101030135Y-54855671D01*
+X101022452Y-54854000D01*
+X100300115Y-54854000D01*
+X100284876Y-54858475D01*
+X100283671Y-54859865D01*
+X100282000Y-54867548D01*
+X100282000Y-55196657D01*
+X97099900Y-55196657D01*
+X97099900Y-54291498D01*
+X97099557Y-54287134D01*
+X97097467Y-54260579D01*
+X97097466Y-54260574D01*
+X97096962Y-54254169D01*
+X97050545Y-54094399D01*
+X97008437Y-54023198D01*
+X96969891Y-53958020D01*
+X96969889Y-53958017D01*
+X96965853Y-53951193D01*
+X96848207Y-53833547D01*
+X96811166Y-53811641D01*
+X96762715Y-53759750D01*
+X96750009Y-53689900D01*
+X96777084Y-53624269D01*
+X96786211Y-53614093D01*
+X97004440Y-53395865D01*
+X97304301Y-53096004D01*
+X97366613Y-53061979D01*
+X97393396Y-53059100D01*
+X100555894Y-53059100D01*
+X100624015Y-53079102D01*
+G37*
+%TD.AperFunction*%
%TD*%
%TA.AperFunction,Conductor*%
%TO.N,GND*%
@@ -5800,6 +5250,7 @@ X115071487Y-51650516D01*
X115088355Y-51668965D01*
X115088472Y-51669121D01*
X115093845Y-51676317D01*
+X115115458Y-51692575D01*
X115129516Y-51703150D01*
X115137867Y-51710012D01*
X115172497Y-51741050D01*
@@ -5830,15 +5281,15 @@ X127088003Y-57312855D01*
X127169066Y-57382391D01*
X127572001Y-57728031D01*
X127596230Y-57755965D01*
-X128088647Y-58528952D01*
+X128094128Y-58537556D01*
X128103913Y-58552916D01*
X128115241Y-58575369D01*
-X128452858Y-59452958D01*
+X128453836Y-59455500D01*
X128473148Y-59505699D01*
X128481550Y-59550940D01*
X128481550Y-60564003D01*
X128479799Y-60584935D01*
-X128408293Y-61009392D01*
+X128411151Y-60992427D01*
X128406166Y-61022017D01*
X128406069Y-61022585D01*
X128391103Y-61108316D01*
@@ -5847,20 +5298,14 @@ X128392103Y-61117237D01*
X128394438Y-61138060D01*
X128395185Y-61155207D01*
X128394468Y-61184271D01*
-X128396775Y-61192948D01*
-X128396775Y-61192950D01*
-X128403093Y-61216714D01*
-X128403415Y-61218123D01*
+X128403098Y-61216731D01*
+X128403414Y-61218119D01*
X128403573Y-61219537D01*
-X128404583Y-61223241D01*
-X128404585Y-61223251D01*
-X128414411Y-61259297D01*
-X128414617Y-61260062D01*
-X128420577Y-61282479D01*
+X128414503Y-61259633D01*
X128431891Y-61325039D01*
X128432558Y-61326141D01*
X128432905Y-61327140D01*
-X128553099Y-61768068D01*
+X128548503Y-61751206D01*
X128650311Y-62124688D01*
X128653239Y-62142508D01*
X128654395Y-62148158D01*
@@ -5882,7 +5327,7 @@ X128720349Y-62322989D01*
X128726083Y-62329896D01*
X128727819Y-62331987D01*
X128741538Y-62352227D01*
-X128873515Y-62594664D01*
+X128836145Y-62526016D01*
X129204221Y-63202159D01*
X129209274Y-63212549D01*
X129227068Y-63253852D01*
@@ -5895,24 +5340,23 @@ X129308392Y-63353493D01*
X129308393Y-63353494D01*
X129338817Y-63376409D01*
X129346573Y-63382749D01*
-X129488739Y-63508719D01*
-X130054897Y-64010378D01*
+X129568824Y-63579680D01*
+X130071171Y-64024798D01*
X130074747Y-64027967D01*
X130080548Y-64033445D01*
X130118024Y-64071150D01*
-X130157593Y-64092971D01*
+X130151369Y-64089538D01*
X130159752Y-64094161D01*
X130168253Y-64099296D01*
-X130186279Y-64111178D01*
X130208262Y-64125670D01*
X130263264Y-64142584D01*
X130269360Y-64144631D01*
X130788310Y-64333760D01*
X131156323Y-64467881D01*
X131166727Y-64472209D01*
-X131199222Y-64487465D01*
+X131194121Y-64485070D01*
X131207350Y-64491281D01*
-X131237886Y-64496036D01*
+X131230784Y-64494930D01*
X131262758Y-64499909D01*
X131269296Y-64501105D01*
X131315397Y-64510798D01*
@@ -5924,12 +5368,12 @@ X133066913Y-64508500D01*
X133093304Y-64511295D01*
X134120832Y-64731398D01*
X134154753Y-64743976D01*
-X134722910Y-65053726D01*
+X134843196Y-65119304D01*
X134909978Y-65155712D01*
X134924037Y-65163377D01*
X134952820Y-65184908D01*
-X135213232Y-65445316D01*
-X135653188Y-65885266D01*
+X135143117Y-65375202D01*
+X135579726Y-65811805D01*
X135686610Y-65918688D01*
X135703395Y-65939480D01*
X137318363Y-68442868D01*
@@ -5943,20 +5387,20 @@ X140262768Y-74821287D01*
X140266882Y-74832904D01*
X141262925Y-78153976D01*
X141265905Y-78166046D01*
-X141394785Y-78826716D01*
+X141321523Y-78451156D01*
X141931909Y-81580131D01*
X141933355Y-81589351D01*
+X142260720Y-84337291D01*
+X142323479Y-84864095D01*
X142349265Y-85080550D01*
X142350150Y-85095455D01*
X142350150Y-88495170D01*
X142349585Y-88507091D01*
X142017767Y-91998590D01*
X142015999Y-92010803D01*
-X141799914Y-93118077D01*
-X141351629Y-95415205D01*
X141350009Y-95423506D01*
X141347836Y-95432764D01*
-X140952706Y-96869865D01*
+X141178979Y-96046904D01*
X140434019Y-98756349D01*
X140429095Y-98770780D01*
X139100953Y-102007270D01*
@@ -6206,413 +5650,42 @@ X74712638Y-105437363D01*
X74707691Y-105428998D01*
X73048141Y-102358775D01*
X73041386Y-102344102D01*
-X72394656Y-100663028D01*
-X72350890Y-100549266D01*
-X80678000Y-100549266D01*
-X80678337Y-100555782D01*
-X80688075Y-100649632D01*
-X80690968Y-100663028D01*
-X80741488Y-100814453D01*
-X80747653Y-100827615D01*
-X80831426Y-100962992D01*
-X80840460Y-100974390D01*
-X80953129Y-101086863D01*
-X80964540Y-101095875D01*
-X81100063Y-101179412D01*
-X81113241Y-101185556D01*
-X81264766Y-101235815D01*
-X81278132Y-101238681D01*
-X81370770Y-101248172D01*
-X81377185Y-101248500D01*
-X81388885Y-101248500D01*
-X81404124Y-101244025D01*
-X81405329Y-101242635D01*
-X81407000Y-101234952D01*
-X81407000Y-101230385D01*
-X81915000Y-101230385D01*
-X81919475Y-101245624D01*
-X81920865Y-101246829D01*
-X81928548Y-101248500D01*
-X81944766Y-101248500D01*
-X81951282Y-101248163D01*
-X82045132Y-101238425D01*
-X82058528Y-101235532D01*
-X82209953Y-101185012D01*
-X82223115Y-101178847D01*
-X82358492Y-101095074D01*
-X82369890Y-101086040D01*
-X82482363Y-100973371D01*
-X82491375Y-100961960D01*
-X82574912Y-100826437D01*
-X82581056Y-100813259D01*
-X82631315Y-100661734D01*
-X82634181Y-100648368D01*
-X82643672Y-100555730D01*
-X82644000Y-100549315D01*
-X82644000Y-100475115D01*
-X82639525Y-100459876D01*
-X82638135Y-100458671D01*
-X82630452Y-100457000D01*
-X81933115Y-100457000D01*
-X81917876Y-100461475D01*
-X81916671Y-100462865D01*
-X81915000Y-100470548D01*
-X81915000Y-101230385D01*
-X81407000Y-101230385D01*
-X81407000Y-100475115D01*
-X81402525Y-100459876D01*
-X81401135Y-100458671D01*
-X81393452Y-100457000D01*
-X80696115Y-100457000D01*
-X80680876Y-100461475D01*
-X80679671Y-100462865D01*
-X80678000Y-100470548D01*
-X80678000Y-100549266D01*
-X72350890Y-100549266D01*
+X71924977Y-99442169D01*
X71795362Y-99105255D01*
X71792274Y-99096219D01*
-X71792035Y-99095420D01*
-X71131716Y-96893766D01*
-X72131900Y-96893766D01*
-X72132237Y-96900282D01*
-X72141975Y-96994132D01*
-X72144868Y-97007528D01*
-X72195388Y-97158953D01*
-X72201553Y-97172115D01*
-X72285326Y-97307492D01*
-X72294360Y-97318890D01*
-X72407029Y-97431363D01*
-X72418440Y-97440375D01*
-X72553963Y-97523912D01*
-X72567141Y-97530056D01*
-X72718666Y-97580315D01*
-X72732032Y-97583181D01*
-X72824670Y-97592672D01*
-X72831085Y-97593000D01*
-X72905285Y-97593000D01*
-X72920524Y-97588525D01*
-X72921729Y-97587135D01*
-X72923400Y-97579452D01*
-X72923400Y-97574885D01*
-X73431400Y-97574885D01*
-X73435875Y-97590124D01*
-X73437265Y-97591329D01*
-X73444948Y-97593000D01*
-X73523666Y-97593000D01*
-X73530182Y-97592663D01*
-X73624032Y-97582925D01*
-X73637428Y-97580032D01*
-X73788853Y-97529512D01*
-X73802015Y-97523347D01*
-X73937392Y-97439574D01*
-X73948794Y-97430536D01*
-X73950467Y-97428861D01*
-X73951893Y-97428081D01*
-X73954527Y-97425993D01*
-X73954884Y-97426444D01*
-X74012749Y-97394781D01*
-X74083569Y-97399784D01*
-X74128654Y-97428701D01*
-X74130493Y-97430536D01*
-X74136897Y-97436929D01*
-X74284980Y-97528209D01*
-X74450091Y-97582974D01*
-X74456927Y-97583674D01*
-X74456930Y-97583675D01*
-X74504270Y-97588525D01*
-X74552828Y-97593500D01*
-X75251972Y-97593500D01*
-X75255218Y-97593163D01*
-X75255222Y-97593163D01*
-X75349135Y-97583419D01*
-X75349139Y-97583418D01*
-X75355993Y-97582707D01*
-X75362529Y-97580526D01*
-X75362531Y-97580526D01*
-X75495295Y-97536232D01*
-X75521007Y-97527654D01*
-X75668931Y-97436116D01*
-X75669227Y-97435819D01*
-X75732411Y-97410250D01*
-X75802175Y-97423426D01*
-X75833952Y-97446539D01*
-X75955162Y-97567749D01*
-X75959671Y-97570906D01*
-X75959673Y-97570908D01*
-X75991938Y-97593500D01*
-X76135546Y-97694056D01*
-X76335124Y-97787120D01*
-X76547829Y-97844115D01*
-X76767200Y-97863307D01*
-X76986571Y-97844115D01*
-X77199276Y-97787120D01*
-X77398854Y-97694056D01*
-X77542462Y-97593500D01*
-X77574727Y-97570908D01*
-X77574729Y-97570906D01*
-X77579238Y-97567749D01*
-X77734949Y-97412038D01*
-X77743530Y-97399784D01*
-X77858099Y-97236162D01*
-X77858100Y-97236160D01*
-X77861256Y-97231653D01*
-X77863579Y-97226671D01*
-X77863582Y-97226666D01*
-X77951995Y-97037061D01*
-X77954320Y-97032076D01*
-X78011315Y-96819371D01*
-X78030507Y-96600000D01*
-X80383893Y-96600000D01*
-X80403085Y-96819371D01*
-X80460080Y-97032076D01*
-X80462405Y-97037061D01*
-X80550818Y-97226666D01*
-X80550821Y-97226671D01*
-X80553144Y-97231653D01*
-X80556300Y-97236160D01*
-X80556301Y-97236162D01*
-X80670871Y-97399784D01*
-X80679451Y-97412038D01*
-X80819786Y-97552373D01*
-X80853812Y-97614685D01*
-X80848747Y-97685500D01*
-X80833683Y-97712258D01*
-X80834071Y-97712497D01*
-X80747364Y-97853162D01*
-X80742791Y-97860580D01*
-X80688026Y-98025691D01*
-X80677500Y-98128428D01*
-X80677500Y-98827572D01*
-X80688293Y-98931593D01*
-X80743346Y-99096607D01*
-X80834884Y-99244531D01*
-X80840065Y-99249703D01*
-X80842139Y-99251773D01*
-X80843105Y-99253538D01*
-X80844613Y-99255441D01*
-X80844287Y-99255699D01*
-X80876219Y-99314054D01*
-X80871218Y-99384875D01*
-X80842292Y-99429970D01*
-X80839636Y-99432631D01*
-X80830625Y-99444040D01*
-X80747088Y-99579563D01*
-X80740944Y-99592741D01*
-X80690685Y-99744266D01*
-X80687819Y-99757632D01*
-X80678328Y-99850270D01*
-X80678000Y-99856685D01*
-X80678000Y-99930885D01*
-X80682475Y-99946124D01*
-X80683865Y-99947329D01*
-X80691548Y-99949000D01*
-X82625885Y-99949000D01*
-X82641124Y-99944525D01*
-X82642329Y-99943135D01*
-X82644000Y-99935452D01*
-X82644000Y-99856734D01*
-X82643663Y-99850218D01*
-X82633925Y-99756368D01*
-X82631032Y-99742972D01*
-X82580512Y-99591547D01*
-X82574347Y-99578385D01*
-X82490574Y-99443008D01*
-X82481536Y-99431606D01*
-X82479861Y-99429933D01*
-X82479081Y-99428507D01*
-X82476993Y-99425873D01*
-X82477444Y-99425516D01*
-X82445781Y-99367651D01*
-X82450784Y-99296831D01*
-X82479701Y-99251746D01*
-X82482756Y-99248685D01*
-X82487929Y-99243503D01*
-X82558948Y-99128290D01*
-X82575369Y-99101650D01*
-X82575370Y-99101648D01*
-X82579209Y-99095420D01*
-X82633974Y-98930309D01*
-X82644500Y-98827572D01*
-X82644500Y-98128428D01*
-X82633707Y-98024407D01*
-X82578654Y-97859393D01*
-X82487116Y-97711469D01*
-X82481934Y-97706296D01*
-X82480371Y-97704324D01*
-X82453734Y-97638514D01*
-X82466905Y-97568750D01*
-X82490022Y-97536965D01*
-X82614949Y-97412038D01*
-X82623530Y-97399784D01*
-X82738099Y-97236162D01*
-X82738100Y-97236160D01*
-X82741256Y-97231653D01*
-X82743579Y-97226671D01*
-X82743582Y-97226666D01*
-X82831995Y-97037061D01*
-X82834320Y-97032076D01*
-X82891315Y-96819371D01*
-X82910507Y-96600000D01*
-X82891315Y-96380629D01*
-X82834320Y-96167924D01*
-X82779776Y-96050954D01*
-X82743582Y-95973334D01*
-X82743579Y-95973329D01*
-X82741256Y-95968347D01*
-X82702880Y-95913540D01*
-X82618108Y-95792473D01*
-X82618106Y-95792470D01*
-X82614949Y-95787962D01*
-X82459238Y-95632251D01*
-X82454126Y-95628671D01*
-X82379959Y-95576739D01*
-X82278854Y-95505944D01*
-X82079276Y-95412880D01*
-X81866571Y-95355885D01*
-X81647200Y-95336693D01*
-X81427829Y-95355885D01*
-X81215124Y-95412880D01*
-X81172457Y-95432776D01*
-X81020534Y-95503618D01*
-X81020529Y-95503621D01*
-X81015547Y-95505944D01*
-X81011040Y-95509100D01*
-X81011038Y-95509101D01*
-X80839673Y-95629092D01*
-X80839670Y-95629094D01*
-X80835162Y-95632251D01*
-X80679451Y-95787962D01*
-X80676294Y-95792470D01*
-X80676292Y-95792473D01*
-X80591520Y-95913540D01*
-X80553144Y-95968347D01*
-X80550821Y-95973329D01*
-X80550818Y-95973334D01*
-X80514624Y-96050954D01*
-X80460080Y-96167924D01*
-X80403085Y-96380629D01*
-X80383893Y-96600000D01*
-X78030507Y-96600000D01*
-X78011315Y-96380629D01*
-X77954320Y-96167924D01*
-X77899776Y-96050954D01*
-X77863582Y-95973334D01*
-X77863579Y-95973329D01*
-X77861256Y-95968347D01*
-X77822880Y-95913540D01*
-X77738108Y-95792473D01*
-X77738106Y-95792470D01*
-X77734949Y-95787962D01*
-X77579238Y-95632251D01*
-X77574126Y-95628671D01*
-X77499959Y-95576739D01*
-X77398854Y-95505944D01*
-X77199276Y-95412880D01*
-X76986571Y-95355885D01*
-X76767200Y-95336693D01*
-X76547829Y-95355885D01*
-X76335124Y-95412880D01*
-X76292457Y-95432776D01*
-X76140534Y-95503618D01*
-X76140529Y-95503621D01*
-X76135547Y-95505944D01*
-X76131040Y-95509100D01*
-X76131038Y-95509101D01*
-X75959673Y-95629092D01*
-X75959670Y-95629094D01*
-X75955162Y-95632251D01*
-X75822738Y-95764675D01*
-X75760426Y-95798701D01*
-X75689611Y-95793636D01*
-X75667537Y-95782845D01*
-X75519820Y-95691791D01*
-X75354709Y-95637026D01*
-X75347873Y-95636326D01*
-X75347870Y-95636325D01*
-X75296374Y-95631049D01*
-X75251972Y-95626500D01*
-X74552828Y-95626500D01*
-X74549582Y-95626837D01*
-X74549578Y-95626837D01*
-X74455665Y-95636581D01*
-X74455661Y-95636582D01*
-X74448807Y-95637293D01*
-X74442271Y-95639474D01*
-X74442269Y-95639474D01*
-X74364617Y-95665381D01*
-X74283793Y-95692346D01*
-X74135869Y-95783884D01*
-X74130697Y-95789065D01*
-X74128627Y-95791139D01*
-X74126862Y-95792105D01*
-X74124959Y-95793613D01*
-X74124701Y-95793287D01*
-X74066346Y-95825219D01*
-X73995525Y-95820218D01*
-X73950430Y-95791292D01*
-X73947769Y-95788636D01*
-X73936360Y-95779625D01*
-X73800837Y-95696088D01*
-X73787659Y-95689944D01*
-X73636134Y-95639685D01*
-X73622768Y-95636819D01*
-X73530130Y-95627328D01*
-X73523715Y-95627000D01*
-X73449515Y-95627000D01*
-X73434276Y-95631475D01*
-X73433071Y-95632865D01*
-X73431400Y-95640548D01*
-X73431400Y-97574885D01*
-X72923400Y-97574885D01*
-X72923400Y-96882115D01*
-X72918925Y-96866876D01*
-X72917535Y-96865671D01*
-X72909852Y-96864000D01*
-X72150015Y-96864000D01*
-X72134776Y-96868475D01*
-X72133571Y-96869865D01*
-X72131900Y-96877548D01*
-X72131900Y-96893766D01*
-X71131716Y-96893766D01*
-X70964996Y-96337885D01*
-X72131900Y-96337885D01*
-X72136375Y-96353124D01*
-X72137765Y-96354329D01*
-X72145448Y-96356000D01*
-X72905285Y-96356000D01*
-X72920524Y-96351525D01*
-X72921729Y-96350135D01*
-X72923400Y-96342452D01*
-X72923400Y-95645115D01*
-X72918925Y-95629876D01*
-X72917535Y-95628671D01*
-X72909852Y-95627000D01*
-X72831134Y-95627000D01*
-X72824618Y-95627337D01*
-X72730768Y-95637075D01*
-X72717372Y-95639968D01*
-X72565947Y-95690488D01*
-X72552785Y-95696653D01*
-X72417408Y-95780426D01*
-X72406010Y-95789460D01*
-X72293537Y-95902129D01*
-X72284525Y-95913540D01*
-X72200988Y-96049063D01*
-X72194844Y-96062241D01*
-X72144585Y-96213766D01*
-X72141719Y-96227132D01*
-X72132228Y-96319770D01*
-X72131900Y-96326185D01*
-X72131900Y-96337885D01*
-X70964996Y-96337885D01*
-X70878373Y-96049063D01*
+X71791242Y-99092776D01*
+X70878940Y-96050954D01*
X70791778Y-95760335D01*
X70789402Y-95751176D01*
-X70076229Y-92505142D01*
-X70040624Y-92343085D01*
-X70038283Y-92328264D01*
-X70024453Y-92186231D01*
-X69927479Y-91190366D01*
+X70049925Y-92385418D01*
+X70054843Y-92314592D01*
+X70097272Y-92257668D01*
+X70163741Y-92232720D01*
+X70234461Y-92248392D01*
+X70358694Y-92317824D01*
+X70546792Y-92378940D01*
+X70743177Y-92402358D01*
+X70749312Y-92401886D01*
+X70749314Y-92401886D01*
+X70934230Y-92387657D01*
+X70934234Y-92387656D01*
+X70940372Y-92387184D01*
+X71130863Y-92333998D01*
+X71136367Y-92331218D01*
+X71136369Y-92331217D01*
+X71301895Y-92247604D01*
+X71301897Y-92247603D01*
+X71307396Y-92244825D01*
+X71463247Y-92123061D01*
+X71592478Y-91973345D01*
+X71690169Y-91801379D01*
+X71752597Y-91613713D01*
+X71777385Y-91417495D01*
+X71777780Y-91389200D01*
+X71773102Y-91341489D01*
+X71786362Y-91271742D01*
+X71809406Y-91240099D01*
+X71859139Y-91190366D01*
X77566700Y-91190366D01*
X77567037Y-91196882D01*
X77576775Y-91290732D01*
@@ -6642,77 +5715,32 @@ X77569576Y-91165075D01*
X77568371Y-91166465D01*
X77566700Y-91174148D01*
X77566700Y-91190366D01*
-X69927479Y-91190366D01*
-X69920365Y-91117310D01*
-X69933671Y-91047572D01*
-X69982568Y-90996098D01*
-X70051532Y-90979231D01*
-X70108772Y-90995980D01*
-X70111941Y-90997810D01*
-X70117279Y-91001688D01*
-X70123306Y-91004371D01*
-X70123307Y-91004372D01*
-X70123310Y-91004373D01*
-X70296544Y-91081502D01*
-X70392515Y-91101901D01*
-X70482028Y-91120928D01*
-X70482032Y-91120928D01*
-X70488485Y-91122300D01*
-X70684715Y-91122300D01*
-X70691168Y-91120928D01*
-X70691172Y-91120928D01*
-X70780685Y-91101901D01*
-X70876656Y-91081502D01*
-X70952864Y-91047572D01*
-X71049891Y-91004373D01*
-X71049893Y-91004372D01*
-X71055921Y-91001688D01*
-X71063615Y-90996098D01*
-X71209330Y-90890230D01*
-X71209332Y-90890228D01*
-X71214674Y-90886347D01*
-X71234806Y-90863988D01*
-X71295249Y-90826750D01*
-X71328440Y-90822300D01*
-X76966033Y-90822300D01*
-X76977216Y-90822827D01*
-X76984709Y-90824502D01*
-X76992635Y-90824253D01*
-X76992636Y-90824253D01*
-X77052786Y-90822362D01*
-X77056745Y-90822300D01*
-X77084656Y-90822300D01*
-X77088591Y-90821803D01*
-X77088656Y-90821795D01*
-X77100493Y-90820862D01*
-X77132751Y-90819848D01*
-X77136770Y-90819722D01*
-X77144689Y-90819473D01*
-X77164143Y-90813821D01*
-X77183500Y-90809813D01*
-X77195730Y-90808268D01*
-X77195731Y-90808268D01*
-X77203597Y-90807274D01*
-X77210968Y-90804355D01*
-X77210970Y-90804355D01*
-X77244712Y-90790996D01*
-X77255942Y-90787151D01*
-X77290783Y-90777029D01*
-X77290784Y-90777029D01*
-X77298393Y-90774818D01*
-X77305212Y-90770785D01*
-X77305217Y-90770783D01*
-X77315828Y-90764507D01*
-X77333576Y-90755812D01*
-X77352417Y-90748352D01*
-X77388187Y-90722364D01*
-X77398107Y-90715848D01*
-X77429335Y-90697380D01*
-X77429338Y-90697378D01*
-X77436162Y-90693342D01*
-X77446718Y-90682786D01*
-X77509030Y-90648760D01*
-X77562596Y-90648760D01*
+X71859139Y-91190366D01*
+X72971100Y-90078405D01*
+X73033412Y-90044379D01*
+X73060195Y-90041500D01*
+X77117400Y-90041500D01*
+X77185521Y-90061502D01*
+X77204747Y-90077843D01*
+X77205020Y-90077540D01*
+X77209932Y-90081963D01*
+X77214347Y-90086866D01*
+X77219686Y-90090745D01*
+X77353188Y-90187740D01*
+X77368848Y-90199118D01*
+X77374876Y-90201802D01*
+X77374878Y-90201803D01*
+X77537966Y-90274414D01*
+X77592062Y-90320394D01*
+X77612711Y-90388321D01*
+X77606310Y-90429188D01*
+X77579385Y-90510365D01*
+X77576519Y-90523732D01*
+X77567028Y-90616370D01*
+X77566700Y-90622785D01*
+X77566700Y-90634485D01*
+X77571175Y-90649724D01*
+X77572565Y-90650929D01*
X77580248Y-90652600D01*
X78690200Y-90652600D01*
X78758321Y-90672602D01*
@@ -6735,6 +5763,9 @@ X79447376Y-91591381D01*
X79518196Y-91596384D01*
X79563283Y-91625304D01*
X79671697Y-91733529D01*
+X79677927Y-91737369D01*
+X79677928Y-91737370D01*
+X79781770Y-91801379D01*
X79819780Y-91824809D01*
X79984891Y-91879574D01*
X79991727Y-91880274D01*
@@ -6758,9 +5789,11 @@ X81221462Y-91614779D01*
X81226629Y-91609603D01*
X81317909Y-91461520D01*
X81372674Y-91296409D01*
+X81374129Y-91282215D01*
+X81382872Y-91196871D01*
X81383200Y-91193672D01*
X81383200Y-90619528D01*
-X81382863Y-90616278D01*
+X81379289Y-90581832D01*
X81373119Y-90522365D01*
X81373118Y-90522361D01*
X81372407Y-90515507D01*
@@ -6780,7 +5813,7 @@ X81339130Y-88654340D01*
X81343996Y-88608048D01*
X81358402Y-88470977D01*
X81359092Y-88464412D01*
-X81358261Y-88456509D01*
+X81357576Y-88449987D01*
X81339820Y-88281047D01*
X81339820Y-88281045D01*
X81339130Y-88274484D01*
@@ -7247,7 +6280,7 @@ X131430065Y-85946969D01*
X131478658Y-85916751D01*
X131516799Y-85903804D01*
X131559510Y-85879885D01*
-X131594115Y-85860505D01*
+X131589144Y-85863289D01*
X131694551Y-85804258D01*
X131851186Y-85673986D01*
X131981458Y-85517351D01*
@@ -7262,22 +6295,19 @@ X132144635Y-85152147D01*
X132146490Y-85146683D01*
X132175723Y-84945063D01*
X132177249Y-84886800D01*
-X132163062Y-84732402D01*
-X132159137Y-84689680D01*
-X132159136Y-84689677D01*
X132158608Y-84683926D01*
-X132157040Y-84678366D01*
+X132145702Y-84638164D01*
X132104875Y-84493406D01*
X132104874Y-84493404D01*
X132103307Y-84487847D01*
X132089959Y-84460778D01*
X132015756Y-84310310D01*
X132013201Y-84305129D01*
-X132000124Y-84287616D01*
+X131994796Y-84280481D01*
X131894758Y-84146515D01*
X131894758Y-84146514D01*
X131891305Y-84141891D01*
-X131771578Y-84031216D01*
+X131771020Y-84030700D01*
X131745943Y-84007519D01*
X131745940Y-84007517D01*
X131741703Y-84003600D01*
@@ -7303,11 +6333,11 @@ X130409649Y-83986163D01*
X130256478Y-84120490D01*
X130252911Y-84125015D01*
X130252906Y-84125020D01*
-X130200546Y-84191439D01*
+X130176847Y-84221501D01*
X130130351Y-84280481D01*
X130127662Y-84285592D01*
X130127660Y-84285595D01*
-X130095279Y-84347142D01*
+X130041520Y-84449321D01*
X130035492Y-84460778D01*
X130031978Y-84472096D01*
X130000741Y-84523824D01*
@@ -7324,7 +6354,7 @@ X127900096Y-86630547D01*
X127840246Y-86701874D01*
X127837678Y-86706544D01*
X127834297Y-86710661D01*
-X127818287Y-86740520D01*
+X127803260Y-86768545D01*
X127790423Y-86792486D01*
X127789794Y-86793645D01*
X127747938Y-86869781D01*
@@ -7337,7 +6367,7 @@ X127713318Y-86974959D01*
X127685165Y-87063706D01*
X127684571Y-87069002D01*
X127683013Y-87074098D01*
-X127678117Y-87122300D01*
+X127682390Y-87080234D01*
X127673618Y-87166587D01*
X127673489Y-87167793D01*
X127667900Y-87217627D01*
@@ -7393,7 +6423,7 @@ X126251100Y-73135734D01*
X125776450Y-73135734D01*
X125776450Y-68774636D01*
X125777351Y-68759596D01*
-X125780475Y-68733608D01*
+X125779969Y-68737819D01*
X125781547Y-68724694D01*
X125770772Y-68659917D01*
X125770343Y-68657149D01*
@@ -7402,7 +6432,7 @@ X125762302Y-68600998D01*
X125761030Y-68592113D01*
X125744849Y-68556525D01*
X125739920Y-68543928D01*
-X125717027Y-68474682D01*
+X125702522Y-68430809D01*
X125604957Y-68135706D01*
X125603120Y-68128874D01*
X125602733Y-68122797D01*
@@ -7434,10 +6464,10 @@ X125423868Y-67829156D01*
X125416672Y-67824840D01*
X125408421Y-67817410D01*
X125392875Y-67801914D01*
-X125246514Y-67656033D01*
+X125202349Y-67612013D01*
X125067162Y-67477269D01*
X125055658Y-67464088D01*
-X125055498Y-67463877D01*
+X125053290Y-67460961D01*
X125038220Y-67441057D01*
X125031012Y-67435710D01*
X125031010Y-67435708D01*
@@ -7481,60 +6511,88 @@ X124201229Y-67210815D01*
X124192281Y-67211579D01*
X124192223Y-67210902D01*
X124180851Y-67212200D01*
-X114748992Y-67212200D01*
-X114680871Y-67192198D01*
-X114634378Y-67138542D01*
-X114624274Y-67068268D01*
-X114653768Y-67003688D01*
-X114696073Y-66974261D01*
-X114695425Y-66973077D01*
-X114703297Y-66968767D01*
-X114711705Y-66965615D01*
-X114828261Y-66878261D01*
-X114915615Y-66761705D01*
-X114966745Y-66625316D01*
-X114973500Y-66563134D01*
-X114973500Y-65616866D01*
-X114966745Y-65554684D01*
-X114915615Y-65418295D01*
-X114828261Y-65301739D01*
-X114711705Y-65214385D01*
-X114575316Y-65163255D01*
-X114513134Y-65156500D01*
-X113566866Y-65156500D01*
-X113504684Y-65163255D01*
-X113368295Y-65214385D01*
-X113251739Y-65301739D01*
-X113164385Y-65418295D01*
-X113113255Y-65554684D01*
-X113112402Y-65562540D01*
-X113112083Y-65563880D01*
-X113076865Y-65625527D01*
-X113013910Y-65658347D01*
-X112943205Y-65651921D01*
-X112887198Y-65608289D01*
-X112863500Y-65534734D01*
-X112863500Y-64856866D01*
-X112856745Y-64794684D01*
-X112805615Y-64658295D01*
-X112718261Y-64541739D01*
-X112613935Y-64463551D01*
-X112571420Y-64406692D01*
-X112563500Y-64362725D01*
-X112563500Y-63956525D01*
-X112567457Y-63925196D01*
-X112571300Y-63910230D01*
-X112571300Y-63889976D01*
-X112572851Y-63870265D01*
-X112574780Y-63858086D01*
+X115338675Y-67212200D01*
+X115270554Y-67192198D01*
+X115224061Y-67138542D01*
+X115213957Y-67068268D01*
+X115242864Y-67004369D01*
+X115251263Y-66994535D01*
+X115264176Y-66979416D01*
+X115266755Y-66975208D01*
+X115266759Y-66975202D01*
+X115385654Y-66781183D01*
+X115388240Y-66776963D01*
+X115391017Y-66770260D01*
+X115477211Y-66562167D01*
+X115477212Y-66562165D01*
+X115479105Y-66557594D01*
+X115498360Y-66477391D01*
+X115533380Y-66331524D01*
+X115533381Y-66331518D01*
+X115534535Y-66326711D01*
+X115553165Y-66090000D01*
+X115534535Y-65853289D01*
+X115530923Y-65838240D01*
+X115493808Y-65683648D01*
+X115479105Y-65622406D01*
+X115473842Y-65609700D01*
+X115390135Y-65407611D01*
+X115390133Y-65407607D01*
+X115388240Y-65403037D01*
+X115381304Y-65391718D01*
+X115266759Y-65204798D01*
+X115266755Y-65204792D01*
+X115264176Y-65200584D01*
+X115120538Y-65032406D01*
+X115113177Y-65023787D01*
+X115109969Y-65020031D01*
+X114929416Y-64865824D01*
+X114925208Y-64863245D01*
+X114925202Y-64863241D01*
+X114731183Y-64744346D01*
+X114726963Y-64741760D01*
+X114722393Y-64739867D01*
+X114722389Y-64739865D01*
+X114512167Y-64652789D01*
+X114512165Y-64652788D01*
+X114507594Y-64650895D01*
+X114427391Y-64631640D01*
+X114281524Y-64596620D01*
+X114281518Y-64596619D01*
+X114276711Y-64595465D01*
+X114040000Y-64576835D01*
+X113803289Y-64595465D01*
+X113798482Y-64596619D01*
+X113798476Y-64596620D01*
+X113652609Y-64631640D01*
+X113572406Y-64650895D01*
+X113567835Y-64652788D01*
+X113567833Y-64652789D01*
+X113440058Y-64705715D01*
+X113369468Y-64713304D01*
+X113305981Y-64681525D01*
+X113279806Y-64646817D01*
+X113278240Y-64643037D01*
+X113250364Y-64597547D01*
+X113156759Y-64444798D01*
+X113156755Y-64444792D01*
+X113154176Y-64440584D01*
+X112999969Y-64260031D01*
+X112819416Y-64105824D01*
+X112815208Y-64103245D01*
+X112815202Y-64103241D01*
+X112632441Y-63991245D01*
+X112584810Y-63938597D01*
+X112573828Y-63864098D01*
+X112574780Y-63858089D01*
+X112574780Y-63858085D01*
X112576020Y-63850257D01*
X112571859Y-63806238D01*
X112571300Y-63794381D01*
X112571300Y-63654967D01*
X112571827Y-63643784D01*
X112573502Y-63636291D01*
-X112572715Y-63611233D01*
-X112571362Y-63568201D01*
+X112571362Y-63568200D01*
X112571300Y-63564243D01*
X112571300Y-63536344D01*
X112570796Y-63532353D01*
@@ -7555,29 +6613,29 @@ X112534015Y-63357703D01*
X123770743Y-63357703D01*
X123771302Y-63361947D01*
X123771302Y-63361951D01*
-X123781248Y-63437495D01*
+X123781004Y-63435644D01*
X123808268Y-63642734D01*
X123809401Y-63646874D01*
X123809401Y-63646876D01*
-X123824410Y-63701739D01*
+X123822922Y-63696302D01*
X123884129Y-63920036D01*
X123885813Y-63923984D01*
-X123978529Y-64141351D01*
+X123984720Y-64155866D01*
X123996923Y-64184476D01*
-X124029133Y-64238295D01*
-X124138534Y-64421090D01*
+X124034183Y-64246733D01*
+X124141962Y-64426818D01*
X124144561Y-64431161D01*
X124324313Y-64655528D01*
-X124408297Y-64735226D01*
-X124526693Y-64847579D01*
+X124432645Y-64758331D01*
+X124511132Y-64832812D01*
X124532851Y-64853423D01*
X124766317Y-65021186D01*
X124770112Y-65023195D01*
X124770113Y-65023196D01*
X124791869Y-65034715D01*
X125020392Y-65155712D01*
-X125086374Y-65179858D01*
-X125275016Y-65248891D01*
+X125065964Y-65172389D01*
+X125209974Y-65225089D01*
X125290373Y-65254511D01*
X125571264Y-65315755D01*
X125599841Y-65318004D01*
@@ -7592,53 +6650,56 @@ X126162554Y-65319164D01*
X126166825Y-65318873D01*
X126171020Y-65318004D01*
X126171022Y-65318004D01*
-X126336950Y-65283642D01*
+X126341851Y-65282627D01*
X126448342Y-65260574D01*
X126719343Y-65164607D01*
-X126894891Y-65074000D01*
+X126807362Y-65119177D01*
X126971005Y-65034715D01*
X126971006Y-65034715D01*
X126974812Y-65032750D01*
X126978313Y-65030289D01*
X126978317Y-65030287D01*
-X127137575Y-64918358D01*
+X127142645Y-64914795D01*
X127210023Y-64867441D01*
-X127352303Y-64735226D01*
+X127288403Y-64794606D01*
X127417479Y-64674661D01*
X127417481Y-64674658D01*
X127420622Y-64671740D01*
X127602713Y-64449268D01*
X127752927Y-64204142D01*
-X127789542Y-64120731D01*
-X127866758Y-63944828D01*
-X127866759Y-63944826D01*
+X127829633Y-64029402D01*
+X127866757Y-63944830D01*
X127868483Y-63940898D01*
-X127892607Y-63856212D01*
-X127946068Y-63668534D01*
X127947244Y-63664406D01*
+X127982905Y-63413832D01*
+X127987146Y-63384036D01*
+X127987146Y-63384034D01*
X127987751Y-63379784D01*
X127987799Y-63370772D01*
X127989235Y-63096583D01*
X127989235Y-63096576D01*
X127989257Y-63092297D01*
-X127979436Y-63017695D01*
+X127983807Y-63050895D01*
X127955976Y-62839505D01*
X127951732Y-62807266D01*
X127949776Y-62800114D01*
-X127916674Y-62679115D01*
+X127877003Y-62534103D01*
X127875871Y-62529964D01*
-X127852347Y-62474813D01*
+X127800060Y-62352228D01*
X127764763Y-62269476D01*
X127764761Y-62269472D01*
X127763077Y-62265524D01*
X127615439Y-62018839D01*
X127435687Y-61794472D01*
+X127275807Y-61642752D01*
+X127230258Y-61599527D01*
+X127230255Y-61599525D01*
X127227149Y-61596577D01*
X126993683Y-61428814D01*
X126971843Y-61417250D01*
-X126941612Y-61401244D01*
+X126947309Y-61404260D01*
X126739608Y-61294288D01*
-X126527627Y-61216714D01*
+X126545438Y-61223232D01*
X126473658Y-61196964D01*
X126473656Y-61196963D01*
X126469627Y-61195489D01*
@@ -7655,7 +6716,7 @@ X125597446Y-61130836D01*
X125593175Y-61131127D01*
X125588980Y-61131996D01*
X125588978Y-61131996D01*
-X125544162Y-61141277D01*
+X125518395Y-61146613D01*
X125311658Y-61189426D01*
X125040657Y-61285393D01*
X124785188Y-61417250D01*
@@ -7663,26 +6724,23 @@ X124781687Y-61419711D01*
X124781683Y-61419713D01*
X124721340Y-61462123D01*
X124549977Y-61582559D01*
-X124531717Y-61599527D01*
+X124515917Y-61614210D01*
X124344140Y-61773835D01*
X124339378Y-61778260D01*
X124157287Y-62000732D01*
X124007073Y-62245858D01*
X124005347Y-62249791D01*
X124005346Y-62249792D01*
-X123904252Y-62480090D01*
+X123973215Y-62322989D01*
X123891517Y-62509102D01*
-X123890342Y-62513229D01*
-X123890341Y-62513230D01*
-X123880521Y-62547704D01*
X123812756Y-62785594D01*
X123772249Y-63070216D01*
X123772227Y-63074505D01*
X123772226Y-63074512D01*
-X123770887Y-63330222D01*
+X123770817Y-63343558D01*
X123770743Y-63357703D01*
X112534015Y-63357703D01*
-X112526030Y-63330222D01*
+X112531112Y-63347711D01*
X112523818Y-63322607D01*
X112513507Y-63305172D01*
X112504812Y-63287424D01*
@@ -7707,7 +6765,7 @@ X110970207Y-61712702D01*
X110950470Y-61692965D01*
X110947273Y-61690485D01*
X110938251Y-61682780D01*
-X110911800Y-61657941D01*
+X110924816Y-61670164D01*
X110906021Y-61652514D01*
X110899075Y-61648695D01*
X110899072Y-61648693D01*
@@ -7734,7 +6792,7 @@ X110618410Y-61537572D01*
X110610730Y-61535600D01*
X110590476Y-61535600D01*
X110570765Y-61534049D01*
-X110558586Y-61532120D01*
+X110568234Y-61533648D01*
X110550757Y-61530880D01*
X110542865Y-61531626D01*
X110506739Y-61535041D01*
@@ -7750,7 +6808,7 @@ X108677108Y-61270682D01*
X108682151Y-61267858D01*
X108838786Y-61137586D01*
X108969058Y-60980951D01*
-X109036404Y-60860697D01*
+X109040309Y-60853723D01*
X109065780Y-60808242D01*
X109065781Y-60808240D01*
X109068604Y-60803199D01*
@@ -7766,8 +6824,8 @@ X109090907Y-59951447D01*
X109071015Y-59911108D01*
X109003356Y-59773910D01*
X109000801Y-59768729D01*
-X108995903Y-59762169D01*
-X108934959Y-59680556D01*
+X108965492Y-59721444D01*
+X108936978Y-59683260D01*
X108878905Y-59605491D01*
X108858971Y-59587064D01*
X108822526Y-59526136D01*
@@ -7938,1484 +6996,131 @@ X108598494Y-53237936D01*
X108598495Y-53237936D01*
X108593457Y-53236810D01*
X108587912Y-53236500D01*
-X108454756Y-53236500D01*
-X108319963Y-53251143D01*
-X108236609Y-53279195D01*
-X108154796Y-53306728D01*
-X108154794Y-53306729D01*
-X108148325Y-53308906D01*
-X107993095Y-53402177D01*
-X107988138Y-53406865D01*
-X107988135Y-53406867D01*
-X107866473Y-53521918D01*
-X107861515Y-53526607D01*
-X107857683Y-53532245D01*
-X107857680Y-53532249D01*
-X107806740Y-53607205D01*
-X107759723Y-53676388D01*
-X107692470Y-53844534D01*
-X107691356Y-53851262D01*
-X107691355Y-53851266D01*
-X107666179Y-54003343D01*
-X107662892Y-54023198D01*
-X107663249Y-54030015D01*
-X107663249Y-54030019D01*
-X107669480Y-54148906D01*
-X107653071Y-54217980D01*
-X107601922Y-54267217D01*
-X107543653Y-54281500D01*
-X107161866Y-54281500D01*
-X107158471Y-54281869D01*
-X107158467Y-54281869D01*
-X107132469Y-54284693D01*
-X107123606Y-54285656D01*
-X107096394Y-54285656D01*
-X107087531Y-54284693D01*
-X107061533Y-54281869D01*
-X107061529Y-54281869D01*
-X107058134Y-54281500D01*
-X106661866Y-54281500D01*
-X106658471Y-54281869D01*
-X106658467Y-54281869D01*
-X106632469Y-54284693D01*
-X106623606Y-54285656D01*
-X106596394Y-54285656D01*
-X106587531Y-54284693D01*
-X106561533Y-54281869D01*
-X106561529Y-54281869D01*
-X106558134Y-54281500D01*
-X106161866Y-54281500D01*
-X106158471Y-54281869D01*
-X106158467Y-54281869D01*
-X106132469Y-54284693D01*
-X106123606Y-54285656D01*
-X106096394Y-54285656D01*
-X106087531Y-54284693D01*
-X106061533Y-54281869D01*
-X106061529Y-54281869D01*
-X106058134Y-54281500D01*
-X105661866Y-54281500D01*
-X105658471Y-54281869D01*
-X105658467Y-54281869D01*
-X105632469Y-54284693D01*
-X105623606Y-54285656D01*
-X105596394Y-54285656D01*
-X105587531Y-54284693D01*
-X105561533Y-54281869D01*
-X105561529Y-54281869D01*
-X105558134Y-54281500D01*
-X105161866Y-54281500D01*
-X105158471Y-54281869D01*
-X105158467Y-54281869D01*
-X105132469Y-54284693D01*
-X105123606Y-54285656D01*
-X105096394Y-54285656D01*
-X105087531Y-54284693D01*
-X105061533Y-54281869D01*
-X105061529Y-54281869D01*
-X105058134Y-54281500D01*
-X104661866Y-54281500D01*
-X104658471Y-54281869D01*
-X104658467Y-54281869D01*
-X104632469Y-54284693D01*
-X104623606Y-54285656D01*
-X104596394Y-54285656D01*
-X104587531Y-54284693D01*
-X104561533Y-54281869D01*
-X104561529Y-54281869D01*
-X104558134Y-54281500D01*
-X104161866Y-54281500D01*
-X104158471Y-54281869D01*
-X104158467Y-54281869D01*
-X104132469Y-54284693D01*
-X104123606Y-54285656D01*
-X104096394Y-54285656D01*
-X104087531Y-54284693D01*
-X104061533Y-54281869D01*
-X104061529Y-54281869D01*
-X104058134Y-54281500D01*
-X103678416Y-54281500D01*
-X103610295Y-54261498D01*
-X103563802Y-54207842D01*
-X103554108Y-54134921D01*
-X103557108Y-54116802D01*
-X103552203Y-54023198D01*
-X103547987Y-53942766D01*
-X103547630Y-53935953D01*
-X103535330Y-53891296D01*
-X103501352Y-53767941D01*
-X103499539Y-53761359D01*
-X103415078Y-53601164D01*
-X103410673Y-53595951D01*
-X103410670Y-53595947D01*
-X103302594Y-53468057D01*
-X103302590Y-53468053D01*
-X103298187Y-53462843D01*
-X103292762Y-53458695D01*
-X103159743Y-53356994D01*
-X103159739Y-53356991D01*
-X103154322Y-53352850D01*
-X103023162Y-53291689D01*
-X102996369Y-53279195D01*
-X102996366Y-53279194D01*
-X102990192Y-53276315D01*
-X102983544Y-53274829D01*
-X102983541Y-53274828D01*
-X102818494Y-53237936D01*
-X102818495Y-53237936D01*
-X102813457Y-53236810D01*
-X102807912Y-53236500D01*
-X102674756Y-53236500D01*
-X102539963Y-53251143D01*
-X102456609Y-53279195D01*
-X102374796Y-53306728D01*
-X102374794Y-53306729D01*
-X102368325Y-53308906D01*
-X102216349Y-53400222D01*
-X102216346Y-53400223D01*
-X102213095Y-53402177D01*
-X102212745Y-53401594D01*
-X102151083Y-53425065D01*
-X102081609Y-53410439D01*
-X102043609Y-53379085D01*
-X102012603Y-53341067D01*
-X102003959Y-53332363D01*
-X101861144Y-53214216D01*
-X101850973Y-53207356D01*
-X101687924Y-53119196D01*
-X101676619Y-53114444D01*
-X101561308Y-53078750D01*
-X101547205Y-53078544D01*
-X101544000Y-53085299D01*
-X101544000Y-54327885D01*
-X101548475Y-54343124D01*
-X101549865Y-54344329D01*
-X101557548Y-54346000D01*
-X101847243Y-54346000D01*
-X101915364Y-54366002D01*
-X101958700Y-54413235D01*
-X102024922Y-54538836D01*
-X102029327Y-54544049D01*
-X102029330Y-54544053D01*
-X102116051Y-54646672D01*
-X102144743Y-54711613D01*
-X102133770Y-54781756D01*
-X102086617Y-54834833D01*
-X102019813Y-54854000D01*
-X101562115Y-54854000D01*
-X101546876Y-54858475D01*
-X101545671Y-54859865D01*
-X101544000Y-54867548D01*
-X101544000Y-55242885D01*
-X101548475Y-55258124D01*
-X101549865Y-55259329D01*
-X101557548Y-55261000D01*
-X102087885Y-55261000D01*
-X102103124Y-55256525D01*
-X102112290Y-55245947D01*
-X102136404Y-55201786D01*
-X102198716Y-55167761D01*
-X102269532Y-55172825D01*
-X102326368Y-55215372D01*
-X102351179Y-55281892D01*
-X102351500Y-55290881D01*
-X102351500Y-55643000D01*
-X102331498Y-55711121D01*
-X102277842Y-55757614D01*
-X102225500Y-55769000D01*
-X101562115Y-55769000D01*
-X101546876Y-55773475D01*
-X101545671Y-55774865D01*
-X101544000Y-55782548D01*
-X101544000Y-56107924D01*
-X101546897Y-56117790D01*
-X101552001Y-56153288D01*
-X101552001Y-56176442D01*
-X101531999Y-56244563D01*
-X101478343Y-56291056D01*
-X101469612Y-56294654D01*
-X101366873Y-56332557D01*
-X101323934Y-56348398D01*
-X101318973Y-56351350D01*
-X101318972Y-56351350D01*
-X101158205Y-56446997D01*
-X101148849Y-56452563D01*
-X100995678Y-56586890D01*
-X100992106Y-56591421D01*
-X100887542Y-56724059D01*
-X100829660Y-56765172D01*
-X100758740Y-56768466D01*
-X100699497Y-56735148D01*
-X99161006Y-55196657D01*
-X100282000Y-55196657D01*
-X100282301Y-55202805D01*
-X100295812Y-55340603D01*
-X100298195Y-55352638D01*
-X100351767Y-55530076D01*
-X100356441Y-55541416D01*
-X100443460Y-55705077D01*
-X100450249Y-55715294D01*
-X100567397Y-55858933D01*
-X100576041Y-55867637D01*
-X100718856Y-55985784D01*
-X100729027Y-55992644D01*
-X100892076Y-56080804D01*
-X100903381Y-56085556D01*
-X101018692Y-56121250D01*
-X101032795Y-56121456D01*
-X101036000Y-56114701D01*
-X101036000Y-54872115D01*
-X101031525Y-54856876D01*
-X101030135Y-54855671D01*
-X101022452Y-54854000D01*
-X100300115Y-54854000D01*
-X100284876Y-54858475D01*
-X100283671Y-54859865D01*
-X100282000Y-54867548D01*
-X100282000Y-55196657D01*
-X99161006Y-55196657D01*
-X99117915Y-55153566D01*
-X99107048Y-55141175D01*
-X99092613Y-55122363D01*
-X99087587Y-55115813D01*
-X99055675Y-55091326D01*
-X99055672Y-55091323D01*
-X99031043Y-55072424D01*
-X98967029Y-55023304D01*
-X98967027Y-55023303D01*
-X98960476Y-55018276D01*
-X98812451Y-54956962D01*
-X98804264Y-54955884D01*
-X98804263Y-54955884D01*
-X98793058Y-54954409D01*
-X98757965Y-54949789D01*
-X98693485Y-54941300D01*
-X98693482Y-54941300D01*
-X98693474Y-54941299D01*
-X98661789Y-54937128D01*
-X98653600Y-54936050D01*
-X98643706Y-54937352D01*
-X98642267Y-54937128D01*
-X98637155Y-54937128D01*
-X98637155Y-54936331D01*
-X98573561Y-54926415D01*
-X98520115Y-54878733D01*
-X98503568Y-54851992D01*
-X98503563Y-54851986D01*
-X98499716Y-54845769D01*
-X98488761Y-54834833D01*
-X98381784Y-54728042D01*
-X98381779Y-54728038D01*
-X98376603Y-54722871D01*
-X98355833Y-54710068D01*
-X98234750Y-54635431D01*
-X98234748Y-54635430D01*
-X98228520Y-54631591D01*
-X98063409Y-54576826D01*
-X98056573Y-54576126D01*
-X98056570Y-54576125D01*
-X98005074Y-54570849D01*
-X97960672Y-54566300D01*
-X97361528Y-54566300D01*
-X97358282Y-54566637D01*
-X97358278Y-54566637D01*
-X97264365Y-54576381D01*
-X97264361Y-54576382D01*
-X97257507Y-54577093D01*
-X97250971Y-54579274D01*
-X97250969Y-54579274D01*
-X97146919Y-54613988D01*
-X97092493Y-54632146D01*
-X96944569Y-54723684D01*
-X96939396Y-54728866D01*
-X96837853Y-54830586D01*
-X96775570Y-54864665D01*
-X96704750Y-54859662D01*
-X96659663Y-54830741D01*
-X96556788Y-54728046D01*
-X96556783Y-54728042D01*
-X96551603Y-54722871D01*
-X96530833Y-54710068D01*
-X96409750Y-54635431D01*
-X96409748Y-54635430D01*
-X96403520Y-54631591D01*
-X96238409Y-54576826D01*
-X96231573Y-54576126D01*
-X96231570Y-54576125D01*
-X96180074Y-54570849D01*
-X96135672Y-54566300D01*
-X95536528Y-54566300D01*
-X95533282Y-54566637D01*
-X95533278Y-54566637D01*
-X95439365Y-54576381D01*
-X95439361Y-54576382D01*
-X95432507Y-54577093D01*
-X95425971Y-54579274D01*
-X95425969Y-54579274D01*
-X95321919Y-54613988D01*
-X95267493Y-54632146D01*
-X95119569Y-54723684D01*
-X95114396Y-54728866D01*
-X95001842Y-54841616D01*
-X95001838Y-54841621D01*
-X94996671Y-54846797D01*
-X94992831Y-54853027D01*
-X94992830Y-54853028D01*
-X94990743Y-54856414D01*
-X94988714Y-54858241D01*
-X94988293Y-54858773D01*
-X94988202Y-54858701D01*
-X94937972Y-54903908D01*
-X94883482Y-54916300D01*
-X91518767Y-54916300D01*
-X91507584Y-54915773D01*
-X91500091Y-54914098D01*
-X91492165Y-54914347D01*
-X91492164Y-54914347D01*
-X91432014Y-54916238D01*
-X91428055Y-54916300D01*
-X91400144Y-54916300D01*
-X91396210Y-54916797D01*
-X91396209Y-54916797D01*
-X91396144Y-54916805D01*
-X91384307Y-54917738D01*
-X91352490Y-54918738D01*
-X91348029Y-54918878D01*
-X91340110Y-54919127D01*
-X91322454Y-54924256D01*
-X91320658Y-54924778D01*
-X91301306Y-54928786D01*
-X91294235Y-54929680D01*
-X91281203Y-54931326D01*
-X91273834Y-54934243D01*
-X91273832Y-54934244D01*
-X91240097Y-54947600D01*
-X91228869Y-54951445D01*
-X91186407Y-54963782D01*
-X91179585Y-54967816D01*
-X91179579Y-54967819D01*
-X91168968Y-54974094D01*
-X91151218Y-54982790D01*
-X91139756Y-54987328D01*
-X91139751Y-54987331D01*
-X91132383Y-54990248D01*
-X91125968Y-54994909D01*
-X91096625Y-55016227D01*
-X91086707Y-55022743D01*
-X91074499Y-55029963D01*
-X91048637Y-55045258D01*
-X91034313Y-55059582D01*
-X91019281Y-55072421D01*
-X91002893Y-55084328D01*
-X90981004Y-55110787D01*
-X90974712Y-55118393D01*
-X90966722Y-55127173D01*
-X90758147Y-55335748D01*
-X90749861Y-55343288D01*
-X90743382Y-55347400D01*
-X90737957Y-55353177D01*
-X90696757Y-55397051D01*
-X90694002Y-55399893D01*
-X90674265Y-55419630D01*
-X90671785Y-55422827D01*
-X90664082Y-55431847D01*
-X90633814Y-55464079D01*
-X90629995Y-55471025D01*
-X90629993Y-55471028D01*
-X90624052Y-55481834D01*
-X90613201Y-55498353D01*
-X90600786Y-55514359D01*
-X90597641Y-55521628D01*
-X90597638Y-55521632D01*
-X90583226Y-55554937D01*
-X90578009Y-55565587D01*
-X90556705Y-55604340D01*
-X90554734Y-55612015D01*
-X90554734Y-55612016D01*
-X90551667Y-55623962D01*
-X90545263Y-55642666D01*
-X90545119Y-55643000D01*
-X90537219Y-55661255D01*
-X90535980Y-55669078D01*
-X90535977Y-55669088D01*
-X90530301Y-55704924D01*
-X90527895Y-55716544D01*
-X90516900Y-55759370D01*
-X90516900Y-55779624D01*
-X90515349Y-55799334D01*
-X90512180Y-55819343D01*
-X90512926Y-55827235D01*
-X90516341Y-55863361D01*
-X90516900Y-55875219D01*
-X90516900Y-55895071D01*
-X90496898Y-55963192D01*
-X90474993Y-55986732D01*
-X90475669Y-55987408D01*
-X90469319Y-55993758D01*
-X90462139Y-55999139D01*
-X90374785Y-56115695D01*
-X90323655Y-56252084D01*
-X90316900Y-56314266D01*
-X90316900Y-57970534D01*
-X90323655Y-58032716D01*
-X90374785Y-58169105D01*
-X90462139Y-58285661D01*
-X90578695Y-58373015D01*
-X90587103Y-58376167D01*
-X90594975Y-58380477D01*
-X90593672Y-58382857D01*
-X90639204Y-58417064D01*
-X90663901Y-58483627D01*
-X90648691Y-58552975D01*
-X90598403Y-58603091D01*
-X90591303Y-58606333D01*
-X90587101Y-58608634D01*
-X90578695Y-58611785D01*
-X90462139Y-58699139D01*
-X90374785Y-58815695D01*
-X90323655Y-58952084D01*
-X90316900Y-59014266D01*
-X90316900Y-60670534D01*
-X90323655Y-60732716D01*
-X90374785Y-60869105D01*
-X90462139Y-60985661D01*
-X90469319Y-60991042D01*
-X90475632Y-60997355D01*
-X90509658Y-61059667D01*
-X90504593Y-61130482D01*
-X90480176Y-61170757D01*
-X90421560Y-61235856D01*
-X90368887Y-61327088D01*
-X90345611Y-61367404D01*
-X90326073Y-61401244D01*
-X90267058Y-61582872D01*
-X90266368Y-61589433D01*
-X90266368Y-61589435D01*
-X90253264Y-61714116D01*
-X90247096Y-61772800D01*
-X90247786Y-61779365D01*
-X90264509Y-61938472D01*
-X90267058Y-61962728D01*
-X90326073Y-62144356D01*
-X90329376Y-62150078D01*
-X90329377Y-62150079D01*
-X90338320Y-62165569D01*
-X90421560Y-62309744D01*
-X90425978Y-62314651D01*
-X90425979Y-62314652D01*
-X90544925Y-62446755D01*
-X90549347Y-62451666D01*
-X90628401Y-62509102D01*
-X90675985Y-62543674D01*
-X90703848Y-62563918D01*
-X90709876Y-62566602D01*
-X90709878Y-62566603D01*
-X90872281Y-62638909D01*
-X90878312Y-62641594D01*
-X90971712Y-62661447D01*
-X91058656Y-62679928D01*
-X91058661Y-62679928D01*
-X91065113Y-62681300D01*
-X91256087Y-62681300D01*
-X91262539Y-62679928D01*
-X91262544Y-62679928D01*
-X91349488Y-62661447D01*
-X91442888Y-62641594D01*
-X91448919Y-62638909D01*
-X91611322Y-62566603D01*
-X91611324Y-62566602D01*
-X91617352Y-62563918D01*
-X91645216Y-62543674D01*
-X91692799Y-62509102D01*
-X91771853Y-62451666D01*
-X91777310Y-62445606D01*
-X91808002Y-62411518D01*
-X91879441Y-62332178D01*
-X91939886Y-62294938D01*
-X92010869Y-62296290D01*
-X92065090Y-62332761D01*
-X92065600Y-62332218D01*
-X92071378Y-62337644D01*
-X92071379Y-62337645D01*
-X92115267Y-62378858D01*
-X92118109Y-62381613D01*
-X92137830Y-62401334D01*
-X92141025Y-62403812D01*
-X92150047Y-62411518D01*
-X92182279Y-62441786D01*
-X92189228Y-62445606D01*
-X92200032Y-62451546D01*
-X92216556Y-62462399D01*
-X92232559Y-62474813D01*
-X92273143Y-62492376D01*
-X92283773Y-62497583D01*
-X92322540Y-62518895D01*
-X92330217Y-62520866D01*
-X92330222Y-62520868D01*
-X92342158Y-62523932D01*
-X92360866Y-62530337D01*
-X92379455Y-62538381D01*
-X92387280Y-62539620D01*
-X92387282Y-62539621D01*
-X92423119Y-62545297D01*
-X92434740Y-62547704D01*
-X92466559Y-62555873D01*
-X92477570Y-62558700D01*
-X92497831Y-62558700D01*
-X92517540Y-62560251D01*
-X92537543Y-62563419D01*
-X92545435Y-62562673D01*
-X92550662Y-62562179D01*
-X92581554Y-62559259D01*
-X92593411Y-62558700D01*
-X94129833Y-62558700D01*
-X94141016Y-62559227D01*
-X94148509Y-62560902D01*
-X94156435Y-62560653D01*
-X94156436Y-62560653D01*
-X94216586Y-62558762D01*
-X94220545Y-62558700D01*
-X94248456Y-62558700D01*
-X94252391Y-62558203D01*
-X94252456Y-62558195D01*
-X94264293Y-62557262D01*
-X94296551Y-62556248D01*
-X94300570Y-62556122D01*
-X94308489Y-62555873D01*
-X94327943Y-62550221D01*
-X94347300Y-62546213D01*
-X94359530Y-62544668D01*
-X94359531Y-62544668D01*
-X94367397Y-62543674D01*
-X94374768Y-62540755D01*
-X94374770Y-62540755D01*
-X94408512Y-62527396D01*
-X94419742Y-62523551D01*
-X94454583Y-62513429D01*
-X94454584Y-62513429D01*
-X94462193Y-62511218D01*
-X94469012Y-62507185D01*
-X94469017Y-62507183D01*
-X94479628Y-62500907D01*
-X94497376Y-62492212D01*
-X94516217Y-62484752D01*
-X94530835Y-62474132D01*
-X94551987Y-62458764D01*
-X94561907Y-62452248D01*
-X94593135Y-62433780D01*
-X94593138Y-62433778D01*
-X94599962Y-62429742D01*
-X94614283Y-62415421D01*
-X94629317Y-62402580D01*
-X94631032Y-62401334D01*
-X94645707Y-62390672D01*
-X94673898Y-62356595D01*
-X94681888Y-62347816D01*
-X96008899Y-61020805D01*
-X96071211Y-60986779D01*
-X96097994Y-60983900D01*
-X97809194Y-60983900D01*
-X97877315Y-61003902D01*
-X97923808Y-61057558D01*
-X97933912Y-61127832D01*
-X97904418Y-61192412D01*
-X97844692Y-61230796D01*
-X97835390Y-61233147D01*
-X97710912Y-61259606D01*
-X97704882Y-61262291D01*
-X97704881Y-61262291D01*
-X97542478Y-61334597D01*
-X97542476Y-61334598D01*
-X97536448Y-61337282D01*
-X97381947Y-61449534D01*
-X97377526Y-61454444D01*
-X97377525Y-61454445D01*
-X97259543Y-61585478D01*
-X97254160Y-61591456D01*
-X97158673Y-61756844D01*
-X97099658Y-61938472D01*
-X97098968Y-61945033D01*
-X97098968Y-61945035D01*
-X97096449Y-61969006D01*
-X97079696Y-62128400D01*
-X97080386Y-62134965D01*
-X97099658Y-62318328D01*
-X97097334Y-62318572D01*
-X97092745Y-62378697D01*
-X97049926Y-62435328D01*
-X96983288Y-62459821D01*
-X96974901Y-62460100D01*
-X95658963Y-62460100D01*
-X95647779Y-62459573D01*
-X95640291Y-62457899D01*
-X95632368Y-62458148D01*
-X95572233Y-62460038D01*
-X95568275Y-62460100D01*
-X95540344Y-62460100D01*
-X95536429Y-62460595D01*
-X95536425Y-62460595D01*
-X95536367Y-62460603D01*
-X95536338Y-62460606D01*
-X95524496Y-62461539D01*
-X95480310Y-62462927D01*
-X95462944Y-62467972D01*
-X95460858Y-62468578D01*
-X95441506Y-62472586D01*
-X95429268Y-62474132D01*
-X95429266Y-62474133D01*
-X95421403Y-62475126D01*
-X95380286Y-62491406D01*
-X95369085Y-62495241D01*
-X95326606Y-62507582D01*
-X95319787Y-62511615D01*
-X95319782Y-62511617D01*
-X95309171Y-62517893D01*
-X95291421Y-62526590D01*
-X95272583Y-62534048D01*
-X95266167Y-62538709D01*
-X95266166Y-62538710D01*
-X95247484Y-62552284D01*
-X95240375Y-62557449D01*
-X95236825Y-62560028D01*
-X95226901Y-62566547D01*
-X95195660Y-62585022D01*
-X95195655Y-62585026D01*
-X95188837Y-62589058D01*
-X95174513Y-62603382D01*
-X95159481Y-62616221D01*
-X95143093Y-62628128D01*
-X95114912Y-62662193D01*
-X95106922Y-62670973D01*
-X92763900Y-65013995D01*
-X92701588Y-65048021D01*
-X92674805Y-65050900D01*
-X87503287Y-65050900D01*
-X87435166Y-65030898D01*
-X87388673Y-64977242D01*
-X87378569Y-64906968D01*
-X87408063Y-64842388D01*
-X87417516Y-64832600D01*
-X87449865Y-64802540D01*
-X87522303Y-64735226D01*
-X87587479Y-64674661D01*
-X87587481Y-64674658D01*
-X87590622Y-64671740D01*
-X87772713Y-64449268D01*
-X87922927Y-64204142D01*
-X87959542Y-64120731D01*
-X88036758Y-63944828D01*
-X88036759Y-63944826D01*
-X88038483Y-63940898D01*
-X88062607Y-63856212D01*
-X88116068Y-63668534D01*
-X88117244Y-63664406D01*
-X88157751Y-63379784D01*
-X88157799Y-63370772D01*
-X88159235Y-63096583D01*
-X88159235Y-63096576D01*
-X88159257Y-63092297D01*
-X88149436Y-63017695D01*
-X88125976Y-62839505D01*
-X88121732Y-62807266D01*
-X88119776Y-62800114D01*
-X88086674Y-62679115D01*
-X88045871Y-62529964D01*
-X88022347Y-62474813D01*
-X87934763Y-62269476D01*
-X87934761Y-62269472D01*
-X87933077Y-62265524D01*
-X87785439Y-62018839D01*
-X87605687Y-61794472D01*
-X87397149Y-61596577D01*
-X87163683Y-61428814D01*
-X87141843Y-61417250D01*
-X87111612Y-61401244D01*
-X86909608Y-61294288D01*
-X86697627Y-61216714D01*
-X86643658Y-61196964D01*
-X86643656Y-61196963D01*
-X86639627Y-61195489D01*
-X86358736Y-61134245D01*
-X86327685Y-61131801D01*
-X86135718Y-61116693D01*
-X86135709Y-61116693D01*
-X86133261Y-61116500D01*
-X85977729Y-61116500D01*
-X85975593Y-61116646D01*
-X85975582Y-61116646D01*
-X85767452Y-61130835D01*
-X85767446Y-61130836D01*
-X85763175Y-61131127D01*
-X85758980Y-61131996D01*
-X85758978Y-61131996D01*
-X85714162Y-61141277D01*
-X85481658Y-61189426D01*
-X85210657Y-61285393D01*
-X84955188Y-61417250D01*
-X84951687Y-61419711D01*
-X84951683Y-61419713D01*
-X84891340Y-61462123D01*
-X84719977Y-61582559D01*
-X84701717Y-61599527D01*
-X84514140Y-61773835D01*
-X84509378Y-61778260D01*
-X84327287Y-62000732D01*
-X84177073Y-62245858D01*
-X84175347Y-62249791D01*
-X84175346Y-62249792D01*
-X84074252Y-62480090D01*
-X84061517Y-62509102D01*
-X84060342Y-62513229D01*
-X84060341Y-62513230D01*
-X84050521Y-62547704D01*
-X83982756Y-62785594D01*
-X83942249Y-63070216D01*
-X83942227Y-63074505D01*
-X83942226Y-63074512D01*
-X83940887Y-63330222D01*
-X83940743Y-63357703D01*
-X83941302Y-63361947D01*
-X83941302Y-63361951D01*
-X83951248Y-63437495D01*
-X83978268Y-63642734D01*
-X83979401Y-63646874D01*
-X83979401Y-63646876D01*
-X83994410Y-63701739D01*
-X84054129Y-63920036D01*
-X84055813Y-63923984D01*
-X84148529Y-64141351D01*
-X84166923Y-64184476D01*
-X84199133Y-64238295D01*
-X84308534Y-64421090D01*
-X84314561Y-64431161D01*
-X84494313Y-64655528D01*
-X84578297Y-64735226D01*
-X84696693Y-64847579D01*
-X84702851Y-64853423D01*
-X84936317Y-65021186D01*
-X84940112Y-65023195D01*
-X84940113Y-65023196D01*
-X84961869Y-65034715D01*
-X85190392Y-65155712D01*
-X85256374Y-65179858D01*
-X85445016Y-65248891D01*
-X85460373Y-65254511D01*
-X85741264Y-65315755D01*
-X85769841Y-65318004D01*
-X85964282Y-65333307D01*
-X85964291Y-65333307D01*
-X85966739Y-65333500D01*
-X86122271Y-65333500D01*
-X86124407Y-65333354D01*
-X86124418Y-65333354D01*
-X86332548Y-65319165D01*
-X86332554Y-65319164D01*
-X86336825Y-65318873D01*
-X86341020Y-65318004D01*
-X86341022Y-65318004D01*
-X86500071Y-65285067D01*
-X86570833Y-65290840D01*
-X86627240Y-65333952D01*
-X86651385Y-65400717D01*
-X86635600Y-65469937D01*
-X86614718Y-65497543D01*
-X86408619Y-65703642D01*
-X85802864Y-66309396D01*
-X85740552Y-66343421D01*
-X85713769Y-66346300D01*
-X80698367Y-66346300D01*
-X80687184Y-66345773D01*
-X80679691Y-66344098D01*
-X80671765Y-66344347D01*
-X80671764Y-66344347D01*
-X80611614Y-66346238D01*
-X80607655Y-66346300D01*
-X80579744Y-66346300D01*
-X80575810Y-66346797D01*
-X80575809Y-66346797D01*
-X80575744Y-66346805D01*
-X80563907Y-66347738D01*
-X80532090Y-66348738D01*
-X80527629Y-66348878D01*
-X80519710Y-66349127D01*
-X80502054Y-66354256D01*
-X80500258Y-66354778D01*
-X80480906Y-66358786D01*
-X80473835Y-66359680D01*
-X80460803Y-66361326D01*
-X80453434Y-66364243D01*
-X80453432Y-66364244D01*
-X80419697Y-66377600D01*
-X80408469Y-66381445D01*
-X80366007Y-66393782D01*
-X80359185Y-66397816D01*
-X80359179Y-66397819D01*
-X80348568Y-66404094D01*
-X80330818Y-66412790D01*
-X80319356Y-66417328D01*
-X80319351Y-66417331D01*
-X80311983Y-66420248D01*
-X80294570Y-66432899D01*
-X80276225Y-66446227D01*
-X80266307Y-66452743D01*
-X80247619Y-66463795D01*
-X80228237Y-66475258D01*
-X80213913Y-66489582D01*
-X80198881Y-66502421D01*
-X80182493Y-66514328D01*
-X80154312Y-66548393D01*
-X80146322Y-66557173D01*
-X79219813Y-67483682D01*
-X79211527Y-67491222D01*
-X79205048Y-67495334D01*
-X79199623Y-67501111D01*
-X79158423Y-67544985D01*
-X79155668Y-67547827D01*
-X79135931Y-67567564D01*
-X79133451Y-67570761D01*
-X79125748Y-67579781D01*
-X79095480Y-67612013D01*
-X79091661Y-67618959D01*
-X79091659Y-67618962D01*
-X79085718Y-67629768D01*
-X79074867Y-67646287D01*
-X79062452Y-67662293D01*
-X79059307Y-67669562D01*
-X79059304Y-67669566D01*
-X79044892Y-67702871D01*
-X79039675Y-67713521D01*
-X79018371Y-67752274D01*
-X79016400Y-67759949D01*
-X79016400Y-67759950D01*
-X79013333Y-67771896D01*
-X79006929Y-67790600D01*
-X78998885Y-67809189D01*
-X78997646Y-67817012D01*
-X78997643Y-67817022D01*
-X78991967Y-67852858D01*
-X78989561Y-67864478D01*
-X78981568Y-67895612D01*
-X78978566Y-67907304D01*
-X78978566Y-67927558D01*
-X78977015Y-67947268D01*
-X78973846Y-67967277D01*
-X78974592Y-67975169D01*
-X78978007Y-68011295D01*
-X78978566Y-68023153D01*
-X78978566Y-68317136D01*
-X78958564Y-68385257D01*
-X78918870Y-68424279D01*
-X78908035Y-68430984D01*
-X78908033Y-68430986D01*
-X78907924Y-68430809D01*
-X78845578Y-68456042D01*
-X78775814Y-68442868D01*
-X78759329Y-68432293D01*
-X78757203Y-68430171D01*
-X78750980Y-68426335D01*
-X78750976Y-68426332D01*
-X78615350Y-68342731D01*
-X78615348Y-68342730D01*
-X78609120Y-68338891D01*
-X78444009Y-68284126D01*
-X78437173Y-68283426D01*
-X78437170Y-68283425D01*
-X78376487Y-68277208D01*
-X78341272Y-68273600D01*
-X77767128Y-68273600D01*
-X77763882Y-68273937D01*
-X77763878Y-68273937D01*
-X77669965Y-68283681D01*
-X77669961Y-68283682D01*
-X77663107Y-68284393D01*
-X77656571Y-68286574D01*
-X77656569Y-68286574D01*
-X77597042Y-68306434D01*
-X77498093Y-68339446D01*
-X77350169Y-68430984D01*
-X77344996Y-68436166D01*
-X77291001Y-68490255D01*
-X77228718Y-68524334D01*
-X77157898Y-68519331D01*
-X77127768Y-68503174D01*
-X77107023Y-68488102D01*
-X77088552Y-68474682D01*
-X77082524Y-68471998D01*
-X77082522Y-68471997D01*
-X76920119Y-68399691D01*
-X76920118Y-68399691D01*
-X76914088Y-68397006D01*
-X76793961Y-68371472D01*
-X76733744Y-68358672D01*
-X76733739Y-68358672D01*
-X76727287Y-68357300D01*
-X76536313Y-68357300D01*
-X76529861Y-68358672D01*
-X76529856Y-68358672D01*
-X76469639Y-68371472D01*
-X76349512Y-68397006D01*
-X76343482Y-68399691D01*
-X76343481Y-68399691D01*
-X76181078Y-68471997D01*
-X76181076Y-68471998D01*
-X76175048Y-68474682D01*
-X76169707Y-68478562D01*
-X76169706Y-68478563D01*
-X76136885Y-68502409D01*
-X76020547Y-68586934D01*
-X76016126Y-68591844D01*
-X76016125Y-68591845D01*
-X75904481Y-68715839D01*
-X75892760Y-68728856D01*
-X75797273Y-68894244D01*
-X75738258Y-69075872D01*
-X75718296Y-69265800D01*
-X75738258Y-69455728D01*
-X75797273Y-69637356D01*
-X75892760Y-69802744D01*
-X75897178Y-69807651D01*
-X75897179Y-69807652D01*
-X76016125Y-69939755D01*
-X76020547Y-69944666D01*
-X76175048Y-70056918D01*
-X76181076Y-70059602D01*
-X76181078Y-70059603D01*
-X76343481Y-70131909D01*
-X76349512Y-70134594D01*
-X76442913Y-70154447D01*
-X76529856Y-70172928D01*
-X76529861Y-70172928D01*
-X76536313Y-70174300D01*
-X76727287Y-70174300D01*
-X76733739Y-70172928D01*
-X76733744Y-70172928D01*
-X76820687Y-70154447D01*
-X76914088Y-70134594D01*
-X76920119Y-70131909D01*
-X77082522Y-70059603D01*
-X77082524Y-70059602D01*
-X77088552Y-70056918D01*
-X77123364Y-70031626D01*
-X77190230Y-70007767D01*
-X77259382Y-70023846D01*
-X77286443Y-70044388D01*
-X77334986Y-70092847D01*
-X77369065Y-70155130D01*
-X77364062Y-70225950D01*
-X77335141Y-70271037D01*
-X77232446Y-70373912D01*
-X77232442Y-70373917D01*
-X77227271Y-70379097D01*
-X77135991Y-70527180D01*
-X77081226Y-70692291D01*
-X77070700Y-70795028D01*
-X77070700Y-71130006D01*
-X77050698Y-71198127D01*
-X77033795Y-71219101D01*
-X74791747Y-73461148D01*
-X74783461Y-73468688D01*
-X74776982Y-73472800D01*
-X74771557Y-73478577D01*
-X74730357Y-73522451D01*
-X74727602Y-73525293D01*
-X74707865Y-73545030D01*
-X74705385Y-73548227D01*
-X74697682Y-73557247D01*
-X74667414Y-73589479D01*
-X74663595Y-73596425D01*
-X74663593Y-73596428D01*
-X74657652Y-73607234D01*
-X74646801Y-73623753D01*
-X74634386Y-73639759D01*
-X74631241Y-73647028D01*
-X74631238Y-73647032D01*
-X74616826Y-73680337D01*
-X74611609Y-73690987D01*
-X74590305Y-73729740D01*
-X74588334Y-73737415D01*
-X74588334Y-73737416D01*
-X74585267Y-73749362D01*
-X74578863Y-73768066D01*
-X74570819Y-73786655D01*
-X74569580Y-73794478D01*
-X74569577Y-73794488D01*
-X74563901Y-73830324D01*
-X74561495Y-73841944D01*
-X74550500Y-73884770D01*
-X74550500Y-73905024D01*
-X74548949Y-73924734D01*
-X74545780Y-73944743D01*
-X74546526Y-73952635D01*
-X74549941Y-73988761D01*
-X74550500Y-74000619D01*
-X74550500Y-77224676D01*
-X74530498Y-77292797D01*
-X74518142Y-77308979D01*
-X74444960Y-77390256D01*
-X74349473Y-77555644D01*
-X74290458Y-77737272D01*
-X74270496Y-77927200D01*
-X74271186Y-77933765D01*
-X74287909Y-78092872D01*
-X74290458Y-78117128D01*
-X74349473Y-78298756D01*
-X74444960Y-78464144D01*
-X74572747Y-78606066D01*
-X74616879Y-78638130D01*
-X74701740Y-78699785D01*
-X74727248Y-78718318D01*
-X74733276Y-78721002D01*
-X74733278Y-78721003D01*
-X74809644Y-78755003D01*
-X74901712Y-78795994D01*
-X74995112Y-78815847D01*
-X75082056Y-78834328D01*
-X75082061Y-78834328D01*
-X75088513Y-78835700D01*
-X75279487Y-78835700D01*
-X75285939Y-78834328D01*
-X75285944Y-78834328D01*
-X75372888Y-78815847D01*
-X75466288Y-78795994D01*
-X75558356Y-78755003D01*
-X75634722Y-78721003D01*
-X75634724Y-78721002D01*
-X75640752Y-78718318D01*
-X75666261Y-78699785D01*
-X75718283Y-78661988D01*
-X75785150Y-78638130D01*
-X75854302Y-78654210D01*
-X75900797Y-78699785D01*
-X75968509Y-78814280D01*
-X75968511Y-78814283D01*
-X75972547Y-78821107D01*
-X76090193Y-78938753D01*
-X76094002Y-78941006D01*
-X76134655Y-78997296D01*
-X76138506Y-79068188D01*
-X76103418Y-79129909D01*
-X76095724Y-79136576D01*
-X76090193Y-79139847D01*
-X75972547Y-79257493D01*
-X75968511Y-79264317D01*
-X75968509Y-79264320D01*
-X75896247Y-79386509D01*
-X75844355Y-79434962D01*
-X75774504Y-79447667D01*
-X75713733Y-79424306D01*
-X75646094Y-79375163D01*
-X75646093Y-79375162D01*
-X75640752Y-79371282D01*
-X75634724Y-79368598D01*
-X75634722Y-79368597D01*
-X75472319Y-79296291D01*
-X75472318Y-79296291D01*
-X75466288Y-79293606D01*
-X75372888Y-79273753D01*
-X75285944Y-79255272D01*
-X75285939Y-79255272D01*
-X75279487Y-79253900D01*
-X75088513Y-79253900D01*
-X75082061Y-79255272D01*
-X75082056Y-79255272D01*
-X74995112Y-79273753D01*
-X74901712Y-79293606D01*
-X74895682Y-79296291D01*
-X74895681Y-79296291D01*
-X74733278Y-79368597D01*
-X74733276Y-79368598D01*
-X74727248Y-79371282D01*
-X74572747Y-79483534D01*
-X74444960Y-79625456D01*
-X74349473Y-79790844D01*
-X74290458Y-79972472D01*
-X74270496Y-80162400D01*
-X74290458Y-80352328D01*
-X74349473Y-80533956D01*
-X74444960Y-80699344D01*
-X74449378Y-80704251D01*
-X74449379Y-80704252D01*
-X74529406Y-80793131D01*
-X74572747Y-80841266D01*
-X74727248Y-80953518D01*
-X74733276Y-80956202D01*
-X74733278Y-80956203D01*
-X74865453Y-81015051D01*
-X74901712Y-81031194D01*
-X74908165Y-81032566D01*
-X74914451Y-81034608D01*
-X74913733Y-81036819D01*
-X74966830Y-81065493D01*
-X75001144Y-81127647D01*
-X75003886Y-81156823D01*
-X75002980Y-81162543D01*
-X75003726Y-81170435D01*
-X75003726Y-81170437D01*
-X75007141Y-81206561D01*
-X75007700Y-81218419D01*
-X75007700Y-84082676D01*
-X74987698Y-84150797D01*
-X74975342Y-84166979D01*
-X74902160Y-84248256D01*
-X74806673Y-84413644D01*
-X74747658Y-84595272D01*
-X74746968Y-84601833D01*
-X74746968Y-84601835D01*
-X74735574Y-84710241D01*
-X74727696Y-84785200D01*
-X74747658Y-84975128D01*
-X74806673Y-85156756D01*
-X74902160Y-85322144D01*
-X74906578Y-85327051D01*
-X74906579Y-85327052D01*
-X74983720Y-85412726D01*
-X75029947Y-85464066D01*
-X75184448Y-85576318D01*
-X75190476Y-85579002D01*
-X75190478Y-85579003D01*
-X75352879Y-85651308D01*
-X75358912Y-85653994D01*
-X75452312Y-85673847D01*
-X75539256Y-85692328D01*
-X75539261Y-85692328D01*
-X75545713Y-85693700D01*
-X75736687Y-85693700D01*
-X75743139Y-85692328D01*
-X75743144Y-85692328D01*
-X75830088Y-85673847D01*
-X75923488Y-85653994D01*
-X75929515Y-85651311D01*
-X75929523Y-85651308D01*
-X76063398Y-85591703D01*
-X76133765Y-85582269D01*
-X76177647Y-85597692D01*
-X76178285Y-85598060D01*
-X76183622Y-85601938D01*
-X76189648Y-85604621D01*
-X76294512Y-85651309D01*
-X76358086Y-85679614D01*
-X76451486Y-85699467D01*
-X76538430Y-85717948D01*
-X76538435Y-85717948D01*
-X76544887Y-85719320D01*
-X76735861Y-85719320D01*
-X76742313Y-85717948D01*
-X76742318Y-85717948D01*
-X76895720Y-85685341D01*
-X76966511Y-85690743D01*
-X77023144Y-85733560D01*
-X77047637Y-85800198D01*
-X77032216Y-85869499D01*
-X77011012Y-85897683D01*
-X76888900Y-86019795D01*
-X76826588Y-86053821D01*
-X76799805Y-86056700D01*
-X73441195Y-86056700D01*
-X73373074Y-86036698D01*
-X73352100Y-86019795D01*
-X72128852Y-84796547D01*
-X72121312Y-84788261D01*
-X72117200Y-84781782D01*
-X72067548Y-84735156D01*
-X72064707Y-84732402D01*
-X72044970Y-84712665D01*
-X72041773Y-84710185D01*
-X72032751Y-84702480D01*
-X72000521Y-84672214D01*
-X71993575Y-84668395D01*
-X71993572Y-84668393D01*
-X71982766Y-84662452D01*
-X71966247Y-84651601D01*
-X71965783Y-84651241D01*
-X71950241Y-84639186D01*
-X71942972Y-84636041D01*
-X71942968Y-84636038D01*
-X71909663Y-84621626D01*
-X71899013Y-84616409D01*
-X71860260Y-84595105D01*
-X71840637Y-84590067D01*
-X71821934Y-84583663D01*
-X71810620Y-84578767D01*
-X71810619Y-84578767D01*
-X71803345Y-84575619D01*
-X71795522Y-84574380D01*
-X71795512Y-84574377D01*
-X71759676Y-84568701D01*
-X71748056Y-84566295D01*
-X71712911Y-84557272D01*
-X71712910Y-84557272D01*
-X71705230Y-84555300D01*
-X71684976Y-84555300D01*
-X71665265Y-84553749D01*
-X71653086Y-84551820D01*
-X71645257Y-84550580D01*
-X71637365Y-84551326D01*
-X71601239Y-84554741D01*
-X71589381Y-84555300D01*
-X71553875Y-84555300D01*
-X71485754Y-84535298D01*
-X71453049Y-84504865D01*
-X71440295Y-84487847D01*
-X71374861Y-84400539D01*
-X71258305Y-84313185D01*
-X71121916Y-84262055D01*
-X71059734Y-84255300D01*
-X70113466Y-84255300D01*
-X70051284Y-84262055D01*
-X70043888Y-84264827D01*
-X70043882Y-84264829D01*
-X69996924Y-84282433D01*
-X69926117Y-84287616D01*
-X69863748Y-84253695D01*
-X69829619Y-84191439D01*
-X69827260Y-84152530D01*
-X69827425Y-84150797D01*
-X70039808Y-81915996D01*
-X70041043Y-81906699D01*
-X70047440Y-81869273D01*
-X70623110Y-78500935D01*
-X70626615Y-78485981D01*
-X70627432Y-78483258D01*
-X71619971Y-75172549D01*
-X71624540Y-75159832D01*
-X72956498Y-71996781D01*
-X72959924Y-71989332D01*
-X74543551Y-68822078D01*
-X74549559Y-68811397D01*
-X76368618Y-65917070D01*
-X76379676Y-65902068D01*
-X76512657Y-65747105D01*
-X76795979Y-65416949D01*
-X76824012Y-65392665D01*
-X76825479Y-65391733D01*
-X77620907Y-64886191D01*
-X77643202Y-64874952D01*
-X78367384Y-64596003D01*
-X78572689Y-64516921D01*
-X78617979Y-64508500D01*
-X79633279Y-64508500D01*
-X79653884Y-64510196D01*
-X80095550Y-64583409D01*
-X80096613Y-64583590D01*
-X80176566Y-64597547D01*
-X80207172Y-64594116D01*
-X80223974Y-64593363D01*
-X80235783Y-64593623D01*
-X80253860Y-64594021D01*
-X80262531Y-64591691D01*
-X80262534Y-64591691D01*
-X80286035Y-64585377D01*
-X80286920Y-64585174D01*
-X80287787Y-64585077D01*
-X80290146Y-64584434D01*
-X80290159Y-64584431D01*
-X80331089Y-64573274D01*
-X80331532Y-64573154D01*
-X80346797Y-64569053D01*
-X80394529Y-64556229D01*
-X80395152Y-64555850D01*
-X80395672Y-64555668D01*
-X81035536Y-64381246D01*
-X81192653Y-64338417D01*
-X81212808Y-64335098D01*
-X81216694Y-64334300D01*
-X81225657Y-64333760D01*
-X81258633Y-64321921D01*
-X81271222Y-64317402D01*
-X81280654Y-64314429D01*
-X81287083Y-64312676D01*
-X81287087Y-64312675D01*
-X81291411Y-64311496D01*
-X81305952Y-64305205D01*
-X81313388Y-64302265D01*
-X81330993Y-64295944D01*
-X81339972Y-64291048D01*
-X81350247Y-64286038D01*
-X81383000Y-64271866D01*
-X81383001Y-64271866D01*
-X81391239Y-64268301D01*
-X81400081Y-64260961D01*
-X81420242Y-64247287D01*
-X82286675Y-63774919D01*
-X82289919Y-63773211D01*
-X82306914Y-63764577D01*
-X82347855Y-63743778D01*
-X82374779Y-63718467D01*
-X82385695Y-63709311D01*
-X82403041Y-63696358D01*
-X82415168Y-63687303D01*
-X82420563Y-63680131D01*
-X82420565Y-63680129D01*
-X82456501Y-63632355D01*
-X82457794Y-63630667D01*
-X83006518Y-62926260D01*
-X83022982Y-62909047D01*
-X83023780Y-62908141D01*
-X83030605Y-62902320D01*
-X83035520Y-62894820D01*
-X83035525Y-62894814D01*
-X83056592Y-62862664D01*
-X83062582Y-62854290D01*
-X83065982Y-62849925D01*
-X83068739Y-62846386D01*
-X83077008Y-62831929D01*
-X83080992Y-62825429D01*
-X83089277Y-62812787D01*
-X83089280Y-62812781D01*
-X83091948Y-62808710D01*
-X83095845Y-62800114D01*
-X83101230Y-62789581D01*
-X83118286Y-62759762D01*
-X83118287Y-62759759D01*
-X83122744Y-62751967D01*
-X83124835Y-62743236D01*
-X83124837Y-62743231D01*
-X83125621Y-62739957D01*
-X83133396Y-62717281D01*
-X83403330Y-62121835D01*
-X83527021Y-61848987D01*
-X83527713Y-61847489D01*
-X83552604Y-61794472D01*
-X83558131Y-61782700D01*
-X83563035Y-61751204D01*
-X83566558Y-61735371D01*
-X83575471Y-61704764D01*
-X83575350Y-61595970D01*
-X83575350Y-59923613D01*
-X83578174Y-59897085D01*
-X83647978Y-59572968D01*
-X83799571Y-58869091D01*
-X83812119Y-58835309D01*
-X83818229Y-58824103D01*
-X84231415Y-58066217D01*
-X84252946Y-58037434D01*
-X84988326Y-57302051D01*
-X85008463Y-57285691D01*
-X85187149Y-57168845D01*
-X87132752Y-55896580D01*
-X87140487Y-55891910D01*
-X87181204Y-55869275D01*
-X89953936Y-54327885D01*
-X100282000Y-54327885D01*
-X100286475Y-54343124D01*
-X100287865Y-54344329D01*
-X100295548Y-54346000D01*
-X101017885Y-54346000D01*
-X101033124Y-54341525D01*
-X101034329Y-54340135D01*
-X101036000Y-54332452D01*
-X101036000Y-53092076D01*
-X101032027Y-53078545D01*
-X101024232Y-53077425D01*
-X100916479Y-53109138D01*
-X100905111Y-53113731D01*
-X100740846Y-53199607D01*
-X100730585Y-53206321D01*
-X100586127Y-53322468D01*
-X100577368Y-53331046D01*
-X100458222Y-53473039D01*
-X100451292Y-53483159D01*
-X100361998Y-53645585D01*
-X100357166Y-53656858D01*
-X100301120Y-53833538D01*
-X100298570Y-53845532D01*
-X100282393Y-53989761D01*
-X100282000Y-53996785D01*
-X100282000Y-54327885D01*
-X89953936Y-54327885D01*
-X90130927Y-54229494D01*
-X90144328Y-54223048D01*
-X93387316Y-52892806D01*
-X93396183Y-52889552D01*
-X96282522Y-51951342D01*
-X96691530Y-51818393D01*
-X96705272Y-51815499D01*
-X96705250Y-51815411D01*
-X96713966Y-51813250D01*
-X96722894Y-51812346D01*
-X96731208Y-51808973D01*
-X96731214Y-51808972D01*
-X96770212Y-51793153D01*
-X96778618Y-51790086D01*
-X96786897Y-51787395D01*
-X96786905Y-51787392D01*
-X96791168Y-51786006D01*
-X96795195Y-51784028D01*
-X96795198Y-51784027D01*
-X96799367Y-51781979D01*
-X96802984Y-51780203D01*
-X96811165Y-51776540D01*
-X96849548Y-51760971D01*
-X96849552Y-51760969D01*
-X96857869Y-51757595D01*
-X96864908Y-51752021D01*
-X96872660Y-51747503D01*
-X96872716Y-51747599D01*
-X96873394Y-51747171D01*
-X96873327Y-51747073D01*
-X96880741Y-51742014D01*
-X96888801Y-51738056D01*
-X96895425Y-51731996D01*
-X96895427Y-51731994D01*
-X96925810Y-51704194D01*
-X96932617Y-51698396D01*
-X96972054Y-51667163D01*
-X96977246Y-51659836D01*
-X96983421Y-51653322D01*
-X96983504Y-51653401D01*
-X96984032Y-51652804D01*
-X96983943Y-51652731D01*
-X96989641Y-51645792D01*
-X96996265Y-51639732D01*
-X97022342Y-51596746D01*
-X97027263Y-51589250D01*
-X97033943Y-51579823D01*
-X97033944Y-51579822D01*
-X97036761Y-51575846D01*
-X97038936Y-51571479D01*
-X97042390Y-51564543D01*
-X97047452Y-51555356D01*
-X97067156Y-51522876D01*
-X97067156Y-51522875D01*
-X97071813Y-51515199D01*
-X97074138Y-51506489D01*
-X97083085Y-51482817D01*
-X97198962Y-51250110D01*
-X97209856Y-51232158D01*
-X97305934Y-51100076D01*
-X97365845Y-51017713D01*
-X97548465Y-50766657D01*
-X100282000Y-50766657D01*
-X100282301Y-50772805D01*
-X100295812Y-50910603D01*
-X100298195Y-50922638D01*
-X100351767Y-51100076D01*
-X100356441Y-51111416D01*
-X100443460Y-51275077D01*
-X100450249Y-51285294D01*
-X100567397Y-51428933D01*
-X100576041Y-51437637D01*
-X100718856Y-51555784D01*
-X100729027Y-51562644D01*
-X100892076Y-51650804D01*
-X100903381Y-51655556D01*
-X101018692Y-51691250D01*
-X101032795Y-51691456D01*
-X101036000Y-51684701D01*
-X101036000Y-51677924D01*
-X101544000Y-51677924D01*
-X101547973Y-51691455D01*
-X101555768Y-51692575D01*
-X101663521Y-51660862D01*
-X101674889Y-51656269D01*
-X101839154Y-51570393D01*
-X101849415Y-51563679D01*
-X101993873Y-51447532D01*
-X102002632Y-51438954D01*
-X102121778Y-51296961D01*
-X102128708Y-51286841D01*
-X102218002Y-51124415D01*
-X102222834Y-51113142D01*
+X108455500Y-53236500D01*
+X108387379Y-53216498D01*
+X108340886Y-53162842D01*
+X108329500Y-53110500D01*
+X108329500Y-52910763D01*
+X108330027Y-52899579D01*
+X108331701Y-52892091D01*
+X108329562Y-52824032D01*
+X108329500Y-52820075D01*
+X108329500Y-52792144D01*
+X108328994Y-52788138D01*
+X108328061Y-52776292D01*
+X108326922Y-52740037D01*
+X108326673Y-52732110D01*
+X108321022Y-52712658D01*
+X108317014Y-52693306D01*
+X108315468Y-52681068D01*
+X108315467Y-52681066D01*
+X108314474Y-52673203D01*
+X108298194Y-52632086D01*
+X108294359Y-52620885D01*
+X108282018Y-52578406D01*
+X108277985Y-52571587D01*
+X108277983Y-52571582D01*
+X108271707Y-52560971D01*
+X108263010Y-52543221D01*
+X108255552Y-52524383D01*
+X108229571Y-52488623D01*
+X108223053Y-52478701D01*
+X108204578Y-52447460D01*
+X108204574Y-52447455D01*
+X108200542Y-52440637D01*
+X108186218Y-52426313D01*
+X108173376Y-52411278D01*
+X108161472Y-52394893D01*
+X108127406Y-52366711D01*
+X108118627Y-52358722D01*
+X107793252Y-52033347D01*
+X107785712Y-52025061D01*
+X107781600Y-52018582D01*
+X107731948Y-51971956D01*
+X107729107Y-51969202D01*
+X107709370Y-51949465D01*
+X107706173Y-51946985D01*
+X107697151Y-51939280D01*
+X107664921Y-51909014D01*
+X107657975Y-51905195D01*
+X107657972Y-51905193D01*
+X107647166Y-51899252D01*
+X107630647Y-51888401D01*
+X107630183Y-51888041D01*
+X107614641Y-51875986D01*
+X107607372Y-51872841D01*
+X107607368Y-51872838D01*
+X107574063Y-51858426D01*
+X107563413Y-51853209D01*
+X107524660Y-51831905D01*
+X107505037Y-51826867D01*
+X107486334Y-51820463D01*
+X107475020Y-51815567D01*
+X107475019Y-51815567D01*
+X107467745Y-51812419D01*
+X107459922Y-51811180D01*
+X107459912Y-51811177D01*
+X107424076Y-51805501D01*
+X107412456Y-51803095D01*
+X107377311Y-51794072D01*
+X107377310Y-51794072D01*
+X107369630Y-51792100D01*
+X107349376Y-51792100D01*
+X107329665Y-51790549D01*
+X107317486Y-51788620D01*
+X107309657Y-51787380D01*
+X107301765Y-51788126D01*
+X107265639Y-51791541D01*
+X107253781Y-51792100D01*
+X103844995Y-51792100D01*
+X103776874Y-51772098D01*
+X103755900Y-51755195D01*
+X103526052Y-51525347D01*
+X103518512Y-51517061D01*
+X103514400Y-51510582D01*
+X103464748Y-51463956D01*
+X103461907Y-51461202D01*
+X103442170Y-51441465D01*
+X103438973Y-51438985D01*
+X103429951Y-51431280D01*
+X103403500Y-51406441D01*
+X103397721Y-51401014D01*
+X103390775Y-51397195D01*
+X103390772Y-51397193D01*
+X103379966Y-51391252D01*
+X103363447Y-51380401D01*
+X103362983Y-51380041D01*
+X103347441Y-51367986D01*
+X103340172Y-51364841D01*
+X103340168Y-51364838D01*
+X103306863Y-51350426D01*
+X103296213Y-51345209D01*
+X103257460Y-51323905D01*
+X103237837Y-51318867D01*
+X103219134Y-51312463D01*
+X103207820Y-51307567D01*
+X103207819Y-51307567D01*
+X103200545Y-51304419D01*
+X103192722Y-51303180D01*
+X103192712Y-51303177D01*
+X103156876Y-51297501D01*
+X103145256Y-51295095D01*
+X103110111Y-51286072D01*
+X103110110Y-51286072D01*
+X103102430Y-51284100D01*
+X103082176Y-51284100D01*
+X103062465Y-51282549D01*
+X103050286Y-51280620D01*
+X103042457Y-51279380D01*
+X103034565Y-51280126D01*
+X102998439Y-51283541D01*
+X102986581Y-51284100D01*
+X102340650Y-51284100D01*
+X102272529Y-51264098D01*
+X102226036Y-51210442D01*
+X102215932Y-51140168D01*
+X102221801Y-51119278D01*
+X102220971Y-51119015D01*
X102278880Y-50936462D01*
X102281430Y-50924468D01*
X102297607Y-50780239D01*
@@ -9480,22 +7185,25 @@ X102298000Y-50692115D01*
X102293525Y-50676876D01*
X102292135Y-50675671D01*
X102284452Y-50674000D01*
-X101562115Y-50674000D01*
-X101546876Y-50678475D01*
-X101545671Y-50679865D01*
-X101544000Y-50687548D01*
-X101544000Y-51677924D01*
-X101036000Y-51677924D01*
-X101036000Y-50692115D01*
-X101031525Y-50676876D01*
-X101030135Y-50675671D01*
-X101022452Y-50674000D01*
X100300115Y-50674000D01*
X100284876Y-50678475D01*
X100283671Y-50679865D01*
X100282000Y-50687548D01*
X100282000Y-50766657D01*
-X97548465Y-50766657D01*
+X100282301Y-50772805D01*
+X100295812Y-50910603D01*
+X100298195Y-50922638D01*
+X100351768Y-51100077D01*
+X100355893Y-51110086D01*
+X100363359Y-51180689D01*
+X100331468Y-51244120D01*
+X100270347Y-51280241D01*
+X100239400Y-51284100D01*
+X97419535Y-51284100D01*
+X97351414Y-51264098D01*
+X97304921Y-51210442D01*
+X97294817Y-51140168D01*
+X97317641Y-51083981D01*
X97804965Y-50414035D01*
X97828167Y-50389749D01*
X98231524Y-50067195D01*
@@ -9544,84 +7252,11 @@ G37*
%TD.AperFunction*%
%TA.AperFunction,Conductor*%
G36*
-X71612074Y-86960578D02*
+X86190294Y-68737819D02*
G01*
-X72230500Y-87579004D01*
-X72264526Y-87641316D01*
-X72259461Y-87712131D01*
-X72230501Y-87757194D01*
-X72189698Y-87797997D01*
-X72148895Y-87838801D01*
-X72086584Y-87872825D01*
-X72015768Y-87867761D01*
-X71970705Y-87838800D01*
-X71928452Y-87796547D01*
-X71920912Y-87788261D01*
-X71916800Y-87781782D01*
-X71867148Y-87735156D01*
-X71864307Y-87732402D01*
-X71844570Y-87712665D01*
-X71841373Y-87710185D01*
-X71832351Y-87702480D01*
-X71805900Y-87677641D01*
-X71800121Y-87672214D01*
-X71793175Y-87668395D01*
-X71793172Y-87668393D01*
-X71782366Y-87662452D01*
-X71765847Y-87651601D01*
-X71765383Y-87651241D01*
-X71749841Y-87639186D01*
-X71742572Y-87636041D01*
-X71742568Y-87636038D01*
-X71709263Y-87621626D01*
-X71698613Y-87616409D01*
-X71659860Y-87595105D01*
-X71640237Y-87590067D01*
-X71621534Y-87583663D01*
-X71610220Y-87578767D01*
-X71610219Y-87578767D01*
-X71602945Y-87575619D01*
-X71595116Y-87574379D01*
-X71595113Y-87574378D01*
-X71586151Y-87572958D01*
-X71521999Y-87542544D01*
-X71484474Y-87482274D01*
-X71480051Y-87446013D01*
-X71473516Y-87442800D01*
-X71188924Y-87442800D01*
-X71120803Y-87422798D01*
-X71114863Y-87418736D01*
-X71061263Y-87379793D01*
-X71061262Y-87379792D01*
-X71055921Y-87375912D01*
-X71049893Y-87373228D01*
-X71049891Y-87373227D01*
-X70894195Y-87303907D01*
-X70840099Y-87257927D01*
-X70819450Y-87190000D01*
-X70838802Y-87121691D01*
-X70894195Y-87073693D01*
-X70903319Y-87069631D01*
-X70944020Y-87051510D01*
-X71049891Y-87004373D01*
-X71049893Y-87004372D01*
-X71055921Y-87001688D01*
-X71093410Y-86974451D01*
-X71114863Y-86958864D01*
-X71181731Y-86935006D01*
-X71188924Y-86934800D01*
-X71466969Y-86934800D01*
-X71487481Y-86928777D01*
-X71558477Y-86928777D01*
-X71612074Y-86960578D01*
-G37*
-%TD.AperFunction*%
-%TA.AperFunction,Conductor*%
-G36*
-X86232338Y-69434245D02*
-G01*
-X86273520Y-69492078D01*
-X86280450Y-69533288D01*
+X86249910Y-68776373D01*
+X86279218Y-68841038D01*
+X86280450Y-68858613D01*
X86280450Y-87369426D01*
X86260448Y-87437547D01*
X86206792Y-87484040D01*
@@ -9676,7 +7311,6 @@ X82269100Y-85708100D01*
X82269100Y-84355967D01*
X82269627Y-84344784D01*
X82271302Y-84337291D01*
-X82269741Y-84287616D01*
X82269162Y-84269214D01*
X82269100Y-84265255D01*
X82269100Y-84237344D01*
@@ -9688,10 +7322,10 @@ X82260622Y-84157858D01*
X82256614Y-84138506D01*
X82255067Y-84126263D01*
X82254074Y-84118403D01*
-X82251156Y-84111032D01*
+X82244401Y-84093971D01*
X82237800Y-84077297D01*
X82233955Y-84066070D01*
-X82233321Y-84063887D01*
+X82225393Y-84036602D01*
X82221618Y-84023607D01*
X82212104Y-84007519D01*
X82211307Y-84006172D01*
@@ -9789,105 +7423,1281 @@ X81408979Y-81612685D01*
X81410219Y-81604857D01*
X81406059Y-81560846D01*
X81405500Y-81548989D01*
-X81405500Y-79316395D01*
-X81425502Y-79248274D01*
-X81479158Y-79201781D01*
-X81540113Y-79191829D01*
-X81540113Y-79191300D01*
-X81731087Y-79191300D01*
-X81737539Y-79189928D01*
-X81737544Y-79189928D01*
-X81824487Y-79171447D01*
-X81917888Y-79151594D01*
-X81931672Y-79145457D01*
-X82086322Y-79076603D01*
-X82086324Y-79076602D01*
-X82092352Y-79073918D01*
-X82133039Y-79044357D01*
-X82199906Y-79020499D01*
-X82269058Y-79036579D01*
-X82281161Y-79044357D01*
-X82321848Y-79073918D01*
-X82327876Y-79076602D01*
-X82327878Y-79076603D01*
-X82482528Y-79145457D01*
-X82496312Y-79151594D01*
-X82589713Y-79171447D01*
-X82676656Y-79189928D01*
-X82676661Y-79189928D01*
-X82683113Y-79191300D01*
-X82874087Y-79191300D01*
-X82880539Y-79189928D01*
-X82880544Y-79189928D01*
-X82967487Y-79171447D01*
-X83060888Y-79151594D01*
-X83074672Y-79145457D01*
-X83229322Y-79076603D01*
-X83229324Y-79076602D01*
-X83235352Y-79073918D01*
-X83389853Y-78961666D01*
-X83504509Y-78834328D01*
-X83513221Y-78824652D01*
-X83513222Y-78824651D01*
-X83517640Y-78819744D01*
-X83613127Y-78654356D01*
-X83672142Y-78472728D01*
-X83692104Y-78282800D01*
-X83675351Y-78123406D01*
-X83672832Y-78099435D01*
-X83672832Y-78099433D01*
-X83672142Y-78092872D01*
-X83613127Y-77911244D01*
-X83517640Y-77745856D01*
-X83419464Y-77636820D01*
-X83388746Y-77572813D01*
-X83387100Y-77552510D01*
-X83387100Y-77342439D01*
-X83407102Y-77274318D01*
-X83424005Y-77253344D01*
-X84241634Y-76435715D01*
-X84254025Y-76424848D01*
-X84272837Y-76410413D01*
-X84279387Y-76405387D01*
-X84303874Y-76373475D01*
-X84303880Y-76373469D01*
-X84371896Y-76284829D01*
-X84371897Y-76284827D01*
-X84376924Y-76278276D01*
-X84438238Y-76130251D01*
-X84440791Y-76110857D01*
-X84453900Y-76011285D01*
-X84453900Y-76011280D01*
-X84459150Y-75971400D01*
-X84454978Y-75939707D01*
-X84453900Y-75923264D01*
-X84453900Y-73405439D01*
-X84473902Y-73337318D01*
-X84490805Y-73316344D01*
-X85613234Y-72193915D01*
-X85625625Y-72183048D01*
-X85644437Y-72168613D01*
-X85650987Y-72163587D01*
-X85675474Y-72131675D01*
-X85675477Y-72131672D01*
-X85743333Y-72043240D01*
-X85748524Y-72036475D01*
-X85809838Y-71888450D01*
-X85825500Y-71769485D01*
-X85825500Y-71769478D01*
-X85830750Y-71729600D01*
-X85826578Y-71697907D01*
-X85825500Y-71681464D01*
-X85825500Y-69818290D01*
-X85845502Y-69750169D01*
-X85857864Y-69733980D01*
-X85951621Y-69629852D01*
-X85951622Y-69629851D01*
-X85956040Y-69624944D01*
-X86045331Y-69470288D01*
-X86096714Y-69421295D01*
-X86166427Y-69407859D01*
-X86232338Y-69434245D01*
+X81405500Y-79519595D01*
+X81425502Y-79451474D01*
+X81479158Y-79404981D01*
+X81540113Y-79395029D01*
+X81540113Y-79394500D01*
+X81731087Y-79394500D01*
+X81737539Y-79393128D01*
+X81737544Y-79393128D01*
+X81852950Y-79368597D01*
+X81917888Y-79354794D01*
+X82049289Y-79296291D01*
+X82086322Y-79279803D01*
+X82086324Y-79279802D01*
+X82092352Y-79277118D01*
+X82109966Y-79264321D01*
+X82225570Y-79180329D01*
+X82246853Y-79164866D01*
+X82274380Y-79134294D01*
+X82368476Y-79029790D01*
+X82428922Y-78992550D01*
+X82462112Y-78988100D01*
+X82645487Y-78988100D01*
+X82651939Y-78986728D01*
+X82651944Y-78986728D01*
+X82738887Y-78968247D01*
+X82832288Y-78948394D01*
+X82838319Y-78945709D01*
+X83000722Y-78873403D01*
+X83000724Y-78873402D01*
+X83006752Y-78870718D01*
+X83161253Y-78758466D01*
+X83194985Y-78721003D01*
+X83284621Y-78621452D01*
+X83284622Y-78621451D01*
+X83289040Y-78616544D01*
+X83374195Y-78469052D01*
+X83381223Y-78456879D01*
+X83381224Y-78456878D01*
+X83384527Y-78451156D01*
+X83443542Y-78269528D01*
+X83444793Y-78257632D01*
+X83462814Y-78086165D01*
+X83463504Y-78079600D01*
+X83443542Y-77889672D01*
+X83384527Y-77708044D01*
+X83289040Y-77542656D01*
+X83215863Y-77461385D01*
+X83185147Y-77397379D01*
+X83183500Y-77377076D01*
+X83183500Y-76463794D01*
+X83203502Y-76395673D01*
+X83220405Y-76374699D01*
+X84212247Y-75382857D01*
+X84220537Y-75375313D01*
+X84227018Y-75371200D01*
+X84273659Y-75321532D01*
+X84276413Y-75318691D01*
+X84296134Y-75298970D01*
+X84298612Y-75295775D01*
+X84306318Y-75286753D01*
+X84331158Y-75260301D01*
+X84336586Y-75254521D01*
+X84346346Y-75236768D01*
+X84357199Y-75220245D01*
+X84364753Y-75210506D01*
+X84369613Y-75204241D01*
+X84387176Y-75163657D01*
+X84392383Y-75153027D01*
+X84413695Y-75114260D01*
+X84415666Y-75106583D01*
+X84415668Y-75106578D01*
+X84418732Y-75094642D01*
+X84425138Y-75075930D01*
+X84430033Y-75064619D01*
+X84433181Y-75057345D01*
+X84434421Y-75049517D01*
+X84434423Y-75049510D01*
+X84440099Y-75013676D01*
+X84442505Y-75002056D01*
+X84451528Y-74966911D01*
+X84451528Y-74966910D01*
+X84453500Y-74959230D01*
+X84453500Y-74938976D01*
+X84455051Y-74919265D01*
+X84456980Y-74907086D01*
+X84458220Y-74899257D01*
+X84454059Y-74855238D01*
+X84453500Y-74843381D01*
+X84453500Y-72653795D01*
+X84473502Y-72585674D01*
+X84490405Y-72564699D01*
+X84974258Y-72080847D01*
+X84982537Y-72073313D01*
+X84989018Y-72069200D01*
+X85035644Y-72019548D01*
+X85038398Y-72016707D01*
+X85058135Y-71996970D01*
+X85060615Y-71993773D01*
+X85068320Y-71984751D01*
+X85093159Y-71958300D01*
+X85098586Y-71952521D01*
+X85102405Y-71945575D01*
+X85102407Y-71945572D01*
+X85108348Y-71934766D01*
+X85119199Y-71918247D01*
+X85119559Y-71917783D01*
+X85131614Y-71902241D01*
+X85134759Y-71894972D01*
+X85134762Y-71894968D01*
+X85149174Y-71861663D01*
+X85154391Y-71851013D01*
+X85175695Y-71812260D01*
+X85180733Y-71792637D01*
+X85187137Y-71773934D01*
+X85192033Y-71762620D01*
+X85192033Y-71762619D01*
+X85195181Y-71755345D01*
+X85196420Y-71747522D01*
+X85196423Y-71747512D01*
+X85202099Y-71711676D01*
+X85204505Y-71700056D01*
+X85213528Y-71664911D01*
+X85213528Y-71664910D01*
+X85215500Y-71657230D01*
+X85215500Y-71636976D01*
+X85217051Y-71617265D01*
+X85218980Y-71605086D01*
+X85220220Y-71597257D01*
+X85216059Y-71553238D01*
+X85215500Y-71541381D01*
+X85215500Y-70081168D01*
+X85216027Y-70069985D01*
+X85217702Y-70062492D01*
+X85215562Y-69994401D01*
+X85215500Y-69990444D01*
+X85215500Y-69962544D01*
+X85214996Y-69958553D01*
+X85214063Y-69946711D01*
+X85212923Y-69910436D01*
+X85212674Y-69902511D01*
+X85207021Y-69883052D01*
+X85203012Y-69863693D01*
+X85202846Y-69862383D01*
+X85200474Y-69843603D01*
+X85197558Y-69836237D01*
+X85197556Y-69836231D01*
+X85184200Y-69802498D01*
+X85180355Y-69791268D01*
+X85170230Y-69756417D01*
+X85170230Y-69756416D01*
+X85168019Y-69748807D01*
+X85157705Y-69731366D01*
+X85149008Y-69713613D01*
+X85144472Y-69702158D01*
+X85141552Y-69694783D01*
+X85115563Y-69659012D01*
+X85109047Y-69649092D01*
+X85090578Y-69617863D01*
+X85086542Y-69611038D01*
+X85072221Y-69596717D01*
+X85059380Y-69581683D01*
+X85052652Y-69572422D01*
+X85047472Y-69565293D01*
+X85013401Y-69537107D01*
+X85004622Y-69529118D01*
+X84970322Y-69494818D01*
+X84936296Y-69432506D01*
+X84934107Y-69418893D01*
+X84917432Y-69260235D01*
+X84917432Y-69260233D01*
+X84916742Y-69253672D01*
+X84857727Y-69072044D01*
+X84799216Y-68970700D01*
+X84782478Y-68901705D01*
+X84805698Y-68834613D01*
+X84861506Y-68790726D01*
+X84908335Y-68781700D01*
+X85798633Y-68781700D01*
+X85809816Y-68782227D01*
+X85817309Y-68783902D01*
+X85825235Y-68783653D01*
+X85825236Y-68783653D01*
+X85885386Y-68781762D01*
+X85889345Y-68781700D01*
+X85917256Y-68781700D01*
+X85921191Y-68781203D01*
+X85921256Y-68781195D01*
+X85933093Y-68780262D01*
+X85965351Y-68779248D01*
+X85969370Y-68779122D01*
+X85977289Y-68778873D01*
+X85996743Y-68773221D01*
+X86016100Y-68769213D01*
+X86028330Y-68767668D01*
+X86028331Y-68767668D01*
+X86036197Y-68766674D01*
+X86043568Y-68763755D01*
+X86043570Y-68763755D01*
+X86077312Y-68750396D01*
+X86088543Y-68746551D01*
+X86119298Y-68737616D01*
+X86190294Y-68737819D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X94663732Y-52554984D02*
+G01*
+X94695065Y-52618692D01*
+X94686980Y-52689227D01*
+X94660011Y-52729285D01*
+X93726698Y-53662597D01*
+X93664388Y-53696621D01*
+X93637605Y-53699500D01*
+X93534898Y-53699500D01*
+X93532450Y-53699693D01*
+X93532442Y-53699693D01*
+X93503979Y-53701933D01*
+X93503974Y-53701934D01*
+X93497569Y-53702438D01*
+X93397631Y-53731472D01*
+X93345412Y-53746643D01*
+X93345410Y-53746644D01*
+X93337799Y-53748855D01*
+X93194593Y-53833547D01*
+X93191911Y-53836229D01*
+X93127539Y-53861502D01*
+X93057916Y-53847600D01*
+X93042088Y-53837428D01*
+X93038207Y-53833547D01*
+X92895001Y-53748855D01*
+X92887390Y-53746644D01*
+X92887388Y-53746643D01*
+X92835169Y-53731472D01*
+X92735231Y-53702438D01*
+X92728826Y-53701934D01*
+X92728821Y-53701933D01*
+X92700358Y-53699693D01*
+X92700350Y-53699693D01*
+X92697902Y-53699500D01*
+X92264898Y-53699500D01*
+X92262450Y-53699693D01*
+X92262442Y-53699693D01*
+X92233979Y-53701933D01*
+X92233974Y-53701934D01*
+X92227569Y-53702438D01*
+X92127631Y-53731472D01*
+X92075412Y-53746643D01*
+X92075410Y-53746644D01*
+X92067799Y-53748855D01*
+X92060972Y-53752892D01*
+X92060973Y-53752892D01*
+X91931420Y-53829509D01*
+X91931417Y-53829511D01*
+X91924593Y-53833547D01*
+X91806947Y-53951193D01*
+X91802911Y-53958017D01*
+X91802909Y-53958020D01*
+X91764363Y-54023198D01*
+X91722255Y-54094399D01*
+X91675838Y-54254169D01*
+X91675334Y-54260574D01*
+X91675333Y-54260579D01*
+X91673243Y-54287134D01*
+X91672900Y-54291498D01*
+X91672900Y-55043405D01*
+X91652898Y-55111526D01*
+X91635995Y-55132501D01*
+X91515615Y-55252880D01*
+X91453303Y-55286905D01*
+X91382487Y-55281839D01*
+X91341177Y-55255317D01*
+X91341128Y-55255379D01*
+X91340496Y-55254880D01*
+X91337504Y-55252959D01*
+X91335384Y-55250842D01*
+X91335380Y-55250839D01*
+X91330203Y-55245671D01*
+X91236503Y-55187913D01*
+X91188350Y-55158231D01*
+X91188348Y-55158230D01*
+X91182120Y-55154391D01*
+X91017009Y-55099626D01*
+X91010173Y-55098926D01*
+X91010170Y-55098925D01*
+X90958674Y-55093649D01*
+X90914272Y-55089100D01*
+X90340128Y-55089100D01*
+X90336882Y-55089437D01*
+X90336878Y-55089437D01*
+X90242965Y-55099181D01*
+X90242961Y-55099182D01*
+X90236107Y-55099893D01*
+X90229571Y-55102074D01*
+X90229569Y-55102074D01*
+X90138369Y-55132501D01*
+X90071093Y-55154946D01*
+X89923169Y-55246484D01*
+X89917996Y-55251666D01*
+X89805442Y-55364416D01*
+X89805438Y-55364421D01*
+X89800271Y-55369597D01*
+X89708991Y-55517680D01*
+X89654226Y-55682791D01*
+X89653526Y-55689627D01*
+X89653525Y-55689630D01*
+X89648455Y-55739119D01*
+X89643700Y-55785528D01*
+X89643700Y-56384672D01*
+X89644037Y-56387918D01*
+X89644037Y-56387922D01*
+X89653544Y-56479544D01*
+X89654493Y-56488693D01*
+X89656674Y-56495229D01*
+X89656674Y-56495231D01*
+X89695286Y-56610965D01*
+X89709546Y-56653707D01*
+X89801084Y-56801631D01*
+X89908341Y-56908701D01*
+X89942420Y-56970982D01*
+X89937417Y-57041802D01*
+X89908496Y-57086891D01*
+X89805837Y-57189729D01*
+X89796825Y-57201140D01*
+X89713288Y-57336663D01*
+X89707144Y-57349841D01*
+X89656885Y-57501366D01*
+X89654019Y-57514732D01*
+X89644528Y-57607370D01*
+X89644200Y-57613785D01*
+X89644200Y-57637985D01*
+X89648675Y-57653224D01*
+X89650065Y-57654429D01*
+X89657748Y-57656100D01*
+X91592085Y-57656100D01*
+X91607324Y-57651625D01*
+X91608529Y-57650235D01*
+X91610200Y-57642552D01*
+X91610200Y-57613834D01*
+X91609863Y-57607318D01*
+X91600125Y-57513468D01*
+X91597232Y-57500072D01*
+X91546712Y-57348647D01*
+X91540547Y-57335485D01*
+X91456774Y-57200108D01*
+X91447740Y-57188710D01*
+X91346060Y-57087207D01*
+X91311981Y-57024924D01*
+X91316984Y-56954104D01*
+X91345905Y-56909016D01*
+X91346222Y-56908699D01*
+X91454129Y-56800603D01*
+X91457965Y-56794381D01*
+X91457969Y-56794375D01*
+X91467445Y-56779002D01*
+X91520218Y-56731510D01*
+X91570745Y-56719182D01*
+X91587286Y-56718662D01*
+X91591245Y-56718600D01*
+X91619156Y-56718600D01*
+X91623091Y-56718103D01*
+X91623156Y-56718095D01*
+X91634993Y-56717162D01*
+X91667251Y-56716148D01*
+X91671270Y-56716022D01*
+X91679189Y-56715773D01*
+X91698643Y-56710121D01*
+X91718000Y-56706113D01*
+X91730230Y-56704568D01*
+X91730231Y-56704568D01*
+X91738097Y-56703574D01*
+X91745468Y-56700655D01*
+X91745470Y-56700655D01*
+X91779212Y-56687296D01*
+X91790442Y-56683451D01*
+X91825283Y-56673329D01*
+X91825284Y-56673329D01*
+X91832893Y-56671118D01*
+X91839712Y-56667085D01*
+X91839717Y-56667083D01*
+X91850328Y-56660807D01*
+X91868076Y-56652112D01*
+X91886917Y-56644652D01*
+X91893335Y-56639989D01*
+X91893339Y-56639987D01*
+X91921999Y-56619165D01*
+X91988867Y-56595307D01*
+X92053269Y-56610965D01*
+X92053703Y-56609962D01*
+X92059549Y-56612492D01*
+X92060198Y-56612650D01*
+X92067799Y-56617145D01*
+X92075410Y-56619356D01*
+X92075412Y-56619357D01*
+X92127631Y-56634528D01*
+X92227569Y-56663562D01*
+X92233974Y-56664066D01*
+X92233979Y-56664067D01*
+X92262442Y-56666307D01*
+X92262450Y-56666307D01*
+X92264898Y-56666500D01*
+X92697902Y-56666500D01*
+X92700350Y-56666307D01*
+X92700358Y-56666307D01*
+X92728821Y-56664067D01*
+X92728826Y-56664066D01*
+X92735231Y-56663562D01*
+X92835169Y-56634528D01*
+X92887388Y-56619357D01*
+X92887390Y-56619356D01*
+X92895001Y-56617145D01*
+X93038207Y-56532453D01*
+X93040889Y-56529771D01*
+X93105261Y-56504498D01*
+X93174884Y-56518400D01*
+X93190712Y-56528572D01*
+X93194593Y-56532453D01*
+X93337799Y-56617145D01*
+X93345410Y-56619356D01*
+X93345412Y-56619357D01*
+X93397631Y-56634528D01*
+X93497569Y-56663562D01*
+X93503974Y-56664066D01*
+X93503979Y-56664067D01*
+X93532442Y-56666307D01*
+X93532450Y-56666307D01*
+X93534898Y-56666500D01*
+X93967902Y-56666500D01*
+X93970350Y-56666307D01*
+X93970358Y-56666307D01*
+X93998821Y-56664067D01*
+X93998826Y-56664066D01*
+X94005231Y-56663562D01*
+X94105169Y-56634528D01*
+X94157388Y-56619357D01*
+X94157390Y-56619356D01*
+X94165001Y-56617145D01*
+X94308207Y-56532453D01*
+X94310889Y-56529771D01*
+X94375261Y-56504498D01*
+X94444884Y-56518400D01*
+X94460712Y-56528572D01*
+X94464593Y-56532453D01*
+X94607799Y-56617145D01*
+X94615410Y-56619356D01*
+X94615412Y-56619357D01*
+X94667631Y-56634528D01*
+X94767569Y-56663562D01*
+X94773974Y-56664066D01*
+X94773979Y-56664067D01*
+X94802442Y-56666307D01*
+X94802450Y-56666307D01*
+X94804898Y-56666500D01*
+X95237902Y-56666500D01*
+X95240350Y-56666307D01*
+X95240358Y-56666307D01*
+X95268821Y-56664067D01*
+X95268826Y-56664066D01*
+X95275231Y-56663562D01*
+X95375169Y-56634528D01*
+X95427388Y-56619357D01*
+X95427390Y-56619356D01*
+X95435001Y-56617145D01*
+X95578207Y-56532453D01*
+X95580889Y-56529771D01*
+X95645261Y-56504498D01*
+X95714884Y-56518400D01*
+X95730712Y-56528572D01*
+X95734593Y-56532453D01*
+X95863041Y-56608417D01*
+X95911490Y-56660306D01*
+X95924195Y-56730156D01*
+X95897120Y-56795788D01*
+X95872965Y-56818799D01*
+X95871820Y-56819631D01*
+X95861893Y-56826152D01*
+X95830665Y-56844620D01*
+X95830662Y-56844622D01*
+X95823838Y-56848658D01*
+X95809517Y-56862979D01*
+X95794484Y-56875819D01*
+X95778093Y-56887728D01*
+X95773042Y-56893834D01*
+X95749902Y-56921805D01*
+X95741912Y-56930584D01*
+X94629147Y-58043348D01*
+X94620861Y-58050888D01*
+X94614382Y-58055000D01*
+X94608957Y-58060777D01*
+X94567757Y-58104651D01*
+X94565002Y-58107493D01*
+X94545265Y-58127230D01*
+X94542785Y-58130427D01*
+X94535082Y-58139447D01*
+X94504814Y-58171679D01*
+X94500995Y-58178625D01*
+X94500993Y-58178628D01*
+X94495052Y-58189434D01*
+X94484201Y-58205953D01*
+X94471786Y-58221959D01*
+X94468641Y-58229228D01*
+X94468638Y-58229232D01*
+X94454226Y-58262537D01*
+X94449009Y-58273187D01*
+X94427705Y-58311940D01*
+X94425734Y-58319615D01*
+X94425734Y-58319616D01*
+X94422667Y-58331562D01*
+X94416263Y-58350266D01*
+X94408219Y-58368855D01*
+X94406980Y-58376678D01*
+X94406977Y-58376688D01*
+X94401301Y-58412524D01*
+X94398895Y-58424144D01*
+X94387900Y-58466970D01*
+X94387900Y-58487224D01*
+X94386349Y-58506934D01*
+X94383180Y-58526943D01*
+X94383926Y-58534835D01*
+X94387341Y-58570961D01*
+X94387900Y-58582819D01*
+X94387900Y-58610357D01*
+X94367898Y-58678478D01*
+X94314242Y-58724971D01*
+X94243968Y-58735075D01*
+X94197761Y-58718811D01*
+X94171621Y-58703352D01*
+X94157190Y-58697107D01*
+X94022795Y-58658061D01*
+X94008694Y-58658101D01*
+X94005400Y-58665370D01*
+X94005400Y-60261000D01*
+X93985398Y-60329121D01*
+X93931742Y-60375614D01*
+X93879400Y-60387000D01*
+X93623400Y-60387000D01*
+X93555279Y-60366998D01*
+X93508786Y-60313342D01*
+X93497400Y-60261000D01*
+X93497400Y-58671122D01*
+X93493427Y-58657591D01*
+X93485529Y-58656456D01*
+X93345610Y-58697107D01*
+X93331179Y-58703352D01*
+X93201724Y-58779910D01*
+X93194036Y-58785874D01*
+X93127951Y-58811821D01*
+X93058328Y-58797920D01*
+X93042242Y-58787582D01*
+X93038207Y-58783547D01*
+X92895001Y-58698855D01*
+X92887390Y-58696644D01*
+X92887388Y-58696643D01*
+X92799542Y-58671122D01*
+X92735231Y-58652438D01*
+X92728826Y-58651934D01*
+X92728821Y-58651933D01*
+X92700358Y-58649693D01*
+X92700350Y-58649693D01*
+X92697902Y-58649500D01*
+X92264898Y-58649500D01*
+X92262450Y-58649693D01*
+X92262442Y-58649693D01*
+X92233979Y-58651933D01*
+X92233974Y-58651934D01*
+X92227569Y-58652438D01*
+X92163258Y-58671122D01*
+X92075412Y-58696643D01*
+X92075410Y-58696644D01*
+X92067799Y-58698855D01*
+X92060972Y-58702892D01*
+X92060973Y-58702892D01*
+X91931420Y-58779509D01*
+X91931417Y-58779511D01*
+X91924593Y-58783547D01*
+X91806947Y-58901193D01*
+X91802911Y-58908017D01*
+X91802909Y-58908020D01*
+X91776168Y-58953237D01*
+X91722255Y-59044399D01*
+X91720044Y-59052010D01*
+X91720043Y-59052012D01*
+X91713510Y-59074500D01*
+X91675838Y-59204169D01*
+X91675334Y-59210574D01*
+X91675333Y-59210579D01*
+X91673626Y-59232270D01*
+X91672900Y-59241498D01*
+X91672900Y-61024502D01*
+X91673093Y-61026950D01*
+X91673093Y-61026958D01*
+X91673568Y-61032986D01*
+X91675838Y-61061831D01*
+X91722255Y-61221601D01*
+X91784213Y-61326365D01*
+X91795506Y-61345461D01*
+X91812966Y-61414277D01*
+X91790449Y-61481608D01*
+X91735105Y-61526077D01*
+X91687053Y-61535600D01*
+X90106463Y-61535600D01*
+X90095279Y-61535073D01*
+X90087791Y-61533399D01*
+X90079868Y-61533648D01*
+X90019733Y-61535538D01*
+X90015775Y-61535600D01*
+X89987844Y-61535600D01*
+X89983929Y-61536095D01*
+X89983925Y-61536095D01*
+X89983867Y-61536103D01*
+X89983838Y-61536106D01*
+X89971996Y-61537039D01*
+X89927810Y-61538427D01*
+X89910444Y-61543472D01*
+X89908358Y-61544078D01*
+X89889006Y-61548086D01*
+X89876768Y-61549632D01*
+X89876766Y-61549633D01*
+X89868903Y-61550626D01*
+X89827786Y-61566906D01*
+X89816585Y-61570741D01*
+X89774106Y-61583082D01*
+X89767287Y-61587115D01*
+X89767282Y-61587117D01*
+X89756671Y-61593393D01*
+X89738921Y-61602090D01*
+X89720083Y-61609548D01*
+X89713667Y-61614209D01*
+X89713666Y-61614210D01*
+X89684325Y-61635528D01*
+X89674401Y-61642047D01*
+X89643160Y-61660522D01*
+X89643155Y-61660526D01*
+X89636337Y-61664558D01*
+X89622013Y-61678882D01*
+X89606981Y-61691721D01*
+X89590593Y-61703628D01*
+X89564340Y-61735362D01*
+X89562412Y-61737693D01*
+X89554422Y-61746473D01*
+X88345664Y-62955231D01*
+X88283352Y-62989257D01*
+X88212537Y-62984192D01*
+X88155701Y-62941645D01*
+X88131647Y-62882581D01*
+X88122293Y-62811524D01*
+X88122292Y-62811518D01*
+X88121732Y-62807266D01*
+X88119776Y-62800114D01*
+X88047003Y-62534103D01*
+X88045871Y-62529964D01*
+X87970060Y-62352228D01*
+X87934763Y-62269476D01*
+X87934761Y-62269472D01*
+X87933077Y-62265524D01*
+X87785439Y-62018839D01*
+X87605687Y-61794472D01*
+X87445807Y-61642752D01*
+X87400258Y-61599527D01*
+X87400255Y-61599525D01*
+X87397149Y-61596577D01*
+X87163683Y-61428814D01*
+X87141843Y-61417250D01*
+X87117309Y-61404260D01*
+X86909608Y-61294288D01*
+X86715438Y-61223232D01*
+X86643658Y-61196964D01*
+X86643656Y-61196963D01*
+X86639627Y-61195489D01*
+X86358736Y-61134245D01*
+X86327685Y-61131801D01*
+X86135718Y-61116693D01*
+X86135709Y-61116693D01*
+X86133261Y-61116500D01*
+X85977729Y-61116500D01*
+X85975593Y-61116646D01*
+X85975582Y-61116646D01*
+X85767452Y-61130835D01*
+X85767446Y-61130836D01*
+X85763175Y-61131127D01*
+X85758980Y-61131996D01*
+X85758978Y-61131996D01*
+X85688395Y-61146613D01*
+X85481658Y-61189426D01*
+X85210657Y-61285393D01*
+X84955188Y-61417250D01*
+X84951687Y-61419711D01*
+X84951683Y-61419713D01*
+X84891340Y-61462123D01*
+X84719977Y-61582559D01*
+X84685917Y-61614210D01*
+X84514140Y-61773835D01*
+X84509378Y-61778260D01*
+X84327287Y-62000732D01*
+X84177073Y-62245858D01*
+X84175347Y-62249791D01*
+X84175346Y-62249792D01*
+X84143215Y-62322989D01*
+X84061517Y-62509102D01*
+X83982756Y-62785594D01*
+X83942249Y-63070216D01*
+X83942227Y-63074505D01*
+X83942226Y-63074512D01*
+X83940817Y-63343558D01*
+X83940743Y-63357703D01*
+X83941302Y-63361947D01*
+X83941302Y-63361951D01*
+X83951004Y-63435644D01*
+X83978268Y-63642734D01*
+X83979401Y-63646874D01*
+X83979401Y-63646876D01*
+X83992922Y-63696302D01*
+X84054129Y-63920036D01*
+X84055813Y-63923984D01*
+X84154720Y-64155866D01*
+X84166923Y-64184476D01*
+X84204183Y-64246733D01*
+X84311962Y-64426818D01*
+X84314561Y-64431161D01*
+X84494313Y-64655528D01*
+X84602645Y-64758331D01*
+X84681132Y-64832812D01*
+X84702851Y-64853423D01*
+X84936317Y-65021186D01*
+X84940112Y-65023195D01*
+X84940113Y-65023196D01*
+X84961869Y-65034715D01*
+X85190392Y-65155712D01*
+X85235964Y-65172389D01*
+X85379974Y-65225089D01*
+X85460373Y-65254511D01*
+X85488181Y-65260574D01*
+X85716158Y-65310281D01*
+X85778454Y-65344336D01*
+X85812449Y-65406664D01*
+X85807351Y-65477478D01*
+X85778411Y-65522484D01*
+X85728100Y-65572795D01*
+X85665788Y-65606821D01*
+X85639005Y-65609700D01*
+X79326767Y-65609700D01*
+X79315584Y-65609173D01*
+X79308091Y-65607498D01*
+X79300165Y-65607747D01*
+X79300164Y-65607747D01*
+X79240014Y-65609638D01*
+X79236055Y-65609700D01*
+X79208144Y-65609700D01*
+X79204210Y-65610197D01*
+X79204209Y-65610197D01*
+X79204144Y-65610205D01*
+X79192307Y-65611138D01*
+X79160490Y-65612138D01*
+X79156029Y-65612278D01*
+X79148110Y-65612527D01*
+X79130454Y-65617656D01*
+X79128658Y-65618178D01*
+X79109306Y-65622186D01*
+X79107565Y-65622406D01*
+X79089203Y-65624726D01*
+X79081834Y-65627643D01*
+X79081832Y-65627644D01*
+X79048097Y-65641000D01*
+X79036869Y-65644845D01*
+X78994407Y-65657182D01*
+X78987584Y-65661217D01*
+X78987582Y-65661218D01*
+X78976972Y-65667493D01*
+X78959224Y-65676188D01*
+X78940383Y-65683648D01*
+X78933967Y-65688310D01*
+X78933966Y-65688310D01*
+X78904613Y-65709636D01*
+X78894693Y-65716152D01*
+X78863465Y-65734620D01*
+X78863462Y-65734622D01*
+X78856638Y-65738658D01*
+X78842317Y-65752979D01*
+X78827284Y-65765819D01*
+X78810893Y-65777728D01*
+X78792951Y-65799416D01*
+X78782702Y-65811805D01*
+X78774712Y-65820584D01*
+X77661947Y-66933348D01*
+X77653661Y-66940888D01*
+X77647182Y-66945000D01*
+X77641757Y-66950777D01*
+X77600557Y-66994651D01*
+X77597802Y-66997493D01*
+X77578065Y-67017230D01*
+X77575585Y-67020427D01*
+X77567882Y-67029447D01*
+X77537614Y-67061679D01*
+X77533795Y-67068625D01*
+X77533793Y-67068628D01*
+X77527852Y-67079434D01*
+X77517001Y-67095953D01*
+X77504586Y-67111959D01*
+X77501441Y-67119228D01*
+X77501438Y-67119232D01*
+X77487026Y-67152537D01*
+X77481809Y-67163187D01*
+X77460505Y-67201940D01*
+X77458534Y-67209615D01*
+X77458534Y-67209616D01*
+X77455467Y-67221562D01*
+X77449063Y-67240266D01*
+X77441019Y-67258855D01*
+X77439780Y-67266678D01*
+X77439777Y-67266688D01*
+X77434101Y-67302524D01*
+X77431695Y-67314144D01*
+X77420700Y-67356970D01*
+X77420700Y-67377224D01*
+X77419149Y-67396934D01*
+X77415980Y-67416943D01*
+X77416726Y-67424835D01*
+X77420141Y-67460961D01*
+X77420700Y-67472819D01*
+X77420700Y-68317136D01*
+X77400698Y-68385257D01*
+X77361004Y-68424279D01*
+X77350169Y-68430984D01*
+X77344996Y-68436166D01*
+X77232442Y-68548916D01*
+X77232438Y-68548921D01*
+X77227271Y-68554097D01*
+X77223431Y-68560327D01*
+X77223430Y-68560328D01*
+X77150728Y-68678273D01*
+X77135991Y-68702180D01*
+X77081226Y-68867291D01*
+X77070700Y-68970028D01*
+X77070700Y-69569172D01*
+X77071037Y-69572418D01*
+X77071037Y-69572422D01*
+X77080022Y-69659012D01*
+X77081493Y-69673193D01*
+X77136546Y-69838207D01*
+X77228084Y-69986131D01*
+X77233266Y-69991304D01*
+X77334986Y-70092847D01*
+X77369065Y-70155130D01*
+X77364062Y-70225950D01*
+X77335141Y-70271037D01*
+X77232446Y-70373912D01*
+X77232442Y-70373917D01*
+X77227271Y-70379097D01*
+X77135991Y-70527180D01*
+X77081226Y-70692291D01*
+X77070700Y-70795028D01*
+X77070700Y-71130006D01*
+X77050698Y-71198127D01*
+X77033795Y-71219101D01*
+X74791747Y-73461148D01*
+X74783461Y-73468688D01*
+X74776982Y-73472800D01*
+X74771557Y-73478577D01*
+X74730357Y-73522451D01*
+X74727602Y-73525293D01*
+X74707865Y-73545030D01*
+X74705385Y-73548227D01*
+X74697682Y-73557247D01*
+X74667414Y-73589479D01*
+X74663595Y-73596425D01*
+X74663593Y-73596428D01*
+X74657652Y-73607234D01*
+X74646801Y-73623753D01*
+X74634386Y-73639759D01*
+X74631241Y-73647028D01*
+X74631238Y-73647032D01*
+X74616826Y-73680337D01*
+X74611609Y-73690987D01*
+X74590305Y-73729740D01*
+X74588334Y-73737415D01*
+X74588334Y-73737416D01*
+X74585267Y-73749362D01*
+X74578863Y-73768066D01*
+X74570819Y-73786655D01*
+X74569580Y-73794478D01*
+X74569577Y-73794488D01*
+X74563901Y-73830324D01*
+X74561495Y-73841944D01*
+X74550500Y-73884770D01*
+X74550500Y-73905024D01*
+X74548949Y-73924734D01*
+X74545780Y-73944743D01*
+X74546526Y-73952635D01*
+X74549941Y-73988761D01*
+X74550500Y-74000619D01*
+X74550500Y-77224676D01*
+X74530498Y-77292797D01*
+X74518142Y-77308979D01*
+X74444960Y-77390256D01*
+X74386686Y-77491190D01*
+X74356972Y-77542656D01*
+X74349473Y-77555644D01*
+X74290458Y-77737272D01*
+X74289768Y-77743833D01*
+X74289768Y-77743835D01*
+X74273288Y-77900638D01*
+X74270496Y-77927200D01*
+X74290458Y-78117128D01*
+X74349473Y-78298756D01*
+X74444960Y-78464144D01*
+X74572747Y-78606066D01*
+X74579299Y-78610826D01*
+X74701740Y-78699785D01*
+X74727248Y-78718318D01*
+X74733276Y-78721002D01*
+X74733278Y-78721003D01*
+X74895681Y-78793309D01*
+X74901712Y-78795994D01*
+X74995112Y-78815847D01*
+X75082056Y-78834328D01*
+X75082061Y-78834328D01*
+X75088513Y-78835700D01*
+X75279487Y-78835700D01*
+X75285939Y-78834328D01*
+X75285944Y-78834328D01*
+X75372888Y-78815847D01*
+X75466288Y-78795994D01*
+X75472319Y-78793309D01*
+X75634722Y-78721003D01*
+X75634724Y-78721002D01*
+X75640752Y-78718318D01*
+X75666261Y-78699785D01*
+X75718283Y-78661988D01*
+X75785150Y-78638130D01*
+X75854302Y-78654210D01*
+X75900797Y-78699785D01*
+X75968509Y-78814280D01*
+X75968511Y-78814283D01*
+X75972547Y-78821107D01*
+X76090193Y-78938753D01*
+X76094002Y-78941006D01*
+X76134655Y-78997296D01*
+X76138506Y-79068188D01*
+X76103418Y-79129909D01*
+X76095724Y-79136576D01*
+X76090193Y-79139847D01*
+X75972547Y-79257493D01*
+X75968511Y-79264317D01*
+X75968509Y-79264320D01*
+X75896247Y-79386509D01*
+X75844355Y-79434962D01*
+X75774504Y-79447667D01*
+X75713733Y-79424306D01*
+X75646094Y-79375163D01*
+X75646093Y-79375162D01*
+X75640752Y-79371282D01*
+X75634724Y-79368598D01*
+X75634722Y-79368597D01*
+X75472319Y-79296291D01*
+X75472318Y-79296291D01*
+X75466288Y-79293606D01*
+X75370460Y-79273237D01*
+X75285944Y-79255272D01*
+X75285939Y-79255272D01*
+X75279487Y-79253900D01*
+X75088513Y-79253900D01*
+X75082061Y-79255272D01*
+X75082056Y-79255272D01*
+X74997540Y-79273237D01*
+X74901712Y-79293606D01*
+X74895682Y-79296291D01*
+X74895681Y-79296291D01*
+X74733278Y-79368597D01*
+X74733276Y-79368598D01*
+X74727248Y-79371282D01*
+X74572747Y-79483534D01*
+X74568326Y-79488444D01*
+X74568325Y-79488445D01*
+X74540278Y-79519595D01*
+X74444960Y-79625456D01*
+X74349473Y-79790844D01*
+X74290458Y-79972472D01*
+X74270496Y-80162400D01*
+X74290458Y-80352328D01*
+X74349473Y-80533956D01*
+X74444960Y-80699344D01*
+X74449378Y-80704251D01*
+X74449379Y-80704252D01*
+X74529406Y-80793131D01*
+X74572747Y-80841266D01*
+X74727248Y-80953518D01*
+X74733276Y-80956202D01*
+X74733278Y-80956203D01*
+X74865453Y-81015051D01*
+X74901712Y-81031194D01*
+X74908165Y-81032566D01*
+X74914451Y-81034608D01*
+X74913733Y-81036819D01*
+X74966830Y-81065493D01*
+X75001144Y-81127647D01*
+X75003886Y-81156823D01*
+X75002980Y-81162543D01*
+X75003726Y-81170435D01*
+X75003726Y-81170437D01*
+X75007141Y-81206561D01*
+X75007700Y-81218419D01*
+X75007700Y-84082676D01*
+X74987698Y-84150797D01*
+X74975342Y-84166979D01*
+X74902160Y-84248256D01*
+X74880602Y-84285595D01*
+X74813269Y-84402220D01*
+X74806673Y-84413644D01*
+X74747658Y-84595272D01*
+X74746968Y-84601833D01*
+X74746968Y-84601835D01*
+X74738340Y-84683926D01*
+X74727696Y-84785200D01*
+X74725460Y-84784965D01*
+X74708384Y-84843121D01*
+X74654728Y-84889614D01*
+X74602386Y-84901000D01*
+X73758695Y-84901000D01*
+X73690574Y-84880998D01*
+X73669599Y-84864095D01*
+X73452447Y-84646942D01*
+X73444913Y-84638663D01*
+X73440800Y-84632182D01*
+X73391148Y-84585556D01*
+X73388307Y-84582802D01*
+X73368570Y-84563065D01*
+X73365373Y-84560585D01*
+X73356351Y-84552880D01*
+X73329900Y-84528041D01*
+X73324121Y-84522614D01*
+X73317175Y-84518795D01*
+X73317172Y-84518793D01*
+X73306366Y-84512852D01*
+X73289847Y-84502001D01*
+X73289383Y-84501641D01*
+X73273841Y-84489586D01*
+X73266572Y-84486441D01*
+X73266568Y-84486438D01*
+X73233263Y-84472026D01*
+X73222613Y-84466809D01*
+X73183860Y-84445505D01*
+X73164237Y-84440467D01*
+X73145534Y-84434063D01*
+X73134220Y-84429167D01*
+X73134219Y-84429167D01*
+X73126945Y-84426019D01*
+X73119122Y-84424780D01*
+X73119112Y-84424777D01*
+X73083276Y-84419101D01*
+X73071656Y-84416695D01*
+X73036511Y-84407672D01*
+X73036510Y-84407672D01*
+X73028830Y-84405700D01*
+X73008576Y-84405700D01*
+X72988865Y-84404149D01*
+X72976686Y-84402220D01*
+X72968857Y-84400980D01*
+X72960965Y-84401726D01*
+X72924839Y-84405141D01*
+X72912981Y-84405700D01*
+X71844782Y-84405700D01*
+X71776661Y-84385698D01*
+X71730168Y-84332042D01*
+X71726801Y-84323931D01*
+X71718169Y-84300907D01*
+X71718168Y-84300904D01*
+X71715015Y-84292495D01*
+X71627661Y-84175939D01*
+X71511105Y-84088585D01*
+X71374716Y-84037455D01*
+X71312534Y-84030700D01*
+X70216266Y-84030700D01*
+X70154084Y-84037455D01*
+X70017695Y-84088585D01*
+X70016626Y-84085733D01*
+X69962134Y-84097648D01*
+X69895587Y-84072908D01*
+X69852980Y-84016118D01*
+X69845553Y-83960038D01*
+X70019786Y-82126678D01*
+X70039808Y-81916000D01*
+X70041043Y-81906700D01*
+X70047440Y-81869273D01*
+X70623110Y-78500935D01*
+X70626615Y-78485981D01*
+X70627432Y-78483258D01*
+X71619971Y-75172549D01*
+X71624540Y-75159832D01*
+X72956498Y-71996781D01*
+X72959924Y-71989332D01*
+X74543551Y-68822078D01*
+X74549559Y-68811397D01*
+X76368618Y-65917070D01*
+X76379676Y-65902068D01*
+X76637663Y-65601435D01*
+X76795979Y-65416949D01*
+X76824012Y-65392665D01*
+X76825479Y-65391733D01*
+X77575901Y-64914795D01*
+X77620907Y-64886191D01*
+X77643202Y-64874952D01*
+X78369788Y-64595077D01*
+X78572689Y-64516921D01*
+X78617979Y-64508500D01*
+X79633279Y-64508500D01*
+X79653884Y-64510196D01*
+X80095550Y-64583409D01*
+X80096613Y-64583590D01*
+X80176566Y-64597547D01*
+X80207172Y-64594116D01*
+X80223974Y-64593363D01*
+X80235783Y-64593623D01*
+X80253860Y-64594021D01*
+X80262531Y-64591691D01*
+X80262534Y-64591691D01*
+X80286035Y-64585377D01*
+X80286920Y-64585174D01*
+X80287787Y-64585077D01*
+X80290146Y-64584434D01*
+X80290159Y-64584431D01*
+X80331089Y-64573274D01*
+X80331532Y-64573154D01*
+X80346797Y-64569053D01*
+X80394529Y-64556229D01*
+X80395152Y-64555850D01*
+X80395672Y-64555668D01*
+X81021103Y-64385180D01*
+X81192653Y-64338417D01*
+X81212808Y-64335098D01*
+X81216694Y-64334300D01*
+X81225657Y-64333760D01*
+X81258633Y-64321921D01*
+X81271222Y-64317402D01*
+X81280654Y-64314429D01*
+X81287083Y-64312676D01*
+X81287087Y-64312675D01*
+X81291411Y-64311496D01*
+X81305952Y-64305205D01*
+X81313388Y-64302265D01*
+X81330993Y-64295944D01*
+X81339972Y-64291048D01*
+X81350247Y-64286038D01*
+X81383000Y-64271866D01*
+X81383001Y-64271866D01*
+X81391239Y-64268301D01*
+X81400081Y-64260961D01*
+X81420242Y-64247287D01*
+X82286675Y-63774919D01*
+X82289919Y-63773211D01*
+X82306914Y-63764577D01*
+X82347855Y-63743778D01*
+X82374779Y-63718467D01*
+X82385695Y-63709311D01*
+X82407972Y-63692676D01*
+X82415168Y-63687303D01*
+X82420563Y-63680131D01*
+X82420565Y-63680129D01*
+X82456501Y-63632355D01*
+X82457794Y-63630667D01*
+X83006518Y-62926260D01*
+X83022982Y-62909047D01*
+X83023780Y-62908141D01*
+X83030605Y-62902320D01*
+X83035520Y-62894820D01*
+X83035525Y-62894814D01*
+X83056592Y-62862664D01*
+X83062582Y-62854290D01*
+X83065982Y-62849925D01*
+X83068739Y-62846386D01*
+X83077008Y-62831929D01*
+X83080992Y-62825429D01*
+X83089277Y-62812787D01*
+X83089280Y-62812781D01*
+X83091948Y-62808710D01*
+X83095845Y-62800114D01*
+X83101230Y-62789581D01*
+X83118286Y-62759762D01*
+X83118287Y-62759759D01*
+X83122744Y-62751967D01*
+X83124835Y-62743236D01*
+X83124837Y-62743231D01*
+X83125621Y-62739957D01*
+X83133396Y-62717281D01*
+X83402037Y-62124688D01*
+X83527021Y-61848987D01*
+X83527713Y-61847489D01*
+X83552604Y-61794472D01*
+X83558131Y-61782700D01*
+X83563035Y-61751204D01*
+X83566558Y-61735371D01*
+X83575471Y-61704764D01*
+X83575350Y-61595970D01*
+X83575350Y-59923613D01*
+X83578174Y-59897085D01*
+X83679497Y-59426619D01*
+X83799571Y-58869091D01*
+X83812119Y-58835309D01*
+X83824925Y-58811821D01*
+X84155008Y-58206366D01*
+X89644200Y-58206366D01*
+X89644537Y-58212882D01*
+X89654275Y-58306732D01*
+X89657168Y-58320128D01*
+X89707688Y-58471553D01*
+X89713853Y-58484715D01*
+X89797626Y-58620092D01*
+X89806660Y-58631490D01*
+X89919329Y-58743963D01*
+X89930740Y-58752975D01*
+X90066263Y-58836512D01*
+X90079441Y-58842656D01*
+X90230966Y-58892915D01*
+X90244332Y-58895781D01*
+X90336970Y-58905272D01*
+X90343385Y-58905600D01*
+X90355085Y-58905600D01*
+X90370324Y-58901125D01*
+X90371529Y-58899735D01*
+X90373200Y-58892052D01*
+X90373200Y-58887485D01*
+X90881200Y-58887485D01*
+X90885675Y-58902724D01*
+X90887065Y-58903929D01*
+X90894748Y-58905600D01*
+X90910966Y-58905600D01*
+X90917482Y-58905263D01*
+X91011332Y-58895525D01*
+X91024728Y-58892632D01*
+X91176153Y-58842112D01*
+X91189315Y-58835947D01*
+X91324692Y-58752174D01*
+X91336090Y-58743140D01*
+X91448563Y-58630471D01*
+X91457575Y-58619060D01*
+X91541112Y-58483537D01*
+X91547256Y-58470359D01*
+X91597515Y-58318834D01*
+X91600381Y-58305468D01*
+X91609872Y-58212830D01*
+X91610200Y-58206415D01*
+X91610200Y-58182215D01*
+X91605725Y-58166976D01*
+X91604335Y-58165771D01*
+X91596652Y-58164100D01*
+X90899315Y-58164100D01*
+X90884076Y-58168575D01*
+X90882871Y-58169965D01*
+X90881200Y-58177648D01*
+X90881200Y-58887485D01*
+X90373200Y-58887485D01*
+X90373200Y-58182215D01*
+X90368725Y-58166976D01*
+X90367335Y-58165771D01*
+X90359652Y-58164100D01*
+X89662315Y-58164100D01*
+X89647076Y-58168575D01*
+X89645871Y-58169965D01*
+X89644200Y-58177648D01*
+X89644200Y-58206366D01*
+X84155008Y-58206366D01*
+X84231415Y-58066217D01*
+X84252946Y-58037434D01*
+X84988326Y-57302051D01*
+X85008463Y-57285691D01*
+X85115576Y-57215648D01*
+X87132752Y-55896580D01*
+X87140487Y-55891910D01*
+X87166351Y-55877532D01*
+X90130927Y-54229494D01*
+X90144328Y-54223048D01*
+X93387316Y-52892806D01*
+X93396183Y-52889552D01*
+X94531963Y-52520365D01*
+X94602930Y-52518329D01*
+X94663732Y-52554984D01*
G37*
%TD.AperFunction*%
%TA.AperFunction,Conductor*%
@@ -9899,6 +8709,8 @@ X78764450Y-72185071D01*
X78730178Y-72290549D01*
X78710058Y-72352472D01*
X78690096Y-72542400D01*
+X78690786Y-72548965D01*
+X78696319Y-72601604D01*
X78710058Y-72732328D01*
X78769073Y-72913956D01*
X78864560Y-73079344D01*
@@ -9958,30 +8770,20 @@ X81980277Y-73119646D01*
X82046188Y-73146032D01*
X82087370Y-73203864D01*
X82094300Y-73245075D01*
-X82094300Y-75072605D01*
-X82074298Y-75140726D01*
-X82057395Y-75161700D01*
-X80379741Y-76839354D01*
-X80371463Y-76846887D01*
-X80364982Y-76851000D01*
-X80359555Y-76856780D01*
-X80359553Y-76856781D01*
-X80318365Y-76900643D01*
-X80315609Y-76903487D01*
-X79987699Y-77231396D01*
-X79925387Y-77265421D01*
-X79898604Y-77268300D01*
-X79442178Y-77268300D01*
-X79374057Y-77248298D01*
-X79327564Y-77194642D01*
-X79321181Y-77177453D01*
-X79308357Y-77133312D01*
-X79308356Y-77133310D01*
-X79306145Y-77125699D01*
-X79260547Y-77048597D01*
-X79225491Y-76989320D01*
-X79225489Y-76989317D01*
-X79221453Y-76982493D01*
+X82094300Y-74183606D01*
+X82074298Y-74251727D01*
+X82057395Y-74272701D01*
+X81235453Y-75094642D01*
+X80379747Y-75950348D01*
+X80371461Y-75957888D01*
+X80364982Y-75962000D01*
+X80359557Y-75967777D01*
+X80318357Y-76011651D01*
+X80315634Y-76014461D01*
+X79373620Y-76956475D01*
+X79311311Y-76990498D01*
+X79240496Y-76985434D01*
+X79195433Y-76956473D01*
X79103807Y-76864847D01*
X79096983Y-76860811D01*
X79096980Y-76860809D01*
@@ -10026,7 +8828,7 @@ X77738693Y-78483258D01*
X77740085Y-78500938D01*
X77741438Y-78518131D01*
X77766985Y-78606066D01*
-X77781015Y-78654356D01*
+X77776301Y-78638130D01*
X77787855Y-78677901D01*
X77791892Y-78684727D01*
X77833453Y-78755003D01*
@@ -10114,7 +8916,7 @@ X77343000Y-78819142D01*
X77360547Y-78755003D01*
X77402108Y-78684727D01*
X77406145Y-78677901D01*
-X77412986Y-78654356D01*
+X77417700Y-78638130D01*
X77427015Y-78606066D01*
X77452562Y-78518131D01*
X77453916Y-78500938D01*
@@ -10189,409 +8991,518 @@ G36*
X110284227Y-62822602D02*
G01*
X110305197Y-62839501D01*
-X111259597Y-63793902D01*
-X111293621Y-63856212D01*
-X111296500Y-63882995D01*
-X111296500Y-64362725D01*
-X111276498Y-64430846D01*
-X111246065Y-64463551D01*
-X111141739Y-64541739D01*
-X111054385Y-64658295D01*
-X111003255Y-64794684D01*
-X110996500Y-64856866D01*
-X110996500Y-65803134D01*
-X111003255Y-65865316D01*
-X111054385Y-66001705D01*
-X111141739Y-66118261D01*
-X111258295Y-66205615D01*
-X111394684Y-66256745D01*
-X111456866Y-66263500D01*
-X112403134Y-66263500D01*
-X112465316Y-66256745D01*
-X112601705Y-66205615D01*
-X112718261Y-66118261D01*
-X112805615Y-66001705D01*
-X112856745Y-65865316D01*
-X112857598Y-65857460D01*
-X112857917Y-65856120D01*
-X112893135Y-65794473D01*
-X112956090Y-65761653D01*
-X113026795Y-65768079D01*
-X113082802Y-65811711D01*
-X113106500Y-65885266D01*
-X113106500Y-66563134D01*
-X113113255Y-66625316D01*
-X113164385Y-66761705D01*
-X113251739Y-66878261D01*
-X113368295Y-66965615D01*
-X113376703Y-66968767D01*
-X113384575Y-66973077D01*
-X113383739Y-66974604D01*
-X113432004Y-67010862D01*
-X113456702Y-67077424D01*
-X113441493Y-67146772D01*
-X113391206Y-67196890D01*
-X113331008Y-67212200D01*
-X98226661Y-67212200D01*
-X98158540Y-67192198D01*
-X98112047Y-67138542D01*
-X98101943Y-67068268D01*
-X98125835Y-67010635D01*
-X98179786Y-66938648D01*
-X98188324Y-66923054D01*
-X98233478Y-66802606D01*
-X98237105Y-66787351D01*
-X98242631Y-66736486D01*
-X98243000Y-66729672D01*
-X98243000Y-66532115D01*
-X98238525Y-66516876D01*
-X98237135Y-66515671D01*
-X98229452Y-66514000D01*
-X96395116Y-66514000D01*
-X96379877Y-66518475D01*
-X96378672Y-66519865D01*
-X96377001Y-66527548D01*
-X96377001Y-66729669D01*
-X96377371Y-66736490D01*
-X96382895Y-66787352D01*
-X96386521Y-66802604D01*
-X96431676Y-66923054D01*
-X96440214Y-66938648D01*
-X96494165Y-67010635D01*
-X96519013Y-67077141D01*
-X96503960Y-67146524D01*
-X96453786Y-67196754D01*
-X96393339Y-67212200D01*
-X94592094Y-67212200D01*
-X94523973Y-67192198D01*
-X94477480Y-67138542D01*
-X94467376Y-67068268D01*
-X94496870Y-67003688D01*
-X94502999Y-66997105D01*
-X95512219Y-65987885D01*
-X96377000Y-65987885D01*
-X96381475Y-66003124D01*
-X96382865Y-66004329D01*
-X96390548Y-66006000D01*
-X97037885Y-66006000D01*
-X97053124Y-66001525D01*
-X97054329Y-66000135D01*
-X97056000Y-65992452D01*
-X97056000Y-65987885D01*
-X97564000Y-65987885D01*
-X97568475Y-66003124D01*
-X97569865Y-66004329D01*
-X97577548Y-66006000D01*
-X98224884Y-66006000D01*
-X98240123Y-66001525D01*
-X98241328Y-66000135D01*
-X98242999Y-65992452D01*
-X98242999Y-65790331D01*
-X98242629Y-65783510D01*
-X98237105Y-65732648D01*
-X98233479Y-65717396D01*
-X98188324Y-65596946D01*
-X98179786Y-65581351D01*
-X98103285Y-65479276D01*
-X98090724Y-65466715D01*
-X97988649Y-65390214D01*
-X97973054Y-65381676D01*
-X97852606Y-65336522D01*
-X97837351Y-65332895D01*
-X97786486Y-65327369D01*
-X97779672Y-65327000D01*
-X97582115Y-65327000D01*
-X97566876Y-65331475D01*
-X97565671Y-65332865D01*
-X97564000Y-65340548D01*
-X97564000Y-65987885D01*
-X97056000Y-65987885D01*
-X97056000Y-65345116D01*
-X97051525Y-65329877D01*
-X97050135Y-65328672D01*
-X97042452Y-65327001D01*
-X96840331Y-65327001D01*
-X96833510Y-65327371D01*
-X96782648Y-65332895D01*
-X96767396Y-65336521D01*
-X96646946Y-65381676D01*
-X96631351Y-65390214D01*
-X96529276Y-65466715D01*
-X96516715Y-65479276D01*
-X96440214Y-65581351D01*
-X96431676Y-65596946D01*
-X96386522Y-65717394D01*
-X96382895Y-65732649D01*
-X96377369Y-65783514D01*
-X96377000Y-65790328D01*
-X96377000Y-65987885D01*
-X95512219Y-65987885D01*
-X96618499Y-64881605D01*
-X96680811Y-64847579D01*
-X96707594Y-64844700D01*
-X98445860Y-64844700D01*
-X98513981Y-64864702D01*
-X98560474Y-64918358D01*
-X98571123Y-64984307D01*
-X98566869Y-65023467D01*
-X98566500Y-65026866D01*
-X98566500Y-65973134D01*
-X98573255Y-66035316D01*
-X98624385Y-66171705D01*
-X98711739Y-66288261D01*
-X98828295Y-66375615D01*
-X98964684Y-66426745D01*
-X99026866Y-66433500D01*
-X99973134Y-66433500D01*
-X100035316Y-66426745D01*
-X100171705Y-66375615D01*
-X100288261Y-66288261D01*
-X100375615Y-66171705D01*
-X100426745Y-66035316D01*
-X100433500Y-65973134D01*
-X100433500Y-65026866D01*
-X100426745Y-64964684D01*
-X100375615Y-64828295D01*
-X100288261Y-64711739D01*
-X100185651Y-64634837D01*
-X100143137Y-64577977D01*
-X100137263Y-64533442D01*
-X100135702Y-64533491D01*
-X100133562Y-64465401D01*
-X100133500Y-64461443D01*
-X100133500Y-64433544D01*
-X100132996Y-64429553D01*
-X100132063Y-64417695D01*
-X100132005Y-64415842D01*
-X100149866Y-64347129D01*
-X100202041Y-64298980D01*
-X100257943Y-64285900D01*
-X100625006Y-64285900D01*
-X100693127Y-64305902D01*
-X100714101Y-64322805D01*
-X100730082Y-64338786D01*
-X100764108Y-64401098D01*
-X100766774Y-64434347D01*
-X100766500Y-64436866D01*
-X100766500Y-65383134D01*
-X100773255Y-65445316D01*
-X100824385Y-65581705D01*
-X100911739Y-65698261D01*
-X101028295Y-65785615D01*
-X101164684Y-65836745D01*
-X101226866Y-65843500D01*
-X102173134Y-65843500D01*
-X102235316Y-65836745D01*
-X102371705Y-65785615D01*
-X102488261Y-65698261D01*
-X102575615Y-65581705D01*
-X102626745Y-65445316D01*
-X102633500Y-65383134D01*
-X102633500Y-64436866D01*
-X102626745Y-64374684D01*
-X102575615Y-64238295D01*
-X102488261Y-64121739D01*
-X102371705Y-64034385D01*
-X102235316Y-63983255D01*
-X102211440Y-63980661D01*
-X102203016Y-63979746D01*
-X102136316Y-63951573D01*
-X102134644Y-63950190D01*
-X102094902Y-63891359D01*
-X102093275Y-63820382D01*
-X102130280Y-63759791D01*
-X102194168Y-63728826D01*
-X102214953Y-63727100D01*
-X102428406Y-63727100D01*
-X102496527Y-63747102D01*
-X102517501Y-63764005D01*
-X103009595Y-64256099D01*
-X103043621Y-64318411D01*
-X103046500Y-64345194D01*
-X103046500Y-65043134D01*
-X103053255Y-65105316D01*
-X103104385Y-65241705D01*
-X103191739Y-65358261D01*
-X103308295Y-65445615D01*
-X103444684Y-65496745D01*
-X103506866Y-65503500D01*
-X104453134Y-65503500D01*
-X104515316Y-65496745D01*
-X104651705Y-65445615D01*
-X104768261Y-65358261D01*
-X104855615Y-65241705D01*
-X104906745Y-65105316D01*
-X104913500Y-65043134D01*
-X104913500Y-64963134D01*
-X105336500Y-64963134D01*
-X105343255Y-65025316D01*
-X105394385Y-65161705D01*
-X105481739Y-65278261D01*
-X105598295Y-65365615D01*
-X105734684Y-65416745D01*
-X105796866Y-65423500D01*
-X106743134Y-65423500D01*
-X106805316Y-65416745D01*
-X106941705Y-65365615D01*
-X107043039Y-65289669D01*
-X108707001Y-65289669D01*
-X108707371Y-65296490D01*
-X108712895Y-65347352D01*
-X108716521Y-65362604D01*
-X108761676Y-65483054D01*
-X108770214Y-65498649D01*
-X108846715Y-65600724D01*
-X108859276Y-65613285D01*
-X108961351Y-65689786D01*
-X108976946Y-65698324D01*
-X109097394Y-65743478D01*
-X109112649Y-65747105D01*
-X109163514Y-65752631D01*
-X109170328Y-65753000D01*
-X109367885Y-65753000D01*
-X109383124Y-65748525D01*
-X109384329Y-65747135D01*
-X109386000Y-65739452D01*
-X109386000Y-65734884D01*
-X109894000Y-65734884D01*
-X109898475Y-65750123D01*
-X109899865Y-65751328D01*
-X109907548Y-65752999D01*
-X110109669Y-65752999D01*
-X110116490Y-65752629D01*
-X110167352Y-65747105D01*
-X110182604Y-65743479D01*
-X110303054Y-65698324D01*
-X110318649Y-65689786D01*
-X110420724Y-65613285D01*
-X110433285Y-65600724D01*
-X110509786Y-65498649D01*
-X110518324Y-65483054D01*
-X110563478Y-65362606D01*
-X110567105Y-65347351D01*
-X110572631Y-65296486D01*
-X110573000Y-65289672D01*
-X110573000Y-65092115D01*
-X110568525Y-65076876D01*
-X110567135Y-65075671D01*
-X110559452Y-65074000D01*
-X109912115Y-65074000D01*
-X109896876Y-65078475D01*
-X109895671Y-65079865D01*
-X109894000Y-65087548D01*
-X109894000Y-65734884D01*
-X109386000Y-65734884D01*
-X109386000Y-65092115D01*
-X109381525Y-65076876D01*
-X109380135Y-65075671D01*
-X109372452Y-65074000D01*
-X108725116Y-65074000D01*
-X108709877Y-65078475D01*
-X108708672Y-65079865D01*
-X108707001Y-65087548D01*
-X108707001Y-65289669D01*
-X107043039Y-65289669D01*
-X107058261Y-65278261D01*
-X107145615Y-65161705D01*
-X107196745Y-65025316D01*
-X107203500Y-64963134D01*
-X107203500Y-64547885D01*
-X108707000Y-64547885D01*
-X108711475Y-64563124D01*
-X108712865Y-64564329D01*
-X108720548Y-64566000D01*
-X109367885Y-64566000D01*
-X109383124Y-64561525D01*
-X109384329Y-64560135D01*
-X109386000Y-64552452D01*
-X109386000Y-64547885D01*
-X109894000Y-64547885D01*
-X109898475Y-64563124D01*
-X109899865Y-64564329D01*
-X109907548Y-64566000D01*
-X110554884Y-64566000D01*
-X110570123Y-64561525D01*
-X110571328Y-64560135D01*
-X110572999Y-64552452D01*
-X110572999Y-64350331D01*
-X110572629Y-64343510D01*
-X110567105Y-64292648D01*
-X110563479Y-64277396D01*
-X110518324Y-64156946D01*
-X110509786Y-64141351D01*
-X110433285Y-64039276D01*
-X110420724Y-64026715D01*
-X110318649Y-63950214D01*
-X110303054Y-63941676D01*
-X110182606Y-63896522D01*
-X110167351Y-63892895D01*
-X110116486Y-63887369D01*
-X110109672Y-63887000D01*
-X109912115Y-63887000D01*
-X109896876Y-63891475D01*
-X109895671Y-63892865D01*
-X109894000Y-63900548D01*
-X109894000Y-64547885D01*
-X109386000Y-64547885D01*
-X109386000Y-63905116D01*
-X109381525Y-63889877D01*
-X109380135Y-63888672D01*
-X109372452Y-63887001D01*
-X109170331Y-63887001D01*
-X109163510Y-63887371D01*
-X109112648Y-63892895D01*
-X109097396Y-63896521D01*
-X108976946Y-63941676D01*
-X108961351Y-63950214D01*
-X108859276Y-64026715D01*
-X108846715Y-64039276D01*
-X108770214Y-64141351D01*
-X108761676Y-64156946D01*
-X108716522Y-64277394D01*
-X108712895Y-64292649D01*
-X108707369Y-64343514D01*
-X108707000Y-64350328D01*
-X108707000Y-64547885D01*
-X107203500Y-64547885D01*
-X107203500Y-64016866D01*
-X107196745Y-63954684D01*
-X107145615Y-63818295D01*
-X107058261Y-63701739D01*
-X106941705Y-63614385D01*
-X106805316Y-63563255D01*
-X106749440Y-63557185D01*
-X106746531Y-63556869D01*
-X106743134Y-63556500D01*
-X105796866Y-63556500D01*
-X105793469Y-63556869D01*
-X105790560Y-63557185D01*
-X105734684Y-63563255D01*
-X105598295Y-63614385D01*
-X105481739Y-63701739D01*
-X105394385Y-63818295D01*
-X105343255Y-63954684D01*
-X105336500Y-64016866D01*
-X105336500Y-64963134D01*
-X104913500Y-64963134D01*
-X104913500Y-64096866D01*
-X104906745Y-64034684D01*
-X104855615Y-63898295D01*
-X104768261Y-63781739D01*
-X104651705Y-63694385D01*
-X104515316Y-63643255D01*
-X104453134Y-63636500D01*
-X104233995Y-63636500D01*
-X104165874Y-63616498D01*
-X104144900Y-63599595D01*
-X103563000Y-63017695D01*
-X103528974Y-62955383D01*
-X103534039Y-62884568D01*
-X103576586Y-62827732D01*
-X103643106Y-62802921D01*
-X103652095Y-62802600D01*
+X111256769Y-63791074D01*
+X111290793Y-63853384D01*
+X111285728Y-63924200D01*
+X111243181Y-63981035D01*
+X111233507Y-63987599D01*
+X111097412Y-64070999D01*
+X111028879Y-64089538D01*
+X110961202Y-64068082D01*
+X110924145Y-64029402D01*
+X110882568Y-63961555D01*
+X110872110Y-63952093D01*
+X110863334Y-63955876D01*
+X108778920Y-66040290D01*
+X108772160Y-66052670D01*
+X108777887Y-66060320D01*
+X108949042Y-66165205D01*
+X108957837Y-66169687D01*
+X109167988Y-66256734D01*
+X109177373Y-66259783D01*
+X109398554Y-66312885D01*
+X109408301Y-66314428D01*
+X109635070Y-66332275D01*
+X109644930Y-66332275D01*
+X109871699Y-66314428D01*
+X109881446Y-66312885D01*
+X110102627Y-66259783D01*
+X110112012Y-66256734D01*
+X110322163Y-66169687D01*
+X110330948Y-66165210D01*
+X110471899Y-66078835D01*
+X110540432Y-66060297D01*
+X110608109Y-66081753D01*
+X110645167Y-66120432D01*
+X110705824Y-66219416D01*
+X110860031Y-66399969D01*
+X111040584Y-66554176D01*
+X111044792Y-66556755D01*
+X111044798Y-66556759D01*
+X111215996Y-66661669D01*
+X111243037Y-66678240D01*
+X111247607Y-66680133D01*
+X111247611Y-66680135D01*
+X111388458Y-66738475D01*
+X111462406Y-66769105D01*
+X111512715Y-66781183D01*
+X111688476Y-66823380D01*
+X111688482Y-66823381D01*
+X111693289Y-66824535D01*
+X111930000Y-66843165D01*
+X112166711Y-66824535D01*
+X112171518Y-66823381D01*
+X112171524Y-66823380D01*
+X112347285Y-66781183D01*
+X112397594Y-66769105D01*
+X112529942Y-66714285D01*
+X112600532Y-66706696D01*
+X112664019Y-66738475D01*
+X112690194Y-66773183D01*
+X112691760Y-66776963D01*
+X112694346Y-66781183D01*
+X112813241Y-66975202D01*
+X112813245Y-66975208D01*
+X112815824Y-66979416D01*
+X112828737Y-66994535D01*
+X112837136Y-67004369D01*
+X112866167Y-67069159D01*
+X112855562Y-67139359D01*
+X112808687Y-67192681D01*
+X112741325Y-67212200D01*
+X99894641Y-67212200D01*
+X99826520Y-67192198D01*
+X99780027Y-67138542D01*
+X99769923Y-67068268D01*
+X99799417Y-67003688D01*
+X99865227Y-66963681D01*
+X99967594Y-66939105D01*
+X100003612Y-66924186D01*
+X100182389Y-66850135D01*
+X100182393Y-66850133D01*
+X100186963Y-66848240D01*
+X100296390Y-66781183D01*
+X100385202Y-66726759D01*
+X100385208Y-66726755D01*
+X100389416Y-66724176D01*
+X100569969Y-66569969D01*
+X100724176Y-66389416D01*
+X100795641Y-66272796D01*
+X100848289Y-66225165D01*
+X100918330Y-66213558D01*
+X100968909Y-66231199D01*
+X101008807Y-66255649D01*
+X101008817Y-66255654D01*
+X101013037Y-66258240D01*
+X101017607Y-66260133D01*
+X101017611Y-66260135D01*
+X101227833Y-66347211D01*
+X101232406Y-66349105D01*
+X101312609Y-66368360D01*
+X101458476Y-66403380D01*
+X101458482Y-66403381D01*
+X101463289Y-66404535D01*
+X101700000Y-66423165D01*
+X101936711Y-66404535D01*
+X101941518Y-66403381D01*
+X101941524Y-66403380D01*
+X102087391Y-66368360D01*
+X102167594Y-66349105D01*
+X102172167Y-66347211D01*
+X102382389Y-66260135D01*
+X102382393Y-66260133D01*
+X102386963Y-66258240D01*
+X102431090Y-66231199D01*
+X102585202Y-66136759D01*
+X102585208Y-66136755D01*
+X102589416Y-66134176D01*
+X102769969Y-65979969D01*
+X102915268Y-65809846D01*
+X102974719Y-65771037D01*
+X103045713Y-65770531D01*
+X103085141Y-65789741D01*
+X103086817Y-65790959D01*
+X103090584Y-65794176D01*
+X103094806Y-65796763D01*
+X103094807Y-65796764D01*
+X103165582Y-65840135D01*
+X103293037Y-65918240D01*
+X103297607Y-65920133D01*
+X103297611Y-65920135D01*
+X103498065Y-66003165D01*
+X103512406Y-66009105D01*
+X103592363Y-66028301D01*
+X103738476Y-66063380D01*
+X103738482Y-66063381D01*
+X103743289Y-66064535D01*
+X103980000Y-66083165D01*
+X104216711Y-66064535D01*
+X104221518Y-66063381D01*
+X104221524Y-66063380D01*
+X104367637Y-66028301D01*
+X104447594Y-66009105D01*
+X104461935Y-66003165D01*
+X104662389Y-65920135D01*
+X104662393Y-65920133D01*
+X104666963Y-65918240D01*
+X104693353Y-65902068D01*
+X104865202Y-65796759D01*
+X104865208Y-65796755D01*
+X104869416Y-65794176D01*
+X105002243Y-65680731D01*
+X105046205Y-65643184D01*
+X105046207Y-65643182D01*
+X105049969Y-65639969D01*
+X105070941Y-65615414D01*
+X105130389Y-65576607D01*
+X105201384Y-65576099D01*
+X105248580Y-65601435D01*
+X105376818Y-65710960D01*
+X105376822Y-65710963D01*
+X105380584Y-65714176D01*
+X105384792Y-65716755D01*
+X105384798Y-65716759D01*
+X105516348Y-65797373D01*
+X105583037Y-65838240D01*
+X105587607Y-65840133D01*
+X105587611Y-65840135D01*
+X105780750Y-65920135D01*
+X105802406Y-65929105D01*
+X105882609Y-65948360D01*
+X106028476Y-65983380D01*
+X106028482Y-65983381D01*
+X106033289Y-65984535D01*
+X106270000Y-66003165D01*
+X106506711Y-65984535D01*
+X106511518Y-65983381D01*
+X106511524Y-65983380D01*
+X106657391Y-65948360D01*
+X106737594Y-65929105D01*
+X106759250Y-65920135D01*
+X106952389Y-65840135D01*
+X106952393Y-65840133D01*
+X106956963Y-65838240D01*
+X107023652Y-65797373D01*
+X107155202Y-65716759D01*
+X107155208Y-65716755D01*
+X107159416Y-65714176D01*
+X107339969Y-65559969D01*
+X107494176Y-65379416D01*
+X107496755Y-65375208D01*
+X107496759Y-65375202D01*
+X107615654Y-65181183D01*
+X107618240Y-65176963D01*
+X107622766Y-65166038D01*
+X107707211Y-64962167D01*
+X107707212Y-64962165D01*
+X107709105Y-64957594D01*
+X107734114Y-64853423D01*
+X107740955Y-64824930D01*
+X108127725Y-64824930D01*
+X108145572Y-65051699D01*
+X108147115Y-65061446D01*
+X108200217Y-65282627D01*
+X108203266Y-65292012D01*
+X108290313Y-65502163D01*
+X108294795Y-65510958D01*
+X108397432Y-65678445D01*
+X108407890Y-65687907D01*
+X108416666Y-65684124D01*
+X109267978Y-64832812D01*
+X109275592Y-64818868D01*
+X109275461Y-64817035D01*
+X109271210Y-64810420D01*
+X108419710Y-63958920D01*
+X108407330Y-63952160D01*
+X108399680Y-63957887D01*
+X108294795Y-64129042D01*
+X108290313Y-64137837D01*
+X108203266Y-64347988D01*
+X108200217Y-64357373D01*
+X108147115Y-64578554D01*
+X108145572Y-64588301D01*
+X108127725Y-64815070D01*
+X108127725Y-64824930D01*
+X107740955Y-64824930D01*
+X107763380Y-64731524D01*
+X107763381Y-64731518D01*
+X107764535Y-64726711D01*
+X107783165Y-64490000D01*
+X107764535Y-64253289D01*
+X107763095Y-64247287D01*
+X107711756Y-64033448D01*
+X107709105Y-64022406D01*
+X107706793Y-64016825D01*
+X107620135Y-63807611D01*
+X107620133Y-63807607D01*
+X107618240Y-63803037D01*
+X107604633Y-63780833D01*
+X107496759Y-63604798D01*
+X107496755Y-63604792D01*
+X107494176Y-63600584D01*
+X107483334Y-63587890D01*
+X108772093Y-63587890D01*
+X108775876Y-63596666D01*
+X109627188Y-64447978D01*
+X109641132Y-64455592D01*
+X109642965Y-64455461D01*
+X109649580Y-64451210D01*
+X110501080Y-63599710D01*
+X110507840Y-63587330D01*
+X110502113Y-63579680D01*
+X110330958Y-63474795D01*
+X110322163Y-63470313D01*
+X110112012Y-63383266D01*
+X110102627Y-63380217D01*
+X109881446Y-63327115D01*
+X109871699Y-63325572D01*
+X109644930Y-63307725D01*
+X109635070Y-63307725D01*
+X109408301Y-63325572D01*
+X109398554Y-63327115D01*
+X109177373Y-63380217D01*
+X109167988Y-63383266D01*
+X108957837Y-63470313D01*
+X108949042Y-63474795D01*
+X108781555Y-63577432D01*
+X108772093Y-63587890D01*
+X107483334Y-63587890D01*
+X107339969Y-63420031D01*
+X107159416Y-63265824D01*
+X107155208Y-63263245D01*
+X107155202Y-63263241D01*
+X106961183Y-63144346D01*
+X106956963Y-63141760D01*
+X106952393Y-63139867D01*
+X106952389Y-63139865D01*
+X106825648Y-63087368D01*
+X106737594Y-63050895D01*
+X106732779Y-63049739D01*
+X106728760Y-63048433D01*
+X106670155Y-63008359D01*
+X106642518Y-62942962D01*
+X106654625Y-62873006D01*
+X106702631Y-62820700D01*
+X106767697Y-62802600D01*
X110216106Y-62802600D01*
X110284227Y-62822602D01*
G37*
%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X98503807Y-64153502D02*
+G01*
+X98550300Y-64207158D01*
+X98560404Y-64277432D01*
+X98530910Y-64342012D01*
+X98517516Y-64355311D01*
+X98433792Y-64426818D01*
+X98433787Y-64426823D01*
+X98430031Y-64430031D01*
+X98275824Y-64610584D01*
+X98273245Y-64614792D01*
+X98273241Y-64614798D01*
+X98201711Y-64731524D01*
+X98151760Y-64813037D01*
+X98149867Y-64817608D01*
+X98149861Y-64817619D01*
+X98142214Y-64836082D01*
+X98097667Y-64891364D01*
+X98030304Y-64913786D01*
+X97977587Y-64904275D01*
+X97782013Y-64823266D01*
+X97772627Y-64820217D01*
+X97551446Y-64767115D01*
+X97541699Y-64765572D01*
+X97314930Y-64747725D01*
+X97305070Y-64747725D01*
+X97078301Y-64765572D01*
+X97068554Y-64767115D01*
+X96847373Y-64820217D01*
+X96837988Y-64823266D01*
+X96627837Y-64910313D01*
+X96619042Y-64914795D01*
+X96451555Y-65017432D01*
+X96442093Y-65027890D01*
+X96445876Y-65036666D01*
+X97580115Y-66170905D01*
+X97614141Y-66233217D01*
+X97609076Y-66304032D01*
+X97580115Y-66349095D01*
+X97399095Y-66530115D01*
+X97336783Y-66564141D01*
+X97265968Y-66559076D01*
+X97220905Y-66530115D01*
+X96089710Y-65398920D01*
+X96077330Y-65392160D01*
+X96069680Y-65397887D01*
+X95964795Y-65569042D01*
+X95960313Y-65577837D01*
+X95873266Y-65787988D01*
+X95870217Y-65797373D01*
+X95817115Y-66018554D01*
+X95815572Y-66028301D01*
+X95797725Y-66255070D01*
+X95797725Y-66264930D01*
+X95815572Y-66491699D01*
+X95817115Y-66501446D01*
+X95870217Y-66722627D01*
+X95873266Y-66732012D01*
+X95960313Y-66942163D01*
+X95964795Y-66950958D01*
+X96007328Y-67020365D01*
+X96025867Y-67088898D01*
+X96004411Y-67156575D01*
+X95949772Y-67201908D01*
+X95899896Y-67212200D01*
+X88013494Y-67212200D01*
+X87945373Y-67192198D01*
+X87898880Y-67138542D01*
+X87888776Y-67068268D01*
+X87918270Y-67003688D01*
+X87924399Y-66997105D01*
+X90751099Y-64170405D01*
+X90813411Y-64136379D01*
+X90840194Y-64133500D01*
+X98435686Y-64133500D01*
+X98503807Y-64153502D01*
+G37*
+%TD.AperFunction*%
+%TA.AperFunction,Conductor*%
+G36*
+X100624015Y-53079102D02*
+G01*
+X100670508Y-53132758D01*
+X100680612Y-53203032D01*
+X100651118Y-53267612D01*
+X100634846Y-53283297D01*
+X100586127Y-53322468D01*
+X100577368Y-53331046D01*
+X100458222Y-53473039D01*
+X100451292Y-53483159D01*
+X100361998Y-53645585D01*
+X100357166Y-53656858D01*
+X100301120Y-53833538D01*
+X100298570Y-53845532D01*
+X100282393Y-53989761D01*
+X100282000Y-53996785D01*
+X100282000Y-54327885D01*
+X100286475Y-54343124D01*
+X100287865Y-54344329D01*
+X100295548Y-54346000D01*
+X101847243Y-54346000D01*
+X101915364Y-54366002D01*
+X101958700Y-54413235D01*
+X102024922Y-54538836D01*
+X102029327Y-54544049D01*
+X102029330Y-54544053D01*
+X102116051Y-54646672D01*
+X102144743Y-54711613D01*
+X102133770Y-54781756D01*
+X102086617Y-54834833D01*
+X102019813Y-54854000D01*
+X101562115Y-54854000D01*
+X101546876Y-54858475D01*
+X101545671Y-54859865D01*
+X101544000Y-54867548D01*
+X101544000Y-55242885D01*
+X101548475Y-55258124D01*
+X101549865Y-55259329D01*
+X101557548Y-55261000D01*
+X102087885Y-55261000D01*
+X102103124Y-55256525D01*
+X102112290Y-55245947D01*
+X102136404Y-55201786D01*
+X102198716Y-55167761D01*
+X102269532Y-55172825D01*
+X102326368Y-55215372D01*
+X102351179Y-55281892D01*
+X102351500Y-55290881D01*
+X102351500Y-55643000D01*
+X102331498Y-55711121D01*
+X102277842Y-55757614D01*
+X102225500Y-55769000D01*
+X101562115Y-55769000D01*
+X101546876Y-55773475D01*
+X101545671Y-55774865D01*
+X101544000Y-55782548D01*
+X101544000Y-56107924D01*
+X101546897Y-56117790D01*
+X101552001Y-56153288D01*
+X101552001Y-56176442D01*
+X101531999Y-56244563D01*
+X101478343Y-56291056D01*
+X101469612Y-56294654D01*
+X101366873Y-56332557D01*
+X101323934Y-56348398D01*
+X101318973Y-56351350D01*
+X101318972Y-56351350D01*
+X101162765Y-56444284D01*
+X101148849Y-56452563D01*
+X100995678Y-56586890D01*
+X100992106Y-56591421D01*
+X100928814Y-56671706D01*
+X100870932Y-56712819D01*
+X100829864Y-56719700D01*
+X96965150Y-56719700D01*
+X96897029Y-56699698D01*
+X96850536Y-56646042D01*
+X96840432Y-56575768D01*
+X96869926Y-56511188D01*
+X96876055Y-56504605D01*
+X96965853Y-56414807D01*
+X96969889Y-56407983D01*
+X96969891Y-56407980D01*
+X97046508Y-56278427D01*
+X97050545Y-56271601D01*
+X97057969Y-56246049D01*
+X97082987Y-56159934D01*
+X97096962Y-56111831D01*
+X97098613Y-56090862D01*
+X97099707Y-56076958D01*
+X97099707Y-56076950D01*
+X97099900Y-56074502D01*
+X97099900Y-55196657D01*
+X100282000Y-55196657D01*
+X100282301Y-55202805D01*
+X100295812Y-55340603D01*
+X100298195Y-55352638D01*
+X100351767Y-55530076D01*
+X100356441Y-55541416D01*
+X100443460Y-55705077D01*
+X100450249Y-55715294D01*
+X100567397Y-55858933D01*
+X100576041Y-55867637D01*
+X100718856Y-55985784D01*
+X100729027Y-55992644D01*
+X100892076Y-56080804D01*
+X100903381Y-56085556D01*
+X101018692Y-56121250D01*
+X101032795Y-56121456D01*
+X101036000Y-56114701D01*
+X101036000Y-54872115D01*
+X101031525Y-54856876D01*
+X101030135Y-54855671D01*
+X101022452Y-54854000D01*
+X100300115Y-54854000D01*
+X100284876Y-54858475D01*
+X100283671Y-54859865D01*
+X100282000Y-54867548D01*
+X100282000Y-55196657D01*
+X97099900Y-55196657D01*
+X97099900Y-54291498D01*
+X97099557Y-54287134D01*
+X97097467Y-54260579D01*
+X97097466Y-54260574D01*
+X97096962Y-54254169D01*
+X97050545Y-54094399D01*
+X97008437Y-54023198D01*
+X96969891Y-53958020D01*
+X96969889Y-53958017D01*
+X96965853Y-53951193D01*
+X96848207Y-53833547D01*
+X96811166Y-53811641D01*
+X96762715Y-53759750D01*
+X96750009Y-53689900D01*
+X96777084Y-53624269D01*
+X96786211Y-53614093D01*
+X97004440Y-53395865D01*
+X97304301Y-53096004D01*
+X97366613Y-53061979D01*
+X97393396Y-53059100D01*
+X100555894Y-53059100D01*
+X100624015Y-53079102D01*
+G37*
+%TD.AperFunction*%
%TD*%
M02*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Mask.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Mask.gbr
index b8f4669..6bff300 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Mask.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Mask.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
@@ -29,55 +29,80 @@ G04 Aperture macros list*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
-%ADD10R,0.850000X0.850000*%
-%ADD11C,3.200000*%
-%ADD12RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
-%ADD13RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
-%ADD14RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
-%ADD15RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
-%ADD16C,0.650000*%
-%ADD17R,0.600000X1.450000*%
-%ADD18R,0.300000X1.450000*%
-%ADD19O,1.000000X2.100000*%
-%ADD20O,1.000000X1.600000*%
-%ADD21RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
-%ADD22R,0.650000X1.560000*%
-%ADD23R,1.700000X1.700000*%
-%ADD24O,0.850000X0.850000*%
-%ADD25C,1.500000*%
+%ADD10C,2.000000*%
+%ADD11R,1.000000X1.000000*%
+%ADD12O,1.000000X1.000000*%
+%ADD13RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
+%ADD14RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
+%ADD15C,3.200000*%
+%ADD16RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
+%ADD17C,0.650000*%
+%ADD18R,0.600000X1.450000*%
+%ADD19R,0.300000X1.450000*%
+%ADD20O,1.000000X2.100000*%
+%ADD21O,1.000000X1.600000*%
+%ADD22R,1.700000X1.700000*%
+%ADD23RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
G04 APERTURE END LIST*
D10*
+%TO.C,J9*%
+X97310000Y-66260000D03*
+%TD*%
+%TO.C,J8*%
+X99500000Y-65500000D03*
+%TD*%
+%TO.C,J7*%
+X101700000Y-64910000D03*
+%TD*%
%TO.C,J6*%
X103980000Y-64570000D03*
%TD*%
+%TO.C,J5*%
+X106270000Y-64490000D03*
+%TD*%
+%TO.C,J4*%
+X109640000Y-64820000D03*
+%TD*%
+%TO.C,J3*%
+X111930000Y-65330000D03*
+%TD*%
+%TO.C,J2*%
+X114040000Y-66090000D03*
+%TD*%
D11*
+%TO.C,J1*%
+X70764400Y-85039200D03*
+D12*
+X70764400Y-86309200D03*
+X70764400Y-87579200D03*
+X70764400Y-88849200D03*
+X70764400Y-90119200D03*
+X70764400Y-91389200D03*
+%TD*%
+D13*
+%TO.C,R11*%
+X90627200Y-57910100D03*
+X90627200Y-56085100D03*
+%TD*%
+D14*
+%TO.C,U4*%
+X92481400Y-60133000D03*
+X93751400Y-60133000D03*
+X95021400Y-60133000D03*
+X96291400Y-60133000D03*
+X96291400Y-55183000D03*
+X95021400Y-55183000D03*
+X93751400Y-55183000D03*
+X92481400Y-55183000D03*
+%TD*%
+D15*
%TO.C,REF\u002A\u002A1*%
X125880000Y-63225000D03*
%TD*%
%TO.C,REF\u002A\u002A2*%
X86050000Y-110665000D03*
%TD*%
-D10*
-%TO.C,J3*%
-X111930000Y-65330000D03*
-%TD*%
-%TO.C,J4*%
-X109640000Y-64820000D03*
-%TD*%
-%TO.C,J8*%
-X99500000Y-65500000D03*
-%TD*%
-D12*
-%TO.C,C1*%
-X81661000Y-98478000D03*
-X81661000Y-100203000D03*
-%TD*%
-D13*
-%TO.C,R7*%
-X97663000Y-57150000D03*
-X95838000Y-57150000D03*
-%TD*%
-D14*
+D16*
%TO.C,D1*%
X78547000Y-77901800D03*
X77597000Y-77901800D03*
@@ -85,96 +110,60 @@ X76647000Y-77901800D03*
X76647000Y-80176800D03*
X78547000Y-80176800D03*
%TD*%
-D10*
-%TO.C,J9*%
-X97310000Y-66260000D03*
-%TD*%
-D15*
+D13*
%TO.C,R3*%
X79612066Y-71094600D03*
X79612066Y-69269600D03*
%TD*%
-D16*
+D17*
%TO.C,J37*%
X102720000Y-54070000D03*
X108500000Y-54070000D03*
-D17*
+D18*
X108860000Y-55515000D03*
X108060000Y-55515000D03*
-D18*
+D19*
X106860000Y-55515000D03*
X105860000Y-55515000D03*
X105360000Y-55515000D03*
X104360000Y-55515000D03*
-D17*
-X103160000Y-55515000D03*
-X102360000Y-55515000D03*
-X102360000Y-55515000D03*
-X103160000Y-55515000D03*
D18*
+X103160000Y-55515000D03*
+X102360000Y-55515000D03*
+X102360000Y-55515000D03*
+X103160000Y-55515000D03*
+D19*
X103860000Y-55515000D03*
X104860000Y-55515000D03*
X106360000Y-55515000D03*
X107360000Y-55515000D03*
-D17*
+D18*
X108060000Y-55515000D03*
X108860000Y-55515000D03*
-D19*
+D20*
X101290000Y-54600000D03*
X109930000Y-54600000D03*
-D20*
+D21*
X109930000Y-50420000D03*
X101290000Y-50420000D03*
%TD*%
-D21*
-%TO.C,C2*%
-X74902400Y-96610000D03*
-X73177400Y-96610000D03*
-%TD*%
-D22*
-%TO.C,U3*%
-X93050400Y-57142400D03*
-X92100400Y-57142400D03*
-X91150400Y-57142400D03*
-X91150400Y-59842400D03*
-X92100400Y-59842400D03*
-X93050400Y-59842400D03*
-%TD*%
-D13*
-%TO.C,R8*%
-X97661100Y-55549800D03*
-X95836100Y-55549800D03*
-%TD*%
-D11*
+D15*
%TO.C,REF\u002A\u002A*%
X86050000Y-63225000D03*
%TD*%
-D10*
-%TO.C,J2*%
-X114040000Y-66090000D03*
-%TD*%
-D11*
%TO.C,REF\u002A\u002A3*%
X125880000Y-110665000D03*
%TD*%
-D10*
-%TO.C,J7*%
-X101700000Y-64910000D03*
-%TD*%
-D15*
+D13*
%TO.C,R4*%
X81169932Y-71094600D03*
X81169932Y-69269600D03*
%TD*%
-D10*
-%TO.C,J5*%
-X106270000Y-64490000D03*
-%TD*%
-D23*
+D22*
%TO.C,J35*%
X138633200Y-89560400D03*
%TD*%
-D15*
+D13*
%TO.C,R2*%
X78054200Y-71094600D03*
X78054200Y-69269600D03*
@@ -183,32 +172,17 @@ X78054200Y-69269600D03*
X82727800Y-71094600D03*
X82727800Y-69269600D03*
%TD*%
-D23*
+D22*
%TO.C,J26*%
X127609600Y-72237600D03*
%TD*%
-D10*
-%TO.C,J1*%
-X70586600Y-85188800D03*
-D24*
-X70586600Y-86188800D03*
-X70586600Y-87188800D03*
-X70586600Y-88188800D03*
-X70586600Y-89188800D03*
-X70586600Y-90188800D03*
-%TD*%
-D13*
+D23*
%TO.C,R1*%
X80387200Y-90906600D03*
X78562200Y-90906600D03*
%TD*%
-D23*
+D22*
%TO.C,J36*%
X133350000Y-89560400D03*
%TD*%
-D25*
-%TO.C,Y1*%
-X81647200Y-96600000D03*
-X76767200Y-96600000D03*
-%TD*%
M02*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Paste.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Paste.gbr
index 29aa2e9..6edb672 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Paste.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Paste.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
@@ -29,24 +29,28 @@ G04 Aperture macros list*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
-%ADD10RoundRect,0.237500X-0.237500X0.300000X-0.237500X-0.300000X0.237500X-0.300000X0.237500X0.300000X0*%
-%ADD11RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
+%ADD10RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
+%ADD11RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
%ADD12RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*%
-%ADD13RoundRect,0.237500X0.237500X-0.250000X0.237500X0.250000X-0.237500X0.250000X-0.237500X-0.250000X0*%
-%ADD14R,0.600000X1.450000*%
-%ADD15R,0.300000X1.450000*%
-%ADD16RoundRect,0.237500X0.300000X0.237500X-0.300000X0.237500X-0.300000X-0.237500X0.300000X-0.237500X0*%
-%ADD17R,0.650000X1.560000*%
+%ADD13R,0.600000X1.450000*%
+%ADD14R,0.300000X1.450000*%
+%ADD15RoundRect,0.237500X0.250000X0.237500X-0.250000X0.237500X-0.250000X-0.237500X0.250000X-0.237500X0*%
G04 APERTURE END LIST*
D10*
-%TO.C,C1*%
-X81661000Y-98478000D03*
-X81661000Y-100203000D03*
+%TO.C,R11*%
+X90627200Y-57910100D03*
+X90627200Y-56085100D03*
%TD*%
D11*
-%TO.C,R7*%
-X97663000Y-57150000D03*
-X95838000Y-57150000D03*
+%TO.C,U4*%
+X92481400Y-60133000D03*
+X93751400Y-60133000D03*
+X95021400Y-60133000D03*
+X96291400Y-60133000D03*
+X96291400Y-55183000D03*
+X95021400Y-55183000D03*
+X93751400Y-55183000D03*
+X92481400Y-55183000D03*
%TD*%
D12*
%TO.C,D1*%
@@ -56,54 +60,35 @@ X76647000Y-77901800D03*
X76647000Y-80176800D03*
X78547000Y-80176800D03*
%TD*%
-D13*
+D10*
%TO.C,R3*%
X79612066Y-71094600D03*
X79612066Y-69269600D03*
%TD*%
-D14*
+D13*
%TO.C,J37*%
X108860000Y-55515000D03*
X108060000Y-55515000D03*
-D15*
+D14*
X106860000Y-55515000D03*
X105860000Y-55515000D03*
X105360000Y-55515000D03*
X104360000Y-55515000D03*
+D13*
+X103160000Y-55515000D03*
+X102360000Y-55515000D03*
+X102360000Y-55515000D03*
+X103160000Y-55515000D03*
D14*
-X103160000Y-55515000D03*
-X102360000Y-55515000D03*
-X102360000Y-55515000D03*
-X103160000Y-55515000D03*
-D15*
X103860000Y-55515000D03*
X104860000Y-55515000D03*
X106360000Y-55515000D03*
X107360000Y-55515000D03*
-D14*
+D13*
X108060000Y-55515000D03*
X108860000Y-55515000D03*
%TD*%
-D16*
-%TO.C,C2*%
-X74902400Y-96610000D03*
-X73177400Y-96610000D03*
-%TD*%
-D17*
-%TO.C,U3*%
-X93050400Y-57142400D03*
-X92100400Y-57142400D03*
-X91150400Y-57142400D03*
-X91150400Y-59842400D03*
-X92100400Y-59842400D03*
-X93050400Y-59842400D03*
-%TD*%
-D11*
-%TO.C,R8*%
-X97661100Y-55549800D03*
-X95836100Y-55549800D03*
-%TD*%
-D13*
+D10*
%TO.C,R4*%
X81169932Y-71094600D03*
X81169932Y-69269600D03*
@@ -116,7 +101,7 @@ X78054200Y-69269600D03*
X82727800Y-71094600D03*
X82727800Y-69269600D03*
%TD*%
-D11*
+D15*
%TO.C,R1*%
X80387200Y-90906600D03*
X78562200Y-90906600D03*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Silkscreen.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Silkscreen.gbr
index f4a04db..929098c 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Silkscreen.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-F_Silkscreen.gbr
@@ -1,12 +1,12 @@
%TF.GenerationSoftware,KiCad,Pcbnew,6.0.5*%
-%TF.CreationDate,2022-09-23T09:05:14+03:00*%
+%TF.CreationDate,2022-12-30T15:34:35+03:00*%
%TF.ProjectId,Canon_manage,43616e6f-6e5f-46d6-916e-6167652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Legend,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:14*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:34:35*
%MOMM*%
%LPD*%
G01*
@@ -16,297 +16,297 @@ G04 APERTURE LIST*
%ADD12C,0.120000*%
G04 APERTURE END LIST*
D10*
-X72144576Y-85222833D02*
-X72287433Y-85256166D01*
-X72525528Y-85256166D01*
-X72620766Y-85222833D01*
-X72668385Y-85189500D01*
-X72716004Y-85122833D01*
-X72716004Y-85056166D01*
-X72668385Y-84989500D01*
-X72620766Y-84956166D01*
-X72525528Y-84922833D01*
-X72335052Y-84889500D01*
-X72239814Y-84856166D01*
-X72192195Y-84822833D01*
-X72144576Y-84756166D01*
-X72144576Y-84689500D01*
-X72192195Y-84622833D01*
-X72239814Y-84589500D01*
-X72335052Y-84556166D01*
-X72573147Y-84556166D01*
-X72716004Y-84589500D01*
-X73049338Y-84556166D02*
-X73287433Y-85256166D01*
-X73477909Y-84756166D01*
-X73668385Y-85256166D01*
-X73906480Y-84556166D01*
-X74858861Y-85189500D02*
-X74811242Y-85222833D01*
-X74668385Y-85256166D01*
-X74573147Y-85256166D01*
-X74430290Y-85222833D01*
-X74335052Y-85156166D01*
-X74287433Y-85089500D01*
-X74239814Y-84956166D01*
-X74239814Y-84856166D01*
-X74287433Y-84722833D01*
-X74335052Y-84656166D01*
-X74430290Y-84589500D01*
-X74573147Y-84556166D01*
-X74668385Y-84556166D01*
-X74811242Y-84589500D01*
-X74858861Y-84622833D01*
-X75763623Y-85256166D02*
-X75287433Y-85256166D01*
-X75287433Y-84556166D01*
-X76096957Y-85256166D02*
-X76096957Y-84556166D01*
-X76668385Y-85256166D02*
-X76239814Y-84856166D01*
-X76668385Y-84556166D02*
-X76096957Y-84956166D01*
-X72144576Y-86349833D02*
-X72287433Y-86383166D01*
-X72525528Y-86383166D01*
-X72620766Y-86349833D01*
-X72668385Y-86316500D01*
-X72716004Y-86249833D01*
-X72716004Y-86183166D01*
-X72668385Y-86116500D01*
-X72620766Y-86083166D01*
-X72525528Y-86049833D01*
-X72335052Y-86016500D01*
-X72239814Y-85983166D01*
-X72192195Y-85949833D01*
-X72144576Y-85883166D01*
-X72144576Y-85816500D01*
-X72192195Y-85749833D01*
-X72239814Y-85716500D01*
-X72335052Y-85683166D01*
-X72573147Y-85683166D01*
-X72716004Y-85716500D01*
-X73049338Y-85683166D02*
-X73287433Y-86383166D01*
-X73477909Y-85883166D01*
-X73668385Y-86383166D01*
-X73906480Y-85683166D01*
-X74287433Y-86383166D02*
-X74287433Y-85683166D01*
-X74525528Y-85683166D01*
-X74668385Y-85716500D01*
-X74763623Y-85783166D01*
-X74811242Y-85849833D01*
-X74858861Y-85983166D01*
-X74858861Y-86083166D01*
-X74811242Y-86216500D01*
-X74763623Y-86283166D01*
-X74668385Y-86349833D01*
-X74525528Y-86383166D01*
-X74287433Y-86383166D01*
-X75287433Y-86383166D02*
-X75287433Y-85683166D01*
-X75954100Y-85683166D02*
-X76144576Y-85683166D01*
-X76239814Y-85716500D01*
-X76335052Y-85783166D01*
-X76382671Y-85916500D01*
-X76382671Y-86149833D01*
-X76335052Y-86283166D01*
-X76239814Y-86349833D01*
-X76144576Y-86383166D01*
-X75954100Y-86383166D01*
-X75858861Y-86349833D01*
-X75763623Y-86283166D01*
-X75716004Y-86149833D01*
-X75716004Y-85916500D01*
-X75763623Y-85783166D01*
-X75858861Y-85716500D01*
-X75954100Y-85683166D01*
-X72716004Y-86843500D02*
-X72620766Y-86810166D01*
-X72477909Y-86810166D01*
-X72335052Y-86843500D01*
-X72239814Y-86910166D01*
-X72192195Y-86976833D01*
-X72144576Y-87110166D01*
-X72144576Y-87210166D01*
-X72192195Y-87343500D01*
-X72239814Y-87410166D01*
-X72335052Y-87476833D01*
-X72477909Y-87510166D01*
-X72573147Y-87510166D01*
-X72716004Y-87476833D01*
-X72763623Y-87443500D01*
-X72763623Y-87210166D01*
-X72573147Y-87210166D01*
-X73192195Y-87510166D02*
-X73192195Y-86810166D01*
-X73763623Y-87510166D01*
-X73763623Y-86810166D01*
-X74239814Y-87510166D02*
-X74239814Y-86810166D01*
-X74477909Y-86810166D01*
-X74620766Y-86843500D01*
-X74716004Y-86910166D01*
-X74763623Y-86976833D01*
-X74811242Y-87110166D01*
-X74811242Y-87210166D01*
-X74763623Y-87343500D01*
-X74716004Y-87410166D01*
-X74620766Y-87476833D01*
-X74477909Y-87510166D01*
-X74239814Y-87510166D01*
-X72096957Y-87937166D02*
-X72716004Y-87937166D01*
-X72382671Y-88203833D01*
-X72525528Y-88203833D01*
-X72620766Y-88237166D01*
-X72668385Y-88270500D01*
-X72716004Y-88337166D01*
-X72716004Y-88503833D01*
-X72668385Y-88570500D01*
-X72620766Y-88603833D01*
-X72525528Y-88637166D01*
-X72239814Y-88637166D01*
-X72144576Y-88603833D01*
-X72096957Y-88570500D01*
-X73001719Y-87937166D02*
-X73335052Y-88637166D01*
-X73668385Y-87937166D01*
-X73906480Y-87937166D02*
-X74525528Y-87937166D01*
-X74192195Y-88203833D01*
-X74335052Y-88203833D01*
-X74430290Y-88237166D01*
-X74477909Y-88270500D01*
-X74525528Y-88337166D01*
-X74525528Y-88503833D01*
-X74477909Y-88570500D01*
-X74430290Y-88603833D01*
-X74335052Y-88637166D01*
-X74049338Y-88637166D01*
-X73954100Y-88603833D01*
-X73906480Y-88570500D01*
-X72525528Y-89397500D02*
-X72668385Y-89430833D01*
-X72716004Y-89464166D01*
-X72763623Y-89530833D01*
-X72763623Y-89630833D01*
-X72716004Y-89697500D01*
-X72668385Y-89730833D01*
-X72573147Y-89764166D01*
-X72192195Y-89764166D01*
-X72192195Y-89064166D01*
-X72525528Y-89064166D01*
-X72620766Y-89097500D01*
-X72668385Y-89130833D01*
-X72716004Y-89197500D01*
-X72716004Y-89264166D01*
-X72668385Y-89330833D01*
-X72620766Y-89364166D01*
-X72525528Y-89397500D01*
-X72192195Y-89397500D01*
-X73382671Y-89064166D02*
-X73573147Y-89064166D01*
-X73668385Y-89097500D01*
-X73763623Y-89164166D01*
-X73811242Y-89297500D01*
-X73811242Y-89530833D01*
-X73763623Y-89664166D01*
-X73668385Y-89730833D01*
-X73573147Y-89764166D01*
-X73382671Y-89764166D01*
-X73287433Y-89730833D01*
-X73192195Y-89664166D01*
-X73144576Y-89530833D01*
-X73144576Y-89297500D01*
-X73192195Y-89164166D01*
-X73287433Y-89097500D01*
-X73382671Y-89064166D01*
-X74430290Y-89064166D02*
-X74620766Y-89064166D01*
-X74716004Y-89097500D01*
-X74811242Y-89164166D01*
-X74858861Y-89297500D01*
-X74858861Y-89530833D01*
-X74811242Y-89664166D01*
-X74716004Y-89730833D01*
-X74620766Y-89764166D01*
-X74430290Y-89764166D01*
-X74335052Y-89730833D01*
-X74239814Y-89664166D01*
-X74192195Y-89530833D01*
-X74192195Y-89297500D01*
-X74239814Y-89164166D01*
-X74335052Y-89097500D01*
-X74430290Y-89064166D01*
-X75144576Y-89064166D02*
-X75716004Y-89064166D01*
-X75430290Y-89764166D02*
-X75430290Y-89064166D01*
-X76239814Y-89064166D02*
-X76335052Y-89064166D01*
-X76430290Y-89097500D01*
-X76477909Y-89130833D01*
-X76525528Y-89197500D01*
-X76573147Y-89330833D01*
-X76573147Y-89497500D01*
-X76525528Y-89630833D01*
-X76477909Y-89697500D01*
-X76430290Y-89730833D01*
-X76335052Y-89764166D01*
-X76239814Y-89764166D01*
-X76144576Y-89730833D01*
-X76096957Y-89697500D01*
-X76049338Y-89630833D01*
-X76001719Y-89497500D01*
-X76001719Y-89330833D01*
-X76049338Y-89197500D01*
-X76096957Y-89130833D01*
-X76144576Y-89097500D01*
-X76239814Y-89064166D01*
-X72192195Y-90891166D02*
-X72192195Y-90191166D01*
-X72763623Y-90891166D01*
-X72763623Y-90191166D01*
-X73811242Y-90891166D02*
-X73477909Y-90557833D01*
-X73239814Y-90891166D02*
-X73239814Y-90191166D01*
-X73620766Y-90191166D01*
-X73716004Y-90224500D01*
-X73763623Y-90257833D01*
-X73811242Y-90324500D01*
-X73811242Y-90424500D01*
-X73763623Y-90491166D01*
-X73716004Y-90524500D01*
-X73620766Y-90557833D01*
-X73239814Y-90557833D01*
-X74192195Y-90857833D02*
-X74335052Y-90891166D01*
-X74573147Y-90891166D01*
-X74668385Y-90857833D01*
-X74716004Y-90824500D01*
-X74763623Y-90757833D01*
-X74763623Y-90691166D01*
-X74716004Y-90624500D01*
-X74668385Y-90591166D01*
-X74573147Y-90557833D01*
-X74382671Y-90524500D01*
-X74287433Y-90491166D01*
-X74239814Y-90457833D01*
-X74192195Y-90391166D01*
-X74192195Y-90324500D01*
-X74239814Y-90257833D01*
-X74287433Y-90224500D01*
-X74382671Y-90191166D01*
-X74620766Y-90191166D01*
-X74763623Y-90224500D01*
-X75049338Y-90191166D02*
-X75620766Y-90191166D01*
-X75335052Y-90891166D02*
-X75335052Y-90191166D01*
+X72068376Y-85419609D02*
+X72211233Y-85457704D01*
+X72449328Y-85457704D01*
+X72544566Y-85419609D01*
+X72592185Y-85381514D01*
+X72639804Y-85305323D01*
+X72639804Y-85229133D01*
+X72592185Y-85152942D01*
+X72544566Y-85114847D01*
+X72449328Y-85076752D01*
+X72258852Y-85038657D01*
+X72163614Y-85000561D01*
+X72115995Y-84962466D01*
+X72068376Y-84886276D01*
+X72068376Y-84810085D01*
+X72115995Y-84733895D01*
+X72163614Y-84695800D01*
+X72258852Y-84657704D01*
+X72496947Y-84657704D01*
+X72639804Y-84695800D01*
+X72973138Y-84657704D02*
+X73211233Y-85457704D01*
+X73401709Y-84886276D01*
+X73592185Y-85457704D01*
+X73830280Y-84657704D01*
+X74782661Y-85381514D02*
+X74735042Y-85419609D01*
+X74592185Y-85457704D01*
+X74496947Y-85457704D01*
+X74354090Y-85419609D01*
+X74258852Y-85343419D01*
+X74211233Y-85267228D01*
+X74163614Y-85114847D01*
+X74163614Y-85000561D01*
+X74211233Y-84848180D01*
+X74258852Y-84771990D01*
+X74354090Y-84695800D01*
+X74496947Y-84657704D01*
+X74592185Y-84657704D01*
+X74735042Y-84695800D01*
+X74782661Y-84733895D01*
+X75687423Y-85457704D02*
+X75211233Y-85457704D01*
+X75211233Y-84657704D01*
+X76020757Y-85457704D02*
+X76020757Y-84657704D01*
+X76592185Y-85457704D02*
+X76163614Y-85000561D01*
+X76592185Y-84657704D02*
+X76020757Y-85114847D01*
+X72068376Y-86707609D02*
+X72211233Y-86745704D01*
+X72449328Y-86745704D01*
+X72544566Y-86707609D01*
+X72592185Y-86669514D01*
+X72639804Y-86593323D01*
+X72639804Y-86517133D01*
+X72592185Y-86440942D01*
+X72544566Y-86402847D01*
+X72449328Y-86364752D01*
+X72258852Y-86326657D01*
+X72163614Y-86288561D01*
+X72115995Y-86250466D01*
+X72068376Y-86174276D01*
+X72068376Y-86098085D01*
+X72115995Y-86021895D01*
+X72163614Y-85983800D01*
+X72258852Y-85945704D01*
+X72496947Y-85945704D01*
+X72639804Y-85983800D01*
+X72973138Y-85945704D02*
+X73211233Y-86745704D01*
+X73401709Y-86174276D01*
+X73592185Y-86745704D01*
+X73830280Y-85945704D01*
+X74211233Y-86745704D02*
+X74211233Y-85945704D01*
+X74449328Y-85945704D01*
+X74592185Y-85983800D01*
+X74687423Y-86059990D01*
+X74735042Y-86136180D01*
+X74782661Y-86288561D01*
+X74782661Y-86402847D01*
+X74735042Y-86555228D01*
+X74687423Y-86631419D01*
+X74592185Y-86707609D01*
+X74449328Y-86745704D01*
+X74211233Y-86745704D01*
+X75211233Y-86745704D02*
+X75211233Y-85945704D01*
+X75877900Y-85945704D02*
+X76068376Y-85945704D01*
+X76163614Y-85983800D01*
+X76258852Y-86059990D01*
+X76306471Y-86212371D01*
+X76306471Y-86479038D01*
+X76258852Y-86631419D01*
+X76163614Y-86707609D01*
+X76068376Y-86745704D01*
+X75877900Y-86745704D01*
+X75782661Y-86707609D01*
+X75687423Y-86631419D01*
+X75639804Y-86479038D01*
+X75639804Y-86212371D01*
+X75687423Y-86059990D01*
+X75782661Y-85983800D01*
+X75877900Y-85945704D01*
+X72639804Y-87271800D02*
+X72544566Y-87233704D01*
+X72401709Y-87233704D01*
+X72258852Y-87271800D01*
+X72163614Y-87347990D01*
+X72115995Y-87424180D01*
+X72068376Y-87576561D01*
+X72068376Y-87690847D01*
+X72115995Y-87843228D01*
+X72163614Y-87919419D01*
+X72258852Y-87995609D01*
+X72401709Y-88033704D01*
+X72496947Y-88033704D01*
+X72639804Y-87995609D01*
+X72687423Y-87957514D01*
+X72687423Y-87690847D01*
+X72496947Y-87690847D01*
+X73115995Y-88033704D02*
+X73115995Y-87233704D01*
+X73687423Y-88033704D01*
+X73687423Y-87233704D01*
+X74163614Y-88033704D02*
+X74163614Y-87233704D01*
+X74401709Y-87233704D01*
+X74544566Y-87271800D01*
+X74639804Y-87347990D01*
+X74687423Y-87424180D01*
+X74735042Y-87576561D01*
+X74735042Y-87690847D01*
+X74687423Y-87843228D01*
+X74639804Y-87919419D01*
+X74544566Y-87995609D01*
+X74401709Y-88033704D01*
+X74163614Y-88033704D01*
+X72020757Y-88521704D02*
+X72639804Y-88521704D01*
+X72306471Y-88826466D01*
+X72449328Y-88826466D01*
+X72544566Y-88864561D01*
+X72592185Y-88902657D01*
+X72639804Y-88978847D01*
+X72639804Y-89169323D01*
+X72592185Y-89245514D01*
+X72544566Y-89283609D01*
+X72449328Y-89321704D01*
+X72163614Y-89321704D01*
+X72068376Y-89283609D01*
+X72020757Y-89245514D01*
+X72925519Y-88521704D02*
+X73258852Y-89321704D01*
+X73592185Y-88521704D01*
+X73830280Y-88521704D02*
+X74449328Y-88521704D01*
+X74115995Y-88826466D01*
+X74258852Y-88826466D01*
+X74354090Y-88864561D01*
+X74401709Y-88902657D01*
+X74449328Y-88978847D01*
+X74449328Y-89169323D01*
+X74401709Y-89245514D01*
+X74354090Y-89283609D01*
+X74258852Y-89321704D01*
+X73973138Y-89321704D01*
+X73877900Y-89283609D01*
+X73830280Y-89245514D01*
+X72449328Y-90190657D02*
+X72592185Y-90228752D01*
+X72639804Y-90266847D01*
+X72687423Y-90343038D01*
+X72687423Y-90457323D01*
+X72639804Y-90533514D01*
+X72592185Y-90571609D01*
+X72496947Y-90609704D01*
+X72115995Y-90609704D01*
+X72115995Y-89809704D01*
+X72449328Y-89809704D01*
+X72544566Y-89847800D01*
+X72592185Y-89885895D01*
+X72639804Y-89962085D01*
+X72639804Y-90038276D01*
+X72592185Y-90114466D01*
+X72544566Y-90152561D01*
+X72449328Y-90190657D01*
+X72115995Y-90190657D01*
+X73306471Y-89809704D02*
+X73496947Y-89809704D01*
+X73592185Y-89847800D01*
+X73687423Y-89923990D01*
+X73735042Y-90076371D01*
+X73735042Y-90343038D01*
+X73687423Y-90495419D01*
+X73592185Y-90571609D01*
+X73496947Y-90609704D01*
+X73306471Y-90609704D01*
+X73211233Y-90571609D01*
+X73115995Y-90495419D01*
+X73068376Y-90343038D01*
+X73068376Y-90076371D01*
+X73115995Y-89923990D01*
+X73211233Y-89847800D01*
+X73306471Y-89809704D01*
+X74354090Y-89809704D02*
+X74544566Y-89809704D01*
+X74639804Y-89847800D01*
+X74735042Y-89923990D01*
+X74782661Y-90076371D01*
+X74782661Y-90343038D01*
+X74735042Y-90495419D01*
+X74639804Y-90571609D01*
+X74544566Y-90609704D01*
+X74354090Y-90609704D01*
+X74258852Y-90571609D01*
+X74163614Y-90495419D01*
+X74115995Y-90343038D01*
+X74115995Y-90076371D01*
+X74163614Y-89923990D01*
+X74258852Y-89847800D01*
+X74354090Y-89809704D01*
+X75068376Y-89809704D02*
+X75639804Y-89809704D01*
+X75354090Y-90609704D02*
+X75354090Y-89809704D01*
+X76163614Y-89809704D02*
+X76258852Y-89809704D01*
+X76354090Y-89847800D01*
+X76401709Y-89885895D01*
+X76449328Y-89962085D01*
+X76496947Y-90114466D01*
+X76496947Y-90304942D01*
+X76449328Y-90457323D01*
+X76401709Y-90533514D01*
+X76354090Y-90571609D01*
+X76258852Y-90609704D01*
+X76163614Y-90609704D01*
+X76068376Y-90571609D01*
+X76020757Y-90533514D01*
+X75973138Y-90457323D01*
+X75925519Y-90304942D01*
+X75925519Y-90114466D01*
+X75973138Y-89962085D01*
+X76020757Y-89885895D01*
+X76068376Y-89847800D01*
+X76163614Y-89809704D01*
+X72115995Y-91897704D02*
+X72115995Y-91097704D01*
+X72687423Y-91897704D01*
+X72687423Y-91097704D01*
+X73735042Y-91897704D02*
+X73401709Y-91516752D01*
+X73163614Y-91897704D02*
+X73163614Y-91097704D01*
+X73544566Y-91097704D01*
+X73639804Y-91135800D01*
+X73687423Y-91173895D01*
+X73735042Y-91250085D01*
+X73735042Y-91364371D01*
+X73687423Y-91440561D01*
+X73639804Y-91478657D01*
+X73544566Y-91516752D01*
+X73163614Y-91516752D01*
+X74115995Y-91859609D02*
+X74258852Y-91897704D01*
+X74496947Y-91897704D01*
+X74592185Y-91859609D01*
+X74639804Y-91821514D01*
+X74687423Y-91745323D01*
+X74687423Y-91669133D01*
+X74639804Y-91592942D01*
+X74592185Y-91554847D01*
+X74496947Y-91516752D01*
+X74306471Y-91478657D01*
+X74211233Y-91440561D01*
+X74163614Y-91402466D01*
+X74115995Y-91326276D01*
+X74115995Y-91250085D01*
+X74163614Y-91173895D01*
+X74211233Y-91135800D01*
+X74306471Y-91097704D01*
+X74544566Y-91097704D01*
+X74687423Y-91135800D01*
+X74973138Y-91097704D02*
+X75544566Y-91097704D01*
+X75258852Y-91897704D02*
+X75258852Y-91097704D01*
D11*
X127221123Y-91950552D02*
X128768742Y-91950552D01*
@@ -405,225 +405,353 @@ X140835580Y-92580685D01*
X141311771Y-92580685D01*
X141549866Y-92699733D01*
D10*
-%TO.C,J6*%
-X104566980Y-63217228D02*
-X103566980Y-63217228D01*
-X104281266Y-62883895D01*
-X103566980Y-62550561D01*
-X104566980Y-62550561D01*
-X103566980Y-61883895D02*
-X103566980Y-61693419D01*
-X103614600Y-61598180D01*
-X103709838Y-61502942D01*
-X103900314Y-61455323D01*
-X104233647Y-61455323D01*
-X104424123Y-61502942D01*
-X104519361Y-61598180D01*
-X104566980Y-61693419D01*
-X104566980Y-61883895D01*
-X104519361Y-61979133D01*
-X104424123Y-62074371D01*
-X104233647Y-62121990D01*
-X103900314Y-62121990D01*
-X103709838Y-62074371D01*
-X103614600Y-61979133D01*
-X103566980Y-61883895D01*
-X104519361Y-61074371D02*
-X104566980Y-60931514D01*
-X104566980Y-60693419D01*
-X104519361Y-60598180D01*
-X104471742Y-60550561D01*
-X104376504Y-60502942D01*
-X104281266Y-60502942D01*
-X104186028Y-60550561D01*
-X104138409Y-60598180D01*
-X104090790Y-60693419D01*
-X104043171Y-60883895D01*
-X103995552Y-60979133D01*
-X103947933Y-61026752D01*
-X103852695Y-61074371D01*
-X103757457Y-61074371D01*
-X103662219Y-61026752D01*
-X103614600Y-60979133D01*
-X103566980Y-60883895D01*
-X103566980Y-60645800D01*
-X103614600Y-60502942D01*
-X104566980Y-60074371D02*
-X103566980Y-60074371D01*
-%TO.C,J3*%
-X112110780Y-63518942D02*
-X112110780Y-63995133D01*
-X111110780Y-63995133D01*
-X112110780Y-62757038D02*
-X111110780Y-62757038D01*
-X112063161Y-62757038D02*
-X112110780Y-62852276D01*
-X112110780Y-63042752D01*
-X112063161Y-63137990D01*
-X112015542Y-63185609D01*
-X111920304Y-63233228D01*
-X111634590Y-63233228D01*
-X111539352Y-63185609D01*
-X111491733Y-63137990D01*
-X111444114Y-63042752D01*
-X111444114Y-62852276D01*
-X111491733Y-62757038D01*
-X112063161Y-61899895D02*
-X112110780Y-61995133D01*
-X112110780Y-62185609D01*
-X112063161Y-62280847D01*
-X111967923Y-62328466D01*
-X111586971Y-62328466D01*
-X111491733Y-62280847D01*
-X111444114Y-62185609D01*
-X111444114Y-61995133D01*
-X111491733Y-61899895D01*
-X111586971Y-61852276D01*
-X111682209Y-61852276D01*
-X111777447Y-62328466D01*
-X111444114Y-61566561D02*
-X111444114Y-61185609D01*
-X111110780Y-61423704D02*
-X111967923Y-61423704D01*
-X112063161Y-61376085D01*
-X112110780Y-61280847D01*
-X112110780Y-61185609D01*
-%TO.C,J4*%
-X110129580Y-63464866D02*
-X109129580Y-63464866D01*
-X109129580Y-63083914D01*
-X109177200Y-62988676D01*
-X109224819Y-62941057D01*
-X109320057Y-62893438D01*
-X109462914Y-62893438D01*
-X109558152Y-62941057D01*
-X109605771Y-62988676D01*
-X109653390Y-63083914D01*
-X109653390Y-63464866D01*
-X109177200Y-61941057D02*
-X109129580Y-62036295D01*
-X109129580Y-62179152D01*
-X109177200Y-62322009D01*
-X109272438Y-62417247D01*
-X109367676Y-62464866D01*
-X109558152Y-62512485D01*
-X109701009Y-62512485D01*
-X109891485Y-62464866D01*
-X109986723Y-62417247D01*
-X110081961Y-62322009D01*
-X110129580Y-62179152D01*
-X110129580Y-62083914D01*
-X110081961Y-61941057D01*
-X110034342Y-61893438D01*
-X109701009Y-61893438D01*
-X109701009Y-62083914D01*
-X109462914Y-61464866D02*
-X110129580Y-61464866D01*
-X109558152Y-61464866D02*
-X109510533Y-61417247D01*
-X109462914Y-61322009D01*
-X109462914Y-61179152D01*
-X109510533Y-61083914D01*
-X109605771Y-61036295D01*
-X110129580Y-61036295D01*
-X110129580Y-60131533D02*
-X109129580Y-60131533D01*
-X110081961Y-60131533D02*
-X110129580Y-60226771D01*
-X110129580Y-60417247D01*
-X110081961Y-60512485D01*
-X110034342Y-60560104D01*
-X109939104Y-60607723D01*
-X109653390Y-60607723D01*
-X109558152Y-60560104D01*
-X109510533Y-60512485D01*
-X109462914Y-60417247D01*
-X109462914Y-60226771D01*
-X109510533Y-60131533D01*
+%TO.C,J9*%
+X97785180Y-64442838D02*
+X97785180Y-64919028D01*
+X96785180Y-64919028D01*
+X96832800Y-63585695D02*
+X96785180Y-63680933D01*
+X96785180Y-63823790D01*
+X96832800Y-63966647D01*
+X96928038Y-64061885D01*
+X97023276Y-64109504D01*
+X97213752Y-64157123D01*
+X97356609Y-64157123D01*
+X97547085Y-64109504D01*
+X97642323Y-64061885D01*
+X97737561Y-63966647D01*
+X97785180Y-63823790D01*
+X97785180Y-63728552D01*
+X97737561Y-63585695D01*
+X97689942Y-63538076D01*
+X97356609Y-63538076D01*
+X97356609Y-63728552D01*
+X97118514Y-63109504D02*
+X97785180Y-63109504D01*
+X97213752Y-63109504D02*
+X97166133Y-63061885D01*
+X97118514Y-62966647D01*
+X97118514Y-62823790D01*
+X97166133Y-62728552D01*
+X97261371Y-62680933D01*
+X97785180Y-62680933D01*
+X97785180Y-61776171D02*
+X96785180Y-61776171D01*
+X97737561Y-61776171D02*
+X97785180Y-61871409D01*
+X97785180Y-62061885D01*
+X97737561Y-62157123D01*
+X97689942Y-62204742D01*
+X97594704Y-62252361D01*
+X97308990Y-62252361D01*
+X97213752Y-62204742D01*
+X97166133Y-62157123D01*
+X97118514Y-62061885D01*
+X97118514Y-61871409D01*
+X97166133Y-61776171D01*
%TO.C,J8*%
-X99921961Y-64125314D02*
-X99969580Y-63982457D01*
-X99969580Y-63744361D01*
-X99921961Y-63649123D01*
-X99874342Y-63601504D01*
-X99779104Y-63553885D01*
-X99683866Y-63553885D01*
-X99588628Y-63601504D01*
-X99541009Y-63649123D01*
-X99493390Y-63744361D01*
-X99445771Y-63934838D01*
-X99398152Y-64030076D01*
-X99350533Y-64077695D01*
-X99255295Y-64125314D01*
-X99160057Y-64125314D01*
-X99064819Y-64077695D01*
-X99017200Y-64030076D01*
-X98969580Y-63934838D01*
-X98969580Y-63696742D01*
-X99017200Y-63553885D01*
-X99874342Y-62553885D02*
-X99921961Y-62601504D01*
-X99969580Y-62744361D01*
-X99969580Y-62839600D01*
-X99921961Y-62982457D01*
-X99826723Y-63077695D01*
-X99731485Y-63125314D01*
-X99541009Y-63172933D01*
-X99398152Y-63172933D01*
-X99207676Y-63125314D01*
-X99112438Y-63077695D01*
-X99017200Y-62982457D01*
-X98969580Y-62839600D01*
-X98969580Y-62744361D01*
-X99017200Y-62601504D01*
-X99064819Y-62553885D01*
-X99969580Y-62125314D02*
-X98969580Y-62125314D01*
-X99969580Y-61553885D02*
-X99398152Y-61982457D01*
-X98969580Y-61553885D02*
-X99541009Y-62125314D01*
-%TO.C,C1*%
-X79792533Y-99569542D02*
-X79744914Y-99617161D01*
-X79602057Y-99664780D01*
-X79506819Y-99664780D01*
-X79363961Y-99617161D01*
-X79268723Y-99521923D01*
-X79221104Y-99426685D01*
-X79173485Y-99236209D01*
-X79173485Y-99093352D01*
-X79221104Y-98902876D01*
-X79268723Y-98807638D01*
-X79363961Y-98712400D01*
-X79506819Y-98664780D01*
-X79602057Y-98664780D01*
-X79744914Y-98712400D01*
-X79792533Y-98760019D01*
-X80744914Y-99664780D02*
-X80173485Y-99664780D01*
-X80459200Y-99664780D02*
-X80459200Y-98664780D01*
-X80363961Y-98807638D01*
-X80268723Y-98902876D01*
-X80173485Y-98950495D01*
-%TO.C,R7*%
-X96583833Y-59032380D02*
-X96250500Y-58556190D01*
-X96012404Y-59032380D02*
-X96012404Y-58032380D01*
-X96393357Y-58032380D01*
-X96488595Y-58080000D01*
-X96536214Y-58127619D01*
-X96583833Y-58222857D01*
-X96583833Y-58365714D01*
-X96536214Y-58460952D01*
-X96488595Y-58508571D01*
-X96393357Y-58556190D01*
-X96012404Y-58556190D01*
-X96917166Y-58032380D02*
-X97583833Y-58032380D01*
-X97155261Y-59032380D01*
+X99964761Y-64245714D02*
+X100012380Y-64102857D01*
+X100012380Y-63864761D01*
+X99964761Y-63769523D01*
+X99917142Y-63721904D01*
+X99821904Y-63674285D01*
+X99726666Y-63674285D01*
+X99631428Y-63721904D01*
+X99583809Y-63769523D01*
+X99536190Y-63864761D01*
+X99488571Y-64055238D01*
+X99440952Y-64150476D01*
+X99393333Y-64198095D01*
+X99298095Y-64245714D01*
+X99202857Y-64245714D01*
+X99107619Y-64198095D01*
+X99060000Y-64150476D01*
+X99012380Y-64055238D01*
+X99012380Y-63817142D01*
+X99060000Y-63674285D01*
+X99917142Y-62674285D02*
+X99964761Y-62721904D01*
+X100012380Y-62864761D01*
+X100012380Y-62960000D01*
+X99964761Y-63102857D01*
+X99869523Y-63198095D01*
+X99774285Y-63245714D01*
+X99583809Y-63293333D01*
+X99440952Y-63293333D01*
+X99250476Y-63245714D01*
+X99155238Y-63198095D01*
+X99060000Y-63102857D01*
+X99012380Y-62960000D01*
+X99012380Y-62864761D01*
+X99060000Y-62721904D01*
+X99107619Y-62674285D01*
+X100012380Y-62245714D02*
+X99012380Y-62245714D01*
+X100012380Y-61674285D02*
+X99440952Y-62102857D01*
+X99012380Y-61674285D02*
+X99583809Y-62245714D01*
+%TO.C,J7*%
+X102103180Y-63445828D02*
+X101103180Y-63445828D01*
+X101817466Y-63112495D01*
+X101103180Y-62779161D01*
+X102103180Y-62779161D01*
+X102103180Y-62302971D02*
+X101103180Y-62302971D01*
+X102055561Y-61874400D02*
+X102103180Y-61731542D01*
+X102103180Y-61493447D01*
+X102055561Y-61398209D01*
+X102007942Y-61350590D01*
+X101912704Y-61302971D01*
+X101817466Y-61302971D01*
+X101722228Y-61350590D01*
+X101674609Y-61398209D01*
+X101626990Y-61493447D01*
+X101579371Y-61683923D01*
+X101531752Y-61779161D01*
+X101484133Y-61826780D01*
+X101388895Y-61874400D01*
+X101293657Y-61874400D01*
+X101198419Y-61826780D01*
+X101150800Y-61779161D01*
+X101103180Y-61683923D01*
+X101103180Y-61445828D01*
+X101150800Y-61302971D01*
+X101103180Y-60683923D02*
+X101103180Y-60493447D01*
+X101150800Y-60398209D01*
+X101246038Y-60302971D01*
+X101436514Y-60255352D01*
+X101769847Y-60255352D01*
+X101960323Y-60302971D01*
+X102055561Y-60398209D01*
+X102103180Y-60493447D01*
+X102103180Y-60683923D01*
+X102055561Y-60779161D01*
+X101960323Y-60874400D01*
+X101769847Y-60922019D01*
+X101436514Y-60922019D01*
+X101246038Y-60874400D01*
+X101150800Y-60779161D01*
+X101103180Y-60683923D01*
+%TO.C,J6*%
+X104389180Y-63090228D02*
+X103389180Y-63090228D01*
+X104103466Y-62756895D01*
+X103389180Y-62423561D01*
+X104389180Y-62423561D01*
+X103389180Y-61756895D02*
+X103389180Y-61566419D01*
+X103436800Y-61471180D01*
+X103532038Y-61375942D01*
+X103722514Y-61328323D01*
+X104055847Y-61328323D01*
+X104246323Y-61375942D01*
+X104341561Y-61471180D01*
+X104389180Y-61566419D01*
+X104389180Y-61756895D01*
+X104341561Y-61852133D01*
+X104246323Y-61947371D01*
+X104055847Y-61994990D01*
+X103722514Y-61994990D01*
+X103532038Y-61947371D01*
+X103436800Y-61852133D01*
+X103389180Y-61756895D01*
+X104341561Y-60947371D02*
+X104389180Y-60804514D01*
+X104389180Y-60566419D01*
+X104341561Y-60471180D01*
+X104293942Y-60423561D01*
+X104198704Y-60375942D01*
+X104103466Y-60375942D01*
+X104008228Y-60423561D01*
+X103960609Y-60471180D01*
+X103912990Y-60566419D01*
+X103865371Y-60756895D01*
+X103817752Y-60852133D01*
+X103770133Y-60899752D01*
+X103674895Y-60947371D01*
+X103579657Y-60947371D01*
+X103484419Y-60899752D01*
+X103436800Y-60852133D01*
+X103389180Y-60756895D01*
+X103389180Y-60518800D01*
+X103436800Y-60375942D01*
+X104389180Y-59947371D02*
+X103389180Y-59947371D01*
+%TO.C,J5*%
+X106725980Y-62603047D02*
+X106725980Y-63079238D01*
+X105725980Y-63079238D01*
+X105725980Y-62412571D02*
+X106725980Y-62079238D01*
+X105725980Y-61745904D01*
+%TO.C,J4*%
+X110129580Y-63490266D02*
+X109129580Y-63490266D01*
+X109129580Y-63109314D01*
+X109177200Y-63014076D01*
+X109224819Y-62966457D01*
+X109320057Y-62918838D01*
+X109462914Y-62918838D01*
+X109558152Y-62966457D01*
+X109605771Y-63014076D01*
+X109653390Y-63109314D01*
+X109653390Y-63490266D01*
+X109177200Y-61966457D02*
+X109129580Y-62061695D01*
+X109129580Y-62204552D01*
+X109177200Y-62347409D01*
+X109272438Y-62442647D01*
+X109367676Y-62490266D01*
+X109558152Y-62537885D01*
+X109701009Y-62537885D01*
+X109891485Y-62490266D01*
+X109986723Y-62442647D01*
+X110081961Y-62347409D01*
+X110129580Y-62204552D01*
+X110129580Y-62109314D01*
+X110081961Y-61966457D01*
+X110034342Y-61918838D01*
+X109701009Y-61918838D01*
+X109701009Y-62109314D01*
+X109462914Y-61490266D02*
+X110129580Y-61490266D01*
+X109558152Y-61490266D02*
+X109510533Y-61442647D01*
+X109462914Y-61347409D01*
+X109462914Y-61204552D01*
+X109510533Y-61109314D01*
+X109605771Y-61061695D01*
+X110129580Y-61061695D01*
+X110129580Y-60156933D02*
+X109129580Y-60156933D01*
+X110081961Y-60156933D02*
+X110129580Y-60252171D01*
+X110129580Y-60442647D01*
+X110081961Y-60537885D01*
+X110034342Y-60585504D01*
+X109939104Y-60633123D01*
+X109653390Y-60633123D01*
+X109558152Y-60585504D01*
+X109510533Y-60537885D01*
+X109462914Y-60442647D01*
+X109462914Y-60252171D01*
+X109510533Y-60156933D01*
+%TO.C,J3*%
+X112466380Y-63442742D02*
+X112466380Y-63918933D01*
+X111466380Y-63918933D01*
+X112466380Y-62680838D02*
+X111466380Y-62680838D01*
+X112418761Y-62680838D02*
+X112466380Y-62776076D01*
+X112466380Y-62966552D01*
+X112418761Y-63061790D01*
+X112371142Y-63109409D01*
+X112275904Y-63157028D01*
+X111990190Y-63157028D01*
+X111894952Y-63109409D01*
+X111847333Y-63061790D01*
+X111799714Y-62966552D01*
+X111799714Y-62776076D01*
+X111847333Y-62680838D01*
+X112418761Y-61823695D02*
+X112466380Y-61918933D01*
+X112466380Y-62109409D01*
+X112418761Y-62204647D01*
+X112323523Y-62252266D01*
+X111942571Y-62252266D01*
+X111847333Y-62204647D01*
+X111799714Y-62109409D01*
+X111799714Y-61918933D01*
+X111847333Y-61823695D01*
+X111942571Y-61776076D01*
+X112037809Y-61776076D01*
+X112133047Y-62252266D01*
+X111799714Y-61490361D02*
+X111799714Y-61109409D01*
+X111466380Y-61347504D02*
+X112323523Y-61347504D01*
+X112418761Y-61299885D01*
+X112466380Y-61204647D01*
+X112466380Y-61109409D01*
+%TO.C,J2*%
+X114549180Y-64647676D02*
+X113549180Y-64647676D01*
+X113549180Y-64266723D01*
+X113596800Y-64171485D01*
+X113644419Y-64123866D01*
+X113739657Y-64076247D01*
+X113882514Y-64076247D01*
+X113977752Y-64123866D01*
+X114025371Y-64171485D01*
+X114072990Y-64266723D01*
+X114072990Y-64647676D01*
+X113549180Y-63790533D02*
+X114549180Y-63457200D01*
+X113549180Y-63123866D01*
+%TO.C,J1*%
+X70431066Y-82796580D02*
+X70431066Y-83510866D01*
+X70383447Y-83653723D01*
+X70288209Y-83748961D01*
+X70145352Y-83796580D01*
+X70050114Y-83796580D01*
+X71431066Y-83796580D02*
+X70859638Y-83796580D01*
+X71145352Y-83796580D02*
+X71145352Y-82796580D01*
+X71050114Y-82939438D01*
+X70954876Y-83034676D01*
+X70859638Y-83082295D01*
+%TO.C,R11*%
+X89527142Y-55165880D02*
+X89193809Y-54689690D01*
+X88955714Y-55165880D02*
+X88955714Y-54165880D01*
+X89336666Y-54165880D01*
+X89431904Y-54213500D01*
+X89479523Y-54261119D01*
+X89527142Y-54356357D01*
+X89527142Y-54499214D01*
+X89479523Y-54594452D01*
+X89431904Y-54642071D01*
+X89336666Y-54689690D01*
+X88955714Y-54689690D01*
+X90479523Y-55165880D02*
+X89908095Y-55165880D01*
+X90193809Y-55165880D02*
+X90193809Y-54165880D01*
+X90098571Y-54308738D01*
+X90003333Y-54403976D01*
+X89908095Y-54451595D01*
+X91431904Y-55165880D02*
+X90860476Y-55165880D01*
+X91146190Y-55165880D02*
+X91146190Y-54165880D01*
+X91050952Y-54308738D01*
+X90955714Y-54403976D01*
+X90860476Y-54451595D01*
+%TO.C,U4*%
+X95402495Y-52690780D02*
+X95402495Y-53500304D01*
+X95450114Y-53595542D01*
+X95497733Y-53643161D01*
+X95592971Y-53690780D01*
+X95783447Y-53690780D01*
+X95878685Y-53643161D01*
+X95926304Y-53595542D01*
+X95973923Y-53500304D01*
+X95973923Y-52690780D01*
+X96878685Y-53024114D02*
+X96878685Y-53690780D01*
+X96640590Y-52643161D02*
+X96402495Y-53357447D01*
+X97021542Y-53357447D01*
%TO.C,D1*%
X79576704Y-79547980D02*
X79576704Y-78547980D01*
@@ -645,50 +773,6 @@ X80814800Y-78547980D01*
X80719561Y-78690838D01*
X80624323Y-78786076D01*
X80529085Y-78833695D01*
-%TO.C,J9*%
-X97277180Y-64493638D02*
-X97277180Y-64969828D01*
-X96277180Y-64969828D01*
-X96324800Y-63636495D02*
-X96277180Y-63731733D01*
-X96277180Y-63874590D01*
-X96324800Y-64017447D01*
-X96420038Y-64112685D01*
-X96515276Y-64160304D01*
-X96705752Y-64207923D01*
-X96848609Y-64207923D01*
-X97039085Y-64160304D01*
-X97134323Y-64112685D01*
-X97229561Y-64017447D01*
-X97277180Y-63874590D01*
-X97277180Y-63779352D01*
-X97229561Y-63636495D01*
-X97181942Y-63588876D01*
-X96848609Y-63588876D01*
-X96848609Y-63779352D01*
-X96610514Y-63160304D02*
-X97277180Y-63160304D01*
-X96705752Y-63160304D02*
-X96658133Y-63112685D01*
-X96610514Y-63017447D01*
-X96610514Y-62874590D01*
-X96658133Y-62779352D01*
-X96753371Y-62731733D01*
-X97277180Y-62731733D01*
-X97277180Y-61826971D02*
-X96277180Y-61826971D01*
-X97229561Y-61826971D02*
-X97277180Y-61922209D01*
-X97277180Y-62112685D01*
-X97229561Y-62207923D01*
-X97181942Y-62255542D01*
-X97086704Y-62303161D01*
-X96800990Y-62303161D01*
-X96705752Y-62255542D01*
-X96658133Y-62207923D01*
-X96610514Y-62112685D01*
-X96610514Y-61922209D01*
-X96658133Y-61826971D01*
%TO.C,R3*%
X79411533Y-73020180D02*
X79078200Y-72543990D01*
@@ -741,165 +825,6 @@ X111814028Y-54306742D01*
X112766409Y-53401980D02*
X113433076Y-53401980D01*
X113004504Y-54401980D01*
-%TO.C,C2*%
-X73873233Y-98397142D02*
-X73825614Y-98444761D01*
-X73682757Y-98492380D01*
-X73587519Y-98492380D01*
-X73444661Y-98444761D01*
-X73349423Y-98349523D01*
-X73301804Y-98254285D01*
-X73254185Y-98063809D01*
-X73254185Y-97920952D01*
-X73301804Y-97730476D01*
-X73349423Y-97635238D01*
-X73444661Y-97540000D01*
-X73587519Y-97492380D01*
-X73682757Y-97492380D01*
-X73825614Y-97540000D01*
-X73873233Y-97587619D01*
-X74254185Y-97587619D02*
-X74301804Y-97540000D01*
-X74397042Y-97492380D01*
-X74635138Y-97492380D01*
-X74730376Y-97540000D01*
-X74777995Y-97587619D01*
-X74825614Y-97682857D01*
-X74825614Y-97778095D01*
-X74777995Y-97920952D01*
-X74206566Y-98492380D01*
-X74825614Y-98492380D01*
-%TO.C,U3*%
-X91922695Y-61225180D02*
-X91922695Y-62034704D01*
-X91970314Y-62129942D01*
-X92017933Y-62177561D01*
-X92113171Y-62225180D01*
-X92303647Y-62225180D01*
-X92398885Y-62177561D01*
-X92446504Y-62129942D01*
-X92494123Y-62034704D01*
-X92494123Y-61225180D01*
-X92875076Y-61225180D02*
-X93494123Y-61225180D01*
-X93160790Y-61606133D01*
-X93303647Y-61606133D01*
-X93398885Y-61653752D01*
-X93446504Y-61701371D01*
-X93494123Y-61796609D01*
-X93494123Y-62034704D01*
-X93446504Y-62129942D01*
-X93398885Y-62177561D01*
-X93303647Y-62225180D01*
-X93017933Y-62225180D01*
-X92922695Y-62177561D01*
-X92875076Y-62129942D01*
-%TO.C,R8*%
-X96681633Y-54655980D02*
-X96348300Y-54179790D01*
-X96110204Y-54655980D02*
-X96110204Y-53655980D01*
-X96491157Y-53655980D01*
-X96586395Y-53703600D01*
-X96634014Y-53751219D01*
-X96681633Y-53846457D01*
-X96681633Y-53989314D01*
-X96634014Y-54084552D01*
-X96586395Y-54132171D01*
-X96491157Y-54179790D01*
-X96110204Y-54179790D01*
-X97253061Y-54084552D02*
-X97157823Y-54036933D01*
-X97110204Y-53989314D01*
-X97062585Y-53894076D01*
-X97062585Y-53846457D01*
-X97110204Y-53751219D01*
-X97157823Y-53703600D01*
-X97253061Y-53655980D01*
-X97443538Y-53655980D01*
-X97538776Y-53703600D01*
-X97586395Y-53751219D01*
-X97634014Y-53846457D01*
-X97634014Y-53894076D01*
-X97586395Y-53989314D01*
-X97538776Y-54036933D01*
-X97443538Y-54084552D01*
-X97253061Y-54084552D01*
-X97157823Y-54132171D01*
-X97110204Y-54179790D01*
-X97062585Y-54275028D01*
-X97062585Y-54465504D01*
-X97110204Y-54560742D01*
-X97157823Y-54608361D01*
-X97253061Y-54655980D01*
-X97443538Y-54655980D01*
-X97538776Y-54608361D01*
-X97586395Y-54560742D01*
-X97634014Y-54465504D01*
-X97634014Y-54275028D01*
-X97586395Y-54179790D01*
-X97538776Y-54132171D01*
-X97443538Y-54084552D01*
-%TO.C,J2*%
-X114650780Y-64825476D02*
-X113650780Y-64825476D01*
-X113650780Y-64444523D01*
-X113698400Y-64349285D01*
-X113746019Y-64301666D01*
-X113841257Y-64254047D01*
-X113984114Y-64254047D01*
-X114079352Y-64301666D01*
-X114126971Y-64349285D01*
-X114174590Y-64444523D01*
-X114174590Y-64825476D01*
-X113650780Y-63968333D02*
-X114650780Y-63635000D01*
-X113650780Y-63301666D01*
-%TO.C,J7*%
-X102179380Y-63598228D02*
-X101179380Y-63598228D01*
-X101893666Y-63264895D01*
-X101179380Y-62931561D01*
-X102179380Y-62931561D01*
-X102179380Y-62455371D02*
-X101179380Y-62455371D01*
-X102131761Y-62026800D02*
-X102179380Y-61883942D01*
-X102179380Y-61645847D01*
-X102131761Y-61550609D01*
-X102084142Y-61502990D01*
-X101988904Y-61455371D01*
-X101893666Y-61455371D01*
-X101798428Y-61502990D01*
-X101750809Y-61550609D01*
-X101703190Y-61645847D01*
-X101655571Y-61836323D01*
-X101607952Y-61931561D01*
-X101560333Y-61979180D01*
-X101465095Y-62026800D01*
-X101369857Y-62026800D01*
-X101274619Y-61979180D01*
-X101227000Y-61931561D01*
-X101179380Y-61836323D01*
-X101179380Y-61598228D01*
-X101227000Y-61455371D01*
-X101179380Y-60836323D02*
-X101179380Y-60645847D01*
-X101227000Y-60550609D01*
-X101322238Y-60455371D01*
-X101512714Y-60407752D01*
-X101846047Y-60407752D01*
-X102036523Y-60455371D01*
-X102131761Y-60550609D01*
-X102179380Y-60645847D01*
-X102179380Y-60836323D01*
-X102131761Y-60931561D01*
-X102036523Y-61026800D01*
-X101846047Y-61074419D01*
-X101512714Y-61074419D01*
-X101322238Y-61026800D01*
-X101227000Y-60931561D01*
-X101179380Y-60836323D01*
%TO.C,R4*%
X81011733Y-68321180D02*
X80678400Y-67844990D01*
@@ -919,13 +844,6 @@ X81868876Y-68321180D01*
X81630780Y-67273561D02*
X81392685Y-67987847D01*
X82011733Y-67987847D01*
-%TO.C,J5*%
-X106852980Y-62704647D02*
-X106852980Y-63180838D01*
-X105852980Y-63180838D01*
-X105852980Y-62514171D02*
-X106852980Y-62180838D01*
-X105852980Y-61847504D01*
%TO.C,R2*%
X77836733Y-68244980D02*
X77503400Y-67768790D01*
@@ -981,20 +899,6 @@ X83297638Y-73020180D01*
X83059542Y-73020180D01*
X82964304Y-72972561D01*
X82916685Y-72924942D01*
-%TO.C,J1*%
-X70253266Y-83081180D02*
-X70253266Y-83795466D01*
-X70205647Y-83938323D01*
-X70110409Y-84033561D01*
-X69967552Y-84081180D01*
-X69872314Y-84081180D01*
-X71253266Y-84081180D02*
-X70681838Y-84081180D01*
-X70967552Y-84081180D02*
-X70967552Y-83081180D01*
-X70872314Y-83224038D01*
-X70777076Y-83319276D01*
-X70681838Y-83366895D01*
%TO.C,R1*%
X79308033Y-92788980D02*
X78974700Y-92312790D01*
@@ -1017,76 +921,37 @@ X79879461Y-91931838D01*
X79784223Y-92027076D01*
X79688985Y-92074695D01*
D12*
-%TO.C,J6*%
-X103285000Y-65255000D02*
-X104675000Y-65255000D01*
-X104588276Y-65255000D02*
-X104675000Y-65255000D01*
-X103285000Y-64570000D02*
-X103285000Y-63885000D01*
-X103285000Y-63885000D02*
-X103980000Y-63885000D01*
-X103285000Y-65255000D02*
-X103285000Y-65130000D01*
-X103285000Y-65255000D02*
-X103371724Y-65255000D01*
-X104675000Y-65255000D02*
-X104675000Y-65130000D01*
-%TO.C,J3*%
-X111235000Y-64645000D02*
-X111930000Y-64645000D01*
-X112538276Y-66015000D02*
-X112625000Y-66015000D01*
-X111235000Y-66015000D02*
-X112625000Y-66015000D01*
-X111235000Y-66015000D02*
-X111321724Y-66015000D01*
-X111235000Y-65330000D02*
-X111235000Y-64645000D01*
-X112625000Y-66015000D02*
-X112625000Y-65890000D01*
-X111235000Y-66015000D02*
-X111235000Y-65890000D01*
-%TO.C,J4*%
-X108945000Y-64135000D02*
-X109640000Y-64135000D01*
-X108945000Y-65505000D02*
-X110335000Y-65505000D01*
-X108945000Y-65505000D02*
-X109031724Y-65505000D01*
-X110335000Y-65505000D02*
-X110335000Y-65380000D01*
-X108945000Y-65505000D02*
-X108945000Y-65380000D01*
-X108945000Y-64820000D02*
-X108945000Y-64135000D01*
-X110248276Y-65505000D02*
-X110335000Y-65505000D01*
-%TO.C,J8*%
-X98805000Y-66185000D02*
-X98805000Y-66060000D01*
-X100108276Y-66185000D02*
-X100195000Y-66185000D01*
-X100195000Y-66185000D02*
-X100195000Y-66060000D01*
-X98805000Y-64815000D02*
-X99500000Y-64815000D01*
-X98805000Y-66185000D02*
-X100195000Y-66185000D01*
-X98805000Y-66185000D02*
-X98891724Y-66185000D01*
-X98805000Y-65500000D02*
-X98805000Y-64815000D01*
-%TO.C,C1*%
-X82171000Y-99194233D02*
-X82171000Y-99486767D01*
-X81151000Y-99194233D02*
-X81151000Y-99486767D01*
-%TO.C,R7*%
-X97005224Y-57672500D02*
-X96495776Y-57672500D01*
-X97005224Y-56627500D02*
-X96495776Y-56627500D01*
+%TO.C,J1*%
+X69654400Y-84279200D02*
+X70764400Y-84279200D01*
+X71874400Y-85799200D02*
+X71874400Y-92084200D01*
+X71071930Y-92084200D02*
+X71874400Y-92084200D01*
+X69654400Y-85799200D02*
+X69654400Y-92084200D01*
+X69654400Y-92084200D02*
+X70456870Y-92084200D01*
+X69654400Y-85039200D02*
+X69654400Y-84279200D01*
+X69654400Y-85799200D02*
+X70200929Y-85799200D01*
+X71327871Y-85799200D02*
+X71874400Y-85799200D01*
+%TO.C,R11*%
+X90104700Y-57252324D02*
+X90104700Y-56742876D01*
+X91149700Y-57252324D02*
+X91149700Y-56742876D01*
+%TO.C,U4*%
+X91826400Y-57658000D02*
+X91826400Y-55708000D01*
+X96946400Y-57658000D02*
+X96946400Y-55708000D01*
+X91826400Y-57658000D02*
+X91826400Y-61108000D01*
+X96946400Y-57658000D02*
+X96946400Y-59608000D01*
%TO.C,D1*%
X79157000Y-79039300D02*
X79157000Y-79839300D01*
@@ -1096,21 +961,6 @@ X76037000Y-79039300D02*
X76037000Y-79839300D01*
X79157000Y-79039300D02*
X79157000Y-77239300D01*
-%TO.C,J9*%
-X96615000Y-66260000D02*
-X96615000Y-65575000D01*
-X96615000Y-66945000D02*
-X96615000Y-66820000D01*
-X96615000Y-66945000D02*
-X96701724Y-66945000D01*
-X96615000Y-66945000D02*
-X98005000Y-66945000D01*
-X98005000Y-66945000D02*
-X98005000Y-66820000D01*
-X96615000Y-65575000D02*
-X97310000Y-65575000D01*
-X97918276Y-66945000D02*
-X98005000Y-66945000D01*
%TO.C,R3*%
X79089566Y-70436824D02*
X79089566Y-69927376D01*
@@ -1127,71 +977,11 @@ X110310000Y-47570000D02*
X100910000Y-47570000D01*
X110310000Y-53370000D02*
X110310000Y-51370000D01*
-%TO.C,C2*%
-X74186167Y-96100000D02*
-X73893633Y-96100000D01*
-X74186167Y-97120000D02*
-X73893633Y-97120000D01*
-%TO.C,U3*%
-X90490400Y-57592400D02*
-X90490400Y-59392400D01*
-X93710400Y-59392400D02*
-X93710400Y-56442400D01*
-%TO.C,R8*%
-X97003324Y-55027300D02*
-X96493876Y-55027300D01*
-X97003324Y-56072300D02*
-X96493876Y-56072300D01*
-%TO.C,J2*%
-X113345000Y-66775000D02*
-X113431724Y-66775000D01*
-X113345000Y-66090000D02*
-X113345000Y-65405000D01*
-X113345000Y-66775000D02*
-X114735000Y-66775000D01*
-X114735000Y-66775000D02*
-X114735000Y-66650000D01*
-X114648276Y-66775000D02*
-X114735000Y-66775000D01*
-X113345000Y-65405000D02*
-X114040000Y-65405000D01*
-X113345000Y-66775000D02*
-X113345000Y-66650000D01*
-%TO.C,J7*%
-X102308276Y-65595000D02*
-X102395000Y-65595000D01*
-X101005000Y-65595000D02*
-X102395000Y-65595000D01*
-X102395000Y-65595000D02*
-X102395000Y-65470000D01*
-X101005000Y-64910000D02*
-X101005000Y-64225000D01*
-X101005000Y-65595000D02*
-X101091724Y-65595000D01*
-X101005000Y-64225000D02*
-X101700000Y-64225000D01*
-X101005000Y-65595000D02*
-X101005000Y-65470000D01*
%TO.C,R4*%
X81692432Y-70436824D02*
X81692432Y-69927376D01*
X80647432Y-70436824D02*
X80647432Y-69927376D01*
-%TO.C,J5*%
-X105575000Y-64490000D02*
-X105575000Y-63805000D01*
-X105575000Y-65175000D02*
-X105575000Y-65050000D01*
-X106965000Y-65175000D02*
-X106965000Y-65050000D01*
-X105575000Y-63805000D02*
-X106270000Y-63805000D01*
-X105575000Y-65175000D02*
-X105661724Y-65175000D01*
-X106878276Y-65175000D02*
-X106965000Y-65175000D01*
-X105575000Y-65175000D02*
-X106965000Y-65175000D01*
%TO.C,J35*%
X137303200Y-90830400D02*
X139963200Y-90830400D01*
@@ -1228,23 +1018,6 @@ X126279600Y-73567600D02*
X128939600Y-73567600D01*
X126279600Y-73507600D02*
X128939600Y-73507600D01*
-%TO.C,J1*%
-X69891600Y-84503800D02*
-X70586600Y-84503800D01*
-X71281600Y-85873800D02*
-X71281600Y-90748800D01*
-X69891600Y-85188800D02*
-X69891600Y-84503800D01*
-X69891600Y-90748800D02*
-X70192107Y-90748800D01*
-X69891600Y-85873800D02*
-X69891600Y-90748800D01*
-X69891600Y-85873800D02*
-X69978324Y-85873800D01*
-X70981093Y-90748800D02*
-X71281600Y-90748800D01*
-X71194876Y-85873800D02*
-X71281600Y-85873800D01*
%TO.C,R1*%
X79729424Y-90384100D02*
X79219976Y-90384100D01*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-drl_map.gbr b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-drl_map.gbr
index d0fff0c..0dbdc99 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-drl_map.gbr
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-drl_map.gbr
@@ -1,6 +1,6 @@
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
-G04 Created by KiCad (PCBNEW 6.0.5) date 2022-09-23 09:05:12*
+G04 Created by KiCad (PCBNEW 6.0.5) date 2022-12-30 15:31:26*
%MOMM*%
%LPD*%
G01*
@@ -11,10 +11,11 @@ G04 APERTURE LIST*
%ADD11C,0.200000*%
%ADD12C,0.050000*%
%ADD13C,0.060000*%
-%ADD14C,0.080000*%
-%ADD15C,0.100000*%
-%ADD16C,0.065000*%
-%ADD17C,0.320000*%
+%ADD14C,0.065000*%
+%ADD15C,0.080000*%
+%ADD16C,0.100000*%
+%ADD17C,0.150000*%
+%ADD18C,0.320000*%
G04 APERTURE END LIST*
D10*
X14252105Y-9207760D02*
@@ -543,14 +544,14 @@ X12899008Y-6061688D02*
X12890465Y-6112400D01*
D11*
D12*
-X7158120Y-8717680D02*
-X7208120Y-8767680D01*
-X7208120Y-8717680D02*
-X7158120Y-8767680D01*
X7363860Y-7884560D02*
X7413860Y-7934560D01*
X7413860Y-7884560D02*
X7363860Y-7934560D01*
+X7465460Y-9969900D02*
+X7515460Y-10019900D01*
+X7515460Y-9969900D02*
+X7465460Y-10019900D01*
X7493400Y-7767720D02*
X7543400Y-7817720D01*
X7543400Y-7767720D02*
@@ -563,14 +564,14 @@ X7539120Y-8453520D02*
X7589120Y-8503520D01*
X7589120Y-8453520D02*
X7539120Y-8503520D01*
-X7638180Y-6901580D02*
-X7688180Y-6951580D01*
-X7688180Y-6901580D02*
-X7638180Y-6951580D01*
X7639037Y-8456082D02*
X7689037Y-8506082D01*
X7689037Y-8456082D02*
X7639037Y-8506082D01*
+X7709300Y-9268860D02*
+X7759300Y-9318860D01*
+X7759300Y-9268860D02*
+X7709300Y-9318860D01*
X7738988Y-8456058D02*
X7788988Y-8506058D01*
X7788988Y-8456058D02*
@@ -607,141 +608,72 @@ X8082680Y-7247020D02*
X8132680Y-7297020D01*
X8132680Y-7247020D02*
X8082680Y-7297020D01*
-X8138560Y-7803280D02*
-X8188560Y-7853280D01*
-X8188560Y-7803280D02*
-X8138560Y-7853280D01*
-X8252860Y-7803280D02*
-X8302860Y-7853280D01*
-X8302860Y-7803280D02*
-X8252860Y-7853280D01*
-X8382400Y-6883800D02*
-X8432400Y-6933800D01*
-X8432400Y-6883800D02*
-X8382400Y-6933800D01*
-X8433200Y-7681360D02*
-X8483200Y-7731360D01*
-X8483200Y-7681360D02*
-X8433200Y-7731360D01*
-X8433200Y-8049660D02*
-X8483200Y-8099660D01*
-X8483200Y-8049660D02*
-X8433200Y-8099660D01*
-X8496700Y-6883800D02*
-X8546700Y-6933800D01*
-X8546700Y-6883800D02*
-X8496700Y-6933800D01*
-X8925960Y-5827160D02*
-X8975960Y-5877160D01*
-X8975960Y-5827160D02*
-X8925960Y-5877160D01*
-X9091060Y-6152280D02*
-X9141060Y-6202280D01*
-X9141060Y-6152280D02*
-X9091060Y-6202280D01*
-X9421260Y-5959240D02*
-X9471260Y-6009240D01*
-X9471260Y-5959240D02*
-X9421260Y-6009240D01*
-X9774320Y-6187840D02*
-X9824320Y-6237840D01*
-X9824320Y-6187840D02*
-X9774320Y-6237840D01*
-X10279780Y-5778900D02*
-X10329780Y-5828900D01*
-X10329780Y-5778900D02*
-X10279780Y-5828900D01*
+X8138560Y-7823600D02*
+X8188560Y-7873600D01*
+X8188560Y-7823600D02*
+X8138560Y-7873600D01*
+X8230000Y-7782960D02*
+X8280000Y-7832960D01*
+X8280000Y-7782960D02*
+X8230000Y-7832960D01*
+X8242700Y-8054740D02*
+X8292700Y-8104740D01*
+X8292700Y-8054740D02*
+X8242700Y-8104740D01*
+X8367160Y-7020960D02*
+X8417160Y-7070960D01*
+X8417160Y-7020960D02*
+X8367160Y-7070960D01*
+X8377320Y-6919360D02*
+X8427320Y-6969360D01*
+X8427320Y-6919360D02*
+X8377320Y-6969360D01*
+X9286640Y-6126880D02*
+X9336640Y-6176880D01*
+X9336640Y-6126880D02*
+X9286640Y-6176880D01*
+X9600096Y-6025734D02*
+X9650096Y-6075734D01*
+X9650096Y-6025734D02*
+X9600096Y-6075734D01*
+X10247144Y-5283216D02*
+X10297144Y-5333216D01*
+X10297144Y-5283216D02*
+X10247144Y-5333216D01*
X10394080Y-5791600D02*
X10444080Y-5841600D01*
X10444080Y-5791600D02*
X10394080Y-5841600D01*
-X10526160Y-5905900D02*
-X10576160Y-5955900D01*
-X10576160Y-5905900D02*
-X10526160Y-5955900D01*
+X10409320Y-5298840D02*
+X10459320Y-5348840D01*
+X10459320Y-5298840D02*
+X10409320Y-5348840D01*
X10541050Y-5750960D02*
X10591050Y-5800960D01*
X10591050Y-5750960D02*
X10541050Y-5800960D01*
-X10688720Y-5822080D02*
-X10738720Y-5872080D01*
-X10738720Y-5822080D02*
-X10688720Y-5872080D01*
-X7083660Y-8518880D02*
-G75*
-G03*
-X7083660Y-8518880I-25000J0D01*
-G01*
-X7083660Y-8618880D02*
-G75*
-G03*
-X7083660Y-8618880I-25000J0D01*
-G01*
-X7083660Y-8718880D02*
-G75*
-G03*
-X7083660Y-8718880I-25000J0D01*
-G01*
-X7083660Y-8818880D02*
-G75*
-G03*
-X7083660Y-8818880I-25000J0D01*
-G01*
-X7083660Y-8918880D02*
-G75*
-G03*
-X7083660Y-8918880I-25000J0D01*
-G01*
-X7083660Y-9018880D02*
-G75*
-G03*
-X7083660Y-9018880I-25000J0D01*
-G01*
-X9756000Y-6626000D02*
-G75*
-G03*
-X9756000Y-6626000I-25000J0D01*
-G01*
-X9975000Y-6550000D02*
-G75*
-G03*
-X9975000Y-6550000I-25000J0D01*
-G01*
-X10195000Y-6491000D02*
-G75*
-G03*
-X10195000Y-6491000I-25000J0D01*
-G01*
-X10423000Y-6457000D02*
-G75*
-G03*
-X10423000Y-6457000I-25000J0D01*
-G01*
-X10652000Y-6449000D02*
-G75*
-G03*
-X10652000Y-6449000I-25000J0D01*
-G01*
-X10989000Y-6482000D02*
-G75*
-G03*
-X10989000Y-6482000I-25000J0D01*
-G01*
-X11218000Y-6533000D02*
-G75*
-G03*
-X11218000Y-6533000I-25000J0D01*
-G01*
-X11429000Y-6609000D02*
-G75*
-G03*
-X11429000Y-6609000I-25000J0D01*
-G01*
+X10617600Y-5829700D02*
+X10667600Y-5879700D01*
+X10667600Y-5829700D02*
+X10617600Y-5879700D01*
+X10665000Y-5296250D02*
+X10715000Y-5346250D01*
+X10715000Y-5296250D02*
+X10665000Y-5346250D01*
+X13097780Y-7188560D02*
+X13147780Y-7238560D01*
+X13147780Y-7188560D02*
+X13097780Y-7238560D01*
+X13840860Y-8440820D02*
+X13890860Y-8490820D01*
+X13890860Y-8440820D02*
+X13840860Y-8490820D01*
D13*
-X10129000Y-5012000D02*
-X10129000Y-5072000D01*
-X10099000Y-5042000D02*
-X10159000Y-5042000D01*
+X10159000Y-5042000D02*
+G75*
+G03*
+X10159000Y-5042000I-30000J0D01*
+G01*
D11*
X10149000Y-5072000D02*
X10149000Y-5012000D01*
@@ -758,10 +690,11 @@ G03*
X10149000Y-5072000I20000J0D01*
G01*
D13*
-X10129000Y-5430000D02*
-X10129000Y-5490000D01*
-X10099000Y-5460000D02*
-X10159000Y-5460000D01*
+X10159000Y-5460000D02*
+G75*
+G03*
+X10159000Y-5460000I-30000J0D01*
+G01*
D11*
X10149000Y-5515000D02*
X10149000Y-5405000D01*
@@ -778,10 +711,11 @@ G03*
X10149000Y-5515000I20000J0D01*
G01*
D13*
-X10993000Y-5012000D02*
-X10993000Y-5072000D01*
-X10963000Y-5042000D02*
-X11023000Y-5042000D01*
+X11023000Y-5042000D02*
+G75*
+G03*
+X11023000Y-5042000I-30000J0D01*
+G01*
D11*
X11013000Y-5072000D02*
X11013000Y-5012000D01*
@@ -798,10 +732,11 @@ G03*
X11013000Y-5072000I20000J0D01*
G01*
D13*
-X10993000Y-5430000D02*
-X10993000Y-5490000D01*
-X10963000Y-5460000D02*
-X11023000Y-5460000D01*
+X11023000Y-5460000D02*
+G75*
+G03*
+X11023000Y-5460000I-30000J0D01*
+G01*
D11*
X11013000Y-5515000D02*
X11013000Y-5405000D01*
@@ -818,21 +753,41 @@ G03*
X11013000Y-5515000I20000J0D01*
G01*
D14*
-X7795604Y-7577164D02*
-X7795604Y-7520595D01*
-X7739035Y-7520595D01*
-X7739035Y-7577164D01*
-X7795604Y-7577164D01*
+X7076440Y-8471420D02*
+X7076440Y-8536420D01*
+X7043940Y-8503920D02*
+X7108940Y-8503920D01*
+X7076440Y-8598420D02*
+X7076440Y-8663420D01*
+X7043940Y-8630920D02*
+X7108940Y-8630920D01*
+X7076440Y-8725420D02*
+X7076440Y-8790420D01*
+X7043940Y-8757920D02*
+X7108940Y-8757920D01*
+X7076440Y-8852420D02*
+X7076440Y-8917420D01*
+X7043940Y-8884920D02*
+X7108940Y-8884920D01*
+X7076440Y-8979420D02*
+X7076440Y-9044420D01*
+X7043940Y-9011920D02*
+X7108940Y-9011920D01*
+X7076440Y-9106420D02*
+X7076440Y-9171420D01*
+X7043940Y-9138920D02*
+X7108940Y-9138920D01*
+D15*
X8044524Y-8712545D02*
X8044524Y-8655976D01*
X7987955Y-8655976D01*
X7987955Y-8712545D01*
X8044524Y-8712545D01*
-X8113104Y-7554304D02*
-X8113104Y-7497735D01*
-X8056535Y-7497735D01*
-X8056535Y-7554304D01*
-X8113104Y-7554304D01*
+X9934285Y-5646764D02*
+X9934285Y-5590196D01*
+X9877716Y-5590196D01*
+X9877716Y-5646764D01*
+X9934285Y-5646764D01*
X10208605Y-5763604D02*
X10208605Y-5707035D01*
X10152036Y-5707035D01*
@@ -853,55 +808,101 @@ X11275404Y-6174395D01*
X11218835Y-6174395D01*
X11218835Y-6230964D01*
X11275404Y-6230964D01*
-X11458284Y-5880444D02*
-X11458284Y-5823875D01*
-X11401715Y-5823875D01*
-X11401715Y-5880444D01*
-X11458284Y-5880444D01*
X13134684Y-8516965D02*
X13134684Y-8460396D01*
X13078115Y-8460396D01*
X13078115Y-8516965D01*
X13134684Y-8516965D01*
-X7676720Y-9700000D02*
-X7716720Y-9660000D01*
-X7676720Y-9620000D01*
-X7636720Y-9660000D01*
-X7676720Y-9700000D01*
-X8164720Y-9700000D02*
-X8204720Y-9660000D01*
-X8164720Y-9620000D01*
-X8124720Y-9660000D01*
-X8164720Y-9700000D01*
-D15*
-X12710960Y-7173760D02*
-X12810960Y-7273760D01*
-X12810960Y-7173760D02*
-X12710960Y-7273760D01*
-X12810960Y-7223760D02*
-G75*
-G03*
-X12810960Y-7223760I-50000J0D01*
-G01*
-X13285000Y-8906040D02*
-X13385000Y-9006040D01*
-X13385000Y-8906040D02*
-X13285000Y-9006040D01*
-X13385000Y-8956040D02*
-G75*
-G03*
-X13385000Y-8956040I-50000J0D01*
-G01*
-X13813320Y-8906040D02*
-X13913320Y-9006040D01*
-X13913320Y-8906040D02*
-X13813320Y-9006040D01*
-X13913320Y-8956040D02*
-G75*
-G03*
-X13913320Y-8956040I-50000J0D01*
-G01*
D16*
+X12760960Y-7273760D02*
+X12810960Y-7223760D01*
+X12760960Y-7173760D01*
+X12710960Y-7223760D01*
+X12760960Y-7273760D01*
+X13335000Y-9006040D02*
+X13385000Y-8956040D01*
+X13335000Y-8906040D01*
+X13285000Y-8956040D01*
+X13335000Y-9006040D01*
+X13863320Y-9006040D02*
+X13913320Y-8956040D01*
+X13863320Y-8906040D01*
+X13813320Y-8956040D01*
+X13863320Y-9006040D01*
+D17*
+X9656000Y-6551000D02*
+X9806000Y-6701000D01*
+X9806000Y-6551000D02*
+X9656000Y-6701000D01*
+X9806000Y-6626000D02*
+G75*
+G03*
+X9806000Y-6626000I-75000J0D01*
+G01*
+X9875000Y-6475000D02*
+X10025000Y-6625000D01*
+X10025000Y-6475000D02*
+X9875000Y-6625000D01*
+X10025000Y-6550000D02*
+G75*
+G03*
+X10025000Y-6550000I-75000J0D01*
+G01*
+X10095000Y-6416000D02*
+X10245000Y-6566000D01*
+X10245000Y-6416000D02*
+X10095000Y-6566000D01*
+X10245000Y-6491000D02*
+G75*
+G03*
+X10245000Y-6491000I-75000J0D01*
+G01*
+X10323000Y-6382000D02*
+X10473000Y-6532000D01*
+X10473000Y-6382000D02*
+X10323000Y-6532000D01*
+X10473000Y-6457000D02*
+G75*
+G03*
+X10473000Y-6457000I-75000J0D01*
+G01*
+X10552000Y-6374000D02*
+X10702000Y-6524000D01*
+X10702000Y-6374000D02*
+X10552000Y-6524000D01*
+X10702000Y-6449000D02*
+G75*
+G03*
+X10702000Y-6449000I-75000J0D01*
+G01*
+X10889000Y-6407000D02*
+X11039000Y-6557000D01*
+X11039000Y-6407000D02*
+X10889000Y-6557000D01*
+X11039000Y-6482000D02*
+G75*
+G03*
+X11039000Y-6482000I-75000J0D01*
+G01*
+X11118000Y-6458000D02*
+X11268000Y-6608000D01*
+X11268000Y-6458000D02*
+X11118000Y-6608000D01*
+X11268000Y-6533000D02*
+G75*
+G03*
+X11268000Y-6533000I-75000J0D01*
+G01*
+X11329000Y-6534000D02*
+X11479000Y-6684000D01*
+X11479000Y-6534000D02*
+X11329000Y-6684000D01*
+X11479000Y-6609000D02*
+G75*
+G03*
+X11479000Y-6609000I-75000J0D01*
+G01*
+D14*
X10239500Y-5374500D02*
X10304500Y-5439500D01*
X10304500Y-5374500D02*
@@ -918,7 +919,7 @@ X10850000Y-5374500D02*
X10850000Y-5439500D01*
X10817500Y-5407000D02*
X10882500Y-5407000D01*
-D17*
+D18*
X8445000Y-6162500D02*
X8765000Y-6482500D01*
X8765000Y-6162500D02*
@@ -1352,11 +1353,11 @@ X11910298Y-12948230D01*
X11900774Y-12929183D01*
X11881727Y-12900611D01*
X11872203Y-12891087D01*
-D12*
+D13*
X6909822Y-13293183D02*
G75*
G03*
-X6909822Y-13293183I-25000J0D01*
+X6909822Y-13293183I-30000J0D01*
G01*
D11*
X7205536Y-13183659D02*
@@ -1386,22 +1387,28 @@ X7357917Y-13383659D01*
X7348393Y-13374135D01*
X7357917Y-13364611D01*
X7357917Y-13383659D01*
-X7548393Y-13183659D02*
-X7453155Y-13183659D01*
-X7443632Y-13278897D01*
-X7453155Y-13269373D01*
-X7472203Y-13259849D01*
-X7519822Y-13259849D01*
-X7538870Y-13269373D01*
-X7548393Y-13278897D01*
-X7557917Y-13297944D01*
-X7557917Y-13345563D01*
-X7548393Y-13364611D01*
-X7538870Y-13374135D01*
+X7538870Y-13183659D02*
+X7500774Y-13183659D01*
+X7481727Y-13193183D01*
+X7472203Y-13202706D01*
+X7453155Y-13231278D01*
+X7443632Y-13269373D01*
+X7443632Y-13345563D01*
+X7453155Y-13364611D01*
+X7462679Y-13374135D01*
+X7481727Y-13383659D01*
X7519822Y-13383659D01*
-X7472203Y-13383659D01*
-X7453155Y-13374135D01*
-X7443632Y-13364611D01*
+X7538870Y-13374135D01*
+X7548393Y-13364611D01*
+X7557917Y-13345563D01*
+X7557917Y-13297944D01*
+X7548393Y-13278897D01*
+X7538870Y-13269373D01*
+X7519822Y-13259849D01*
+X7481727Y-13259849D01*
+X7462679Y-13269373D01*
+X7453155Y-13278897D01*
+X7443632Y-13297944D01*
X7681727Y-13183659D02*
X7700774Y-13183659D01*
X7719822Y-13193183D01*
@@ -1526,38 +1533,53 @@ X9357917Y-13221754D01*
X9367441Y-13202706D01*
X9376965Y-13193183D01*
X9396013Y-13183659D01*
-X9653155Y-13383659D02*
-X9538870Y-13383659D01*
-X9596013Y-13383659D02*
-X9596013Y-13183659D01*
-X9576965Y-13212230D01*
-X9557917Y-13231278D01*
-X9538870Y-13240802D01*
-X9748394Y-13383659D02*
-X9786489Y-13383659D01*
-X9805536Y-13374135D01*
-X9815060Y-13364611D01*
-X9834108Y-13336040D01*
+X9538870Y-13202706D02*
+X9548394Y-13193183D01*
+X9567441Y-13183659D01*
+X9615060Y-13183659D01*
+X9634108Y-13193183D01*
+X9643632Y-13202706D01*
+X9653155Y-13221754D01*
+X9653155Y-13240802D01*
+X9643632Y-13269373D01*
+X9529346Y-13383659D01*
+X9653155Y-13383659D01*
+X9719822Y-13183659D02*
+X9843632Y-13183659D01*
+X9776965Y-13259849D01*
+X9805536Y-13259849D01*
+X9824584Y-13269373D01*
+X9834108Y-13278897D01*
X9843632Y-13297944D01*
-X9843632Y-13221754D01*
-X9834108Y-13202706D01*
-X9824584Y-13193183D01*
-X9805536Y-13183659D01*
-X9767441Y-13183659D01*
-X9748394Y-13193183D01*
-X9738870Y-13202706D01*
-X9729346Y-13221754D01*
-X9729346Y-13269373D01*
-X9738870Y-13288421D01*
-X9748394Y-13297944D01*
-X9767441Y-13307468D01*
-X9805536Y-13307468D01*
-X9824584Y-13297944D01*
-X9834108Y-13288421D01*
-X9843632Y-13269373D01*
-X9910298Y-13183659D02*
-X10043632Y-13183659D01*
+X9843632Y-13345563D01*
+X9834108Y-13364611D01*
+X9824584Y-13374135D01*
+X9805536Y-13383659D01*
+X9748394Y-13383659D01*
+X9729346Y-13374135D01*
+X9719822Y-13364611D01*
+X10015060Y-13183659D02*
+X9976965Y-13183659D01*
+X9957917Y-13193183D01*
+X9948394Y-13202706D01*
+X9929346Y-13231278D01*
+X9919822Y-13269373D01*
+X9919822Y-13345563D01*
+X9929346Y-13364611D01*
+X9938870Y-13374135D01*
X9957917Y-13383659D01*
+X9996013Y-13383659D01*
+X10015060Y-13374135D01*
+X10024584Y-13364611D01*
+X10034108Y-13345563D01*
+X10034108Y-13297944D01*
+X10024584Y-13278897D01*
+X10015060Y-13269373D01*
+X9996013Y-13259849D01*
+X9957917Y-13259849D01*
+X9938870Y-13269373D01*
+X9929346Y-13278897D01*
+X9919822Y-13297944D01*
X10110298Y-13183659D02*
X10110298Y-13221754D01*
X10186489Y-13183659D02*
@@ -1574,93 +1596,171 @@ X10443632Y-13212230D01*
X10453155Y-13193183D01*
X10472203Y-13164611D01*
X10481727Y-13155087D01*
-X10662679Y-13383659D02*
-X10548394Y-13383659D01*
-X10605536Y-13383659D02*
-X10605536Y-13183659D01*
-X10586489Y-13212230D01*
-X10567441Y-13231278D01*
-X10548394Y-13240802D01*
-X10834108Y-13250325D02*
-X10834108Y-13383659D01*
-X10786489Y-13174135D02*
-X10738870Y-13316992D01*
-X10862679Y-13316992D01*
-X11091251Y-13383659D02*
-X11091251Y-13183659D01*
-X11176965Y-13383659D02*
-X11176965Y-13278897D01*
-X11167441Y-13259849D01*
-X11148394Y-13250325D01*
-X11119822Y-13250325D01*
-X11100774Y-13259849D01*
-X11091251Y-13269373D01*
-X11300774Y-13383659D02*
-X11281727Y-13374135D01*
-X11272203Y-13364611D01*
-X11262679Y-13345563D01*
-X11262679Y-13288421D01*
-X11272203Y-13269373D01*
-X11281727Y-13259849D01*
-X11300774Y-13250325D01*
-X11329346Y-13250325D01*
-X11348393Y-13259849D01*
-X11357917Y-13269373D01*
-X11367441Y-13288421D01*
-X11367441Y-13345563D01*
-X11357917Y-13364611D01*
-X11348393Y-13374135D01*
-X11329346Y-13383659D01*
-X11300774Y-13383659D01*
-X11481727Y-13383659D02*
-X11462679Y-13374135D01*
-X11453155Y-13355087D01*
-X11453155Y-13183659D01*
-X11634108Y-13374135D02*
-X11615060Y-13383659D01*
-X11576965Y-13383659D01*
-X11557917Y-13374135D01*
-X11548393Y-13355087D01*
-X11548393Y-13278897D01*
-X11557917Y-13259849D01*
-X11576965Y-13250325D01*
-X11615060Y-13250325D01*
-X11634108Y-13259849D01*
-X11643632Y-13278897D01*
-X11643632Y-13297944D01*
-X11548393Y-13316992D01*
-X11719822Y-13374135D02*
-X11738870Y-13383659D01*
-X11776965Y-13383659D01*
-X11796012Y-13374135D01*
-X11805536Y-13355087D01*
-X11805536Y-13345563D01*
-X11796012Y-13326516D01*
-X11776965Y-13316992D01*
-X11748393Y-13316992D01*
-X11729346Y-13307468D01*
-X11719822Y-13288421D01*
-X11719822Y-13278897D01*
-X11729346Y-13259849D01*
-X11748393Y-13250325D01*
-X11776965Y-13250325D01*
-X11796012Y-13259849D01*
-X11872203Y-13459849D02*
-X11881727Y-13450325D01*
-X11900774Y-13421754D01*
-X11910298Y-13402706D01*
-X11919822Y-13374135D01*
-X11929346Y-13326516D01*
-X11929346Y-13288421D01*
-X11919822Y-13240802D01*
-X11910298Y-13212230D01*
-X11900774Y-13193183D01*
-X11881727Y-13164611D01*
-X11872203Y-13155087D01*
-D13*
-X6879822Y-13527183D02*
-X6879822Y-13587183D01*
-X6849822Y-13557183D02*
+X10596013Y-13183659D02*
+X10615060Y-13183659D01*
+X10634108Y-13193183D01*
+X10643632Y-13202706D01*
+X10653155Y-13221754D01*
+X10662679Y-13259849D01*
+X10662679Y-13307468D01*
+X10653155Y-13345563D01*
+X10643632Y-13364611D01*
+X10634108Y-13374135D01*
+X10615060Y-13383659D01*
+X10596013Y-13383659D01*
+X10576965Y-13374135D01*
+X10567441Y-13364611D01*
+X10557917Y-13345563D01*
+X10548394Y-13307468D01*
+X10548394Y-13259849D01*
+X10557917Y-13221754D01*
+X10567441Y-13202706D01*
+X10576965Y-13193183D01*
+X10596013Y-13183659D01*
+X10900774Y-13383659D02*
+X10900774Y-13183659D01*
+X10986489Y-13383659D02*
+X10986489Y-13278897D01*
+X10976965Y-13259849D01*
+X10957917Y-13250325D01*
+X10929346Y-13250325D01*
+X10910298Y-13259849D01*
+X10900774Y-13269373D01*
+X11110298Y-13383659D02*
+X11091251Y-13374135D01*
+X11081727Y-13364611D01*
+X11072203Y-13345563D01*
+X11072203Y-13288421D01*
+X11081727Y-13269373D01*
+X11091251Y-13259849D01*
+X11110298Y-13250325D01*
+X11138870Y-13250325D01*
+X11157917Y-13259849D01*
+X11167441Y-13269373D01*
+X11176965Y-13288421D01*
+X11176965Y-13345563D01*
+X11167441Y-13364611D01*
+X11157917Y-13374135D01*
+X11138870Y-13383659D01*
+X11110298Y-13383659D01*
+X11291251Y-13383659D02*
+X11272203Y-13374135D01*
+X11262679Y-13355087D01*
+X11262679Y-13183659D01*
+X11443632Y-13374135D02*
+X11424584Y-13383659D01*
+X11386489Y-13383659D01*
+X11367441Y-13374135D01*
+X11357917Y-13355087D01*
+X11357917Y-13278897D01*
+X11367441Y-13259849D01*
+X11386489Y-13250325D01*
+X11424584Y-13250325D01*
+X11443632Y-13259849D01*
+X11453155Y-13278897D01*
+X11453155Y-13297944D01*
+X11357917Y-13316992D01*
+X11529346Y-13374135D02*
+X11548393Y-13383659D01*
+X11586489Y-13383659D01*
+X11605536Y-13374135D01*
+X11615060Y-13355087D01*
+X11615060Y-13345563D01*
+X11605536Y-13326516D01*
+X11586489Y-13316992D01*
+X11557917Y-13316992D01*
+X11538870Y-13307468D01*
+X11529346Y-13288421D01*
+X11529346Y-13278897D01*
+X11538870Y-13259849D01*
+X11557917Y-13250325D01*
+X11586489Y-13250325D01*
+X11605536Y-13259849D01*
+X11853155Y-13307468D02*
+X12005536Y-13307468D01*
+X11929346Y-13383659D02*
+X11929346Y-13231278D01*
+X12338870Y-13250325D02*
+X12338870Y-13383659D01*
+X12291251Y-13174135D02*
+X12243632Y-13316992D01*
+X12367441Y-13316992D01*
+X12586489Y-13374135D02*
+X12605536Y-13383659D01*
+X12643632Y-13383659D01*
+X12662679Y-13374135D01*
+X12672203Y-13355087D01*
+X12672203Y-13345563D01*
+X12662679Y-13326516D01*
+X12643632Y-13316992D01*
+X12615060Y-13316992D01*
+X12596012Y-13307468D01*
+X12586489Y-13288421D01*
+X12586489Y-13278897D01*
+X12596012Y-13259849D01*
+X12615060Y-13250325D01*
+X12643632Y-13250325D01*
+X12662679Y-13259849D01*
+X12786489Y-13383659D02*
+X12767441Y-13374135D01*
+X12757917Y-13355087D01*
+X12757917Y-13183659D01*
+X12891251Y-13383659D02*
+X12872203Y-13374135D01*
+X12862679Y-13364611D01*
+X12853155Y-13345563D01*
+X12853155Y-13288421D01*
+X12862679Y-13269373D01*
+X12872203Y-13259849D01*
+X12891251Y-13250325D01*
+X12919822Y-13250325D01*
+X12938870Y-13259849D01*
+X12948393Y-13269373D01*
+X12957917Y-13288421D01*
+X12957917Y-13345563D01*
+X12948393Y-13364611D01*
+X12938870Y-13374135D01*
+X12919822Y-13383659D01*
+X12891251Y-13383659D01*
+X13015060Y-13250325D02*
+X13091251Y-13250325D01*
+X13043632Y-13183659D02*
+X13043632Y-13355087D01*
+X13053155Y-13374135D01*
+X13072203Y-13383659D01*
+X13091251Y-13383659D01*
+X13148393Y-13374135D02*
+X13167441Y-13383659D01*
+X13205536Y-13383659D01*
+X13224584Y-13374135D01*
+X13234108Y-13355087D01*
+X13234108Y-13345563D01*
+X13224584Y-13326516D01*
+X13205536Y-13316992D01*
+X13176965Y-13316992D01*
+X13157917Y-13307468D01*
+X13148393Y-13288421D01*
+X13148393Y-13278897D01*
+X13157917Y-13259849D01*
+X13176965Y-13250325D01*
+X13205536Y-13250325D01*
+X13224584Y-13259849D01*
+X13300774Y-13459849D02*
+X13310298Y-13450325D01*
+X13329346Y-13421754D01*
+X13338870Y-13402706D01*
+X13348393Y-13374135D01*
+X13357917Y-13326516D01*
+X13357917Y-13288421D01*
+X13348393Y-13240802D01*
+X13338870Y-13212230D01*
+X13329346Y-13193183D01*
+X13310298Y-13164611D01*
+X13300774Y-13155087D01*
+D14*
+X6877322Y-13524683D02*
+X6877322Y-13589683D01*
+X6844822Y-13557183D02*
X6909822Y-13557183D01*
D11*
X7205536Y-13447659D02*
@@ -1712,27 +1812,22 @@ X7481727Y-13523849D01*
X7462679Y-13533373D01*
X7453155Y-13542897D01*
X7443632Y-13561944D01*
-X7681727Y-13447659D02*
-X7700774Y-13447659D01*
-X7719822Y-13457183D01*
-X7729346Y-13466706D01*
-X7738870Y-13485754D01*
-X7748393Y-13523849D01*
-X7748393Y-13571468D01*
-X7738870Y-13609563D01*
-X7729346Y-13628611D01*
-X7719822Y-13638135D01*
-X7700774Y-13647659D01*
-X7681727Y-13647659D01*
-X7662679Y-13638135D01*
-X7653155Y-13628611D01*
-X7643632Y-13609563D01*
-X7634108Y-13571468D01*
-X7634108Y-13523849D01*
-X7643632Y-13485754D01*
-X7653155Y-13466706D01*
-X7662679Y-13457183D01*
-X7681727Y-13447659D01*
+X7738870Y-13447659D02*
+X7643632Y-13447659D01*
+X7634108Y-13542897D01*
+X7643632Y-13533373D01*
+X7662679Y-13523849D01*
+X7710298Y-13523849D01*
+X7729346Y-13533373D01*
+X7738870Y-13542897D01*
+X7748393Y-13561944D01*
+X7748393Y-13609563D01*
+X7738870Y-13628611D01*
+X7729346Y-13638135D01*
+X7710298Y-13647659D01*
+X7662679Y-13647659D01*
+X7643632Y-13638135D01*
+X7634108Y-13628611D01*
X7872203Y-13447659D02*
X7891251Y-13447659D01*
X7910298Y-13457183D01*
@@ -1847,9 +1942,11 @@ X9653155Y-13504802D01*
X9643632Y-13533373D01*
X9529346Y-13647659D01*
X9653155Y-13647659D01*
-X9719822Y-13447659D02*
-X9843632Y-13447659D01*
-X9776965Y-13523849D01*
+X9834108Y-13447659D02*
+X9738870Y-13447659D01*
+X9729346Y-13542897D01*
+X9738870Y-13533373D01*
+X9757917Y-13523849D01*
X9805536Y-13523849D01*
X9824584Y-13533373D01*
X9834108Y-13542897D01*
@@ -1858,9 +1955,9 @@ X9843632Y-13609563D01*
X9834108Y-13628611D01*
X9824584Y-13638135D01*
X9805536Y-13647659D01*
-X9748394Y-13647659D01*
-X9729346Y-13638135D01*
-X9719822Y-13628611D01*
+X9757917Y-13647659D01*
+X9738870Y-13638135D01*
+X9729346Y-13628611D01*
X10015060Y-13447659D02*
X9976965Y-13447659D01*
X9957917Y-13457183D01*
@@ -1899,27 +1996,28 @@ X10443632Y-13476230D01*
X10453155Y-13457183D01*
X10472203Y-13428611D01*
X10481727Y-13419087D01*
-X10596013Y-13447659D02*
-X10615060Y-13447659D01*
-X10634108Y-13457183D01*
-X10643632Y-13466706D01*
-X10653155Y-13485754D01*
-X10662679Y-13523849D01*
-X10662679Y-13571468D01*
-X10653155Y-13609563D01*
-X10643632Y-13628611D01*
-X10634108Y-13638135D01*
-X10615060Y-13647659D01*
-X10596013Y-13647659D01*
-X10576965Y-13638135D01*
-X10567441Y-13628611D01*
-X10557917Y-13609563D01*
-X10548394Y-13571468D01*
-X10548394Y-13523849D01*
-X10557917Y-13485754D01*
-X10567441Y-13466706D01*
-X10576965Y-13457183D01*
-X10596013Y-13447659D01*
+X10643632Y-13447659D02*
+X10605536Y-13447659D01*
+X10586489Y-13457183D01*
+X10576965Y-13466706D01*
+X10557917Y-13495278D01*
+X10548394Y-13533373D01*
+X10548394Y-13609563D01*
+X10557917Y-13628611D01*
+X10567441Y-13638135D01*
+X10586489Y-13647659D01*
+X10624584Y-13647659D01*
+X10643632Y-13638135D01*
+X10653155Y-13628611D01*
+X10662679Y-13609563D01*
+X10662679Y-13561944D01*
+X10653155Y-13542897D01*
+X10643632Y-13533373D01*
+X10624584Y-13523849D01*
+X10586489Y-13523849D01*
+X10567441Y-13533373D01*
+X10557917Y-13542897D01*
+X10548394Y-13561944D01*
X10900774Y-13647659D02*
X10900774Y-13447659D01*
X10986489Y-13647659D02*
@@ -1979,88 +2077,19 @@ X11538870Y-13523849D01*
X11557917Y-13514325D01*
X11586489Y-13514325D01*
X11605536Y-13523849D01*
-X11853155Y-13571468D02*
-X12005536Y-13571468D01*
-X11929346Y-13647659D02*
-X11929346Y-13495278D01*
-X12338870Y-13514325D02*
-X12338870Y-13647659D01*
-X12291251Y-13438135D02*
-X12243632Y-13580992D01*
-X12367441Y-13580992D01*
-X12586489Y-13638135D02*
-X12605536Y-13647659D01*
-X12643632Y-13647659D01*
-X12662679Y-13638135D01*
-X12672203Y-13619087D01*
-X12672203Y-13609563D01*
-X12662679Y-13590516D01*
-X12643632Y-13580992D01*
-X12615060Y-13580992D01*
-X12596012Y-13571468D01*
-X12586489Y-13552421D01*
-X12586489Y-13542897D01*
-X12596012Y-13523849D01*
-X12615060Y-13514325D01*
-X12643632Y-13514325D01*
-X12662679Y-13523849D01*
-X12786489Y-13647659D02*
-X12767441Y-13638135D01*
-X12757917Y-13619087D01*
-X12757917Y-13447659D01*
-X12891251Y-13647659D02*
-X12872203Y-13638135D01*
-X12862679Y-13628611D01*
-X12853155Y-13609563D01*
-X12853155Y-13552421D01*
-X12862679Y-13533373D01*
-X12872203Y-13523849D01*
-X12891251Y-13514325D01*
-X12919822Y-13514325D01*
-X12938870Y-13523849D01*
-X12948393Y-13533373D01*
-X12957917Y-13552421D01*
-X12957917Y-13609563D01*
-X12948393Y-13628611D01*
-X12938870Y-13638135D01*
-X12919822Y-13647659D01*
-X12891251Y-13647659D01*
-X13015060Y-13514325D02*
-X13091251Y-13514325D01*
-X13043632Y-13447659D02*
-X13043632Y-13619087D01*
-X13053155Y-13638135D01*
-X13072203Y-13647659D01*
-X13091251Y-13647659D01*
-X13148393Y-13638135D02*
-X13167441Y-13647659D01*
-X13205536Y-13647659D01*
-X13224584Y-13638135D01*
-X13234108Y-13619087D01*
-X13234108Y-13609563D01*
-X13224584Y-13590516D01*
-X13205536Y-13580992D01*
-X13176965Y-13580992D01*
-X13157917Y-13571468D01*
-X13148393Y-13552421D01*
-X13148393Y-13542897D01*
-X13157917Y-13523849D01*
-X13176965Y-13514325D01*
-X13205536Y-13514325D01*
-X13224584Y-13523849D01*
-X13300774Y-13723849D02*
-X13310298Y-13714325D01*
-X13329346Y-13685754D01*
-X13338870Y-13666706D01*
-X13348393Y-13638135D01*
-X13357917Y-13590516D01*
-X13357917Y-13552421D01*
-X13348393Y-13504802D01*
-X13338870Y-13476230D01*
-X13329346Y-13457183D01*
-X13310298Y-13428611D01*
-X13300774Y-13419087D01*
-D14*
+X11681727Y-13723849D02*
+X11691251Y-13714325D01*
+X11710298Y-13685754D01*
+X11719822Y-13666706D01*
+X11729346Y-13638135D01*
+X11738870Y-13590516D01*
+X11738870Y-13552421D01*
+X11729346Y-13504802D01*
+X11719822Y-13476230D01*
+X11710298Y-13457183D01*
+X11691251Y-13428611D01*
+X11681727Y-13419087D01*
+D15*
X6898107Y-13849467D02*
X6898107Y-13792898D01*
X6841538Y-13792898D01*
@@ -2303,28 +2332,9 @@ X10443632Y-13740230D01*
X10453155Y-13721183D01*
X10472203Y-13692611D01*
X10481727Y-13683087D01*
-X10567441Y-13911659D02*
-X10605536Y-13911659D01*
-X10624584Y-13902135D01*
-X10634108Y-13892611D01*
-X10653155Y-13864040D01*
-X10662679Y-13825944D01*
-X10662679Y-13749754D01*
-X10653155Y-13730706D01*
-X10643632Y-13721183D01*
-X10624584Y-13711659D01*
-X10586489Y-13711659D01*
-X10567441Y-13721183D01*
-X10557917Y-13730706D01*
-X10548394Y-13749754D01*
-X10548394Y-13797373D01*
-X10557917Y-13816421D01*
-X10567441Y-13825944D01*
-X10586489Y-13835468D01*
-X10624584Y-13835468D01*
-X10643632Y-13825944D01*
-X10653155Y-13816421D01*
-X10662679Y-13797373D01*
+X10538870Y-13711659D02*
+X10672203Y-13711659D01*
+X10586489Y-13911659D01*
X10900774Y-13911659D02*
X10900774Y-13711659D01*
X10986489Y-13911659D02*
@@ -2396,72 +2406,47 @@ X11719822Y-13740230D01*
X11710298Y-13721183D01*
X11691251Y-13692611D01*
X11681727Y-13683087D01*
-D14*
-X6869822Y-14125183D02*
+D16*
+X6859822Y-14135183D02*
X6909822Y-14085183D01*
-X6869822Y-14045183D01*
-X6829822Y-14085183D01*
-X6869822Y-14125183D01*
+X6859822Y-14035183D01*
+X6809822Y-14085183D01*
+X6859822Y-14135183D01*
D11*
-X7205536Y-13975659D02*
-X7224584Y-13975659D01*
-X7243632Y-13985183D01*
-X7253155Y-13994706D01*
-X7262679Y-14013754D01*
-X7272203Y-14051849D01*
-X7272203Y-14099468D01*
-X7262679Y-14137563D01*
-X7253155Y-14156611D01*
-X7243632Y-14166135D01*
-X7224584Y-14175659D01*
-X7205536Y-14175659D01*
-X7186489Y-14166135D01*
-X7176965Y-14156611D01*
-X7167441Y-14137563D01*
-X7157917Y-14099468D01*
-X7157917Y-14051849D01*
-X7167441Y-14013754D01*
-X7176965Y-13994706D01*
-X7186489Y-13985183D01*
-X7205536Y-13975659D01*
+X7272203Y-14175659D02*
+X7157917Y-14175659D01*
+X7215060Y-14175659D02*
+X7215060Y-13975659D01*
+X7196012Y-14004230D01*
+X7176965Y-14023278D01*
+X7157917Y-14032802D01*
X7357917Y-14156611D02*
X7367441Y-14166135D01*
X7357917Y-14175659D01*
X7348393Y-14166135D01*
X7357917Y-14156611D01*
X7357917Y-14175659D01*
-X7481727Y-14061373D02*
-X7462679Y-14051849D01*
-X7453155Y-14042325D01*
-X7443632Y-14023278D01*
-X7443632Y-14013754D01*
-X7453155Y-13994706D01*
-X7462679Y-13985183D01*
-X7481727Y-13975659D01*
-X7519822Y-13975659D01*
-X7538870Y-13985183D01*
-X7548393Y-13994706D01*
-X7557917Y-14013754D01*
-X7557917Y-14023278D01*
-X7548393Y-14042325D01*
-X7538870Y-14051849D01*
-X7519822Y-14061373D01*
-X7481727Y-14061373D01*
-X7462679Y-14070897D01*
-X7453155Y-14080421D01*
-X7443632Y-14099468D01*
-X7443632Y-14137563D01*
-X7453155Y-14156611D01*
-X7462679Y-14166135D01*
-X7481727Y-14175659D01*
-X7519822Y-14175659D01*
-X7538870Y-14166135D01*
-X7548393Y-14156611D01*
-X7557917Y-14137563D01*
+X7491251Y-13975659D02*
+X7510298Y-13975659D01*
+X7529346Y-13985183D01*
+X7538870Y-13994706D01*
+X7548393Y-14013754D01*
+X7557917Y-14051849D01*
X7557917Y-14099468D01*
-X7548393Y-14080421D01*
-X7538870Y-14070897D01*
-X7519822Y-14061373D01*
+X7548393Y-14137563D01*
+X7538870Y-14156611D01*
+X7529346Y-14166135D01*
+X7510298Y-14175659D01*
+X7491251Y-14175659D01*
+X7472203Y-14166135D01*
+X7462679Y-14156611D01*
+X7453155Y-14137563D01*
+X7443632Y-14099468D01*
+X7443632Y-14051849D01*
+X7453155Y-14013754D01*
+X7462679Y-13994706D01*
+X7472203Y-13985183D01*
+X7491251Y-13975659D01*
X7681727Y-13975659D02*
X7700774Y-13975659D01*
X7719822Y-13985183D01*
@@ -2600,29 +2585,33 @@ X9615060Y-14175659D01*
X9557917Y-14175659D01*
X9538870Y-14166135D01*
X9529346Y-14156611D01*
-X9843632Y-14175659D02*
-X9729346Y-14175659D01*
-X9786489Y-14175659D02*
-X9786489Y-13975659D01*
-X9767441Y-14004230D01*
-X9748394Y-14023278D01*
-X9729346Y-14032802D01*
-X10024584Y-13975659D02*
-X9929346Y-13975659D01*
-X9919822Y-14070897D01*
-X9929346Y-14061373D01*
-X9948394Y-14051849D01*
-X9996013Y-14051849D01*
-X10015060Y-14061373D01*
-X10024584Y-14070897D01*
-X10034108Y-14089944D01*
-X10034108Y-14137563D01*
-X10024584Y-14156611D01*
-X10015060Y-14166135D01*
-X9996013Y-14175659D01*
-X9948394Y-14175659D01*
-X9929346Y-14166135D01*
-X9919822Y-14156611D01*
+X9748394Y-14175659D02*
+X9786489Y-14175659D01*
+X9805536Y-14166135D01*
+X9815060Y-14156611D01*
+X9834108Y-14128040D01*
+X9843632Y-14089944D01*
+X9843632Y-14013754D01*
+X9834108Y-13994706D01*
+X9824584Y-13985183D01*
+X9805536Y-13975659D01*
+X9767441Y-13975659D01*
+X9748394Y-13985183D01*
+X9738870Y-13994706D01*
+X9729346Y-14013754D01*
+X9729346Y-14061373D01*
+X9738870Y-14080421D01*
+X9748394Y-14089944D01*
+X9767441Y-14099468D01*
+X9805536Y-14099468D01*
+X9824584Y-14089944D01*
+X9834108Y-14080421D01*
+X9843632Y-14061373D01*
+X10015060Y-14042325D02*
+X10015060Y-14175659D01*
+X9967441Y-13966135D02*
+X9919822Y-14108992D01*
+X10043632Y-14108992D01*
X10110298Y-13975659D02*
X10110298Y-14013754D01*
X10186489Y-13975659D02*
@@ -2639,17 +2628,20 @@ X10443632Y-14004230D01*
X10453155Y-13985183D01*
X10472203Y-13956611D01*
X10481727Y-13947087D01*
-X10548394Y-13994706D02*
-X10557917Y-13985183D01*
-X10576965Y-13975659D01*
-X10624584Y-13975659D01*
-X10643632Y-13985183D01*
-X10653155Y-13994706D01*
-X10662679Y-14013754D01*
-X10662679Y-14032802D01*
-X10653155Y-14061373D01*
-X10538870Y-14175659D01*
-X10662679Y-14175659D01*
+X10538870Y-13975659D02*
+X10662679Y-13975659D01*
+X10596013Y-14051849D01*
+X10624584Y-14051849D01*
+X10643632Y-14061373D01*
+X10653155Y-14070897D01*
+X10662679Y-14089944D01*
+X10662679Y-14137563D01*
+X10653155Y-14156611D01*
+X10643632Y-14166135D01*
+X10624584Y-14175659D01*
+X10567441Y-14175659D01*
+X10548394Y-14166135D01*
+X10538870Y-14156611D01*
X10900774Y-14175659D02*
X10900774Y-13975659D01*
X10986489Y-14175659D02*
@@ -2721,15 +2713,15 @@ X11719822Y-14004230D01*
X11710298Y-13985183D01*
X11691251Y-13956611D01*
X11681727Y-13947087D01*
-D15*
-X6809822Y-14299183D02*
-X6909822Y-14399183D01*
-X6909822Y-14299183D02*
-X6809822Y-14399183D01*
+D17*
+X6759822Y-14274183D02*
+X6909822Y-14424183D01*
+X6909822Y-14274183D02*
+X6759822Y-14424183D01*
X6909822Y-14349183D02*
G75*
G03*
-X6909822Y-14349183I-50000J0D01*
+X6909822Y-14349183I-75000J0D01*
G01*
D11*
X7272203Y-14439659D02*
@@ -2745,27 +2737,22 @@ X7357917Y-14439659D01*
X7348393Y-14430135D01*
X7357917Y-14420611D01*
X7357917Y-14439659D01*
-X7491251Y-14239659D02*
-X7510298Y-14239659D01*
-X7529346Y-14249183D01*
-X7538870Y-14258706D01*
-X7548393Y-14277754D01*
-X7557917Y-14315849D01*
-X7557917Y-14363468D01*
-X7548393Y-14401563D01*
-X7538870Y-14420611D01*
-X7529346Y-14430135D01*
-X7510298Y-14439659D01*
-X7491251Y-14439659D01*
-X7472203Y-14430135D01*
-X7462679Y-14420611D01*
-X7453155Y-14401563D01*
-X7443632Y-14363468D01*
-X7443632Y-14315849D01*
-X7453155Y-14277754D01*
-X7462679Y-14258706D01*
-X7472203Y-14249183D01*
-X7491251Y-14239659D01*
+X7548393Y-14239659D02*
+X7453155Y-14239659D01*
+X7443632Y-14334897D01*
+X7453155Y-14325373D01*
+X7472203Y-14315849D01*
+X7519822Y-14315849D01*
+X7538870Y-14325373D01*
+X7548393Y-14334897D01*
+X7557917Y-14353944D01*
+X7557917Y-14401563D01*
+X7548393Y-14420611D01*
+X7538870Y-14430135D01*
+X7519822Y-14439659D01*
+X7472203Y-14439659D01*
+X7453155Y-14430135D01*
+X7443632Y-14420611D01*
X7681727Y-14239659D02*
X7700774Y-14239659D01*
X7719822Y-14249183D01*
@@ -2890,9 +2877,11 @@ X9357917Y-14277754D01*
X9367441Y-14258706D01*
X9376965Y-14249183D01*
X9396013Y-14239659D01*
-X9529346Y-14239659D02*
-X9653155Y-14239659D01*
-X9586489Y-14315849D01*
+X9643632Y-14239659D02*
+X9548394Y-14239659D01*
+X9538870Y-14334897D01*
+X9548394Y-14325373D01*
+X9567441Y-14315849D01*
X9615060Y-14315849D01*
X9634108Y-14325373D01*
X9643632Y-14334897D01*
@@ -2901,9 +2890,9 @@ X9653155Y-14401563D01*
X9643632Y-14420611D01*
X9634108Y-14430135D01*
X9615060Y-14439659D01*
-X9557917Y-14439659D01*
-X9538870Y-14430135D01*
-X9529346Y-14420611D01*
+X9567441Y-14439659D01*
+X9548394Y-14430135D01*
+X9538870Y-14420611D01*
X9748394Y-14439659D02*
X9786489Y-14439659D01*
X9805536Y-14430135D01*
@@ -2926,11 +2915,13 @@ X9805536Y-14363468D01*
X9824584Y-14353944D01*
X9834108Y-14344421D01*
X9843632Y-14325373D01*
-X10015060Y-14306325D02*
-X10015060Y-14439659D01*
-X9967441Y-14230135D02*
-X9919822Y-14372992D01*
-X10043632Y-14372992D01*
+X10034108Y-14439659D02*
+X9919822Y-14439659D01*
+X9976965Y-14439659D02*
+X9976965Y-14239659D01*
+X9957917Y-14268230D01*
+X9938870Y-14287278D01*
+X9919822Y-14296802D01*
X10110298Y-14239659D02*
X10110298Y-14277754D01*
X10186489Y-14239659D02*
@@ -2947,20 +2938,38 @@ X10443632Y-14268230D01*
X10453155Y-14249183D01*
X10472203Y-14220611D01*
X10481727Y-14211087D01*
-X10538870Y-14239659D02*
-X10662679Y-14239659D01*
-X10596013Y-14315849D01*
-X10624584Y-14315849D01*
-X10643632Y-14325373D01*
-X10653155Y-14334897D01*
-X10662679Y-14353944D01*
-X10662679Y-14401563D01*
-X10653155Y-14420611D01*
-X10643632Y-14430135D01*
+X10586489Y-14325373D02*
+X10567441Y-14315849D01*
+X10557917Y-14306325D01*
+X10548394Y-14287278D01*
+X10548394Y-14277754D01*
+X10557917Y-14258706D01*
+X10567441Y-14249183D01*
+X10586489Y-14239659D01*
+X10624584Y-14239659D01*
+X10643632Y-14249183D01*
+X10653155Y-14258706D01*
+X10662679Y-14277754D01*
+X10662679Y-14287278D01*
+X10653155Y-14306325D01*
+X10643632Y-14315849D01*
+X10624584Y-14325373D01*
+X10586489Y-14325373D01*
+X10567441Y-14334897D01*
+X10557917Y-14344421D01*
+X10548394Y-14363468D01*
+X10548394Y-14401563D01*
+X10557917Y-14420611D01*
+X10567441Y-14430135D01*
+X10586489Y-14439659D01*
X10624584Y-14439659D01*
-X10567441Y-14439659D01*
-X10548394Y-14430135D01*
-X10538870Y-14420611D01*
+X10643632Y-14430135D01*
+X10653155Y-14420611D01*
+X10662679Y-14401563D01*
+X10662679Y-14363468D01*
+X10653155Y-14344421D01*
+X10643632Y-14334897D01*
+X10624584Y-14325373D01*
X10900774Y-14439659D02*
X10900774Y-14239659D01*
X10986489Y-14439659D02*
@@ -3032,875 +3041,875 @@ X11719822Y-14268230D01*
X11710298Y-14249183D01*
X11691251Y-14220611D01*
X11681727Y-14211087D01*
-D16*
-X6844822Y-14580683D02*
-X6909822Y-14645683D01*
-X6909822Y-14580683D02*
-X6844822Y-14645683D01*
-X6877322Y-14580683D02*
-X6877322Y-14645683D01*
-X6844822Y-14613183D02*
-X6909822Y-14613183D01*
+D14*
+X6844822Y-14586683D02*
+X6909822Y-14651683D01*
+X6909822Y-14586683D02*
+X6844822Y-14651683D01*
+X6877322Y-14586683D02*
+X6877322Y-14651683D01*
+X6844822Y-14619183D02*
+X6909822Y-14619183D01*
D11*
-X7205536Y-14503659D02*
-X7224584Y-14503659D01*
-X7243632Y-14513183D01*
-X7253155Y-14522706D01*
-X7262679Y-14541754D01*
-X7272203Y-14579849D01*
-X7272203Y-14627468D01*
-X7262679Y-14665563D01*
-X7253155Y-14684611D01*
-X7243632Y-14694135D01*
-X7224584Y-14703659D01*
-X7205536Y-14703659D01*
-X7186489Y-14694135D01*
-X7176965Y-14684611D01*
-X7167441Y-14665563D01*
-X7157917Y-14627468D01*
-X7157917Y-14579849D01*
-X7167441Y-14541754D01*
-X7176965Y-14522706D01*
-X7186489Y-14513183D01*
-X7205536Y-14503659D01*
-X7357917Y-14684611D02*
-X7367441Y-14694135D01*
-X7357917Y-14703659D01*
-X7348393Y-14694135D01*
-X7357917Y-14684611D01*
-X7357917Y-14703659D01*
-X7538870Y-14503659D02*
-X7500774Y-14503659D01*
-X7481727Y-14513183D01*
-X7472203Y-14522706D01*
-X7453155Y-14551278D01*
-X7443632Y-14589373D01*
-X7443632Y-14665563D01*
-X7453155Y-14684611D01*
-X7462679Y-14694135D01*
-X7481727Y-14703659D01*
-X7519822Y-14703659D01*
-X7538870Y-14694135D01*
-X7548393Y-14684611D01*
-X7557917Y-14665563D01*
-X7557917Y-14617944D01*
-X7548393Y-14598897D01*
-X7538870Y-14589373D01*
-X7519822Y-14579849D01*
-X7481727Y-14579849D01*
-X7462679Y-14589373D01*
-X7453155Y-14598897D01*
-X7443632Y-14617944D01*
-X7738870Y-14503659D02*
-X7643632Y-14503659D01*
-X7634108Y-14598897D01*
-X7643632Y-14589373D01*
-X7662679Y-14579849D01*
-X7710298Y-14579849D01*
-X7729346Y-14589373D01*
-X7738870Y-14598897D01*
-X7748393Y-14617944D01*
-X7748393Y-14665563D01*
-X7738870Y-14684611D01*
-X7729346Y-14694135D01*
-X7710298Y-14703659D01*
-X7662679Y-14703659D01*
-X7643632Y-14694135D01*
-X7634108Y-14684611D01*
-X7872203Y-14503659D02*
-X7891251Y-14503659D01*
-X7910298Y-14513183D01*
-X7919822Y-14522706D01*
-X7929346Y-14541754D01*
-X7938870Y-14579849D01*
-X7938870Y-14627468D01*
-X7929346Y-14665563D01*
-X7919822Y-14684611D01*
-X7910298Y-14694135D01*
-X7891251Y-14703659D01*
-X7872203Y-14703659D01*
-X7853155Y-14694135D01*
-X7843632Y-14684611D01*
-X7834108Y-14665563D01*
-X7824584Y-14627468D01*
-X7824584Y-14579849D01*
-X7834108Y-14541754D01*
-X7843632Y-14522706D01*
-X7853155Y-14513183D01*
-X7872203Y-14503659D01*
-X8024584Y-14703659D02*
-X8024584Y-14570325D01*
-X8024584Y-14589373D02*
-X8034108Y-14579849D01*
-X8053155Y-14570325D01*
-X8081727Y-14570325D01*
-X8100774Y-14579849D01*
-X8110298Y-14598897D01*
-X8110298Y-14703659D01*
-X8110298Y-14598897D02*
-X8119822Y-14579849D01*
-X8138870Y-14570325D01*
-X8167441Y-14570325D01*
-X8186489Y-14579849D01*
-X8196012Y-14598897D01*
-X8196012Y-14703659D01*
-X8291251Y-14703659D02*
-X8291251Y-14570325D01*
-X8291251Y-14589373D02*
-X8300774Y-14579849D01*
-X8319822Y-14570325D01*
-X8348393Y-14570325D01*
-X8367441Y-14579849D01*
-X8376965Y-14598897D01*
-X8376965Y-14703659D01*
-X8376965Y-14598897D02*
-X8386489Y-14579849D01*
-X8405536Y-14570325D01*
-X8434108Y-14570325D01*
-X8453155Y-14579849D01*
-X8462679Y-14598897D01*
-X8462679Y-14703659D01*
-X8853155Y-14494135D02*
-X8681727Y-14751278D01*
-X9110298Y-14503659D02*
-X9129346Y-14503659D01*
-X9148394Y-14513183D01*
-X9157917Y-14522706D01*
-X9167441Y-14541754D01*
-X9176965Y-14579849D01*
-X9176965Y-14627468D01*
-X9167441Y-14665563D01*
-X9157917Y-14684611D01*
-X9148394Y-14694135D01*
-X9129346Y-14703659D01*
-X9110298Y-14703659D01*
-X9091251Y-14694135D01*
-X9081727Y-14684611D01*
-X9072203Y-14665563D01*
-X9062679Y-14627468D01*
-X9062679Y-14579849D01*
-X9072203Y-14541754D01*
-X9081727Y-14522706D01*
-X9091251Y-14513183D01*
-X9110298Y-14503659D01*
-X9262679Y-14684611D02*
-X9272203Y-14694135D01*
-X9262679Y-14703659D01*
-X9253155Y-14694135D01*
-X9262679Y-14684611D01*
-X9262679Y-14703659D01*
-X9396013Y-14503659D02*
-X9415060Y-14503659D01*
-X9434108Y-14513183D01*
-X9443632Y-14522706D01*
-X9453155Y-14541754D01*
-X9462679Y-14579849D01*
-X9462679Y-14627468D01*
-X9453155Y-14665563D01*
-X9443632Y-14684611D01*
-X9434108Y-14694135D01*
-X9415060Y-14703659D01*
-X9396013Y-14703659D01*
-X9376965Y-14694135D01*
-X9367441Y-14684611D01*
-X9357917Y-14665563D01*
-X9348394Y-14627468D01*
-X9348394Y-14579849D01*
-X9357917Y-14541754D01*
-X9367441Y-14522706D01*
-X9376965Y-14513183D01*
-X9396013Y-14503659D01*
-X9538870Y-14522706D02*
-X9548394Y-14513183D01*
-X9567441Y-14503659D01*
-X9615060Y-14503659D01*
-X9634108Y-14513183D01*
-X9643632Y-14522706D01*
-X9653155Y-14541754D01*
-X9653155Y-14560802D01*
-X9643632Y-14589373D01*
-X9529346Y-14703659D01*
-X9653155Y-14703659D01*
-X9834108Y-14503659D02*
-X9738870Y-14503659D01*
-X9729346Y-14598897D01*
-X9738870Y-14589373D01*
-X9757917Y-14579849D01*
-X9805536Y-14579849D01*
-X9824584Y-14589373D01*
-X9834108Y-14598897D01*
-X9843632Y-14617944D01*
-X9843632Y-14665563D01*
-X9834108Y-14684611D01*
-X9824584Y-14694135D01*
-X9805536Y-14703659D01*
-X9757917Y-14703659D01*
-X9738870Y-14694135D01*
-X9729346Y-14684611D01*
-X10015060Y-14503659D02*
-X9976965Y-14503659D01*
-X9957917Y-14513183D01*
-X9948394Y-14522706D01*
-X9929346Y-14551278D01*
-X9919822Y-14589373D01*
-X9919822Y-14665563D01*
-X9929346Y-14684611D01*
-X9938870Y-14694135D01*
-X9957917Y-14703659D01*
-X9996013Y-14703659D01*
-X10015060Y-14694135D01*
-X10024584Y-14684611D01*
-X10034108Y-14665563D01*
-X10034108Y-14617944D01*
-X10024584Y-14598897D01*
-X10015060Y-14589373D01*
-X9996013Y-14579849D01*
-X9957917Y-14579849D01*
-X9938870Y-14589373D01*
-X9929346Y-14598897D01*
-X9919822Y-14617944D01*
-X10110298Y-14503659D02*
-X10110298Y-14541754D01*
-X10186489Y-14503659D02*
-X10186489Y-14541754D01*
-X10481727Y-14779849D02*
-X10472203Y-14770325D01*
-X10453155Y-14741754D01*
-X10443632Y-14722706D01*
-X10434108Y-14694135D01*
-X10424584Y-14646516D01*
-X10424584Y-14608421D01*
-X10434108Y-14560802D01*
-X10443632Y-14532230D01*
-X10453155Y-14513183D01*
-X10472203Y-14484611D01*
-X10481727Y-14475087D01*
-X10548394Y-14522706D02*
-X10557917Y-14513183D01*
-X10576965Y-14503659D01*
-X10624584Y-14503659D01*
-X10643632Y-14513183D01*
-X10653155Y-14522706D01*
-X10662679Y-14541754D01*
-X10662679Y-14560802D01*
-X10653155Y-14589373D01*
-X10538870Y-14703659D01*
-X10662679Y-14703659D01*
-X10900774Y-14703659D02*
-X10900774Y-14503659D01*
-X10986489Y-14703659D02*
-X10986489Y-14598897D01*
-X10976965Y-14579849D01*
-X10957917Y-14570325D01*
-X10929346Y-14570325D01*
-X10910298Y-14579849D01*
-X10900774Y-14589373D01*
-X11110298Y-14703659D02*
-X11091251Y-14694135D01*
-X11081727Y-14684611D01*
-X11072203Y-14665563D01*
-X11072203Y-14608421D01*
-X11081727Y-14589373D01*
-X11091251Y-14579849D01*
-X11110298Y-14570325D01*
-X11138870Y-14570325D01*
-X11157917Y-14579849D01*
-X11167441Y-14589373D01*
-X11176965Y-14608421D01*
-X11176965Y-14665563D01*
-X11167441Y-14684611D01*
-X11157917Y-14694135D01*
-X11138870Y-14703659D01*
-X11110298Y-14703659D01*
-X11291251Y-14703659D02*
-X11272203Y-14694135D01*
-X11262679Y-14675087D01*
-X11262679Y-14503659D01*
-X11443632Y-14694135D02*
-X11424584Y-14703659D01*
-X11386489Y-14703659D01*
-X11367441Y-14694135D01*
-X11357917Y-14675087D01*
-X11357917Y-14598897D01*
-X11367441Y-14579849D01*
-X11386489Y-14570325D01*
-X11424584Y-14570325D01*
-X11443632Y-14579849D01*
-X11453155Y-14598897D01*
-X11453155Y-14617944D01*
-X11357917Y-14636992D01*
-X11529346Y-14694135D02*
-X11548393Y-14703659D01*
-X11586489Y-14703659D01*
-X11605536Y-14694135D01*
-X11615060Y-14675087D01*
-X11615060Y-14665563D01*
-X11605536Y-14646516D01*
-X11586489Y-14636992D01*
-X11557917Y-14636992D01*
-X11538870Y-14627468D01*
-X11529346Y-14608421D01*
-X11529346Y-14598897D01*
-X11538870Y-14579849D01*
-X11557917Y-14570325D01*
-X11586489Y-14570325D01*
-X11605536Y-14579849D01*
-X11681727Y-14779849D02*
-X11691251Y-14770325D01*
-X11710298Y-14741754D01*
-X11719822Y-14722706D01*
-X11729346Y-14694135D01*
-X11738870Y-14646516D01*
-X11738870Y-14608421D01*
-X11729346Y-14560802D01*
-X11719822Y-14532230D01*
-X11710298Y-14513183D01*
-X11691251Y-14484611D01*
-X11681727Y-14475087D01*
-X12043632Y-14779849D02*
-X12034108Y-14770325D01*
-X12015060Y-14741754D01*
-X12005536Y-14722706D01*
-X11996012Y-14694135D01*
-X11986489Y-14646516D01*
-X11986489Y-14608421D01*
-X11996012Y-14560802D01*
-X12005536Y-14532230D01*
-X12015060Y-14513183D01*
-X12034108Y-14484611D01*
-X12043632Y-14475087D01*
-X12119822Y-14570325D02*
-X12119822Y-14703659D01*
-X12119822Y-14589373D02*
-X12129346Y-14579849D01*
-X12148393Y-14570325D01*
-X12176965Y-14570325D01*
-X12196012Y-14579849D01*
-X12205536Y-14598897D01*
-X12205536Y-14703659D01*
-X12329346Y-14703659D02*
-X12310298Y-14694135D01*
-X12300774Y-14684611D01*
-X12291251Y-14665563D01*
-X12291251Y-14608421D01*
-X12300774Y-14589373D01*
-X12310298Y-14579849D01*
-X12329346Y-14570325D01*
-X12357917Y-14570325D01*
-X12376965Y-14579849D01*
-X12386489Y-14589373D01*
-X12396012Y-14608421D01*
-X12396012Y-14665563D01*
-X12386489Y-14684611D01*
-X12376965Y-14694135D01*
-X12357917Y-14703659D01*
-X12329346Y-14703659D01*
-X12453155Y-14570325D02*
-X12529346Y-14570325D01*
-X12481727Y-14503659D02*
-X12481727Y-14675087D01*
-X12491251Y-14694135D01*
-X12510298Y-14703659D01*
-X12529346Y-14703659D01*
-X12748393Y-14570325D02*
-X12748393Y-14770325D01*
-X12748393Y-14579849D02*
-X12767441Y-14570325D01*
-X12805536Y-14570325D01*
-X12824584Y-14579849D01*
-X12834108Y-14589373D01*
-X12843632Y-14608421D01*
-X12843632Y-14665563D01*
-X12834108Y-14684611D01*
-X12824584Y-14694135D01*
-X12805536Y-14703659D01*
-X12767441Y-14703659D01*
-X12748393Y-14694135D01*
-X12957917Y-14703659D02*
-X12938870Y-14694135D01*
-X12929346Y-14675087D01*
-X12929346Y-14503659D01*
-X13119822Y-14703659D02*
-X13119822Y-14598897D01*
-X13110298Y-14579849D01*
-X13091251Y-14570325D01*
-X13053155Y-14570325D01*
-X13034108Y-14579849D01*
-X13119822Y-14694135D02*
-X13100774Y-14703659D01*
-X13053155Y-14703659D01*
-X13034108Y-14694135D01*
-X13024584Y-14675087D01*
-X13024584Y-14656040D01*
-X13034108Y-14636992D01*
-X13053155Y-14627468D01*
-X13100774Y-14627468D01*
-X13119822Y-14617944D01*
-X13186489Y-14570325D02*
-X13262679Y-14570325D01*
-X13215060Y-14503659D02*
-X13215060Y-14675087D01*
-X13224584Y-14694135D01*
-X13243632Y-14703659D01*
-X13262679Y-14703659D01*
-X13405536Y-14694135D02*
-X13386489Y-14703659D01*
-X13348393Y-14703659D01*
-X13329346Y-14694135D01*
-X13319822Y-14675087D01*
-X13319822Y-14598897D01*
-X13329346Y-14579849D01*
-X13348393Y-14570325D01*
-X13386489Y-14570325D01*
-X13405536Y-14579849D01*
-X13415060Y-14598897D01*
-X13415060Y-14617944D01*
-X13319822Y-14636992D01*
-X13586489Y-14703659D02*
-X13586489Y-14503659D01*
-X13586489Y-14694135D02*
-X13567441Y-14703659D01*
-X13529346Y-14703659D01*
-X13510298Y-14694135D01*
-X13500774Y-14684611D01*
-X13491251Y-14665563D01*
-X13491251Y-14608421D01*
-X13500774Y-14589373D01*
-X13510298Y-14579849D01*
-X13529346Y-14570325D01*
-X13567441Y-14570325D01*
-X13586489Y-14579849D01*
-X13662679Y-14779849D02*
-X13672203Y-14770325D01*
-X13691251Y-14741754D01*
-X13700774Y-14722706D01*
-X13710298Y-14694135D01*
-X13719822Y-14646516D01*
-X13719822Y-14608421D01*
-X13710298Y-14560802D01*
-X13700774Y-14532230D01*
-X13691251Y-14513183D01*
-X13672203Y-14484611D01*
-X13662679Y-14475087D01*
-X6709822Y-14777183D02*
-X6909822Y-14977183D01*
-X6909822Y-14777183D02*
-X6709822Y-14977183D01*
-X6880533Y-14947894D02*
-X6880533Y-14806471D01*
-X6739111Y-14806471D01*
-X6739111Y-14947894D01*
-X6880533Y-14947894D01*
-X7148393Y-14767659D02*
-X7272203Y-14767659D01*
-X7205536Y-14843849D01*
-X7234108Y-14843849D01*
-X7253155Y-14853373D01*
-X7262679Y-14862897D01*
-X7272203Y-14881944D01*
-X7272203Y-14929563D01*
-X7262679Y-14948611D01*
-X7253155Y-14958135D01*
-X7234108Y-14967659D01*
-X7176965Y-14967659D01*
-X7157917Y-14958135D01*
-X7148393Y-14948611D01*
-X7357917Y-14948611D02*
-X7367441Y-14958135D01*
-X7357917Y-14967659D01*
-X7348393Y-14958135D01*
-X7357917Y-14948611D01*
-X7357917Y-14967659D01*
-X7443632Y-14786706D02*
-X7453155Y-14777183D01*
-X7472203Y-14767659D01*
-X7519822Y-14767659D01*
-X7538870Y-14777183D01*
-X7548393Y-14786706D01*
-X7557917Y-14805754D01*
-X7557917Y-14824802D01*
-X7548393Y-14853373D01*
-X7434108Y-14967659D01*
-X7557917Y-14967659D01*
-X7681727Y-14767659D02*
-X7700774Y-14767659D01*
-X7719822Y-14777183D01*
-X7729346Y-14786706D01*
-X7738870Y-14805754D01*
-X7748393Y-14843849D01*
-X7748393Y-14891468D01*
-X7738870Y-14929563D01*
-X7729346Y-14948611D01*
-X7719822Y-14958135D01*
-X7700774Y-14967659D01*
-X7681727Y-14967659D01*
-X7662679Y-14958135D01*
-X7653155Y-14948611D01*
-X7643632Y-14929563D01*
-X7634108Y-14891468D01*
-X7634108Y-14843849D01*
-X7643632Y-14805754D01*
-X7653155Y-14786706D01*
-X7662679Y-14777183D01*
-X7681727Y-14767659D01*
-X7872203Y-14767659D02*
-X7891251Y-14767659D01*
-X7910298Y-14777183D01*
-X7919822Y-14786706D01*
-X7929346Y-14805754D01*
-X7938870Y-14843849D01*
-X7938870Y-14891468D01*
-X7929346Y-14929563D01*
-X7919822Y-14948611D01*
-X7910298Y-14958135D01*
-X7891251Y-14967659D01*
-X7872203Y-14967659D01*
-X7853155Y-14958135D01*
-X7843632Y-14948611D01*
-X7834108Y-14929563D01*
-X7824584Y-14891468D01*
-X7824584Y-14843849D01*
-X7834108Y-14805754D01*
-X7843632Y-14786706D01*
-X7853155Y-14777183D01*
-X7872203Y-14767659D01*
-X8024584Y-14967659D02*
-X8024584Y-14834325D01*
-X8024584Y-14853373D02*
-X8034108Y-14843849D01*
-X8053155Y-14834325D01*
-X8081727Y-14834325D01*
-X8100774Y-14843849D01*
-X8110298Y-14862897D01*
-X8110298Y-14967659D01*
-X8110298Y-14862897D02*
-X8119822Y-14843849D01*
-X8138870Y-14834325D01*
-X8167441Y-14834325D01*
-X8186489Y-14843849D01*
-X8196012Y-14862897D01*
-X8196012Y-14967659D01*
-X8291251Y-14967659D02*
-X8291251Y-14834325D01*
-X8291251Y-14853373D02*
-X8300774Y-14843849D01*
-X8319822Y-14834325D01*
-X8348393Y-14834325D01*
-X8367441Y-14843849D01*
-X8376965Y-14862897D01*
-X8376965Y-14967659D01*
-X8376965Y-14862897D02*
-X8386489Y-14843849D01*
-X8405536Y-14834325D01*
-X8434108Y-14834325D01*
-X8453155Y-14843849D01*
-X8462679Y-14862897D01*
-X8462679Y-14967659D01*
-X8853155Y-14758135D02*
-X8681727Y-15015278D01*
-X9110298Y-14767659D02*
-X9129346Y-14767659D01*
-X9148394Y-14777183D01*
-X9157917Y-14786706D01*
-X9167441Y-14805754D01*
-X9176965Y-14843849D01*
-X9176965Y-14891468D01*
-X9167441Y-14929563D01*
-X9157917Y-14948611D01*
-X9148394Y-14958135D01*
-X9129346Y-14967659D01*
-X9110298Y-14967659D01*
-X9091251Y-14958135D01*
-X9081727Y-14948611D01*
-X9072203Y-14929563D01*
-X9062679Y-14891468D01*
-X9062679Y-14843849D01*
-X9072203Y-14805754D01*
-X9081727Y-14786706D01*
-X9091251Y-14777183D01*
-X9110298Y-14767659D01*
-X9262679Y-14948611D02*
-X9272203Y-14958135D01*
-X9262679Y-14967659D01*
-X9253155Y-14958135D01*
-X9262679Y-14948611D01*
-X9262679Y-14967659D01*
-X9462679Y-14967659D02*
-X9348394Y-14967659D01*
-X9405536Y-14967659D02*
-X9405536Y-14767659D01*
-X9386489Y-14796230D01*
-X9367441Y-14815278D01*
-X9348394Y-14824802D01*
-X9538870Y-14786706D02*
-X9548394Y-14777183D01*
-X9567441Y-14767659D01*
-X9615060Y-14767659D01*
-X9634108Y-14777183D01*
-X9643632Y-14786706D01*
-X9653155Y-14805754D01*
-X9653155Y-14824802D01*
-X9643632Y-14853373D01*
-X9529346Y-14967659D01*
-X9653155Y-14967659D01*
-X9824584Y-14767659D02*
-X9786489Y-14767659D01*
-X9767441Y-14777183D01*
-X9757917Y-14786706D01*
-X9738870Y-14815278D01*
-X9729346Y-14853373D01*
-X9729346Y-14929563D01*
-X9738870Y-14948611D01*
-X9748394Y-14958135D01*
-X9767441Y-14967659D01*
-X9805536Y-14967659D01*
-X9824584Y-14958135D01*
-X9834108Y-14948611D01*
-X9843632Y-14929563D01*
-X9843632Y-14881944D01*
-X9834108Y-14862897D01*
-X9824584Y-14853373D01*
-X9805536Y-14843849D01*
-X9767441Y-14843849D01*
-X9748394Y-14853373D01*
-X9738870Y-14862897D01*
-X9729346Y-14881944D01*
-X9967441Y-14767659D02*
-X9986489Y-14767659D01*
-X10005536Y-14777183D01*
-X10015060Y-14786706D01*
-X10024584Y-14805754D01*
-X10034108Y-14843849D01*
-X10034108Y-14891468D01*
-X10024584Y-14929563D01*
-X10015060Y-14948611D01*
-X10005536Y-14958135D01*
-X9986489Y-14967659D01*
-X9967441Y-14967659D01*
-X9948394Y-14958135D01*
-X9938870Y-14948611D01*
-X9929346Y-14929563D01*
-X9919822Y-14891468D01*
-X9919822Y-14843849D01*
-X9929346Y-14805754D01*
-X9938870Y-14786706D01*
-X9948394Y-14777183D01*
-X9967441Y-14767659D01*
-X10110298Y-14767659D02*
-X10110298Y-14805754D01*
-X10186489Y-14767659D02*
-X10186489Y-14805754D01*
-X10481727Y-15043849D02*
-X10472203Y-15034325D01*
-X10453155Y-15005754D01*
-X10443632Y-14986706D01*
-X10434108Y-14958135D01*
-X10424584Y-14910516D01*
-X10424584Y-14872421D01*
-X10434108Y-14824802D01*
-X10443632Y-14796230D01*
-X10453155Y-14777183D01*
-X10472203Y-14748611D01*
-X10481727Y-14739087D01*
-X10643632Y-14834325D02*
-X10643632Y-14967659D01*
-X10596013Y-14758135D02*
-X10548394Y-14900992D01*
-X10672203Y-14900992D01*
-X10900774Y-14967659D02*
-X10900774Y-14767659D01*
-X10986489Y-14967659D02*
-X10986489Y-14862897D01*
-X10976965Y-14843849D01*
-X10957917Y-14834325D01*
-X10929346Y-14834325D01*
-X10910298Y-14843849D01*
-X10900774Y-14853373D01*
-X11110298Y-14967659D02*
-X11091251Y-14958135D01*
-X11081727Y-14948611D01*
-X11072203Y-14929563D01*
-X11072203Y-14872421D01*
-X11081727Y-14853373D01*
-X11091251Y-14843849D01*
-X11110298Y-14834325D01*
-X11138870Y-14834325D01*
-X11157917Y-14843849D01*
-X11167441Y-14853373D01*
-X11176965Y-14872421D01*
-X11176965Y-14929563D01*
-X11167441Y-14948611D01*
-X11157917Y-14958135D01*
-X11138870Y-14967659D01*
-X11110298Y-14967659D01*
-X11291251Y-14967659D02*
-X11272203Y-14958135D01*
-X11262679Y-14939087D01*
-X11262679Y-14767659D01*
-X11443632Y-14958135D02*
-X11424584Y-14967659D01*
-X11386489Y-14967659D01*
-X11367441Y-14958135D01*
-X11357917Y-14939087D01*
-X11357917Y-14862897D01*
-X11367441Y-14843849D01*
-X11386489Y-14834325D01*
-X11424584Y-14834325D01*
-X11443632Y-14843849D01*
-X11453155Y-14862897D01*
-X11453155Y-14881944D01*
-X11357917Y-14900992D01*
-X11529346Y-14958135D02*
-X11548393Y-14967659D01*
-X11586489Y-14967659D01*
-X11605536Y-14958135D01*
-X11615060Y-14939087D01*
-X11615060Y-14929563D01*
-X11605536Y-14910516D01*
-X11586489Y-14900992D01*
-X11557917Y-14900992D01*
-X11538870Y-14891468D01*
-X11529346Y-14872421D01*
-X11529346Y-14862897D01*
-X11538870Y-14843849D01*
-X11557917Y-14834325D01*
-X11586489Y-14834325D01*
-X11605536Y-14843849D01*
-X11681727Y-15043849D02*
-X11691251Y-15034325D01*
-X11710298Y-15005754D01*
-X11719822Y-14986706D01*
-X11729346Y-14958135D01*
-X11738870Y-14910516D01*
-X11738870Y-14872421D01*
-X11729346Y-14824802D01*
-X11719822Y-14796230D01*
-X11710298Y-14777183D01*
-X11691251Y-14748611D01*
-X11681727Y-14739087D01*
-X12043632Y-15043849D02*
-X12034108Y-15034325D01*
-X12015060Y-15005754D01*
-X12005536Y-14986706D01*
-X11996012Y-14958135D01*
-X11986489Y-14910516D01*
-X11986489Y-14872421D01*
-X11996012Y-14824802D01*
-X12005536Y-14796230D01*
-X12015060Y-14777183D01*
-X12034108Y-14748611D01*
-X12043632Y-14739087D01*
-X12119822Y-14834325D02*
-X12119822Y-14967659D01*
-X12119822Y-14853373D02*
-X12129346Y-14843849D01*
-X12148393Y-14834325D01*
-X12176965Y-14834325D01*
-X12196012Y-14843849D01*
-X12205536Y-14862897D01*
-X12205536Y-14967659D01*
-X12329346Y-14967659D02*
-X12310298Y-14958135D01*
-X12300774Y-14948611D01*
-X12291251Y-14929563D01*
-X12291251Y-14872421D01*
-X12300774Y-14853373D01*
-X12310298Y-14843849D01*
-X12329346Y-14834325D01*
-X12357917Y-14834325D01*
-X12376965Y-14843849D01*
-X12386489Y-14853373D01*
-X12396012Y-14872421D01*
-X12396012Y-14929563D01*
-X12386489Y-14948611D01*
-X12376965Y-14958135D01*
-X12357917Y-14967659D01*
-X12329346Y-14967659D01*
-X12453155Y-14834325D02*
-X12529346Y-14834325D01*
-X12481727Y-14767659D02*
-X12481727Y-14939087D01*
-X12491251Y-14958135D01*
-X12510298Y-14967659D01*
-X12529346Y-14967659D01*
-X12748393Y-14834325D02*
-X12748393Y-15034325D01*
-X12748393Y-14843849D02*
-X12767441Y-14834325D01*
-X12805536Y-14834325D01*
-X12824584Y-14843849D01*
-X12834108Y-14853373D01*
-X12843632Y-14872421D01*
-X12843632Y-14929563D01*
-X12834108Y-14948611D01*
-X12824584Y-14958135D01*
-X12805536Y-14967659D01*
-X12767441Y-14967659D01*
-X12748393Y-14958135D01*
-X12957917Y-14967659D02*
-X12938870Y-14958135D01*
-X12929346Y-14939087D01*
-X12929346Y-14767659D01*
-X13119822Y-14967659D02*
-X13119822Y-14862897D01*
-X13110298Y-14843849D01*
-X13091251Y-14834325D01*
-X13053155Y-14834325D01*
-X13034108Y-14843849D01*
-X13119822Y-14958135D02*
-X13100774Y-14967659D01*
-X13053155Y-14967659D01*
-X13034108Y-14958135D01*
-X13024584Y-14939087D01*
-X13024584Y-14920040D01*
-X13034108Y-14900992D01*
-X13053155Y-14891468D01*
-X13100774Y-14891468D01*
-X13119822Y-14881944D01*
-X13186489Y-14834325D02*
-X13262679Y-14834325D01*
-X13215060Y-14767659D02*
-X13215060Y-14939087D01*
-X13224584Y-14958135D01*
-X13243632Y-14967659D01*
-X13262679Y-14967659D01*
-X13405536Y-14958135D02*
-X13386489Y-14967659D01*
-X13348393Y-14967659D01*
-X13329346Y-14958135D01*
-X13319822Y-14939087D01*
-X13319822Y-14862897D01*
-X13329346Y-14843849D01*
-X13348393Y-14834325D01*
-X13386489Y-14834325D01*
-X13405536Y-14843849D01*
-X13415060Y-14862897D01*
-X13415060Y-14881944D01*
-X13319822Y-14900992D01*
-X13586489Y-14967659D02*
-X13586489Y-14767659D01*
-X13586489Y-14958135D02*
-X13567441Y-14967659D01*
-X13529346Y-14967659D01*
-X13510298Y-14958135D01*
-X13500774Y-14948611D01*
-X13491251Y-14929563D01*
-X13491251Y-14872421D01*
-X13500774Y-14853373D01*
-X13510298Y-14843849D01*
-X13529346Y-14834325D01*
-X13567441Y-14834325D01*
-X13586489Y-14843849D01*
-X13662679Y-15043849D02*
-X13672203Y-15034325D01*
-X13691251Y-15005754D01*
-X13700774Y-14986706D01*
-X13710298Y-14958135D01*
-X13719822Y-14910516D01*
-X13719822Y-14872421D01*
-X13710298Y-14824802D01*
-X13700774Y-14796230D01*
-X13691251Y-14777183D01*
-X13672203Y-14748611D01*
-X13662679Y-14739087D01*
+X7205536Y-14509659D02*
+X7224584Y-14509659D01*
+X7243632Y-14519183D01*
+X7253155Y-14528706D01*
+X7262679Y-14547754D01*
+X7272203Y-14585849D01*
+X7272203Y-14633468D01*
+X7262679Y-14671563D01*
+X7253155Y-14690611D01*
+X7243632Y-14700135D01*
+X7224584Y-14709659D01*
+X7205536Y-14709659D01*
+X7186489Y-14700135D01*
+X7176965Y-14690611D01*
+X7167441Y-14671563D01*
+X7157917Y-14633468D01*
+X7157917Y-14585849D01*
+X7167441Y-14547754D01*
+X7176965Y-14528706D01*
+X7186489Y-14519183D01*
+X7205536Y-14509659D01*
+X7357917Y-14690611D02*
+X7367441Y-14700135D01*
+X7357917Y-14709659D01*
+X7348393Y-14700135D01*
+X7357917Y-14690611D01*
+X7357917Y-14709659D01*
+X7538870Y-14509659D02*
+X7500774Y-14509659D01*
+X7481727Y-14519183D01*
+X7472203Y-14528706D01*
+X7453155Y-14557278D01*
+X7443632Y-14595373D01*
+X7443632Y-14671563D01*
+X7453155Y-14690611D01*
+X7462679Y-14700135D01*
+X7481727Y-14709659D01*
+X7519822Y-14709659D01*
+X7538870Y-14700135D01*
+X7548393Y-14690611D01*
+X7557917Y-14671563D01*
+X7557917Y-14623944D01*
+X7548393Y-14604897D01*
+X7538870Y-14595373D01*
+X7519822Y-14585849D01*
+X7481727Y-14585849D01*
+X7462679Y-14595373D01*
+X7453155Y-14604897D01*
+X7443632Y-14623944D01*
+X7738870Y-14509659D02*
+X7643632Y-14509659D01*
+X7634108Y-14604897D01*
+X7643632Y-14595373D01*
+X7662679Y-14585849D01*
+X7710298Y-14585849D01*
+X7729346Y-14595373D01*
+X7738870Y-14604897D01*
+X7748393Y-14623944D01*
+X7748393Y-14671563D01*
+X7738870Y-14690611D01*
+X7729346Y-14700135D01*
+X7710298Y-14709659D01*
+X7662679Y-14709659D01*
+X7643632Y-14700135D01*
+X7634108Y-14690611D01*
+X7872203Y-14509659D02*
+X7891251Y-14509659D01*
+X7910298Y-14519183D01*
+X7919822Y-14528706D01*
+X7929346Y-14547754D01*
+X7938870Y-14585849D01*
+X7938870Y-14633468D01*
+X7929346Y-14671563D01*
+X7919822Y-14690611D01*
+X7910298Y-14700135D01*
+X7891251Y-14709659D01*
+X7872203Y-14709659D01*
+X7853155Y-14700135D01*
+X7843632Y-14690611D01*
+X7834108Y-14671563D01*
+X7824584Y-14633468D01*
+X7824584Y-14585849D01*
+X7834108Y-14547754D01*
+X7843632Y-14528706D01*
+X7853155Y-14519183D01*
+X7872203Y-14509659D01*
+X8024584Y-14709659D02*
+X8024584Y-14576325D01*
+X8024584Y-14595373D02*
+X8034108Y-14585849D01*
+X8053155Y-14576325D01*
+X8081727Y-14576325D01*
+X8100774Y-14585849D01*
+X8110298Y-14604897D01*
+X8110298Y-14709659D01*
+X8110298Y-14604897D02*
+X8119822Y-14585849D01*
+X8138870Y-14576325D01*
+X8167441Y-14576325D01*
+X8186489Y-14585849D01*
+X8196012Y-14604897D01*
+X8196012Y-14709659D01*
+X8291251Y-14709659D02*
+X8291251Y-14576325D01*
+X8291251Y-14595373D02*
+X8300774Y-14585849D01*
+X8319822Y-14576325D01*
+X8348393Y-14576325D01*
+X8367441Y-14585849D01*
+X8376965Y-14604897D01*
+X8376965Y-14709659D01*
+X8376965Y-14604897D02*
+X8386489Y-14585849D01*
+X8405536Y-14576325D01*
+X8434108Y-14576325D01*
+X8453155Y-14585849D01*
+X8462679Y-14604897D01*
+X8462679Y-14709659D01*
+X8853155Y-14500135D02*
+X8681727Y-14757278D01*
+X9110298Y-14509659D02*
+X9129346Y-14509659D01*
+X9148394Y-14519183D01*
+X9157917Y-14528706D01*
+X9167441Y-14547754D01*
+X9176965Y-14585849D01*
+X9176965Y-14633468D01*
+X9167441Y-14671563D01*
+X9157917Y-14690611D01*
+X9148394Y-14700135D01*
+X9129346Y-14709659D01*
+X9110298Y-14709659D01*
+X9091251Y-14700135D01*
+X9081727Y-14690611D01*
+X9072203Y-14671563D01*
+X9062679Y-14633468D01*
+X9062679Y-14585849D01*
+X9072203Y-14547754D01*
+X9081727Y-14528706D01*
+X9091251Y-14519183D01*
+X9110298Y-14509659D01*
+X9262679Y-14690611D02*
+X9272203Y-14700135D01*
+X9262679Y-14709659D01*
+X9253155Y-14700135D01*
+X9262679Y-14690611D01*
+X9262679Y-14709659D01*
+X9396013Y-14509659D02*
+X9415060Y-14509659D01*
+X9434108Y-14519183D01*
+X9443632Y-14528706D01*
+X9453155Y-14547754D01*
+X9462679Y-14585849D01*
+X9462679Y-14633468D01*
+X9453155Y-14671563D01*
+X9443632Y-14690611D01*
+X9434108Y-14700135D01*
+X9415060Y-14709659D01*
+X9396013Y-14709659D01*
+X9376965Y-14700135D01*
+X9367441Y-14690611D01*
+X9357917Y-14671563D01*
+X9348394Y-14633468D01*
+X9348394Y-14585849D01*
+X9357917Y-14547754D01*
+X9367441Y-14528706D01*
+X9376965Y-14519183D01*
+X9396013Y-14509659D01*
+X9538870Y-14528706D02*
+X9548394Y-14519183D01*
+X9567441Y-14509659D01*
+X9615060Y-14509659D01*
+X9634108Y-14519183D01*
+X9643632Y-14528706D01*
+X9653155Y-14547754D01*
+X9653155Y-14566802D01*
+X9643632Y-14595373D01*
+X9529346Y-14709659D01*
+X9653155Y-14709659D01*
+X9834108Y-14509659D02*
+X9738870Y-14509659D01*
+X9729346Y-14604897D01*
+X9738870Y-14595373D01*
+X9757917Y-14585849D01*
+X9805536Y-14585849D01*
+X9824584Y-14595373D01*
+X9834108Y-14604897D01*
+X9843632Y-14623944D01*
+X9843632Y-14671563D01*
+X9834108Y-14690611D01*
+X9824584Y-14700135D01*
+X9805536Y-14709659D01*
+X9757917Y-14709659D01*
+X9738870Y-14700135D01*
+X9729346Y-14690611D01*
+X10015060Y-14509659D02*
+X9976965Y-14509659D01*
+X9957917Y-14519183D01*
+X9948394Y-14528706D01*
+X9929346Y-14557278D01*
+X9919822Y-14595373D01*
+X9919822Y-14671563D01*
+X9929346Y-14690611D01*
+X9938870Y-14700135D01*
+X9957917Y-14709659D01*
+X9996013Y-14709659D01*
+X10015060Y-14700135D01*
+X10024584Y-14690611D01*
+X10034108Y-14671563D01*
+X10034108Y-14623944D01*
+X10024584Y-14604897D01*
+X10015060Y-14595373D01*
+X9996013Y-14585849D01*
+X9957917Y-14585849D01*
+X9938870Y-14595373D01*
+X9929346Y-14604897D01*
+X9919822Y-14623944D01*
+X10110298Y-14509659D02*
+X10110298Y-14547754D01*
+X10186489Y-14509659D02*
+X10186489Y-14547754D01*
+X10481727Y-14785849D02*
+X10472203Y-14776325D01*
+X10453155Y-14747754D01*
+X10443632Y-14728706D01*
+X10434108Y-14700135D01*
+X10424584Y-14652516D01*
+X10424584Y-14614421D01*
+X10434108Y-14566802D01*
+X10443632Y-14538230D01*
+X10453155Y-14519183D01*
+X10472203Y-14490611D01*
+X10481727Y-14481087D01*
+X10548394Y-14528706D02*
+X10557917Y-14519183D01*
+X10576965Y-14509659D01*
+X10624584Y-14509659D01*
+X10643632Y-14519183D01*
+X10653155Y-14528706D01*
+X10662679Y-14547754D01*
+X10662679Y-14566802D01*
+X10653155Y-14595373D01*
+X10538870Y-14709659D01*
+X10662679Y-14709659D01*
+X10900774Y-14709659D02*
+X10900774Y-14509659D01*
+X10986489Y-14709659D02*
+X10986489Y-14604897D01*
+X10976965Y-14585849D01*
+X10957917Y-14576325D01*
+X10929346Y-14576325D01*
+X10910298Y-14585849D01*
+X10900774Y-14595373D01*
+X11110298Y-14709659D02*
+X11091251Y-14700135D01*
+X11081727Y-14690611D01*
+X11072203Y-14671563D01*
+X11072203Y-14614421D01*
+X11081727Y-14595373D01*
+X11091251Y-14585849D01*
+X11110298Y-14576325D01*
+X11138870Y-14576325D01*
+X11157917Y-14585849D01*
+X11167441Y-14595373D01*
+X11176965Y-14614421D01*
+X11176965Y-14671563D01*
+X11167441Y-14690611D01*
+X11157917Y-14700135D01*
+X11138870Y-14709659D01*
+X11110298Y-14709659D01*
+X11291251Y-14709659D02*
+X11272203Y-14700135D01*
+X11262679Y-14681087D01*
+X11262679Y-14509659D01*
+X11443632Y-14700135D02*
+X11424584Y-14709659D01*
+X11386489Y-14709659D01*
+X11367441Y-14700135D01*
+X11357917Y-14681087D01*
+X11357917Y-14604897D01*
+X11367441Y-14585849D01*
+X11386489Y-14576325D01*
+X11424584Y-14576325D01*
+X11443632Y-14585849D01*
+X11453155Y-14604897D01*
+X11453155Y-14623944D01*
+X11357917Y-14642992D01*
+X11529346Y-14700135D02*
+X11548393Y-14709659D01*
+X11586489Y-14709659D01*
+X11605536Y-14700135D01*
+X11615060Y-14681087D01*
+X11615060Y-14671563D01*
+X11605536Y-14652516D01*
+X11586489Y-14642992D01*
+X11557917Y-14642992D01*
+X11538870Y-14633468D01*
+X11529346Y-14614421D01*
+X11529346Y-14604897D01*
+X11538870Y-14585849D01*
+X11557917Y-14576325D01*
+X11586489Y-14576325D01*
+X11605536Y-14585849D01*
+X11681727Y-14785849D02*
+X11691251Y-14776325D01*
+X11710298Y-14747754D01*
+X11719822Y-14728706D01*
+X11729346Y-14700135D01*
+X11738870Y-14652516D01*
+X11738870Y-14614421D01*
+X11729346Y-14566802D01*
+X11719822Y-14538230D01*
+X11710298Y-14519183D01*
+X11691251Y-14490611D01*
+X11681727Y-14481087D01*
+X12043632Y-14785849D02*
+X12034108Y-14776325D01*
+X12015060Y-14747754D01*
+X12005536Y-14728706D01*
+X11996012Y-14700135D01*
+X11986489Y-14652516D01*
+X11986489Y-14614421D01*
+X11996012Y-14566802D01*
+X12005536Y-14538230D01*
+X12015060Y-14519183D01*
+X12034108Y-14490611D01*
+X12043632Y-14481087D01*
+X12119822Y-14576325D02*
+X12119822Y-14709659D01*
+X12119822Y-14595373D02*
+X12129346Y-14585849D01*
+X12148393Y-14576325D01*
+X12176965Y-14576325D01*
+X12196012Y-14585849D01*
+X12205536Y-14604897D01*
+X12205536Y-14709659D01*
+X12329346Y-14709659D02*
+X12310298Y-14700135D01*
+X12300774Y-14690611D01*
+X12291251Y-14671563D01*
+X12291251Y-14614421D01*
+X12300774Y-14595373D01*
+X12310298Y-14585849D01*
+X12329346Y-14576325D01*
+X12357917Y-14576325D01*
+X12376965Y-14585849D01*
+X12386489Y-14595373D01*
+X12396012Y-14614421D01*
+X12396012Y-14671563D01*
+X12386489Y-14690611D01*
+X12376965Y-14700135D01*
+X12357917Y-14709659D01*
+X12329346Y-14709659D01*
+X12453155Y-14576325D02*
+X12529346Y-14576325D01*
+X12481727Y-14509659D02*
+X12481727Y-14681087D01*
+X12491251Y-14700135D01*
+X12510298Y-14709659D01*
+X12529346Y-14709659D01*
+X12748393Y-14576325D02*
+X12748393Y-14776325D01*
+X12748393Y-14585849D02*
+X12767441Y-14576325D01*
+X12805536Y-14576325D01*
+X12824584Y-14585849D01*
+X12834108Y-14595373D01*
+X12843632Y-14614421D01*
+X12843632Y-14671563D01*
+X12834108Y-14690611D01*
+X12824584Y-14700135D01*
+X12805536Y-14709659D01*
+X12767441Y-14709659D01*
+X12748393Y-14700135D01*
+X12957917Y-14709659D02*
+X12938870Y-14700135D01*
+X12929346Y-14681087D01*
+X12929346Y-14509659D01*
+X13119822Y-14709659D02*
+X13119822Y-14604897D01*
+X13110298Y-14585849D01*
+X13091251Y-14576325D01*
+X13053155Y-14576325D01*
+X13034108Y-14585849D01*
+X13119822Y-14700135D02*
+X13100774Y-14709659D01*
+X13053155Y-14709659D01*
+X13034108Y-14700135D01*
+X13024584Y-14681087D01*
+X13024584Y-14662040D01*
+X13034108Y-14642992D01*
+X13053155Y-14633468D01*
+X13100774Y-14633468D01*
+X13119822Y-14623944D01*
+X13186489Y-14576325D02*
+X13262679Y-14576325D01*
+X13215060Y-14509659D02*
+X13215060Y-14681087D01*
+X13224584Y-14700135D01*
+X13243632Y-14709659D01*
+X13262679Y-14709659D01*
+X13405536Y-14700135D02*
+X13386489Y-14709659D01*
+X13348393Y-14709659D01*
+X13329346Y-14700135D01*
+X13319822Y-14681087D01*
+X13319822Y-14604897D01*
+X13329346Y-14585849D01*
+X13348393Y-14576325D01*
+X13386489Y-14576325D01*
+X13405536Y-14585849D01*
+X13415060Y-14604897D01*
+X13415060Y-14623944D01*
+X13319822Y-14642992D01*
+X13586489Y-14709659D02*
+X13586489Y-14509659D01*
+X13586489Y-14700135D02*
+X13567441Y-14709659D01*
+X13529346Y-14709659D01*
+X13510298Y-14700135D01*
+X13500774Y-14690611D01*
+X13491251Y-14671563D01*
+X13491251Y-14614421D01*
+X13500774Y-14595373D01*
+X13510298Y-14585849D01*
+X13529346Y-14576325D01*
+X13567441Y-14576325D01*
+X13586489Y-14585849D01*
+X13662679Y-14785849D02*
+X13672203Y-14776325D01*
+X13691251Y-14747754D01*
+X13700774Y-14728706D01*
+X13710298Y-14700135D01*
+X13719822Y-14652516D01*
+X13719822Y-14614421D01*
+X13710298Y-14566802D01*
+X13700774Y-14538230D01*
+X13691251Y-14519183D01*
+X13672203Y-14490611D01*
+X13662679Y-14481087D01*
+X6709822Y-14783183D02*
+X6909822Y-14983183D01*
+X6909822Y-14783183D02*
+X6709822Y-14983183D01*
+X6880533Y-14953894D02*
+X6880533Y-14812471D01*
+X6739111Y-14812471D01*
+X6739111Y-14953894D01*
+X6880533Y-14953894D01*
+X7148393Y-14773659D02*
+X7272203Y-14773659D01*
+X7205536Y-14849849D01*
+X7234108Y-14849849D01*
+X7253155Y-14859373D01*
+X7262679Y-14868897D01*
+X7272203Y-14887944D01*
+X7272203Y-14935563D01*
+X7262679Y-14954611D01*
+X7253155Y-14964135D01*
+X7234108Y-14973659D01*
+X7176965Y-14973659D01*
+X7157917Y-14964135D01*
+X7148393Y-14954611D01*
+X7357917Y-14954611D02*
+X7367441Y-14964135D01*
+X7357917Y-14973659D01*
+X7348393Y-14964135D01*
+X7357917Y-14954611D01*
+X7357917Y-14973659D01*
+X7443632Y-14792706D02*
+X7453155Y-14783183D01*
+X7472203Y-14773659D01*
+X7519822Y-14773659D01*
+X7538870Y-14783183D01*
+X7548393Y-14792706D01*
+X7557917Y-14811754D01*
+X7557917Y-14830802D01*
+X7548393Y-14859373D01*
+X7434108Y-14973659D01*
+X7557917Y-14973659D01*
+X7681727Y-14773659D02*
+X7700774Y-14773659D01*
+X7719822Y-14783183D01*
+X7729346Y-14792706D01*
+X7738870Y-14811754D01*
+X7748393Y-14849849D01*
+X7748393Y-14897468D01*
+X7738870Y-14935563D01*
+X7729346Y-14954611D01*
+X7719822Y-14964135D01*
+X7700774Y-14973659D01*
+X7681727Y-14973659D01*
+X7662679Y-14964135D01*
+X7653155Y-14954611D01*
+X7643632Y-14935563D01*
+X7634108Y-14897468D01*
+X7634108Y-14849849D01*
+X7643632Y-14811754D01*
+X7653155Y-14792706D01*
+X7662679Y-14783183D01*
+X7681727Y-14773659D01*
+X7872203Y-14773659D02*
+X7891251Y-14773659D01*
+X7910298Y-14783183D01*
+X7919822Y-14792706D01*
+X7929346Y-14811754D01*
+X7938870Y-14849849D01*
+X7938870Y-14897468D01*
+X7929346Y-14935563D01*
+X7919822Y-14954611D01*
+X7910298Y-14964135D01*
+X7891251Y-14973659D01*
+X7872203Y-14973659D01*
+X7853155Y-14964135D01*
+X7843632Y-14954611D01*
+X7834108Y-14935563D01*
+X7824584Y-14897468D01*
+X7824584Y-14849849D01*
+X7834108Y-14811754D01*
+X7843632Y-14792706D01*
+X7853155Y-14783183D01*
+X7872203Y-14773659D01*
+X8024584Y-14973659D02*
+X8024584Y-14840325D01*
+X8024584Y-14859373D02*
+X8034108Y-14849849D01*
+X8053155Y-14840325D01*
+X8081727Y-14840325D01*
+X8100774Y-14849849D01*
+X8110298Y-14868897D01*
+X8110298Y-14973659D01*
+X8110298Y-14868897D02*
+X8119822Y-14849849D01*
+X8138870Y-14840325D01*
+X8167441Y-14840325D01*
+X8186489Y-14849849D01*
+X8196012Y-14868897D01*
+X8196012Y-14973659D01*
+X8291251Y-14973659D02*
+X8291251Y-14840325D01*
+X8291251Y-14859373D02*
+X8300774Y-14849849D01*
+X8319822Y-14840325D01*
+X8348393Y-14840325D01*
+X8367441Y-14849849D01*
+X8376965Y-14868897D01*
+X8376965Y-14973659D01*
+X8376965Y-14868897D02*
+X8386489Y-14849849D01*
+X8405536Y-14840325D01*
+X8434108Y-14840325D01*
+X8453155Y-14849849D01*
+X8462679Y-14868897D01*
+X8462679Y-14973659D01*
+X8853155Y-14764135D02*
+X8681727Y-15021278D01*
+X9110298Y-14773659D02*
+X9129346Y-14773659D01*
+X9148394Y-14783183D01*
+X9157917Y-14792706D01*
+X9167441Y-14811754D01*
+X9176965Y-14849849D01*
+X9176965Y-14897468D01*
+X9167441Y-14935563D01*
+X9157917Y-14954611D01*
+X9148394Y-14964135D01*
+X9129346Y-14973659D01*
+X9110298Y-14973659D01*
+X9091251Y-14964135D01*
+X9081727Y-14954611D01*
+X9072203Y-14935563D01*
+X9062679Y-14897468D01*
+X9062679Y-14849849D01*
+X9072203Y-14811754D01*
+X9081727Y-14792706D01*
+X9091251Y-14783183D01*
+X9110298Y-14773659D01*
+X9262679Y-14954611D02*
+X9272203Y-14964135D01*
+X9262679Y-14973659D01*
+X9253155Y-14964135D01*
+X9262679Y-14954611D01*
+X9262679Y-14973659D01*
+X9462679Y-14973659D02*
+X9348394Y-14973659D01*
+X9405536Y-14973659D02*
+X9405536Y-14773659D01*
+X9386489Y-14802230D01*
+X9367441Y-14821278D01*
+X9348394Y-14830802D01*
+X9538870Y-14792706D02*
+X9548394Y-14783183D01*
+X9567441Y-14773659D01*
+X9615060Y-14773659D01*
+X9634108Y-14783183D01*
+X9643632Y-14792706D01*
+X9653155Y-14811754D01*
+X9653155Y-14830802D01*
+X9643632Y-14859373D01*
+X9529346Y-14973659D01*
+X9653155Y-14973659D01*
+X9824584Y-14773659D02*
+X9786489Y-14773659D01*
+X9767441Y-14783183D01*
+X9757917Y-14792706D01*
+X9738870Y-14821278D01*
+X9729346Y-14859373D01*
+X9729346Y-14935563D01*
+X9738870Y-14954611D01*
+X9748394Y-14964135D01*
+X9767441Y-14973659D01*
+X9805536Y-14973659D01*
+X9824584Y-14964135D01*
+X9834108Y-14954611D01*
+X9843632Y-14935563D01*
+X9843632Y-14887944D01*
+X9834108Y-14868897D01*
+X9824584Y-14859373D01*
+X9805536Y-14849849D01*
+X9767441Y-14849849D01*
+X9748394Y-14859373D01*
+X9738870Y-14868897D01*
+X9729346Y-14887944D01*
+X9967441Y-14773659D02*
+X9986489Y-14773659D01*
+X10005536Y-14783183D01*
+X10015060Y-14792706D01*
+X10024584Y-14811754D01*
+X10034108Y-14849849D01*
+X10034108Y-14897468D01*
+X10024584Y-14935563D01*
+X10015060Y-14954611D01*
+X10005536Y-14964135D01*
+X9986489Y-14973659D01*
+X9967441Y-14973659D01*
+X9948394Y-14964135D01*
+X9938870Y-14954611D01*
+X9929346Y-14935563D01*
+X9919822Y-14897468D01*
+X9919822Y-14849849D01*
+X9929346Y-14811754D01*
+X9938870Y-14792706D01*
+X9948394Y-14783183D01*
+X9967441Y-14773659D01*
+X10110298Y-14773659D02*
+X10110298Y-14811754D01*
+X10186489Y-14773659D02*
+X10186489Y-14811754D01*
+X10481727Y-15049849D02*
+X10472203Y-15040325D01*
+X10453155Y-15011754D01*
+X10443632Y-14992706D01*
+X10434108Y-14964135D01*
+X10424584Y-14916516D01*
+X10424584Y-14878421D01*
+X10434108Y-14830802D01*
+X10443632Y-14802230D01*
+X10453155Y-14783183D01*
+X10472203Y-14754611D01*
+X10481727Y-14745087D01*
+X10643632Y-14840325D02*
+X10643632Y-14973659D01*
+X10596013Y-14764135D02*
+X10548394Y-14906992D01*
+X10672203Y-14906992D01*
+X10900774Y-14973659D02*
+X10900774Y-14773659D01*
+X10986489Y-14973659D02*
+X10986489Y-14868897D01*
+X10976965Y-14849849D01*
+X10957917Y-14840325D01*
+X10929346Y-14840325D01*
+X10910298Y-14849849D01*
+X10900774Y-14859373D01*
+X11110298Y-14973659D02*
+X11091251Y-14964135D01*
+X11081727Y-14954611D01*
+X11072203Y-14935563D01*
+X11072203Y-14878421D01*
+X11081727Y-14859373D01*
+X11091251Y-14849849D01*
+X11110298Y-14840325D01*
+X11138870Y-14840325D01*
+X11157917Y-14849849D01*
+X11167441Y-14859373D01*
+X11176965Y-14878421D01*
+X11176965Y-14935563D01*
+X11167441Y-14954611D01*
+X11157917Y-14964135D01*
+X11138870Y-14973659D01*
+X11110298Y-14973659D01*
+X11291251Y-14973659D02*
+X11272203Y-14964135D01*
+X11262679Y-14945087D01*
+X11262679Y-14773659D01*
+X11443632Y-14964135D02*
+X11424584Y-14973659D01*
+X11386489Y-14973659D01*
+X11367441Y-14964135D01*
+X11357917Y-14945087D01*
+X11357917Y-14868897D01*
+X11367441Y-14849849D01*
+X11386489Y-14840325D01*
+X11424584Y-14840325D01*
+X11443632Y-14849849D01*
+X11453155Y-14868897D01*
+X11453155Y-14887944D01*
+X11357917Y-14906992D01*
+X11529346Y-14964135D02*
+X11548393Y-14973659D01*
+X11586489Y-14973659D01*
+X11605536Y-14964135D01*
+X11615060Y-14945087D01*
+X11615060Y-14935563D01*
+X11605536Y-14916516D01*
+X11586489Y-14906992D01*
+X11557917Y-14906992D01*
+X11538870Y-14897468D01*
+X11529346Y-14878421D01*
+X11529346Y-14868897D01*
+X11538870Y-14849849D01*
+X11557917Y-14840325D01*
+X11586489Y-14840325D01*
+X11605536Y-14849849D01*
+X11681727Y-15049849D02*
+X11691251Y-15040325D01*
+X11710298Y-15011754D01*
+X11719822Y-14992706D01*
+X11729346Y-14964135D01*
+X11738870Y-14916516D01*
+X11738870Y-14878421D01*
+X11729346Y-14830802D01*
+X11719822Y-14802230D01*
+X11710298Y-14783183D01*
+X11691251Y-14754611D01*
+X11681727Y-14745087D01*
+X12043632Y-15049849D02*
+X12034108Y-15040325D01*
+X12015060Y-15011754D01*
+X12005536Y-14992706D01*
+X11996012Y-14964135D01*
+X11986489Y-14916516D01*
+X11986489Y-14878421D01*
+X11996012Y-14830802D01*
+X12005536Y-14802230D01*
+X12015060Y-14783183D01*
+X12034108Y-14754611D01*
+X12043632Y-14745087D01*
+X12119822Y-14840325D02*
+X12119822Y-14973659D01*
+X12119822Y-14859373D02*
+X12129346Y-14849849D01*
+X12148393Y-14840325D01*
+X12176965Y-14840325D01*
+X12196012Y-14849849D01*
+X12205536Y-14868897D01*
+X12205536Y-14973659D01*
+X12329346Y-14973659D02*
+X12310298Y-14964135D01*
+X12300774Y-14954611D01*
+X12291251Y-14935563D01*
+X12291251Y-14878421D01*
+X12300774Y-14859373D01*
+X12310298Y-14849849D01*
+X12329346Y-14840325D01*
+X12357917Y-14840325D01*
+X12376965Y-14849849D01*
+X12386489Y-14859373D01*
+X12396012Y-14878421D01*
+X12396012Y-14935563D01*
+X12386489Y-14954611D01*
+X12376965Y-14964135D01*
+X12357917Y-14973659D01*
+X12329346Y-14973659D01*
+X12453155Y-14840325D02*
+X12529346Y-14840325D01*
+X12481727Y-14773659D02*
+X12481727Y-14945087D01*
+X12491251Y-14964135D01*
+X12510298Y-14973659D01*
+X12529346Y-14973659D01*
+X12748393Y-14840325D02*
+X12748393Y-15040325D01*
+X12748393Y-14849849D02*
+X12767441Y-14840325D01*
+X12805536Y-14840325D01*
+X12824584Y-14849849D01*
+X12834108Y-14859373D01*
+X12843632Y-14878421D01*
+X12843632Y-14935563D01*
+X12834108Y-14954611D01*
+X12824584Y-14964135D01*
+X12805536Y-14973659D01*
+X12767441Y-14973659D01*
+X12748393Y-14964135D01*
+X12957917Y-14973659D02*
+X12938870Y-14964135D01*
+X12929346Y-14945087D01*
+X12929346Y-14773659D01*
+X13119822Y-14973659D02*
+X13119822Y-14868897D01*
+X13110298Y-14849849D01*
+X13091251Y-14840325D01*
+X13053155Y-14840325D01*
+X13034108Y-14849849D01*
+X13119822Y-14964135D02*
+X13100774Y-14973659D01*
+X13053155Y-14973659D01*
+X13034108Y-14964135D01*
+X13024584Y-14945087D01*
+X13024584Y-14926040D01*
+X13034108Y-14906992D01*
+X13053155Y-14897468D01*
+X13100774Y-14897468D01*
+X13119822Y-14887944D01*
+X13186489Y-14840325D02*
+X13262679Y-14840325D01*
+X13215060Y-14773659D02*
+X13215060Y-14945087D01*
+X13224584Y-14964135D01*
+X13243632Y-14973659D01*
+X13262679Y-14973659D01*
+X13405536Y-14964135D02*
+X13386489Y-14973659D01*
+X13348393Y-14973659D01*
+X13329346Y-14964135D01*
+X13319822Y-14945087D01*
+X13319822Y-14868897D01*
+X13329346Y-14849849D01*
+X13348393Y-14840325D01*
+X13386489Y-14840325D01*
+X13405536Y-14849849D01*
+X13415060Y-14868897D01*
+X13415060Y-14887944D01*
+X13319822Y-14906992D01*
+X13586489Y-14973659D02*
+X13586489Y-14773659D01*
+X13586489Y-14964135D02*
+X13567441Y-14973659D01*
+X13529346Y-14973659D01*
+X13510298Y-14964135D01*
+X13500774Y-14954611D01*
+X13491251Y-14935563D01*
+X13491251Y-14878421D01*
+X13500774Y-14859373D01*
+X13510298Y-14849849D01*
+X13529346Y-14840325D01*
+X13567441Y-14840325D01*
+X13586489Y-14849849D01*
+X13662679Y-15049849D02*
+X13672203Y-15040325D01*
+X13691251Y-15011754D01*
+X13700774Y-14992706D01*
+X13710298Y-14964135D01*
+X13719822Y-14916516D01*
+X13719822Y-14878421D01*
+X13710298Y-14830802D01*
+X13700774Y-14802230D01*
+X13691251Y-14783183D01*
+X13672203Y-14754611D01*
+X13662679Y-14745087D01*
M02*
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-job.gbrjob b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-job.gbrjob
index 66ea890..fcb4529 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-job.gbrjob
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage-job.gbrjob
@@ -5,7 +5,7 @@
"Application": "Pcbnew",
"Version": "6.0.5"
},
- "CreationDate": "2022-09-23T09:05:14+03:00"
+ "CreationDate": "2022-12-30T15:34:35+03:00"
},
"GeneralSpecs": {
"ProjectId": {
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage.drl b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage.drl
index 47a1cab..e5980bb 100644
--- a/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage.drl
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/gerbers/Canon_manage.drl
@@ -1,7 +1,7 @@
M48
-; DRILL file {KiCad 6.0.5} date Пт 23 сен 2022 09:05:12
+; DRILL file {KiCad 6.0.5} date Пт 30 дек 2022 15:31:37
; FORMAT={-:-/ absolute / metric / decimal}
-; #@! TF.CreationDate,2022-09-23T09:05:12+03:00
+; #@! TF.CreationDate,2022-12-30T15:31:37+03:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,6.0.5
; #@! TF.FileFunction,MixedPlating,1,2
FMAT,2
@@ -9,15 +9,15 @@ METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.500
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
-T2C0.500
+T2C0.600
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
-T3C0.600
+T3C0.650
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T4C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
-T5C0.800
+T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
-T6C1.000
+T6C1.500
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T7C0.650
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
@@ -26,13 +26,13 @@ T8C3.200
G90
G05
T1
-X71.831Y-87.427
X73.889Y-79.096
+X74.905Y-99.949
X75.184Y-77.927
X75.184Y-80.162
X75.641Y-84.785
-X76.632Y-69.266
X76.64Y-84.811
+X77.343Y-92.939
X77.64Y-84.811
X77.826Y-89.408
X78.435Y-84.15
@@ -42,28 +42,41 @@ X79.908Y-78.74
X80.446Y-88.464
X80.772Y-85.192
X81.077Y-72.72
-X81.636Y-78.283
-X82.779Y-78.283
-X84.074Y-69.088
-X84.582Y-77.064
-X84.582Y-80.747
-X85.217Y-69.088
-X89.51Y-58.522
-X91.161Y-61.773
-X94.463Y-59.842
-X97.993Y-62.128
-X103.048Y-58.039
+X81.636Y-78.486
+X82.55Y-78.08
+X82.677Y-80.797
+X83.922Y-70.46
+X84.023Y-69.444
+X93.116Y-61.519
+X96.251Y-60.507
+X102.721Y-53.082
X104.191Y-58.166
-X105.512Y-59.309
+X104.343Y-53.238
X105.66Y-57.76
-X107.137Y-58.471
-T2
-X70.587Y-85.189
-X70.587Y-86.189
-X70.587Y-87.189
-X70.587Y-88.189
-X70.587Y-89.189
-X70.587Y-90.189
+X106.426Y-58.547
+X106.9Y-53.212
+X131.228Y-72.136
+X138.659Y-84.658
+T3
+X70.764Y-85.039
+X70.764Y-86.309
+X70.764Y-87.579
+X70.764Y-88.849
+X70.764Y-90.119
+X70.764Y-91.389
+T4
+X80.162Y-86.843
+X99.06Y-56.185
+X101.803Y-57.353
+X108.052Y-60.35
+X109.423Y-115.291
+X112.471Y-62.027
+X131.064Y-84.887
+T5
+X127.61Y-72.238
+X133.35Y-89.56
+X138.633Y-89.56
+T6
X97.31Y-66.26
X99.5Y-65.5
X101.7Y-64.91
@@ -72,23 +85,6 @@ X106.27Y-64.49
X109.64Y-64.82
X111.93Y-65.33
X114.04Y-66.09
-T4
-X77.673Y-75.489
-X80.162Y-86.843
-X80.848Y-75.26
-X101.803Y-57.353
-X108.052Y-60.35
-X109.423Y-115.291
-X112.471Y-62.027
-X114.3Y-58.522
-X131.064Y-84.887
-T5
-X76.767Y-96.6
-X81.647Y-96.6
-T6
-X127.61Y-72.238
-X133.35Y-89.56
-X138.633Y-89.56
T7
X102.72Y-54.07
X108.5Y-54.07
@@ -97,7 +93,7 @@ X86.05Y-63.225
X86.05Y-110.665
X125.88Y-63.225
X125.88Y-110.665
-T3
+T2
G00X101.29Y-50.72
M15
G01X101.29Y-50.12
diff --git a/F1:F103/Canon_managing_device/kicad/Canon_manage/pins.pretty/Pin1.5x2mm.kicad_mod b/F1:F103/Canon_managing_device/kicad/Canon_manage/pins.pretty/Pin1.5x2mm.kicad_mod
new file mode 100644
index 0000000..d8c0285
--- /dev/null
+++ b/F1:F103/Canon_managing_device/kicad/Canon_manage/pins.pretty/Pin1.5x2mm.kicad_mod
@@ -0,0 +1,22 @@
+(footprint "Pin1.5x2mm" (version 20211014) (generator pcbnew)
+ (layer "F.Cu")
+ (tedit 5A0F774F)
+ (descr "THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm")
+ (tags "test point THT pad")
+ (property "Sheetfile" "Canon_manage.kicad_sch")
+ (property "Sheetname" "")
+ (attr exclude_from_pos_files)
+ (fp_text reference "J2" (at 0 -1.998) (layer "F.SilkS") hide
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp ee4fdc2c-dd6e-4f61-a237-e1523368de8c)
+ )
+ (fp_text value "PV" (at 0.06 -2.54 90) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 6f55ed98-044f-47d4-b2b3-7ec0112cb2ba)
+ )
+ (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 26797848-8297-40fa-8e97-1810875b684a)
+ )
+ (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1.5) (layers *.Cu *.Mask) (tstamp 579e99a4-eccc-4bf4-8621-efff1fa6c28f))
+)